@charset "UTF-8";
/*
Theme Name: Cabinet
Theme URI:
Author: Jean-Baptiste Druet - Agence Album
Author URI: agencealbum.com
Description: Theme
Version: 1.0
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* =========================
   Cormorant Garamond
   ========================= */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("./assets/fonts/cormorant-garamond/CormorantGaramond-Light.woff2") format("woff2"), url("./assets/fonts/cormorant-garamond/CormorantGaramond-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("./assets/fonts/cormorant-garamond/CormorantGaramond-LightItalic.woff2") format("woff2"), url("./assets/fonts/cormorant-garamond/CormorantGaramond-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("./assets/fonts/cormorant-garamond/CormorantGaramond-Regular.woff2") format("woff2"), url("./assets/fonts/cormorant-garamond/CormorantGaramond-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("./assets/fonts/cormorant-garamond/CormorantGaramond-Italic.woff2") format("woff2"), url("./assets/fonts/cormorant-garamond/CormorantGaramond-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("./assets/fonts/cormorant-garamond/CormorantGaramond-Medium.woff2") format("woff2"), url("./assets/fonts/cormorant-garamond/CormorantGaramond-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("./assets/fonts/cormorant-garamond/CormorantGaramond-MediumItalic.woff2") format("woff2"), url("./assets/fonts/cormorant-garamond/CormorantGaramond-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("./assets/fonts/cormorant-garamond/CormorantGaramond-SemiBold.woff2") format("woff2"), url("./assets/fonts/cormorant-garamond/CormorantGaramond-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("./assets/fonts/cormorant-garamond/CormorantGaramond-SemiBoldItalic.woff2") format("woff2"), url("./assets/fonts/cormorant-garamond/CormorantGaramond-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("./assets/fonts/cormorant-garamond/CormorantGaramond-BoldItalic.woff2") format("woff2"), url("./assets/fonts/cormorant-garamond/CormorantGaramond-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* =========================
   Sebino
   ========================= */
@font-face {
  font-family: "Sebino";
  src: url("./assets/fonts/sebino/Sebino-Regular.woff2") format("woff2"), url("./assets/fonts/sebino/Sebino-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sebino";
  src: url("./assets/fonts/sebino/Sebino-Light.woff2") format("woff2"), url("./assets/fonts/sebino/Sebino-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sebino";
  src: url("./assets/fonts/sebino/Sebino-Thin.woff2") format("woff2"), url("./assets/fonts/sebino/Sebino-Thin.woff") format("woff");
  font-weight: 250;
  font-style: normal;
  font-display: swap;
}
.cdcc__header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.cdcc__header___inner {
  margin: 0 auto;
  margin: 0 8% 0 4%;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  gap: 20px;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__header___inner {
    height: 80px;
    margin: 0 4% 0 2%;
    padding: 0 0 0 16px;
  }
}
.cdcc__header___logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.cdcc__header___logoText {
  font-size: 1.2rem;
  font-weight: 700;
  color: #3D4C51;
  letter-spacing: 0.2px;
}
.cdcc__header___logo img {
  display: block;
  height: auto;
  width: 220px;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__header___logo img {
    width: 180px;
  }
}
.cdcc__header___nav {
  display: none;
}
@media (min-width: 1024px) {
  .cdcc__header___nav {
    display: block;
  }
}
.cdcc__header___menu {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cdcc__header___menu li {
  margin: 0;
  list-style: none;
}
.cdcc__header___menu .menu-item-has-children {
  position: relative;
}
.cdcc__header___menu a {
  position: relative;
  text-decoration: none;
  font-family: "Sebino", sans-serif;
  color: #3D4C51;
  font-weight: 300;
}
.cdcc__header___menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #3D4C51;
  opacity: 0.5;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1), left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cdcc__header___menu a:hover::after {
  width: 100%;
  left: 0;
}
.cdcc__header___menu a:not(:hover)::after {
  width: 0;
  left: 100%;
}
.cdcc__header___menu .current-menu-item > a::after,
.cdcc__header___menu .current_page_item > a::after {
  width: 100%;
  left: 0;
}
.cdcc__header .is-cta {
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
}
.cdcc__header .is-cta:hover {
  filter: brightness(0.96);
}
.cdcc__header___burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .cdcc__header___burger {
    display: none;
  }
}
.cdcc__header___burger .iconify {
  font-size: 24px;
  line-height: 1;
  color: #3D4C51;
}
.cdcc__header___mobile {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  overflow: hidden;
}
.cdcc__header___mobile::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(84vw, 380px);
  background: #FFFFFF;
  box-shadow: -12px 0 24px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  transition: transform 0.2s ease;
}
.cdcc__header___mobile > * {
  position: relative;
}
.cdcc__header___mobileHeader {
  position: absolute;
  top: 0;
  right: 0;
  width: min(84vw, 380px);
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: #FFFFFF;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__header___mobileHeader {
    border-bottom: none;
  }
}
.cdcc__header___mobileTitle {
  font-weight: 600;
  color: #3D4C51;
}
.cdcc__header___mobileMenu {
  position: absolute;
  top: 92px;
  right: 0;
  bottom: 0;
  width: min(84vw, 380px);
  padding: 16px;
  list-style: none;
  margin: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cdcc__header___mobileMenu li {
  margin: 0;
  list-style: none;
}
.cdcc__header___mobileMenu a {
  display: block;
  padding: 14px 12px;
  border-radius: 12px;
  text-decoration: none;
  color: #3D4C51;
  font-family: Sebino;
  font-weight: 300;
}
.cdcc__header___mobileMenu a:hover {
  background: #efeff1;
}
.cdcc__header___close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 1rem;
  top: 54%;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__header___close {
    right: 2.2rem;
    top: 3.2rem;
    z-index: 9;
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__header___close {
    right: 1.2rem;
    top: 1.5rem;
    z-index: 9;
  }
}
.cdcc__header___close .iconify {
  font-size: 22px;
  color: #3D4C51;
}
.cdcc__header.is-menu-open .cdcc__header___mobile {
  opacity: 1;
  pointer-events: auto;
}
.cdcc__header.is-menu-open .cdcc__header___mobile::before {
  transform: translateX(0%);
}
.cdcc__header .cdcc__header___mobileHeader {
  background: transparent;
}

.cdcc__footer {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: #3D4C51;
}
.cdcc__footer .inner {
  display: flex;
  width: 80%;
  margin: auto;
  padding: 4rem 0;
  align-items: end;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__footer .inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    padding: 2rem 0;
  }
}
.cdcc__footer .inner .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__footer .inner .left {
    width: 100%;
  }
}
.cdcc__footer .inner .left .logo img {
  display: block;
  height: auto;
  width: 20rem;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__footer .inner .left .logo img {
    width: 14rem;
  }
}
.cdcc__footer .inner .left .infos {
  margin: 1rem 0 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__footer .inner .left .infos {
    margin: 1rem 0;
  }
}
.cdcc__footer .inner .left .infos .location,
.cdcc__footer .inner .left .infos .phone {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.cdcc__footer .inner .left .infos .location:hover .icon,
.cdcc__footer .inner .left .infos .phone:hover .icon {
  color: #CBAE70;
}
.cdcc__footer .inner .left .infos .location:hover a,
.cdcc__footer .inner .left .infos .phone:hover a {
  color: #CBAE70;
}
.cdcc__footer .inner .left .infos .location .icon,
.cdcc__footer .inner .left .infos .phone .icon {
  color: #FFFFFF;
  font-size: 1.2rem;
}
.cdcc__footer .inner .left .infos .location a,
.cdcc__footer .inner .left .infos .phone a {
  font-family: "sebino", sans-serif;
  font-weight: 300;
  text-decoration: none;
  color: #FFFFFF;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__footer .inner .left .infos .location a,
  .cdcc__footer .inner .left .infos .phone a {
    font-size: 14px;
  }
}
.cdcc__footer .inner .right {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 50%;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__footer .inner .right {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
    width: 100%;
  }
}
.cdcc__footer .inner .right .footer__menu,
.cdcc__footer .inner .right .footer__resources {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  text-align: right;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__footer .inner .right .footer__menu,
  .cdcc__footer .inner .right .footer__resources {
    text-align: left;
  }
}
.cdcc__footer .inner .right .footer__menu a,
.cdcc__footer .inner .right .footer__resources a {
  font-family: "sebino", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  text-decoration: none;
  color: #FFFFFF;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__footer .inner .right .footer__menu a,
  .cdcc__footer .inner .right .footer__resources a {
    font-size: 14px;
  }
}
.cdcc__footer .inner .right .footer__menu a:hover,
.cdcc__footer .inner .right .footer__resources a:hover {
  color: #CBAE70;
}

.cky-consent-container,
.cky-modal {
  font-family: unset;
}

body.modal-open {
  overflow: hidden;
}

.cdcc__modal[aria-hidden=true] {
  display: none;
}

.cdcc__modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
}
.cdcc__modal .cdcc__modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  animation: modal-fade 0.28s ease forwards;
}
.cdcc__modal .cdcc__modal__dialog {
  position: relative;
  width: min(920px, 94vw);
  background: #FFFFFF;
  color: #3D4C51;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transform: translateY(10px) scale(0.98);
  opacity: 0;
  animation: modal-in 0.32s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
.cdcc__modal .cdcc__modal__body {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 24px;
  padding: clamp(16px, 3vw, 28px);
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__modal .cdcc__modal__body {
    grid-template-columns: 1fr;
  }
}
.cdcc__modal .cdcc__modal__media {
  height: 30rem;
  background: #f1f5f9;
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__modal .cdcc__modal__media {
    height: 20rem;
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__modal .cdcc__modal__media {
    height: 15rem;
  }
}
.cdcc__modal .cdcc__modal__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
.cdcc__modal .cdcc__modal__content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.cdcc__modal .cdcc__modal__content h3 {
  margin: 0 0 8px;
  font-size: clamp(18px, 2.6vw, 32px);
  line-height: 1.1;
  color: #3D4C51;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.cdcc__modal .cdcc__modal__content .cdcc__modal__meta {
  display: none;
  margin: 0 0 14px;
  color: #3D4C51;
}
.cdcc__modal .cdcc__modal__content .cdcc__modal__meta .sep {
  margin: 0 8px;
  opacity: 0.5;
}
.cdcc__modal .cdcc__modal__content #teamModalDesc {
  color: #3D4C51;
  font-family: "Sebino", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__modal .cdcc__modal__content #teamModalDesc {
    font-size: 14px;
  }
}
.cdcc__modal .cdcc__modal__content #teamModalDesc p {
  margin: 0 0 12px;
}
.cdcc__modal .cdcc__modal__content #teamModalSpecialisations {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2rem 0;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__modal .cdcc__modal__content #teamModalSpecialisations {
    margin: 0.8rem 0.1rem;
  }
}
.cdcc__modal .cdcc__modal__content #teamModalSpecialisations li {
  background: #3D4C51;
  color: #FFFFFF;
  font-family: "Sebino", sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 999px;
}
.cdcc__modal .cdcc__modal__content .teamModalHours__container {
  margin-top: 1.5rem;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__modal .cdcc__modal__content .teamModalHours__container {
    margin-top: 1rem;
  }
}
.cdcc__modal .cdcc__modal__content .teamModalHours__container #teamModalHours__title {
  font-family: "Cormorant Garamond";
  font-size: clamp(16px, 2.6vw, 18px);
}
.cdcc__modal .cdcc__modal__content .teamModalHours__container #teamModalHours {
  margin-top: 1rem;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__modal .cdcc__modal__content .teamModalHours__container #teamModalHours {
    margin-top: 0.5rem;
  }
}
.cdcc__modal .cdcc__modal__content .teamModalHours__container #teamModalHours p {
  font-family: "Sebino", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #3D4C51;
  opacity: 0.85;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__modal .cdcc__modal__content .teamModalHours__container #teamModalHours p {
    font-size: 12px;
  }
}
.cdcc__modal .cdcc__modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #FFFFFF;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  display: grid;
  place-items: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cdcc__modal .cdcc__modal__close:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}
