@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-family: "Bodoni", serif;
}

ul {
  list-style: none;
}

body,
html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  transition: 0.4s ease-in-out;
}

body {
  background: #fcf6ed;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: large;
  overflow-x: hidden;
  transition: 0.5s cubic-bezier(0.42, 0, 0.24, 0.46);
}

main {
  width: 100%;
  position: relative;
}

section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
}

.container {
  max-width: 1540px;
  width: calc(100% - 20px);
  padding: 0 25px;
  display: flex;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
.container .content {
  width: 100%;
  display: flex;
  overflow: hidden;
}

img {
  width: 100%;
}

.toHide {
  display: none !important;
}

.no-scroll {
  overflow: hidden !important;
  height: 100vh !important;
  position: fixed !important;
  width: 100%;
}

.cta-blue {
  position: relative;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  gap: 10px;
  padding: 16px 40px;
  background: #384556;
  color: #fcf6ed;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  transition: all 0.36s ease-in-out;
}
.cta-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fcfaf7;
  z-index: 1;
  width: 0%;
  height: 100%;
  transition: all 0.31s ease-in-out;
}
.cta-blue:hover {
  border-color: #384556;
}
.cta-blue:hover::after {
  width: 100%;
}
.cta-blue:hover span {
  color: #384556;
}
.cta-blue span {
  display: flex;
  z-index: 3;
  transition: all 0.35s ease-in-out;
}

.cta-blue-arrow {
  position: relative;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  gap: 10px;
  padding: 16px 40px;
  background: #384556;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.36s ease-in-out;
}
.cta-blue-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fcfaf7;
  z-index: 1;
  width: 0%;
  height: 100%;
  transition: all 0.31s ease-in-out;
}
.cta-blue-arrow:hover {
  border-color: #384556;
}
.cta-blue-arrow:hover::after {
  width: 100%;
}
.cta-blue-arrow:hover span {
  color: #384556;
}
.cta-blue-arrow:hover svg path {
  stroke: #384556;
}
.cta-blue-arrow span {
  display: flex;
  z-index: 3;
  transition: all 0.35s ease-in-out;
}
.cta-blue-arrow svg {
  z-index: 3;
}
.cta-blue-arrow svg path {
  transition: all 0.35s ease-in-out;
}

.btn-blue {
  position: relative;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  border: none;
  gap: 10px;
  padding: 16px 40px;
  background: #384556;
  color: #fcf6ed;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  transition: all 0.36s ease-in-out;
}
.btn-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fcfaf7;
  z-index: 1;
  width: 0%;
  height: 100%;
  transition: all 0.31s ease-in-out;
}
.btn-blue:hover::after {
  width: 100%;
}
.btn-blue:hover span {
  color: #384556;
}
.btn-blue span {
  display: flex;
  z-index: 3;
  transition: all 0.35s ease-in-out;
}

.shape-container {
  position: absolute;
  width: 65%;
  height: 3px;
  background-color: #384556;
  border-radius: 5px;
  top: 60px;
}
.shape-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #384556;
  transform-origin: left;
}
.shape-container::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: navy;
  transform: translateY(-50%) rotate(45deg);
}
.shape-container.right {
  transform: rotate(180deg);
  top: initial;
  bottom: 60px;
  right: 0;
}

.therapy-header {
  padding: 105px 60px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: none;
  min-height: 320px;
  overflow: hidden;
}
.therapy-header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #fcf6ed;
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}
.therapy-header .therapy-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.therapy-header .therapy-header-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.therapy-header .therapy-header-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 4;
}
.therapy-header .therapy-header-content .therapy-header-title h2 {
  position: relative;
  font-family: "Bodoni", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #384556;
  padding-bottom: 16px;
  text-align: center;
}
.therapy-header .therapy-header-content .therapy-header-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  border-radius: 10px;
  background-color: #a8d2d1;
}
.therapy-header .therapy-header-content .therapy-header-text p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #384556;
  text-align: center;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: 0.3s ease-in-out;
}
.whatsapp-button img {
  width: 35px;
  height: 35px;
  z-index: 44;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transform-origin: center center;
  transition: 0.4s ease-in-out;
}
.whatsapp-button:hover img {
  transform: scale(1.251) rotate(30deg);
}
.whatsapp-button.scrolled {
  background: #569897;
}

