@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;
}

.ninety-nine{
  padding: 50px 0 100px 0;
  background: url(../images/bg-ninety-nine.png) no-repeat center;
}
.ninety-nine .container .numeber{
  font-family: "Poppins",sans-serif;
  font-size: 200px;
  line-height: 180px;
  color: black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px black;
  letter-spacing: -20px;
  float: left;
  margin-right: 30px;
}
.ninety-nine .container h1{
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: rgba(221, 36, 43, 1);
  text-transform: uppercase;
  line-height: 56px;
  margin-top: 10px;
  margin-bottom: 0;
}
.ninety-nine .container h2{
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
}
.ninety-nine .container p{
  font-family: "Poppins", sans-serif;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 22px;
  float: left;
}
.ninety-nine .container a{
  width: 270px;
  float: left;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  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;
}
.ninety-nine .container img{
  width: 100%;
}
.speaker{
  background-color: #F4F5F6;
}
.speaker .container{
  padding: 0;
  background-color: white;
}
.speaker .container img{
  width: 99%;
  margin: auto;
  DISPLAY: block;
    float: right;
}
.speaker .container .speaker-description{
  margin-top: -60px;
  float: left;
  background-color: white;
  -webkit-box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.35);
}
.speaker .container .speaker-description h3{
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin: 35px 0 10px 0;
    text-align: right;
}
.speaker .container .speaker-description h4{
  font-family: 'GEFlow', serif;
  font-size: 32px;
  color: rgba(221, 36, 43, 1);
  margin: 10px 0 20px 0;
  font-weight: 800;
    text-align: right;
}
.speaker .container .speaker-description p{
  font-family: "Poppins", sans-serif;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 22px;
}
.speaker .container .speaker-description h3{
    font-family: 'GEFlow', serif;
    font-size: 18px;
    color: black;
    font-weight: 700;
}










.ninety-nine-faq{
  background-color: #F4F5F6;
  padding: 40px 0 50px 0;
}
.ninety-nine-faq h4{
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: black;
  text-transform: uppercase;
}
.ninety-nine-faq h6{
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: #000;
  margin: 15px 0 40px 0;
}
.ninety-nine-faq .card {
  padding: 10px 15px 15px 15px;
  margin-bottom: 15px;
  background-color: #fff;
  position: relative;
  z-index:2;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.35);
}
.ninety-nine-faq .card-header {
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
}
.ninety-nine-faq .btn-link {
  padding: 5px 7px;
  white-space: inherit;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  text-align: left;
  font-size: 17px;
  width: 100%;
  background: url(../images/close-accordion.png) no-repeat right 3px top 6px !important;
  padding-right: 60px;
  border-radius: 0;
  color: rgba(221, 36, 43, 1);
  font-weight: 600;
}
.ninety-nine-faq .btn-link.collapsed {
  background: url(../images/open-accordion.png) no-repeat right 3px top 6px !important;
  color: #000;
  padding-right: 60px;
}
.ninety-nine-faq h5 {
  background-position: right top;
  border-bottom: none !important;
  line-height: 20px;
}
.ninety-nine-faq .card-body {
  padding: 15px 20px 15px 20px !important;
  background-color: #F2F2F2;
  margin: 10px 5px 0 5px;
}
.ninety-nine-faq p{
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin: 0;
}









































































































/********************* Mobile lp Comm SAnte ************************/
@media (max-width: 575.98px) {
  #firstslideComm .slick-dots{
    width: 100%;
  }
  .fristslide-comm .img-slide img{
    height: 265px;
    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;
  }
}




