.cdcc__modal .cdcc__modal__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 26px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.15s ease, background 0.15s ease;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__modal .cdcc__modal__nav {
    display: none;
  }
}
.cdcc__modal .cdcc__modal__nav.prev {
  left: 10px;
}
.cdcc__modal .cdcc__modal__nav.next {
  right: 10px;
}
.cdcc__modal .cdcc__modal__nav:hover {
  transform: translateY(-50%) scale(1.06);
}

@keyframes modal-in {
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes modal-fade {
  to {
    opacity: 1;
  }
}
.full-image {
  border-radius: 0 !important;
}

/* Overlay */
.site-loader {
  position: fixed;
  /* ou absolute si vous préférez, mais fixed couvre toute la page */
  inset: 0;
  background: #FFFFFF;
  /* foncé élégant, modifiez selon votre charte */
  display: grid;
  place-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

.site-loader.is-done {
  opacity: 0;
  pointer-events: none;
}

.site-loader__inner {
  text-align: center;
  padding: 24px;
}

/* Logo SVG */
.logo-draw {
  width: min(56vw, 420px);
  height: auto;
  /* Couleur du trait */
  color: #FFFFFF;
}

.logo-draw .draw {
  stroke-opacity: 0;
  stroke: #3D4C51;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  fill-opacity: 0;
  transition: fill-opacity 0.35s ease;
}

/* only the current phase becomes visible */
.logo-draw.show-mark #logoMark .draw {
  stroke-opacity: 1;
}

.logo-draw.show-text #logoText .draw {
  stroke-opacity: 1;
}

.logo-draw.show-sub #logoSubText .draw {
  stroke-opacity: 1;
}

.logo-draw.mark-filled #logoMark .draw {
  fill-opacity: 1;
}

.logo-draw.text-filled #logoText .draw {
  fill-opacity: 1;
}

.logo-draw.subtext-filled #logoSubText .draw {
  fill-opacity: 1;
}

/* Animation de tracé (le JS règle la durée + delay) */
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
/* Sous-texte */
.loader-subtitle {
  font-family: "Cormorant Garamond", ui-serif, serif;
  font-style: italic;
  font-size: clamp(18px, 2.2vw, 28px);
  color: rgba(255, 255, 255, 0.96);
  margin: 18px 0 0;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.site-loader.show-text .loader-subtitle {
  opacity: 1;
  transform: translateY(0);
}

/* Accessibilité : réduit l’animation si demandé par l’utilisateur */
@media (prefers-reduced-motion: reduce) {
  .logo-draw .draw {
    animation: none !important;
  }
}
/* Vertical slice reveal overlay */
.slice-reveal {
  position: absolute;
  inset: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
  /* above img, below text (your h1 has z-index:2) */
}
.slice-reveal .slice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* set via JS per-slice */
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  /* adjusted in JS for proper fit */
  background-position: center;
  will-change: transform, opacity;
  filter: brightness(0.55);
}

