:root {
  --color-main: #485767;
  --biscay: #184068;
  --antique-brass: #CA915E;
  --white: #fff;
  --ff-poppins: "Poppins", sans-serif;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fs-sm: 16px;
  --transition: 0.3s ease-in-out;
  --ff-main: var(--ff-poppins);
}

.lock {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--ff-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: var(--color-main);
}

img {
  transition: 0.3s;
}

p,
h1,
h2,
h3,
h4,
h5 {
  cursor: default;
}

body.page-template-patients-page,
body.page-template-correspondants-page {
  padding-top: 108px;
}

div,
p,
form,
input,
a,
span,
button,
textarea,
input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  transition: var(--transition);
}

ul,
li {
  display: block;
  padding: 0;
  margin: 0;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

a {
  color: var(--color-main);
}

.menu a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a,
button,
input {
  transition: all 0.4s ease;
  font-family: var(--ff-main);
}

img {
  max-width: 100%;
}

input,
input:hover,
input:focus,
input:active,
button,
button:hover,
button:focus,
button:active {
  outline: none;
}

a p,
a span,
a div,
a li,
a label,
a input,
a button {
  cursor: pointer;
}

span {
  color: inherit;
}

ul li {
  display: block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

a,
a svg,
a svg path,
a p,
a div {
  cursor: pointer;
  transition: var(--transition);
}

svg,
svg path,
svg rect {
  transition: var(--transition);
}

p,
span,
li,
ul,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button,
label,
strong,
b {
  cursor: default;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  transition: var(--transition);
}

h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 58px;
}
h1 span {
  color: var(--antique-brass);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 42px;
  }
}

h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 19px;
  }
}

h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  h5 {
    font-size: 17px;
  }
}

h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  h6 {
    font-size: 15px;
  }
}

p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

#wpadminbar {
  display: none;
}

