/*Public specipique pages*/


@font-face {
    font-family: "montserrat600";
    src: url(../fonts/Montserrat-SemiBold.otf);
    font-display: swap;
}
@font-face {
    font-family: "montserrat300";
    src: url(../fonts/Montserrat-Light.otf);
    font-display: swap;
}
@font-face {
    font-family: "montserrat400";
    src: url(../fonts/Montserrat-Regular.otf);
    font-display: swap;
}
@font-face {
    font-family: "BaskervilleHandcut";
    src: url(../fonts/BaskervilleHandcutITALIC.ttf);
    font-display: swap;
}
@font-face {
    font-family: "Open Sans";
    src: url(../fonts/OpenSans-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Open Sans Bold";
    src: url(../fonts/OpenSans-Bold.ttf);
    font-display: swap;
}

span {
  color: #969898;
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #797a7a;
}

/*Desktop version*/
/*Menu*/
h6 {
    display: none;
}
a {
  cursor: pointer;
}
.top_menu_title span {
  font-size: 21px;
  font-family: 'montserrat600', sans-serif;
  text-transform: uppercase;
  color: #13948A;
  margin-top: 0px;
  margin-bottom: 0px;
  
}

.top_menu_title p {
  width: 490px;
  text-align: center;
  font-size: 21px;
  font-family: 'montserrat300', sans-serif;
  text-transform: uppercase;
  color: #13948A;
  margin-top: 0px;
  margin-bottom: 0px;
}
.mobile_version {
  display: none;
}

.image_mobile_tablette {
  display: none;
}

nav {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: +4;
}
.top_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  background-image: -webkit-gradient(linear, right top, left top, from(#a5efe3), to(#d0f4eb));
  background-image: -o-linear-gradient(right, #a5efe3, #d0f4eb);
  background-image: linear-gradient(to left, #a5efe3, #d0f4eb);
}
.phone_rdv {
  width: 100%;
  height: 65px;
  text-align: right;
  padding-bottom: 5px;
}
.phone_rdv p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #13948a;
  border-radius: 4px;
  border: solid 1px rgba(19, 148, 138, 0.6);
  max-width: 176px;
  max-height: 41px;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  padding-right: 31px;
  padding-left: 31px;
 }
.phone_rdv a {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #13948a;
  border-radius: 4px;
  border: solid 1px rgba(19, 148, 138, 0.6);
  max-width: 176px;
  max-height: 41px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  padding-right: 32.5px;
  padding-left: 32.5px;
}
.top_menu p {
  display: inline-block;
}
.slide_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu_list {
  width: 390px;
  height: 100vh;
  background-color: #ffffff;
}
.menu_list li {
  list-style: none;
  border-bottom: solid 1px #f4f4f4;
  width: 260px;
  margin-right: 40px;
}
.menu_list li:last-of-type {
  border: none;
}
.menu_list ul {
  margin-top: 0px;
}
.menu_list a {
  text-decoration: none;
  font-family: 'montserrat400', sans-serif;
  color: #969898;
  font-size: 18px;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.menu_list a:hover {
  color: #000000;
  font-weight: bold;
  font-family: 'montserrat600', sans-serif;
}
header .clearfix {
    height: 50px;
}
.dropdown-container .header p {
    font-family: montserrat400, sans-serif;
    color: #969898;
    font-size: 18px;
    display: inline-block;
}

.dropdown-container .header p:hover {
    cursor: pointer;
    color: #000;
    font-weight: 700;
    font-family: montserrat600, sans-serif;
}

.dropdown-container {
    background-color: white;
}
.dropdown-container article {
    max-height: 0px;
    overflow: hidden;
    line-height: 1.6; 
    transition: max-height 350ms ease-in-out;
}
.article-inner li {
    border: none;
}
.article-inner a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.filter {
  width: 100%;
  height: 100vh;
  opacity: 0.9;
  background-color: #45b9ab;
}
#slide_menu {
  -webkit-transform: translate(-150%, 0px);
  -ms-transform: translate(-150%, 0px);
  transform: translate(-150%, 0px);
  -webkit-transition: all 0.90s ease-in-out;
  -o-transition: all 0.90s ease-in-out;
  transition: all 0.90s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
}
#slide_menu.active {
  -webkit-transform: translate(0%, 0px);
      -ms-transform: translate(0%, 0px);
          transform: translate(0%, 0px);
  -webkit-transition: all 0.90s ease-in-out;
  -o-transition: all 0.90s ease-in-out;
  transition: all 0.90s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  margin-left: 40px;
}
#trigger p {
  width: 67px;
  height: 25px;
  font-family: 'montserrat600', sans-serif;
  font-size: 21px;
  text-align: center;
  color: #13948a;
}
.fa-bars {
  font-size: 24px;
  color: #13948a;
  margin-right: 6px;
  padding-top: 20px;
}

/*Content*/

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.text_content {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  }



.liseret {
  width: 50px;
  height: 6px;
  background-color: #ea7070;
  margin-bottom: 30px;
}

h1 {
  height: 56px;
  font-size: 42px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #2b2b2b;
  margin-top: 98px;
  margin-bottom: 0px;
  font-family: 'montserrat300', sans-serif;
}

h2 {
  height: 56px;
  font-family: BaskervilleHandcut;
  font-size: 33px;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2b2b2b;
  margin-top: 0px;
  margin-bottom: 0px;
}

h3 {
  margin-top: 140px;
  margin-left: 29.5%;
  color: #fc676c;
  font-family: 'Open Sans Bold', sans-serif;
  margin-bottom: -15px;
}


.contact_div {
    height: 48px;
  }

.contact_contact {
  color: #fc676c;
  text-decoration: none;
  width: 242px;
  height: 48px;
  border-radius: 4px;
  border: solid 1px rgba(252, 103, 108, 0.4);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 67px;
  padding-left: 67px;
  font-size: 20px;
  font-family: 'montserrat600', sans-serif;
  margin-left: 29.5%;
}
.contact_contact:hover {
  border: solid 1px #ea7070;
}
.text_content_title {
  
  width: 400px;
  position: absolute;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto;
  /*margin-left: 150px;*/
  z-index: 3;
}

.text_content_scroll {
  margin-bottom: 50px;
  overflow: auto;
  scrollbar-width: thin;
  overflow-y: auto;
  margin-right: 20px;
}

.text_content_scroll p {
  width: 360px;
  margin-left: 28.5%;
  margin-right: 30px;
  color: #797a7a;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  font-family: 'Open Sans Bold', sans-serif;
}
 ul span {
  color: #969898;
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #797a7a;
}

#sceance_page_text #above_contact span, #indications_page_text #above_contact span {
  color: #969898;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
}