/* reduce motion: skip fancy effect */
@media (prefers-reduced-motion: reduce) {
  .slice-reveal {
    display: none !important;
  }
}
.cdcc__default .cdcc__hero--default {
  background: #3D4C51;
  color: #FFFFFF;
  height: 24vw;
  max-height: 415px;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__default .cdcc__hero--default {
    height: 20rem;
  }
}
.cdcc__default .cdcc__hero--default img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 1650px) {
  .cdcc__default .cdcc__hero .cdcc__hero__inner {
    width: min(88vw, 1600px);
    column-gap: clamp(32px, 3.5vw, 72px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cdcc__default .cdcc__hero .image img {
    transition: none;
  }
}
.cdcc__default .cdcc__default__content {
  height: auto;
  width: 100%;
  padding: clamp(2rem, 6vw, 4rem) 0;
}
.cdcc__default .cdcc__default__content .intro {
  width: 50%;
  max-width: 45rem;
  margin: 4rem auto 0 auto;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__default .cdcc__default__content .intro {
    width: 70%;
    max-width: unset;
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__default .cdcc__default__content .intro {
    margin: 1rem auto 0 auto;
    width: 80%;
  }
}
.cdcc__default .cdcc__default__content .intro h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.05;
  font-size: clamp(36px, 6vw, 72px);
  margin-bottom: 1rem;
  color: #3D4C51;
}
@media screen and (max-width: calc(850px - 0.02px)) {
  .cdcc__default .cdcc__default__content .intro h1 {
    letter-spacing: 0.06em;
  }
}
.cdcc__default .cdcc__default__content .intro .nav {
  margin: 2rem 0;
}
.cdcc__default .cdcc__default__content .intro .nav .nav__inner {
  display: flex;
  gap: 16px;
}
.cdcc__default .cdcc__default__content .intro .btn {
  display: flex;
  align-items: center;
  justify-content: left;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  margin-bottom: 2rem;
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__default .cdcc__default__content .intro .btn {
    justify-content: right;
  }
}
.cdcc__default .cdcc__default__content .intro .btn .btn__text {
  font-family: "Sebino", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #3D4C51;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(12px, 1.6vw, 16px);
}
.cdcc__default .cdcc__default__content .content {
  width: 50%;
  max-width: 45rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* TYPOGRAPHY */
  /* IMAGES / FIGURES */
  /* LISTS */
  /* QUOTES */
  /* TABLES */
  /* CODE */
  /* WP ALIGNMENTS (optional helpers) */
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__default .cdcc__default__content .content {
    width: 70%;
    max-width: unset;
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__default .cdcc__default__content .content {
    width: 80%;
  }
}
.cdcc__default .cdcc__default__content .content h1,
.cdcc__default .cdcc__default__content .content h2,
.cdcc__default .cdcc__default__content .content h3,
.cdcc__default .cdcc__default__content .content h4,
.cdcc__default .cdcc__default__content .content h5,
.cdcc__default .cdcc__default__content .content h6 {
  font-family: "Cormorant Garamond", serif;
  color: #3D4C51;
  line-height: 1.12;
  margin: 1rem 0 0.6em;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.cdcc__default .cdcc__default__content .content h1 {
  font-size: clamp(32px, 5.2vw, 56px);
}
.cdcc__default .cdcc__default__content .content h2 {
  font-size: clamp(26px, 4vw, 42px);
}
.cdcc__default .cdcc__default__content .content h3 {
  font-size: clamp(22px, 3.2vw, 32px);
}
.cdcc__default .cdcc__default__content .content h4 {
  font-size: clamp(18px, 2.6vw, 24px);
}
.cdcc__default .cdcc__default__content .content p,
.cdcc__default .cdcc__default__content .content li {
  font-family: "Sebino", sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.6;
  color: #3D4C51;
}
.cdcc__default .cdcc__default__content .content p {
  margin: 1rem 0;
}
.cdcc__default .cdcc__default__content .content a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  text-underline-offset: 0.16em;
  transition: text-decoration-color 0.18s ease;
}
.cdcc__default .cdcc__default__content .content a:hover {
  text-decoration: underline;
}
.cdcc__default .cdcc__default__content .content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 6px 22px rgba(61, 76, 81, 0.1);
  margin: 0.75rem 0;
}
.cdcc__default .cdcc__default__content .content figure {
  margin: 1.6rem 0;
  text-align: center;
}
.cdcc__default .cdcc__default__content .content figure figcaption {
  margin-top: 0.6rem;
  font-size: 0.95em;
  opacity: 0.75;
  font-family: "Sebino", sans-serif;
}
.cdcc__default .cdcc__default__content .content ul,
.cdcc__default .cdcc__default__content .content ol {
  margin: 0 0 1.4rem 1.2rem;
}
.cdcc__default .cdcc__default__content .content ul {
  list-style: disc;
}
.cdcc__default .cdcc__default__content .content ol {
  list-style: decimal;
}
.cdcc__default .cdcc__default__content .content li {
  margin: 0.35rem 0;
}
.cdcc__default .cdcc__default__content .content blockquote {
  margin: 1.6rem 0;
  padding: 1rem 1.2rem 1rem 1.2rem;
  border-left: 4px solid #CBAE70;
  background: rgba(61, 76, 81, 0.04);
  border-radius: 12px;
}
.cdcc__default .cdcc__default__content .content blockquote p {
  margin: 0;
  font-style: italic;
}
.cdcc__default .cdcc__default__content .content blockquote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9em;
  opacity: 0.7;
}
.cdcc__default .cdcc__default__content .content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.6rem 0;
  font-size: 0.98em;
  border: 1px solid rgba(61, 76, 81, 0.12);
  border-radius: 12px;
  overflow: hidden;
}
.cdcc__default .cdcc__default__content .content table th,
.cdcc__default .cdcc__default__content .content table td {
  padding: 0.75rem 1rem;
  text-align: left;
}
.cdcc__default .cdcc__default__content .content table thead th {
  background: rgba(61, 76, 81, 0.06);
  font-weight: 600;
}
.cdcc__default .cdcc__default__content .content table tbody tr:nth-child(odd) {
  background: rgba(61, 76, 81, 0.03);
}
.cdcc__default .cdcc__default__content .content pre,
.cdcc__default .cdcc__default__content .content code,
.cdcc__default .cdcc__default__content .content kbd {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
}
.cdcc__default .cdcc__default__content .content pre {
  background: #0b0d10;
  color: #e8edf1;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  overflow: auto;
  margin: 1.4rem 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}
