.site-header {
  position: fixed;
  width: 100%;
  background: #F6EDEE;
  z-index: 9999;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .site-header__content svg path {
  fill: #0F2849;
}
.site-header .site-header__content-m {
  display: none;
}
.site-header .popup-mobile {
  display: none;
}
.site-header.scrolled {
  box-shadow: 0px 3px 16px -8px rgba(0, 0, 0, 0.45);
  background: #F6EDEE;
}
.site-header__content {
  display: flex;
  padding: 15px 0;
  justify-content: center;
  column-gap: 62px;
  align-items: center;
}
.site-header__content--navigation ul {
  margin: 0;
  list-style: none;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
.site-header__content--navigation ul .header-group {
  display: flex;
  align-items: center;
  column-gap: 100px;
}
.site-header__content--navigation ul li a {
  color: #0F2849;
  padding: 0 14px;
  text-transform: uppercase;
}
.site-header__content--navigation ul li a:hover {
  color: #C5AEB9;
}
.site-header__content--navigation ul li ul a {
  text-decoration: none;
}
.site-header__content--navigation ul li ul a:hover {
  text-decoration: none;
}
.site-header__content--navigation ul .site-header__content--logo {
  padding: 0 62px;
  height: 70px;
}
.site-header__content--navigation ul ul {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 90px;
  left: -15px;
  padding: 0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 0;
  min-width: 281px;
  transition: 0.3s all;
  overflow: hidden;
  border-radius: 20px 0 20px 0px;
  background: #C5AEB9;
}
.site-header__content--navigation ul ul li {
  height: 100%;
  transition: 0.3s all;
  padding: 0;
}
.site-header__content--navigation ul ul li a {
  height: 100%;
  width: 100%;
  color: #0F2849 !important;
  padding: 12px;
  padding-left: 24px;
}
.site-header__content--navigation ul ul li:first-child {
  border-radius: 20px 0 0 0;
}
.site-header__content--navigation ul ul li:last-child {
  border-radius: 0 0 20px 0px;
}
.site-header__content--navigation ul ul li:hover {
  background: #FEE9F1;
}
.site-header__content--navigation ul ul li:hover a {
  color: #0F2849;
  color: #C5AEB9;
}
.site-header__content--navigation ul ul ul {
  background: #5E6469;
  min-width: 306px;
}
.site-header__content--navigation ul ul ul .menu-item:hover a {
  position: relative;
}
.site-header__content--navigation ul ul .menu-item-has-children ul {
  border-radius: 0 20px 20px 0;
}
.site-header__content--navigation ul ul .menu-item-has-children ul li {
  border-radius: 0 20px 0 0;
}
.site-header__content--navigation ul ul .menu-item-has-children ul li:hover a {
  color: #363C41;
}
.site-header__content--navigation ul ul .menu-item-has-children ul li a {
  color: #fff;
}
.site-header__content--navigation ul ul .menu-item-has-children ul li a:hover {
  color: #363C41;
}
.site-header__content--navigation ul ul .menu-item-has-children:hover ul {
  overflow: visible;
}
.site-header__content--navigation ul ul ul {
  left: 100%;
  top: 0;
}
.site-header__content--navigation ul li {
  height: 90px;
  transition: 0.3s all;
}
.site-header__content--navigation li {
  position: relative;
  height: 78px;
  display: flex;
  align-items: center;
}
.site-header__content--navigation li:hover > ul {
  opacity: 1;
  pointer-events: all;
  overflow: visible;
}
.site-header__content--navigation a {
  display: block;
  padding: 0;
  text-decoration: none;
}
.site-header .contacts {
  background: #363C41;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 37px 27px;
  column-gap: 60px;
}
.site-header .contacts a:hover svg path {
  fill: #D0C41C;
}
.site-header .rdv-header-container {
  background: #363C41;
  height: 100%;
  width: 100%;
  max-width: 154px;
}
.site-header .rdv-header-container.mobile {
  display: none;
}
.site-header .rdv-header-container .rdv-header {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 154px;
  width: 100%;
  background: #D0C41C;
  text-decoration: none;
  border-radius: 0 0 0 40px;
}
.site-header .rdv-header-container .rdv-header p {
  color: #363C41;
}
@media screen and (max-width: 1480px) {
  .site-header .site-header__content--navigation ul li {
    padding: 0 20px;
  }
  .site-header .site-header__content--navigation ul li ul li {
    padding: 0;
  }
  .site-header .site-header__content--navigation ul .dark-gray:nth-child(5) {
    padding-right: 30px;
    padding-left: 30px;
  }
  .site-header .site-header__content--logo {
    max-width: 300px;
    width: 100%;
  }
  .site-header .site-header__content--logo svg {
    width: 100%;
  }
}
@media screen and (max-width: 1190px) {
  .site-header {
    padding-left: 0;
    height: 70px;
    background: #0F2849;
  }
  .site-header.scrolled {
    background: #0F2849;
  }
  .site-header .site-header__content-m {
    display: flex;
    padding: 0;
    z-index: 99;
    padding: 0 20px;
    height: 100%;
    transition: 0.3s all;
  }
  .site-header .site-header__content-m--logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-header .site-header__content-m svg {
    height: 60px;
  }
  .site-header .site-header__content-m.active {
    background: #0F2849;
  }
  .site-header__content {
    display: none;
  }
  .site-header__content-m {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .site-header__content-m--right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
  }
  .site-header__content-m--burger-menu {
    width: 100%;
    height: 32px;
    width: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
    transition: 0.3s all;
    align-items: flex-end;
  }
  .site-header__content-m--burger-menu .site-header__content-m--burger-line:nth-child(1) {
    transition: 0.3s all;
  }
  .site-header__content-m--burger-menu .site-header__content-m--burger-line:nth-child(2) {
    transition: 0.3s all;
  }
  .site-header__content-m--burger-menu .site-header__content-m--burger-line:nth-child(3) {
    transition: 0.3s all;
  }
  .site-header__content-m--burger-line {
    width: 100%;
    height: 2px;
    background: #F6EDEE;
  }
  .site-header__content-m--burger-menu.active .site-header__content-m--burger-line {
    background: #fff;
  }
  .site-header__content-m--burger-menu.active .site-header__content-m--burger-line:nth-child(2) {
    width: 70%;
  }
  .site-header__content-m--burger-menu.active .site-header__content-m--burger-line:nth-child(3) {
    width: 50%;
  }
  .site-header .menu-item-has-children::before {
    right: 0;
  }
  .site-header .menu-item-has-children::after {
    right: 0;
  }
  .site-header .popup-mobile {
    position: absolute;
    top: 53px;
    width: 100%;
    left: 0;
    z-index: 99;
    height: 100vh;
    padding-bottom: 30px;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
    overflow-y: auto;
    display: block;
    background: var(--main-color);
  }
  .site-header .popup-mobile-container {
    overflow: scroll;
    position: relative;
    padding-top: 80px;
    height: 100vh;
    padding-bottom: 80px;
    background: #0F2849;
  }
  .site-header .popup-mobile-container .popup-mobile-container-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: transparent;
    opacity: 0.8;
    right: 0;
    left: 0;
    margin: auto;
    top: 75px;
    border-radius: 20px;
    border-top: 2px solid #71933E;
    background: rgba(255, 255, 255, 0.89);
  }
  .site-header .popup-mobile-container--rdv {
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
    background: #693D2D;
    margin-top: 50px;
  }
  .site-header .popup-mobile-container--rdv a {
    color: #fff;
    text-transform: inherit;
    text-decoration: none;
    font-weight: 300;
  }
  .site-header .popup-mobile-container .submenu-toggle {
    cursor: pointer;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    font-family: "M PLUS 1";
    font-size: 25px;
    font-weight: 200;
    color: #fff;
    position: absolute;
    top: 6px;
  }
  .site-header .popup-mobile-container .submenu-toggle::before {
    content: "";
    position: absolute;
    right: 0;
    left: 2px;
    margin: auto;
    width: 2px;
    height: 11px;
    background-color: #fff;
    transition: transform 0.3s ease;
    transform: rotate(43deg);
    top: 0;
  }
  .site-header .popup-mobile-container .submenu-toggle::after {
    content: "";
    position: absolute;
    right: 10px;
    left: -5px;
    margin: auto;
    width: 2px;
    height: 11px;
    background-color: #fff;
    transition: transform 0.3s ease;
    transform: rotate(-43deg);
    top: 0;
  }
  .site-header .popup-mobile-container--contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 32px;
    row-gap: 10px;
    padding-left: 15px;
    padding-left: 0;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    max-width: 300px;
  }
  .site-header .popup-mobile-container--contacts::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #71933E;
    position: absolute;
    top: 7px;
  }
  .site-header .popup-mobile-container--contacts-address {
    display: flex;
    column-gap: 8px;
  }
  .site-header .popup-mobile-container--contacts-address svg {
    display: block;
    width: 100%;
    max-width: 24px;
  }
  .site-header .popup-mobile-container--contacts-address a {
    color: #000;
    text-transform: inherit;
    font-weight: 300;
  }
  .site-header .popup-mobile-container--contacts-phone {
    display: flex;
    column-gap: 8px;
  }
  .site-header .popup-mobile-container--contacts-phone svg {
    display: block;
    width: 100%;
    max-width: 24px;
  }
  .site-header .popup-mobile-container--contacts-phone a {
    color: #000;
    text-transform: inherit;
    font-weight: 300;
  }
  .site-header .popup-mobile-container--contacts a {
    text-decoration: none;
    text-align: center;
  }
  .site-header .popup-mobile .popup-mobile-navigation {
    position: relative;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu-header-container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu-header-container ul {
    max-width: 100%;
    margin-left: 0;
    row-gap: 20px;
  }
  .site-header .popup-mobile .popup-mobile-navigation--svg {
    position: absolute;
    bottom: 0;
    left: 0px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    row-gap: 30px;
    padding-top: 150px;
    margin: auto;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu a {
    padding-left: 15px;
    font-size: 16px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .rdv-custom-menu {
    display: none;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .submenu-toggle {
    color: #fff;
    margin-left: 10px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li {
    margin: 0;
    display: flex;
    width: fit-content;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    align-items: center;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li .sub-menu {
    width: 100%;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li li {
    width: 100%;
    text-align: left;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li li .submenu-toggle {
    cursor: pointer;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    font-family: "M PLUS 1";
    font-size: 25px;
    font-weight: 200;
    color: #fff;
    position: absolute;
    top: 0px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li li .submenu-toggle::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 8px;
    background-color: #fff;
    transition: transform 0.3s ease;
    transform: rotate(43deg);
    top: 0;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li li .submenu-toggle::after {
    content: "";
    position: absolute;
    right: 10px;
    left: -5px;
    margin: auto;
    width: 1px;
    height: 8px;
    background-color: #fff;
    transition: transform 0.3s ease;
    transform: rotate(-43deg);
    top: 0;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li li .submenu-toggle.open::before {
    background-color: #000;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li li .submenu-toggle.open::after {
    background-color: #000;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li .submenu-toggle {
    right: -20px;
    top: 0;
    height: 0;
    bottom: 15px;
    margin: auto;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li.open {
    background: var(--main-hover);
    width: 100%;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li.open ul {
    background: #F6EDEE;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li.open ul a {
    color: #0F2849;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li.open .submenu-toggle.open::before {
    transform: rotate(-40deg);
    background: #fff;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li.open .submenu-toggle.open::after {
    transform: rotate(40deg);
    background: #fff;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li a {
    color: #FEE9F1;
    text-decoration: none;
    font-size: 32px;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    padding-left: 0;
    font-family: "Objectivity", sans-serif;
    font-weight: 300;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li a.open {
    color: #FEE9F1;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li a.open::before {
    right: 15px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li a.open::after {
    right: 15px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children::before, .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children::after {
    display: none;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children > a::before, .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children > a::after {
    height: 12px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children > a.open::before {
    transform: rotate(90deg);
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children > a.open::after {
    transform: rotate(0deg);
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children > a::before {
    transform: rotate(90deg);
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children > a::after {
    transform: rotate(0deg);
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children a {
    position: relative;
    width: 100%;
    display: block;
    letter-spacing: normal;
    width: fit-content;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children a.open .menu-item-has-children > a::before, .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children a.open .menu-item-has-children > a::after {
    right: 15px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
    text-align: left;
    position: relative;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    background: #F6EDEE;
    transition: 0.3s all;
    border-radius: 20px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children > a::before {
    transform: rotate(90deg);
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children > a::after {
    transform: rotate(0deg);
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children > a.open::before {
    transform: rotate(90deg);
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children > a.open::after {
    transform: rotate(0deg);
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children.open {
    background: #D0C41C;
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children.open a {
    color: #363C41;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children.open ul {
    background: transparent;
    margin-top: 0;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children.open ul li {
    padding: 5px 0;
    padding-left: 20px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children.open a::after {
    transform: rotate(90deg);
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu li {
    padding: 12px 0;
    margin: 0;
    padding-left: 24px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu li::before {
    display: none;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu li a {
    font-size: 20px;
    padding-top: 0;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .sub-menu::after {
    display: none;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .sub-menu::before {
    display: none;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .sub-menu a {
    font-size: 16px;
    padding: 0;
    text-align: center;
    padding-top: 0 !important;
    font-weight: 300;
  }
  .site-header .popup-mobile .popup-mobile-container-svg svg {
    position: absolute;
    bottom: 48px;
  }
  .site-header .popup-mobile .site-header__content--button-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header .popup-mobile .open-popup {
    max-width: 327px;
    height: 52px;
    font-weight: 600;
    font-size: 16px;
    justify-self: center;
  }
  .site-header .popup-mobile.active {
    opacity: 1;
    pointer-events: all;
    top: 0px;
    z-index: -99;
    background: transparent;
    backdrop-filter: blur(5px);
  }
  .site-header__content-side--contacts {
    max-width: 327px;
    margin: auto;
    margin-top: 40px;
  }
  .site-header__content-side--phone {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    justify-content: center;
  }
  .site-header__content-side--phone a {
    color: #373E48;
    text-decoration: none;
    margin-left: 8px;
  }
  .site-header__content-side--map {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header__content-side--map a {
    color: #373E48;
    text-decoration: none;
    margin-left: 8px;
  }
}
.site-header .contacts-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .site-header {
    height: 60px;
  }
  .site-header .site-header__content-m--right .mail, .site-header .site-header__content-m--right .location {
    display: none;
  }
  .site-header .contacts-mobile {
    position: relative;
    padding-left: 60px;
    padding-top: 24px;
    display: flex;
    column-gap: 40px;
  }
  .site-header .rdv-header-container {
    display: none;
  }
  .site-header .rdv-header-container.mobile {
    display: block;
    max-width: 75px;
  }
}

.home .site-header.scrolled {
  background: #0F2849;
}
.home header {
  background: #0F2849;
}
.home .site-header .site-header__content--logo svg path {
  fill: #F6EDEE;
}
.home .site-header__content--navigation ul li a {
  color: #FEE9F1;
}
.home header li a {
  color: #FEE9F1;
  padding: 0 14px;
  text-transform: uppercase;
}
.home header li a:hover {
  color: #C5AEB9;
}
.home header li ul a:hover {
  color: #C5AEB9;
}

footer {
  background: #F6EDEE;
}
footer .site-footer__wrapper {
  background: #0F2849;
  padding-top: 96px;
  padding-bottom: 38px;
  border-radius: 100px 0 0 0;
}
footer .site-footer__wrapper--top {
  display: flex;
  max-width: 1177px;
  margin: auto;
  justify-content: space-between;
}
footer .site-footer__wrapper--top ul {
  margin: 0;
  padding: 0;
}
footer .site-footer__wrapper--top ul li {
  list-style: none;
}
footer .site-footer__wrapper--top ul li a {
  color: #FEE9F1;
  outline: none;
  font-size: 16px;
}
footer .site-footer__wrapper--top ul li a:hover {
  text-decoration: underline;
}
footer .site-footer__wrapper--bottom .footer-copyright__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 93px;
  margin-top: 153px;
}
footer .site-footer__wrapper--bottom .footer-copyright__wrapper .footer-copyright__left {
  display: flex;
}
footer .site-footer__wrapper--bottom .footer-copyright__wrapper .footer-copyright__left .footer-copyright__left--content {
  display: flex;
  align-items: center;
  column-gap: 3px;
  margin-right: 3px;
  color: #FEE9F1;
  font-size: 12px;
}
footer .site-footer__wrapper--bottom .footer-copyright__wrapper .footer-copyright__left .footer-copyright__left--content p {
  margin: 0;
  color: #FEE9F1;
  font-size: 12px;
}
footer .site-footer__wrapper--bottom .footer-copyright__wrapper .footer-copyright__left p {
  margin: 0;
  color: #FEE9F1;
  font-size: 12px;
}
footer .site-footer__wrapper--bottom .footer-copyright__wrapper .footer-copyright__middle p, footer .site-footer__wrapper--bottom .footer-copyright__wrapper .footer-copyright__middle a {
  margin: 0;
  color: #FEE9F1;
  font-size: 12px;
}
footer .site-footer__wrapper--bottom .footer-copyright__wrapper .footer-copyright__middle a:hover {
  text-decoration: underline;
}
footer .site-footer__wrapper--bottom .footer-copyright__wrapper .footer-copyright__right {
  margin: 0;
  color: #FEE9F1;
  font-size: 12px;
}
footer .site-footer__wrapper--bottom .footer-copyright__wrapper .footer-copyright__right:hover {
  text-decoration: underline;
}

.hero {
  background: #F6EDEE;
}
.hero__wrapper {
  background: #0F2849;
  border-radius: 0 0 0 100px;
  padding-bottom: 168px;
  padding-top: 170px;
}
.hero__wrapper--image {
  max-width: 930px;
  margin: auto;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.hero__wrapper--image img {
  max-width: 470px;
}
.hero__wrapper--image h1 {
  position: absolute;
  margin: 0;
  text-wrap-mode: nowrap;
}
.hero__wrapper--image h1 span {
  margin-left: 162px;
}
.hero__wrapper h2 {
  font-size: 30px;
  line-height: 55px;
  color: #FEE9F1;
  text-align: center;
  max-width: 830px;
  margin: auto;
  margin-top: 65px;
  font-family: "Objectivity";
}

.traitements {
  background: #F6EDEE;
}
.traitements__wrapper {
  padding-top: 73px;
  padding-bottom: 84px;
  max-width: 1449px;
  margin: auto;
}
.traitements__wrapper--title {
  display: flex;
  align-items: center;
  max-width: 1332px;
  margin: auto;
  justify-content: space-between;
}
.traitements__wrapper--title h2 {
  color: #0F2849;
  margin: 0;
}
.traitements__wrapper--title p {
  margin: 0;
  max-width: 690px;
  color: #0F2849;
}
.traitements__wrapper--categories {
  margin-top: 33px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.traitements__wrapper--categories .traitement-category {
  max-width: 254px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.traitements__wrapper--categories .traitement-category__image svg {
  width: 14vw;
}
.traitements__wrapper--categories .traitement-category h3 {
  margin: 0;
  margin-top: 18px;
  text-align: center;
  color: #C5AEB9;
  font-size: 22px;
  font-family: "Objectivity";
  font-weight: 400;
}
.traitements__wrapper--categories .traitement-category:hover h3 {
  color: #0F2849;
  text-transform: uppercase;
}
.traitements__wrapper--categories .traitement-category:hover .traitement-category__image svg mask path {
  fill: snow;
}
.traitements__wrapper--categories .traitement-category:hover .traitement-category__image svg path {
  fill: #0F2849;
}
.traitements__wrapper .other-categories {
  justify-content: center;
}
.traitements__wrapper .other-categories .traitement-category__image svg {
  width: 14vw;
}

.avant-apres {
  background: #F6EDEE;
}
.avant-apres__wrapper {
  background: #0F2849;
  border-radius: 0 100px 0 0;
  padding-bottom: 131px;
  padding-top: 73px;
  padding-left: 20px;
}
.avant-apres__wrapper h2 {
  max-width: 1668px;
  margin: 0;
  margin-left: auto;
  margin-bottom: 60px;
  display: flex;
  color: #FEE9F1;
}
.avant-apres__wrapper--container {
  max-width: 1668px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
.avant-apres__wrapper--left {
  max-width: 453px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 27px;
}
.avant-apres__wrapper--left .avant-apres__category {
  font-size: 22px;
  font-family: "Objectivity";
  font-weight: 300;
  color: #FEE9F1;
  cursor: pointer;
  transition: 0.3s all;
  margin: 0;
}
.avant-apres__wrapper--left .avant-apres__category.is-active {
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.3s all;
}
.avant-apres__wrapper--left .avant-apres__category.is-active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #FEE9F1;
  margin-top: 10px;
  transition: 0.3s all;
}
.avant-apres__wrapper--right {
  max-width: 1065px;
  width: 100%;
}
.avant-apres__wrapper--right img {
  border-radius: 40px 0 40px 0;
}
.avant-apres__wrapper--right h4 {
  font-size: 22px;
  margin: 0;
  margin-top: 32px;
  color: #FEE9F1;
}
.avant-apres__wrapper--right .pagination-buttons .paginations span {
  font-family: "Objectivity";
  color: #FEE9F1;
}
.avant-apres__wrapper--right .pagination-buttons .arrow-buttons {
  display: flex;
  margin-top: 35px;
  column-gap: 20px;
  align-items: center;
}
.avant-apres__wrapper--right .pagination-buttons button {
  background: unset;
  border-color: #FEE9F1;
  border-width: 2px;
  border-radius: 51px;
  width: 51px;
  height: 51px;
  cursor: pointer;
  position: relative;
  transition: 0.3s all;
}
.avant-apres__wrapper--right .pagination-buttons button:hover {
  background: #C5AEB9;
}
.avant-apres__wrapper--right .pagination-buttons button:hover::after {
  border-color: #0F2849;
}
.avant-apres__wrapper--right .pagination-buttons .prev-button::after {
  content: "";
  display: block;
  border-top: 2px solid #FEE9F1;
  border-left: 2px solid #FEE9F1;
  padding: 4px;
  width: 10px;
  transform: rotate(-45deg);
  position: absolute;
  top: 19px;
  left: 20px;
}
.avant-apres__wrapper--right .pagination-buttons .next-button::after {
  content: "";
  display: block;
  border-top: 2px solid #FEE9F1;
  border-left: 2px solid #FEE9F1;
  padding: 4px;
  width: 10px;
  transform: rotate(135deg);
  position: absolute;
  top: 19px;
  left: 15px;
}

.acces {
  background: #0F2849;
}
.acces .acces__wrapper--map {
  display: flex;
  flex-direction: column;
  row-gap: 42px;
}
.acces h2 {
  margin: 0;
  position: absolute;
  color: #fff;
}
.acces .google-map {
  height: 400px;
  width: 690px;
  border-radius: 50px 0 50px 0;
}
.acces__item {
  display: flex;
  max-width: 1448px;
  margin: auto;
  justify-content: space-between;
  width: 100%;
}
.acces__item .acces__item-left-part {
  position: relative;
}
.acces__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.acces__item:nth-child(2n) .acces__wrapper--map-left {
  justify-content: flex-end;
}
.acces .acces__wrapper--map-left {
  max-width: 758px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  column-gap: 30px;
  margin-top: 112px;
}
.acces .acces__wrapper--map-left .acces__wrapper--map-links p {
  margin: 0;
  color: #C1CCDB;
}
.acces .acces__wrapper--map-left .acces__wrapper--map-links .phone {
  margin-top: 30px;
}
.acces .acces__wrapper--map-left .acces__wrapper--map-links h4 {
  color: #fff;
  font-family: "Objectivity";
  font-size: 20px;
  font-weight: 300;
  max-width: 210px;
  margin: 0;
  margin-top: 10px;
  transition: 0.3s all;
}
.acces .acces__wrapper--map-left .acces__wrapper--map-links h4:hover {
  color: #C5AEB9;
  text-decoration: underline;
}
.acces .acces__wrapper--map-text {
  max-width: 419px;
}
.acces .acces__wrapper--map-text h3 {
  color: #fff;
  margin: 0;
  margin-bottom: 30px;
  font-size: 26px;
  max-width: 350px;
}
.acces .acces__wrapper--map-text .acces__wrapper--map-text-description {
  color: #fff;
}
.acces .acces__wrapper--map-text .acces__wrapper--map-text-description p {
  letter-spacing: 1px;
  font-family: "Objectivity";
  font-size: 20px;
  margin: 0;
  color: #fff;
}

.parallax-section {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 1220px;
  width: 100%;
}

.contact-form {
  background: #F6EDEE;
}
.contact-form .location__content--right {
  padding: 138px 0;
}
.contact-form .wpcf7 {
  max-width: 570px;
  margin: auto;
}
.contact-form .wpcf7 h2 {
  margin: 0;
  text-align: center;
  color: #0F2849;
}
.contact-form .wpcf7 .form-text {
  text-align: center;
  margin-bottom: 34px;
  color: #0F2849;
}
.contact-form .wpcf7-not-valid-tip {
  font-family: "Objectivity";
}

.wpcf7 form .wpcf7-response-output {
  color: #0F2849;
  font-family: "Objectivity";
}

.popup-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  max-width: 690px;
  width: 100%;
}
.popup-form input {
  width: 100%;
  height: 50px;
  transition: 0.3s all;
  color: #0F2849;
  padding-top: 15px;
  background: rgba(197, 174, 185, 0.2509803922);
  border: unset !important;
  border-radius: 18px 0 18px 0 !important;
  padding-left: 20px !important;
  padding-top: 20px !important;
  font-family: "Objectivity";
  color: #0F2849 !important;
}
.popup-form input:focus {
  border: 1px solid #0F2849 !important;
}
.popup-form textarea:focus {
  border: 1px solid #0F2849 !important;
}
.popup-form input:hover {
  border: 1px solid #FAE851;
}
.popup-form input:active, .popup-form input:hover, .popup-form input:focus {
  outline: 0;
  outline-offset: 0;
}
.popup-form textarea:hover {
  border: 1px solid #FAE851;
}
.popup-form textarea {
  background: #4E4F53;
  border: unset;
  padding-left: 10px;
  color: #0F2849;
  font-weight: 300;
  border: 1px solid transparent;
  transition: 0.3s all;
  border-radius: 0;
  height: 184px;
  resize: none;
  overflow: hidden;
  background: rgba(197, 174, 185, 0.2509803922);
  border: unset !important;
  border-radius: 18px 0 18px 0 !important;
  padding-left: 20px !important;
  font-family: "Objectivity";
}
.popup-form textarea:active, .popup-form textarea:hover, .popup-form textarea:focus {
  outline: 0;
  outline-offset: 0;
}
.popup-form .form-label {
  position: relative;
  width: 49%;
}
.popup-form .form-label p {
  margin: 0;
}
.popup-form .form-label .popup-form-label {
  position: absolute;
  z-index: 9;
  left: 20px;
  top: 15px;
  pointer-events: none;
  transition: 0.3s all;
  color: #0F2849;
}
.popup-form .form-label .popup-form-label p {
  margin: 0;
  font-size: 16px;
  color: #0F2849;
  font-weight: 300;
  transition: 0.3s all;
  font-family: "Objectivity";
}
.popup-form .form-label .popup-form-label.active {
  top: 5px;
}
.popup-form .form-label .popup-form-label.active p {
  font-size: 14px;
  color: #9D9D9D;
}
.popup-form .popup-form-message {
  width: 100%;
}
.popup-form .popup-form-message textarea {
  padding-left: 20px;
  padding-top: 25px;
  font-family: "Objectivity";
  color: #0F2849;
  font-weight: 400;
}
.popup-form .popup-form-message .popup-form-label.active {
  top: 5px;
}
.popup-form .wpcf7-spinner {
  position: absolute;
  right: 100px;
}
.popup-form .popup-form-submit {
  width: 100%;
}
.popup-form .popup-form-submit p {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.popup-form .popup-form-submit input {
  cursor: pointer;
  height: 48px;
  max-width: 184px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-radius: 40px !important;
  background: transparent;
  border: 1px solid #0F2849 !important;
  text-transform: uppercase;
  color: #0F2849;
  font-weight: 500;
  line-height: 49px;
}
.popup-form .popup-form-submit input:hover {
  background: #0F2849;
  border-color: transparent;
  color: #F6EDEE;
}

.popup-form .popup-form-submit input:hover {
  color: #F6EDEE !important;
}

@media screen and (max-width: 1440px) {
  .traitements__wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .avant-apres__wrapper--right {
    max-width: 690px;
  }
  .acces__item {
    padding-left: 20px;
    column-gap: 20px;
  }
  .acces__item:nth-child(2n) {
    padding-left: 0;
    padding-right: 20px;
  }
  .acces .acces__wrapper--map-left {
    flex-direction: column;
    margin: 0;
    margin-top: 20px;
  }
  .acces h2 {
    top: -90px;
  }
  .acces {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1150px) {
  footer .site-footer__wrapper--top {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  footer .site-footer__wrapper--top ul {
    text-align: center;
  }
  .hero__wrapper--image h1 {
    font-size: 50px;
  }
  .hero__wrapper h2 {
    font-size: 24px;
  }
  .traitements__wrapper--title {
    flex-direction: column;
    row-gap: 20px;
  }
  .traitements__wrapper--categories {
    justify-content: flex-start;
    column-gap: 20px;
    row-gap: 20px;
  }
  .traitements__wrapper .other-categories {
    justify-content: flex-start;
    column-gap: 20px;
    row-gap: 20px;
  }
  .avant-apres__wrapper--container {
    flex-direction: column;
    row-gap: 40px;
  }
  .avant-apres__wrapper--right {
    margin: auto;
  }
}
@media screen and (max-width: 960px) {
  .acces__item {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
  .acces .acces__wrapper--map-left {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .acces__item:nth-child(2n) {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
  footer .site-footer__wrapper--bottom .footer-copyright__wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .hero__wrapper--image img {
    width: 45vw;
  }
  .site-header .site-header__content-m svg {
    padding: 5px 0;
  }
  .traitements__wrapper--categories {
    justify-content: center;
  }
  .traitements__wrapper .other-categories {
    justify-content: center;
  }
  .hero__wrapper--image h1 {
    font-size: 40px;
  }
  .hero__wrapper h2 {
    font-size: 20px;
    padding: 0 20px;
  }
  .acces__item {
    padding: 0;
  }
  .acces__wrapper--map-right {
    width: 100%;
  }
  .acces__item:nth-child(2n) {
    padding: 0;
  }
  .acces .google-map {
    max-width: 690px;
    width: 100%;
  }
  .avant-apres__wrapper {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 610px) {
  .acces .acces__wrapper--map-left {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
  }
  .acces__wrapper--map-links {
    max-width: 419px;
    width: 100%;
  }
  .acces__item:nth-child(2n) {
    align-items: flex-start;
  }
  .acces__item .acces__item-left-part {
    padding-left: 20px;
  }
  .acces__item {
    align-items: flex-start;
  }
  .hero__wrapper--image h1 span {
    margin-left: 60px;
  }
}
@media screen and (max-width: 480px) {
  .hero__wrapper h2 {
    font-size: 16px !important;
    line-height: 30px;
  }
  .hero__wrapper--image h1 {
    font-size: 30px;
  }
  .traitements__wrapper--categories .traitement-category__image svg {
    width: 35vw;
  }
  .traitements__wrapper .other-categories .traitement-category__image svg {
    width: 35vw;
  }
  .popup-form {
    padding: 0 10px;
  }
  footer .site-footer__wrapper--top svg {
    max-width: 300px;
  }
}
@media screen and (max-width: 390px) {
  .hero__wrapper--image h1 {
    font-size: 24px;
  }
  .contact-form .wpcf7 .form-text {
    padding: 0 20px;
  }
}
.doctor-page {
  background: #F6EDEE;
}
.doctor-page .doctor__wrapper {
  max-width: 1390px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 116px;
}
.doctor-page .doctor__wrapper--left {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 505px;
  width: 100%;
}
.doctor-page .doctor__wrapper--left .button-primary {
  margin-top: 33px;
  font-weight: 500;
  color: #0F2849;
  text-align: center;
  padding: 12px 50px;
  line-height: 21px;
  align-items: center;
  justify-content: center;
}
.doctor-page .doctor__wrapper--left .button-primary:hover {
  color: #FEE9F1;
}
.doctor-page .doctor__wrapper--right {
  max-width: 818px;
  width: 100%;
}
.doctor-page .doctor__wrapper--right-text p {
  color: #0F2849;
}
.doctor-page .doctor__wrapper .breadcrumbs h1 {
  margin: 0;
  color: #0F2849;
}
.doctor-page .doctor__wrapper .breadcrumbs .breadcrumbs__lower {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-family: "Objectivity";
  margin-top: 20px;
}
.doctor-page .doctor__wrapper .breadcrumbs .breadcrumbs__lower a {
  line-height: 18px;
  color: #0F2849;
}
.doctor-page .doctor__wrapper .breadcrumbs .breadcrumbs__lower span {
  font-family: "Objectivity";
  line-height: 18px;
  color: #0F2849;
}
.doctor-page .accordion {
  padding: 1rem 0;
  transition: 0.3s all;
}
.doctor-page .accordion__title {
  color: #C5AEB9;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Objectivity";
  letter-spacing: 2px;
  cursor: pointer;
  position: relative;
  padding-left: 39px;
  transition: 0.3s all;
}
.doctor-page .accordion__title::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  padding: 5px;
  border-top: 1px solid;
  border-left: 1px solid;
  position: absolute;
  left: 6px;
  top: 8px;
  transform: rotate(-135deg);
  transition: 0.3s all;
}
.doctor-page .accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.doctor-page .accordion.active .accordion__content {
  max-height: max-content;
}
.doctor-page .accordion.active .accordion__title {
  font-weight: 400;
  font-family: "Objectivity";
  font-size: 26px;
  color: #0F2849;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #0F2849;
  line-height: normal;
  padding-bottom: 15px;
}
.doctor-page .accordion.active .accordion__title::after {
  transform: rotate(45deg);
}
.doctor-page .accordion.active .accordion__content {
  margin-top: 15px;
  font-size: 16px;
  color: #0F2849;
  font-family: "Objectivity";
}
.doctor-page .accordion.active .accordion__content p {
  margin: 0;
}
.doctor-page .accordion.active .accordion__content ul li {
  font-family: "Objectivity";
  font-size: 16px;
  text-transform: inherit;
}
.doctor-page h1 {
  font-size: 60px;
}

.tarifs-page {
  background: #F6EDEE;
}
.tarifs-page .breadcrumbs .breadcrumbs__content--breadcrumbs {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 77px;
  padding-bottom: 35px;
}
.tarifs-page .tarifs {
  max-width: 928px;
  margin: auto;
}
.tarifs-page .tarifs__content p {
  margin-bottom: 10px !important;
}
.tarifs-page .tarifs p {
  margin: 0;
  text-align: justify;
}
.tarifs-page .tarifs .tarifs__items {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  row-gap: 33px;
  margin-bottom: 64px;
}
.tarifs-page .tarifs .tarifs__items .tarifs__item--item {
  display: flex;
  justify-content: space-between;
}
.tarifs-page .tarifs .tarifs__items .tarifs__item--item h5 {
  font-family: "Objectivity";
  font-size: 20px;
  margin: 0;
  font-weight: 500;
  color: #0F2849;
}
.tarifs-page .tarifs .tarifs__items .tarifs__item--item .tarifs__item--item-text {
  max-width: 454px;
  width: 100%;
}
.tarifs-page .tarifs .tarifs__items .tarifs__item--item .tarifs__item--item-text p {
  font-size: 20px;
  color: #0F2849;
}
.tarifs-page .tarifs .tarifs__items_bottom {
  display: flex;
  flex-direction: column;
  row-gap: 33px;
}
.tarifs-page .tarifs .tarifs__items_bottom p {
  color: #0F2849;
}
.tarifs-page .tarifs .tarifs__items_bottom .tarifs__item--item {
  display: flex;
  justify-content: space-between;
}
.tarifs-page .tarifs .tarifs__items_bottom .tarifs__item--item h5 {
  font-family: "Objectivity";
  font-size: 20px;
  margin: 0;
  font-weight: 500;
  color: #0F2849;
}
.tarifs-page .tarifs .tarifs__items_bottom .tarifs__item--item .tarifs__item--item-text {
  max-width: 454px;
  width: 100%;
}

.conseils {
  background: #F6EDEE;
}
.conseils .conseil-button::after {
  content: "";
  display: block;
  border-top: 1px solid #0F2849;
  border-left: 1px solid #0F2849;
  padding: 4px;
  width: 8px;
  transform: rotate(135deg);
  position: absolute;
  left: 17px;
  top: 19px;
  transition: 0.3s all;
}
.conseils .conseil-button {
  display: block;
  background: #F6EDEE;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  position: relative;
  margin-left: auto;
  margin-bottom: 20px;
  transition: 0.3s all;
}
.conseils .conseil-button:hover {
  background: #0F2849;
}
.conseils .conseil-button:hover::after {
  border-top: 2px solid #F6EDEE;
  border-left: 2px solid #F6EDEE;
}
.conseils .breadcrumbs .breadcrumbs__content--breadcrumbs {
  margin-top: 77px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.conseils .slide-out-right {
  animation: slideOutRight 0.6s forwards;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
.conseils .slide-in-left {
  animation: slideInLeft 0.6s forwards;
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.conseils .union-bottom-left {
  position: absolute;
  bottom: 80px;
  left: 135px;
  z-index: -1;
}
.conseils .back-button {
  background: none;
}
.conseils .conseils-section {
  position: relative;
  z-index: 1;
  margin-top: 55px;
}
.conseils .conseils-section-container {
  display: flex;
  max-width: 1410px;
  margin: auto;
  justify-content: space-between;
}
.conseils .conseils-section-container .conseils-categories {
  max-width: 330px;
  width: 100%;
}
.conseils .conseils-section-container .conseils-categories__container--buttons {
  display: flex;
  flex-direction: column;
  row-gap: 27px;
}
.conseils .conseils-section-container .conseils-categories__container--buttons .conseils-category-button {
  cursor: pointer;
  background: none;
  border: unset;
  padding: 0;
  text-align: left;
  transition: 0.3s all;
  color: #C5AEB9;
  font-size: 26px;
  font-family: "Objectivity";
  text-transform: uppercase;
}
.conseils .conseils-section-container .conseils-categories__container--buttons .conseils-category-button:hover {
  color: #0F2849;
}
.conseils .conseils-section-container .conseils-categories__container--buttons .conseils-category-button.active {
  border-bottom: 1px solid #0F2849;
  color: #0F2849;
  font-size: 48px;
  font-family: "Aboreto";
  line-height: 65px;
  padding-bottom: 15px;
}
.conseils .conseils-section-container .conseils-posts__container {
  max-width: 931px;
  width: 100%;
  display: flex;
  row-gap: 30px;
  text-decoration: none;
  flex-wrap: wrap;
  column-gap: 31px;
}
.conseils .conseils-section-container .conseils-posts__container--conseils-item {
  display: flex;
  justify-content: flex-start;
  text-decoration: none;
  max-width: 450px;
  width: 100%;
  flex-direction: column;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}
.conseils .conseils-section-container .conseils-posts__container--conseils-item__description p {
  color: #3F4549;
  line-height: 26px;
  font-family: "Manrope";
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 0;
}
.conseils .conseils-section-container .conseils-posts__container--conseils-item__title {
  width: 100%;
  background: #fff;
  padding: 0 20px;
}
.conseils .conseils-section-container .conseils-posts__container--conseils-item__title h2 {
  margin: 0;
  line-height: 48px;
  font-size: 22px;
  color: #0F2849;
  font-family: "Objectivity";
  font-weight: 400;
  text-transform: none;
  padding-top: 30px;
  padding-bottom: 43px;
}
.conseils .conseils-section-container .conseils-posts__container--conseils-item__title span {
  text-transform: capitalize;
  margin: 0;
  font-family: "Manrope";
  color: #3F4549;
}
.conseils .conseils-section-container .conseils-posts__container--conseils-item__image {
  width: 100%;
  max-width: 450px;
  height: 192px;
}
.conseils .conseils-section-container .conseils-posts__container--conseils-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .conseils .conseils-posts__container--conseils-item {
    column-gap: 15px;
  }
  .conseils .conseils-section-container {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
  .conseils .conseils-section-container .conseils-categories {
    max-width: 930px;
    margin: auto;
    margin-bottom: 30px;
  }
  .conseils .conseils-section-container .conseils-categories__container--buttons {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .conseils .conseils-section-container .conseils-categories__container--buttons .conseils-category-button {
    font-size: 14px;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .conseils .archive__content--button {
    margin-top: 20px;
  }
  .conseils .union-bottom-left {
    display: none;
  }
  .conseils .conseils-posts__container--conseils-item {
    flex-direction: column;
    align-items: center;
  }
  .conseils .conseils-section-container .conseils-categories {
    overflow: auto;
  }
  .conseils .conseils-section-container .conseils-categories__container {
    white-space: nowrap;
  }
  .conseils .conseils-section-container .conseils-posts__container--conseils-item__title {
    max-width: 450px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .conseils .archive__union-left {
    display: none;
  }
}

.consentement-page {
  background: #F6EDEE;
}
.consentement-page .breadcrumbs .breadcrumbs__content--breadcrumbs {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 77px;
  padding-bottom: 68px;
}
.consentement-page .consentement__wrapper {
  display: flex;
  max-width: 1410px;
  margin: auto;
  justify-content: start;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 30px;
}
.consentement-page .consentement__wrapper--item {
  max-width: 449px;
  width: 100%;
  background: #fff;
  border-radius: 50px 0 50px 0;
  padding: 40px 40px 40px 30px;
}
.consentement-page .consentement__wrapper--item h4 {
  font-size: 22px;
  letter-spacing: 2px;
  color: #0F2849;
  max-width: 350px;
}
.consentement-page .consentement__wrapper--item-links {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.consentement-page .consentement__wrapper--item-links a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  height: fit-content;
}
.consentement-page .consentement__wrapper--item-links a p {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Objectivity";
  color: #0F2849;
  margin: 0;
  line-height: 32px;
  letter-spacing: 2px;
  height: fit-content;
}

.single-content-page {
  background: #F6EDEE;
}
.single-content-page .breadcrumbs {
  max-width: 1040px;
  margin: auto;
  padding-top: 77px;
  padding-bottom: 55px;
}
.single-content-page .breadcrumbs .breadcrumbs__content--breadcrumbs {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-content-page .breadcrumbs .breadcrumbs__content--breadcrumbs h1 {
  text-align: center;
}
.single-content-page .singl-content {
  max-width: 930px;
  margin: auto;
}
.single-content-page .singl-content h2, .single-content-page .singl-content h3, .single-content-page .singl-content h4, .single-content-page .singl-content p, .single-content-page .singl-content li {
  color: #0F2849;
  margin: 0;
  margin-bottom: 16px;
}
.single-content-page .singl-content h2 {
  text-align: center;
  margin: 0;
  margin-bottom: 16px;
}
.single-content-page .singl-content p {
  text-align: justify;
}
.single-content-page .singl-content a {
  color: #C5AEB9;
  text-decoration: underline;
}
.single-content-page .singl-content figure.wp-block-image {
  margin-top: 0;
  margin-bottom: 20px;
}
.single-content-page .singl-content .wp-block-columns {
  margin-bottom: 16px;
  justify-content: space-between;
}
.single-content-page .singl-content .wp-block-columns .wp-block-column:first-child {
  max-width: 470px;
}
.single-content-page .singl-content .wp-block-columns .wp-block-column:nth-child(2n) {
  max-width: 400px;
}
.single-content-page .singl-content .wp-block-columns p {
  margin: 0;
  margin-bottom: 10px;
}
.single-content-page .singl-content .wp-block-columns figure {
  margin: 0;
}
.single-content-page .singl-content h3 {
  font-family: "Objectivity";
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0F2849;
}
.single-content-page .singl-content ul.wp-block-list {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  margin-top: 10px;
}
.single-content-page .singl-content ul.wp-block-list li {
  list-style: none;
  display: block;
  align-items: start;
  column-gap: 10px;
  font-family: "Objectivity";
  font-size: 16px;
  color: #0F2849;
  margin-bottom: 6px;
  padding-left: 13px;
  position: relative;
  text-align: justify;
}
.single-content-page .singl-content ul.wp-block-list li strong {
  text-wrap: nowrap;
}
.single-content-page .singl-content ul.wp-block-list li::before {
  content: "";
  display: block;
  max-width: 6px;
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background: #5E6469;
  margin-top: 7px;
  position: absolute;
  left: 0px;
}
.single-content-page .singl-content ol.wp-block-list {
  margin: 0;
  padding: 0;
  padding-left: 18px;
  margin-bottom: 20px;
}
.single-content-page .singl-content ol.wp-block-list li {
  font-family: "Objectivity";
  font-size: 16px;
  color: #0F2849;
  margin-bottom: 6px;
  text-align: justify;
}
.single-content-page .singl-content blockquote {
  margin: 0;
  padding: 20px 50px;
  background: #C5AEB9;
  border-radius: 50px 0 50px 0;
  margin: 40px 0;
}
.single-content-page .singl-content blockquote p {
  margin: 0;
  text-align: center;
}
.single-content-page h1 {
  font-size: 60px;
}
.single-content-page h2 {
  font-size: 40px;
}
.single-content-page h3 {
  font-size: 26px;
}

.category-page {
  background: #F6EDEE;
}
.category-page .breadcrumbs {
  max-width: 957px;
  margin: auto;
}
.category-page .breadcrumbs h1 {
  text-align: center;
}
.category-page .conseil-button::after {
  content: "";
  display: block;
  border-top: 1px solid #0F2849;
  border-left: 1px solid #0F2849;
  padding: 4px;
  width: 8px;
  transform: rotate(135deg);
  position: absolute;
  left: 17px;
  top: 19px;
  transition: 0.3s all;
}
.category-page .conseil-button {
  display: block;
  background: #F6EDEE;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  position: relative;
  margin-left: auto;
  transition: 0.3s all;
}
.category-page .conseil-button:hover {
  background: #0F2849;
}
.category-page .conseil-button:hover::after {
  border-top: 2px solid #F6EDEE;
  border-left: 2px solid #F6EDEE;
}
.category-page .breadcrumbs .breadcrumbs__content--breadcrumbs {
  margin-top: 77px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 55px;
}
.category-page .traitements-list {
  max-width: 931px;
  margin: auto;
}
.category-page .traitements-list .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 55px;
}
.category-page .traitements-list .container .conseils-posts__container--conseils-item__title {
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 30px;
}
.category-page .traitements-list a {
  max-width: 450px;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 50px 0 50px 0;
  background: #fff;
  min-height: 368px;
}
.category-page .traitements-list a .conseils-posts__container--conseils-item__image {
  height: 192px;
}
.category-page .traitements-list a .conseils-posts__container--conseils-item__image img {
  height: 100%;
  object-fit: cover;
}
.category-page .traitements-list a .conseils-posts__container--conseils-item__title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.category-page .traitements-list a .conseils-posts__container--conseils-item__title h4 {
  color: #0F2849;
  font-size: 22px;
  font-family: "Objectivity";
  margin: 0;
}

.faq-page {
  background: #F6EDEE;
}
.faq-page .faq__wrapper {
  display: flex;
  max-width: 1411px;
  width: 100%;
  margin: auto;
  justify-content: space-between;
}
.faq-page .faq__wrapper--categories {
  max-width: 583px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.faq-page .faq__wrapper--questions {
  max-width: 793px;
  width: 100%;
}
.faq-page .faq__category-title,
.faq-page .faq__post-title {
  color: #C5AEB9;
}
.faq-page .faq__category-title {
  font-size: 26px;
  letter-spacing: 2px;
  margin: 0;
  position: relative;
  padding-left: 44px;
  cursor: pointer;
  transition: 0.3s all;
}
.faq-page .faq__category-title::before {
  content: "";
  display: block;
  width: 3px;
  border-top: 1px solid #C5AEB9;
  border-right: 1px solid #C5AEB9;
  padding: 4px;
  position: absolute;
  left: 7px;
  top: 15px;
  transform: rotate(135deg);
  transition: 0.3s all;
}
.faq-page .faq__category-title.active {
  padding-bottom: 30px;
}
.faq-page .faq__category-title.active::before {
  border-top: 1px solid #0F2849;
  border-right: 1px solid #0F2849;
  transform: rotate(-45deg);
}
.faq-page .faq__category-title.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #0F2849;
  position: absolute;
  bottom: 15px;
  left: 0px;
}
.faq-page .faq__post-title {
  font-family: "Objectivity";
  font-size: 22px;
  letter-spacing: 2px;
  cursor: pointer;
}
.faq-page .faq__category-title.active,
.faq-page .faq__post-title.active {
  color: #0F2849;
}
.faq-page .faq__question {
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  font-size: 22px;
  font-family: "Objectivity";
  color: #0F2849;
  letter-spacing: 2px;
  font-weight: 400;
  padding-left: 44px;
  position: relative;
}
.faq-page .faq__question::before {
  content: "";
  display: block;
  width: 3px;
  border-top: 1px solid #0F2849;
  border-right: 1px solid #0F2849;
  padding: 4px;
  position: absolute;
  left: 7px;
  top: 8px;
  transform: rotate(135deg);
  transition: 0.3s all;
}
.faq-page .faq__answers {
  flex-direction: column;
  row-gap: 30px;
}
.faq-page .faq__answer {
  display: none;
}
.faq-page .faq__answer p {
  margin-bottom: 0;
  text-align: justify;
  color: #0F2849;
}
.faq-page .faq__posts {
  flex-direction: column;
  row-gap: 30px;
}
.faq-page .faq__accordion-item.active .faq__question::before {
  transform: rotate(-45deg);
  top: 10px;
}
.faq-page .breadcrumbs__content--breadcrumbs {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 77px;
  padding-bottom: 55px;
}

.parcours-page {
  background: #F6EDEE;
}
.parcours-page .parcours__wrapper {
  display: flex;
  max-width: 1657px;
  margin: auto;
  margin-right: 0;
  width: 100%;
  justify-content: space-between;
}
.parcours-page .parcours__wrapper--categories {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 601px;
}
.parcours-page .parcours__wrapper--image {
  max-width: 945px;
  width: 100%;
}
.parcours-page .parcours__category-title,
.parcours-page .parcours__post-title {
  color: #C5AEB9;
}
.parcours-page .parcours__post-title {
  color: #0F2849;
}
.parcours-page .parcours__category-title {
  font-size: 26px;
  letter-spacing: 2px;
  margin: 0;
  position: relative;
  padding-left: 44px;
  cursor: pointer;
  transition: 0.3s all;
}
.parcours-page .parcours__category-title::before {
  content: "";
  display: block;
  width: 3px;
  border-top: 1px solid #C5AEB9;
  border-right: 1px solid #C5AEB9;
  padding: 4px;
  position: absolute;
  left: 7px;
  top: 15px;
  transform: rotate(135deg);
  transition: 0.3s all;
}
.parcours-page .parcours__category-title.active {
  padding-bottom: 30px;
}
.parcours-page .parcours__category-title.active::before {
  border-top: 1px solid #0F2849;
  border-right: 1px solid #0F2849;
  transform: rotate(-45deg);
}
.parcours-page .parcours__category-title.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #0F2849;
  position: absolute;
  bottom: 15px;
  left: 0px;
}
.parcours-page .parcours__post-title {
  font-family: "Objectivity";
  font-size: 22px;
  letter-spacing: 2px;
  cursor: pointer;
}
.parcours-page .parcours__post-title {
  color: #C5AEB9;
}
.parcours-page .parcours__category-title.active,
.parcours-page .parcours__post-title.active {
  color: #0F2849;
}
.parcours-page .parcours__question {
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  font-size: 22px;
  font-family: "Objectivity";
  color: #0F2849;
  letter-spacing: 2px;
  font-weight: 400;
  padding-left: 44px;
  position: relative;
}
.parcours-page .parcours__question::before {
  content: "";
  display: block;
  width: 3px;
  border-top: 1px solid #0F2849;
  border-right: 1px solid #0F2849;
  padding: 4px;
  position: absolute;
  left: 7px;
  top: 8px;
  transform: rotate(135deg);
  transition: 0.3s all;
}
.parcours-page .parcours__answers {
  flex-direction: column;
  row-gap: 30px;
}
.parcours-page .parcours__answer {
  display: none;
}
.parcours-page .parcours__answer p {
  margin-bottom: 0;
  text-align: justify;
}
.parcours-page .parcours__posts {
  flex-direction: column;
  row-gap: 30px;
}
.parcours-page .parcours__accordion-item.active .parcours__question::before {
  transform: rotate(-45deg);
  top: 10px;
}
.parcours-page .breadcrumbs__content--breadcrumbs {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 77px;
  padding-bottom: 55px;
}
.parcours-page .etapes {
  padding-top: 315px;
  padding-bottom: 315px;
}
.parcours-page .etapes__wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.parcours-page .etapes__image {
  width: 100%;
  display: block;
}
.parcours-page .etapes__wrapper--etape-item {
  position: absolute;
  width: 100%;
  max-width: 450px;
  transform: translateX(-50%);
}
.parcours-page .etapes__wrapper--etape-item p {
  font-size: clamp(0.625rem, 0rem + 0.8333vw, 1rem);
  color: #0F2849;
}
.parcours-page .etapes__wrapper--etape-item h4 {
  font-size: clamp(0.625rem, -0.625rem + 1.6667vw, 1.375rem);
  color: #0F2849;
}
.parcours-page .etapes__wrapper--etape-item.top {
  transform: translateX(-50%) translateY(-100%);
}
@media screen and (max-width: 1710px) {
  .parcours-page .etapes__wrapper--etape-item {
    max-width: 360px;
  }
  .parcours-page .parcours__wrapper {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1550px) {
  .parcours-page .parcours__wrapper {
    column-gap: 30px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .parcours-page .etapes__wrapper--etape-item {
    max-width: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .parcours-page .etapes__wrapper--etape {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 50px;
  }
  .parcours-page .etapes__image {
    display: none;
  }
  .parcours-page .etapes__wrapper--etape-item {
    position: inherit;
    transform: none;
  }
  .parcours-page .etapes__wrapper--etape-item h4 {
    font-size: 20px;
  }
  .parcours-page .etapes__wrapper--etape-item p {
    font-size: 18px;
  }
  .parcours-page .etapes__wrapper--etape-item.top {
    transform: none;
  }
  .parcours-page .etapes {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .parcours-page .etapes__wrapper--etape {
    column-gap: 20px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .parcours-page .parcours__wrapper {
    flex-direction: column;
    row-gap: 50px;
    padding: 0;
  }
  .parcours-page .parcours__wrapper--categories {
    margin: auto;
    width: 90%;
    margin-left: auto;
  }
  .parcours-page .parcours__wrapper--image img {
    width: 90%;
    margin-left: auto;
  }
}

@media screen and (max-width: 1440px) {
  .doctor-page .doctor__wrapper {
    column-gap: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .doctor-page .doctor__wrapper--left {
    max-width: 505px;
    width: 100%;
  }
  .conseils .conseils-section-container {
    padding: 0 20px;
  }
  .consentement-page .consentement__wrapper--item {
    width: 31%;
  }
  .consentement-page .consentement__wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1400px) {
  .faq-page .faq__wrapper {
    padding: 0 20px;
    column-gap: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .conseils .conseils-section-container .conseils-posts__container--conseils-item {
    width: 48%;
    justify-content: flex-start;
    min-height: 429px;
  }
  .conseils .conseils-section-container .conseils-posts__container--conseils-item__title {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
  .single-content-page .singl-content {
    padding: 0 20px;
  }
  .consentement-page .consentement__wrapper--item {
    width: 45%;
  }
  .consentement-page .consentement__wrapper {
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .doctor-page .doctor__wrapper .breadcrumbs h1 {
    font-size: 34px;
  }
  .tarifs-page .tarifs {
    padding: 0 20px;
  }
  .tarifs-page .tarifs .tarifs__items .tarifs__item--item {
    flex-direction: column;
    width: 47%;
  }
  .tarifs-page .tarifs .tarifs__items {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 30px;
  }
  .tarifs-page .tarifs .tarifs__items .tarifs__item--item {
    justify-content: flex-start;
  }
  .conseils .conseils-section-container .conseils-posts__container {
    justify-content: center;
  }
  .conseils .conseils-section-container .conseils-categories__container--buttons {
    column-gap: 28px;
  }
  .conseils .conseils-section-container .conseils-categories__container--buttons .conseils-category-button.active {
    font-size: 20px;
    line-height: normal;
    padding: 0;
  }
  .category-page .traitements-list a {
    width: 48%;
  }
  .category-page .traitements-list .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 781px) {
  .single-content-page .singl-content .wp-block-columns .wp-block-column:first-child {
    width: 100%;
    max-width: none;
  }
  .single-content-page .singl-content .wp-block-columns .wp-block-column:nth-child(2n) {
    margin: auto;
  }
  .single-content-page .singl-content .wp-block-columns {
    row-gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .consentement-page .consentement__wrapper--item {
    width: 100%;
  }
  .category-page .traitements-list .container {
    flex-direction: column;
    align-items: center;
  }
  .category-page .traitements-list a {
    width: 100%;
  }
  .conseils .conseils-section-container .conseils-posts__container--conseils-item {
    width: 100%;
  }
  .doctor-page .doctor__wrapper--left {
    margin: auto;
    max-width: 355px;
  }
  .doctor-page .doctor__wrapper {
    flex-direction: column;
    padding-top: 50px;
    row-gap: 40px;
  }
  .tarifs-page .tarifs__items p {
    text-align: left;
  }
  .faq-page .faq__wrapper {
    flex-direction: column;
    row-gap: 50px;
  }
  .faq-page .faq__post-title {
    font-size: 16px;
  }
  .faq-page .faq__posts {
    row-gap: 8px;
  }
  .faq-page .faq__question {
    font-size: 20px;
  }
  .faq-page .faq__answer p {
    font-size: 16px;
  }
}
@media screen and (max-width: 470px) {
  .tarifs-page .tarifs .tarifs__items_bottom .tarifs__item--item {
    flex-direction: column;
  }
  .single-content-page .singl-content h2 {
    line-height: 40px;
  }
}
@media screen and (max-width: 400px) {
  .doctor-page .doctor__wrapper .breadcrumbs h1 {
    line-height: 40px;
    font-size: 30px;
  }
  .conseils .conseils-section-container .conseils-posts__container--conseils-item {
    min-height: auto;
  }
  .conseils .conseils-section-container .conseils-posts__container--conseils-item__title h2 {
    padding: 20px 0;
    font-size: 18px !important;
  }
}
@font-face {
  font-family: "Objectivity";
  src: url("../../src/fonts/Objectivity/Objectivity-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Objectivity";
  src: url("../../src/fonts/Objectivity/Objectivity-BlackSlanted.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Objectivity";
  src: url("../../src/fonts/Objectivity/Objectivity-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Objectivity";
  src: url("../../src/fonts/Objectivity/Objectivity-BoldSlanted.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Objectivity";
  src: url("../../src/fonts/Objectivity/Objectivity-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Objectivity";
  src: url("../../src/fonts/Objectivity/Objectivity-ExtraBoldSlanted.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Objectivity";
  src: url("../../src/fonts/Objectivity/Objectivity-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Objectivity";
  src: url("../../src/fonts/Objectivity/Objectivity-LightSlanted.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Objectivity";
  src: url("../../src/fonts/Objectivity/Objectivity-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Objectivity";
  src: url("../../src/fonts/Objectivity/Objectivity-MediumSlanted.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Objectivity";
  src: url("../../src/fonts/Objectivity/Objectivity-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Objectivity";
  src: url("../../src/fonts/Objectivity/Objectivity-RegularSlanted.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Objectivity";
  src: url("../../src/fonts/Objectivity/Objectivity-Super.otf") format("opentype");
  font-weight: 950;
  font-style: normal;
}
@font-face {
  font-family: "Objectivity";
  src: url("../../src/fonts/Objectivity/Objectivity-SuperSlanted.otf") format("opentype");
  font-weight: 950;
  font-style: italic;
}
@font-face {
  font-family: "Objectivity";
  src: url("../../src/fonts/Objectivity/Objectivity-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Objectivity";
  src: url("../../src/fonts/Objectivity/Objectivity-ThinSlanted.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}
body {
  margin-bottom: 0;
}

main {
  padding-top: 100px;
}

h1,
h2,
h3,
h4,
span,
li {
  font-family: "Aboreto", system-ui;
  transition: 0.3s all;
}

h1 {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 90px;
  color: #FEE9F1;
}

.home h1 {
  font-size: 80px;
}

h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h4 {
  font-family: "Objectivity", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 2px;
}

p {
  font-family: "Objectivity", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  transition: 0.3s all;
}

a {
  font-family: "Objectivity", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 2px;
  text-decoration: none;
  transition: 0.3s all;
}

img {
  display: block;
}

.button-primary-retour {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 84px 0;
}

.button-primary {
  max-width: max-content;
  width: 100%;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0F2849;
  border-radius: 40px;
  height: 48px;
  color: #0F2849;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s all;
  cursor: pointer;
}
.button-primary p {
  color: #0F2849;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
}
.button-primary:hover {
  color: #FEE9F1;
  background: #0F2849;
}
.button-primary:hover p {
  color: #FEE9F1;
}

.breadcrumbs h1 {
  margin: 0;
  color: #0F2849;
}
.breadcrumbs .breadcrumbs__lower {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-family: "Objectivity";
  margin-top: 20px;
}
.breadcrumbs .breadcrumbs__lower a {
  line-height: 18px;
  color: #0F2849;
  letter-spacing: 0;
}
.breadcrumbs .breadcrumbs__lower span {
  font-family: "Objectivity";
  line-height: 18px;
  color: #0F2849;
}

.error-page-main {
  padding-top: 290px;
}

.error404 {
  background: #F6EDEE;
}
.error404 header, .error404 footer {
  display: none;
}
.error404 .error-page {
  max-width: 598px;
  margin: auto;
  text-align: center;
}
.error404 .error-page h2 {
  font-family: "Aboreto";
  font-size: 48px;
  color: #0F2849;
}

@media screen and (max-width: 1190px) {
  main {
    padding-top: 70px;
  }
  .breadcrumbs h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 970px) {
  .breadcrumbs h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 59px;
  }
  h2 {
    font-size: 26px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  .breadcrumbs h1 {
    font-size: 40px;
  }
  .single-content-page .breadcrumbs {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumbs h1 {
    font-size: 26px;
    line-height: 40px;
  }
  .breadcrumbs .breadcrumbs__lower a, .breadcrumbs .breadcrumbs__lower span {
    font-size: 12px;
  }
  .single-content-page .singl-content h2 {
    font-size: 18px !important;
  }
}
.side-widget {
  position: fixed;
  right: 30px;
  bottom: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 17px;
}
.side-widget .widget-button {
  height: 72px;
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FEE9F1;
  border-radius: 71px;
  cursor: pointer;
  transition: 0.3s all;
  background: #0F2849;
}
.side-widget .rdv, .side-widget .mail {
  height: 72px;
}
.side-widget .widget-content {
  overflow: hidden;
  max-width: 0;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: max-width 0.4s ease, opacity 0.4s ease;
}
.side-widget .widget-content a, .side-widget .widget-content p {
  background: #FEE9F1;
  padding: 20px;
  border-radius: 50px 0;
  font-size: 20px;
  color: #0F2849;
  line-height: normal;
  margin-right: 12px;
  white-space: nowrap;
  border: 1px solid #0F2849;
}
.side-widget .rdv, .side-widget .mail, .side-widget .phone {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  margin-left: auto;
  position: relative;
}
.side-widget .rdv:hover .widget-content, .side-widget .mail:hover .widget-content, .side-widget .phone:hover .widget-content {
  max-width: 300px;
  opacity: 1;
  pointer-events: all;
}
.side-widget .rdv:hover .widget-button, .side-widget .mail:hover .widget-button, .side-widget .phone:hover .widget-button {
  background: #FEE9F1;
  border: 1px solid #0F2849;
}
.side-widget .rdv:hover .widget-button svg path, .side-widget .mail:hover .widget-button svg path, .side-widget .phone:hover .widget-button svg path {
  fill: #0F2849;
}

.custom-marker {
  position: absolute;
  transform: translate(-50%, -100%);
  transition: transform 0.3s ease;
  z-index: 1;
}
.custom-marker img {
  width: 84px;
  height: 84px;
  transition: transform 0.3s ease;
}
.custom-marker:hover img {
  transform: scale(1.2);
}

.tarifs-page .tarifs .tarifs__items_bottom .tarifs__item--item div {
  max-width: 454px;
  width: 100%;
}
.tarifs-page .tarifs .tarifs__items_bottom .tarifs__item--item div p {
  font-size: 20px;
}
/*# sourceMappingURL=style.css.map */