#pre_list_sceance {
  margin-bottom: -15px;
}

#list_without_type, #list_without_type_seminaire, #list_without_type_cabinet {
  color: #969898;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
}

#above_contact, #above_contact_seminaire, #above_contact_cabinet {
  color: #969898;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 25px;
}

#above_contact span {
  color: #797a7a;
}
 
.text_content_scroll li {
  color: #969898;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  margin-left: 26.5%;
  margin-right: 30px;
  max-width: 360px;
}

.bottom_arrows {
  display: none;
}

.cabinet_photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 200px;
  margin-bottom: 50px;
}
.photo_cabinet_1, .photo_cabinet_2 {
  width: 154px;
  height: 119px;
  background-color: #e4e4e4;
}
 .photo_cabinet_1 {
  margin-right: 12px;
 }


/*Image*/

.image {
  width: 50%;
  height: 100vh;
  position: relative;
  background-color: #efefef;
  
}

.image img {
  width: 620px;
  height: 491px;
  position: absolute; 
  bottom: 0;
  right: 20px;
  /*left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto;*/
}

.link_content, .link_content_sceance, .link_content_indications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 0px;
  bottom: 85px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.under_link_content, .under_link_content_sceance, .under_link_content_indications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #2b2b2b;
  width: 239px;
  height: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
}