.cdcc__default .cdcc__default__content .content code {
  background: rgba(61, 76, 81, 0.06);
  padding: 0.12em 0.4em;
  border-radius: 0.3em;
}
.cdcc__default .cdcc__default__content .content .alignwide {
  width: min(100%, 70rem);
  margin-left: auto;
  margin-right: auto;
}
.cdcc__default .cdcc__default__content .content .alignfull {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.cdcc__default .cdcc__default__content .content .aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cdcc__default .cdcc__hero--legals {
  position: relative;
  display: flex;
  align-items: end;
  background: #3D4C51;
  color: #FFFFFF;
  height: 24vw;
  max-height: 415px;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__default .cdcc__hero--legals {
    height: 20rem;
  }
}
.cdcc__default .cdcc__hero--legals img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cdcc__default .cdcc__hero--legals h1 {
  position: relative;
  bottom: 2rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.05;
  width: 50%;
  max-width: 45rem;
  font-size: clamp(34px, 10vw, 86px);
  color: #FFFFFF;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__default .cdcc__hero--legals h1 {
    width: 70%;
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__default .cdcc__hero--legals h1 {
    width: 80%;
  }
}
@media screen and (min-width: 1650px) {
  .cdcc__default .cdcc__hero .cdcc__hero__inner {
    width: min(88vw, 1600px);
    column-gap: clamp(32px, 3.5vw, 72px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cdcc__default .cdcc__hero .image img {
    transition: none;
  }
}
.cdcc__default .cdcc__default__content {
  height: auto;
  width: 100%;
  padding: clamp(2rem, 6vw, 4rem) 0;
}
.cdcc__default .cdcc__default__content .intro {
  width: 50%;
  max-width: 45rem;
  margin: 4rem auto 0 auto;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__default .cdcc__default__content .intro {
    width: 70%;
    max-width: unset;
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__default .cdcc__default__content .intro {
    margin: 1rem auto 0 auto;
    width: 80%;
  }
}
.cdcc__default .cdcc__default__content .intro h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.05;
  font-size: clamp(36px, 6vw, 72px);
  margin-bottom: 1rem;
  color: #3D4C51;
}
@media screen and (max-width: calc(850px - 0.02px)) {
  .cdcc__default .cdcc__default__content .intro h1 {
    letter-spacing: 0.06em;
  }
}
.cdcc__default .cdcc__default__content .intro .nav {
  margin: 2rem 0;
}
.cdcc__default .cdcc__default__content .intro .nav .nav__inner {
  display: flex;
  gap: 16px;
}
.cdcc__default .cdcc__default__content .intro .btn {
  display: flex;
  align-items: center;
  justify-content: left;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  margin-bottom: 2rem;
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__default .cdcc__default__content .intro .btn {
    justify-content: right;
  }
}
.cdcc__default .cdcc__default__content .intro .btn .btn__text {
  font-family: "Sebino", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #3D4C51;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(12px, 1.6vw, 16px);
}
.cdcc__default .cdcc__default__content .content {
  width: 50%;
  max-width: 45rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* TYPOGRAPHY */
  /* IMAGES / FIGURES */
  /* LISTS */
  /* QUOTES */
  /* TABLES */
  /* CODE */
  /* WP ALIGNMENTS (optional helpers) */
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__default .cdcc__default__content .content {
    width: 70%;
    max-width: unset;
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__default .cdcc__default__content .content {
    width: 80%;
  }
}
.cdcc__default .cdcc__default__content .content h1,
.cdcc__default .cdcc__default__content .content h2,
.cdcc__default .cdcc__default__content .content h3,
.cdcc__default .cdcc__default__content .content h4,
.cdcc__default .cdcc__default__content .content h5,
.cdcc__default .cdcc__default__content .content h6 {
  font-family: "Cormorant Garamond", serif;
  color: #3D4C51;
  line-height: 1.12;
  margin: 1rem 0 0.6em;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.cdcc__default .cdcc__default__content .content h1 {
  font-size: clamp(32px, 5.2vw, 56px);
}
.cdcc__default .cdcc__default__content .content h2 {
  font-size: clamp(26px, 4vw, 42px);
}
.cdcc__default .cdcc__default__content .content h3 {
  font-size: clamp(22px, 3.2vw, 32px);
}
.cdcc__default .cdcc__default__content .content h4 {
  font-size: clamp(18px, 2.6vw, 24px);
}
.cdcc__default .cdcc__default__content .content p,
.cdcc__default .cdcc__default__content .content li {
  font-family: "Sebino", sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.6;
  color: #3D4C51;
}
.cdcc__default .cdcc__default__content .content p {
  margin: 1rem 0;
}
.cdcc__default .cdcc__default__content .content a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  text-underline-offset: 0.16em;
  transition: text-decoration-color 0.18s ease;
}
.cdcc__default .cdcc__default__content .content a:hover {
  text-decoration: underline;
}
.cdcc__default .cdcc__default__content .content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 6px 22px rgba(61, 76, 81, 0.1);
  margin: 0.75rem 0;
}
.cdcc__default .cdcc__default__content .content figure {
  margin: 1.6rem 0;
  text-align: center;
}
.cdcc__default .cdcc__default__content .content figure figcaption {
  margin-top: 0.6rem;
  font-size: 0.95em;
  opacity: 0.75;
  font-family: "Sebino", sans-serif;
}
.cdcc__default .cdcc__default__content .content ul,
.cdcc__default .cdcc__default__content .content ol {
  margin: 0 0 1.4rem 1.2rem;
}
.cdcc__default .cdcc__default__content .content ul {
  list-style: disc;
}
.cdcc__default .cdcc__default__content .content ol {
  list-style: decimal;
}
.cdcc__default .cdcc__default__content .content li {
  margin: 0.35rem 0;
}
.cdcc__default .cdcc__default__content .content blockquote {
  margin: 1.6rem 0;
  padding: 1rem 1.2rem 1rem 1.2rem;
  border-left: 4px solid #CBAE70;
  background: rgba(61, 76, 81, 0.04);
  border-radius: 12px;
}
.cdcc__default .cdcc__default__content .content blockquote p {
  margin: 0;
  font-style: italic;
}
.cdcc__default .cdcc__default__content .content blockquote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9em;
  opacity: 0.7;
}
.cdcc__default .cdcc__default__content .content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.6rem 0;
  font-size: 0.98em;
  border: 1px solid rgba(61, 76, 81, 0.12);
  border-radius: 12px;
  overflow: hidden;
}
.cdcc__default .cdcc__default__content .content table th,
.cdcc__default .cdcc__default__content .content table td {
  padding: 0.75rem 1rem;
  text-align: left;
}
.cdcc__default .cdcc__default__content .content table thead th {
  background: rgba(61, 76, 81, 0.06);
  font-weight: 600;
}
.cdcc__default .cdcc__default__content .content table tbody tr:nth-child(odd) {
  background: rgba(61, 76, 81, 0.03);
}
.cdcc__default .cdcc__default__content .content pre,
.cdcc__default .cdcc__default__content .content code,
.cdcc__default .cdcc__default__content .content kbd {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
}
.cdcc__default .cdcc__default__content .content pre {
  background: #0b0d10;
  color: #e8edf1;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  overflow: auto;
  margin: 1.4rem 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}
.cdcc__default .cdcc__default__content .content code {
  background: rgba(61, 76, 81, 0.06);
  padding: 0.12em 0.4em;
  border-radius: 0.3em;
}
.cdcc__default .cdcc__default__content .content .alignwide {
  width: min(100%, 70rem);
  margin-left: auto;
  margin-right: auto;
}
.cdcc__default .cdcc__default__content .content .alignfull {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.cdcc__default .cdcc__default__content .content .aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero-armed .cdcc__home__hero .inner__content__title h1,
.hero-armed .cdcc__home__hero .inner__content__title span,
.hero-armed .cdcc__home__hero .inner__content__separator,
.hero-armed .cdcc__home__hero .inner__content__subtitle,
.hero-armed .cdcc__home__hero .inner__content .btn.btn--hero,
.hero-armed .cdcc__home__hero .inner__content .btn.btn--hero .btn__dot,
.hero-armed .cdcc__home__hero .inner__content .btn.btn--hero .btn__icon,
.hero-armed .cdcc__home__hero svg {
  opacity: 0;
  visibility: hidden;
  /* avoids focus/selection before reveal */
}

.cdcc__home__hero {
  position: relative;
  height: calc(100vh - 92px);
  background: #3D4C51;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__hero {
    background: transparent;
  }
}
.cdcc__home__hero #svgTooth {
  position: absolute;
  top: 7vw;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  transform: scaleX(-1);
  opacity: 0.5;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__hero #svgTooth {
    position: absolute;
    top: 15rem;
    right: -11rem;
    left: unset;
    width: auto;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.5;
    overflow: visible;
    transform-box: view-box;
    transform-origin: 0 0;
    transform: scale(0.3);
  }
}
.cdcc__home__hero .cdcc__home__hero__inner {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: clamp(40px, 6vw, 96px);
  height: 100%;
  margin: 0 10%;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__hero .cdcc__home__hero__inner {
    flex-direction: column;
    gap: clamp(2rem, 4vw, 48px);
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1650px) {
  .cdcc__home__hero .cdcc__home__hero__inner {
    margin: 0 12%;
  }
}
.cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col {
  width: 100%;
}
@media (min-width: 1024px) {
  .cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col {
    width: 50%;
  }
}
.cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col .inner__content .inner__content__title {
  margin: 0 0 8px;
}
.cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col .inner__content .inner__content__title h1 {
  font-family: "Cormorant Garamond", serif;
  line-height: 0.95;
  color: #FFFFFF;
  font-size: clamp(58px, 6vw, 102px);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-display: swap;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col .inner__content .inner__content__title h1 {
    color: #3D4C51;
  }
}
.cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col .inner__content .inner__content__title span {
  display: block;
  font-size: clamp(18px, 1.8vw, 28px);
  font-family: "Sebino", sans-serif;
  font-weight: 250;
  letter-spacing: 4px;
  color: #FFFFFF;
  margin: 5px;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col .inner__content .inner__content__title span {
    color: #3D4C51;
  }
}
.cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col .inner__content .inner__content__separator {
  width: clamp(120px, 8vw, 240px);
  height: 1px;
  margin: clamp(10px, 1.4vw, 18px) 0 clamp(16px, 2vw, 24px);
  border: 0;
  background: #CBAE70;
  opacity: 0.85;
}
.cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col .inner__content .inner__content__subtitle {
  margin: 0 0 clamp(18px, 2.6vw, 28px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: clamp(18px, 2.2vw, 28px);
  color: #FFFFFF;
  opacity: 0.9;
  font-style: italic;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col .inner__content .inner__content__subtitle {
    color: #3D4C51;
  }
}
.cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col .inner__content .btn--hero {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 9px;
  padding: 16px 18px 16px 16px;
  background: #FFFFFF;
  text-decoration: none;
  border: 1px solid rgba(61, 76, 81, 0.25);
  transition: background 0.18s, border-color 0.18s, box-shadow 0.18s, color 0.18s;
  z-index: 3;
}
.cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col .inner__content .btn--hero:hover {
  background: #3D4C51;
  border-color: white;
}
.cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col .inner__content .btn--hero:hover .btn__text,
.cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col .inner__content .btn--hero:hover .btn__icon {
  color: #FFFFFF;
}
.cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col .inner__content .btn--hero .btn__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #CBAE70;
  flex-shrink: 0;
}
.cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col .inner__content .btn--hero .btn__text {
  position: relative;
  top: 1px;
  font-family: "Sebino", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1;
  letter-spacing: 0.5px;
  color: #3D4C51;
}
.cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col .inner__content .btn--hero .btn__icon {
  margin-left: 6px;
  font-size: 1.1rem;
  line-height: 1;
  opacity: 0.95;
  color: #3D4C51;
}
.cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col .inner__content .btn--hero .btn__icon {
  margin-left: 10px;
}
.cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col .inner__content .btn--hero:nth-of-type(1) {
  margin-bottom: 1rem;
}
.cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col.media {
  position: relative;
}
.cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col.media .inner__media {
  position: relative;
  isolation: isolate;
}
.cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col.media .inner__media .inner__media__image {
  position: relative;
  max-width: 600px;
  aspect-ratio: 1/1;
  z-index: 2;
  clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
  aspect-ratio: 4/5;
  background: linear-gradient(#f1f5f9, #fff);
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col.media .inner__media .inner__media__image {
    max-width: unset;
    max-height: 500px;
    aspect-ratio: 2/2;
  }
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col.media .inner__media .inner__media__image {
    clip-path: polygon(100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);
    aspect-ratio: unset;
    width: 100%;
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col.media .inner__media .inner__media__image {
    aspect-ratio: 2/2;
  }
}
.cdcc__home__hero .cdcc__home__hero__inner .cdcc__home__hero__inner__col.media .inner__media .inner__media__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

.cdcc__home__intro {
  width: 100%;
  padding: 0 0 6rem 0;
  color: #3D4C51;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__intro {
    padding: 6rem 0;
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__home__intro {
    padding: 3rem 0;
  }
}
.cdcc__home__intro::after {
  content: "";
  display: block;
  width: clamp(80px, 18vw, 240px);
  height: 2px;
  margin: clamp(16px, 2.2vw, 24px) auto 0 auto;
  background: #CBAE70;
  opacity: 0.7;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__home__intro::after {
    margin: clamp(15px, 2vw, 20px) 0 0 10%;
    height: 1px;
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__home__intro .tooth-wrap {
    margin: 0 auto;
    width: fit-content;
  }
}
.cdcc__home__intro .tooth-wrap .tooth-svg {
  width: clamp(80px, 8vw, 120px);
  height: auto;
  display: block;
  margin: 100px auto clamp(16px, 3vw, 32px);
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__intro .tooth-wrap .tooth-svg {
    margin-top: 0;
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__home__intro .tooth-wrap .tooth-svg {
    padding: 5rem 0 3rem 0;
    width: 10rem;
  }
}
.cdcc__home__intro .tooth-wrap .tooth-path {
  fill: none;
  stroke: #CBAE70;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  .cdcc__home__intro .tooth-wrap .tooth-path {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
  }
}
.cdcc__home__intro .cdcc__home__intro__inner {
  margin: 0 auto;
  width: 80%;
  max-width: 1500px;
  text-align: center;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__intro .cdcc__home__intro__inner {
    text-align: left;
  }
}
.cdcc__home__intro .cdcc__home__intro__inner .cdcc__home__intro__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(48px, 5vw, 64px);
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 1rem;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__intro .cdcc__home__intro__inner .cdcc__home__intro__content {
    padding-right: 5%;
  }
}
.cdcc__home__intro .cdcc__home__intro__inner .cdcc__home__intro__content p {
  font-family: "Sebino", sans-serif;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 300;
  max-width: 1200px;
  margin: 0 auto;
  opacity: 0.9;
  line-height: clamp(2rem, 5vw, 3rem);
}

.cdcc__home__video {
  position: relative;
  width: 100%;
  height: auto;
  background: transparent;
  overflow: clip;
}
.cdcc__home__video .cdcc__home__video__inner {
  position: relative;
  width: 75%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cdcc__home__video .cdcc__home__video__inner .cdcc__home__video__frame {
  position: relative;
  z-index: 2;
}
.cdcc__home__video .cdcc__home__video__inner .cdcc__home__video__frame .cdcc__home__video__media {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  object-fit: cover;
  will-change: border-radius, transform;
}
.cdcc__home__video .cdcc__home__video__inner .btn--video {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12.5px 18px 12.5px 16px;
  background: #FFFFFF;
  border-radius: 50px;
  color: #FFFFFF;
  text-decoration: none;
  z-index: 2;
  transition: padding 0.22s cubic-bezier(0.4, 0, 0.2, 1), gap 0.22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__video .cdcc__home__video__inner .btn--video {
    bottom: 0.3rem;
    right: -1rem;
    padding: 10px;
    border-radius: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .cdcc__home__video .cdcc__home__video__inner .btn--video:hover {
    padding: 16px 32px 16px 24px;
    gap: 18px;
    box-shadow: 0 6px 24px rgba(61, 76, 81, 0.12);
  }
}
.cdcc__home__video .cdcc__home__video__inner .btn--video .btn__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #CBAE70;
  flex-shrink: 0;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__video .cdcc__home__video__inner .btn--video .btn__dot {
    display: none;
  }
}
.cdcc__home__video .cdcc__home__video__inner .btn--video .btn__text {
  font-family: "Sebino", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: 2px;
  letter-spacing: 0.02em;
  color: #3D4C51;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__video .cdcc__home__video__inner .btn--video .btn__text {
    display: none;
  }
}
.cdcc__home__video .cdcc__home__video__inner .btn--video .btn__icon {
  font-size: 1.5rem;
  line-height: 1;
  opacity: 0.95;
  color: #3D4C51;
}
.cdcc__home__video .cdcc__home__video__media {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
  will-change: width, border-radius, transform;
}

.cdcc__home__soins {
  /* NEW */
  position: relative;
  overflow: hidden;
  /* OLD */
  width: 100%;
  padding: 6rem 0;
  color: #FFFFFF;
  background: #3D4C51;
  /* NEW: keep content above SVG */
  /* NEW: SVG background container */
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__soins {
    padding: 4rem 0;
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__home__soins {
    padding: 0 0 3rem 0;
  }
}
.cdcc__home__soins > * {
  position: relative;
  z-index: 2;
}
.cdcc__home__soins .soins-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.cdcc__home__soins .soins-lines .lines path {
  /* initial stroke (works on both light/dark bg) */
  stroke: #3D4C51;
  opacity: 0.9;
  will-change: stroke, stroke-dashoffset, opacity, transform;
}
.cdcc__home__soins .cdcc__home__soins__title {
  margin: 0 auto 7rem auto;
  width: 80%;
  max-width: 1500px;
  text-align: left;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__soins .cdcc__home__soins__title {
    text-align: left;
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__home__soins .cdcc__home__soins__title {
    margin: 0 auto 4rem auto;
  }
}
.cdcc__home__soins .cdcc__home__soins__title .title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 1rem;
}
.cdcc__home__soins .cdcc__home__soins__title .title span {
  color: #CBAE70;
}
.cdcc__home__soins .cdcc__home__soins__title .subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(18px, 2.2vw, 42px);
  font-weight: 300;
  font-style: italic;
  color: #FFFFFF;
  opacity: 0.9;
  margin: 0 auto 0 0;
  max-width: 900px;
}
.cdcc__home__soins .cdcc__home__soins__content {
  width: 80%;
  max-width: 1500px;
  margin: 0 auto;
}
.cdcc__home__soins .cdcc__home__soins__content .list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: calc(1250px - 0.02px)) {
  .cdcc__home__soins .cdcc__home__soins__content .list {
    gap: 6rem;
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__home__soins .cdcc__home__soins__content .list {
    gap: 4.2rem;
  }
}
.cdcc__home__soins .cdcc__home__soins__content .list .item {
  display: flex;
  align-items: center;
  gap: 4vw;
  margin-bottom: 0;
  background: transparent;
  will-change: transform, opacity;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__soins .cdcc__home__soins__content .list .item {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.cdcc__home__soins .cdcc__home__soins__content .list .item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__soins .cdcc__home__soins__content .list .item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.cdcc__home__soins .cdcc__home__soins__content .list .item .col__image {
  width: 40%;
  max-width: 420px;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__soins .cdcc__home__soins__content .list .item .col__image {
    width: 100%;
    max-width: 100%;
  }
}
.cdcc__home__soins .cdcc__home__soins__content .list .item .col__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: auto;
  will-change: transform, opacity;
}
.cdcc__home__soins .cdcc__home__soins__content .list .item .col__content {
  width: 60%;
  padding: 0 2rem;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__soins .cdcc__home__soins__content .list .item .col__content {
    width: 100%;
    padding: 0;
  }
}
.cdcc__home__soins .cdcc__home__soins__content .list .item .col__content .item__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 1rem 0;
  line-height: 1.1;
}
.cdcc__home__soins .cdcc__home__soins__content .list .item .col__content .item__description {
  font-family: "Sebino", sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 300;
  color: #FFFFFF;
  opacity: 0.9;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.cdcc__home__soins .cdcc__home__soins__content .list .item .col__content .btn--soin {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 18px 14px 16px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
}
.cdcc__home__soins .cdcc__home__soins__content .list .item .col__content .btn--soin:hover {
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.cdcc__home__soins .cdcc__home__soins__content .list .item .col__content .btn--soin:hover .btn__text,
.cdcc__home__soins .cdcc__home__soins__content .list .item .col__content .btn--soin:hover .btn__icon {
  color: #3D4C51;
}
.cdcc__home__soins .cdcc__home__soins__content .list .item .col__content .btn--soin .btn__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #CBAE70;
  flex-shrink: 0;
}
.cdcc__home__soins .cdcc__home__soins__content .list .item .col__content .btn--soin .btn__text {
  font-family: "Sebino", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
.cdcc__home__soins .cdcc__home__soins__content .list .item .col__content .btn--soin .btn__icon {
  margin-left: 6px;
  font-size: 1.1rem;
  line-height: 1;
  opacity: 0.95;
  color: #FFFFFF;
}

.cdcc__home__team {
  width: 100%;
  padding: 6rem 0 0 0;
  color: #3D4C51;
  background: #FFFFFF;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__team {
    padding: 4rem 0 0 0;
  }
}
.cdcc__home__team .cdcc__home__team__title {
  margin: 0 auto 4rem auto;
  width: 80%;
  max-width: 1500px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 2.5rem;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__team .cdcc__home__team__title {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
.cdcc__home__team .cdcc__home__team__title .title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 1rem;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__team .cdcc__home__team__title .title {
    margin: 0;
  }
}
.cdcc__home__team .cdcc__home__team__title .title span {
  color: #CBAE70;
}
.cdcc__home__team .cdcc__home__team__title .subtitle {
  font-family: "Sebino", sans-serif;
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 300;
  color: #3D4C51;
  opacity: 0.9;
  margin: 0 auto;
  max-width: 900;
  line-height: 2.5rem;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__team .cdcc__home__team__title .subtitle {
    line-height: 2rem;
  }
}
.cdcc__home__team .cdcc__home__team__title .btn--team {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 9px;
  padding: 16px 18px 16px 16px;
  background: #FFFFFF;
  text-decoration: none;
  border: 1px solid rgba(61, 76, 81, 0.25);
  transition: background 0.18s, border-color 0.18s, box-shadow 0.18s, color 0.18s;
  z-index: 3;
}
.cdcc__home__team .cdcc__home__team__title .btn--team:hover {
  background: #3D4C51;
  border-color: white;
}
.cdcc__home__team .cdcc__home__team__title .btn--team:hover .btn__text,
.cdcc__home__team .cdcc__home__team__title .btn--team:hover .btn__icon {
  color: #FFFFFF;
}
.cdcc__home__team .cdcc__home__team__title .btn--team .btn__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #CBAE70;
  flex-shrink: 0;
}
.cdcc__home__team .cdcc__home__team__title .btn--team .btn__text {
  position: relative;
  top: 1px;
  font-family: "Sebino", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1;
  letter-spacing: 0.5px;
  color: #3D4C51;
}
.cdcc__home__team .cdcc__home__team__title .btn--team .btn__icon {
  margin-left: 6px;
  font-size: 1.1rem;
  line-height: 1;
  opacity: 0.95;
  color: #3D4C51;
}
.cdcc__home__team .cdcc__home__team__content {
  width: 100%;
  margin: 0 auto;
}
.cdcc__home__team .cdcc__home__team__content .image {
  overflow: hidden;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__team .cdcc__home__team__content .image {
    border-radius: unset;
  }
}
.cdcc__home__team .cdcc__home__team__content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cdcc__home__urgences {
  background: #3D4C51;
  padding: 8rem 0 6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__urgences {
    padding: 3rem 0;
  }
}
.cdcc__home__urgences .inner {
  display: flex;
  flex-wrap: nowrap;
  --gap: clamp(24px, 3.5vw, 56px);
  gap: var(--gap);
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__urgences .inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 80%;
    gap: 3rem;
  }
}
.cdcc__home__urgences .inner > .col__image,
.cdcc__home__urgences .inner > .col__content {
  min-width: 0;
}
.cdcc__home__urgences .inner .col__image {
  flex: 1 1 calc(44% - var(--gap) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  max-width: 520px;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__urgences .inner .col__image {
    max-width: 100%;
    min-width: 0;
    margin-bottom: 2rem;
  }
}
.cdcc__home__urgences .inner .col__image .image {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(61, 76, 81, 0.14);
}
.cdcc__home__urgences .inner .col__image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}
.cdcc__home__urgences .inner .col__content {
  flex: 1 1 calc(56% - var(--gap) / 2);
  display: flex;
  align-items: center;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__urgences .inner .col__content {
    flex: 1 1 100%;
  }
}
.cdcc__home__urgences .inner .col__content .content {
  width: 100%;
}
.cdcc__home__urgences .inner .col__content .content .title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(38px, 5vw, 86px);
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.05;
  margin-bottom: 1.5rem;
}
.cdcc__home__urgences .inner .col__content .content .title span {
  color: #CBAE70;
}
.cdcc__home__urgences .inner .col__content .content .subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.92;
  font-style: italic;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.cdcc__home__urgences .inner .col__content .content .separator {
  width: clamp(120px, 10vw, 240px);
  height: 2px;
  margin: 0 0 2rem 0;
  border: 0;
  background: #CBAE70;
  opacity: 0.85;
}
.cdcc__home__urgences .inner .col__content .content .text {
  font-family: "Sebino", sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 300;
  color: #FFFFFF;
  opacity: 0.92;
  margin-bottom: 2.5rem;
  line-height: 1.5;
  max-width: 90%;
}
.cdcc__home__urgences .inner .col__content .content .text p {
  margin: 0 0 1.2rem 0;
}
.cdcc__home__urgences .inner .col__content .content .btn--urgences {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 18px 14px 16px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
}
.cdcc__home__urgences .inner .col__content .content .btn--urgences:hover {
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.cdcc__home__urgences .inner .col__content .content .btn--urgences:hover .btn__text,
.cdcc__home__urgences .inner .col__content .content .btn--urgences:hover .btn__icon {
  color: #3D4C51;
}
.cdcc__home__urgences .inner .col__content .content .btn--urgences .btn__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #CBAE70;
  flex-shrink: 0;
}
.cdcc__home__urgences .inner .col__content .content .btn--urgences .btn__text {
  font-family: "Sebino", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
.cdcc__home__urgences .inner .col__content .content .btn--urgences .btn__icon {
  margin-left: 6px;
  font-size: 1.1rem;
  line-height: 1;
  opacity: 0.95;
  color: #FFFFFF;
}

.cdcc__home__acces {
  width: 100%;
}
.cdcc__home__acces .cdcc__home__acces__title {
  width: 100%;
  text-align: left;
  background: #3D4C51;
  color: #FFFFFF;
}
.cdcc__home__acces .cdcc__home__acces__title h5 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(40px, 6vw, 86px);
  font-weight: 500;
  margin: 0;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cdcc__home__acces .cdcc__home__acces__content {
  width: 100%;
  margin: 0 auto;
}
.cdcc__home__acces .cdcc__home__acces__content #map {
  width: 100%;
  height: 620px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(61, 76, 81, 0.08);
  background: #eaeaea;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__home__acces .cdcc__home__acces__content #map {
    height: 460px;
  }
}
.cdcc__home__acces .cdcc__home__acces__content #map .gm-recenter {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: #fff;
  color: #333;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  font: 500 14px/1 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  cursor: pointer;
}
.cdcc__home__acces .cdcc__home__acces__content #map .gm-recenter:hover {
  background: #f6f6f6;
}
.cdcc__home__acces .cdcc__home__acces__content #map .gm-recenter:active {
  transform: translateY(1px);
}
.cdcc__home__acces .cdcc__home__acces__content #map .gm-recenter .icon {
  font-size: 2rem;
}