.header {
  position: fixed;
  overflow: visible;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
}
.header .container {
  height: 100%;
}
.header .container .content {
  height: 100%;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container .content .left {
  position: relative;
  display: flex;
}
.header .container .content .left .logo-boxe {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 9993;
  transition: 0.4s ease-in-out;
  transform-origin: right center;
}
.header .container .content .left .logo-boxe a {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.header .container .content .left .logo-boxe a img {
  height: 100%;
  width: 100%;
  max-width: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease-in-out;
}
.header .container .content .right {
  display: flex;
}
.header .container .content .right .menu-wrapper {
  position: relative;
  z-index: 999;
}
.header .container .content .right .menu-wrapper ul {
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 999;
}
.header .container .content .right .menu-wrapper ul li {
  position: relative;
  display: flex;
  padding: 0;
  transition: 0.4s ease-in-out;
}
.header .container .content .right .menu-wrapper ul li a {
  position: relative;
  cursor: pointer;
  font-family: "Afacad";
  text-align: center;
  color: #384556;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  word-wrap: break-word;
  transition: 0.4s ease-in-out;
  padding: 16px 24px;
}
.header .container .content .right .menu-wrapper ul li a::after {
  content: "";
  position: absolute;
  background: #569897;
  width: 0%;
  height: 4px;
  bottom: 0px;
  left: 0;
  transition: 0.4s ease-in-out;
}
.header .container .content .right .menu-wrapper ul li a:hover {
  color: #569897;
}
.header .container .content .right .menu-wrapper ul li a:hover::after {
  width: 100%;
}
.header .container .content .right .menu-wrapper ul li:last-of-type {
  background: #eee4d6;
}
.header .container .content .right .menu-wrapper ul li:last-of-type:hover a {
  color: #384556;
}
.header .container .content .right .menu-wrapper ul li:last-of-type a {
  color: #3b4b84;
}
.header .container .content .right .menu-wrapper ul li:last-of-type a::after {
  background: #384556;
}
.header .container .content .right .menu-wrapper ul li.dropDown {
  position: relative;
  flex-direction: column;
}
.header .container .content .right .menu-wrapper ul li.dropDown a:first-child {
  pointer-events: none;
}
.header .container .content .right .menu-wrapper ul li.dropDown .sub-menu {
  position: absolute;
  width: 200%;
  height: 100%;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: all 0.3s ease-in-out;
}
.header .container .content .right .menu-wrapper ul li.dropDown .sub-menu li {
  position: initial;
  background: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #ffffff;
}
.header .container .content .right .menu-wrapper ul li.dropDown .sub-menu li:last-of-type {
  background: #ffffff;
}
.header .container .content .right .menu-wrapper ul li.dropDown .sub-menu li:hover {
  background: #569897;
}
.header .container .content .right .menu-wrapper ul li.dropDown .sub-menu li:hover a {
  color: #fcf6ed;
  pointer-events: initial;
}
.header .container .content .right .menu-wrapper ul li.dropDown .sub-menu li a {
  width: 100%;
}
.header .container .content .right .menu-wrapper ul li.dropDown .sub-menu li a::after {
  width: 0;
  height: 0;
}
.header .container .content .right .menu-wrapper ul li.dropDown .menuItem {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header .container .content .right .menu-wrapper ul li.dropDown:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header .container .content .hamb-menu {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  display: none;
  z-index: 9999;
}
.header .container .content .hamb-menu .hamb-menu-def,
.header .container .content .hamb-menu .hamb-menu-active {
  position: absolute;
  transition: 0.4s ease-in-out;
}
.header .container .content .hamb-menu .hamb-menu-def svg,
.header .container .content .hamb-menu .hamb-menu-def rect,
.header .container .content .hamb-menu .hamb-menu-def path,
.header .container .content .hamb-menu .hamb-menu-active svg,
.header .container .content .hamb-menu .hamb-menu-active rect,
.header .container .content .hamb-menu .hamb-menu-active path {
  transition: 0.4s ease-in-out;
}
.header .container .content .hamb-menu .hamb-menu-active {
  opacity: 0;
  visibility: hidden;
}
.header .container .content .hamb-menu .hamb-menu-active svg path {
  transform: scale(0);
  transform-origin: center center;
}
.header .container .content .hamb-menu.active .hamb-menu-def {
  opacity: 0;
  visibility: hidden;
}
.header .container .content .hamb-menu.active .hamb-menu-active {
  opacity: 1;
  visibility: visible;
}
.header .container .content .hamb-menu.active .hamb-menu-active svg path {
  transform: scale(1);
}
.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.header.scrolled .container .content .left .logo-boxe {
  transform: translateX(-12px);
  position: relative;
  transition: 0.4s cubic-bezier(0, 0, 0.76, 0.55);
}
.header.scrolled .container .content .hamb-menu svg {
  transform: scale(1.3);
  transform-origin: left center;
}

footer {
  border-top: 1px solid #B6A68B;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px 0;
}
footer .footer-wrapper span {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 24px;
  text-align: center;
  color: #B6A68B;
  font-weight: 400;
  line-height: 34px;
  word-wrap: break-word;
}

.home-page {
  /* Modal Equipe styles */
}
.home-page .hero-section {
  padding: 240px 0 160px;
  justify-content: center;
}
.home-page .hero-section .container .content .hero-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 100%;
}
.home-page .hero-section .container .content .hero-wrapper .hero-title {
  display: flex;
}
.home-page .hero-section .container .content .hero-wrapper .hero-title h1 {
  text-transform: uppercase;
  font-family: "Bodoni", serif;
  font-size: 70px;
  font-weight: bold;
  color: #384556;
  transition: 0.4s ease-in-out;
  line-height: 80px;
  text-align: center;
}
.home-page .hero-section .container .content .hero-wrapper .hero-title h1 span {
  display: block;
  font-family: "Bodoni", serif;
  font-weight: 400;
  font-style: italic;
}
.home-page .hero-section .container .content .hero-wrapper .hero-subtitle h2 {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 32px;
  text-align: center;
  color: #384556;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 32px;
  word-wrap: break-word;
}
.home-page .hero-section .container .content .hero-wrapper .hero-subcta {
  margin-top: 30px;
}
.home-page .hero-section .hero-section-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.4s ease-in-out;
}
.home-page .hero-section .hero-section-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .about-section {
  min-height: auto;
  padding: 80px 0;
}
.home-page .about-section .container .content .about-wrapper {
  width: 90%;
  padding: 60px 0;
  display: flex;
  gap: 40px;
  margin: 0 auto;
}
.home-page .about-section .container .content .about-wrapper .about-img-boxe {
  z-index: 33;
  width: 320px;
  display: flex;
}
.home-page .about-section .container .content .about-wrapper .about-img-boxe img {
  width: 100%;
  min-width: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .about-section .container .content .about-wrapper .about-info-boxe {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 44px;
  position: relative;
  padding: 56px 16px;
  padding-bottom: 0;
}
.home-page .about-section .container .content .about-wrapper .about-info-boxe .quote-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 77px;
  z-index: -1;
}
.home-page .about-section .container .content .about-wrapper .about-info-boxe p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 32px;
  text-align: left;
  color: #384556;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
}
.home-page .about-section .container .content .about-wrapper .about-info-boxe .cta-blue-arrow:hover .quote-icon {
  top: 20px;
}
.home-page .exp-section {
  gap: 120px;
  padding: 70px 0 50px;
}
.home-page .exp-section .container .content .exp-boxes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1FR);
  align-items: center;
  gap: 20px;
  width: 100%;
}
.home-page .exp-section .container .content .exp-boxes::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: #ffffff;
}
.home-page .exp-section .container .content .exp-boxes .exp-boxe {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 40px;
  align-items: center;
  padding: 40px;
}
.home-page .exp-section .container .content .exp-boxes .exp-boxe .exp-boxe-title {
  padding-top: 10px;
  position: relative;
}
.home-page .exp-section .container .content .exp-boxes .exp-boxe .exp-boxe-title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  width: 72px;
  height: 6px;
  border-radius: 10px;
  background-color: #a8d2d1;
}
.home-page .exp-section .container .content .exp-boxes .exp-boxe .exp-boxe-title h3 {
  font-weight: 600;
  font-family: "Bodoni", serif;
  font-size: 40px;
  line-height: 50px;
  color: #384556;
  text-align: center;
}
.home-page .exp-section .container .content .exp-boxes .exp-boxe .exp-boxe-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 35px;
}
.home-page .exp-section .container .content .exp-boxes .exp-boxe .exp-boxe-items .exp-boxe-item {
  display: flex;
  position: relative;
  border: 1px solid;
  border-color: rgb(168, 210, 209);
  border-radius: 40px;
  padding: 8px 16px 8px 36px;
  transition: 0.4s ease-in-out;
}
.home-page .exp-section .container .content .exp-boxes .exp-boxe .exp-boxe-items .exp-boxe-item span {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #384556;
  transition: 0.34s ease-in-out;
}
.home-page .exp-section .container .content .exp-boxes .exp-boxe .exp-boxe-items .exp-boxe-item::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: linear-gradient(57deg, rgb(168, 210, 209) 0%, rgb(203, 238, 237) 100%);
  transition: 0.34s ease-in-out;
}
.home-page .exp-section .container .content .exp-boxes .exp-boxe .exp-boxe-items .exp-boxe-item:hover {
  background: rgb(168, 210, 209);
}
.home-page .exp-section .container .content .exp-boxes .exp-boxe .exp-boxe-items .exp-boxe-item:hover span {
  color: #384556;
}
.home-page .exp-section .container .content .exp-boxes .exp-boxe .exp-boxe-items .exp-boxe-item:hover::after {
  background: #fcf6ed;
}
.home-page .exp-section .container .content .exp-boxes .exp-boxe .exp-boxe-cta a {
  color: #fcf6ed;
}
.home-page .exp-section .f-container {
  position: relative;
}
.home-page .exp-section .f-container .exp-img-bg {
  width: 100%;
  height: 480px;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.home-page .exp-section .f-container .exp-img-bg img {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.home-page .exp-section .f-container .container {
  padding-top: 150px;
}
.home-page .exp-section .f-container .container .content .exp-accroche-wrapper {
  display: flex;
  gap: 60px;
  background: #fcf6ed;
  padding: 80px 56px;
}
.home-page .exp-section .f-container .container .content .exp-accroche-wrapper .left img {
  width: 100%;
  height: 100%;
  min-width: 510px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .exp-section .f-container .container .content .exp-accroche-wrapper .right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.home-page .exp-section .f-container .container .content .exp-accroche-wrapper .right .accrch-title {
  font-family: "Bodoni", serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  text-align: left;
  color: #384556;
  transition: 0.4s ease-in-out;
}
.home-page .exp-section .f-container .container .content .exp-accroche-wrapper .right .accrch-text {
  margin-bottom: 10px;
}
.home-page .exp-section .f-container .container .content .exp-accroche-wrapper .right .accrch-text p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  color: #384556;
  transition: 0.4s ease-in-out;
}
.home-page .motif-cnslt-section {
  padding: 40px 0 100px;
  min-height: auto;
}
.home-page .motif-cnslt-section .container .content {
  gap: 70px;
  flex-direction: column;
}
.home-page .motif-cnslt-section .container .content .motif-sec-title {
  position: relative;
}
.home-page .motif-cnslt-section .container .content .motif-sec-title h5 {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #569897;
  transition: 0.4s ease-in-out;
}
.home-page .motif-cnslt-section .container .content .motif-sec-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 56px;
  height: 4px;
  border-radius: 10px;
  background-color: #384556;
}
.home-page .motif-cnslt-section .container .content .motif-sec-boxes {
  display: grid;
  grid-template-columns: repeat(6, 1FR);
  gap: 24px;
}
.home-page .motif-cnslt-section .container .content .motif-sec-boxes .motif-boxe {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  transition: 0.4s ease-in-out;
  padding-bottom: 16px;
  overflow: hidden;
}
.home-page .motif-cnslt-section .container .content .motif-sec-boxes .motif-boxe .motif-boxe-ic {
  width: -moz-max-content;
  width: max-content;
  padding: 36px;
  background: #eee4d6;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
.home-page .motif-cnslt-section .container .content .motif-sec-boxes .motif-boxe .motif-boxe-ic img {
  width: 60px;
  transform: scale(1);
  transform-origin: center center;
  transition: 0.4s ease-in-out;
}
.home-page .motif-cnslt-section .container .content .motif-sec-boxes .motif-boxe .motif-boxe-text {
  text-align: center;
}
.home-page .motif-cnslt-section .container .content .motif-sec-boxes .motif-boxe .motif-boxe-text span {
  font-family: "Bodoni", serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #384556;
  transition: 0.4s ease-in-out;
  text-align: center;
}
.home-page .motif-cnslt-section .container .content .motif-sec-boxes .motif-boxe::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  transform: translateX(-100%);
  width: 100%;
  height: 4px;
  background-color: #569897;
  transition: 0.4s ease-in-out;
}
.home-page .motif-cnslt-section .container .content .motif-sec-boxes .motif-boxe:hover .motif-boxe-ic {
  background: rgba(86, 152, 151, 0.3019607843);
}
.home-page .motif-cnslt-section .container .content .motif-sec-boxes .motif-boxe:hover .motif-boxe-ic img {
  transform: scale(1.2);
}
.home-page .motif-cnslt-section .container .content .motif-sec-boxes .motif-boxe:hover span {
  color: #569897;
}
.home-page .motif-cnslt-section .container .content .motif-sec-boxes .motif-boxe:hover::after {
  transform: translateX(100%);
}
.home-page .otherap-section {
  padding: 40px 0 130px;
}
.home-page .otherap-section .container .content {
  gap: 56px;
  flex-direction: column;
}
.home-page .otherap-section .container .content .otherap-title {
  position: relative;
}
.home-page .otherap-section .container .content .otherap-title h5 {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #569897;
  transition: 0.4s ease-in-out;
}
.home-page .otherap-section .container .content .otherap-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 56px;
  height: 4px;
  border-radius: 10px;
  background-color: #384556;
}
.home-page .otherap-section .container .content .otherap-boxes {
  display: grid;
  grid-template-areas: "left right" "full full";
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.home-page .otherap-section .container .content .otherap-boxes .otherap-boxe {
  display: flex;
  flex-direction: column;
  background-color: #eee4d6;
  transition: 0.4s ease-in-out;
}
.home-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-img {
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 350px;
  transition: 0.4s ease-in-out;
}
.home-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease-in-out;
}
.home-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-img::after {
  content: "";
  position: absolute;
  left: -13%;
  top: 0;
  transform: translateY(0%);
  width: 10px;
  height: 100%;
  border-radius: 0;
  background: linear-gradient(57deg, rgba(168, 210, 209, 0.55) 0%, rgba(203, 238, 237, 0.55) 100%);
  transition: 0.24s ease-in-out;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
.home-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  transition: 0.4s ease-in-out;
}
.home-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-content .otherap-boxe-title h6 {
  font-family: "Bodoni", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  font-weight: bold;
  text-align: left;
  color: #384556;
  transition: 0.4s ease-in-out;
}
.home-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-content .otherap-boxe-descr p {
  transition: 0.4s ease-in-out;
  color: #576476;
  font-size: 18px;
  line-height: 28px;
}
.home-page .otherap-section .container .content .otherap-boxes .otherap-boxe:last-of-type {
  flex: 100%;
}
.home-page .otherap-section .container .content .otherap-boxes .otherap-boxe:hover .otherap-boxe-img::after {
  left: 100%;
}
.home-page .otherap-section .container .content .otherap-boxes .otherap-boxe:hover .otherap-boxe-content {
  background: #569897;
}
.home-page .otherap-section .container .content .otherap-boxes .otherap-boxe:hover .otherap-boxe-content .otherap-boxe-title h6,
.home-page .otherap-section .container .content .otherap-boxes .otherap-boxe:hover .otherap-boxe-content .otherap-boxe-descr p {
  color: #eee4d6;
}
.home-page .otherap-section .container .content .otherap-boxes:nth-child(1) {
  grid-area: left;
}
.home-page .otherap-section .container .content .otherap-boxes:nth-child(2) {
  grid-area: right;
}
.home-page .otherap-section .container .content .otherap-boxes :nth-child(3) {
  grid-area: full;
  flex-direction: row;
}
.home-page .otherap-section .container .content .otherap-boxes :nth-child(3) .otherap-boxe-content,
.home-page .otherap-section .container .content .otherap-boxes :nth-child(3) .otherap-boxe-img {
  flex: 50%;
}
.home-page .info-prat-section {
  padding: 80px 0;
  background-color: #eee4d6;
  min-height: auto;
  transition: 0.5s ease-in-out;
}
.home-page .info-prat-section .container .content .left,
.home-page .info-prat-section .container .content .right {
  flex: 50%;
  width: 50%;
}
.home-page .info-prat-section .container .content .left {
  display: flex;
  flex-direction: column;
  justify-content: initial;
  gap: 32px;
  padding-right: 30px;
  transition: 0.34s ease-in-out;
}
.home-page .info-prat-section .container .content .left .info-prat-title {
  position: relative;
  transform: translate(0);
  transition: 0.4s ease-in-out;
}
.home-page .info-prat-section .container .content .left .info-prat-title span {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  text-align: left;
  color: #569897;
  transition: 0.4s ease-in-out;
}
.home-page .info-prat-section .container .content .left .info-prat-ctc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-page .info-prat-section .container .content .left .info-prat-ctc a {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #384556;
  transition-delay: 0;
  transition: 0.4s ease-in-out;
}
.home-page .info-prat-section .container .content .left .info-prat-ctc a span {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.home-page .info-prat-section .container .content .left .info-prat-ctc a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #eee4d6;
  z-index: 0;
  transition: 0.4s ease-in-out;
}
.home-page .info-prat-section .container .content .left .info-prat-ctc a:first-of-type span {
  display: inline;
}
.home-page .info-prat-section .container .content .left .info-prat-ctc a svg {
  display: flex;
  width: 30px;
  height: 30px;
  background: transparent;
  padding: 2px;
  border-radius: 25px;
  border: 1px solid #eee4d6;
  transition: 0.4s ease-in-out;
}
.home-page .info-prat-section .container .content .left .info-prat-ctc a svg path {
  transform: scale(1);
  transform-origin: center center;
  transition: 0.35s ease-in-out;
}
.home-page .info-prat-section .container .content .left .info-prat-ctc a:hover {
  transform: translateX(5px);
}
.home-page .info-prat-section .container .content .left .info-prat-ctc a:hover span::after {
  width: 100%;
}
.home-page .info-prat-section .container .content .left .info-prat-ctc a:hover svg {
  transform: translateX(5px);
}
.home-page .info-prat-section .container .content .left .info-prat-text p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
  color: #384556;
  transition: 0.4s ease-in-out;
}
.home-page .info-prat-section .container .content .right .map-wrapper {
  width: 100%;
  min-height: 460px;
  height: 100%;
  border: 2px solid #d7ccba;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.home-page .info-prat-section .container .content .right .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  transition: 0.4s ease-in-out;
}
.home-page .info-prat-section.hover {
  background: #384556;
}
.home-page .info-prat-section.hover .container .content .left .info-prat-ctc a svg {
  background: #384556;
}
.home-page .info-prat-section.hover .container .content .left .info-prat-ctc a svg path {
  transform: scale(0.8);
}
.home-page .info-prat-section.hover .container .content .left .cta-blue {
  background: #569897;
  transform: translateX(20px);
}
.home-page .info-prat-section.hover .container .content .left .info-prat-title {
  transform: translateX(20px);
}
.home-page .info-prat-section.hover .container .content .left .info-prat-title span {
  color: #a8d2d1;
  letter-spacing: 1.5px;
}
.home-page .info-prat-section.hover .container .content .left a, .home-page .info-prat-section.hover .container .content .left p {
  color: #f5ecde;
}
.home-page .info-prat-section.hover .container .content .right .map-wrapper {
  border-color: #384556;
  border-radius: 25px;
}
.home-page .outro-section {
  padding-bottom: 100px;
  min-height: auto;
}
.home-page .outro-section .container {
  padding-right: 120px;
  padding-left: 120px;
}
.home-page .outro-section .container .content .outro-wrapper {
  background: #fcf6ed;
  padding: 40px;
  display: flex;
  gap: 40px;
}
.home-page .outro-section .container .content .outro-wrapper .left {
  width: 40%;
}
.home-page .outro-section .container .content .outro-wrapper .left img {
  width: 400px;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .outro-section .container .content .outro-wrapper .right {
  width: 60%;
}
.home-page .outro-section .container .content .outro-wrapper .right p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 24px;
  text-align: left;
  color: #384556;
  font-weight: 400;
  line-height: 34px;
  word-wrap: break-word;
}
.home-page .outro-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: #eee4d6;
  z-index: 0;
}
.home-page .signature-name {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  text-align: left;
  font-weight: 400;
  word-wrap: break-word;
  text-transform: uppercase;
}
.home-page .signature-name strong {
  font-family: "Bodoni", serif;
  font-size: 24px;
  color: #384556;
}
.home-page .signature-name span {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 16px;
  color: #576476;
}
.home-page .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(77deg, rgba(62, 148, 172, 0.26) 0%, rgba(34, 123, 148, 0.22) 100%);
  transform: translateY(-100%);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: all 0.36s cubic-bezier(0.63, 0.77, 1, 1);
}
.home-page .modal-overlay .modal {
  padding: 60px;
  display: flex;
  align-items: center;
  background: #f0e7d8;
  border-radius: 30px;
  width: 90%;
  height: 90%;
  max-width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 200%);
  opacity: 1;
  transition: all 0.46s cubic-bezier(0.63, 0.77, 1, 1);
}
.home-page .modal-overlay .modal::-webkit-scrollbar {
  display: none;
}
.home-page .modal-overlay .modal .modal-content {
  font-size: 16px;
  line-height: 1;
  color: #333;
  overflow-y: scroll;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}
