@import url("https://fontss.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap");
button {
  outline: none !important;
  border: none;
  background: transparent;
}
button:active {
  outline: none !important;
}
button:focus {
  box-shadow: none !important;
}
button:hover {
  outline: none;
}

a {
  text-decoration: none;
}
a:hover {
  color: initial;
}


.fristslide-comm{
  overflow: hidden;
}
.fristslide-comm .img-slide img{
      width: 100%;
}

#firstslideComm .slick-arrow.slick-prev{
  left: 2%;
  background: url("../images/icon-lft.svg")
}
#firstslideComm .slick-arrow.slick-next{
  right: 2%;
  background: url("../images/icon-rt.svg");
}
#firstslideComm .slick-arrow.slick-prev:before{
  content:none !important;
}
#firstslideComm .slick-arrow.slick-next:before{
  content:none !important;
}
#firstslideComm .slick-arrow.slick-disabled{
  opacity: 0.3 !important;
  pointer-events: none !important;
}
#firstslideComm .slick-arrow{
  top: 50%;
  bottom: 0;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat !important;
  z-index: 1;
}

#firstslideComm .slick-dots{
  width: inherit;
  bottom: 10px;
  width: 15%;
  right: 0%;
}

#firstslideComm .slick-dots li button:before{
  font-size: 14px;
  opacity: 1;
  color: #fff;
}
#firstslideComm .slick-dots li.slick-active button:before{
  color: red;
}
#firstslideComm .slick-slide{
  height: auto;
    min-height: auto;
}

#firstslideComm .slick-dots li button:before{
  background: transparent !important;
  width: 0 !important;
  height: 0 !important;
  left: 0 !important;
  z-index: 0 !important;
}
#firstslideComm .slick-dots li button{
  background: transparent !important;
  width: 0 !important;
}
#firstslideComm .slick-dots li button:hover,#firstslideComm .slick-dots li button:focus{
  height: 0 !important;
}

#firstslideComm .slick-dots li{
  margin: 0;
}


/*************************** Info bloc 2***************************/
.info-hub-sante{
  padding-bottom: 50px;
}
.info-hub-sante .description-info-hub-sante{
  text-align: center;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 1);
  padding: 35px 70px;
  margin-top: -68px;
    z-index: 2;
    position: relative;
    border-radius: 10px;
}
.info-hub-sante .description-info-hub-sante h6{
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}
.info-hub-sante .description-info-hub-sante h2{
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  color: #DD242B;
  ;
}
.info-hub-sante .description-info-hub-sante p{
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
.info-hub-sante .description-info-hub-sante p strong{
  font-weight: 600;
}

#secondslide-comm .slick-dots li.slick-active button:before{
  width: 0 !important;
}
.secondslide-comm h6{
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  color: #DD242B;
  margin-bottom: 40px;
  text-align: center;
}
/********************* Second bloc Slide*************************/
.secondslide-comm{
  overflow: hidden;
  padding-bottom: 40px;
}
.secondslide-comm .img-slide{
  margin-inline: 20px;
}
.img-slide img{
  width: 100%;
  border-radius: 10px;
}

#secondslide-comm .slick-dots li button:before{
  font-size: 0;
}
#secondslide-comm .slick-dots li button {
  width: 100px;
  height: 5px;
  box-shadow: 0px 25px 50px 0px #0000001A;
  font-size: 0;
  display: block;
        border: none;
        margin: inherit;
        background: transparent !important;
}
#secondslide-comm .slick-dots li{
  display: inline-block;
  width: 100px;
  height: 7px;
  border-radius: 20px;
  margin: -2px;
  background: #E6E6E6;
}

#secondslide-comm .slick-dots li.slick-active{
  background: red;
  z-index: 1;
}

#secondslide-comm .slick-dots{
  bottom: -50px;
  /* position: absolute;
    display: block;
    height: 9px;
    width: 50%;
    margin: auto;
    right: 0;
    bottom: -35px;
    top: auto;
    left: 0;
    background: rgb(100 84 84 / 31%);
    border-radius: 18px;
    overflow: hidden; */
}

#secondslide-comm .slick-slide{
  margin-inline: 20px;
  height: auto;
}