.cdcc__home__hours {
  width: 100%;
  padding: 6rem 0;
  color: #3D4C51;
  background: #FFFFFF;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__home__hours {
    padding: 4rem 0;
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__home__hours {
    padding: 2rem 0 3rem 0;
  }
}
.cdcc__home__hours .cdcc__home__hours__title {
  width: 100%;
}
.cdcc__home__hours .cdcc__home__hours__title h6 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(40px, 6vw, 86px);
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  margin: 0;
  color: #3D4C51;
  letter-spacing: 0.02em;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
@media screen and (max-width: calc(1450px - 0.02px)) {
  .cdcc__home__hours .cdcc__home__hours__title h6 {
    width: 80%;
  }
}
.cdcc__home__hours .cdcc__home__hours__content {
  width: 70%;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: calc(1450px - 0.02px)) {
  .cdcc__home__hours .cdcc__home__hours__content {
    width: 80%;
  }
}
.cdcc__home__hours .cdcc__home__hours__content .list {
  font-family: "Sebino", sans-serif;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 300;
  max-width: 600px;
  color: #3D4C51;
  opacity: 0.9;
  line-height: 1.5;
}
.cdcc__home__hours .cdcc__home__hours__content .list p {
  margin: 0 0 1.5rem 0;
}

.cdcc__home__soins {
  position: relative;
  background: #3D4C51;
  /* starts white */
  overflow: hidden;
  padding-top: 14rem;
  margin-top: -10rem;
}

