@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
.bg-gradient-secondary {
  background: linear-gradient(121deg, #FFF 63.58%, #FFD2DB 161.58%);
}

/* Gestion des class pour les background et couleur de textes.*/
.color-primary {
  color: #522251;
}

.bg-primary {
  background-color: #522251 !important;
}

.color-secondary {
  color: #ffd2db;
}

.bg-secondary {
  background-color: #ffd2db !important;
}

.color-accent {
  color: #D01281;
}

.bg-accent {
  background-color: #D01281 !important;
}

.color-white {
  color: #FFFFFF;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.color-black {
  color: #000000;
}

.bg-black {
  background-color: #000000 !important;
}

.color-default {
  color: #023;
}

.bg-default {
  background-color: #023 !important;
}

* {
  font-family: "DM Sans", sans-serif;
}

html, body {
  font-size: 16px;
  line-height: normal;
  font-style: normal;
  margin: 10px 0;
  font-weight: 400;
}

.heading {
  font-family: "DM Sans", sans-serif;
}
.heading--n1 {
  font-size: clamp(2.375rem, 2.008rem + 1.589vw, 3.438rem);
  letter-spacing: calc(clamp(2.375rem, 2.008rem + 1.589vw, 3.438rem) * -1 / 100);
  line-height: clamp(2.469rem, 1.874rem + 2.57vw, 4.188rem);
}
.heading--n2 {
  font-size: clamp(2rem, 1.697rem + 1.308vw, 2.875rem);
  letter-spacing: calc(clamp(2rem, 1.697rem + 1.308vw, 2.875rem) * -1 / 100);
  line-height: clamp(2.375rem, 1.964rem + 1.776vw, 3.563rem);
}
.heading--n3 {
  font-size: clamp(1.75rem, 1.447rem + 1.308vw, 2.625rem);
  letter-spacing: calc(clamp(1.75rem, 1.447rem + 1.308vw, 2.625rem) * -1 / 100);
  line-height: clamp(2.094rem, 1.694rem + 1.729vw, 3.25rem);
}
.heading--n4 {
  font-size: clamp(1.5rem, 1.414rem + 0.374vw, 1.75rem);
  letter-spacing: calc(clamp(1.5rem, 1.414rem + 0.374vw, 1.75rem) * -1 / 100);
  line-height: clamp(1.813rem, 1.726rem + 0.374vw, 2.063rem);
}
.heading--n5 {
  font-size: clamp(1.25rem, 1.207rem + 0.187vw, 1.375rem);
  letter-spacing: calc(clamp(1.25rem, 1.207rem + 0.187vw, 1.375rem) * -1 / 100);
}

span {
  line-height: inherit;
}

hr {
  border: none;
  opacity: 1;
  height: 1px;
  width: 100%;
}

.list--unstyled {
  padding: 0px;
  margin: 0px;
}
.list--unstyled li {
  list-style-type: none;
}

.label {
  font-size: 18px;
  font-weight: 500;
}

.legende {
  font-size: 12px;
  font-weight: 600;
}

a {
  text-decoration: none;
  color: inherit;
}
a.color-primary:hover {
  color: #D01281;
}
a.color-secondary:hover {
  color: #D01281;
}
a.color-accent:hover {
  color: #522251;
}
a.color-white:hover {
  color: #D01281;
}

p > a {
  text-decoration: underline;
}

.btn {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  border: none;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  padding: 12px 20px;
  border-radius: 24px;
  transition: 0.3s;
}
.btn:hover, .btn:focus, .btn:active {
  transition: 0.3s;
}
.btn--primary {
  background: #522251;
  color: #FFFFFF;
  border: 1px solid #522251;
}
.btn--primary:hover, .btn--primary:focus, .btn--primary:active {
  background: transparent;
  color: #522251;
  border: 1px solid #522251;
}
.btn--primary-outline {
  background: #FFFFFF;
  color: #522251;
  border: 1px solid #522251;
}
.btn--primary-outline:hover, .btn--primary-outline:focus, .btn--primary-outline:active {
  background: #522251;
  color: #FFFFFF;
  border: 1px solid #522251;
}
.btn--rdv img {
  filter: brightness(10);
}
.btn--rdv:hover img {
  filter: none;
}
.btn--rdv:has(span.d-md-block) {
  aspect-ratio: 1/1;
  border-radius: 100%;
  padding: 12px;
}
@media screen and (min-width: 767px) {
  .btn--rdv:has(span.d-md-block) {
    padding: 12px 20px;
    aspect-ratio: unset;
    border-radius: 24px;
  }
}

form {
  position: relative;
}
form label {
  color: #023;
  font-weight: 500;
  font-size: 15px !important;
  margin-bottom: 0;
}
form input {
  border: 1px solid #666E5C;
  height: 40px;
  padding: 5px 0;
  color: #522251;
  background: #ffd2db;
  display: block;
  width: 100%;
  margin: 13px 0 30px 0;
  border-radius: 5px;
  padding: 0 10px;
}
form input:focus {
  box-shadow: none;
  border-bottom: 1px solid #522251;
  outline: none;
}
form input::placeholder {
  font-size: 15px;
  color: #ffd2db;
  transition: all 0.3s;
}
form input:focus::placeholder {
  font-size: 12px;
}
form input[type=checkbox] {
  width: 10%;
}
form input[type=radio] {
  height: 15px;
  display: inline;
  width: auto;
}
form textarea {
  border: 1px solid #666E5C;
  padding: 10px;
  color: #522251;
  background: #ffd2db;
  display: block;
  width: 100%;
  margin: 13px 0 10px 0;
  border-radius: 5px;
  height: 100px;
}
form textarea::placeholder {
  color: #ffd2db;
  font-size: 15px;
  transition: all 0.3s;
}
form textarea:focus::placeholder {
  font-size: 14px;
}
form textarea:focus::placeholder {
  font-size: 15px;
}
form input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -10000;
}
form label.checking {
  display: block;
  position: relative;
  padding-left: 30px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #023;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
  font-weight: 400;
}
form label.checking::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #023;
  position: absolute;
  left: 0;
  border-radius: 3px;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