.single,
.page-template,
.archive,
.error404 {
  min-height: calc(100vh - 91px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  max-width: 1440px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.phone,
.phone a,
.location {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  transition: var(--transition);
}
.phone h3,
.phone h4,
.phone a h3,
.phone a h4,
.location h3,
.location h4 {
  transition: var(--transition);
  cursor: pointer;
}
.phone svg,
.phone a svg,
.location svg {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
@media only screen and (min-width: 768px) {
  .phone:hover h3,
  .phone:hover h4,
  .phone a:hover h3,
  .phone a:hover h4,
  .location:hover h3,
  .location:hover h4 {
    color: #CA915E;
  }
}

@media only screen and (min-width: 768px) {
  .phone a {
    pointer-events: none;
  }
}
.title {
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 46px;
}
.title span {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .title {
    font-size: 26px !important;
  }
}

.page-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-main:not(.doctor-page, .conseils-page) {
  min-height: 100vh;
}

.page-content {
  padding-top: 40px;
}

.page-template:not(.page-template-page-cabinet),
.page-template-default:not(.home),
.single-nos-docteurs,
.single-post {
  padding-top: 88px;
}
.page-template:not(.page-template-page-cabinet) .header,
.page-template-default:not(.home) .header,
.single-nos-docteurs .header,
.single-post .header {
  background-color: var(--white);
}
.page-template:not(.page-template-page-cabinet) .header li a,
.page-template-default:not(.home) .header li a,
.single-nos-docteurs .header li a,
.single-post .header li a {
  color: var(--biscay);
}
.page-template:not(.page-template-page-cabinet) .header svg .word-cabinet path,
.page-template-default:not(.home) .header svg .word-cabinet path,
.single-nos-docteurs .header svg .word-cabinet path,
.single-post .header svg .word-cabinet path {
  fill: var(--biscay);
}

@media only screen and (max-width: 992px) {
  body {
    padding-top: 73px !important;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 63.94px !important;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-medium";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atkinson Hyperlegible";
  src: url("../fonts/AtkinsonHyperlegible-Regular.eot");
  src: url("../fonts/AtkinsonHyperlegible-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AtkinsonHyperlegible-Regular.woff2") format("woff2"), url("../fonts/AtkinsonHyperlegible-Regular.woff") format("woff"), url("../fonts/AtkinsonHyperlegible-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.rdv-btn {
  border-radius: 24px;
  background: var(--biscay);
  display: flex;
  padding: 8px 24px;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  color: var(--white);
  width: 114px;
  height: 42px;
  min-width: 114px;
}
.rdv-btn:hover {
  background: var(--antique-brass);
}

.btn {
  display: inline-flex;
  padding: 16px 60px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.btn .bg {
  background: var(--Style, #ca915e);
  -webkit-backdrop-filter: blur(5.5px);
  backdrop-filter: blur(5.5px);
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.btn span {
  position: relative;
  z-index: 1;
  color: var(--white);
}
.btn.btn-blue .bg {
  background: var(--biscay);
}
.btn.btn-blue:hover .bg {
  background: var(--Style, #ca915e);
}

.wpcf7-form .wpcf7-not-valid-tip {
  opacity: 0;
}

.wpcf7-form.invalid .wpcf7-not-valid-tip {
  opacity: 1;
}

.back-wrap {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.slider-nav {
  display: flex;
  align-items: center;
  width: 48.438%;
  margin: 0 auto;
  margin-top: 60px;
}
.slider-nav .swiper-pagination {
  position: static;
  margin: 0;
  color: #184068;
}
.slider-nav .swiper-button-prev,
.slider-nav .swiper-button-next {
  position: static;
  margin: 0;
}
.slider-nav .swiper-button-prev svg,
.slider-nav .swiper-button-next svg {
  width: 44px;
  height: 44px;
  min-width: 44px;
}
.slider-nav .swiper-button-prev:after,
.slider-nav .swiper-button-next:after {
  display: none;
}
.slider-nav .swiper-button-prev:hover svg rect,
.slider-nav .swiper-button-next:hover svg rect {
  fill: var(--antique-brass);
}
.slider-nav .swiper-button-prev:hover svg path,
.slider-nav .swiper-button-next:hover svg path {
  stroke: #fff;
}
@media only screen and (max-width: 992px) {
  .slider-nav {
    width: 72.438%;
  }
}

.error,
.single-page {
  padding-top: 88px;
}
@media only screen and (max-width: 992px) {
  .error,
  .single-page {
    padding-top: 0;
  }
}

[data-aos=reveal-image] {
  transition: 1.3s 0.1s cubic-bezier(0.51, 0.01, 0, 1.06);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
[data-aos=reveal-image] img {
  transition: transform 1.3s ease-out;
  transform-origin: left center;
  transform: scaleX(0);
}
[data-aos=reveal-image].aos-animate {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
[data-aos=reveal-image].aos-animate img {
  transform: scale(1);
}

[data-aos=show] {
  opacity: 0;
}
[data-aos=show].aos-animate {
  opacity: 1;
}

.page-hero .container .wrap {
  width: 100% !important;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  overflow: auto;
  max-width: 100%;
}
.breadcrumbs a,
.breadcrumbs span {
  white-space: nowrap;
}
.breadcrumbs .home-link {
  display: flex;
  align-items: center;
  max-height: 40px;
  height: 40px;
}
.breadcrumbs .home-link:hover svg rect {
  fill: #CA915E;
}
.breadcrumbs .home-link:hover svg path {
  stroke: #fff;
}
.breadcrumbs a:hover {
  color: #CA915E;
}

.widgets {
  align-items: flex-end;
  top: 30vh;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  z-index: 10;
  gap: 4px;
  right: 25px;
}
@media (max-width: 992px) {
  .widgets {
    display: none;
  }
}

.widgets .widget {
  justify-content: flex-start;
  min-height: 64px;
  min-width: 64px;
  background-color: #ca915e;
  border-radius: 16px;
  overflow: hidden;
}

.widgets .widget,
.widgets .widget-info {
  align-items: center;
  display: flex;
  position: relative;
}

.widget-contact div,
.widget-contact span {
  cursor: pointer;
}

.widgets .widget-info {
  color: #fff;
  height: 64px;
  justify-content: flex-end;
  padding-right: 20px;
  opacity: 0;
  overflow: hidden;
  padding-block: 18px;
  text-align: center;
  transition: width 0.7s ease-in-out, opacity 0.1s ease-in-out 0.15s, padding-inline 0.7s ease-in-out 0.15s;
  width: 0;
}
.widgets .widget-info a {
  color: #fff;
}

.widgets .widget-info:before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.widget.widget-phone a {
  pointer-events: none;
}

.widgets .widget-info span {
  opacity: 0;
  transition: opacity 0.2s ease-in-out 0.5s;
}

.widgets .widget-logo {
  align-items: center;
  color: #fff5f1;
  display: flex;
  height: 64px;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
}

.widgets .widget-logo svg {
  overflow: visible;
}

.widgets .widget:is(:hover, .active) .widget-info {
  opacity: 1;
  width: 185px;
}

.widgets .widget:is(:hover, .active) .widget-info span {
  opacity: 1;
}

.widgets .widget:nth-child(3):is(:hover, .active) .widget-info {
  width: 120px;
}

.widget-contactt {
  position: fixed;
  z-index: 999;
  width: 75px;
  height: 75px;
  padding: 15px;
  right: 25px;
  bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(233.5deg, #c9905e, rgba(201, 144, 94, 0.7));
  border-radius: 50%;
  overflow: hidden;
}
.widget-contactt::before {
  content: "";
  background: url("data:image/svg+xml,%3csvg%20width='25'%20height='28'%20viewBox='0%200%2025%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M23.7077%2015.1723C23.7009%2015.2105%2023.6924%2015.2479%2023.6806%2015.2851C23.5525%2015.8176%2023.3728%2016.3756%2023.1565%2016.9116L20.1014%2024.1683L18.9278%2026.9555C18.8337%2027.1794%2018.6421%2027.3472%2018.408%2027.4117C18.3385%2027.4311%2018.2681%2027.4397%2018.1977%2027.4397C18.0298%2027.4397%2017.8645%2027.3871%2017.7271%2027.2854L13.6129%2024.2522C9.96754%2024.7118%206.27642%2023.4602%203.67745%2020.8647C-0.969307%2016.2264%20-0.969307%208.67798%203.67745%204.03877C8.32421%20-0.599512%2015.8854%20-0.599512%2020.5321%204.03877C23.4703%206.97267%2024.6549%2011.1302%2023.7077%2015.1723ZM7.60993%208.73722C7.26066%208.73722%206.97753%209.00831%206.97753%209.34613C6.97753%209.68396%207.26066%209.95505%207.60993%209.95505H17.1319C17.4813%209.95505%2017.7644%209.68396%2017.7644%209.34613C17.7644%209.00831%2017.4813%208.73722%2017.1319%208.73722H7.60993ZM17.7641%2012.9997C17.7641%2012.6619%2017.4811%2012.3908%2017.1317%2012.3908H7.60976C7.26041%2012.3908%206.97736%2012.6619%206.97736%2012.9997C6.97736%2013.3375%207.26041%2013.6086%207.60976%2013.6086H17.1317C17.4811%2013.6086%2017.7641%2013.3375%2017.7641%2012.9997ZM7.6091%2015.9574C7.26025%2015.9574%206.97763%2016.2284%206.97763%2016.5663C6.97763%2016.9041%207.26025%2017.1752%207.6091%2017.1752H13.0445C13.3932%2017.1752%2013.6758%2016.9041%2013.6758%2016.5663C13.6758%2016.2284%2013.3932%2015.9574%2013.0445%2015.9574H7.6091Z'%20fill='white'/%3e%3c/svg%3e");
  display: block;
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.error {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
}

.error404__number {
  font-size: 50px;
  margin-bottom: 40px;
}

.error404__title {
  font-size: 27px;
  margin-bottom: 20px;
}

.error404__subtitle {
  font-size: 16px;
  text-align: center;
}

.error404__button {
  width: 100%;
  min-width: 300px;
  max-width: 300px;
  margin-top: 40px;
  justify-content: center;
}

.error404 .header {
  position: inherit;
}

.error404 {
  padding-top: 0 !important;
  min-height: 100vh;
}

.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 114px;
  transition: 0.3s;
}
.header a {
  color: var(--white);
}
.header:hover {
  background-color: var(--white);
}
.header:hover .menu-item-has-children > a::after {
  content: url(../img/menu-arrow-blue.svg);
}
.header:hover li a {
  color: var(--biscay);
}
.header:hover li a:hover {
  color: var(--antique-brass);
}
.header:hover svg .word-cabinet path {
  fill: var(--biscay);
}
.header:hover .burger {
  color: var(--biscay);
}
.header:hover .burger span {
  background: var(--biscay);
}
.header.f-nav {
  background-color: var(--white);
}
.header.f-nav .menu-item-has-children > a::after {
  content: url(../img/menu-arrow-blue.svg);
}
.header.f-nav li a {
  color: var(--biscay);
}
.header.f-nav svg .word-cabinet path {
  fill: var(--biscay);
}
.header-widgets {
  display: none;
}
.header .buttons {
  display: none;
}
.header .buttons .btn-close {
  display: none;
  cursor: pointer;
}
.header .wrap {
  display: flex;
  align-items: stretch;
  max-width: 810px;
  width: 100%;
  gap: 15px;
  justify-content: space-between;
}
.header .right {
  display: flex;
  align-items: center;
}
.header .burger {
  display: none;
}
.header-left {
  display: flex;
  gap: 32px;
  align-items: center;
}
.header .menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 4px;
  transition: none;
}
@media only screen and (max-width: 768px) {
  .header .menu-item-has-children > a {
    pointer-events: none;
  }
}
.header .menu-item-has-children > a::after {
  content: url(../img/menu-arrow.svg);
  display: block;
  width: 24px;
  height: 24px;
  transition: 0.3s ease;
  transform: translate(-2px, -2px);
}
.header .menu-item-has-children.active > a, .header .menu-item-has-children:hover > a {
  color: var(--antique-brass);
}
.header .menu-item-has-children.active > a::after, .header .menu-item-has-children:hover > a::after {
  content: url(../img/arrow-hover.svg);
}
.header .menu-item-has-children.active .sub-menu-1, .header .menu-item-has-children:hover .sub-menu-1 {
  opacity: 1 !important;
  pointer-events: all !important;
}
.header .sub-menu.active {
  display: block !important;
}
.header-logo {
  padding-top: 12px;
  padding-bottom: 13px;
  box-sizing: border-box;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}
.header .container nav {
  width: 100%;
  max-width: 630px;
}
.header .container nav .menu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 15px;
  width: 100%;
  height: 100%;
}
.header .container nav .menu a:hover {
  text-decoration: none;
}
.header .container nav .menu > li {
  display: flex;
  align-items: center;
  position: relative;
}
.header .container nav .menu .sub-menu-1 {
  min-width: 297px;
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  transition: 0.3s ease;
  background-color: #184068;
  border-radius: 16px;
}
.header .container nav .menu .sub-menu-1 a {
  color: #fff;
}
.header .container nav .menu .sub-menu-1 li {
  padding: 12px 20px;
  text-align: center;
}
.header .container nav .menu .sub-menu-1 li a {
  white-space: nowrap;
}
.header .container nav .menu .sub-menu-1 li:hover {
  background-color: var(--antique-brass);
}
.header .container nav .menu .sub-menu-2 {
  display: none;
  margin-top: 18px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1050px) {
  .header {
    background-color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .rdv-btn {
    display: none;
  }
  .header li a {
    color: var(--biscay);
  }
  .header svg .word-cabinet path {
    fill: var(--biscay);
  }
  .header-logo {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header .right {
    gap: 30px;
  }
  .header .wrap {
    width: auto;
  }
  .header-nav {
    display: none;
  }
  .header .burger {
    cursor: pointer;
    position: relative;
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    transition: 0.3s ease-in-out;
    background: transparent;
    border: none;
    color: #184068;
    padding: 2px;
    display: block;
  }
  .header .burger span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%);
    width: 85%;
    height: 1px;
    transition: transform 1s;
    background: #184068;
  }
  .header .burger::after, .header .burger::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 85%;
    height: 1px;
    transition: transform 1s;
    background: currentColor;
  }
  .header .burger::before {
    top: 0;
    transform: translate(-50%, 6px);
  }
  .header .burger::after {
    bottom: 0;
    transform: translate(-50%, -6px);
  }
  .header .burger.active span {
    transform: scale(0);
    transition: transform 1s;
  }
  .header .burger.active::before {
    transform: rotate(45deg) translateY(21px) translateX(4%);
    transition: transform 1s, background-color 0.3s ease-in-out;
    background-color: #184068;
  }
  .header .burger.active::after {
    transform: rotate(-45deg) translateY(-15px) translate(1px, -5px);
    transition: transform 1s, background-color 0.3s ease-in-out;
    background-color: #184068;
  }
  .header-widgets {
    display: flex;
    align-items: center;
  }
  .header .mobile {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .header .mobile a {
    padding: 10px;
    display: flex;
    align-items: center;
  }
  .header .mobile a svg {
    display: block;
  }
  .header .mobile a svg path {
    fill: #6dc2d5;
  }
}
@media only screen and (max-width: 768px) {
  .header-logo {
    width: 200px;
  }
  .header-logo svg {
    height: auto;
    width: 100%;
  }
}

.single .header,
.error404 .header {
  background-color: var(--white);
}
.single .header .menu-item-has-children > a::after,
.error404 .header .menu-item-has-children > a::after {
  content: url(../img/menu-arrow-blue.svg);
}
.single .header li a,
.error404 .header li a {
  color: var(--biscay);
}
.single .header li a:hover,
.error404 .header li a:hover {
  color: var(--antique-brass);
}
.single .header svg .word-cabinet path,
.error404 .header svg .word-cabinet path {
  fill: var(--biscay);
}
.single .header .burger,
.error404 .header .burger {
  color: var(--biscay);
}
.single .header .burger span,
.error404 .header .burger span {
  background: var(--biscay);
}

.mobile-menu {
  display: none;
}

@media only screen and (max-width: 1050px) {
  .mobile-menu {
    display: block;
    position: fixed;
    z-index: 999;
    top: 81px;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    width: 100vw;
    height: calc(100vh - 81px);
    max-height: calc(100% - 81px);
    padding-top: 40px;
    padding-right: 15px;
    padding-bottom: 40px;
    padding-left: 15px;
    transition: 0.3s ease;
    background-color: #fff;
    transition: 0.3s ease;
  }
  .mobile-menu nav {
    margin-bottom: 44px;
  }
  .mobile-menu .menu {
    display: flex;
    flex-direction: column;
  }
  .mobile-menu .menu .menu-item {
    text-align: center;
  }
  .mobile-menu .menu .menu-item > a {
    font-size: 22px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    justify-content: center;
    gap: 2px;
  }
  .mobile-menu .menu .menu-item .menu-item-has-children > a {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }
  .mobile-menu .menu .menu-item + .menu-item {
    margin-top: 28px;
  }
  .mobile-menu .menu .sub-menu {
    display: none;
  }
  .mobile-menu .menu .sub-menu-1 {
    margin-top: 18px;
  }
  .mobile-menu .menu .sub-menu-1 a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }
  .mobile-menu .menu .sub-menu-2 {
    margin-top: 9px;
  }
  .mobile-menu__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 44px;
  }
  .mobile-menu__links a {
    display: flex;
    gap: 16px;
  }
  .mobile-menu__links .btn {
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  .mobile-menu.active {
    opacity: 1;
    pointer-events: all;
  }
  .mobile-menu__contact-wrap {
    position: relative;
    width: 100%;
  }
  .mobile-menu__contact-wrap .mobile-frame {
    position: absolute;
    top: -42%;
    left: 0;
    right: auto;
    bottom: auto;
    z-index: -1;
  }
  .mobile-menu .top-left,
  .mobile-menu .bottom-right {
    position: absolute;
    z-index: -1;
  }
  .mobile-menu .top-left {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
  .mobile-menu .bottom-right {
    right: 0;
    bottom: 0;
  }
  .mobile-menu.active {
    opacity: 1;
    pointer-events: all;
  }
  .mobile-menu .menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: none;
    position: relative;
    pointer-events: none;
  }
}
@media only screen and (max-width: 1050px) and (max-width: 768px) {
  .mobile-menu .menu-item-has-children > a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 1050px) {
  .mobile-menu .menu-item-has-children > a::after {
    content: url(../img/menu-arrow-blue.svg);
    position: absolute;
    right: -28px;
    display: block;
    width: 24px;
    height: 24px;
    transition: 0.3s ease;
    transform: translate(-2px, -2px);
  }
  .mobile-menu .menu-item-has-children.active > a::after {
    transform: rotate(180deg);
  }
  .mobile-menu .menu-item-has-children.active .sub-menu-1 {
    opacity: 1 !important;
    pointer-events: all !important;
    display: block;
  }
  .contacts-wrapper {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
  }
  .contacts-wrapper .rdv-btn {
    margin: 0 auto;
  }
  .contacts-wrapper .phone,
  .contacts-wrapper .location {
    justify-content: center;
    gap: 0;
    text-align: center;
  }
  .contacts-wrapper .phone svg,
  .contacts-wrapper .location svg {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-menu {
    top: 63.94px;
    height: calc(100vh - 63.94px);
    max-height: calc(100% - 63.94px);
  }
}
.hero-slider {
  position: relative;
}
.hero-slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  height: 46.876%;
  pointer-events: none;
}
.hero-slider .main-slider {
  border-bottom-right-radius: 60px;
  overflow: hidden;
}
.hero-slider .main-slider .slide {
  position: relative;
  width: 100%;
}
.hero-slider .main-slider .slide:before {
  content: "";
  display: block;
  padding-top: 33.334%;
  transition: var(--transition);
}
.hero-slider .main-slider .slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hero-slider .main-slider .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: var(--white);
  opacity: 0.2;
}
.hero-slider .main-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 65px;
  opacity: 1;
  border-radius: 16px;
}
.hero-slider .frame {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 30.209%;
  pointer-events: none;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .hero-slider .slide {
    min-height: 176px;
  }
}

.intro {
  padding-top: 132px;
  padding-bottom: 196px;
  background-color: var(--biscay);
  margin-top: -55px;
  color: var(--white);
}
.intro h1 span {
  display: block;
}
.intro .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.intro a {
  color: var(--white);
}
.intro .left {
  max-width: 569px;
  width: 100%;
}
.intro .left .location {
  max-width: 410px;
  width: 100%;
  margin-top: 80px;
}
.intro .right {
  max-width: 690px;
  width: 100%;
}
.intro .right .text {
  margin-bottom: 40px;
}
.intro .right .text p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  .intro {
    padding-top: 90px;
  }
  .intro .container {
    flex-direction: column;
    max-width: 690px;
    margin: 0 auto;
  }
  .intro .left .location {
    margin-top: 40px;
  }
}

.doctors {
  padding-top: 120px;
  padding-bottom: 194px;
  background-color: #EFEFEF;
  border-top-left-radius: 60px;
  overflow: hidden;
  margin-top: -115px;
}
.doctors .title {
  color: var(--biscay);
  margin-bottom: 40px;
}
.doctors-wrap {
  display: flex;
  gap: 30px;
}
.doctors-wrap .doctor {
  padding: 20px;
  background-color: var(--white);
  border-radius: 20px;
  overflow: hidden;
  flex: 1;
}
.doctors-wrap .doctor .photo {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.doctors-wrap .doctor .photo:before {
  content: "";
  display: block;
  padding-top: 97.563%;
  transition: var(--transition);
}
.doctors-wrap .doctor .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.doctors-wrap .doctor .photo .btn {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 246px;
  opacity: 0;
}
.doctors-wrap .doctor .info {
  margin-top: 20px;
}
.doctors-wrap .doctor .info h3 {
  margin-bottom: 20px;
  color: var(--biscay);
}
.doctors-wrap .doctor .info p {
  color: #485767;
}
@media only screen and (min-width: 992px) {
  .doctors-wrap .doctor .btn-mobile {
    display: none;
  }
  .doctors-wrap .doctor:hover .photo img {
    opacity: 0.5;
  }
  .doctors-wrap .doctor:hover .photo .btn {
    opacity: 1;
  }
}
@media only screen and (max-width: 992px) {
  .doctors {
    padding-top: 40px;
    padding-bottom: 125px;
  }
  .doctors .container {
    max-width: 660px;
  }
  .doctors .btn-mobile {
    margin: 0 auto 20px;
    display: flex;
    max-width: 232px;
  }
  .doctors-wrap {
    flex-direction: column;
  }
  .doctors-wrap .doctor .photo .btn {
    display: none;
  }
}

.assistants {
  padding-top: 85px;
  padding-bottom: 113px;
  border-top-right-radius: 60px;
  overflow: hidden;
  margin-top: -85px;
  background-color: var(--white);
}
.assistants .blocks {
  display: flex;
  gap: 30px;
  align-items: stretch;
  margin-top: 40px;
}
.assistants .blocks .photo {
  background-repeat: 20px;
  overflow: hidden;
}
.assistants .blocks .info h4 {
  color: var(--biscay);
}
@media only screen and (max-width: 992px) {
  .assistants {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .assistants .container {
    max-width: 768px;
    margin: 0 auto;
  }
  .assistants .blocks {
    flex-wrap: wrap;
  }
  .assistants .blocks .block {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 500px) {
  .assistants .blocks {
    flex-direction: column;
  }
  .assistants .blocks .block {
    width: 100%;
  }
}

.traitements {
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--biscay);
  border-top-left-radius: 60px;
  color: var(--white);
}
.traitements a {
  color: var(--white);
}
.traitements .container {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.traitements .photo-mobile {
  display: none;
}
.traitements .left {
  max-width: 450px;
  width: 100%;
}
.traitements .left .title {
  margin-bottom: 40px;
}
.traitements .left .title span {
  color: #CA915E;
}
.traitements .left .blocks {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.traitements .left .blocks .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22.5px 24px;
  border-radius: 16px;
  background: #2C567F;
  max-height: 89px;
}
.traitements .left .blocks .block svg {
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .traitements .left .blocks .block:hover {
    background: #CA915E;
  }
  .traitements .left .blocks .block:hover svg {
    opacity: 1;
  }
}
.traitements .photos {
  max-width: 810px;
  max-height: 660px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.traitements .photos:before {
  content: "";
  display: block;
  padding-top: 81.483%;
  transition: var(--transition);
}
.traitements .photos img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.traitements .photos img.active {
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  .traitements {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .traitements .container {
    max-width: 690px;
  }
  .traitements .photo-mobile {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .traitements .photo-mobile:before {
    content: "";
    display: block;
    padding-top: 81%;
    transition: var(--transition);
  }
  .traitements .photo-mobile img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .traitements .left {
    max-width: 100%;
  }
  .traitements .photos {
    display: none;
  }
  .traitements .left .blocks {
    gap: 30px;
  }
  .traitements .block-wrap {
    background-color: #2C567F;
    border-radius: 20px;
    overflow: hidden;
  }
  .traitements .block-wrap .block svg {
    opacity: 1 !important;
  }
}

.parcours {
  padding-top: 120px;
  padding-bottom: 120px;
}
.parcours h2.title {
  margin-bottom: 40px;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 46px;
}
.parcours h2.title span {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}
@media only screen and (max-width: 483px) {
  .parcours h2.title span {
    display: block;
  }
}
.parcours .blocks.v-1 {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
.parcours .blocks.v-1 > .block:last-child::after {
  display: none;
}
.parcours .blocks.v-1 > .block .photo {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.parcours .blocks.v-1 > .block .photo:before {
  content: "";
  display: block;
  padding-top: 82.57%;
  transition: var(--transition);
}
.parcours .blocks.v-1 > .block .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.parcours .blocks.v-1 .block {
  border-radius: 16px;
  background: var(--efefef, #EFEFEF);
  padding: 14px;
  width: 35.71%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.parcours .blocks.v-1 .block::after {
  content: url("../img/parcours-svg/arrow-right-small.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 98%;
  z-index: 2;
}
.parcours .blocks.v-1 .block h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
.parcours .blocks.v-1 .block .text {
  margin-top: 8px;
  margin-bottom: 8px;
}
.parcours .blocks.v-1 .wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  width: 51.05%;
}
.parcours .blocks.v-1 .wrap .block {
  width: 100%;
}
.parcours .blocks.v-1 .wrap .block::after {
  left: 98.4%;
}
.parcours .blocks.v-1 .wrap .block .photo {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.parcours .blocks.v-1 .wrap .block .photo:before {
  content: "";
  display: block;
  padding-top: 29.804%;
  transition: var(--transition);
}
.parcours .blocks.v-1 .wrap .block .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.parcours .blocks.v-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  align-items: stretch;
}
.parcours .blocks.v-2 .block {
  width: calc(33.3333333333% - 19.999px);
  border-radius: 16px;
  position: relative;
}
.parcours .blocks.v-2 .block::after, .parcours .blocks.v-2 .block::before {
  position: absolute;
  z-index: 2;
  left: 98.8%;
}
.parcours .blocks.v-2 .block-photo {
  overflow: hidden;
}
.parcours .blocks.v-2 .block-photo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.parcours .blocks.v-2 .block-photo-1 {
  order: 3;
}
.parcours .blocks.v-2 .block-photo-2 {
  order: 7;
}
.parcours .blocks.v-2 .block-etape {
  padding: 20px;
  background-color: #EFEFEF;
}
.parcours .blocks.v-2 .block-etape .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 10px;
}
.parcours .blocks.v-2 .block-etape-1 {
  order: 1;
}
.parcours .blocks.v-2 .block-etape-1::after {
  content: url("../img/parcours-svg/arrow-right.svg");
  top: 50%;
  transform: translateY(-50%);
}
.parcours .blocks.v-2 .block-etape-2 {
  order: 4;
}
.parcours .blocks.v-2 .block-etape-2::after {
  content: url("../img/parcours-svg/arrow-long-right-1.svg");
  transform: none;
  top: auto;
  bottom: 46%;
}
.parcours .blocks.v-2 .block-etape-3 {
  order: 2;
}
.parcours .blocks.v-2 .block-etape-3::after {
  content: url("../img/parcours-svg/arrow-down.svg");
  transform: none;
  top: 97.4%;
  left: 50%;
  transform: translateX(-50%);
}
.parcours .blocks.v-2 .block-etape-4 {
  order: 5;
}
.parcours .blocks.v-2 .block-etape-4::after {
  content: url("../img/parcours-svg/arrow-down.svg");
  transform: none;
  top: 97.4%;
  left: 50%;
  transform: translateX(-50%);
}
.parcours .blocks.v-2 .block-etape-5 {
  order: 8;
}
.parcours .blocks.v-2 .block-etape-5::after {
  content: url("../img/parcours-svg/double-arrow.svg");
  transform: none;
  top: auto;
  bottom: 43.1%;
}
.parcours .blocks.v-2 .block-etape-6 {
  order: 6;
}
.parcours .blocks.v-2 .block-etape-7 {
  order: 9;
}
@media only screen and (max-width: 1100px) {
  .parcours .blocks.v-1 {
    gap: 30px;
    flex-wrap: wrap;
  }
  .parcours .blocks.v-1 .block:after {
    content: url("../img/parcours-svg/arrow-down.svg");
    left: 50% !important;
    transform: translateX(-50%);
    top: 98%;
    display: none !important;
  }
  .parcours .blocks.v-1 > .block {
    max-width: 436px;
    flex: 1;
    margin: 0 auto;
  }
  .parcours .blocks.v-1 > .block:after {
    top: 99%;
    display: none;
  }
  .parcours .blocks.v-1 .wrap {
    flex-direction: row;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .parcours {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 886px) {
  .parcours .blocks.v-1 .block {
    width: 47%;
    flex: auto;
  }
}
@media only screen and (max-width: 800px) {
  .parcours .blocks.v-2 .block-photo {
    display: none;
  }
  .parcours .blocks.v-2 .block {
    width: calc(50% - 14.999px);
  }
  .parcours .blocks.v-2 .block-etape-1::after {
    content: url("../img/parcours-svg/arrow-down.svg");
    top: 98%;
    left: 50%;
    transform: translateX(-50%);
  }
  .parcours .blocks.v-2 .block-etape-2 {
    order: 2;
  }
  .parcours .blocks.v-2 .block-etape-2::after {
    top: 107%;
    left: -42%;
    transform: rotate(89.5deg) scale(1, -1);
  }
  .parcours .blocks.v-2 .block-etape-3::after {
    content: url("../img/parcours-svg/arrow-right.svg");
    left: 99%;
    top: 50%;
    transform: translateY(-50%);
  }
  .parcours .blocks.v-2 .block-etape-4::after {
    content: url("../img/parcours-svg/arrow-long-right-1.svg");
    top: 52%;
    left: -15%;
    transform: rotate(89.5deg) scale(1, -1);
  }
  .parcours .blocks.v-2 .block-etape-5 {
    order: 6;
  }
  .parcours .blocks.v-2 .block-etape-5::after {
    content: url("../img/parcours-svg/arrow-right.svg");
    left: 99%;
    top: 50%;
    transform: translateY(-50%);
  }
  .parcours .blocks.v-2 .block-etape-5::before {
    content: url("../img/parcours-svg/arrow-down.svg");
    top: 98%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 630px) {
  .parcours .blocks.v-1 .wrap {
    flex-direction: column;
  }
  .parcours .blocks.v-1 .wrap .block::after {
    display: none;
  }
}
@media only screen and (max-width: 645px) {
  .parcours .blocks.v-2 .block-etape-4::after {
    top: 58%;
  }
}
@media only screen and (max-width: 600px) {
  .parcours .blocks.v-2 .block {
    width: 100%;
  }
  .parcours .blocks.v-2 .block-etape::before, .parcours .blocks.v-2 .block-etape::after {
    display: none;
  }
}

.conseils {
  border-top-left-radius: 60px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .conseils {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .conseils .container {
    max-width: 1570px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.conseils .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #EFEFEF;
  z-index: -1;
}
.conseils .blocks {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
.conseils .blocks a {
  display: block;
}
.conseils .blocks .block .photo {
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
  background: lightgray 50%/cover no-repeat;
  position: relative;
  width: 100%;
}
.conseils .blocks .block .photo:before {
  content: "";
  display: block;
  padding-top: 139.545%;
  transition: var(--transition);
}
.conseils .blocks .block .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.conseils .blocks .block .link {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .conseils .blocks .block .link:hover svg rect {
    fill: #CA915E;
  }
  .conseils .blocks .block .link:hover svg path {
    stroke: #fff;
  }
}
.conseils .link-page {
  display: flex;
  max-width: 207px;
  margin: 60px auto;
}
.conseils .slider-wrapper {
  position: relative;
}
.conseils .swiper-button-prev,
.conseils .swiper-button-next {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  z-index: 0;
}
.conseils .swiper-button-prev::after,
.conseils .swiper-button-next::after {
  display: none;
}
.conseils .swiper-button-prev:hover svg rect,
.conseils .swiper-button-next:hover svg rect {
  fill: #CA915E;
}
.conseils .swiper-button-prev:hover svg path,
.conseils .swiper-button-next:hover svg path {
  stroke: #fff;
}
.conseils .swiper-button-next {
  right: -5%;
}
.conseils .swiper-button-prev {
  left: -5%;
}
@media only screen and (max-width: 1260px) {
  .conseils > .bg {
    display: none;
  }
  .conseils .blocks {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .conseils .blocks .block {
    width: calc(33.3333333333% - 19.999px);
  }
}
@media only screen and (max-width: 992px) {
  .conseils {
    padding-top: 0;
    padding-bottom: 0;
  }
  .conseils .slider-navigation {
    position: static;
    width: 100%;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .conseils .slider-navigation .swiper-button-prev,
  .conseils .slider-navigation .swiper-button-next {
    position: static;
    margin: 0;
    transform: none;
  }
  .conseils .slider-navigation .swiper-button-prev svg rect,
  .conseils .slider-navigation .swiper-button-next svg rect {
    fill: #EFEFEF;
  }
  .conseils .slider-navigation .swiper-button-prev svg path,
  .conseils .slider-navigation .swiper-button-next svg path {
    stroke: #184068;
  }
  .conseils .blocks {
    max-width: 660px;
  }
  .conseils .blocks .block {
    width: calc(50% - 19.999px);
  }
  .conseils .blocks .block .photo:before {
    padding-top: 128.745%;
  }
}
@media only screen and (max-width: 568px) {
  .conseils .blocks .block {
    width: 100%;
  }
  .conseils .slider-wrapper {
    max-width: 390px;
    margin: 0 auto;
  }
}

.paralax {
  padding-bottom: 38.153%;
  background-attachment: fixed !important;
  background-size: contain !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
}
@media only screen and (min-width: 1060px) {
  .paralax {
    background-position-y: 87px !important;
  }
}
@media only screen and (max-width: 1060px) {
  .paralax {
    background-position-y: center !important;
  }
}
@media only screen and (max-width: 992px) {
  .paralax {
    padding-bottom: 39.25%;
  }
}
@media only screen and (max-width: 768px) {
  .paralax {
    background-attachment: unset !important;
    padding-bottom: 39.25%;
  }
}

.access {
  padding-top: 120px;
  background: var(--biscay);
  color: #fff;
}
.access #contact,
.access #acces {
  scroll-margin-top: 100px;
}
.access a {
  color: #fff;
}
.access a h4 {
  cursor: pointer;
}
.access .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
  padding-bottom: 120px;
}
.access .form {
  max-width: 570px;
  width: 100%;
}
.access .form .title {
  margin-bottom: 20px;
}
.access .form .title span {
  color: var(--antique-brass);
}
.access .form p {
  margin-bottom: 40px;
}
.access .form-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.access .form-wrap .wrap {
  display: flex;
  gap: 18px;
}
.access .form .label {
  width: 100%;
  position: relative;
  height: 62px;
}
.access .form .label-text {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  color: #fff;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.access .form .label span:not(.wpcf7-not-valid-tip) {
  width: 100%;
  height: 100%;
  display: block;
}
.access .form .label input,
.access .form .label textarea {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.access .form .label input {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden !important;
  background-color: #2c567f;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: text;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  height: 62px;
}
.access .form .label-textarea {
  height: 144px;
  cursor: text;
}
.access .form .label-textarea span {
  height: 100%;
}
.access .form .label-textarea textarea {
  height: 100%;
  background: transparent;
  padding: 18px 20px;
  box-sizing: border-box;
  width: 100%;
  border: none;
  color: #fff;
  background-color: #2c567f;
  border-radius: 10px;
  resize: none;
  cursor: text;
}
.access .form .label-textarea textarea:focus-visible {
  outline: none;
}
.access .form .label.active-label .label-text {
  opacity: 0;
}
.access .form .contact-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.access .form .contact-wrap__blocks {
  display: flex;
  gap: 32px;
  align-items: stretch;
}
.access .form .contact-wrap__block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.access .form .contact-wrap__block-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}
.access .form-custom-select {
  background-color: #2c567f;
  height: 62px;
  position: relative;
  z-index: 3;
  border-radius: 10px;
  cursor: pointer;
}
.access .form-selected-option {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 11px 20px;
  cursor: pointer;
}
.access .form-custom-select .form-options-container {
  position: absolute;
  width: 100%;
  border-radius: 10px;
  z-index: 1;
  background: #ca915e;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  bottom: -4px;
  left: -1px;
}
.access .form-custom-select .form-selectable-option {
  padding: 10px;
  cursor: pointer;
}
.access .form-custom-select .form-selectable-option:hover {
  background-color: #fff;
  color: #184068;
}
.access .form .hidden {
  display: none;
}
.access .form button {
  max-width: 192px;
  border: none;
  margin-top: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  transition: var(--transition);
  cursor: pointer;
}
.access .form button span {
  transition: var(--transition);
  cursor: pointer;
}
.access .form button .bg {
  cursor: pointer;
  transition: var(--transition);
}
.access .form button:hover .bg {
  background-color: #fff;
}
.access .form button:hover span {
  color: #184068;
}
.access-main {
  max-width: 690px;
  width: 100%;
}
.access-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.access-wrap .title {
  color: var(--antique-brass);
  margin-bottom: 40px;
}
.access-wrap .wrap {
  display: flex;
}
.access-wrap .info {
  max-width: 370px;
  width: 100%;
}
.access-wrap .info a {
  display: flex;
}
.access-wrap .info a svg {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.access-wrap .info a h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.access-wrap .info a + .phone {
  margin-top: 40px;
}
.access-wrap .schedule-wrapper {
  display: flex;
  max-width: 690px;
  width: 100%;
  margin-top: 40px;
  justify-content: space-between;
}
.access-wrap .schedule-wrapper .wrap {
  display: flex;
  max-width: 650px;
  width: 100%;
  justify-content: space-between;
  gap: 30px;
}
.access-wrap .schedule-wrapper .wrap .schedule {
  max-width: 303px;
  width: 100%;
}
.access-wrap .schedule-wrapper .wrap .schedule h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 16px;
}
.access-wrap .schedule-wrapper .wrap .schedule-list {
  color: hsla(0, 0%, 100%, 0.6);
}
.access-wrap .schedule-wrapper .wrap .schedule-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.access-wrap .schedule-wrapper .wrap .schedule-list li.active {
  color: #fff;
}
.access-wrap .schedule-wrapper .wrap .schedule-list li + li {
  margin-top: 8px;
}
.access-wrap .schedule-wrapper .wrap .schedule-list--hours {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 15px;
  max-width: 250px;
  width: 100%;
}
.access-wrap .schedule-wrapper .wrap .schedule-list--hours div {
  min-width: 82px;
}
.access-wrap .schedule-wrapper .wrap .schedule-list__day {
  min-width: 73px;
}
.access-wrap .schedule-wrapper .wrap .schedule-office .schedule-list--hours {
  max-width: 200px;
}
.access-wrap .schedule-wrapper .wrap .schedule-secretariat {
  max-width: 317px;
}
.access-wrap .btn {
  max-width: 201px;
}
.access-wrap .btn .bg {
  background: #2c567f;
}
.access-wrap .btn:hover span {
  color: #184068;
}
.access-wrap .btn:hover .bg {
  background-color: #fff;
}
.access .map {
  height: 520px;
  width: 100%;
}
.access .map div[title=marker] {
  background-image: url(../img/marker.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 86px !important;
  height: 86px !important;
}
.access .map div[title=marker] img {
  display: none;
}
@media only screen and (max-width: 768px) {
  .access .map div[title=marker] {
    width: 43px !important;
    height: 43px !important;
  }
}
.access .map div[title=marker]:hover {
  transform: scale(1.2);
  transition: 0.2s;
}
@media only screen and (max-width: 992px) {
  .access {
    padding-top: 40px;
  }
  .access .container {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1320px) {
  .access .access-wrap {
    gap: 30px;
  }
  .access .schedule-wrapper .wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 900px) {
  .access .container {
    flex-direction: column;
    max-width: 570px;
    margin: 0 auto;
    gap: 40px;
  }
  .access .access-wrap {
    max-width: 100%;
    width: 100%;
    gap: 40px;
  }
  .access .access-main {
    order: 1;
  }
  .access .form {
    max-width: 100%;
    order: 2;
    min-width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .access .map {
    height: 320px;
  }
}
@media only screen and (max-width: 576px) {
  .access .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .access .wpcf7-not-valid-tip {
    font-size: 10px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #2c567f inset;
  background-color: #2c567f !important;
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
  font-size: inherit;
}

.home .footer,
.page-template-page-traitements-category .footer {
  margin-top: -60px;
}

.footer {
  background: #184068;
  border-top-left-radius: 60px;
  padding-top: 70px;
  overflow: hidden;
  z-index: 2;
  position: relative;
  padding-bottom: 21px;
}
.footer * {
  color: #fff;
}
.footer a:hover {
  color: var(--antique-brass);
}
.footer .top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.footer .top .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 381px;
  width: 100%;
}
.footer .top .info .location {
  max-width: 300px;
}
.footer .top .info .location svg {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.footer .top .info .location:hover svg path {
  fill: var(--antique-brass);
}
.footer .top .info .location:hover span {
  color: var(--antique-brass);
}
.footer .top nav {
  display: flex;
  max-width: 620px;
  width: 48%;
  gap: 30px;
  justify-content: space-between;
}
.footer .top nav li + li {
  margin-top: 16px;
}
.footer .top nav .menu a {
  text-decoration: none !important;
}
.footer .bottom {
  margin-top: 104px;
}
.footer .bottom .wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer .bottom .wrap .wrapper {
  display: flex;
  max-width: 620px;
  width: 48%;
  gap: 30px;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .footer .top {
    flex-direction: column;
    gap: 40px;
    max-width: 508px;
    margin: 0 auto;
  }
  .footer .top nav {
    width: 100%;
  }
  .footer .top .info {
    width: 100%;
    gap: 40px;
  }
  .footer .bottom .wrap {
    max-width: 508px;
    margin: 0 auto;
    flex-direction: column;
  }
  .footer .bottom .wrap .wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 483px) {
  .footer .top .home-link svg {
    max-width: 381px;
    width: 100%;
    height: auto;
  }
  .footer .top nav {
    flex-direction: column;
  }
  .footer .bottom {
    margin-top: 40px;
  }
  .footer .bottom .wrap .wrapper {
    flex-direction: column;
  }
}

.single-page .top-photo::before {
  padding-top: 20.834%;
}
.single-page .content a {
  color: #184068;
}
.single-page .content a:hover {
  color: #CA915E;
}
.single-page .content h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.single-page .content h2 + p {
  margin-top: 16px;
}
.single-page .content .wp-block-group {
  margin-top: 60px;
}
.single-page .content p + p {
  margin-top: 30px;
}
.single-page .content p + .wp-block-group {
  margin-top: 16px;
}
.single-page .content .wp-block-group {
  display: flex;
  gap: 30px;
}
.single-page .content .wp-block-group p,
.single-page .content .wp-block-group div {
  text-align: justify;
}
.single-page .content .wp-block-group p,
.single-page .content .wp-block-group div,
.single-page .content .wp-block-group figure {
  flex: 1;
}
.single-page .content .wp-block-group figure img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-page .content h2,
.single-page .content h3,
.single-page .content h4,
.single-page .content h5,
.single-page .content h6 {
  margin-top: 40px;
  margin-bottom: 16px;
}
.single-page .content p {
  text-align: justify;
}
.single-page .content p + h2,
.single-page .content p + h3,
.single-page .content p + h4,
.single-page .content p + h5,
.single-page .content p + h6 {
  margin-top: 40px;
}
.single-page .content ul,
.single-page .content ol {
  padding-left: 25px;
}
.single-page .content ul li,
.single-page .content ol li {
  display: list-item;
}
.single-page .container:not(.back-wrap) {
  max-width: 960px;
  padding-top: 40px;
}
@media only screen and (max-width: 850px) {
  .single-page .wp-block-group {
    flex-direction: column;
  }
  .single-page .wp-block-group figure {
    order: 1;
  }
  .single-page .wp-block-group p {
    order: 2;
  }
}

.page-hero .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 37px;
}
.page-hero h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  color: #184068;
}
@media only screen and (max-width: 768px) {
  .page-hero .page-hero-svg {
    display: none;
  }
}

.technology-page .blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  row-gap: 60px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.technology-page .blocks .block {
  display: flex;
  flex-direction: column;
  width: 100%;
  width: calc(50% - 30px);
  overflow: hidden;
}
.technology-page .blocks .block .title-mobile,
.technology-page .blocks .block .text-mobile {
  display: none;
}
.technology-page .blocks .block h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-top: 30px;
}
.technology-page .blocks .block .wrap {
  position: relative;
  color: #fff;
  overflow: hidden;
  border-radius: 20px;
}
.technology-page .blocks .block .wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.technology-page .blocks .block .wrap .info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 40px 40px;
  background: rgba(24, 64, 104, 0.8);
  display: flex;
  align-items: center;
  opacity: 0;
}
.technology-page .blocks .block .wrap .info .text {
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  max-height: 100%;
  overflow: auto;
}
.technology-page .blocks .block .wrap .info .text::-webkit-scrollbar {
  width: 3px;
}
.technology-page .blocks .block .wrap .info .text::-webkit-scrollbar-track {
  background: hsla(206, 36%, 60%, 0.2);
  border-radius: 4px;
}
.technology-page .blocks .block .wrap .info .text::-webkit-scrollbar-thumb {
  background: #759EBE;
  border-radius: 4px;
}
.technology-page .blocks .block .wrap .info .text p + p {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .technology-page .blocks .block:hover .info {
    opacity: 1;
  }
  .technology-page .blocks .block:hover h2 {
    color: #CA915E;
  }
}
@media only screen and (max-width: 768px) {
  .technology-page .container-technology {
    max-width: 690px;
    margin: 0 auto;
  }
  .technology-page .blocks {
    flex-direction: column;
  }
  .technology-page .blocks .block {
    width: 100%;
  }
  .technology-page .blocks .block .text-mobile {
    display: block;
    margin-top: 25px;
    text-align: justify;
  }
  .technology-page .blocks .block .title-mobile {
    display: block;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-top: 30px;
    font-size: 26px;
    margin-top: 0;
  }
  .technology-page .blocks .block .title {
    display: none;
  }
}

.top-photo {
  border-bottom-right-radius: 60px;
  overflow: hidden;
  background: var(--184068, #184068);
  z-index: 2;
  min-height: 176px;
  position: relative;
  width: 100%;
}
.top-photo:before {
  content: "";
  display: block;
  padding-top: 27.6043%;
  transition: var(--transition);
}
.top-photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-photo-wrap {
  background: var(--184068, #184068);
}

.cabinet-page .page-hero {
  background: var(--184068, #184068);
}
.cabinet-page .page-hero * {
  color: #fff;
}
.cabinet-page .page-hero h1 span {
  color: var(--antique-brass);
}
.cabinet-page .page-hero .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .cabinet-page .page-hero .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cabinet-page .page-hero .page-hero-svg {
  display: none;
}
.cabinet-page h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.cabinet-page .intro-cabinet {
  padding-top: 80px;
  padding-bottom: 100px;
}
.cabinet-page .intro-cabinet .container .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  max-width: 1314px;
  margin-left: auto;
}
.cabinet-page .intro-cabinet .container .info {
  max-width: 690px;
  width: 100%;
  padding-top: 30px;
}
.cabinet-page .intro-cabinet .container .info h2 {
  margin-bottom: 34px;
}
.cabinet-page .intro-cabinet .container .info .text {
  text-align: justify;
}
.cabinet-page .intro-cabinet .container .info .text p + p {
  margin-top: 25px;
}
.cabinet-page .intro-cabinet .line-container {
  max-width: 1440px;
  margin-top: 100px;
}
.cabinet-page .intro-cabinet .line-container .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.cabinet-page .intro-cabinet .line-container .line .item {
  display: flex;
  align-items: center;
}
.cabinet-page .intro-cabinet .line-container .line .item h4 {
  color: #184068;
  white-space: nowrap;
}
.cabinet-page .intro-cabinet .line-container .line .item:hover h4 {
  color: var(--antique-brass);
}
.cabinet-page .intro-cabinet .line-container .line .item:hover svg path {
  stroke: var(--antique-brass);
}
.cabinet-page .intro-cabinet .line-container .line svg {
  min-width: 71px;
}
@media only screen and (max-width: 1205px) {
  .cabinet-page .intro-cabinet .line-container .line {
    flex-wrap: wrap;
    max-width: 690px;
    margin: 0 auto;
  }
  .cabinet-page .intro-cabinet .line-container .line .item {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 992px) {
  .cabinet-page .intro-cabinet {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .cabinet-page .intro-cabinet .container .wrap {
    flex-direction: column;
    align-items: center;
  }
  .cabinet-page .intro-cabinet .container .wrap svg {
    max-width: 343px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 650px) {
  .cabinet-page .intro-cabinet .line-container {
    margin-top: 40px;
  }
  .cabinet-page .intro-cabinet .line-container .line {
    flex-direction: column;
    align-items: flex-start;
  }
}

.cabinet-page .gallery {
  background-color: #CDE1E8;
  padding-top: 110px;
  padding-bottom: 156px;
}
.cabinet-page .gallery-slide {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cabinet-page .gallery-slide:before {
  content: "";
  display: block;
  padding-top: 53.731%;
  transition: var(--transition);
}
.cabinet-page .gallery-slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media only screen and (max-width: 992px) {
  .cabinet-page .gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.cabinet-technology .container .wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  margin-top: -56px;
}
.cabinet-technology .container .info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cabinet-technology .container .info-wrap .info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 450px;
}
.cabinet-technology .container .info-wrap .info .btn {
  max-width: 207px;
}
.cabinet-technology .container .info-wrap .info .text {
  text-align: justify;
}
@media only screen and (max-width: 992px) {
  .cabinet-technology .container .info-wrap .info {
    max-width: 100%;
  }
}
.cabinet-technology .container .photo {
  max-width: 810px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cabinet-technology .container .photo:before {
  content: "";
  display: block;
  padding-top: 57.408%;
  transition: var(--transition);
}
.cabinet-technology .container .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media only screen and (max-width: 992px) {
  .cabinet-technology {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cabinet-technology .container {
    max-width: 690px;
    margin: 0 auto;
  }
  .cabinet-technology .container .info-wrap {
    order: 2;
  }
  .cabinet-technology .container .wrap {
    margin-top: 0;
    flex-direction: column;
    gap: 40px;
  }
}

.conseils-page .categories {
  display: flex;
  gap: 32px;
  margin-bottom: 80px;
}
.conseils-page .categories .btn {
  border: 1px solid #184068;
  width: 350px;
  cursor: pointer;
}
.conseils-page .categories .btn .bg {
  background-color: transparent;
  cursor: pointer;
}
.conseils-page .categories .btn span {
  color: #184068;
  cursor: pointer;
}
.conseils-page .categories .btn.active {
  border-color: transparent;
}
.conseils-page .categories .btn.active .bg {
  background-color: #184068;
}
.conseils-page .categories .btn.active span {
  color: #fff;
}
.conseils-page .blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
  row-gap: 66px;
}
.conseils-page .blocks .block {
  width: calc(33.3333333333% - 20.009px);
}
.conseils-page .blocks .block .photo {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.conseils-page .blocks .block .photo:before {
  content: "";
  display: block;
  padding-top: 62.226%;
  transition: var(--transition);
}
.conseils-page .blocks .block .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.conseils-page .blocks .block .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #184068;
}
.conseils-page .blocks .block .link:hover svg rect {
  fill: #CA915E;
}
.conseils-page .blocks .block .link:hover svg path {
  stroke: #fff;
}
@media only screen and (max-width: 992px) {
  .conseils-page .blocks .block {
    width: calc(50% - 20.009px);
  }
}
@media only screen and (max-width: 650px) {
  .conseils-page .blocks .block {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .conseils-page .categories {
    gap: 20px;
  }
}

.category-page-wrapper .container {
  max-width: 1200px;
}
.category-page .top-photo {
  min-height: 176px;
  overflow: hidden;
  border-bottom-right-radius: 60px;
  position: relative;
  width: 100%;
  background-color: transparent;
}
.category-page .top-photo:before {
  content: "";
  display: block;
  padding-top: 20.834%;
  transition: var(--transition);
}
.category-page .top-photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.category-page .category-intro {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: justify;
}
.category-page .category-intro p + p {
  margin-top: 25px;
}
.category-page .treatments-posts {
  background-color: #ebf3f6;
  padding-top: 80px;
}
.category-page .treatments-posts .post-block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  background-color: #fff;
  padding-left: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.category-page .treatments-posts .post-block .info {
  max-width: 450px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding-top: 42px;
  padding-bottom: 42px;
}
.category-page .treatments-posts .post-block .info-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.category-page .treatments-posts .post-block .info .text {
  text-align: justify;
}
.category-page .treatments-posts .post-block .info .btn {
  border-radius: 30px;
  border: 1px solid #c0d6de;
  max-width: 266px;
  overflow: hidden;
  cursor: pointer;
}
.category-page .treatments-posts .post-block .info .btn span {
  color: #184068;
  cursor: pointer;
}
.category-page .treatments-posts .post-block .info .btn .bg {
  background-color: transparent;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  cursor: pointer;
}
.category-page .treatments-posts .post-block .info .btn:hover span {
  color: #fff;
}
.category-page .treatments-posts .post-block .info .btn:hover .bg {
  background-color: #ca915e;
}
.category-page .treatments-posts .post-block .info .btn:hover {
  border-color: transparent;
}
.category-page .treatments-posts .post-block .photo {
  max-width: 570px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.category-page .treatments-posts .post-block .photo:before {
  content: "";
  display: block;
  padding-top: 56.143%;
  transition: var(--transition);
}
.category-page .treatments-posts .post-block .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.category-page .treatments-posts .post-block + .post-block {
  margin-top: 30px;
}
@media only screen and (max-width: 992px) {
  .category-page .category-intro,
  .category-page .treatments-posts {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .category-page .treatments-posts .post-block {
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }
  .category-page .treatments-posts .post-block .info {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
    padding-bottom: 0;
  }
  .category-page .treatments-posts .post-block .photo {
    max-width: 100%;
  }
}

.single-nos-docteurs .doctor-page .container {
  max-width: 960px;
}
.single-nos-docteurs .doctor-page h2,
.single-nos-docteurs .doctor-page h3,
.single-nos-docteurs .doctor-page h4,
.single-nos-docteurs .doctor-page h5,
.single-nos-docteurs .doctor-page h6 {
  color: #184068;
}
.single-nos-docteurs .doctor-page h2 + h3 {
  margin-top: 40px;
}
.single-nos-docteurs .doctor-page h3 + p {
  margin-top: 10px;
}
.single-nos-docteurs .doctor-page p {
  text-align: justify;
}
.single-nos-docteurs .doctor-page p + p {
  margin-top: 25px;
}
.single-nos-docteurs .page-hero .container {
  max-width: 1200px;
}
.single-nos-docteurs .doctor-wrap {
  background-color: #EBF3F6;
  padding-top: 40px;
}
.single-nos-docteurs .doctor-wrap .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.single-nos-docteurs .doctor-wrap .top .photo {
  max-width: 290px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.single-nos-docteurs .doctor-wrap .top .photo:before {
  content: "";
  display: block;
  padding-top: 137.934%;
  transition: var(--transition);
}
.single-nos-docteurs .doctor-wrap .top .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single-nos-docteurs .doctor-wrap .top .photo img {
  top: auto;
  height: 88.9%;
}
.single-nos-docteurs .doctor-wrap .top .info {
  max-width: 570px;
  width: 100%;
}
.single-nos-docteurs .doctor-wrap .top .info h2 + p,
.single-nos-docteurs .doctor-wrap .top .info h3 + ul,
.single-nos-docteurs .doctor-wrap .top .info h3 + p,
.single-nos-docteurs .doctor-wrap .top .info h2 + ul,
.single-nos-docteurs .doctor-wrap .top .info h4 + ul {
  margin-top: 10px;
}
.single-nos-docteurs .doctor-wrap .top .info p + h2,
.single-nos-docteurs .doctor-wrap .top .info ul + h2,
.single-nos-docteurs .doctor-wrap .top .info p + h3,
.single-nos-docteurs .doctor-wrap .top .info ul + h3,
.single-nos-docteurs .doctor-wrap .top .info p + h4,
.single-nos-docteurs .doctor-wrap .top .info ul + h4,
.single-nos-docteurs .doctor-wrap .top .info p + h5,
.single-nos-docteurs .doctor-wrap .top .info ul + h5,
.single-nos-docteurs .doctor-wrap .top .info p + h6,
.single-nos-docteurs .doctor-wrap .top .info ul + h6 {
  margin-top: 24px;
}
.single-nos-docteurs .doctor-wrap .top .info ul {
  padding-left: 25px;
}
.single-nos-docteurs .doctor-wrap .top .info ul li {
  display: list-item;
}
.single-nos-docteurs .doctor-wrap .bottom {
  margin-top: 40px;
}
.single-nos-docteurs .doctor-wrap .bottom h3 + ul {
  margin-top: 10px;
}
.single-nos-docteurs .doctor-wrap .bottom ul + h3 {
  margin-top: 40px;
}
.single-nos-docteurs .doctor-wrap .bottom ul {
  padding-left: 25px;
}
.single-nos-docteurs .doctor-wrap .bottom ul li {
  display: list-item;
}
@media only screen and (max-width: 768px) {
  .single-nos-docteurs .doctor-wrap .top {
    flex-direction: column;
  }
  .single-nos-docteurs .doctor-wrap .top .photo {
    margin: 0 auto;
  }
}