.cdcc__home__soins > * {
  position: relative;
  z-index: 2;
  /* keep content above the svg */
}

.cdcc__home__soins .soins-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* initial stroke color (on white bg) */
.cdcc__home__soins .soins-lines .lines path {
  stroke: #3D4C51;
  opacity: 0.9;
}

.cdcc__home__soins,
.cdcc__home__soins .soins-lines .lines path {
  will-change: background-color, stroke, stroke-dashoffset, opacity, transform;
}

.cdcc__cabinet .cdcc__hero--overlay {
  position: relative;
  background: #3D4C51;
  color: #FFFFFF;
  min-height: clamp(420px, 60vh, 720px);
  overflow: clip;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__cabinet .cdcc__hero--overlay {
    min-height: clamp(320px, 20vh, 720px);
  }
}
.cdcc__cabinet .cdcc__hero--overlay.is-ready .cdcc__hero__media img {
  transform: scale(1.02);
}
.cdcc__cabinet .cdcc__hero--overlay .cdcc__hero__media {
  display: flex;
  align-items: end;
  justify-content: center;
  position: absolute;
  inset: 0;
}
.cdcc__cabinet .cdcc__hero--overlay .cdcc__hero__media h1 {
  position: absolute;
  bottom: 15%;
  width: 80%;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.05;
  font-size: clamp(34px, 12vw, 126px);
  color: #FFFFFF;
  margin: 0 0 clamp(8px, 1.8vw, 16px);
  z-index: 2;
}
.cdcc__cabinet .cdcc__hero--overlay .cdcc__hero__media .subtitle {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-size: clamp(18px, 2.2vw, 36px);
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
}
.cdcc__cabinet .cdcc__hero--overlay .cdcc__hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  pointer-events: none;
}
.cdcc__cabinet .cdcc__hero--overlay .cdcc__hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.85);
  transition: transform 1.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .cdcc__cabinet .cdcc__hero--overlay .cdcc__hero__media img {
    transition: none;
    transform: none;
  }
}
.cdcc__cabinet .cdcc__cabinet__content {
  height: auto;
  width: 100%;
}
.cdcc__cabinet .cdcc__cabinet__content .intro {
  width: 80%;
  margin: 4rem auto 0 auto;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__cabinet .cdcc__cabinet__content .intro {
    margin: 2rem auto 0 auto;
  }
}
.cdcc__cabinet .cdcc__cabinet__content .intro .title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.05;
  margin: 2rem 0 1rem 0;
  color: #3D4C51;
  font-size: clamp(24px, 4vw, 48px);
}
.cdcc__cabinet .cdcc__cabinet__content .intro .subtitle {
  font-family: "Sebino", sans-serif;
  font-weight: 300;
  margin: 0 0 2rem 0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #3D4C51;
  opacity: 0.85;
}
.cdcc__cabinet .cdcc__cabinet__content .gallery {
  padding-top: clamp(16px, 3vw, 32px);
  padding-bottom: 10rem;
  width: 80%;
  margin: 0 auto;
}
.cdcc__cabinet .cdcc__cabinet__content .grid {
  --gutter: 24px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  position: relative;
}
.cdcc__cabinet .cdcc__cabinet__content .grid .grid__sizer,
.cdcc__cabinet .cdcc__cabinet__content .grid .grid__item {
  width: calc(33.333% - var(--gutter));
}
.cdcc__cabinet .cdcc__cabinet__content .grid .grid__gutter {
  width: var(--gutter);
}
@media screen and (max-width: calc(1250px - 0.02px)) {
  .cdcc__cabinet .cdcc__cabinet__content .grid .grid__sizer,
  .cdcc__cabinet .cdcc__cabinet__content .grid .grid__item {
    width: calc(50% - var(--gutter));
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__cabinet .cdcc__cabinet__content .grid {
    --gutter: 16px;
  }
  .cdcc__cabinet .cdcc__cabinet__content .grid .grid__sizer,
  .cdcc__cabinet .cdcc__cabinet__content .grid .grid__item {
    width: calc(50% - var(--gutter));
  }
}
.cdcc__cabinet .cdcc__cabinet__content .grid .grid__item {
  margin: 0 0 var(--gutter);
}
.cdcc__cabinet .cdcc__cabinet__content .grid .grid__figure {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.cdcc__cabinet .cdcc__cabinet__content .grid .grid__figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: translateZ(0);
  transition: transform 0.4s ease;
}
.cdcc__cabinet .cdcc__cabinet__content .grid .grid__figure:hover img {
  transform: scale(1.03);
}

/* ---------- Lightbox (baguetteBox) ---------- */
#baguetteBox-overlay {
  z-index: 9999;
  /* above header */
  background: rgba(15, 23, 42, 0.5) !important;
  backdrop-filter: blur(4px);
  /* image container */
  /* caption (if enabled) */
  /* buttons: prev/next/close */
  /* hover nudge like modal */
  /* Iconify inside buttons */
  /* Focus ring (matches site-wide ring) */
}
#baguetteBox-overlay #baguetteBox-slider .full-image {
  padding: clamp(8px, 2vw, 16px);
}
#baguetteBox-overlay #baguetteBox-slider img,
#baguetteBox-overlay #baguetteBox-slider figure,
#baguetteBox-overlay #baguetteBox-slider .full-image {
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  background: #fff;
}
#baguetteBox-overlay #baguetteBox-slider img {
  max-height: calc(100vh - 140px);
}
#baguetteBox-overlay #baguetteBox-caption,
#baguetteBox-overlay .baguetteBox-caption {
  font-family: "Sebino", sans-serif;
  font-size: clamp(14px, 1.8vw, 16px);
  color: #334155;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 10px 12px;
  margin: 10px auto 0;
  width: clamp(240px, 80vw, 900px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
#baguetteBox-overlay .baguetteBox-button svg {
  position: relative;
  left: unset;
  top: unset;
}
#baguetteBox-overlay #previous-button,
#baguetteBox-overlay #next-button,
#baguetteBox-overlay #close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  all: unset;
  position: fixed;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, opacity 0.15s ease;
  color: #3D4C51;
  /* kill default svg bg from baguetteBox */
  background-image: none !important;
  text-indent: 0;
}
#baguetteBox-overlay #previous-button {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#baguetteBox-overlay #next-button {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#baguetteBox-overlay #close-button {
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
}
#baguetteBox-overlay #previous-button:hover {
  transform: translateY(-50%) scale(1.06);
}
#baguetteBox-overlay #next-button:hover {
  transform: translateY(-50%) scale(1.06);
}
#baguetteBox-overlay #close-button:hover {
  transform: scale(1.06);
}
#baguetteBox-overlay #previous-button .iconify,
#baguetteBox-overlay #next-button .iconify,
#baguetteBox-overlay #close-button .iconify {
  font-size: 26px;
  line-height: 1;
  opacity: 0.95;
}
#baguetteBox-overlay #close-button .iconify {
  font-size: 22px;
}
#baguetteBox-overlay #previous-button,
#baguetteBox-overlay #next-button,
#baguetteBox-overlay #close-button {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
#baguetteBox-overlay #previous-button:focus:not(:focus-visible),
#baguetteBox-overlay #next-button:focus:not(:focus-visible),
#baguetteBox-overlay #close-button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
#baguetteBox-overlay #previous-button:focus-visible,
#baguetteBox-overlay #next-button:focus-visible,
#baguetteBox-overlay #close-button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(203, 174, 112, 0.55);
}
#baguetteBox-overlay #previous-button::-moz-focus-inner,
#baguetteBox-overlay #next-button::-moz-focus-inner,
#baguetteBox-overlay #close-button::-moz-focus-inner {
  border: 0;
}

