header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3vw;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 3vw !important;
  border-bottom: 1px solid #EAF3F2;
}
header h2 {
  font-size: 1.5em;
}
header #infos-site h2 {
  color: black;
  margin-bottom: 0;
}
header #infos-site h4 {
  font-style: italic;
  margin-top: 0;
  font-weight: 300;
  color: black;
}
@media (min-width: 1200px) {
  header #mega-menu-wrap-header #mega-menu-header li.mega-menu-item a.mega-menu-link::after {
    content: "";
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    translate: 0 -24px;
    border-bottom: solid 2px #C7A283;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
  }
  header #mega-menu-wrap-header #mega-menu-header li.mega-menu-item a.mega-menu-link:hover {
    color: #C7A283;
    transition: color 0.5s;
  }
  header #mega-menu-wrap-header #mega-menu-header li.mega-menu-item a.mega-menu-link:hover::after {
    transform: scaleX(1);
  }
  header #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.menu-bouton {
    background-color: #C7A283;
    border-radius: 50px;
    transition: background-color 0.5s;
    height: 40px;
  }
  header #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.menu-bouton:hover {
    background-color: #DEB281;
  }
  header #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.menu-bouton a.mega-menu-link {
    color: white;
    font-weight: 500;
    display: inline;
    margin: 0;
    padding: 14px;
    width: 100%;
    text-align: center;
  }
  header #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.menu-bouton a.mega-menu-link::after {
    border-bottom: none;
  }
  header #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.menu-bouton a.mega-menu-link:hover {
    color: white;
  }
}

footer {
  background-color: #EAF3F2;
}
footer #footer {
  padding: 3vw 3vw 1.5vw 3vw;
  margin-top: 6vw;
}
footer #footer h2 {
  color: #967669;
  font-family: "abigate", serif;
  font-size: 1.5em;
}
footer #footer #footer-container {
  display: flex;
  justify-content: space-between;
  gap: 6vw;
  box-sizing: border-box;
  background-image: url(../images/plante-footer.png);
  background-repeat: no-repeat;
  background-position: 80%;
  background-position-y: bottom;
}
@media (max-width: 780px) {
  footer #footer #footer-container {
    background-image: url(../images/plante-footer-mobile.png);
  }
}
footer #footer #footer-container .footer-col {
  flex: 1 1 0;
}
@media (max-width: 1080px) {
  footer #footer #footer-container {
    display: block;
    padding-bottom: 9vw;
  }
  footer #footer #footer-container .footer-col:first-child {
    margin-bottom: 6vw;
  }
  footer #footer #footer-container .footer-col:first-child:after {
    content: "";
    display: block;
    margin: auto;
    width: 50%;
    height: 1px;
    border-bottom: 1px solid #DEB281;
    padding-top: 3vw;
  }
}
footer #footer .col-table-style p {
  margin: 8px 0;
}
footer #footer #footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer #footer #footer-menu ul li {
  margin: 0 0 16px 0;
  padding: 8px 0;
}
footer #footer #footer-menu ul li a {
  color: #967669;
  text-decoration: none;
}
footer #footer #footer-menu ul li a:hover {
  color: #C7A283;
}
footer #footer #footer-info {
  border-top: 1px solid #C2C3D1;
  padding: 24px 0 0 0;
  font-size: 0.77em;
}
footer #footer #footer-info p {
  margin: 8px 0;
}
footer #footer #footer-info a {
  color: #3C3C3C;
  font-style: italic;
}
footer #footer #footer-info a:visited {
  color: #3C3C3C;
}
footer #footer #footer-info #menu-infos-legales {
  display: flex;
  gap: 0.75vw;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer #footer #footer-info #menu-infos-legales li::after {
  content: " - ";
  display: inline-block;
  color: #3C3C3C;
  margin-left: 0.75vw;
}
footer #footer #footer-info #menu-infos-legales li:last-child::after {
  content: "";
  margin: 0;
}
footer #footer #footer-info #menu-infos-legales li a {
  color: #DEB281;
  text-decoration: underline;
}
footer #footer #footer-info #menu-infos-legales li a:hover {
  color: #C7A283;
}