form input[type=checkbox]:checked ~ .checking::before {
  width: 10px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
form .message_success {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
form .message_success p {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
}
form .message_fail {
  display: none;
  color: red;
}

#matomo_optout_checkbox {
  opacity: 1;
  position: relative;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  display: initial;
}

.rank-math-breadcrumb {
  display: none;
}
@media (width > 767px) {
  .rank-math-breadcrumb {
    display: block;
  }
}
.rank-math-breadcrumb p {
  margin: 0;
  padding: 0;
}

#burger {
  background-color: transparent;
  border: 2px solid #522251;
  border-radius: 100%;
  aspect-ratio: 1/1;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: flex;
  padding: 0 2px;
}
#burger .line {
  fill: none;
  stroke: #522251;
  stroke-width: 5;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
#burger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 5;
}
#burger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 5;
}
#burger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 5;
}
#burger.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 5;
  stroke: #522251 !important;
}
#burger.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 5;
  stroke: #522251 !important;
}
#burger.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 5;
  stroke: #522251 !important;
}

header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  #menu {
    position: fixed;
    top: 82px;
    left: 0;
    height: calc(100dvh - 82px);
    width: 100%;
    background-color: #ffd2db;
    z-index: -1;
  }
}
#menu {
  display: none;
}
@media screen and (min-width: 991px) {
  #menu {
    display: flex;
  }
}

footer {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  footer {
    padding-left: 0;
    padding-right: 0;
  }
}
footer::before {
  content: url("../images/half-circle-footer.png");
  position: absolute;
  bottom: -5px;
  left: 0;
}
footer::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 60%;
  background: url("../images/half-circle-footer.png") no-repeat;
  background-position: right top;
  top: 0;
  right: 0;
}
footer .container {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  word-wrap: break-word;
}

.z-4 {
  z-index: 4;
}