.under_link_content a, .under_link_content_sceance a, .under_link_content_indications a {
  text-decoration: none;
  font-size: 16px;
  font-family: 'montserrat400', sans-serif;
  color: #969898;
  height: 19px;
}


.link_femme_enceinte {
  width: 219px;
  margin-left: 20px;
}

.link_indications {
  width: 219px;
  margin-left: 20px;
}

.nourisson_enfant {
  width: 219px;
  margin-top: 20px;
  margin-left: 20px;
}

.under_link_content p {
  font-family: 'montserrat600', sans-serif;
  font-size: 20px;
  color: #ffffff;
  height: 24px;
  margin-bottom: 0px;
  margin-left: 20px;
}

.under_link_content_sceance p, .under_link_content_indications p {
  font-family: 'montserrat600', sans-serif;
  font-size: 20px;
  color: #ffffff;
  height: 24px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 20px;
}

.fa-arrow-left, .fa-arrow-right {
  font-size: 32.7px;
  color: #ffffff;
  margin-left: 30px;
  margin-top: 28px;
}
.left_arrow,  .right_arrow {
  background-color: #92d7cf;
  width: 87px;
  height: 87px;
}


.none {
  display: none;
}

.link_content_2 {
  display: none;
}


/*Tablette paysage*/
@media screen and (max-width: 1024px) {

      .text_content_title {
      margin-left: 60px;
      }
      .top_menu_title{
        display: none;
      }
      .image img {
        width: 620px;
        height: 491px;
        position: absolute;
        right: 10px;
      }

      .text_content_scroll p {
        
        margin-left: 60px;
        
      }

      .text_content {
        width: 50%;
      }

      .text_content_scroll li {
        margin-left: 35px;
      }

      .contact_contact {
        margin-left: 60px;
      }

      h3 {
        margin-left: 60px;
      }

      .cabinet_photos {
        margin-left: 60px;
      }
}



/*Tablette portrait*/
@media screen and (max-width: 1024px)
{
      /*Menu*/
  .phone_rdv a {
    margin-right: 38px;
  }
  .top_menu_title {
    display: none;
  }

  .top_margin {
  height: 65px;
}
    /*Container*/
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .text_content {
     width: 100%;
  }



  /*Image*/

  .image_mobile_tablette {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 511px;
    width: 100%;
    background-color: #efefef;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    }

    .image_mobile_tablette_amelie img {
      width: 320px;
      height: 251px;
      margin-bottom: -5px;
    }
  

  .link_content, .link_content_sceance, .link_content_indications {
    display: none;
  }
  

  .link_content_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .left_arrow,  .right_arrow {
  background-color: #92d7cf;
  width: 40px;
  height: 40px;
  }

  .fa-arrow-left, .fa-arrow-right {
  font-size: 17.4px;
  margin-left: 12px;
  margin-top: 12px;
  }

  .fa-circle {
    color: #e4e4e4;
    font-size: 10px;
  }
  .fa-circle:first-child {
    color: #92d7cf;
    font-size: 10px;
  }

  .slide_circles_sceance .fa-circle:first-child {
    color: #e4e4e4;
  }
  .slide_circles_sceance .fa-circle:nth-child(0n+2) {
    color: #92d7cf;
  }
   .slide_circles_indicationss .fa-circle:first-child {
    color: #e4e4e4;
  }
  .slide_circles_indicationss .fa-circle:nth-child(0n+3) {
    color: #92d7cf;
  }
  
  
  


    /*Text content*/

  h1 {
    margin-top: 40px;
  }

  h3 {
    margin-bottom: 0px;
    margin-top: 38px;
  }

  #sceance_page_text h3, #indications_page_text h3 {
    margin-top: 0px;
  }

  .text_content {
    height: 100%;
    max-width: 100%;
    min-width: 320px;
  }

  .text_content_title {
    width: 100%;
    margin: auto;
  }

  .put {
    width: 645px;
    margin: auto;
  }

  .text_content_scroll {
   margin-bottom: 0px;
   overflow: inherit;
   height: auto;
  }

  .text_content_scroll li {
  
  margin-left: 0px;
  width: 656px;
  margin: auto;
  } 

  .text_content_scroll p {
  
  margin-left: 0px;
  width: 646px;
  margin: auto;
  margin-bottom: 15px;
  margin-top: 50px;
  }


  .contact_div {
    width: 646px;
    margin: auto;
    text-align: center;
  }

  .contact_contact {
    margin: auto;
  }


  .bottom_arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .bottom_arrows_infos {
    background-color: #f4f4f4;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;height: 40px;
  }

  #bottom_arrows_infos_p, #bottom_arrows_infos_sceance_p, #bottom_arrows_infos_indications_p {
    font-family: 'montserrat600', sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #969898;
    width: 100%;
    text-align: center;
    
  }

 

  .contact_div {
    margin-bottom: 25px;
  }

  .mobile_version {
    display: block;
  }
  .desktop_version {
    display: none;
  }

   

  #indications_page_text, #sceance_page_text {
    display: block;
  }

  #sceance_title, #indications_title {
    display: block;
  }


  #list_without_type_2 {
    color: #969898;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-top: 15px;
  }

  #above_contact_2 {
    color: #969898;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 25px;
  }


}



