/*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 {
  font-family: BaskervilleHandcut;
  font-size: 53px;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

/*Desktop version*/
/*Menu*/
h6 {
    display: none;
}

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





a {
  cursor: pointer;
}


nav {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: +1;
}
.top_menu {
  display: flex;
  align-items: center;
  height: 65px;
  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: 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 {
  transform: translate(0%, 0px);
  transition: all 0.90s ease-in-out;
  display: flex;
}

#trigger {
  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: flex;
}
.text_content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  }

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

h1 {
  width: 350px;
  height: 66px;
  font-family: 'montserrat600', sans-serif;
  font-size: 43px;
  color: #2b2b2b;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 130px;
}


.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: 200px;
}
.contact_contact:hover {
  border: solid 1px #ea7070;
}
.text_content_title {
  width: 344px;
  margin-left: 200px;
}

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

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

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

#list_without_type, #list_without_type_maux_de_tete, #list_without_type_trouble_visceral {
  color: #969898;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
}
#list_without_type_sportif2 {
  color: #969898;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 50px;
}

#above_contact, #above_contact_maux_de_tete, #above_contact_trouble_visceral, #above_contact_sportif {

  margin-bottom: 50px;
}
 
.text_content_scroll li {
  color: #969898;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  margin-left: 175px;
  margin-right: 30px;
  width: 360px;
}

.bottom_arrows {
  display: none;
}


.put_2 {
    display: none;
  }

/*Image*/

.image {
  background-image: url("../img/Osteopathe_dos_1440.jpg");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-left: 15px;
}

.link_content, .link_content_maux_de_tete, .link_content_trouble_visceral {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 85px;
}

.under_link_content, .under_link_content_maux_de_tete, .under_link_content_trouble_visceral {
  display: flex;
  flex-direction: column;
  background-color: #2b2b2b;
  width: 239px;
  height: 140px;
  box-sizing: border-box;
  padding-top: 10px;
}

.under_link_content a, .under_link_content_maux_de_tete a, .under_link_content_trouble_visceral a {
  text-decoration: none;
  font-size: 16px;
  font-family: 'montserrat400', sans-serif;
  color: #969898;
  margin-left: 20px;
  height: 19px;
}


.link_femme_enceinte {
  width: 140px;
}

.link_trouble_visceral {
  width: 130px;
}

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

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

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

.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*/
@media screen and (max-width: 1024px)
{
      /*Menu*/
  .phone_rdv a {
    margin-right: 38px;
  }

  .top_menu_title {

    display: none;
  }

  .top_margin {
    height: 65px;
  }
    /*Container*/
  .container {
    flex-direction: column-reverse;
  }

  /*Image*/

  .image {
    width: 100%;
    height: 511px;
    margin-left: 0px;
  }

  .link_content, .link_content_maux_de_tete, .link_content_trouble_visceral {
    display: none;
  }
  

  .link_content_2 {
    display: flex;
    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_maux_de_tete .fa-circle:first-child {
    color: #e4e4e4;
  }
  .slide_circles_maux_de_tete .fa-circle:nth-child(0n+2) {
    color: #92d7cf;
  }
   .slide_circles_trouble_viscerals .fa-circle:first-child {
    color: #e4e4e4;
  }
  .slide_circles_trouble_viscerals .fa-circle:nth-child(0n+3) {
    color: #92d7cf;
  }
  
  
  


    /*Text content*/

  h1 {
    margin-top: 40px;
  }

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

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

  .put, #put_3 {
    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;
  }


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

  .contact_contact {
    margin: auto;
  }


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

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

  #bottom_arrows_infos_p, #bottom_arrows_infos_maux_de_tete_p, #bottom_arrows_infos_trouble_visceral_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*/
@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_title {

    display: none;
  }
  .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: flex;
    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 {
    height: 213px;
    background-image: url("../img/Osteopathe_dos_1440-min.jpg");
  }

  /*Text content*/

  h1 {
    width: 290px;
    margin-bottom: 20px;
    margin-left: 20px;
    height: 50px;
  }

  .liseret {
    margin-left: 20px;
  }

  .put_2 h1,  .put_2 .liseret, .put_2 h2 {
    margin-left: -10px;
  }

 

  .text_content_title {
    width: 100%;

  }
  #put_3 {
    display: none;
  }

  .put_2 {
    display: block;
    width: 289px;
    margin: auto;
  }

  .put {
    width: 320px;
  }

  h2 {
    font-family: BaskervilleHandcut;
    font-size: 53px;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    height: 66px;
    margin-top: -30px;
    margin-bottom: 0px;
  }

  .text_content_scroll {
   margin-bottom: 0px;
  }

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

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

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

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

  #list_without_type, #list_without_type_maux_de_tete, #list_without_type_trouble_visceral {
    margin-top: 15px;
  }

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

  

}
