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

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

h6 {
  display: none;
}

input, textarea {
  font-family: 'Open Sans', sans-serif;
}

.ok_send {
  background-color: #28a745;
  padding: 5px;
  font-family: 'montserrat400', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: white;
}



/*Desktop version*/

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

  



  /*Title*/
.main_container_1 {
  width: 1025px;
  margin: auto;
  height: 168px;
}

h1 {
  font-size: 60px;
  height: 72px;
  font-family: BaskervilleHandcut;
  font-weight: normal;
  color: #2b2b2b;
}

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

  /*Infos*/


.main_container_2 {
  width: 100%;
  background-color: #f9f9f9;
  height: 371px;
  position: relative;
  box-sizing: border-box;
  padding-top: 75px;
}

.sub_main_container_2 {
  width: 1025px;
  margin: auto;
  display: flex;
}

.container_1 {
  width: 512.5px;
}

.container_2 {
  width: 512.5px;

}

.infos_container_1 {
  display: flex;
}

.infos_container_1 img {
  margin-right: 20px;
}

.infos_container_2 {
  display: flex;
}

.infos_container_2 img {
  margin-right: 20px;
}


.test2 {
  display: flex;
  flex-direction: column;
}

.separate {
  width: 298px;
  height: 1px;
  background-color: #e4e4e4;
  margin-left: 70px;
  margin-bottom: 10px;
}

.separate_2 {
  width: 373px;
  height: 1px;
  background-color: #e4e4e4;
  margin-left: 70px;
  margin-bottom: 10px;
}

.separate_time {
  width: 373px;
  margin-left: 70px;
  margin-bottom: 10px;
  height: 1px;
  background-color: #e4e4e4;
}

.tata {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 0px;
  margin-top: 0px;
}


.toto {
  color: #797a7a;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
}

.popo {
  font-family: 'Open Sans', sans-serif;
  color: #797a7a;
  margin-top: 0px;
  margin-bottom: 10px;
}

  /*Contact_form_map*/

.main_container_3 {
  width: 1025px;
  margin: auto;
}

.contact_form {
  display: flex;
}
.form {
  width: 570px;
}

.map{
  width: 454px;
}

.legend {
  width: 431px;
  height: 27px;
  font-weight: bold;
  color: #2b2b2b;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 13px;
  margin: auto;
  margin-top: 63px;
}
form div {
  /*display: block;*/
  margin-bottom: 15px;
}
label span {
  color: #fc676c;
}
label {
  color: #797a7a;
  font-family: 'Open Sans', sans-serif;
}
form {
  width: 431px;
  margin: auto;
  margin-top: 13px;
}
input {
  width: 286px;
  height: 32px;
  border: solid 1px #e4e4e4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  width: 286px;
  height: 226px;
  border: solid 1px #e4e4e4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#comments {
  margin-left: 21px;
}
#subject {
  margin-left: 85px;
}
#email {
  margin-left: 85px;
}
#phone {
  margin-left: 45px;
}
#name {
  margin-left: 87px;
}
.comments {
  display: flex;
}
.comments label {
  margin-top: 8px;
}
.button {
  cursor: pointer;
  width: 242px;
  height: 48px;
  color: #fc676c;
  background-color: white;
  font-size: 20px;
  font-family: 'montserrat600', sans-serif;
  border-radius: 4px;
  border: solid 1px #fc676c;
  margin-bottom: 109px;
}
.button:hover {
  border-radius: 4px;
  border: solid 1px rgba(234, 112, 112, 0.5);
}
iframe {
  margin-top: 95px;
}
.map p {
  width: 410px;
  height: 110px;
  font-family: 'Open Sans', sans-serif;
  color: #969898;
  line-height: 22px;
  margin: auto;
  margin-top: 53px;
  margin-bottom: 64px;
}
.map {
  text-align: center;
}

.captcha p {
  width: 78px;
  color: #797a7a;
  font-family: 'Open Sans', sans-serif;
  color: #fc676c;
}

.required {
  color: #fc676c;
}