/*Mobile version*/
@media screen and (max-width: 767px)
{
  /*Menu*/
  body {
    min-width: 320px;
  }
  .dropdown-container {
        background-color: transparent;
        cursor: pointer;
    }

    .dropdown-container .header p {
        color: #ddfdfa;
    }


  .dropdown-container .header p:hover {
        cursor: pointer;
        color: #ffffff;
    }
    
  .top_menu {
    height: 50px;
    min-width: 320px;
  }
  .top_margin {
    height: 50px;
  }
  #trigger p {
    display: none;
  }
  .filter {
    display: none;
  }
  #trigger {
    display: inline-block;
    width: 24px;
    margin-left: 20.5px;
  }
  .menu_bars {
    width: 24px;
  }
  .button_menu {
    margin-left: 0px;
    margin-right: 19px;
    padding-left: 0px;
    width: 40px;
    margin-bottom: 20px;
  }
  .phone_rdv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 10px;
    padding-bottom: 0px;
  }
  .phone_rdv a {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 14px;
    padding-right: 14px;
    margin: auto;
    width: 110px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .phone_rdv p {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;/*A supprimer au cas où*/
    padding-top: 7px;
    padding-bottom: 6px;
    margin-right: 5px;
    width: 110px;
    margin: auto;
    cursor: pointer;
  }

  .menu_bars div {
    height: 2px;
  }
  .menu_list {
    width: 100%;
    height: 100vh;
    background-color: #92d7cf;
  }
  .menu_list a {
    color: #ddfdfa;
  }
  .menu_list a:hover {
    color: #ffffff;
  }
    

  

  /*Image*/

  .image_mobile_tablette {
    height: 450px;
  }

  .cabinet_photos {
    margin-left: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

  }
  .photo_cabinet_1 {
    margin-right: 0px;
  }

  /*Text content*/

  h1 {
    width: 320px;
    font-size: 36px;
  }

  h3 {
    margin-left: 20px;
  } 

  .text_content_title {
    width: 100%;

  }
  .put {
    width: 289px;
    margin: auto;
  }

  .text_content_scroll {
   margin-bottom: 0px;
  }

  .text_content_scroll li {
    
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 20px;
  }

  .text_content_scroll p {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  
 
  }

  .contact_div {
    width: 290px;
    margin-bottom: 25px;
    margin-top: 50px;
  }

  .bottom_arrows .left_arrow, .bottom_arrows .right_arrow {
    width: 52px;
  }

  #list_without_type_2 {
    color: #969898;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-top: 15px;
  }

  .text_content_scroll ul {
    margin-left: -5px;
  }

  #above_contact_2, #above_contact_seminaire_2, #above_contact_cabinet_2 {
    color: #969898;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 25px;
  }

}
