/*Home page*/


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

/*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;
}

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;
}
.top_margin {
  height: 65px;
}
#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;
}

.main {
  max-width: 900px;
  height: 300px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

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

.main p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #969898;
}

h1 {
  height: 50px;
  font-family: 'montserrat600', sans-serif;
  font-size: 43px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #13948a;
  margin-bottom: 0px;
}

h2 {
  height: 64px;
  font-family: BaskervilleHandcut;
  font-size: 53px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  color: #13948a;
  margin-bottom: 18px;
  margin-top: 0px;
}

/*Tablet version*/
@media screen and (max-width: 1024px)
{
      /*Menu*/
  .phone_rdv a {
    margin-right: 38px;
  }

  .top_menu_title {

    display: none;

  }
     
}





/*Mobile version*/
@media screen and (max-width: 767px)
{
  /*Menu*/
  body {
    min-width: 320px;
  }

  .top_menu_title {

    display: none;

  }

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