/*********************** Bloc Book ****************************/
.download-book{
  background: #F4F5F6;
}
.download-book .row-book .img-book{
  display: block;
  float: right;
  width:60%;
}
.download-book .row-book h3{
  font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    color: rgba(221, 36, 43, 1);
    margin-bottom: 20px;
}
.download-book .row-book p{
  font-family: "Poppins", sans-serif;
font-size: 18px;
font-weight: 500;
line-height: 27px;
text-align: left;
}
.download-book .row-book{
  padding-block: 100px;
  align-items: center;
}
.download-book .downbook{
  padding: 10px 0 10px 0;
    font-family: 'Poppins', serif;
    font-weight: 600;
    font-size: 16px;
    width: 250px;
    color: #fefefe;
    background-color: #dc0714;
    display: block;
    margin-top: 25px;
    text-align: center;
    cursor: pointer;
    border-radius: 45px;
    text-decoration: none;
}


/********************* Mobile lp Comm SAnte ************************/
@media (max-width: 575.98px) {
  #firstslideComm .slick-dots{
    width: 100%;
  }
    #firstslideCommMobile {
        margin-top: 40px;
    }
  .fristslide-comm .img-slide img{
    height: initial;
    object-fit: cover;
  }
  #secondslide-comm .slick-dots li{
    width: 60px;
  }
  #secondslide-comm .slick-dots li button{
    width: 50px;
  }
  .info-hub-sante .description-info-hub-sante{
    width: 90%;
    margin-inline: auto;
    margin-top: -35px;
    padding: 35px 20px;
  }
  .info-hub-sante .description-info-hub-sante h2{
    font-size: 23px;
    line-height: 30px;
  }

  .download-book .row-book{
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    padding-block: 20px;
  }
  .download-book .row-book .img-book{
    float: inherit;
    margin-inline: auto;
    padding-top: 30px;
    width:90%;
  }
  .download-book .row-book p{
    text-align: center;
  }
  .download-book .downbook{
    margin-inline: auto;
  }
  .secondslide-comm h6 {
    width: 88%;
    margin: auto;
    line-height: 32px;
    margin-bottom: 40px;
  }
}




















/*style chaimae*/
.bloc-table-rond{
  padding: 70px 0 60px 0;
}
.container-rond{
  background: #F7F1E6;
  border-radius: 10px;
  padding-top: 34px;
}
.bloc-table-rond p{
  font-family: "Poppins",sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  width: 900px;
  max-width: 95%;
  margin: auto;
  padding-bottom: 30px;

}
.bloc-table-rond h3{
  font-family: "Poppins",sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  color: rgba(221, 36, 43, 1);
}
/*.row-table-rond .img-video-rond{*/
  /*height: 200px;*/
  /*overflow: hidden;*/
/*}*/

.row-table-rond .col-md-6:last-child .item-rond{
  margin-left: auto;
}
/*.bloc-table-rond .item-rond {*/
  /*width: 90%;*/
/*}*/
.item-rond{
  background: white;
  box-shadow: 0 15px 25px 0 #0000000D;
  border-radius: 10px;
  overflow: hidden;
}
.item-rond .img-video-rond img{
  width: 100%;
}
.row-table-rond .btn-option-video .partager-video img{
  width: 15px;
}
.row-table-rond .btn-option-video .play-video{
  background: #F2002D;

}
.row-table-rond .btn-option-video .partager-video{
  background: white;
}
.row-table-rond .btn-option-video{
  display: flex;
  align-items: center;
  margin-top: -20px;
  margin-bottom: 13px;
}
.row-table-rond .titre-video h5{
  font-family: "Poppins",sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  color: #000000;

}
.row-table-rond .titre-video{
  padding: 0 26px 20px 26px;
}
.row-table-rond .btn-option-video a, .row-table-rond .btn-option-video button{
  width: 40px;
  margin-right: 20px;
  height: 40px;
  border-radius: 50px;
  box-shadow: 0 15px 25px 0 #0000000D;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.row-table-rond .col-md-6{
  padding: 0;
  margin-top: -199px;
}