.tamerage {
  margin-left: -10px;
  margin-right: 86px;
}








/*Tablet version*/

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

  .top_menu_title {

    display: none;
  }

  /*Title*/

  .main_container_1 {
  width: 768px;
  margin: auto;
  height: 200px;
}

  /*Infos*/

  .infos_container_1 {
    margin-left: 15px;
  }

  .sub_main_container_2 {
    width: 768px;
  }

  .container_1 {
  width: 384px;
  }

  .container_2 {
    width: 384px;

  }

  .separate, .separate_2 {
    width: 270px;
  }

  .separate {
    margin-left: 85px;
  }

  .separate_time {
    width: 270px;
    margin-left: 70px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  
  /*Formulaire de contact*/
  .legend {
    margin-top: 59px;
  }
  input {
    width: 280px;
  }
  textarea {
    width: 280px;
  }
  iframe {
    width: 280px;
    height: 199px;
  }
  .map p {
    width: 280px;
    height: 176px;
  }
  .form {
    padding-left: 39px;
  }
  label {
    display: block;
  }
  #comments, #subject, #email, #phone, #name {
  margin-left: 0px;
  display: block;
  }
  .comments {
    display: block;
  }
  
  .map .button {
    margin-left: 19px;
  }
  .map p {
    margin-bottom: 40px;
  }

  .map {
    width: 300px;
  }

  .form {
    width: 468px;
  }

  .main_container_3 {
    width: 768px;
  }

  .samerage {
    display: flex;
  }

  .tamerage {
    padding-top: 10px;
  }
}




/*Mobile version*/
@media screen and (max-width: 767px)
{
  
  

  

  /*Menu*/

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

    /*Title*/
  .main_container_1 {
    width: 100%;
  }

  h1 {
    width: 229px;
    height: 58px;
    font-size: 48px;
    margin-left: 46px;
  }

  .liseret {
    margin-left: 46px;
  }

    /*Infos*/
  .separate, .separate_2 {
    width: 211px;
  }

  .separate_2 {
    margin-left: 85px;
  }

  .separate_time {
    width: 211px;
    margin-left: 85px;
  }

  .sub_main_container_2 {
    width: 100%;
    display: block;
  }

  .main_container_2 {
    height: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .separate_contact {
    width: 211px;
    height: 1px;
    background-color: #e4e4e4;
    margin-left: 70px;
    margin-bottom: 10px;
    margin-left: 85px;
    margin-top: 15px;
  }

  .infos_container_2 {
    margin-left: 15px;
  }

  .container_1, .container_2 {
    box-sizing: border-box;
    width: 320px;
    margin: auto;
  }



    /*Contact form map*/

  .main_container_3 {
    width: 320px;
  }

  .contact_form {
    width: 320px;
  }
  
  .form,.map {
    width: 320px;
  }
  
  #contact_1 {
    border-bottom: solid 1px #e4e4e4;
  }
  .container1 {
    margin-bottom: 0px;
    margin-top: 0px;
    height: auto;
  }

  .container1  div div, .container2  div div {
    width: 239px;
  }
  .container1, .container2 {
    width: 100%;
  }
  .container2 {
    margin-top: 0px;
    margin-right: 0px;
  }
  .container1 > div {
    margin-right: 0px;
  }
  .contact_form {
    display: block;
  }
  
  .form {
    padding-left: 0px;
  }
  form {
    width: 100%;
    margin-top: 18px;
  }
  form div {
    width: 280px;
    margin: auto;
  }
  .legend {
    width: 280px;
    margin-top: 28px;
  }
  
  .button {
    display: block;
    margin: auto;
  }
  
  input {
    margin-bottom: 25px;
  }

  

  .map .button {
    display: block;
    margin: auto;
    margin-bottom: 79px;
  }
 
  .map p {
    margin: auto;
    margin-bottom: 40px;
  }
  iframe {
    display: block;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 25px;
  }
  

  .samerage {
    margin-bottom: 35px;
  }
  
  label {
    margin-bottom: 8px;
  }
  


}