@font-face {
  font-family: "abigate";
  src: url("../fonts/abigate_desgo-webfont.woff") format("woff");
}
@font-face {
  font-family: "abigate";
  src: url("../fonts/abigate_desgo_italic-webfont.woff") format("woff");
  font-style: italic;
}
@font-face {
  font-family: "abigate";
  src: url("../fonts/abigate_desgo-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "abigate";
  src: url("../fonts/abigate_desgo_italic-webfont.woff2") format("woff2");
  font-style: italic;
}
body {
  font-size: 1.1em;
  font-family: "raleway";
  margin: 0;
  padding: 0;
}

header, main, #footer {
  max-width: 1921px;
  margin: auto;
  padding-left: 3vw;
  padding-right: 3vw;
}

p {
  margin-bottom: 32px;
}

br {
  margin-bottom: 24px;
}

a {
  text-decoration: none;
  color: #C7A283;
}

h1, h2 {
  font-family: "abigate", serif;
  font-size: 2.25em;
  font-weight: 300;
  color: #3C3C3C;
  margin-bottom: 32px;
  margin-top: 8px;
}

h3 {
  font-family: "abigate", serif;
  font-size: 1.5em;
  font-weight: 300;
  color: #967669;
  margin-bottom: 32px;
}

h4 {
  font-family: "raleway";
  font-size: 1.3em;
  color: #967669;
  font-weight: 500;
}

p.link {
  margin: 32px 0;
  translate: 0 0;
  transition: translate 250ms ease-in-out;
}
p.link:hover {
  translate: 8px 0;
}
p.link a {
  color: #C7A283;
  font-weight: 600;
  text-decoration: none;
}
p.link a:hover {
  color: #DEB281;
}
p.link a::before {
  content: url(../svg/fleche.svg);
  display: inline-block;
  margin-right: 8px;
}