/*bloc-second-video*/
.bloc-second-video{
  text-align: center;
  padding-bottom: 60px;
}
.bloc-second-video h3{
    font-family: Poppins,sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: black;
    margin-bottom: 5px;
}
.bloc-second-video p{
    margin-bottom: 15px;
    font-family: "Poppins",sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    color: rgba(221, 36, 43, 1);
}
.bloc-second-video .row-table-rond{
  width: 100%;
  margin-bottom: 50px;
  justify-content: center;
}
.filter-video{
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 30px 0 !important;
}
.filter-video li.active button{
  color: white;
}
.filter-video li.active{
  background: #F2002D;
  color: black;
}
.filter-video li button{
  cursor: pointer;
  color: black;
}
.filter-video li{
  font-family: Poppins,sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  color: black;
  text-align: center;
  background: #E8EEF7;
  padding: 5px 20px;
  margin: 0 15px;
  border-radius: 50px;
  cursor: pointer;
}
#show-more-view,
.more-video{
  font-family: Poppins,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  color: white;
  background: #3A4561 !important;
  padding: 5px 20px;
  border-radius: 41px;
  cursor: pointer;
}
.videoModal .modal-dialog iframe{
  width: 100% !important;
  height:100% !important;
}
.videoModal .modal-dialog .close span{
  color: white;
  top: -2px;
  position: relative;
}
.videoModal .modal-dialog .close{
  position: absolute;
  background: #F2002D;
  opacity: 1;
  right: -11px;
  top: -14px;
  width: 40px;
  height: 40px;
  z-index: 1;
  border-radius: 27px;
  cursor: pointer;
}
.videoModal .modal-dialog .modal-content{
  height: 440px;
}
.videoModal .modal-dialog {
  max-width: 715px;
}
.bloc-formulaire input::placeholder {
  font-family: Poppins,sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.bloc-formulaire{
  background: #e4d0ac69 ;
  padding: 50px 0;
}
.bloc-formulaire h3{
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: rgba(221, 36, 43, 1);
}
.bloc-formulaire p{
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  color: black;
  margin-bottom: 5px;
}
.bloc-formulaire .row{
  align-items: center;
}

.bloc-formulaire .content-img img:last-of-type{
  position: relative;
  top: 57px;
  /*left: -186px;*/
  left: initial;

}
.bloc-formulaire .content-img img{
  width: 100%;
}
.bloc-formulaire .content-img{
  display: flex;
  width: 90%;
  margin: 0 auto auto auto;
}
.content-formulaire{
  max-width: 600px;
  background: white;
  padding: 60px 33px 25px 33px;
  box-shadow: 0 3px 20px 0 #00000029;
  border-radius: 10px;
  margin-left: auto;
  width: 90%;
}
.content-formulaire .control-input label.container{
  display: inline-block;
  width: 27%;
}
select:invalid {
  color: gray;
}
select[disabled] {
  color: gray;
}
.condition-radio label a{
  color: #CA2D25;
}
.condition-radio label{
  font-family: Poppins,sans-serif;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 18.76px;
  text-align: left;

}
.content-formulaire p{
  font-family: Poppins,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #524D4D;
  margin-top: 10px;
}
.btn-form input[type=submit]{
  width: 400px;
  max-width: 90%;
  font-family: Poppins,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  background: #CA2D25;
  color: white;
  text-align: center;
  display: block;
  padding: 12px;
  border-radius: 50px;
  border: none;
  margin: 20px auto;
  cursor: pointer;
}
.btn-form span{
  text-align: center;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}
.btn-form .recontacter{
  width: 400px;
  max-width: 90%;
  font-family: Poppins,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  background: #000000;
  text-decoration: none;
  color: white;
  text-align: center;
  display: block;
  padding: 12px;
  border-radius: 50px;
  border: none;
  margin: 20px auto;
  cursor: pointer;
}
.content-formulaire .control-input select{
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/icon-select.png") no-repeat right 20px center;
}
.content-formulaire .control-input select,
.content-formulaire .control-input input{
  width: 100%;
  padding: 10px 16px;
  border-radius: 8px;
  border:1px solid #D2CCCC;
  margin-bottom: 10px;
}
.content-formulaire .control-input{
  margin-bottom: 20px;
}
.content-formulaire .control-input label{
  font-family: Poppins,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  color: #000000;
  display: block;
  margin-bottom: 10px;
}
.slick-initialized .slick-slide{
  height: auto !important;
}
/*style radio button*/

.content-formulaire .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.content-formulaire .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.content-formulaire .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #D2CCCC;
}