.row-table-rond .img-video-rond{
  height: 180px;
  overflow: hidden;
}
.row-table-rond{
  width: 75%;
  margin: auto;
}
.row-table-rond .col-md-6:last-child .item-rond{
  margin-left: auto;
}
.item-rond{
  background: white;
  box-shadow: 0 15px 25px 0 #0000000D;
  border-radius: 10px;
  overflow: hidden;
  min-height: 350px;
  margin-bottom: 20px;
}
.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;
  float: right;
  /* z-index: 99999; */
  position: relative;
}
.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;
  DISPLAY: inline-block;
  width: 100%;
}
.row-table-rond .titre-video{
  padding: 0 26px 15px 26px;
  min-height: 105px;
}
.row-table-rond .btn-option-video a, .row-table-rond .btn-option-video button{
  width: 40px;
  margin-left: 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{
  width: 100%;
  background-color: #F4F5F6;
}
.bloc-second-video h3{
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  color: rgba(221, 36, 43, 1);
  text-transform: uppercase;
  text-align: left;
  float: left;
  width: 100%;
  margin: 60px 0 20px 0;
  font-size: 31px;
  font-weight: 700;
}
.bloc-second-video .row-table-rond{
  width: 100%;
  margin-bottom: 50px;
}
.filter-video{
  list-style: none;
  /*margin: 30px 0 !important;*/
  text-align: left;
  padding-left: 0;
}
.filter-video li.active button{
  color: white;
}
.filter-video li.active{
  background: #F2002D;
  color: black;
}
.filter-video li button{
  cursor: pointer;
  color: black;
    font-weight: 800;
}
.filter-video li{
  font-family: Poppins,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  color: black;
  text-align: center;
  background: #E8EEF7;
  padding: 5px 15px;
  margin: 0 15px;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
}
#show-more-view,
.more-video{
    font-family: 'GEFlow', serif !important;
  font-size: 18px;
  font-weight: 800;
  line-height: 40px;
  color: white;
  background: #3A4561 !important;
  padding: 5px 20px;
  border-radius: 41px;
  cursor: pointer;
  width: 210px;
  margin: auto;
  display: block;
}
.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{
  font-family: 'GEFlow', serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  color: #DD242B;
  text-transform: uppercase;
  margin-bottom: 10px;
    width: 60%;
}
.bloc-formulaire p{
  font-family: Poppins,sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #111111;
  max-width: 435px;
}
.bloc-formulaire .content-livres p{
    font-size: 20px !important;
    font-weight: 700;
    line-height: 30px;
}
#number-99{
    font-family: "Poppins", sans-serif;
    font-size: 200px;
    line-height: 180px;
    font-weight: 700;
    color: black;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px black;
    letter-spacing: -10px;
    float: right;
    margin-left: 30px;
}
.bloc-formulaire .row{
  align-items: center;
}
/*.bloc-formulaire .content-img img:last-of-type{*/
/*position: relative;*/
/*top: 57px;*/
/*left: -186px;*/
/*}*/
.bloc-formulaire .content-img img{
  width: 100%;
}
.bloc-formulaire .content-img{
  position: relative;
}
.bloc-formulaire .content-img:before{
  content: "";
  position: absolute;
  width: 97px;
  height: 61px;
  left: 0;
  bottom: -110px;
  background: url(../images/vergule.png) no-repeat right 3px top 6px !important;
}
.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: 18px !important;
  font-weight: 700;
  line-height: 25.2px;
  text-align: left;

}
.content-formulaire p{
  font-family: Poppins,sans-serif;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 16.8px;
  text-align: left;
  color: #524D4D;
  margin-top: 10px;
}
.btn-form input[type=submit]{
  width: 210px;
  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: 30px auto 0;
  cursor: pointer;
}