.hero {
  height: 100vh;
  background: linear-gradient(0deg, rgba(82, 34, 81, 0.5) 0%, rgba(82, 34, 81, 0.5) 100%);
  background-blend-mode: multiply, normal;
}
.hero::before {
  content: "";
  background: url("../images/half-circle-hero.png") no-repeat;
  background-size: contain;
  background-position: center right;
  height: 80%;
  width: 50%;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  z-index: 1;
}
.hero::after {
  content: url("../images/icon-plus.svg");
  position: absolute;
  top: 20%;
  right: 10%;
  z-index: 1;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.quick-nav {
  margin-top: -30vh;
}
.quick-nav__items {
  position: relative;
}
.quick-nav__items::before {
  content: "";
  height: 1px;
  width: 70%;
  position: absolute;
  top: 35%;
  left: 10%;
  background-color: #522251;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .quick-nav__items::before {
    top: 15%;
    left: 33%;
    height: 70%;
    width: 1px;
  }
}
.quick-nav__items::after {
  content: "";
  height: 1px;
  width: 70%;
  position: absolute;
  top: 62%;
  left: 10%;
  background-color: #522251;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .quick-nav__items::after {
    top: 15%;
    left: 66%;
    height: 70%;
    width: 1px;
  }
}
.quick-nav__item img {
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.examens .row {
  position: relative;
  z-index: 1;
}
.examens__list {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding-top: 200px;
  padding-bottom: 50px;
}
@media screen and (min-width: 767px) {
  .examens__list {
    gap: 70px;
    padding-top: 130px;
  }
  .examens__list div:last-child .examens__item {
    height: 60vh !important;
  }
}
.examens__content {
  height: 100vh;
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (min-width: 767px) {
  .examens__item {
    height: 40vh;
    min-height: fit-content;
  }
}
.examens__images {
  height: 100%;
  display: none;
}
@media screen and (min-width: 767px) {
  .examens__images {
    display: block;
  }
}
.examens__image {
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url("../images/fond-image.png") no-repeat;
  background-position: right top;
  background-size: contain;
}
@media screen and (min-width: 767px) {
  .examens__image {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: opacity 0.3s ease;
  }
}
.examens__image::before {
  content: url("../images/icon-plus-accent.svg");
  top: -50px;
  right: -10px;
  position: absolute;
  z-index: -1;
  transform: scale(0.5);
}
.examens__image::after {
  content: url("../images/icon-plus-accent.svg");
  bottom: -50px;
  left: -10px;
  position: absolute;
  z-index: -1;
  transform: scale(0.5);
}
.examens__image img {
  aspect-ratio: 1.5/1;
  object-fit: cover;
}
@media screen and (min-width: 767px) {
  .examens__image.active {
    visibility: visible;
    opacity: 1;
  }
}

.nous-trouver {
  background: linear-gradient(90deg, #522251 71.98%, rgba(82, 34, 81, 0) 131.26%);
  position: relative;
}
.nous-trouver::before {
  content: "";
  background: url("../images/half-circle-info.png") no-repeat;
  height: 50%;
  width: 50%;
  background-size: contain;
  background-position: right top;
  right: 0;
  bottom: -80px;
  position: absolute;
}
@media screen and (min-width: 767px) {
  .nous-trouver::before {
    bottom: 0;
  }
}
.nous-trouver img {
  aspect-ratio: 8/6;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.notre-centre {
  position: relative;
}
@media screen and (min-width: 767px) {
  .notre-centre::before {
    content: "";
    height: 40%;
    width: 40%;
    background: url("../images/gradient-circle.png") no-repeat;
    background-size: contain;
    background-position: left top;
    left: 0;
    top: 50px;
    position: absolute;
    z-index: -1;
  }
}
.notre-centre__image img {
  aspect-ratio: 1/1.5;
  object-fit: cover;
  object-position: top center;
}
.notre-centre__image--deco {
  position: relative;
}
.notre-centre__image--deco::before {
  content: "";
  height: 100%;
  width: 70%;
  background: url("../images/dot-circle.png") no-repeat;
  background-size: contain;
  background-position: right top;
  right: 0;
  bottom: 0;
  position: absolute;
  transform: translate(25%, 50%);
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .notre-centre__image--deco::before {
    height: 70%;
    z-index: 0;
  }
}

.equipements .swiper-button-next, .equipements .swiper-button-prev {
  color: #FFFFFF;
  background-color: #522251;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 120px;
}
@media screen and (min-width: 767px) {
  .equipements .swiper-button-next, .equipements .swiper-button-prev {
    top: 50%;
    width: 40px;
    height: 40px;
  }
}
.equipements .swiper-button-next::after, .equipements .swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .equipements .swiper-button-next::after, .equipements .swiper-button-prev::after {
    font-size: 20px;
  }
}
.equipements .swiper-button-prev {
  left: 0;
  transform: translateY(-50%) translateX(-50%);
}
.equipements .swiper-button-next {
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.equipements__content {
  width: 100%;
}
.equipements__image {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 767px) {
  .equipements__image {
    aspect-ratio: 1.5/1;
    width: 100%;
    height: auto;
  }
}

.nos-services {
  background: linear-gradient(0deg, rgba(255, 210, 219, 0.04) -0.51%, #FFD2DB 143.49%, #FFD2DB 143.49%);
}

table tbody td {
  padding: 10px;
}
table tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
table tbody tr:nth-child(odd) {
  background-color: #F9F9F9;
}
table tbody tr:first-child {
  background-color: #522251;
  color: #FFFFFF;
}

.mentions {
  padding-block: 100px 3rem;
}

/*# sourceMappingURL=main.css.map */