/* On mouse-over, add a grey background color */
.content-formulaire .container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.content-formulaire .container input:checked ~ .checkmark {
  background-color: transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.content-formulaire .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.content-formulaire .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.content-formulaire .container .checkmark:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #dd242b;
}
.bloc-formulaire #slider-content-img  .slick-dots li.slick-active button{
  background: #dd242b !important;
}
.bloc-formulaire #slider-content-img  .slick-dots li button{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 0;
  background: #D2D6DC !important;
  border-radius: 23px;
}
.bloc-formulaire #slider-content-img .slick-dots li button:before{
  content:none !important;
}
.bloc-formulaire #slider-content-img .slick-dots li{
  width: 14px;
  height: 14px;
}
.bloc-formulaire #slider-content-img .slick-dots {
  text-align: right;
  position: relative;
  width: 100%;
  background: transparent;
  bottom: 0;
}
@media screen and (max-width:1200px){
  .bloc-formulaire .content-img img {
    width: 80%;
  }
}
@media screen and (max-width:1000px){
  .bloc-table-rond .item-rond {
    width: 100%;
  }
  .row-table-rond .col-md-6 {
    padding: 15px;
  }
  .bloc-table-rond p{
    padding-bottom: 30px;
  }
  .row-table-rond .col-md-6 {
    margin-top: 0;
  }
  #slider-table-rond,
  .row-table-rond {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .row-table-rond .img-video-rond {
    height: 300px;
  }
  #slider-table-rond.slick-slider .slick-list,
  .bloc-table-rond .slick-slider .slick-list{
    margin-left: -77px !important;
  }
}
@media screen and (max-width:990px){
  .content-formulaire {
    width: 90%;
    margin: auto !important;
  }
  /*.bloc-formulaire .row {*/
    /*align-items: center;*/
    /*flex-direction: column-reverse;*/
  /*}*/
  .bloc-formulaire .content-formulaire .row{
    flex-direction: row;
  }
  .content-livres{
    text-align: center;
    margin-top: 50px;
  }
  .bloc-formulaire p {
    margin: auto;
  }
  .bloc-formulaire .content-img {
    display: flex;
    width: 62%;
    margin: 45px auto auto auto;
    text-align: center;
  }
}
#firstslideCommMobile{
  display: none;
}
@media screen and (max-width:800px){
  #slider-content-img a{
    font-family: Poppins,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    text-align: center;
    color: white;
    background: #CA2D25;
    padding: 12px 30px;
    border-radius: 39px;
    margin: 40px 0 20px 0;
    display: block;
    max-width: 200px;
    text-decoration: none;
  }
  .row-table-rond .img-video-rond {
    height: auto;
  }
  .filter-video{
    padding: 0;
  }
  #filter-video.slick-slider .slick-list{
    margin-left: -73px;
  }
  #filter-video{
    overflow: hidden;
  }
  .filter-video li {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px;
    width: 95% !important;
  }
  .filter-video .slick-track{
    display: flex;
    align-items: center;
  }
  .bloc-second-video h3 {
    font-size: 25px;
    line-height: 38px;
  }
  .item-rond {
    margin-bottom: 39px;
  }
  .bloc-table-rond {
    padding: 20px 0 10px 0;
  }
  .bloc-formulaire p {
    margin-bottom: 40px;
  }
  .item-content-img{
    text-align: left;
  }
  #firstslideComm{
    display: none;
  }
  #firstslideCommMobile{
    display: block;
  }
}

@media screen and (max-width:700px) {
  .item-content-img{
    text-align: left;
  }

  .bloc-formulaire img{
    /*margin: auto;*/
    /*filter: drop-shadow(6.51px 9.77px -3.26px #10182808);*/
    filter: drop-shadow(3px 11px 6px #c1c1c1);
  }

}
@media screen and (max-width:640px){
  .bloc-formulaire p {
    font-size: 14px;
  }
  .content-livres {
    padding: 30px;
    background: white;
  }
  .content-formulaire{
    margin: auto !important;
    padding: 20px 20px 25px 20px;
  }
  #slider-content-img{
    overflow: hidden !important;
  }
  #slider-content-img a {
    font-size: 13px;
  }
  #slider-content-img.slick-slider .slick-list{
    margin-left: -28px;
  }
  .bloc-second-video h3 {
    font-size: 20px;
    line-height: 27px;
    width: 90%;
    margin: auto;
  }
  .item-rond {
    margin-bottom: 10px;
  }
  #videoModal{
    top: 95px;
    padding-top: 15px;
  }
  .bloc-formulaire h3 {
    font-size: 29px;
    line-height: 35px;
  }
  .item-content-img{
    margin:0 10px;
  }
  .bloc-formulaire img {
    width: 84%;
    margin-left: 0;
  }
  .bloc-formulaire .row .col-lg-5,
  .bloc-formulaire .row .col-lg-7{
    padding: 0 !important;
  }
  .besoin-alyousr{
    display: none !important;
  }
}