.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;
    font-size: 18px;
    color: #7B7272;
    font-family: 'GEFlow', serif !important;
}
.content-formulaire .control-input{
  margin-bottom: 20px;
}
.content-formulaire .control-input label{
    font-family: 'GEFlow', serif !important;
  font-size: 18px;
  font-weight: 700;
  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: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: 90%;
    margin: 0 auto auto auto;
    text-align: center;
    height: 290px;
  }
}
@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;
  }
  .bloc-second-video{
    overflow: hidden;
  }
  #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: 70px 0 10px 0;
  }
  .bloc-formulaire p {
    margin-bottom: 10px;
  }
  .item-content-img{
    text-align: left;
  }
}
@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: 20px 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 {
    line-height: 27px;
  }
  .item-rond {
    margin-bottom: 30px;
  }
  #videoModal{
    top: 95px;
    padding-top: 15px;
  }
  .bloc-formulaire h3 {
    width:100%;
    text-align: center;
  }
  .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;
  }
  .ninety-nine .container .numeber{
    margin-right: 20px;
    text-align: center;
    display: block;
    letter-spacing: -10px;
    font-size: 110px;
    line-height: 90px;
  }
  .ninety-nine {
    padding: 30px 0 100px 0;
    background-size: 100% 100%;
  }
  .ninety-nine .container .row{
    flex-direction: column-reverse;
  }
  .ninety-nine .container h2 {
    margin-top: 20px;
  }
  .ninety-nine .container p {
    text-align: center;
    float: none;
  }
  .ninety-nine .container a{
    float: none;
  }
  .ninety-nine .container h1 {
    font-size: 32px;
    line-height: 34px;
  }
  .ninety-nine .container img {
    width: 100%;
    margin: auto;
    text-align: center;
    display: block;
  }
  .speaker .container img {
    width: 40%;
    margin: auto;
    display: block;
  }
  .speaker .container .speaker-description h3 {
    width: 90%;
    margin: 30px auto 5px;
    text-align: center;
  }
  .speaker .container .speaker-description h4 {
    width: 90%;
    margin: 0 auto 15px;
    text-align: center;
  }
  .speaker .container .speaker-description p {
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
    text-align: center;
  }
  .bloc-formulaire .content-img:before {
    bottom: 0;
  }
}

.bloc-second-video p {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  color: black;
}

/* Radio btn */
#guide_form .radio-bloc{
  display: inline-block;
  justify-content: space-between;
  width: 100%;
  margin: auto auto 20px auto;
}
#guide_form .radio-bloc>div{
  float: left;
  margin-right: 10px;
}
#guide_form  [type="radio"]:checked,
#guide_form  [type="radio"]:not(:checked) {
  position: absolute;
  opacity: 0;
}
#guide_form  [type="radio"]:checked + label,
#guide_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: 18px;
    font-weight: 700;
  padding-top: 3px;
  padding-bottom: 7px;
}
#guide_form  [type="radio"]:checked + label:before,
#guide_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;
}
#guide_form  [type="radio"]:checked + label:after,
#guide_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;
}
#guide_form  [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#guide_form  [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}






[dir='rtl'] .ninety-nine{
  text-align: right;
}
[dir='rtl'] .ninety-nine .container .numeber {
  float: right;
  margin-right: 0;
}
[dir='rtl'] .ninety-nine .container a {
  float: right;
}
[dir='rtl'] .ninety-nine-faq {
  text-align: right;
}
[dir='rtl'] .content-formulaire .control-input label {
  text-align: right;
}
[dir='rtl'] .row-table-rond .titre-video h5{
    text-align: right;
    font-size: 20px;
    font-weight: 800;
    font-family: 'GEFlow', serif;
}
[dir='rtl'] .bloc-second-video h3 {
  text-align: center;
}
[dir='rtl'] .filter-video {
  text-align: center;
}
[dir='rtl'] .content-livres{
  text-align: right;
}
[dir='rtl'] .control-input input{
  text-align: right;
}
[dir='rtl'] .content-formulaire .control-input select{
  background: url("../images/icon-select.png") no-repeat left 20px center;
}
[dir='rtl'] .content-formulaire .container{
  text-align: right;
  padding-left: 0;
  padding-right: 35px;
}
[dir='rtl'] .content-formulaire .checkmark{
  right: 0;
  left: initial;
}
[dir='rtl'] .contenu p {
  text-align: right;
}
[dir='rtl'] #guide_form .radio-bloc>div {
  float: right;
}