.home-page .modal-overlay .modal .modal-content p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 20px;
  text-align: left;
  color: #384556;
  font-weight: 400;
  line-height: 27px;
  word-wrap: break-word;
}
.home-page .modal-overlay .modal .modal-content p:last-child {
  margin-bottom: 0;
}
.home-page .modal-overlay .modal .modal-content .signature-name {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  text-align: left;
  font-weight: 400;
  word-wrap: break-word;
  text-transform: uppercase;
}
.home-page .modal-overlay .modal .modal-content .signature-name strong {
  font-family: "Bodoni", serif;
  font-size: 22px;
  color: #384556;
}
.home-page .modal-overlay .modal .modal-content .signature-name span {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 16px;
  color: #576476;
}
.home-page .modal-overlay .modal .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  color: #333;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.home-page .modal-overlay .modal .close-btn svg {
  transition: 0.4s ease-in-out;
}
.home-page .modal-overlay .modal .close-btn svg path {
  transform: scale(1);
  transform-origin: center center;
  transition: 0.4s ease-in-out;
}
.home-page .modal-overlay .modal .close-btn:hover svg path {
  transform: scale(1.1);
}
.home-page .modal-overlay.active {
  transform: translateY(0%);
}
.home-page .modal-overlay.active .modal {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.faqs-page .sd-hero-section {
  padding-top: 300px;
}
.faqs-page .sd-hero-section .sd-hero-section-bg {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 60px;
  left: 0;
  transition: 0.4s ease-in-out;
}
.faqs-page .sd-hero-section .sd-hero-section-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease-in-out;
}
.faqs-page .sd-hero-section .container {
  background-color: #fcf6ed;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title {
  padding: 52px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1 {
  position: relative;
  font-weight: 600;
  font-family: "Bodoni", serif;
  font-size: 60px;
  line-height: 60px;
  color: #384556;
  text-align: center;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  border-radius: 10px;
  background-color: #569897;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: nowrap column;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item {
  display: flex;
  flex-direction: column;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn {
  position: relative;
  background-color: #fcf6ed;
  display: flex;
  gap: 24px;
  width: 100%;
  color: rgb(117, 117, 117);
  text-align: left;
  border: none;
  font-size: 32px;
  padding: 40px 20px;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #eee9e1;
  transition: all 0.5s ease-in-out;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn .icon {
  width: 37px;
  height: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.34s ease-in-out;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn .icon::before, .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn .icon::after {
  position: absolute;
  content: "";
  right: 0;
  height: 3px;
  width: 37px;
  background-color: #b6a68b;
  transform-origin: center;
  transition: all 0.4s ease-in-out;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn .icon::before {
  transform: rotate(90deg);
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn .accordionBtnNumb {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  background: #d7ccba;
  padding: 12px;
  color: #fcf6ed;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn .accordionBtnText {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  color: #384556;
  transition: 0.4s ease-in-out;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn:hover {
  background-color: #569897;
  color: #fcf6ed;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn:hover span {
  color: #fcf6ed;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn:hover .icon {
  right: 20px;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn:hover .icon::after, .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn:hover .icon::before {
  background: #fcf6ed;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn.active button {
  background-color: #569897;
  color: #fcf6ed;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .content {
  max-height: 0;
  padding: 0px 80px;
  display: block;
  background-color: #fcf6ed;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .content h1 {
  margin-top: 20px;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .content p {
  margin-bottom: 20px;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .content strong {
  font-weight: bolder;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .content ul,
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .content p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #384556;
  transition: 0.4s ease-in-out;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item.active button .accordionBtnNumb {
  color: #ffffff;
  background: #569897;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item.active button .icon::before, .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item.active button .icon::after {
  transform: rotate(360deg);
  background: #569897;
}
.faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item.active .content {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-page .ctc-hero-section {
  padding-top: 300px;
  padding-bottom: 80px;
  min-height: auto;
}
.contact-page .ctc-hero-section .ctc-hero-section-bg {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease-in-out;
  position: absolute;
  top: 60px;
  left: 0;
}
.contact-page .ctc-hero-section .ctc-hero-section-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-page .ctc-hero-section .container {
  background-color: #fcf6ed;
}
.contact-page .ctc-hero-section .container .content {
  flex-direction: column;
}
.contact-page .ctc-hero-section .container .content .ctc-hero-wrapper {
  padding: 70px;
  display: flex;
  flex-direction: row;
  gap: 56px;
  width: 100%;
}
.contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .left img {
  min-width: 500px;
  width: 100%;
  height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .right .ctc-hero-title {
  padding: 52px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  justify-content: center;
  width: 80%;
}
.contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .right .ctc-hero-title h1 {
  font-weight: 600;
  font-family: "Bodoni", serif;
  font-size: 60px;
  line-height: 60px;
  color: #384556;
  text-align: center;
}
.contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .right .ctc-hero-title p {
  font-weight: 400;
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 24px;
  line-height: 34px;
  color: #384556;
  text-align: left;
}
.contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .right .ctc-boxe-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .right .ctc-boxe-items .ctc-boxe-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .right .ctc-boxe-items .ctc-boxe-item:hover::after {
  top: 0;
}
.contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .right .ctc-boxe-items .ctc-boxe-item:hover img {
  transform: scale(1.1);
}
.contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .right .ctc-boxe-items .ctc-boxe-item:hover span {
  padding-left: 12px;
}
.contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .right .ctc-boxe-items .ctc-boxe-item:hover a {
  transform: scale(1.1);
  color: #569897;
}
.contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .right .ctc-boxe-items .ctc-boxe-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: -100%;
  width: 5px;
  height: 100%;
  border-radius: 10px;
  background-color: #569897;
  transition: 0.3s ease-in-out;
}
.contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .right .ctc-boxe-items .ctc-boxe-item img {
  width: 56px;
  transition: 0.3s ease-in-out;
}
.contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .right .ctc-boxe-items .ctc-boxe-item span {
  font-family: "Bodoni", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #384556;
  text-align: left;
  letter-spacing: -0.63px;
  transition: 0.45s ease-in-out;
}
.contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .right .ctc-boxe-items .ctc-boxe-item a {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #384556;
  text-align: left;
  transform: scale(1);
  transform-origin: left;
  transition: 0.4s ease-in-out;
}
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle {
  display: grid;
  grid-template-columns: 1FR 1FR;
  gap: 20px;
}
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-location-boxe {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding-bottom: 60px;
}
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-location-boxe .ctc-location-title {
  font-weight: 600;
  font-family: "Bodoni", serif;
  font-size: 60px;
  line-height: 60px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
  width: 100%;
}
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-location-boxe .ctc-location-map {
  width: 100%;
  height: 100%;
  border: 2px solid #d7ccba;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-location-boxe .ctc-location-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  transition: 0.4s ease-in-out;
}
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-time-boxe {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 60px;
}
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-time-boxe .ctc-time-title {
  font-weight: 600;
  font-family: "Bodoni", serif;
  font-size: 60px;
  line-height: 60px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
  max-width: 400px;
  width: 100%;
}
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-time-boxe .ctc-time-subtitle {
  font-weight: 500;
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 24px;
  line-height: 34px;
  color: #384556;
  text-align: center;
  margin-bottom: 36px;
  transition: 0.4s ease-in-out;
}
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-time-boxe .time-boxes {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-time-boxe .time-boxes .time-boxe {
  width: 100%;
  background: #f5ecde;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 40px 0;
  transition: 0.4s ease-in-out;
}
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-time-boxe .time-boxes .time-boxe:hover {
  background-color: #569897;
}
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-time-boxe .time-boxes .time-boxe:hover .time-boxe-ic svg {
  transform: scale(1.1);
}
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-time-boxe .time-boxes .time-boxe:hover .time-boxe-ic svg path {
  stroke: #f5ecde;
}
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-time-boxe .time-boxes .time-boxe:hover .time-boxe-text h4,
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-time-boxe .time-boxes .time-boxe:hover .time-boxe-text h5 {
  color: #f5ecde;
}
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-time-boxe .time-boxes .time-boxe .time-boxe-ic {
  display: flex;
}
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-time-boxe .time-boxes .time-boxe .time-boxe-ic svg {
  transition: 0.4s ease-in-out;
  transform: scale(1);
}
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-time-boxe .time-boxes .time-boxe .time-boxe-ic svg path {
  transition: 0.4s ease-in-out;
}
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-time-boxe .time-boxes .time-boxe .time-boxe-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-time-boxe .time-boxes .time-boxe .time-boxe-text h4 {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #384556;
  text-align: center;
  transition: 0.4s ease-in-out;
}
.contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-time-boxe .time-boxes .time-boxe .time-boxe-text h5 {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #384556;
  text-align: center;
  transition: 0.4s ease-in-out;
}
.contact-page .ctc-hero-section .container .content .ctc-form-boxe {
  display: flex;
  gap: 20px;
  align-items: self-start;
}
.contact-page .ctc-hero-section .container .content .ctc-form-boxe .left {
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.contact-page .ctc-hero-section .container .content .ctc-form-boxe .left .ctc-form-title {
  font-weight: 600;
  font-family: "Bodoni", serif;
  font-size: 60px;
  line-height: 60px;
  color: #384556;
  text-align: left;
  width: 100%;
  transition: 0.4s ease-in-out;
}
.contact-page .ctc-hero-section .container .content .ctc-form-boxe .left .ctc-form-text p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
  margin-bottom: 16px;
}
.contact-page .ctc-hero-section .container .content .ctc-form-boxe .right {
  display: flex;
  width: 100%;
  background: #f5ecde;
}
.contact-page .ctc-hero-section .container .content .ctc-form-boxe .right .form-wrapper {
  width: 100%;
}
.contact-page .ctc-hero-section .container .content .ctc-form-boxe .right .form-wrapper form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.contact-page .ctc-hero-section .container .content .ctc-form-boxe .right .form-wrapper .form-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px;
}
.contact-page .ctc-hero-section .container .content .ctc-form-boxe .right .form-wrapper .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact-page .ctc-hero-section .container .content .ctc-form-boxe .right .form-wrapper label {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: bold;
  display: block;
  margin-bottom: 12px;
  color: #384556;
  font-size: 20px;
  transition: 0.4s ease-in-out;
}
.contact-page .ctc-hero-section .container .content .ctc-form-boxe .right .form-wrapper input,
.contact-page .ctc-hero-section .container .content .ctc-form-boxe .right .form-wrapper textarea {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 22px;
  color: #227776;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
}
.contact-page .ctc-hero-section .container .content .ctc-form-boxe .right .form-wrapper textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-page .ctc-hero-section .container .content .ctc-form-boxe .right .form-wrapper input:focus,
.contact-page .ctc-hero-section .container .content .ctc-form-boxe .right .form-wrapper textarea:focus {
  outline: none;
  border-color: #384556;
}
.contact-page .ctc-hero-section .container .content .ctc-form-boxe .right .form-wrapper button[type=submit] {
  margin-top: 20px;
}
.contact-page .ctc-hero-section .container .content .ctc-form-boxe .right .form-wrapper .submit-btn {
  display: inline-flex;
  align-items: center;
  align-self: center;
  background-color: #384556;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.contact-page .ctc-hero-section .container .content .ctc-form-boxe .right .form-wrapper .submit-btn:hover {
  background-color: #1a202c;
}
.contact-page .ctc-hero-section .container .content .ctc-form-boxe .right .form-wrapper .submit-btn::after {
  content: "→";
  margin-left: 8px;
}
.contact-page .ctc-hero-section .container .content .ctc-form-boxe .right .form-wrapper ::-moz-placeholder {
  color: #bcb9b5;
}
.contact-page .ctc-hero-section .container .content .ctc-form-boxe .right .form-wrapper ::placeholder {
  color: #bcb9b5;
}

.entreprises-page .sd-hero-section {
  padding-top: 300px;
  padding-bottom: 180px;
}
.entreprises-page .sd-hero-section .sd-hero-section-bg {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease-in-out;
  position: absolute;
  top: 60px;
  left: 0;
}
.entreprises-page .sd-hero-section .sd-hero-section-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease-in-out;
}
.entreprises-page .sd-hero-section .container {
  background-color: #fcf6ed;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title {
  padding: 52px 100px 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1 {
  position: relative;
  font-family: "Bodoni", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
  color: #384556;
  text-align: center;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  border-radius: 10px;
  background-color: #a8d2d1;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title .about-info-boxe {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  padding: 46px 16px 12px;
  padding-bottom: 0;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title .about-info-boxe .quote-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 77px;
  z-index: -1;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title .about-info-boxe p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 32px;
  text-align: left;
  color: #384556;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title .about-info-boxe .cta-blue-arrow:hover .quote-icon {
  top: 20px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section {
  background: transparent;
  padding: 50px 36px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-title h2 {
  position: relative;
  font-family: "Bodoni", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #384556;
  text-align: center;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  border-radius: 10px;
  background-color: #a8d2d1;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-content {
  display: flex;
  gap: 40px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-content .cdp-exp-img {
  display: flex;
  flex: 50%;
  max-width: 520px;
  max-height: 520px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-content .cdp-exp-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-content .cdp-exp-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 50%;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-content .cdp-exp-text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style-type: disc;
  padding-left: 25px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-content .cdp-exp-text ul li {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #384556;
  text-align: left;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-content .cdp-exp-text p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #384556;
  text-align: left;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #f5ecde;
  padding: 30px 0;
  transition: 0.4s ease-in-out;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-cta span {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #384556;
  text-align: center;
  text-transform: uppercase;
  transform: translate(0);
  transition: 0.4s ease-in-out;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-cta:hover {
  background: #384556;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-cta:hover span {
  color: #f5ecde;
  transform: translateX(-20px);
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .rps-qvt-section {
  padding: 56px 130px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  background: transparent;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .rps-qvt-section .rps-qvt-title h2 {
  position: relative;
  font-family: "Bodoni", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #384556;
  text-align: center;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .rps-qvt-section .rps-qvt-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  border-radius: 10px;
  background-color: #a8d2d1;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .rps-qvt-section .rps-qvt-content ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style-type: disc;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .rps-qvt-section .rps-qvt-content ul li {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #384556;
  text-align: left;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .approche-socio-section {
  display: flex;
  gap: 40px;
  padding: 50px;
  background: #f5ecde;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .approche-socio-section .approche-socio-img {
  display: flex;
  flex: 50%;
  max-width: 520px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .approche-socio-section .approche-socio-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .approche-socio-section .approche-socio-content {
  display: flex;
  flex-direction: column;
  flex: 50%;
  gap: 30px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .approche-socio-section .approche-socio-content .approche-socio-title h3 {
  font-family: "Bodoni", serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #384556;
  text-align: left;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .approche-socio-section .approche-socio-content .approche-socio-text p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
  margin-bottom: 12px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .approche-socio-section .approche-socio-content .approche-socio-text p:last-of-type {
  margin-bottom: 0;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-title {
  display: flex;
  justify-content: center;
  width: 100%;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-title h2 {
  position: relative;
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #569897;
  text-align: center;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 72px;
  height: 4px;
  border-radius: 10px;
  background-color: #384556;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1FR);
  gap: 20px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe {
  padding: 40px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  transform: translateY(0);
  transition: 0.4s ease-in-out;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe:nth-of-type(2) {
  background: #f5ecde;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe:last-of-type {
  background: #e2d6c3;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe:hover {
  transform: translateY(-16px);
  background-color: #384556;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe:hover .niv-prev-boxe-title h4,
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe:hover .niv-prev-boxe-subtitle span,
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe:hover .niv-prev-boxe-content ul li {
  color: #fcf6ed;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe:hover .niv-prev-boxe-title h4::after {
  background: #f0e7d8;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe:hover:nth-of-type(2) {
  background: rgba(56, 69, 86, 0.8196078431);
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe:hover:last-of-type {
  background: #569897;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe .niv-prev-boxe-title {
  margin-bottom: 20px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe .niv-prev-boxe-title h4 {
  position: relative;
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #384556;
  text-align: center;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe .niv-prev-boxe-title h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 72px;
  height: 4px;
  border-radius: 10px;
  background-color: #569897;
  transition: 0.4s ease-in-out;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe .niv-prev-boxe-subtitle span {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  color: #384556;
  text-align: center;
  transition: 0.4s ease-in-out;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe .niv-prev-boxe-content ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe .niv-prev-boxe-content ul li {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 56px;
  background: #f5ecde;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-section-title {
  position: relative;
  font-family: "Bodoni", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  padding-bottom: 30px;
  color: #384556;
  text-align: center;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  border-radius: 10px;
  background-color: #a8d2d1;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-top {
  display: flex;
  gap: 40px;
  margin-bottom: 15px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-top .form-sens-top-left {
  width: 60%;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-top .form-sens-top-left ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-top .form-sens-top-left ul li {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-top .form-sens-top-left p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
  margin-bottom: 12px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-top .form-sens-top-left p:last-of-type {
  margin-bottom: 0;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-top .form-sens-top-right {
  width: 40%;
  max-width: 520px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-top .form-sens-top-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-bottom {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-bottom .thematique-title h3 {
  position: relative;
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #569897;
  text-align: center;
  text-transform: uppercase;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-bottom .thematique-title h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 72px;
  height: 4px;
  border-radius: 10px;
  background-color: #384556;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-bottom .thematique-boxes {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-bottom .thematique-boxes .thematique-boxe {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 190px;
  max-width: 200px;
  padding-bottom: 16px;
  transform: translateY(0);
  transition: 0.4s ease-in-out;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-bottom .thematique-boxes .thematique-boxe:hover {
  transform: translateY(-15px);
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-bottom .thematique-boxes .thematique-boxe:hover .thematique-boxe-img {
  background: #a8d2d1;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-bottom .thematique-boxes .thematique-boxe:hover .thematique-boxe-img img {
  transform: scale(1.1);
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-bottom .thematique-boxes .thematique-boxe:hover .thematique-boxe-text span {
  color: #569897;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-bottom .thematique-boxes .thematique-boxe:hover::after {
  width: 100%;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-bottom .thematique-boxes .thematique-boxe .thematique-boxe-img {
  background: #fcf6ed;
  padding: 27px;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  display: flex;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-bottom .thematique-boxes .thematique-boxe .thematique-boxe-img img {
  transform: scale(1);
  transform-origin: top center;
  width: 45px;
  transition: 0.4s ease-in-out;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-bottom .thematique-boxes .thematique-boxe .thematique-boxe-text span {
  display: block;
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #384556;
  text-align: center;
  transition: 0.4s ease-in-out;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-bottom .thematique-boxes .thematique-boxe::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #569897;
  width: 0%;
  height: 3px;
  transition: 0.34s ease-in-out;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section {
  display: flex;
  flex-direction: column;
  gap: 54px;
  padding: 56px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-title {
  margin-top: 10px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-title h3 {
  position: relative;
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #384556;
  text-align: center;
  text-transform: initial;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-title h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 72px;
  height: 4px;
  border-radius: 10px;
  background-color: #a8d2d1;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-content {
  display: flex;
  gap: 40px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-content .gst-trs-mob-img {
  width: 40%;
  min-width: 500px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-content .gst-trs-mob-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-content .gst-trs-mob-text {
  width: 60%;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-content .gst-trs-mob-text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-content .gst-trs-mob-text ul li {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-content .gst-trs-mob-text p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
  margin-bottom: 12px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-content .gst-trs-mob-text p:last-of-type {
  margin-bottom: 0;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-boxes {
  display: flex;
  gap: 20px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-boxes .gst-trs-mob-boxe {
  position: relative;
  padding: 56px 32px;
  background: #f5ecde;
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-boxes .gst-trs-mob-boxe::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  transform: translateY(50px);
  width: 100%;
  height: 10px;
  background-color: #569897;
  transition: 0.3s ease-in-out;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-boxes .gst-trs-mob-boxe .gst-trs-mob-boxe-title h5 {
  position: relative;
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #384556;
  text-align: center;
  text-transform: initial;
  transition: 0.4s ease-in-out;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-boxes .gst-trs-mob-boxe .gst-trs-mob-boxe-title h5::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  border-radius: 10px;
  background-color: #a8d2d1;
  transition: 0.4s ease-in-out;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-boxes .gst-trs-mob-boxe .gst-trs-mob-boxe-text p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-boxes .gst-trs-mob-boxe:hover {
  background: #384556;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-boxes .gst-trs-mob-boxe:hover::after {
  transform: translateY(0);
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-boxes .gst-trs-mob-boxe:hover .gst-trs-mob-boxe-title h5 {
  color: #eee4d6;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-boxes .gst-trs-mob-boxe:hover .gst-trs-mob-boxe-title h5::after {
  background: #eee4d6;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-boxes .gst-trs-mob-boxe:hover .gst-trs-mob-boxe-text p {
  color: #eee4d6;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section {
  display: flex;
  flex-direction: column;
  gap: 54px;
  background: #f5ecde;
  padding: 56px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-title h3 {
  position: relative;
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #384556;
  text-align: center;
  text-transform: initial;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-title h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 72px;
  height: 4px;
  border-radius: 10px;
  background-color: #a8d2d1;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-content {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-content .recr-eval-comp-img {
  width: 40%;
  min-width: 500px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-content .recr-eval-comp-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-content .recr-eval-comp-text {
  width: 60%;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-content .recr-eval-comp-text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-content .recr-eval-comp-text ul li {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-content .recr-eval-comp-text p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
  margin-bottom: 12px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-content .recr-eval-comp-text p:last-of-type {
  margin-bottom: 0;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section {
  display: flex;
  flex-direction: column;
  gap: 64px;
  background: transparent;
  padding: 56px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-title h3 {
  position: relative;
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #384556;
  text-align: center;
  text-transform: initial;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-title h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 72px;
  height: 4px;
  border-radius: 10px;
  background-color: #a8d2d1;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-content {
  display: flex;
  gap: 40px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-content .med-res-cnfl-img {
  width: 40%;
  min-width: 500px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-content .med-res-cnfl-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-content .med-res-cnfl-text {
  width: 60%;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-content .med-res-cnfl-text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-content .med-res-cnfl-text ul li {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-content .med-res-cnfl-text p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
  margin-bottom: 12px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-content .med-res-cnfl-text p:last-of-type {
  margin-bottom: 0;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cell-psych-section {
  display: flex;
  flex-direction: column;
  gap: 64px;
  background: #f5ecde;
  padding: 56px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cell-psych-section .cell-psych-title h3 {
  position: relative;
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #384556;
  text-align: center;
  text-transform: initial;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cell-psych-section .cell-psych-title h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 72px;
  height: 4px;
  border-radius: 10px;
  background-color: #a8d2d1;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cell-psych-section .cell-psych-content {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cell-psych-section .cell-psych-content .cell-psych-img {
  width: 40%;
  min-width: 500px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cell-psych-section .cell-psych-content .cell-psych-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cell-psych-section .cell-psych-content .cell-psych-text {
  width: 60%;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cell-psych-section .cell-psych-content .cell-psych-text ul {
  display: flex;
  flex-direction: column;
  gap: 26px;
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}
.entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cell-psych-section .cell-psych-content .cell-psych-text ul li {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
}

.particuliers-page .sd-hero-section {
  padding-top: 300px;
  padding-bottom: 180px;
}
.particuliers-page .sd-hero-section .sd-hero-section-bg {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease-in-out;
  position: absolute;
  top: 60px;
  left: 0;
}
.particuliers-page .sd-hero-section .sd-hero-section-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container {
  background-color: #fcf6ed;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title {
  padding: 52px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1 {
  position: relative;
  font-family: "Bodoni", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
  color: #384556;
  text-align: center;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  border-radius: 10px;
  background-color: #a8d2d1;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .parent-sect {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-top .therap-indiv-boxes {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1FR);
  gap: 20px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-top .therap-indiv-boxes .therap-indiv-boxe {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 24px;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-top .therap-indiv-boxes .therap-indiv-boxe .indiv-boxe-icon {
  display: flex;
  justify-content: center;
  align-self: center;
  background: #f5ecde;
  padding: 27px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-top .therap-indiv-boxes .therap-indiv-boxe .indiv-boxe-icon img {
  transform: scale(1);
  transform-origin: top center;
  transition: 0.4s ease-in-out;
  max-width: 82px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-top .therap-indiv-boxes .therap-indiv-boxe .indiv-boxe-title h3 {
  position: relative;
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #384556;
  padding-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-top .therap-indiv-boxes .therap-indiv-boxe .indiv-boxe-title h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 72px;
  height: 4px;
  border-radius: 10px;
  background-color: #569897;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-top .therap-indiv-boxes .therap-indiv-boxe .indiv-boxe-text {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-top .therap-indiv-boxes .therap-indiv-boxe:hover {
  background: #a8d2d1;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-top .therap-indiv-boxes .therap-indiv-boxe:hover .indiv-boxe-icon {
  background: #fcf6ed;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-top .therap-indiv-boxes .therap-indiv-boxe:hover .indiv-boxe-title h3 {
  color: #fcf6ed;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-top .therap-indiv-boxes .therap-indiv-boxe:hover .indiv-boxe-title h3::after {
  background: #384556;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-bottom {
  padding: 40px;
  background: #f5ecde;
  display: flex;
  gap: 40px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-bottom:hover {
  background: rgba(245, 236, 222, 0.6784313725);
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-bottom:hover .therap-indiv-bottom-img {
  background: #a8d2d1;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-bottom:hover .therap-indiv-bottom-img img {
  transform: scale(1.1);
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-bottom .therap-indiv-bottom-img {
  width: 40%;
  max-width: 400px;
  height: 500px;
  padding: 36px 70px;
  background: #fcf6ed;
  transition: 0.4s ease-in-out;
  overflow: hidden;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-bottom .therap-indiv-bottom-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transform-origin: top center;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-bottom .therap-indiv-bottom-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-bottom .therap-indiv-bottom-content h4 {
  font-family: "Bodoni", serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-bottom .therap-indiv-bottom-content p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom,
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe,
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe {
  padding: 40px 56px;
  display: flex;
  gap: 40px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe:last-of-type,
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe:last-of-type {
  flex-direction: row-reverse;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe .therap-cpl-boxe-img,
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe .therap-cpl-boxe-img {
  width: 510px;
  height: 360px;
  flex: 40%;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe .therap-cpl-boxe-img img,
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe .therap-cpl-boxe-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe .therap-cpl-boxe-text,
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe .therap-cpl-boxe-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 60%;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe .therap-cpl-boxe-text h5,
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe .therap-cpl-boxe-text h5 {
  font-family: "Bodoni", serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe .therap-cpl-boxe-text p,
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe .therap-cpl-boxe-text p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe .therap-cpl-boxe-text ul,
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe .therap-cpl-boxe-text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe .therap-cpl-boxe-text ul li,
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe .therap-cpl-boxe-text ul li {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle {
  padding: 40px;
  background: #f5ecde;
  display: flex;
  gap: 40px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle:hover {
  background: rgba(245, 236, 222, 0.6784313725);
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle:hover .therap-cpl-middle-img {
  background: #a8d2d1;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle:hover .therap-cpl-middle-img img {
  transform: scale(1.1);
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-img {
  width: 40%;
  height: 100%;
  padding: 36px 70px;
  background: #fcf6ed;
  transition: 0.4s ease-in-out;
  overflow: hidden;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-img img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transform-origin: top center;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content h4 {
  font-family: "Bodoni", serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content .therap-cpl-steps {
  margin-top: 40px;
  background: transparent;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content .therap-cpl-steps .therap-cpl-steps-boxes {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content .therap-cpl-steps .therap-cpl-steps-boxes .therap-cpl-steps-boxe {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 12px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content .therap-cpl-steps .therap-cpl-steps-boxes .therap-cpl-steps-boxe .therap-cpl-steps-boxe-title {
  display: flex;
  gap: 20px;
  align-items: center;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content .therap-cpl-steps .therap-cpl-steps-boxes .therap-cpl-steps-boxe .therap-cpl-steps-boxe-title .therap-cpl-steps-boxe-titleIcon {
  display: flex;
  background: #d7ccba;
  padding: 8px 16px;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content .therap-cpl-steps .therap-cpl-steps-boxes .therap-cpl-steps-boxe .therap-cpl-steps-boxe-title .therap-cpl-steps-boxe-titleIcon img {
  width: 25px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content .therap-cpl-steps .therap-cpl-steps-boxes .therap-cpl-steps-boxe .therap-cpl-steps-boxe-title h6 {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content .therap-cpl-steps .therap-cpl-steps-boxes .therap-cpl-steps-boxe .therap-cpl-steps-boxe-text {
  position: relative;
  transition: 0.4s ease-in-out;
  padding-left: 80px;
  position: relative;
  overflow: hidden;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content .therap-cpl-steps .therap-cpl-steps-boxes .therap-cpl-steps-boxe .therap-cpl-steps-boxe-text svg {
  position: absolute;
  left: 0;
  bottom: -50px;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content .therap-cpl-steps .therap-cpl-steps-boxes .therap-cpl-steps-boxe .therap-cpl-steps-boxe-text span {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
  transform: translateX(80px);
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content .therap-cpl-steps .therap-cpl-steps-boxes .therap-cpl-steps-boxe:hover .therap-cpl-steps-boxe-title .therap-cpl-steps-boxe-titleIcon {
  background: #569897;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content .therap-cpl-steps .therap-cpl-steps-boxes .therap-cpl-steps-boxe:hover .therap-cpl-steps-boxe-text {
  padding-left: 60px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content .therap-cpl-steps .therap-cpl-steps-boxes .therap-cpl-steps-boxe:hover .therap-cpl-steps-boxe-text span {
  color: #569897;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content .therap-cpl-steps .therap-cpl-steps-boxes .therap-cpl-steps-boxe:hover .therap-cpl-steps-boxe-text svg {
  bottom: 0;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, minmax(120px, auto));
  gap: 20px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe {
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  background: #3b4b84;
  width: 10px;
  height: 100%;
  transition: 0.34s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe .parent-pq-boxe-icon {
  position: relative;
  margin-bottom: 16px;
  display: flex;
  background: #f5ecde;
  padding: 15px 23px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  left: 0px;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe .parent-pq-boxe-icon img {
  transform-origin: top center;
  width: 34px;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe .parent-pq-boxe-title {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #384556;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe .parent-pq-boxe-text p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  font-weight: 400;
  color: #576476;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:hover {
  background: #569897;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:hover::after {
  right: 0;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:hover .parent-pq-boxe-icon {
  background: #f5ecde;
  left: 30px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:hover .parent-pq-boxe-icon img {
  transform: scale(1.1);
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:hover .parent-pq-boxe-title,
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:hover .parent-pq-boxe-text p {
  color: #eee9e1;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:first-of-type {
  grid-column: span 2;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  gap: 32px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:first-of-type .therap-parent-middle-title {
  width: 60%;
  position: relative;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:first-of-type .therap-parent-middle-title span {
  font-family: "Bodoni", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  text-align: left;
  font-weight: bold;
  color: #384556;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:first-of-type .therap-parent-middle-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 72px;
  height: 4px;
  border-radius: 10px;
  background-color: #569897;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:first-of-type .therap-parent-middle-text {
  width: 60%;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:first-of-type .therap-parent-middle-text span {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  font-weight: 400;
  color: #384556;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:first-of-type:hover {
  background-color: #3b4b84;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:first-of-type:hover .therap-parent-middle-title span {
  color: #fcf6ed;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:first-of-type:hover .therap-parent-middle-title::after {
  background: #fff;
  left: 50%;
  transform: translate(-50%);
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:first-of-type:hover .therap-parent-middle-text span {
  color: #d7ccba;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom {
  padding: 40px;
  background: #f5ecde;
  display: flex;
  gap: 40px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom:hover {
  background: rgba(245, 236, 222, 0.6784313725);
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom:hover .therap-parent-bottom-img {
  background: #a8d2d1;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom:hover .therap-parent-bottom-img img {
  transform: scale(1.1);
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom .therap-parent-bottom-img {
  width: 40%;
  max-width: 400px;
  height: 500px;
  padding: 36px 70px;
  background: #fcf6ed;
  transition: 0.4s ease-in-out;
  overflow: hidden;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom .therap-parent-bottom-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transform-origin: top center;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom .therap-parent-bottom-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom .therap-parent-bottom-content h4 {
  font-family: "Bodoni", serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom .therap-parent-bottom-content ul {
  padding-left: 30px;
  list-style: disc;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom .therap-parent-bottom-content ul li,
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom .therap-parent-bottom-content p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-top {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-top .therap-parent-boxe {
  padding: 40px 56px;
  display: flex;
  gap: 40px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-top .therap-parent-boxe .therap-parent-boxe-img {
  width: 510px;
  height: 360px;
  flex: 40%;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-top .therap-parent-boxe .therap-parent-boxe-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-top .therap-parent-boxe .therap-parent-boxe-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 60%;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-top .therap-parent-boxe .therap-parent-boxe-text h5 {
  font-family: "Bodoni", serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-top .therap-parent-boxe .therap-parent-boxe-text p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-top .therap-parent-boxe .therap-parent-boxe-text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-top .therap-parent-boxe .therap-parent-boxe-text ul li {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-boxe {
  padding: 40px 56px;
  display: flex;
  gap: 40px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-boxe .therap-faml-boxe-img {
  width: 510px;
  height: 360px;
  flex: 40%;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-boxe .therap-faml-boxe-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-boxe .therap-faml-boxe-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 60%;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-boxe .therap-faml-boxe-text h5 {
  font-family: "Bodoni", serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-boxe .therap-faml-boxe-text p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-boxe .therap-faml-boxe-text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-boxe .therap-faml-boxe-text ul li {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe {
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  background: #3b4b84;
  width: 10px;
  height: 100%;
  transition: 0.34s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe .faml-pq-boxe-icon {
  position: relative;
  margin-bottom: 16px;
  display: flex;
  background: #f5ecde;
  padding: 15px 23px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  left: 0px;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe .faml-pq-boxe-icon img {
  transform-origin: top center;
  width: 34px;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe .faml-pq-boxe-title {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #384556;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe .faml-pq-boxe-text p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  font-weight: 400;
  color: #576476;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe:hover {
  background: #569897;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe:hover::after {
  right: 0;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe:hover .faml-pq-boxe-icon {
  background: #f5ecde;
  left: 30px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe:hover .faml-pq-boxe-icon img {
  transform: scale(1.1);
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe:hover .faml-pq-boxe-title,
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe:hover .faml-pq-boxe-text p {
  color: #eee9e1;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe:first-of-type {
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  gap: 32px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe:first-of-type .therap-faml-middle-title {
  width: 100%;
  position: relative;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe:first-of-type .therap-faml-middle-title span {
  font-family: "Bodoni", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  text-align: left;
  font-weight: bold;
  color: #384556;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe:first-of-type .therap-faml-middle-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 72px;
  height: 4px;
  border-radius: 10px;
  background-color: #569897;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe:first-of-type .therap-faml-middle-text {
  width: 100%;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe:first-of-type .therap-faml-middle-text span {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  font-weight: 400;
  color: #384556;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe:first-of-type:hover {
  background-color: #3b4b84;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe:first-of-type:hover .therap-faml-middle-title span {
  color: #fcf6ed;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe:first-of-type:hover .therap-faml-middle-title::after {
  background: #fff;
  left: 50%;
  transform: translate(-50%);
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe:first-of-type:hover .therap-faml-middle-text span {
  color: #d7ccba;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom {
  padding: 40px;
  background: #f5ecde;
  display: flex;
  gap: 40px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom:hover {
  background: rgba(245, 236, 222, 0.6784313725);
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom:hover .therap-faml-bottom-img {
  background: #a8d2d1;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom:hover .therap-faml-bottom-img img {
  transform: scale(1.1);
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom .therap-faml-bottom-img {
  width: 40%;
  max-width: 400px;
  height: 500px;
  padding: 36px 70px;
  background: #fcf6ed;
  transition: 0.4s ease-in-out;
  overflow: hidden;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom .therap-faml-bottom-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transform-origin: top center;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom .therap-faml-bottom-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom .therap-faml-bottom-content h4 {
  font-family: "Bodoni", serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom .therap-faml-bottom-content ul {
  padding-left: 30px;
  list-style: disc;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom .therap-faml-bottom-content ul li,
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom .therap-faml-bottom-content p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-content {
  padding: 40px 110px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-content:last-of-type {
  padding: 0 110px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-content ul {
  padding-left: 30px;
  list-style: disc;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-content ul:first-of-type {
  margin-bottom: 16px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-content p {
  margin-bottom: 12px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-content p:last-of-type {
  margin-bottom: 0;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-content ul li,
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-content p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-middle {
  padding: 0px 110px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-middle .therap-soutien-banner {
  width: 100%;
  height: 240px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-middle .therap-soutien-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-middle .therap-soutien-banner-text {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-middle .therap-soutien-banner-text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 72px;
  height: 4px;
  border-radius: 10px;
  background-color: #569897;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-middle .therap-soutien-banner-text span {
  display: block;
  font-family: "Bodoni", serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #384556;
  text-align: center;
  transition: 0.4s ease-in-out;
  width: 80%;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-bottom {
  padding: 40px;
  background: #f5ecde;
  display: flex;
  gap: 40px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-bottom:hover {
  background: rgba(245, 236, 222, 0.6784313725);
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-bottom:hover .therap-soutien-bottom-img {
  background: #a8d2d1;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-bottom:hover .therap-soutien-bottom-img img {
  transform: scale(1.1);
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-bottom .therap-soutien-bottom-img {
  width: 40%;
  max-width: 400px;
  height: 500px;
  padding: 36px 70px;
  background: #fcf6ed;
  transition: 0.4s ease-in-out;
  overflow: hidden;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-bottom .therap-soutien-bottom-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transform-origin: top center;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-bottom .therap-soutien-bottom-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-bottom .therap-soutien-bottom-content h4 {
  font-family: "Bodoni", serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-bottom .therap-soutien-bottom-content ul {
  padding-left: 30px;
  list-style: disc;
}
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-bottom .therap-soutien-bottom-content ul li,
.particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-bottom .therap-soutien-bottom-content p {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #384556;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.particuliers-page .tab-container {
  display: flex;
  position: fixed;
  width: 100%;
  top: 100px;
  left: 0;
  z-index: 997;
}
.particuliers-page .tab-container .tab-nav-btn {
  display: none;
}
.particuliers-page .tab-container .tab-menu {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1FR);
  align-items: center;
  justify-content: space-between;
  background: #eee4d6;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.particuliers-page .tab-container .tab-menu .tab-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.6px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  background: #eee4d6;
  color: #384556;
  transition: all 0.3s ease-in-out;
}
.particuliers-page .tab-container .tab-menu .tab-link.active {
  background: #384556;
  color: #fcf6ed;
}
.particuliers-page .tab-container .tab-menu .tab-link:hover {
  background: #a8d2d1;
  color: #384556;
}

@media (max-width: 992px) {
  .particuliers-page .tab-container {
    top: 80px;
  }
  .particuliers-page .tab-container .tab-menu {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    -moz-scrollbar-width: none;
    scrollbar-width: none;
  }
  .particuliers-page .tab-container .tab-menu .tab-menu::-webkit-scrollbar {
    display: none;
  }
  .particuliers-page .tab-container .tab-menu .tab-link {
    flex: 0 0 auto;
    width: auto;
    min-width: 120px;
    padding: 10px;
  }
  .particuliers-page .tab-container .tab-nav-btn {
    display: flex;
    position: relative;
    background: #d7ccba;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10000;
    transition: all 0.3s ease-in-out;
  }
  .particuliers-page .tab-container .tab-nav-btn svg {
    width: 20px;
    transition: all 0.3s ease-in-out;
  }
  .particuliers-page .tab-container .tab-nav-btn:hover svg, .particuliers-page .tab-container .tab-nav-btn:focus svg, .particuliers-page .tab-container .tab-nav-btn.active svg {
    transform: scale(1.23);
  }
  .particuliers-page .tab-container .tab-nav-btn:hover {
    background: #eee4d6;
  }
}
.nf-hero-section {
  background: transparent;
  height: 100vh;
  padding-top: 120px;
}
.nf-hero-section .container {
  height: 100%;
}
.nf-hero-section .container .content {
  height: 100%;
  justify-content: center;
}
.nf-hero-section .container .content .nf-hero-wrapper {
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 60px;
}
.nf-hero-section .container .content .nf-hero-wrapper .nf-icon-number {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.nf-hero-section .container .content .nf-hero-wrapper .nf-icon-number::after {
  content: "";
  width: 340px;
  height: 0px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #384556;
  z-index: 0;
  transition: 0.27s ease-in-out;
}
.nf-hero-section .container .content .nf-hero-wrapper .nf-icon-number.highlight::after {
  height: 5px;
}
.nf-hero-section .container .content .nf-hero-wrapper .nf-icon-number svg {
  overflow: visible;
  transition: 0.4s ease-in-out;
}
.nf-hero-section .container .content .nf-hero-wrapper .nf-icon-number svg path {
  transform: scale(1);
  transform-origin: bottom center;
  transition: 0.4s ease-in-out;
}
.nf-hero-section .container .content .nf-hero-wrapper .nf-icon-number svg path:hover {
  transform: scale(1.1);
}
.nf-hero-section .container .content .nf-hero-wrapper .nf-icon-number svg.svg-highlight path:hover {
  transform: scale(1.1);
}
.nf-hero-section .container .content .nf-hero-wrapper .nf-icon-number svg.svg-highlight path:last-of-type, .nf-hero-section .container .content .nf-hero-wrapper .nf-icon-number svg.svg-highlight path:first-of-type {
  fill: #569897;
}
.nf-hero-section .container .content .nf-hero-wrapper .nf-icon-number svg.svg-highlight path:nth-of-type(2) {
  fill: #384556;
}
.nf-hero-section .container .content .nf-hero-wrapper .nf-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.nf-hero-section .container .content .nf-hero-wrapper .nf-text h1.nf-text-title {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #202124;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out;
}
.nf-hero-section .container .content .nf-hero-wrapper .nf-text span.nf-text-subtitle {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  color: #576476;
  text-align: center;
  width: 75%;
  transition: 0.4s ease-in-out;
}

.reservation-page .rsv-hero-section {
  background: #fff;
  padding-top: 105px;
  min-height: initial;
  height: initial;
}
.reservation-page .rsv-hero-section .container {
  height: 100%;
}
.reservation-page .rsv-hero-section .container .content {
  height: 100%;
  justify-content: center;
}
.reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper {
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 12px;
  height: 100%;
  width: 100%;
}
.reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-top {
  display: flex;
  height: 150px;
  flex-direction: row-reverse;
  transition: 0.4s ease-in;
}
.reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-top .sd-hero-section-bg {
  position: relative;
  width: 50%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  left: 0;
  transition: 0.4s ease-in-out;
}
.reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-top .sd-hero-section-bg.hover::after {
  height: 100%;
}
.reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-top .sd-hero-section-bg::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  transform-origin: center center;
  width: 100%;
  height: 0%;
  opacity: 0.31;
  mix-blend-mode: multiply;
  background-color: #384556;
  transition: 0.34s ease-in-out;
}
.reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-top .sd-hero-section-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease-in-out;
}
.reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-top .rsv-hero-title {
  padding: 32px 40px;
  display: flex;
  height: 100%;
  width: 50%;
  background: #f5ecde;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out;
}
.reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-top .rsv-hero-title h1 {
  position: relative;
  font-weight: 600;
  font-family: "Bodoni", serif;
  font-size: 50px;
  line-height: 50px;
  color: #384556;
  text-align: center;
  transform: translateY(0);
  transition: 0.4s ease-in-out;
}
.reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-top .rsv-hero-title h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  transform-origin: center center;
  width: 50%;
  height: 4px;
  background-color: #569897;
  transition: 0.34s ease-in-out;
}
.reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-top .rsv-hero-title:hover {
  background: #384556;
}
.reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-top .rsv-hero-title:hover h1 {
  color: #f5ecde;
  transform: translateY(-12px);
}
.reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-top .rsv-hero-title:hover h1::after {
  width: 100%;
  background-color: #a8d2d1;
  bottom: 0;
  border-radius: 10px;
}
.reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-top.scrolled {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-top.scrolled .rsv-hero-title,
.reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-top.scrolled .sd-hero-section-bg {
  opacity: 0;
  visibility: hidden;
  height: 0;
  animation-delay: 0;
  transition-delay: 0;
}
.reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-bottom iframe.resrv-ifr html body .WBAusb {
  display: none !important;
}

.archive .sd-hero-section,
.blog-page .sd-hero-section {
  padding-top: 300px;
  min-height: auto;
}
.archive .sd-hero-section .sd-hero-section-bg,
.blog-page .sd-hero-section .sd-hero-section-bg {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 60px;
  left: 0;
  transition: 0.4s ease-in-out;
}
.archive .sd-hero-section .sd-hero-section-bg img,
.blog-page .sd-hero-section .sd-hero-section-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease-in-out;
}
.archive .sd-hero-section .container,
.blog-page .sd-hero-section .container {
  background-color: #fcf6ed;
}
.archive .sd-hero-section .container .content .sd-hero-wrapper,
.blog-page .sd-hero-section .container .content .sd-hero-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
}
.archive .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title,
.blog-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title {
  padding: 52px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1,
.blog-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1 {
  position: relative;
  font-weight: 600;
  font-family: "Bodoni", serif;
  font-size: 60px;
  line-height: 60px;
  color: #384556;
  text-align: center;
}
.archive .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1::after,
.blog-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  border-radius: 10px;
  background-color: #569897;
}
.archive .otherap-section,
.blog-page .otherap-section {
  padding: 40px 0 130px;
}
.archive .otherap-section .container .content,
.blog-page .otherap-section .container .content {
  gap: 56px;
  flex-direction: column;
}
.archive .otherap-section .container .content .otherap-title,
.blog-page .otherap-section .container .content .otherap-title {
  position: relative;
}
.archive .otherap-section .container .content .otherap-title h5,
.blog-page .otherap-section .container .content .otherap-title h5 {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #569897;
  transition: 0.4s ease-in-out;
}
.archive .otherap-section .container .content .otherap-title::after,
.blog-page .otherap-section .container .content .otherap-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 56px;
  height: 4px;
  border-radius: 10px;
  background-color: #384556;
}
.archive .otherap-section .container .content .otherap-boxes,
.blog-page .otherap-section .container .content .otherap-boxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.archive .otherap-section .container .content .otherap-boxes .otherap-boxe,
.blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe {
  display: flex;
  flex-direction: row;
  background-color: rgba(238, 228, 214, 0.4901960784);
  transition: 0.4s ease-in-out;
}
.archive .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-img,
.blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-img {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 50%;
  min-height: 400px;
  transition: 0.4s ease-in-out;
}
.archive .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-img img,
.blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease-in-out;
}
.archive .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-img::after,
.blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-img::after {
  content: "";
  position: absolute;
  left: -13%;
  top: 0;
  transform: translateY(0%);
  width: 10px;
  height: 100%;
  border-radius: 0;
  background: linear-gradient(57deg, rgba(168, 210, 209, 0.55) 0%, rgba(203, 238, 237, 0.55) 100%);
  transition: 0.24s ease-in-out;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
.archive .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-content,
.blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-content {
  padding: 32px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  transition: 0.4s ease-in-out;
}
.archive .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-content .otherap-boxe-title h6,
.blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-content .otherap-boxe-title h6 {
  font-family: "Bodoni", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  font-weight: bold;
  text-align: left;
  color: #384556;
  transition: 0.4s ease-in-out;
}
.archive .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-content .otherap-boxe-descr p,
.blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-content .otherap-boxe-descr p {
  transition: 0.4s ease-in-out;
  color: #576476;
  font-size: 18px;
  line-height: 28px;
}
.archive .otherap-section .container .content .otherap-boxes .otherap-boxe:last-of-type,
.blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe:last-of-type {
  flex: 100%;
}
.archive .otherap-section .container .content .otherap-boxes .otherap-boxe:hover .otherap-boxe-img::after,
.blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe:hover .otherap-boxe-img::after {
  left: 100%;
}
.archive .otherap-section .container .content .otherap-boxes .otherap-boxe:hover .otherap-boxe-content,
.blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe:hover .otherap-boxe-content {
  background: #569897;
}
.archive .otherap-section .container .content .otherap-boxes .otherap-boxe:hover .otherap-boxe-content .otherap-boxe-title h6,
.archive .otherap-section .container .content .otherap-boxes .otherap-boxe:hover .otherap-boxe-content .otherap-boxe-descr p,
.blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe:hover .otherap-boxe-content .otherap-boxe-title h6,
.blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe:hover .otherap-boxe-content .otherap-boxe-descr p {
  color: #eee4d6;
}
.archive .otherap-section .container .content .otherap-boxes .otherap-boxe:nth-child(2n),
.blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe:nth-child(2n) {
  flex-direction: row-reverse;
}

.single .sd-hero-section {
  padding-top: 350px;
  min-height: initial;
}
.single .sd-hero-section .sd-hero-section-bg {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 60px;
  left: 0;
  transition: 0.4s ease-in-out;
}
.single .sd-hero-section .sd-hero-section-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease-in-out;
}
.single .sd-hero-section .container {
  background-color: #fcf6ed;
}
.single .sd-hero-section .container .content {
  padding-bottom: 80px;
}
.single .sd-hero-section .container .content .sd-hero-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title {
  padding: 52px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1 {
  position: relative;
  font-weight: 600;
  font-family: "Bodoni", serif;
  font-size: 60px;
  line-height: 60px;
  color: #384556;
  text-align: center;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  border-radius: 10px;
  background-color: #a8d2d1;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-content p, .single .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-content ul li {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  color: #384556;
  transition: 0.4s ease-in-out;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-content h2 {
  font-size: 34px;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-content h3 {
  font-size: 30px;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-content h4 {
  font-size: 27px;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-content h2, .single .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-content h3, .single .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-content h4 {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 600;
  text-align: left;
  color: #384556;
  transition: 0.4s ease-in-out;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-content ul {
  list-style: disc !important;
  padding-left: 25px;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #f5ecde;
  padding: 40px 0 60px;
  transition: 0.4s ease-in-out;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-cta span {
  font-family: "Afacad", serif, -apple-system, BlinkMacSystemFont;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #384556;
  text-align: center;
  text-transform: uppercase;
  transform: translate(0);
  transition: 0.4s ease-in-out;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-cta span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  border-radius: 10px;
  background-color: #a8d2d1;
  transition: 0.4s ease-in-out;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-cta:hover {
  background: #384556;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-cta:hover span {
  color: #f5ecde;
  transform: translateY(-20px);
}
.single .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-cta:hover span::after {
  width: 20px;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .otherap-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .otherap-boxes object {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .otherap-boxes .otherap-boxe {
  display: flex;
  flex-direction: column;
  background-color: #eee4d6;
  transition: 0.4s ease-in-out;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .otherap-boxes .otherap-boxe .otherap-boxe-img {
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 300px;
  transition: 0.4s ease-in-out;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .otherap-boxes .otherap-boxe .otherap-boxe-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease-in-out;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .otherap-boxes .otherap-boxe .otherap-boxe-img::after {
  content: "";
  position: absolute;
  left: -13%;
  top: 0;
  transform: translateY(0%);
  width: 10px;
  height: 100%;
  border-radius: 0;
  background: linear-gradient(57deg, rgba(168, 210, 209, 0.55) 0%, rgba(203, 238, 237, 0.55) 100%);
  transition: 0.24s ease-in-out;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
.single .sd-hero-section .container .content .sd-hero-wrapper .otherap-boxes .otherap-boxe .otherap-boxe-content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  height: 100%;
  transition: 0.4s ease-in-out;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .otherap-boxes .otherap-boxe .otherap-boxe-content .otherap-boxe-title h6 {
  font-family: "Bodoni", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  font-weight: bold;
  text-align: left;
  color: #384556;
  transition: 0.4s ease-in-out;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .otherap-boxes .otherap-boxe .otherap-boxe-content .otherap-boxe-descr p, .single .sd-hero-section .container .content .sd-hero-wrapper .otherap-boxes .otherap-boxe .otherap-boxe-content .otherap-boxe-descr ul li {
  transition: 0.4s ease-in-out;
  color: #576476;
  font-size: 18px;
  line-height: 28px;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .otherap-boxes .otherap-boxe:last-of-type {
  flex: 100%;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .otherap-boxes .otherap-boxe:hover .otherap-boxe-img::after {
  left: 100%;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .otherap-boxes .otherap-boxe:hover .otherap-boxe-content {
  background: #569897;
}
.single .sd-hero-section .container .content .sd-hero-wrapper .otherap-boxes .otherap-boxe:hover .otherap-boxe-content .otherap-boxe-title h6,
.single .sd-hero-section .container .content .sd-hero-wrapper .otherap-boxes .otherap-boxe:hover .otherap-boxe-content .otherap-boxe-descr p {
  color: #eee4d6;
}

@media (max-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  header .container {
    width: 100%;
  }
  section .container {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .header .container .content .right .menu-wrapper ul li a {
    padding: 12px 14px;
  }
  .home-page .exp-section .f-container .container .content .exp-accroche-wrapper .left img {
    min-width: 410px;
    max-width: 100%;
  }
  .home-page .about-section .container .content .about-wrapper {
    width: 100%;
  }
  .home-page .sd-hero-section .container .content .sd-hero-wrapper,
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper {
    gap: 40px;
  }
  .home-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title,
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title {
    padding: 32px 10px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-top .therap-indiv-boxes {
    gap: 0;
  }
  .home-page .about-section {
    padding: 50px 0;
  }
  .home-page .exp-section {
    gap: 40px;
    padding: 40px 0;
    min-height: initial;
  }
  .home-page .exp-section .f-container .container .content .exp-accroche-wrapper {
    gap: 20px;
    padding: 30px;
  }
  .home-page .otherap-section,
  .home-page .motif-cnslt-section,
  .home-page .info-prat-section {
    padding: 40px 0;
  }
  .home-page .outro-section .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .home-page .outro-section,
  .entreprises-page .sd-hero-section {
    padding-bottom: 40px;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section {
    padding: 0;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section {
    padding: 25px 0;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-content .gst-trs-mob-img,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-content .gst-trs-mob-text,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cell-psych-section .cell-psych-content .cell-psych-img,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cell-psych-section .cell-psych-content .cell-psych-text {
    width: 100%;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-content .med-res-cnfl-img,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-content .recr-eval-comp-img,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-content .gst-trs-mob-img,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cell-psych-section .cell-psych-content .cell-psych-img {
    min-width: initial;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cell-psych-section,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section {
    padding: 50px 25px;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .approche-socio-section {
    gap: 20px;
    padding: 50px 25px;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .rps-qvt-section {
    padding: 40px;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-content .med-res-cnfl-img,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-content .med-res-cnfl-text,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-content .recr-eval-comp-img,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-content .recr-eval-comp-text,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-top .form-sens-top-right,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-top .form-sens-top-left {
    width: 50%;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-content,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cell-psych-section .cell-psych-content,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-content,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-content,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-content,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-top {
    gap: 20px;
  }
  .contact-page .ctc-hero-section .container .content .ctc-hero-wrapper {
    padding: 70px 0;
    gap: 40px;
  }
  .contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .left img {
    min-width: 400px;
  }
  .home-page .motif-cnslt-section .container .content .motif-sec-boxes .motif-boxe .motif-boxe-text span {
    font-size: 24px;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .header {
    height: 80px;
  }
  .header .container .content .left .logo-boxe {
    width: initial;
    height: initial;
  }
  .header .container .content .left .logo-boxe a img {
    max-width: 200px;
    height: 70px;
  }
  .header .container .content .hamb-menu {
    display: block;
  }
  .header .container .content .right .menu-wrapper {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 1;
    transform: translateY(-100%);
    transition: all 0.4s ease-in-out;
  }
  .header .container .content .right .menu-wrapper.active {
    opacity: 1;
    transform: translateY(0%);
  }
  .header .container .content .right .menu-wrapper.active ul {
    opacity: 1;
    transform: translateY(0);
  }
  .header .container .content .right .menu-wrapper.active ul li {
    opacity: 1;
  }
  .header .container .content .right .menu-wrapper ul {
    width: 100%;
    align-self: center;
    flex-direction: column;
    padding: 40px 20px;
    opacity: 0;
    transform: translateY(-150%);
    transition: all 0.4s ease-in-out;
  }
  .header .container .content .right .menu-wrapper ul li {
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
  }
  .header .container .content .right .menu-wrapper ul li a {
    width: 100%;
    padding: 20px;
  }
  .header .container .content .right .menu-wrapper ul li a::after {
    bottom: 0px;
  }
  .header .container .content .right .menu-wrapper ul li.dropDown .sub-menu {
    position: absolute;
    background: #000;
    width: 150%;
    height: -moz-max-content;
    height: max-content;
    top: 0%;
    padding: 0;
    left: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: all 0.3s ease-in-out;
  }
  .header .container .content .right .menu-wrapper ul li.dropDown .sub-menu li {
    background: #384556;
  }
  .header .container .content .right .menu-wrapper ul li.dropDown .sub-menu li a {
    color: #f0e7d8;
    font-size: 16px;
    line-height: 1;
  }
  .header .container .content .right .menu-wrapper ul li.dropDown .sub-menu li:last-of-type {
    background: #384556;
  }
  .header .container .content .right .menu-wrapper ul li.dropDown .sub-menu li:last-of-type:hover {
    background: #569897;
  }
  .particuliers-page .tab-container {
    top: 80px;
  }
  .reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-top .rsv-hero-title h1 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (max-width: 992px) {
  .home-page .modal-overlay .modal {
    padding: 40px 32px;
    width: 95%;
    height: 95%;
    overflow-y: scroll;
  }
  .home-page .info-prat-section .container .content {
    flex-direction: column;
    gap: 24px;
  }
  .home-page .info-prat-section .container .content .left, .home-page .info-prat-section .container .content .right {
    flex: 100%;
    width: 100%;
  }
  .home-page .info-prat-section .container .content .left {
    gap: 32px;
    padding-right: 0px;
  }
  .header .right .menu-wrapper ul li.has-dropdown .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: rgba(86, 152, 151, 0.05);
    margin: 10px 0;
    padding: 10px 0;
  }
  .header .right .menu-wrapper ul li.has-dropdown .dropdown-menu li a {
    padding-left: 40px;
  }
  .home-page .exp-section .f-container .container .content .exp-accroche-wrapper .left img {
    min-width: 310px;
    height: 400px;
    transform-origin: center center;
  }
  .home-page .exp-section .f-container .container .content .exp-accroche-wrapper {
    padding: 30px 0;
    flex-direction: column-reverse;
  }
  .home-page .exp-section .container .content .exp-boxes .exp-boxe .exp-boxe-items .exp-boxe-item span {
    text-align: center;
  }
  .home-page .exp-section .f-container .container .content .exp-accroche-wrapper .right {
    padding: 25px;
  }
  .home-page .motif-cnslt-section .container .content .motif-sec-boxes {
    grid-template-columns: repeat(3, 1FR);
    gap: 10px;
  }
  .home-page .exp-section .container .content .exp-boxes,
  .home-page .about-section .container .content .about-wrapper,
  .home-page .outro-section .container .content .outro-wrapper {
    flex-direction: column;
  }
  .contact-page .ctc-hero-section .container .content .ctc-boxe-middle {
    grid-template-columns: initial;
  }
  .contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-location-boxe .ctc-location-map {
    height: 420px;
  }
  .home-page .outro-section .container .content .outro-wrapper .left img {
    width: 100%;
    height: 250px;
  }
  .home-page .outro-section .container .content .outro-wrapper .left,
  .home-page .outro-section .container .content .outro-wrapper .right {
    width: 100%;
  }
  .home-page .about-section .container .content .about-wrapper .about-img-boxe {
    width: 400px;
    height: 400px;
  }
  .home-page .exp-section .container .content .exp-boxes .exp-boxe {
    padding: 0;
    gap: 15px;
  }
  .home-page .exp-section .container .content .exp-boxes {
    grid-template-columns: initial;
    gap: 50px;
  }
  .home-page .exp-section .container .content .exp-boxes::after {
    background: #a8d2d1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 2px;
    display: none;
  }
  .particuliers-page .sd-hero-section {
    padding-bottom: 80px;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-content .med-res-cnfl-img,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-content .med-res-cnfl-text,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-content .recr-eval-comp-img,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-content .recr-eval-comp-text,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-top .form-sens-top-right,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-top .form-sens-top-left {
    width: 100%;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-top .form-sens-top-right,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .approche-socio-section .approche-socio-img {
    max-width: initial;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-top,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .approche-socio-section,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-content,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cell-psych-section .cell-psych-content,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-content,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-content,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-content {
    flex-direction: column;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-content .gst-trs-mob-img,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-top .form-sens-top-right,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-content .cdp-exp-img {
    display: flex;
    flex: 100%;
    max-width: 100%;
    max-height: 420px;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-top .form-sens-top-right img {
    -o-object-position: top;
       object-position: top;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-content .cdp-exp-img img {
    -o-object-position: 30% 20%;
       object-position: 30% 20%;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes {
    grid-template-columns: initial;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-boxes {
    flex-direction: column;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-boxe,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-top .therap-parent-boxe {
    padding: 25px 0px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-top .therap-indiv-boxes {
    gap: 0;
    grid-template-columns: initial;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-top .therap-indiv-boxes .therap-indiv-boxe {
    gap: 20px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:first-of-type .therap-parent-middle-title,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:first-of-type .therap-parent-middle-text {
    width: 100%;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes {
    grid-template-columns: initial;
    grid-template-rows: initial;
    gap: 16px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:first-of-type {
    grid-column: initial;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:hover .parent-pq-boxe-icon,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe .faml-pq-boxe-icon {
    margin-bottom: 0;
  }
  .contact-page .ctc-hero-section .container .content .ctc-hero-wrapper {
    padding: 30px 0;
    flex-direction: column-reverse;
  }
  .contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .right .ctc-hero-title {
    padding: 16px 0;
    width: 100%;
  }
  .contact-page .ctc-hero-section .container .content .ctc-location-boxe .ctc-location-title,
  .contact-page .ctc-hero-section .container .content .ctc-time-boxe .ctc-time-title {
    max-width: initial;
    font-size: 46px;
    line-height: 56px;
  }
  .contact-page .ctc-hero-section .container .content .ctc-time-boxe .time-boxes,
  .contact-page .ctc-hero-section .container .content .ctc-form-boxe {
    flex-direction: column;
  }
  .contact-page .ctc-hero-section .container .content .ctc-form-boxe .left .ctc-form-title {
    width: 100%;
    text-align: center;
  }
  .contact-page .ctc-hero-section .container .content .ctc-time-boxe .time-boxes .time-boxe .time-boxe-text h4 {
    font-size: 34px;
    line-height: 40px;
  }
  .contact-page .ctc-hero-section .container .content .ctc-form-boxe .left {
    padding-right: 0;
  }
  .contact-page .ctc-hero-section .container .content .ctc-time-boxe .ctc-time-subtitle {
    margin-bottom: 0;
  }
  .contact-page .ctc-hero-section .container .content .ctc-hero-wrapper {
    padding: 20px 0;
    gap: 20px;
  }
  .therapy-header {
    padding: 100px 50px;
  }
}
@media (max-width: 850px) {
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe {
    padding: 20px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-middle .therap-faml-pq-boxes .therap-faml-pq-boxe:first-of-type {
    padding-left: 20px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-bottom {
    flex-direction: column;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .parent-sect,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top {
    gap: 20px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-img,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-bottom .therap-indiv-bottom-img,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-bottom .therap-indiv-bottom-content,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom .therap-faml-bottom-content,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom .therap-faml-bottom-img,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom .therap-parent-bottom-content,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom .therap-parent-bottom-img {
    width: 100%;
    max-width: 100%;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-img img,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-bottom .therap-indiv-bottom-img img,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom .therap-faml-bottom-img img,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom .therap-parent-bottom-img img {
    height: 90%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: top center;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom .therap-faml-bottom-img,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom .therap-parent-bottom-img {
    height: 300px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-middle {
    padding: 0;
    gap: 20px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-content,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-content:last-of-type {
    padding: 20px 0px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-middle .therap-soutien-banner-text span {
    width: 75%;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-bottom .therap-indiv-bottom-img,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-img {
    height: 350px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-boxe,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-top .therap-parent-boxe,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe {
    flex-direction: column;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe:last-of-type,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe:last-of-type {
    flex-direction: column-reverse;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-boxe .therap-faml-boxe-img,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-top .therap-parent-boxe .therap-parent-boxe-img,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe .therap-cpl-boxe-text,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe .therap-cpl-boxe-text,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe .therap-cpl-boxe-img,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe .therap-cpl-boxe-img {
    width: 100%;
    flex: auto;
    height: auto;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .approche-socio-section .approche-socio-img {
    height: 400px;
    flex: initial;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-boxe .therap-faml-boxe-img,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe .therap-cpl-boxe-img,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe .therap-cpl-boxe-img,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-top .therap-parent-boxe .therap-parent-boxe-img {
    height: 400px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe .therap-cpl-boxe-text,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe .therap-cpl-boxe-text,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-top .therap-parent-boxe .therap-parent-boxe-text,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-boxe .therap-faml-boxe-text {
    gap: 16px;
    flex: 100%;
  }
  .single .sd-hero-section .container .content .sd-hero-wrapper .otherap-boxes {
    grid-template-columns: initial;
  }
  .single .sd-hero-section .container .content .sd-hero-wrapper .otherap-boxes .otherap-boxe .otherap-boxe-content {
    height: auto;
    padding: 20px 16px;
    gap: 12px;
  }
  .single .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-content ul li,
  .single .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-content p {
    font-size: 17px;
    line-height: 26px;
  }
  .single .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-content h2 {
    font-size: 27px;
  }
  .single .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-content {
    gap: 12px;
  }
  .single .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title {
    padding: 32px 0px;
  }
  .single .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .single .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-cta span {
    font-size: 28px;
    line-height: 38px;
  }
  .single .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-cta {
    padding: 30px 0 50px;
  }
  .single .sd-hero-section .container .content .sd-hero-wrapper .otherap-boxes .otherap-boxe .otherap-boxe-img {
    height: 250px;
    min-height: initial;
  }
  .cta-blue-arrow {
    padding: 12px 26px;
    font-size: 16px;
    line-height: 16px;
  }
  .single .sd-hero-section .container .content .sd-hero-wrapper .otherap-boxes .otherap-boxe .otherap-boxe-content .otherap-boxe-title h6 {
    font-size: 28px;
    line-height: 38px;
  }
  .single .sd-hero-section .container .content .sd-hero-wrapper .otherap-boxes .otherap-boxe .otherap-boxe-content .otherap-boxe-descr p {
    font-size: 16px;
    line-height: 26px;
  }
  .single .sd-hero-section .container .content .sd-hero-wrapper {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  header .container .content .left::after {
    content: "";
    position: absolute;
    background: #a8d2d1;
    transform-origin: center center;
    transform: scale(0) rotateX(92deg);
    width: 0;
    height: 100%;
    bottom: 0px;
    right: 32px;
    transition: 0.4s ease-in-out;
  }
  header.scrolled .container .content .left::after {
    width: 3px;
    transform: scale(1) translateX(50px);
    background: #a8d2d1;
    display: block;
  }
  header.scrolled .container .content .left .logo-boxe {
    transform: scale(1.13);
  }
  header.scrolled .container .content .hamb-menu svg {
    transform: scale(1.3);
    transform-origin: left center;
  }
  .home-page .exp-section .f-container .container {
    padding-top: 170px;
  }
  .home-page .otherap-section .container .content .otherap-boxes {
    grid-template-columns: initial;
    grid-template-areas: initial;
  }
  .home-page .otherap-section .container .content .otherap-boxes .otherap-boxe:last-of-type,
  .home-page .otherap-section .container .content .otherap-boxes:nth-child(2) {
    grid-area: initial;
  }
  .home-page .otherap-section .container .content .otherap-boxes :nth-child(3) {
    flex-direction: column;
  }
  .info-prat-section .container .content {
    flex-direction: column;
    gap: 20px;
  }
  .home-page .info-prat-section .container .content .left,
  .home-page .info-prat-section .container .content .right {
    flex: 100%;
    width: 100%;
  }
  .home-page .outro-section .container .content .outro-wrapper {
    padding: 12px;
    gap: 20px;
  }
  .home-page .otherap-section,
  .home-page .motif-cnslt-section,
  .home-page .info-prat-section {
    padding: 20px 0;
  }
  .home-page .exp-section .f-container .container .content .exp-accroche-wrapper {
    padding-bottom: 0;
  }
  .home-page .otherap-section .container .content .otherap-title h5,
  .home-page .motif-cnslt-section .container .content .motif-sec-title h5 {
    font-size: 32px;
    line-height: 38px;
  }
  .home-page .info-prat-section .container .content .left .info-prat-title span {
    font-size: 32px;
    line-height: 42px;
  }
  .home-page .info-prat-section .container .content .left .info-prat-ctc a {
    font-size: 20px;
    line-height: 20px;
  }
  .home-page .outro-section .container .content .outro-wrapper .right p,
  .home-page .info-prat-section .container .content .left .info-prat-text p {
    font-size: 22px;
    line-height: 32px;
  }
  section .container,
  header .container {
    width: 100%;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe {
    padding: 30px 16px;
    gap: 20px;
  }
  .contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .right .ctc-hero-title h1,
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .contact-page .ctc-hero-section .container .content .ctc-location-boxe .ctc-location-title,
  .contact-page .ctc-hero-section .container .content .ctc-time-boxe .ctc-time-title,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-top .therap-indiv-boxes .therap-indiv-boxe .indiv-boxe-title h3,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .rps-qvt-section .rps-qvt-title h2,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe .niv-prev-boxe-title h4 {
    font-size: 35px;
    line-height: 46px;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .approche-socio-section .approche-socio-content .approche-socio-title h3,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-cta span,
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn .accordionBtnText {
    font-size: 26px;
    line-height: 36px;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-title h3,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-title h3,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-title h3,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-title h3,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cell-psych-section .cell-psych-title h3,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-bottom .thematique-title h3,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-title h2,
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .home-page .motif-cnslt-section .container .content .motif-sec-boxes .motif-boxe .motif-boxe-text span {
    font-size: 22px;
  }
  .home-page .motif-cnslt-section .container .content .motif-sec-boxes .motif-boxe:hover::after {
    transform: translateX(50%);
    width: 50%;
  }
  .home-page .motif-cnslt-section .container .content .motif-sec-boxes .motif-boxe .motif-boxe-ic img {
    width: 50px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom .therap-parent-bottom-content,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom .therap-faml-bottom-content,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-bottom .therap-indiv-bottom-content {
    gap: 20px;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section {
    gap: 40px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe .therap-cpl-boxe-text h5,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe .therap-cpl-boxe-text h5,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-boxe .therap-faml-boxe-text h5,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-top .therap-parent-boxe .therap-parent-boxe-text h5,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom .therap-faml-bottom-content h4,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom .therap-parent-bottom-content h4,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content h4,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-bottom .therap-indiv-bottom-content h4,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-middle .therap-soutien-banner-text span {
    font-size: 28px;
    line-height: 38px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe:first-of-type {
    padding-left: 24px;
  }
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn .icon::before,
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn .icon::after {
    width: 30px;
  }
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn .icon {
    width: 30px;
    height: 30px;
  }
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn {
    padding: 20px 10px;
    gap: 16px;
  }
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .content {
    padding: 0px 20px;
  }
  .contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .left img {
    min-width: 400px;
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .blog-page .otherap-section {
    padding: 24px 0 40px;
  }
  .blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe:nth-child(2n),
  .blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe {
    flex-direction: column;
  }
  .blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-img,
  .blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-content {
    width: 100%;
  }
  .blog-page .otherap-section .container .content {
    gap: 16px;
  }
  .blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-img {
    min-height: 180px;
    max-height: 190px;
    width: 100%;
  }
  .blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-content {
    padding: 30px 16px;
    width: 100%;
  }
  .blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-content .otherap-boxe-title h6 {
    font-size: 28px;
    line-height: 32px;
  }
  .blog-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-content .otherap-boxe-descr p {
    font-size: 16px;
    line-height: 24px;
  }
  .blog-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title {
    padding: 32px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blog-page .sd-hero-section .sd-hero-section-bg {
    height: 200px;
  }
  .blog-page .sd-hero-section {
    padding-top: 200px;
  }
  .blog-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-top {
    flex-direction: column;
  }
  .reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-top .rsv-hero-title {
    width: 88%;
    margin: 0 auto;
    position: relative;
    top: -50px;
  }
  .reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-top .rsv-hero-title h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .home-page .info-prat-section .container .content .right .map-wrapper {
    min-height: 600px;
  }
  .reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-top .sd-hero-section-bg {
    width: 100%;
    min-height: 100px;
  }
  .reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper {
    gap: 60px;
  }
  .contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-time-boxe {
    align-items: center;
  }
  .contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-location-boxe .ctc-location-title,
  .contact-page .ctc-hero-section .container .content .ctc-boxe-middle .ctc-time-boxe .ctc-time-title,
  .contact-page .ctc-hero-section .container .content .ctc-form-boxe .left .ctc-form-title {
    font-size: 42px;
    line-height: 43px;
    text-align: center;
  }
  .home-page .about-section .container .content .about-wrapper .about-info-boxe p,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title .about-info-boxe p {
    font-size: 28px;
    line-height: 38px;
  }
  .home-page .exp-section .f-container .exp-img-bg {
    height: 300px;
  }
}
@media (max-width: 520px) {
  .header .container .content .left .logo-boxe a img {
    max-width: 150px;
    height: auto;
  }
  .header .container .content .right .menu-wrapper {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 1;
    transform: translateY(-100%);
    transition: all 0.4s ease-in-out;
  }
  .header .container .content .right .menu-wrapper ul {
    height: 100vh;
    padding: 110px 20px;
  }
  .header .container .content .right .menu-wrapper ul li {
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
  }
  .header .container .content .right .menu-wrapper ul li.dropDown a:first-of-type {
    pointer-events: none;
  }
  .header .container .content .right .menu-wrapper ul li.dropDown:hover .sub-menu {
    height: 100%;
  }
  .header .container .content .right .menu-wrapper ul li.dropDown .sub-menu {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    height: 0;
    top: 0%;
    padding: 0;
    left: 0%;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: all 0.6s ease-in-out;
  }
  .cta-blue-arrow,
  .cta-blue,
  .btn-blue {
    padding: 12px 25px;
    font-size: 16px;
  }
  .home-page .hero-section .container .content .hero-wrapper .hero-title h1 {
    font-size: 52px;
    line-height: 54px;
  }
  .home-page .hero-section .container .content .hero-wrapper .hero-subtitle h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .home-page .about-section {
    padding: 30px 0;
  }
  .home-page .about-section .container .content .about-wrapper .about-info-boxe {
    gap: 16px;
    padding: 26px 16px 0;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title .about-info-boxe p,
  .contact-page .ctc-hero-section .container .content .ctc-form-boxe .left .ctc-form-text p,
  .home-page .about-section .container .content .about-wrapper .about-info-boxe p {
    font-size: 18px;
    line-height: 28px;
  }
  .home-page .about-section .container .content .about-wrapper .about-img-boxe {
    width: 250px;
    height: 250px;
  }
  .home-page .about-section .container .content .about-wrapper .about-img-boxe img {
    min-width: initial;
  }
  .shape-container.right {
    bottom: 30px;
  }
  .home-page .exp-section {
    gap: 20px;
    padding: 20px 0;
  }
  .home-page .exp-section .f-container .container .content .exp-accroche-wrapper {
    padding-top: 0;
  }
  .home-page .exp-section .f-container .container {
    padding: 170px 0px 2px;
  }
  .home-page .exp-section .container .content .exp-boxes .exp-boxe .exp-boxe-title h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .home-page .exp-section .f-container .container .content .exp-accroche-wrapper .right .accrch-title {
    font-size: 28px;
    line-height: 38px;
  }
  .home-page .exp-section .container .content .exp-boxes .exp-boxe .exp-boxe-items .exp-boxe-item span {
    font-size: 15px;
  }
  .home-page .exp-section .f-container .container .content .exp-accroche-wrapper .right .accrch-text p {
    font-size: 20px;
    line-height: 28px;
  }
  .home-page .motif-cnslt-section .container .content .motif-sec-boxes {
    grid-template-columns: repeat(1, 1FR);
  }
  .home-page .motif-cnslt-section .container .content .motif-sec-boxes .motif-boxe::after,
  .home-page .otherap-section .container .content .otherap-title::after,
  .home-page .motif-cnslt-section .container .content .motif-sec-title::after,
  .home-page .exp-section .container .content .exp-boxes .exp-boxe .exp-boxe-title::after {
    height: 3px;
  }
  .home-page .motif-cnslt-section .container .content .motif-sec-boxes .motif-boxe .motif-boxe-ic img {
    width: 35px;
  }
  .home-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-content,
  .home-page .motif-cnslt-section .container .content .motif-sec-boxes .motif-boxe .motif-boxe-ic {
    padding: 20px;
  }
  .home-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-content .otherap-boxe-title h6 {
    font-size: 26px;
    line-height: 36px;
  }
  .home-page .otherap-section .container .content .otherap-boxes .otherap-boxe .otherap-boxe-content .otherap-boxe-descr p {
    font-size: 18px;
    line-height: 28px;
  }
  .home-page .outro-section .container .content .outro-wrapper .right p,
  .home-page .info-prat-section .container .content .left .info-prat-text p {
    font-size: 18px;
    line-height: 28px;
  }
  .home-page .outro-section .container .content .outro-wrapper .right .signature-name {
    gap: 10px;
  }
  footer .footer-wrapper span,
  .home-page .outro-section .container .content .outro-wrapper .right .signature-name strong {
    font-size: 20px;
  }
  .home-page .outro-section .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .particuliers-page .sd-hero-section .sd-hero-section-bg {
    height: 230px;
  }
  .particuliers-page .sd-hero-section {
    padding-top: 230px;
  }
  .therapy-header {
    padding: 150px 20px 40px;
    min-height: 120px;
    background: rgba(168, 210, 209, 0.431372549);
  }
  .therapy-header .therapy-header-bg {
    height: 120px;
  }
  .therapy-header::after {
    opacity: 0.48;
  }
  .contact-page .ctc-hero-section .container .content .ctc-time-boxe .time-boxes .time-boxe .time-boxe-text h4,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-section-title,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-title h3,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-title h3,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-title h3,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe .niv-prev-boxe-title h4,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-title h2,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cell-psych-section .cell-psych-title h3,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-bottom .thematique-title h3,
  .therapy-header .therapy-header-content .therapy-header-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe .niv-prev-boxe-subtitle span,
  .therapy-header .therapy-header-content .therapy-header-text p {
    font-size: 20px;
    line-height: 28px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-top .therap-indiv-boxes .therap-indiv-boxe .indiv-boxe-icon img {
    max-width: 40px;
    width: 40px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-top .therap-indiv-boxes .therap-indiv-boxe .indiv-boxe-icon {
    padding: 20px;
    width: 120px;
    height: 120px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-top .therap-indiv-boxes .therap-indiv-boxe {
    gap: 16px;
    padding: 30px 16px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-bottom {
    flex-direction: column;
    padding: 20px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe .therap-cpl-boxe-text,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe .therap-cpl-boxe-text,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-top .therap-parent-boxe .therap-parent-boxe-text,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-boxe .therap-faml-boxe-text {
    flex: auto;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-content .recr-eval-comp-text ul li,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-content .cdp-exp-text ul li,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-content .cdp-exp-text p,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .rps-qvt-section .rps-qvt-content ul li,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .approche-socio-section .approche-socio-content .approche-socio-text p,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-content ul li,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-content p,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom .therap-faml-bottom-content ul li,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom .therap-faml-bottom-content p,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-boxe .therap-faml-boxe-text p,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom .therap-parent-bottom-content ul li,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom .therap-parent-bottom-content p,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-top .therap-parent-boxe .therap-parent-boxe-text p,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe .therap-cpl-boxe-text p,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe .therap-cpl-boxe-text p,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content p,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-bottom .therap-indiv-bottom-content p,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe .therap-cpl-boxe-text ul li,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe .therap-cpl-boxe-text ul li,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-top .form-sens-top-left p,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-top .form-sens-top-left ul li,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe .niv-prev-boxe-content ul li,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-top .therap-indiv-boxes .therap-indiv-boxe .indiv-boxe-text,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-content .gst-trs-mob-text ul li,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-content .gst-trs-mob-text p,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-content .recr-eval-comp-text p,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-content .med-res-cnfl-text ul li,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-content .med-res-cnfl-text p,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cell-psych-section .cell-psych-content .cell-psych-text ul li,
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .content ul,
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .content p {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .right .ctc-hero-title p,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-boxes .gst-trs-mob-boxe .gst-trs-mob-boxe-text p,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content .therap-cpl-steps .therap-cpl-steps-boxes .therap-cpl-steps-boxe .therap-cpl-steps-boxe-text span {
    font-size: 18px;
    line-height: 28px;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-boxes .gst-trs-mob-boxe .gst-trs-mob-boxe-title h5,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-bottom .therap-cpl-boxe .therap-cpl-boxe-text h5,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-top .therap-cpl-boxe .therap-cpl-boxe-text h5,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-boxe .therap-faml-boxe-text h5,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-top .therap-parent-boxe .therap-parent-boxe-text h5,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-faml-section .therap-faml-bottom .therap-faml-bottom-content h4,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-bottom .therap-parent-bottom-content h4,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-cpl-section .therap-cpl-middle .therap-cpl-middle-content h4,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-bottom .therap-indiv-bottom-content h4,
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-soutien-section .therap-soutien-middle .therap-soutien-banner-text span {
    font-size: 24px;
    line-height: 30px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-parent-section .therap-parent-middle .therap-parent-pq-boxes .therap-parent-pq-boxe {
    padding: 20px 24px;
    gap: 12px;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-bottom .thematique-boxes .thematique-boxe .thematique-boxe-img,
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .rps-qvt-section {
    padding: 20px;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-boxes .gst-trs-mob-boxe {
    padding: 32px 20px;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cell-psych-section .cell-psych-content .cell-psych-text ul {
    gap: 10px;
  }
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn .accordionBtnText {
    font-size: 22px;
    line-height: 26px;
    width: 80%;
  }
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title {
    padding: 22px 0px;
  }
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn .accordionBtnNumb {
    font-size: 20px;
    line-height: 20px;
    width: 30px;
    height: 30px;
    padding: 18px;
  }
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item.active .accordionBtn .accordionBtnNumb {
    font-size: 30px;
    line-height: 30px;
    width: 40px;
    height: 40px;
  }
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn {
    padding: 20px 6px;
    gap: 12px;
  }
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn .icon {
    width: 20px;
    height: 20px;
  }
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn .icon::before,
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn .icon::after {
    width: 20px;
  }
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .faq-accord .accordion .item .accordionBtn:hover .icon {
    right: 10px;
  }
  .nf-hero-section .container .content .nf-hero-wrapper .nf-icon-number svg {
    width: 290px;
  }
  .nf-hero-section .container .content .nf-hero-wrapper {
    gap: 30px;
  }
  .contact-page .ctc-hero-section .container .content .ctc-form-boxe .right .form-wrapper .form-container {
    padding: 40px 12px;
  }
  .contact-page .ctc-hero-section .container .content .ctc-time-boxe .time-boxes .time-boxe {
    padding: 20px 0;
  }
  .contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .right .ctc-boxe-items .ctc-boxe-item {
    align-items: center;
    width: 100%;
    padding: 0 20px;
  }
  .contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .right .ctc-boxe-items .ctc-boxe-item::after {
    left: 0;
    right: initial;
    height: 20%;
  }
  .contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .right .ctc-boxe-items {
    gap: 16px;
    align-items: center;
  }
  .contact-page .ctc-hero-section .container .content .ctc-hero-wrapper .left img {
    height: 400px;
  }
  .single .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .reservation-page .rsv-hero-section .container .content .rsv-hero-wrapper .sd-hero-section-top .rsv-hero-title h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .reservation-page .rsv-hero-section {
    padding-top: 80px;
  }
}
@media (max-width: 396px) {
  section .container {
    padding: 0 10px;
  }
  .home-page .hero-section .container .content .hero-wrapper .hero-title h1 {
    font-size: 42px;
    line-height: 42px;
  }
  .particuliers-page .tab-container .tab-menu .tab-link {
    font-size: 16px;
  }
  .contact-page .ctc-hero-section .container .content .ctc-time-boxe .time-boxes .time-boxe .time-boxe-text h4, .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-section-title, .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .gst-trs-mob-section .gst-trs-mob-title h3, .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .recr-eval-comp-section .recr-eval-comp-title h3, .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .med-res-cnfl-section .med-res-cnfl-title h3, .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-boxes .niv-prev-boxe .niv-prev-boxe-title h4, .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .niv-prev-section .niv-prev-title h2, .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cell-psych-section .cell-psych-title h3, .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .form-sens-section .form-sens-bottom .thematique-title h3, .therapy-header .therapy-header-content .therapy-header-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .faqs-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1, .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1, .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .sd-hero-title h1 {
    font-size: 36px;
    line-height: 43px;
  }
  .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-cta {
    padding: 30px 20px;
  }
  .particuliers-page .sd-hero-section .container .content .sd-hero-wrapper .therap-indiv-section .therap-indiv-top .therap-indiv-boxes .therap-indiv-boxe .indiv-boxe-title h3, .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .rps-qvt-section .rps-qvt-title h2, .entreprises-page .sd-hero-section .container .content .sd-hero-wrapper .cdp-exp-section .cdp-exp-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
}