/* Radio btn */
#livret_form .radio-bloc{
  display: inline-block;
  justify-content: space-between;
  width: 100%;
  margin: auto auto 20px auto;
}
#livret_form .radio-bloc>div{
  float: left;
  margin-right: 10px;
}
#livret_form  [type="radio"]:checked,
#livret_form  [type="radio"]:not(:checked) {
  position: absolute;
  opacity: 0;
}
#livret_form  [type="radio"]:checked + label,
#livret_form  [type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #373737;
  font-family: 'Poppins-Medium',sans-serif;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 7px;
}
#livret_form  [type="radio"]:checked + label:before,
#livret_form  [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #E0E5EE;
  border: 1px solid #CCCBCB;
}
#livret_form  [type="radio"]:checked + label:after,
#livret_form  [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #d60d15;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#livret_form  [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#livret_form  [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#modalEditionNL ul{
  display: initial;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 30px 0 !important;
}
#modalEditionNL .modal-body{
  padding-top: 40px;
}
#modalEditionNL li {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 5px 20px;
  margin: 0 15px;
  border-radius: 50px;
  cursor: pointer;
  background: #F2002D;
  color: white;
  line-height: 20px;
  margin-bottom: 20px;
}
#modalEditionNL li a{
    color: white;
}
#modalEditionNL .modal-dialog .close {
    position: absolute;
    background: #F2002D;
    opacity: 1;
    right: -11px;
    top: -14px;
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 27px;
    cursor: pointer;
}
#modalEditionNL .modal-dialog .close span {
    color: white;
    top: -2px;
    position: relative;
}
.full-video{
  padding: 14px 0 14px 0;
  font-family: 'Poppins', serif;
  font-weight: 600;
  font-size: 16px;
  width: 250px;
  color: #fefefe;
  background-color: #dc0714;
  display: block;
  text-align: center;
  cursor: pointer;
  border-radius: 45px;
  text-decoration: none;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 70px;
}
.bloc-table-rond .slick-slide {
  margin-inline: 20px;
  height: auto;
}
.bloc-table-rond .slick-dots{
    display: none !important;
}
@media screen and (max-width:640px){
  .bloc-table-rond .slick-dots {
    display: block !important;
    bottom: -5px;
  }
  .bloc-table-rond .slick-dotted.slick-slider {
    padding-bottom: 40px;
  }
  .bloc-table-rond .item-rond {
    margin-left: 60px;
  }
  .filter-video li {
    padding: 10px 0;
    width: 95% !important;
    margin: 0 2px;
  }
  .bloc-table-rond p {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .full-video {
    margin-bottom: 30px;
  }
  .bloc-second-video {
    padding-bottom: 30px;
  }
  .bloc-formulaire {
    padding: 0 0 50px 0;
  }
  .content-livres {
    margin-top: 30px;
  }
  #livret_form .radio-bloc {
    margin: auto auto 0 auto;
  }
}

/************** UPm***************/
@media (max-width: 575.98px) {
  .bloc-table-rond .item-rond{
    margin-left: 50px;
  }
  .filter-video li{
    font-size: 14px;
  }
  #show-more-view{
    padding: 5px 0 5px 0;
  }
  #page-comme-sante .slick-dots{
    bottom: -2px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .bloc-table-rond .item-rond{
    min-height: 320px;
  }
  .row-table-rond .titre-video h5{
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bloc-table-rond .item-rond{
    min-height: 320px;
  }
  .row-table-rond .titre-video h5{
    font-size: 15px;
    line-height: 20px;
  }
  .item-rond{
    min-height: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .item-rond{
    min-height: 370px;
    margin-bottom: 20px;
  }
}