[dir='rtl'] .ninety-nine-faq{
  display: none;
}
.bloc-second-video {
  padding-bottom: 30px;
}
[dir='rtl'] .ninety-nine .container h2{
    margin-top: 10px;
    font-size: 22px;
    font-weight: 800;
    font-family: 'GEFlow', serif !important;
}
[dir='rtl'] .ninety-nine .container p {
    font-size: 20px !important;
    line-height: 30px;
    font-weight: 700;
}
[dir='rtl'] .speaker .container .speaker-description p {
    font-size: 20px !important;
    line-height: 30px;
    margin-top: 20px;
    padding: 0 0 50px 120px;
  font-weight: 700;
}
[dir='rtl'] .filter-video li{
    font-size: 18px !important;
    font-weight: 800;
}
/*[dir='rtl'] .speaker .container img {*/
    /*width: 80%;*/
/*}*/
[dir='rtl'] .bloc-second-video h4{
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: black;
  text-align: center;
  direction: ltr;
  margin-bottom: 40px;
}
.besoin-alyousr{
  display: none !important;
}

#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;
}

[dir='rtl'] .content-formulaire .control-input select {
    text-align: right;
}

.ninety-nine .container .numeber{
    display: none;
}
.ninety-nine .container h1{
    direction: rtl;
}
@media screen and (max-width:640px){
    [dir='rtl'] .bloc-second-video h4 {
        font-size: 20px;
        line-height: 27px;
    }
  .content-livres {
    margin-top: 0;
  }
  .bloc-formulaire {
    padding: 0 0 30px 0;
  }
  [dir='rtl'] .content-formulaire p {
    font-size: 13px;
  }
}
[dir='rtl'] .ninety-nine .container h1 {
    direction: rtl;
    font-size: 60px;
    line-height: 60px;
    width: 24%;
    font-weight: 800;
    font-family: 'GEFlow', serif !important;
    display: inline-block;
}
[dir='rtl'] .bloc-second-video h3 {
  font-family: 'GEFlow-Bold', serif;
    font-size: 40px;
}
[dir='rtl'] .bloc-second-video h4 {
  font-family: 'GEFlow-Bold', serif;
    font-size: 20px;
    font-weight: 800;
}
.modal.show .modal-dialog {
  margin-top: 120px;
}
[dir='rtl'] .content-formulaire .container {
  font-family: 'GEFlow', serif;
}
[dir='rtl'] .btn-form input[type=submit]{
  font-family: 'GEFlow-Bold', serif;
}






@media (max-width: 640px){
    #number-99 {
        font-weight: 700;
        line-height: 100px;
        margin-left: 10px;
        margin-right: 20%;
      font-size: 100px;
    }
    [dir='rtl'] .ninety-nine .container h1 {
        font-size: 40px;
        line-height: 40px;
        width: 30%;
    }
  .ninety-nine .container .row .col-md-12>div{
    overflow: hidden;
  }
  [dir='rtl'] .ninety-nine .container h2{
    text-align: center;
  }
  .speaker .container img {
    width: 100%;
    margin: auto;
    display: block;
    float: none;
  }
  [dir='rtl'] .speaker .container .speaker-description p {
    padding: 0 10px 30px 10px;
  }
  [dir='rtl'] .bloc-second-video h3 {
    line-height: 50px;
    margin-top: 20px;
  }
  .bloc-formulaire .content-livres p{
    text-align: center;
  }
    [dir='rtl'] .ninety-nine .container p {
        text-align: center;
    }
    [dir='rtl'] .speaker .container .speaker-description {
        width: 90%;
        margin: auto;
        margin-top: -90px;
        float: left;
        margin-left: 5%;
    }
    [dir='rtl'] .ninety-nine .container a {
        float: none;
    }
}

.event-none{
  pointer-events: none !important;
}

































































/*
[dir='rtl'] .filter-video li{
  pointer-events: none;
}*/