.cdcc__contact .cdcc__hero {
  background: #3D4C51;
  color: #FFFFFF;
}
.cdcc__contact .cdcc__hero .cdcc__hero__inner {
  width: min(92vw, 1440px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1.3fr;
  align-items: center;
  column-gap: clamp(24px, 4vw, 64px);
  min-height: clamp(420px, 60vh, 720px);
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__contact .cdcc__hero .cdcc__hero__inner {
    grid-template-columns: 1fr;
    row-gap: clamp(20px, 4vw, 36px);
    min-height: unset;
    padding: 2rem 0;
  }
}
.cdcc__contact .cdcc__hero .image {
  align-self: center;
}
.cdcc__contact .cdcc__hero .image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__contact .cdcc__hero .image img {
    aspect-ratio: 16/10;
    border-radius: 8px;
  }
}
.cdcc__contact .cdcc__hero .divider {
  width: 1px;
  height: clamp(80px, 18vh, 160px);
  background: #CBAE70;
  opacity: 0.9;
  border-radius: 1px;
  transform: translateY(4px);
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__contact .cdcc__hero .divider {
    display: none;
  }
}
.cdcc__contact .cdcc__hero .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__contact .cdcc__hero .content {
    width: 90%;
    margin: auto;
  }
}
.cdcc__contact .cdcc__hero .content h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.05;
  font-size: clamp(34px, 5vw, 96px);
  color: #FFFFFF;
}
@media screen and (max-width: calc(850px - 0.02px)) {
  .cdcc__contact .cdcc__hero .content h1 {
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__contact .cdcc__hero .content {
    text-align: left;
  }
}
.cdcc__contact .cdcc__contact__content {
  height: auto;
  width: 100%;
}
.cdcc__contact .cdcc__contact__content .intro {
  width: 65%;
  margin: 4rem auto 0 auto;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__contact .cdcc__contact__content .intro {
    width: 90%;
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__contact .cdcc__contact__content .intro {
    width: 80%;
  }
}
.cdcc__contact .cdcc__contact__content .intro .subtitle {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin: 0;
  opacity: 0.9;
  font-size: clamp(18px, 2.2vw, 36px);
  color: #3D4C51;
}
.cdcc__contact .cdcc__contact__content .form__container {
  font-family: "Sebino", sans-serif;
  width: 65%;
  padding: 0 0 4rem 0;
  margin: auto;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__contact .cdcc__contact__content .form__container {
    width: 90%;
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__contact .cdcc__contact__content .form__container {
    width: 80%;
  }
}
.cdcc__contact .cdcc__contact__content .form__container input {
  border: none;
  background: rgb(228, 228, 228);
  border-radius: 0;
  min-height: 5rem;
}
.cdcc__contact .cdcc__contact__content .form__container input#wpforms-173-field_10 {
  background: transparent;
  min-height: unset;
  color: rgba(0, 0, 0, 0.47);
}
.cdcc__contact .cdcc__contact__content .form__container input[type=checkbox] {
  background: none;
  min-height: unset;
}
.cdcc__contact .cdcc__contact__content .form__container label,
.cdcc__contact .cdcc__contact__content .form__container select {
  color: rgba(0, 0, 0, 0.47);
}
.cdcc__contact .cdcc__contact__content .form__container textarea {
  border: none;
  background: rgb(228, 228, 228);
}
.cdcc__contact .cdcc__contact__content .form__container fieldset {
  color: #3D4C51 !important;
}
.cdcc__contact .cdcc__contact__content .form__container .wpforms-error {
  color: red !important;
}
.cdcc__contact .cdcc__contact__content .form__container .wpforms-error::before {
  background-color: red;
}
.cdcc__contact .cdcc__contact__content .form__container .wpforms-submit {
  position: relative;
  background-color: #3D4C51 !important;
  font-family: "Montserrat";
  color: #222222;
  border-radius: 0;
  font-weight: bold;
  text-decoration: none;
  padding: 1.8rem 4rem;
  font-size: 18px;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bree", sans-serif;
  z-index: 3;
}
.cdcc__contact .cdcc__contact__content .form__container .wpforms-submit:hover {
  background: #FFFFFF !important;
  outline: 1px solid #3D4C51 !important;
  color: #3D4C51 !important;
}
.cdcc__contact .cdcc__contact__content .form__container .mandatory {
  width: fit-content;
  font-size: 14px;
  color: #3D4C51;
  font-weight: 250;
  margin: 2rem 0 8rem 0;
}

.cdcc__equipe .cdcc__hero {
  background: #3D4C51;
  color: #FFFFFF;
}
.cdcc__equipe .cdcc__hero .cdcc__hero__inner {
  width: min(92vw, 1440px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1.3fr;
  align-items: center;
  column-gap: clamp(24px, 4vw, 64px);
  min-height: clamp(420px, 60vh, 720px);
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__equipe .cdcc__hero .cdcc__hero__inner {
    grid-template-columns: 1fr;
    row-gap: clamp(20px, 4vw, 36px);
    min-height: unset;
    padding: 2rem 0;
  }
}
.cdcc__equipe .cdcc__hero .image {
  align-self: center;
}
.cdcc__equipe .cdcc__hero .image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__equipe .cdcc__hero .image img {
    aspect-ratio: 16/10;
    border-radius: 8px;
  }
}
.cdcc__equipe .cdcc__hero .divider {
  width: 1px;
  height: clamp(80px, 18vh, 160px);
  background: #CBAE70;
  opacity: 0.9;
  border-radius: 1px;
  transform: translateY(4px);
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__equipe .cdcc__hero .divider {
    display: none;
  }
}
.cdcc__equipe .cdcc__hero .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__equipe .cdcc__hero .content {
    width: 90%;
    border: 1px solid red;
    margin: auto;
  }
}
.cdcc__equipe .cdcc__hero .content h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.05;
  font-size: clamp(34px, 5vw, 96px);
  color: #FFFFFF;
}
@media screen and (max-width: calc(850px - 0.02px)) {
  .cdcc__equipe .cdcc__hero .content h1 {
    letter-spacing: 0.06em;
  }
}
.cdcc__equipe .cdcc__hero .content .subtitle {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin: 0;
  opacity: 0.9;
  font-size: clamp(18px, 2.2vw, 36px);
  color: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__equipe .cdcc__hero .content {
    text-align: left;
  }
}
@media screen and (min-width: 1650px) {
  .cdcc__equipe .cdcc__hero .cdcc__hero__inner {
    width: min(88vw, 1600px);
    column-gap: clamp(32px, 3.5vw, 72px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cdcc__equipe .cdcc__hero .image img {
    transition: none;
  }
}
.cdcc__equipe .cdcc__equipe__content {
  height: auto;
  width: 100%;
}
.cdcc__equipe .cdcc__equipe__content .intro {
  width: 80%;
  margin: 4rem auto 0 auto;
}
.cdcc__equipe .cdcc__equipe__content .intro h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.05;
  font-size: clamp(36px, 6vw, 72px);
  margin-bottom: 1rem;
  color: #3D4C51;
}
@media screen and (max-width: calc(850px - 0.02px)) {
  .cdcc__equipe .cdcc__equipe__content .intro h1 {
    letter-spacing: 0.06em;
  }
}
.cdcc__equipe .cdcc__equipe__content .intro .subtitle {
  font-family: "Sebino", sans-serif;
  font-weight: 300;
  margin: 0 0 2rem 0;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #3D4C51;
  opacity: 0.85;
}
.cdcc__equipe .cdcc__equipe__content .team-filters {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 1.25rem auto;
}
.cdcc__equipe .cdcc__equipe__content .team-filters button.praticien {
  background: #3D4C51;
  color: #FFFFFF;
}
.cdcc__equipe .cdcc__equipe__content .team-filters button.assistante {
  background: #CBAE70;
  color: #FFFFFF;
}
.cdcc__equipe .cdcc__equipe__content .team-filters button {
  border: 0;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: #eee;
  color: #333;
  cursor: pointer;
  font: 500 14px/1.1 system-ui, sans-serif;
}
.cdcc__equipe .cdcc__equipe__content .team-filters button.is-active {
  background: #3D4C51;
  color: #fff;
}
.cdcc__equipe .cdcc__equipe__content .list {
  margin: 1rem 0;
}
.cdcc__equipe .cdcc__equipe__content .equipe__container .list {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: 80%;
  list-style: none;
  margin: auto;
  padding-bottom: 4rem;
}
.cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item {
  border-radius: 28px;
  flex: 1 1 clamp(280px, 28%, 360px);
  width: 30%;
  max-width: 314px;
  min-width: 314px;
  padding: 0;
  margin-top: 3.5%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  cursor: pointer;
  margin-left: 1.75%;
  margin-right: 1.75%;
  /* type badge */
  /* info */
}
.cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item.is-staff {
  pointer-events: none;
}
@media screen and (max-width: calc(1450px - 0.02px)) {
  .cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item {
    margin-top: 1.5%;
    max-width: 300px;
    min-width: 300px;
  }
}
@media screen and (max-width: calc(1250px - 0.02px)) {
  .cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item {
    margin-top: 1.5%;
    max-width: 270px;
    min-width: 270px;
  }
}
@media screen and (max-width: calc(1000px - 0.02px)) {
  .cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item {
    margin-bottom: 2rem;
    max-width: 314px;
  }
}
.cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item.team__item--cta {
  border: none;
  background: none;
  padding: 0;
  flex: 1 1 clamp(280px, 28%, 360px);
  width: 30%;
  max-width: 314px;
  min-width: 314px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item.team__item--cta .btn--team {
  width: fit-content;
  text-align: center;
  padding: 16px 18px 16px 16px;
  border-radius: 999px;
  background: #3D4C51;
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid rgba(61, 76, 81, 0.25);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 0 rgba(61, 76, 81, 0.25) inset;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item.team__item--cta .btn--team:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow: 0 6px 16px rgba(61, 76, 81, 0.18);
}
.cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item.team__item--cta .btn--team .btn__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #CBAE70;
  flex-shrink: 0;
}
.cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item.team__item--cta .btn--team .btn__text {
  position: relative;
  top: 1px;
  font-family: "Sebino", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 2vw, 20px);
  line-height: 1;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
.cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item.team__item--cta .btn--team .btn__icon {
  font-size: 1.5rem;
  line-height: 1;
}
.cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item .team__item__type {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  color: #FFFFFF;
  padding: 0.4rem 2.6rem;
  background: #3D4C51;
  font-family: "Sebino", sans-serif;
  font-size: clamp(0.75rem, 1.6vw, 0.9rem);
  font-weight: 300;
  width: fit-content;
  margin: 0 auto 0.8rem 0;
  border-radius: 28px;
  letter-spacing: 0.06em;
}
.cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item .team__item__type.is-staff {
  background: #CBAE70;
  color: #FFFFFF;
}
.cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item .team__item__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 12rem;
  min-height: 16rem;
  margin: 0 auto 1.5rem;
  clip-path: polygon(100% 0, 100% 84%, 84% 100%, 0 100%, 0 0);
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item .team__item__image {
    clip-path: polygon(100% 0, 100% 84%, 84% 100%, 0 100%, 0 0);
    width: 100%;
    min-width: 10rem;
    min-height: 14rem;
  }
}
.cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item .team__item__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
  transform: scale(1.04);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  backface-visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item .team__item__image:hover img, .cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item .team__item__image:focus-visible img {
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item .team__item__image img {
    transform: none;
    transition: none;
  }
}
.cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item .team__item__info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item .team__item__info .team__item__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 2.8vw, 2rem);
  color: #3D4C51;
  max-width: 80%;
  line-height: 1;
}
.cdcc__equipe .cdcc__equipe__content .equipe__container .list .team__item .team__item__info .team__item__qualification {
  font-family: "Sebino", sans-serif;
  font-weight: 250;
  text-transform: none;
  font-size: clamp(0.75rem, 1.4vw, 1rem);
  margin: 0;
  letter-spacing: 0.06em;
  opacity: 0.9;
}

:root {
  --page-bg: #ffffff;
}

html,
body {
  background: var(--page-bg);
}

.cdcc__home__soins {
  background: var(--page-bg);
}

.cdcc__home__intro__inner {
  color: var(--intro-fg, #3D4C51);
}

.cdcc__home__intro__inner a,
.cdcc__home__intro__inner h2 {
  color: inherit;
}

/* Only hide the page when the loader is actually running */
html.app-loading,
html.app-loading body {
  height: 100%;
  overflow: hidden;
}

html.app-loading body > *:not(#site-loader) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* If we're not loading, don't even show the loader node (prevents flash) */
html:not(.app-loading) #site-loader {
  display: none !important;
}

/* Reveal when ready */
html.app-ready body > *:not(#site-loader) {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.35s ease;
}

/* Optional fade-out for the loader itself */
#site-loader.is-done {
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}