p.link-bouton, .menu-bouton {
  background-color: #C7A283;
  border-radius: 50px;
  transition: background-color 0.5s;
  height: 40px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
p.link-bouton:hover, .menu-bouton:hover {
  background-color: #DEB281;
}
p.link-bouton a, .menu-bouton a {
  color: white !important;
  font-weight: 500;
  display: inline;
  margin: 0;
  padding: 14px;
  text-align: center;
}
p.link-bouton a::after, .menu-bouton a::after {
  border-bottom: none;
}
p.link-bouton a:hover, .menu-bouton a:hover {
  color: white;
}

label {
  font-weight: 500;
  display: block;
}

input[type=text], input[type=email], textarea {
  border: 1px solid #DEB281;
  border-radius: 50px;
  padding: 8px 16px;
  margin-top: 8px;
  width: 100%;
  font-size: 1.1em;
  color: #3C3C3C;
}

textarea {
  border-radius: 15px;
  font-size: 1.3em;
  color: #3C3C3C;
}

input[type=checkbox] {
  border: 1px solid #DEB281;
  border-radius: 5px;
  background-color: black;
}

input[type=submit] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  gap: 16px;
  background: #C7A283;
  border: 1px solid #C7A283;
  border-radius: 28px;
  margin-top: 40px;
  color: white;
  font-weight: 500;
  font-size: 1em;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item label {
  font-weight: 300;
}

main > div, main > p, main > figure, main > h1, main > h2, main > h3, main > h4, main > table, main > ul {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.wide-width {
  max-width: 100%;
}

main ul {
  list-style-image: url(../images/feuille-liste.png);
}
main ul li {
  margin-bottom: 16px;
}
main .wp-block-columns {
  max-width: 70%;
  margin: auto;
}
main .wp-block-columns .wp-block-columns {
  max-width: 100%;
}
main .separateur {
  margin: 3vw auto;
}
@media (max-width: 781px) {
  main .separateur {
    margin: 12vw auto;
  }
}
main .img-feuille img {
  border-radius: 0 15vw;
}
@media (max-width: 781px) {
  main .img-feuille img {
    border-radius: 0 25vw;
  }
}
main .img-2-feuilles {
  display: flex;
  align-items: end;
  gap: 1.5vw;
  margin: auto;
}
main .img-2-feuilles img {
  border-radius: 0 250px;
}
main .img-2-feuilles::after {
  content: "";
  display: block;
  width: 73px;
  height: 59px;
  background: #DEB281;
  border-radius: 250px 0px;
}
main .img-rond-feuille-centre {
  min-height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/bg-col-rond.png);
  background-repeat: no-repeat;
  padding: 0;
  background-position-x: center;
  background-position-y: center;
}
main .img-rond-feuille-centre figure {
  border-radius: 50% !important;
  padding: 20px;
  border: 1px solid #DEB281;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
main .img-rond-feuille-centre figure img {
  width: 90%;
  margin: 0;
}
main .col-img-rond {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1300px) {
  main .col-img-rond {
    max-width: 100%;
    min-height: auto;
    background-size: contain;
  }
}
main .col-img-rond .block-img-rond, main .col-img-rond .img-rond-feuille-centre {
  min-height: 550px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-image: url(../images/bg-col-rond.png);
  background-repeat: no-repeat;
  padding: 0;
  background-position-x: center;
  background-position-y: center;
}
@media (max-width: 781px) {
  main .col-img-rond .block-img-rond, main .col-img-rond .img-rond-feuille-centre {
    justify-content: center;
    background-position-x: center;
    background-position-y: center;
    padding-top: 0;
  }
}
main .col-img-rond .block-img-rond figure, main .col-img-rond .img-rond-feuille-centre figure {
  border-radius: 50%;
  border: 1px solid #DEB281;
  width: 320px;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
main .col-img-rond .block-img-rond figure img, main .col-img-rond .img-rond-feuille-centre figure img {
  width: 90%;
  margin: 0;
}
main .col-img-rond .block-img-rond .wpgmza_map .ol-viewport:first-child > .ol-unselectable:first-child .ol-layer:first-child > canvas:last-child, main .col-img-rond .img-rond-feuille-centre .wpgmza_map .ol-viewport:first-child > .ol-unselectable:first-child .ol-layer:first-child > canvas:last-child {
  border-radius: 50%;
}
@media (max-width: 781px) {
  main .col-img-rond .block-img-rond .wpgmza_map.wpgmza-auto-right, main .col-img-rond .img-rond-feuille-centre .wpgmza_map.wpgmza-auto-right {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
main .col-img-rond .block-img-rond .ol-overlaycontainer-stopevent, main .col-img-rond .img-rond-feuille-centre .ol-overlaycontainer-stopevent {
  visibility: hidden;
}
main .col-img-rond .block-img-rond .wpgmza_map, main .col-img-rond .img-rond-feuille-centre .wpgmza_map {
  border: 1px solid #C7A283;
  border-radius: 50%;
  padding: 20px;
  background-color: white;
}
main .col-img-rond .block-img-rond h2, main .col-img-rond .img-rond-feuille-centre h2 {
  margin-top: 0;
}
main .col-img-rond .bloc-centre-site-dermato {
  max-width: 540px;
  margin: 1.5vw auto;
}
main .col-img-rond .bloc-centre-site-dermato p.link-bouton {
  margin: auto;
}

.techniques-cabinet {
  margin-top: 6vw;
  gap: 3vw;
}
@media (max-width: 781px) {
  .techniques-cabinet {
    display: flex;
    flex-direction: column;
  }
}
.techniques-cabinet .nav-pills {
  box-sizing: border-box;
}
@media (max-width: 781px) {
  .techniques-cabinet .nav-pills {
    width: 100%;
  }
}
.techniques-cabinet .nav-pills button.nav-link {
  min-width: 320px;
  display: block;
  box-sizing: border-box;
  padding: 16px 0 16px 16px;
  color: #3C3C3C;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid #3C3C3C;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, padding-left 0.15s ease-in-out;
  position: relative;
}
.techniques-cabinet .nav-pills button.nav-link:hover {
  color: #967669;
  padding-left: 24px;
  background: rgba(222, 178, 129, 0.5);
}
.techniques-cabinet .nav-pills button.nav-link.active {
  color: #C7A283;
  font-weight: 500;
  background-color: #FFF;
  transition: none;
}
.techniques-cabinet .nav-pills button.nav-link.active:hover {
  color: #C7A283;
  padding-left: 1.5vw;
  background: #FFF;
}
.techniques-cabinet .tab-content {
  max-width: 800px;
}/*# sourceMappingURL=general.css.map */