@charset "UTF-8";

@font-face {
  font-family: DMSans;
  font-display: swap;
  src: url('../fonts/DMSans-Regular.woff2') format('woff2'),
    url('../fonts/DMSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: icons;
  font-display: swap;
  src: url('../fonts/icons.woff2') format('woff2'),
    url('../fonts/icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

.menu-item-has-children::before,
[class*='_icon-']:before {
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*='_icon-']:before {
  display: block;
}

._icon-instagram:before {
  content: '\e904';
}

._icon-envelope:before {
  content: '\e900';
}

._icon-phone:before {
  content: '\e906';
}

._icon-chek:before {
  content: '\e901';
}

._icon-arrow:before {
  content: '\e902';
}

._icon-close:before {
  content: '\e903';
}

._icon-marker:before {
  content: '\e905';
}

._icon-select:before {
  content: '\e907';
}

._icon-volume:before {
  content: '\e908';
}

._icon-whatsapp:before {
  content: '\e909';
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  line-height: 1;
  font-family: 'Montserrat';
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: 'Montserrat';
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

@media (any-hover: hover) {
  h1:hover,
  h2:hover,
  h3:hover,
  h4:hover,
  h5:hover,
  h6:hover {
    cursor: default;
  }
}

@media (any-hover: hover) {
  p:hover {
    cursor: default;
  }
}

body {
  color: #2e373d;
}

.lock body {
  overflow: hidden;
  touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/
[class*='__container'] {
  max-width: 95.625rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*='-ibg'] {
  position: relative;
}

[class*='-ibg'] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

[class*='-ibg_contain'] img {
  -o-object-fit: contain;
  object-fit: contain;
}

.main {
  background-image: url('../img/svg/main-bg.svg');
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.full-screen {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  gap: 10px;
}

.btn {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

@media (max-width: 47.99875em) {
  .btn {
    font-size: 14px;
    line-height: 20px;
  }
}

.watsapp {
  position: fixed;
  bottom: 75px;
  right: 3%;
  z-index: 100;
}

.watsapp-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #2db642;
  border-radius: 100px;
}

@media (max-width: 61.99875em) {
  .watsapp-link {
    width: 50px;
    height: 50px;
  }
}

.watsapp-link:before {
  color: #fff;
  font-size: 40px;
}

@media (max-width: 61.99875em) {
  .watsapp-link:before {
    font-size: 25px;
  }
}

p {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 29.99875em) {
  p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}

h1,
.h1 {
  font-family: 'DMSans';
  font-weight: 400;
}

@media (min-width: 95.625em) {
  h1,
  .h1 {
    /* font-size: 3.25rem; */
    font-size: 58px;
  }
}

@media (min-width: 20em) and (max-width: 95.625em) {
  h1,
  .h1 {
    font-size: clamp(1.9375rem, 1.590392562rem + 1.7355371901vw, 3.25rem);
  }
}

@media (max-width: 20em) {
  h1,
  .h1 {
    font-size: 1.9375rem;
  }
}

@media (min-width: 95.625em) {
  h1,
  .h1 {
    /* line-height: 43px; */
    line-height: 62px;
  }
}

@media (min-width: 20em) and (max-width: 95.625em) {
  h1,
  .h1 {
    line-height: clamp(2.5rem, 2.0371900826rem + 2.3140495868vw, 4.25rem);
  }
}

@media (max-width: 20em) {
  h1,
  .h1 {
    line-height: 2.5rem;
  }
}

h2 {
  font-family: 'DMSans';
  font-weight: 400;
}

@media (min-width: 95.625em) {
  h2 {
    font-size: 2.625rem;
  }
}

@media (min-width: 20em) and (max-width: 95.625em) {
  h2 {
    font-size: clamp(1.75rem, 1.5185950413rem + 1.1570247934vw, 2.625rem);
  }
}

@media (max-width: 20em) {
  h2 {
    font-size: 1.75rem;
  }
}

@media (min-width: 95.625em) {
  h2 {
    line-height: 3rem;
  }
}

@media (min-width: 20em) and (max-width: 95.625em) {
  h2 {
    line-height: clamp(2.25rem, 2.0516528926rem + 0.9917355372vw, 3rem);
  }
}

@media (max-width: 20em) {
  h2 {
    line-height: 2.25rem;
  }
}

h3 {
  font-family: 'DMSans';
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

@media (min-width: 95.625em) {
  h3 {
    font-size: 2rem;
  }
}

@media (min-width: 20em) and (max-width: 95.625em) {
  h3 {
    font-size: clamp(1.625rem, 1.5258264463rem + 0.4958677686vw, 2rem);
  }
}

@media (max-width: 20em) {
  h3 {
    font-size: 1.625rem;
  }
}

@media (min-width: 95.625em) {
  h3 {
    line-height: 2.5rem;
  }
}

@media (min-width: 20em) and (max-width: 95.625em) {
  h3 {
    line-height: clamp(2.125rem, 2.0258264463rem + 0.4958677686vw, 2.5rem);
  }
}

@media (max-width: 20em) {
  h3 {
    line-height: 2.125rem;
  }
}

h4 {
  font-family: 'DMSans';
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

@media (min-width: 95.625em) {
  h4 {
    font-size: 1.625rem;
  }
}

@media (min-width: 20em) and (max-width: 95.625em) {
  h4 {
    font-size: clamp(1.25rem, 1.1508264463rem + 0.4958677686vw, 1.625rem);
  }
}

@media (max-width: 20em) {
  h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 95.625em) {
  h4 {
    line-height: 2rem;
  }
}

@media (min-width: 20em) and (max-width: 95.625em) {
  h4 {
    line-height: clamp(1.75rem, 1.6838842975rem + 0.3305785124vw, 2rem);
  }
}

@media (max-width: 20em) {
  h4 {
    line-height: 1.75rem;
  }
}

h6 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.breadcrumbs {
  color: #fff;
  display: flex;
  align-items: center;
  margin-left: -12px;
  display: flex;
  flex-wrap: wrap;
  line-height: 24px;
}

.breadcrumbs span {
  color: var(--color-black);
  padding-left: 12px;
  padding-right: 12px;
}

.container-breadcrumbs {
  max-width: 1010px;
  margin: 0 auto;
  padding-bottom: 88px;
  position: relative;
  z-index: 2;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.parcours-template .container-breadcrumbs,
.page-template-doctor .container-breadcrumbs {
  max-width: 1270px;
}

.container-breadcrumbs .breadcrumbs span,
.container-breadcrumbs .breadcrumbs {
  color: #2e373d;
}

.main {
  padding-top: 96px;
}

@media (max-width: 61.99875em) {
  .main {
    padding-top: 78px;
  }
}

@media (max-width: 47.99875em) {
  .main {
    padding-top: 68px;
  }
}

.home .main {
  padding-top: 0;
}

.page-header {
  position: relative;
  z-index: 1;
  background-color: #004d77;
  background-image: url('../img/svg/page-header.svg');
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 52px;
  border-radius: 0 0 80px 80px;
}

@media (max-width: 61.99875em) {
  .page-header {
    padding-top: 80px;
    border-radius: 0 0 35px 35px;
  }
}

@media (max-width: 47.99875em) {
  .page-header {
    padding-top: 40px;
  }
}

.page-header__container {
  max-width: 1270px;
}

/* .page-header__title {
  margin-bottom: 25px;
} */

@media (max-width: 61.99875em) {
  .page-header {
    border-radius: 0 0 35px 35px;
  }
}

.content-page {
  padding-bottom: 70px;
}

@media (max-width: 61.99875em) {
  .content-page {
    padding-bottom: 40px;
  }
}

.content-page__container {
  max-width: 1270px;
}

.content-page p {
  margin-bottom: 37px;
  text-align: justify;
}

@media (max-width: 61.99875em) {
  .content-page p {
    margin-bottom: 20px;
  }
}

.content-page h2 {
  margin-bottom: 6px;
  font-size: 38px;
  line-height: 44px;
}

@media (max-width: 47.99875em) {
  .content-page h2 {
    font-size: 32px;
    line-height: 36px;
  }
}

.content-page h3 {
  letter-spacing: -2px;
  margin-bottom: 6px;
  font-size: 28px;
  line-height: 32px;
}

@media (max-width: 47.99875em) {
  .content-page h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

.content-page ul {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 15px;
}

.content-page ul li {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}

.content-page ul li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 10px;
  background-color: #004d77;
  width: 6px;
  height: 6px;
  border-radius: 100px;
}

.content-page h2,
.content-page h3 {
  margin-bottom: 24px;
}

.content-page ul {
  margin-bottom: 16px;
}

.content-page h3 + ul {
  margin-top: 24px;
}

.content-page h3 {
  margin-top: 16px;
}

.content-page p + h3,
.content-page ul + h3 {
  margin-top: 24px;
}

.modal {
  padding: 6%;
}

.background-color {
  background-color: #fff;
  position: relative;
  margin-top: -1px;
  z-index: 1;
}

.animation {
  position: relative;
  transition: transform 1s ease 0s;
  z-index: 1;
}

.animation.show-block {
  transform: translateY(-100%);
}

.widget {
  position: absolute;
  top: 53.5%;
  transform: translateY(-50%);
  right: 2%;
  color: #fff;
  z-index: 100;
  display: none;
}

.widget.fixed {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .widget {
    display: none;
  }

  .wa__btn_popup {
    right: 15px !important;
    bottom: 15px !important;
  }
}

.retour {
  padding: 88px 0;
}

@media (max-width: 47.99875em) {
  .retour {
    padding: 40px 0;
  }
}

.retour__btn,
.back__btn,
.btn-back {
  border: 1px solid #004d77;
  color: #2e373d;
  max-width: 220px;
  margin: 0 auto;
  padding: 6px 0px;
}

@media (any-hover: hover) {
  .retour__btn:hover,
  .back__btn:hover,
  .btn-back:hover {
    background-color: #004d77;
    color: #fff;
  }
}

.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 40px 40px;
  z-index: 101;
}
.header .mob {
  display: none;
}
@media (max-width: 47.99875em) {
  .header {
    border-radius: 0 0 20px 20px;
  }
}

.header__container {
  max-width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  padding: 0;
}

@media (max-width: 61.99875em) {
  .header__container {
    height: 70px;
  }
}

@media (max-width: 47.99875em) {
  .header__container {
    height: 60px;
  }
}

.header__logo {
  width: calc(44% - 380px);
  min-width: 90px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: calc((100vw - 1530px) / 2);
  padding-right: 15px;
}

@media (max-width: 97.5em) {
  .header__logo {
    padding-left: max((100vw - 1530px) / 2, 15px);
  }
}

@media (max-width: 47.99875em) {
  .header__logo {
    min-width: 70px;
  }
}

.header__contact {
  background-color: #759ebe;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 24px;
  padding: 0 2%;
  transition: background-color 0.3s ease 0s;
}

@media (max-width: 97.5em) {
  .header__contact {
    font-size: 14px;
    display: none;
  }
}

@media (max-width: 47.99875em) {
  .header__contact {
    font-size: 12px;
  }
}

@media (any-hover: hover) {
  .header__contact:hover {
    background-color: #004d77;
  }
}

.header__rdv {
  position: relative;
  background-color: #004d77;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 0 0 40px;
  padding-left: 2%;
  padding-right: 1%;
  gap: 16px;
  width: 25%;
  transition: background-color 0.3s ease 0s;
  cursor: pointer;
}

.header__rdv * {
  cursor: pointer;
}

@media (max-width: 61.99875em) {
  .header__rdv {
    border-radius: 0;
    min-width: 230px;
    flex-grow: 1;
  }
}

@media (max-width: 47.99875em) {
  .header__rdv {
    min-width: 0;
    gap: 5px;
    font-size: 14px;
  }
}

@media (any-hover: hover) {
  .header__rdv:hover {
    background-color: #2e373d;
  }
}

.header__rdv-link {
  display: flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 97.5em) {
  .header__rdv-link {
    font-size: 14px;
  }
}

@media (max-width: 47.99875em) {
  .header__rdv-link {
    font-size: 12px;
    white-space: nowrap;
  }
}

.header__rdv-dropdown {
  position: absolute;
  display: none;
  top: 88px;
  right: 0;
  font-size: 16px;
  background-color: #759ebe;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.header__rdv-dropdown li {
  white-space: nowrap;
  padding: 14px 0;
  padding-right: max((100vw - 1780px) / 2, 90px);
  padding-left: 90px;
  transition: background-color 0.3s ease 0s;
}

@media (any-hover: hover) {
  .header__rdv-dropdown li:hover {
    background-color: #004d77;
  }
}

@media (max-width: 61.99875em) {
  .header__rdv-dropdown {
    top: 70px;
  }
}

.header__rdv:hover .header__rdv-dropdown {
  z-index: 10;
  display: block;
}

.header__rdv:hover::before {
  transform: rotate(180deg) translateY(50%);
  color: currentColor;
}

.header__menu {
  display: flex;
  background-color: #eaf3fc;
  width: 48%;
  height: 100%;
  flex-grow: 1;
}
.header__menu .frame {
  display: none;
}

@media (max-width: 61.99875em) {
  .header__menu {
    width: auto;
    flex-grow: 0;
  }
}

.header__dropdown {
  background-color: #eaf3fc;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}
.language-wrapper {
  height: 100%;
  background: #004d77;
  /* padding-left: 43px; */
  display: flex;
  align-items: center;
  padding-left: 21px;
  padding-right: 21px;
}
.language {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  width: 64px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 24px;
}

.main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eaf3fc;
  height: 100%;
  width: 100%;
  padding: 0 4% 0 7%;
}

@media (max-width: 61.99875em) {
  .main-menu {
    flex-direction: column;
    font-size: 20px;
    gap: 30px;
  }
}

@media (max-width: 47.99875em) {
  .main-menu {
    font-size: 14px;
    gap: 15px;
  }
}

.menu-item-has-children {
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-item-has-children::before {
  display: none;
  transition: color 0.3s ease 0s;
}

@media (min-width: 61.99875em) {
  .menu-item-has-children {
    position: relative;
    padding-right: 10px;
  }

  .menu-item-has-children::before {
    position: absolute;
    content: '\e907';
    pointer-events: none;
    display: block;
    font-size: 12px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease 0s, color 0.3s ease 0s;
  }
}

.menu-item-has-children:hover {
  color: #004d77;
}

.menu-item-has-children:hover .sub-menu {
  z-index: 10;
  display: block;
}

.menu-item-has-children:hover::before {
  transform: rotate(180deg) translateY(50%);
  color: currentColor;
}

@media (min-width: 61.99875em) {
  .sub-menu {
    position: absolute;
    display: none;
    top: 88px;
    left: -10px;
    font-size: 16px;
    width: 173px;
    background-color: #759ebe;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
}

.sub-menu li {
  transition: background-color 0.3s ease 0s;
}

.sub-menu li a {
  display: block;
  padding: 10px 15px;
}

@media (any-hover: hover) {
  .sub-menu li:hover {
    background-color: #004d77;
    color: #fff;
  }
}

@media (max-width: 61.99875em) {
  .sub-menu li {
    text-align: center;
    font-size: 14px;
    padding: 0;
  }
}

@media (max-width: 47.99875em) {
  .sub-menu {
    display: block;
    position: relative;
    top: 5px;
    padding-top: 5px;
  }
}

.header .menu-item {
  font-weight: 500;
  line-height: 24px;
  transition: color 0.3s ease 0s;
}

@media (any-hover: hover) {
  .menu-item:hover {
    color: #004d77;
  }
}

@media (max-width: 61.99875em) {
  .header__menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 20px;
    will-change: max-height;
    box-sizing: content-box;
    transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out,
      padding 0.3s ease-in-out;
  }
}

.menu-open .header__menu {
  opacity: 1;
  padding: 20px;
}

.icon-menu {
  display: none;
}

@media (max-width: 61.99875em) {
  .icon-menu {
    display: flex;
    flex-shrink: 0;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
    margin: 0 30px;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: '';
    transition: all 0.3s ease 0s;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
  }

  .icon-menu::before {
    top: 0px;
  }

  .icon-menu::after {
    bottom: 0px;
  }

  .icon-menu span {
    top: calc(50% - 1px);
  }

  .menu-open .icon-menu span {
    transform: scale(0);
  }

  .menu-open .icon-menu::before {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .menu-open .icon-menu::after {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}

@media (max-width: 47.99875em) {
  .icon-menu {
    margin: 0 15px;
  }
}
.header__rdv .mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .header__container {
    justify-content: flex-end;
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 0 0 16px 16px;
    border-bottom: 0.55px solid #759ebe;
  }
  .header__logo {
    margin-right: auto;
  }
  .language-wrapper {
    order: 1;
  }
  .icon-menu {
    order: 2;
  }
  .header__rdv {
    background: #759ebe;
    max-width: 91px;
    min-width: 91px;
    justify-content: center;
  }
  .header__rdv .mobile {
    display: block;
  }
  .header__rdv .desctop {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .header .mob {
    display: block;
  }
  .header__dropdown,
  .header__menu,
  .main-menu {
    background-color: #004d77;
  }
  .header__dropdown * {
    color: #fff;
  }
  .header__dropdown {
    transform: translateY(-20px);
    overflow: auto;
  }
  .menu-open .header__dropdown {
    padding-bottom: 50px;
  }
  .menu-open .header__menu {
    padding-top: 72px;
    max-height: none !important;
  }
  .header__menu {
    flex-direction: column;
    gap: 40px;
    height: auto !important;
  }
  .header__menu .info-wrap {
    border-radius: 32px 32px 0 0;
    background: linear-gradient(
      180deg,
      rgba(117, 158, 190, 0.1) 0%,
      rgba(0, 77, 119, 0.1) 100%
    );

    padding: 40px 16px 0;
    margin-top: 40px;
  }
  .header__menu .info {
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
  }
  .header__menu .info .title {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center !important;
    margin-bottom: 24px;
  }
  .header__menu .info a {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .header__menu .info a span {
    display: block;
    max-width: 173px;
    width: 100%;
  }

  .header__menu .info a svg {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    display: block;
  }
  .header__menu .info .location {
    margin-top: 8px;
  }
  .main-menu > li > a {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
  }
  .menu-item-has-children {
    height: auto;
  }
  .menu-item-has-children > a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .menu-item-has-children > a::after {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMzY0MDEgMUw2LjM2NDAxIDEuMTkyNDllLTA4TDguMzY0MDEgLTEuMTkyNDllLTA4TDguMzY0MDEgMUw3LjM2NDAxIDFMNi4zNjQwMSAxWk04LjA3MTEyIDE3LjcwNzFDNy42ODA2IDE4LjA5NzYgNy4wNDc0MyAxOC4wOTc2IDYuNjU2OTEgMTcuNzA3MUwwLjI5Mjk0NiAxMS4zNDMxQy0wLjA5NzU3ODQgMTAuOTUyNiAtMC4wOTc1Nzg0IDEwLjMxOTUgMC4yOTI5NDYgOS45Mjg5M0MwLjY4MzQ3IDkuNTM4NDEgMS4zMTY2NCA5LjUzODQxIDEuNzA3MTYgOS45Mjg5M0w3LjM2NDAxIDE1LjU4NThMMTMuMDIwOSA5LjkyODkzQzEzLjQxMTQgOS41Mzg0MSAxNC4wNDQ2IDkuNTM4NDEgMTQuNDM1MSA5LjkyODkzQzE0LjgyNTYgMTAuMzE5NSAxNC44MjU2IDEwLjk1MjYgMTQuNDM1MSAxMS4zNDMxTDguMDcxMTIgMTcuNzA3MVpNNy4zNjQwMSAxTDguMzY0MDEgMUw4LjM2NDAxIDE3TDcuMzY0MDEgMTdMNi4zNjQwMSAxN0w2LjM2NDAxIDFMNy4zNjQwMSAxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
  }
  .menu-item-has-children.active > a {
    color: #b2ddff;
  }
  .menu-item-has-children.active > a::after {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMzY0MDEgMTdMOC4zNjQwMSAxOEw2LjM2NDAxIDE4TDYuMzY0MDEgMTdMNy4zNjQwMSAxN0w4LjM2NDAxIDE3Wk02LjY1NjkxIDAuMjkyODkyQzcuMDQ3NDMgLTAuMDk3NjMxNSA3LjY4MDYgLTAuMDk3NjMxNSA4LjA3MTEyIDAuMjkyODkyTDE0LjQzNTEgNi42NTY4NUMxNC44MjU2IDcuMDQ3MzggMTQuODI1NiA3LjY4MDU0IDE0LjQzNTEgOC4wNzEwN0MxNC4wNDQ2IDguNDYxNTkgMTMuNDExNCA4LjQ2MTU5IDEzLjAyMDkgOC4wNzEwN0w3LjM2NDAxIDIuNDE0MjFMMS43MDcxNiA4LjA3MTA3QzEuMzE2NjQgOC40NjE1OSAwLjY4MzQ3IDguNDYxNTkgMC4yOTI5NDYgOC4wNzEwN0MtMC4wOTc1Nzg0IDcuNjgwNTQgLTAuMDk3NTc4NCA3LjA0NzM4IDAuMjkyOTQ2IDYuNjU2ODVMNi42NTY5MSAwLjI5Mjg5MlpNNy4zNjQwMSAxN0w2LjM2NDAxIDE3TDYuMzY0MDEgMUw3LjM2NDAxIDFMOC4zNjQwMSAxTDguMzY0MDEgMTdMNy4zNjQwMSAxN1oiIGZpbGw9IiNCMkRERkYiLz4KPC9zdmc+Cg==');
  }
  .main-menu {
    justify-content: flex-start;
    gap: 40px;
    height: fit-content;
  }
  .sub-menu li a {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }
  .sub-menu li:first-child a {
    margin-top: 16px;
  }
  .header__menu .frame {
    display: block;
    position: absolute;
  }
  .header__menu .frame-1 {
    top: 0;
    right: 0;
  }
  .header__menu .frame-2 {
    top: 20%;
    right: 0;
  }
  .header__menu .frame-3 {
    top: 10%;
    left: 0;
  }
  .logo-bottom {
    display: block;
    margin: 24px auto 0;
  }
}
.footer {
  position: relative;
  background-color: #004d77;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media (max-width: 61.99875em) {
  .footer {
    padding-top: 60px;
  }
}

@media (any-hover: hover) {
  .footer .menu-item:hover {
    color: #fff;
  }
}

.footer__top {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}

@media (max-width: 61.99875em) {
  .footer__top {
    flex-direction: column;
  }
}

.footer__top li {
  margin-bottom: 16px;
}

@media (any-hover: hover) {
  .footer__top li a:hover {
    font-weight: 500;
  }
}

@media (min-width: 61.99875em) {
  .footer__logo {
    width: 33%;
  }
}

@media (max-width: 61.99875em) {
  .footer__logo {
    text-align: center;
  }
}

@media (min-width: 61.99875em) {
  .footer__center {
    width: 32%;
  }
}

@media (min-width: 61.99875em) {
  .footer__rigth {
    width: 32%;
  }
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 61.99875em) {
  .footer__bottom {
    flex-direction: column;
  }
}

.footer__bottom p {
  color: #759ebe;
}

.footer__bottom a {
  padding: 0 4px;
  transition: color 0.3s ease 0s;
}

@media (any-hover: hover) {
  .footer__bottom a:hover {
    color: #fff;
  }
}

.welcome {
  position: relative;
  overflow: hidden;
  z-index: 2;
  width: 100.3%;
  /* background-color: #fff; */
  border-radius: 0 0 75px 75px;
}

@media (max-width: 61.99875em) {
  .welcome {
    border-radius: 0 0 35px;
  }
}

@media (max-width: 47.99875em) {
  .welcome {
    padding-top: 43px;
  }
}

.welcome .vimeo {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  /* padding-bottom: 56.2%; */
  padding-bottom: 52.1%;
  margin: 0 auto;
}

.welcome .vimeo__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  pointer-events: none;
  border-radius: 0 0 75px;
  z-index: 2;
}

@media (max-width: 61.99875em) {
  .welcome .vimeo__iframe {
    border-radius: 0 0 35px;
  }
}

@media (max-width: 47.99875em) {
  .welcome .vimeo__iframe {
    border-radius: 0 0 20px;
  }
}

.welcome .vimeo .sound {
  position: absolute;
  bottom: 75px;
  right: 10%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../img/icons/soundoff.svg) no-repeat center;
  cursor: pointer;
  background-size: 35px;
  z-index: 219;
  border-radius: 100px;
  border: 1px solid #fff;
}

.welcome .vimeo .sound._active {
  background: url(../img/icons/soundon.svg) no-repeat center;
  background-size: 35px;
}

@media (max-width: 61.99875em) {
  .welcome .vimeo .sound {
    width: 40px;
    height: 40px;
    background-size: 22px;
    bottom: 30px;
    right: 15px;
    left: auto;
  }
}

@media (max-width: 47.99875em) {
  .welcome .vimeo .sound {
    width: 30px;
    height: 30px;
    background-size: 15px;
    left: auto;
  }
}

.tabs {
  display: flex;
  flex-direction: row-reverse;
  min-height: 200px;
}

@media (max-width: 47.99875em) {
  .tabs {
    /* min-height: 160px; */
    min-height: 185px;
  }
}

.tabs__navigation {
  display: flex;
  flex-direction: column;
  background-color: #2e6c8c;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #fff;
  position: absolute;
  justify-content: space-between;
  height: 100%;
  max-width: 88px;
}

.tabs__body {
  display: none;
  border-radius: 8px 40px 40px 8px;
  padding: 24px 96px 24px 26px;
  /* padding-right: 80px; */
  height: 100%;
  /* width: 450px; */
  width: 452px;
  border: 1px solid var(--FFFFFF, #fff);
  background: #759ebe;
}

.tabs__body:nth-child(2) {
  background: #2e6c8c;
}

.tabs__body._tab-active {
  display: block;
}

@media (max-width: 61.99875em) {
  .tabs__body {
    padding: 20px 93px 20px 22px;
    width: auto;
  }
}

@media (max-width: 47.99875em) {
  .tabs__body {
    border-radius: 8px 40px 40px 8px;
    padding: 10px 83px 10px 10px;
  }
}

@media (max-width: 29.99875em) {
  .tabs__body {
    border-radius: 8px 20px 20px 8px;
    padding: 10px 66px 10px 10px;
  }
}

.tabs__body-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 10px;
}

.tabs__body-wrap .link {
  align-items: center;
  transition: color 0.3s ease 0s;
}

@media (max-width: 47.99875em) {
  .tabs__body-wrap .link {
    font-size: 14px;
    gap: 5px;
  }
}

@media (max-width: 29.99875em) {
  .tabs__body-wrap .link {
    font-size: 12px;
  }
}

@media (any-hover: hover) {
  .tabs__body-wrap .link:hover {
    color: #004d77;
  }
}

.tabs__body-btn {
  border: 1px solid #fff;
  margin-top: auto;
  height: 40px;
  transition: background-color 0.3s ease 0s;
}

@media (any-hover: hover) {
  .tabs__body-btn:hover {
    background: #004d77;
  }
}

@media (max-width: 61.99875em) {
  .tabs__body-btn {
    font-size: 14px;
  }
}

@media (max-width: 47.99875em) {
  .tabs__body-btn {
    font-size: 12px;
    height: 25px;
  }
}

.tabs__title {
  align-items: center;
  /* text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.28px; */
  text-align: center;
  font-family: 'Montserrat';

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* text-transform: uppercase; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  /* border-radius: 40px; */
  /* padding-left: 19px;
  padding-right: 19px;
  padding-top: 20px;
  padding-bottom: 20px; */
  padding: 23px 13px;
}

.tabs__title svg {
  margin-bottom: 4px;
}

/* .tabs__title._tab-active {
  background: #759EBE;
} */

.tabs__title:first-child {
  /* padding-top: 25px; */
  background-color: #759ebe;
}

@media (max-width: 47.99875em) {
  .tabs__title:first-child {
    padding-top: 15px;
  }
}

.tabs__title:last-child {
  padding-bottom: 25px;
}

@media (max-width: 47.99875em) {
  .tabs__title:last-child {
    padding-bottom: 15px;
  }
}

@media (max-width: 61.99875em) {
  .tabs__title {
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 47.99875em) {
  .tabs__title {
    font-size: 12px;
  }
}

@media (max-width: 29.99875em) {
  .tabs__title {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.cabinet {
  margin: -70px 0;
  padding: 70px 0;
  background-color: #004d77;
  color: #fff;
  position: relative;
  z-index: 1;
}

.cabinet__container {
  padding-top: 90px;
  padding-bottom: 52px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
  .cabinet__container {
    width: 85%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .cabinet__container {
    width: 79%;
  }
}

@media (max-width: 61.99875em) {
  .cabinet__container {
    padding-top: 40px;
    flex-direction: column;
  }
}

@media (min-width: 61.99875em) {
  .cabinet__left {
    max-width: 490px;
    width: 35%;
  }
}

.cabinet__center {
  text-align: center;
}

@media (min-width: 61.99875em) {
  .cabinet__center {
    width: 22%;
  }
}

@media (min-width: 61.99875em) {
  .cabinet__right {
    max-width: 620px;
    width: 40%;
  }
}

.cabinet__right-bottom {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

@media (max-width: 29.99875em) {
  .cabinet__right-bottom {
    flex-direction: column;
  }
}

.cabinet__right-bottom .link {
  align-items: flex-start;
  gap: 16px;
}

.cabinet__right-bottom .link._icon-phone {
  align-items: center;
}

.cabinet__right-bottom .link:not(:last-child) {
  margin-bottom: 10px;
  max-width: 315px;
}

.cabinet__right-bottom .link::before {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  font-size: 16px;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

@media (any-hover: hover) {
  .cabinet__right-bottom .link:hover {
    color: #fff;
  }

  .cabinet__right-bottom .link:hover::before {
    color: #004d77;
    background-color: #fff;
  }
}

.cabinet__right-first {
  /* max-width: 232px; */
  /* max-width: 266px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.cabinet__right-second {
  max-width: 237px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  display: none;
}

.cabinet__right-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}

.cabinet__title {
  margin-bottom: 14px;
}

.cabinet__title span:not(.sub-title) {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.32px;
  margin-top: 33px;
  display: block;
}

.cabinet__title .sub-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;

  letter-spacing: 0.24px;
}

@media (max-width: 61.99875em) {
  .cabinet__title {
    font-size: 42px;
  }

  .cabinet__title span:not(.sub-title) {
    font-size: 24px;
  }

  .cabinet__title .sub-title {
    font-size: 20px;
    line-height: 34px;
  }
}

@media (max-width: 47.99875em) {
  .cabinet__title span {
    font-size: 24px;
    line-height: 30px;
  }
}

.cabinet__text {
  margin-bottom: 20px;
  text-align: justify;
}

.journey {
  padding-top: 87px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #fff;
  border-radius: 80px 80px 0px 0px;
  position: relative;
  z-index: 1;
}

@media (max-width: 61.99875em) {
  .journey {
    border-radius: 35px 35px 0px 0px;
    padding-top: 40px;
  }
}

.journey__container {
  display: flex;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
  .journey__container {
    width: 85%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .journey__container {
    width: 79%;
  }
}

@media (max-width: 47.99875em) {
  .journey__container {
    flex-direction: column;
    gap: 20px;
  }
}

.journey__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  z-index: 1;
}

@media (min-width: 61.99875em) {
  .journey__content {
    padding-top: 50px;
  }
}

.journey__title {
  margin-bottom: 24px;
}

@media (max-width: 47.99875em) {
  .journey__title {
    margin-bottom: 20px;
  }
}

.journey__subtitle {
  margin-bottom: 40px;
}

@media (max-width: 47.99875em) {
  .journey__subtitle {
    margin-bottom: 20px;
  }
}

.journey__btn {
  height: 40px;
  padding: 0 34px;
  border: 1px solid #004d77;
  color: #2e373d;
}

@media (any-hover: hover) {
  .journey__btn:hover {
    background-color: #004d77;
    color: #fff;
  }
}

.journey__img {
  position: relative;
  display: inline-block;
  max-width: 50%;
  margin-left: -34px;
}

@media (max-width: 47.99875em) {
  .journey__img {
    margin: 0 auto 0;
    max-width: 80%;
  }
}

.journey__img .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.journey__img .normal-image {
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .doctor:has(.hover-image) .journey__img:hover .hover-image {
    opacity: 1;
  }

  .doctor:has(.hover-image) .journey__img:hover .normal-image {
    opacity: 0;
  }
}

.parallax-container {
  position: relative;
  padding-bottom: 500px;
}
.journey-new .doctors {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: stretch;
}
.journey-new .journey__title {
  margin-bottom: 50px;
}
.journey-new .doctors .doctor {
  width: calc((100% / 3) - 20px);
  flex: calc((100% / 3) - 20px);
  max-width: 490px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.journey-new .doctors .doctor .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.journey-new .doctors .doctor .info .btn {
  max-width: 220px;
  padding: 0 30px;
}
.journey-new .doctors .doctor .journey__img {
  aspect-ratio: 490 / 500;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.journey-new .doctors .doctor .journey__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .journey-new {
    padding-bottom: 40px;
  }
  .journey-new .doctors {
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
  .journey-new .doctors .doctor {
    width: 100%;
    max-width: 100%;
  }
  .journey-new .doctors .doctor .journey__img {
    order: 0;
  }
  .journey-new .doctors .doctor .info {
    order: 1;
  }
}
/* .parallax-container._watcher-view .technologies {
  opacity: 1;
} */

@media (min-width: 61.99875em) {
  .animation_1._watcher-view .sagesse {
    transform: translateY(-58%);
  }

  .animation_1._watcher-view + .animation_2 .techniques {
    transform: translateY(-58%);
  }

  .animation_1 + .animation_2._watcher-view .techniques {
    transform: translateY(-100%);
  }
}

.implant {
  padding-top: 124px;
  padding-bottom: 194px;
  color: #fff;
  border-radius: 80px 80px 0px 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  background-color: #fff;
  z-index: 1;
}

@media (max-width: 61.99875em) {
  .implant {
    padding-top: 80px;
    padding-bottom: 140px;
    border-radius: 35px 35px 0px 0px;
  }
}

@media (max-width: 47.99875em) {
  .implant {
    padding-top: 40px;
    padding-bottom: 120px;
  }
}

.implant__container {
  display: flex;
  justify-content: end;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
  .implant__container {
    width: 82%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .implant__container {
    width: 79%;
  }
}

.implant__content {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  max-width: 620px;
}

.implant__title {
  margin-bottom: 25px;
}

.implant__text {
  margin-bottom: 40px;
}

.implant__btn {
  padding: 7px 53px;
  border: 1px solid #fff;
}

@media (any-hover: hover) {
  .implant__btn:hover {
    background-color: #fff;
    color: #004d77;
  }
}
@media only screen and (max-width: 768px) {
  .implant {
    padding-top: 48px;
    padding-bottom: 200px;
  }
}

.sagesse {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin: -70px 0 0;
  padding-top: 147px;
  padding-bottom: 220px;
  color: #2e373d;
  border-radius: 80px 80px 0px 0px;
  z-index: 1;
  transition: transform 0.8s ease 0s;
}

@media (max-width: 61.99875em) {
  .sagesse {
    padding-top: 100px;
    padding-bottom: 120px;
    border-radius: 35px 35px 0px 0px;
  }
}

@media (max-width: 47.99875em) {
  .sagesse {
    padding-top: 40px;
  }
}

.sagesse__container {
  display: flex;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
  .sagesse__container {
    width: 82%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sagesse__container {
    width: 79%;
  }
}

.sagesse__content {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  max-width: 750px;
}

.sagesse__title {
  margin-bottom: 25px;
}

.sagesse__text {
  margin-bottom: 40px;
}

.sagesse__btn {
  padding: 7px 53px;
  border: 1px solid #004d77;
  color: #2e373d;
}

@media (any-hover: hover) {
  .sagesse__btn:hover {
    background-color: #004d77;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .sagesse {
    margin: -48px 0 0;
    padding-bottom: 200px;
    padding-top: 48px;
  }
}

.techniques {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin: -70px 0 0;
  padding-top: 100px;
  padding-bottom: 103px;
  color: #2e373d;
  border-radius: 80px;
  position: relative;
  z-index: 1;
  transition: transform 0.8s ease 0s;
  /* opacity: 0; */
}

@media (max-width: 61.99875em) {
  .techniques {
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 35px;
  }
}

@media (max-width: 47.99875em) {
  .techniques {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.techniques__container {
  display: flex;
  justify-content: end;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
  .techniques__container {
    width: 85%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .techniques__container {
    width: 79%;
  }
}

.techniques__content {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  max-width: 620px;
}

.techniques__title {
  margin-bottom: 25px;
}

.techniques__text {
  margin-bottom: 40px;
}

.techniques__text p {
  margin-bottom: 10px;
}

.techniques__text ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 5px;
}

.techniques__text li {
  position: relative;
  padding-left: 30px;
}

.techniques__text li:before {
  content: '';
  position: absolute;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 12px;
  background-color: #004d77;
}

.techniques__btn {
  padding: 7px 53px;
  border: 1px solid #004d77;
  color: #2e373d;
}

@media (any-hover: hover) {
  .techniques__btn:hover {
    background-color: #004d77;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .techniques {
    margin: -48px 0 0;
    padding-top: 48px;
    padding-bottom: 200px;
  }
}

.technologies {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin: -70px 0 0;
  padding-top: 100px;
  padding-bottom: 147px;
  color: #fff;
  background-color: #004d77;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 0;
  transition: opacity 0.3s ease 0s;
}

@media (max-width: 61.99875em) {
  .technologies {
    padding-top: 120px;
    padding-bottom: 120px;
    border-radius: 35px 35px 0px 0px;
  }
}

@media (max-width: 47.99875em) {
  .technologies {
    position: static;
    padding-top: 100px;
  }

  .parallax-container {
    padding-bottom: 0;
  }
}

.technologies__container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
  .technologies__container {
    width: 85%;
    gap: 72px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .technologies__container {
    width: 79%;
  }
}

@media (max-width: 61.99875em) {
  .technologies__container {
    flex-direction: column;
  }
}

@media (min-width: 61.99875em) {
  .technologies__img {
    padding-left: 55px;
    max-width: 790px;
    width: 52%;
    padding-top: 20px;
  }
}

.technologies__content {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

@media (min-width: 61.99875em) {
  .technologies__content {
    max-width: 620px;
    width: 48%;
    padding-top: 108px;
  }
}

.technologies__title {
  margin-bottom: 25px;
}

.technologies__text {
  margin-bottom: 40px;
  text-align: justify;
}

.technologies__text p {
  margin-bottom: 10px;
}

.technologies__text ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 5px;
}

.technologies__text li {
  position: relative;
  padding-left: 30px;
}

.technologies__text li:before {
  content: '';
  position: absolute;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 12px;
  background-color: #004d77;
}

.technologies__btn {
  padding: 7px 53px;
  border: 1px solid #fff;
  color: #fff;
}

@media (any-hover: hover) {
  .technologies__btn:hover {
    background-color: #fff;
    color: #004d77;
  }
}

.traitements {
  position: relative;
  margin: -70px 0 0;
  padding-top: 140px;
  padding-bottom: 200px;
  border-radius: 80px 80px 0px 0px;
  background-color: #fff;
}

@media (max-width: 61.99875em) {
  .traitements {
    padding-top: 80px;
    padding-bottom: 180px;
    border-radius: 35px 35px 0px 0px;
  }
}

@media (max-width: 47.99875em) {
  .traitements {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

.traitements__title {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 61.99875em) {
  .traitements__title {
    margin-bottom: 40px;
  }
}

.traitements__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 61.99875em) {
  .traitements__list {
    gap: 30px;
  }
}

.traitements-item {
  display: flex;
  gap: 20px;
}

@media (min-width: 47.99875em) {
  .traitements-item {
    justify-content: space-between;
    align-items: center;
  }

  .traitements-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

@media (max-width: 47.99875em) {
  .traitements-item {
    flex-direction: column;
  }
}

@media (min-width: 47.99875em) {
  .traitements-item__right {
    width: 50%;
    max-width: 620px;
  }
}

.traitements-item__img {
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  padding-bottom: 26.2%;
}

@media (min-width: 47.99875em) {
  .traitements-item__img {
    max-width: 750px;
    width: 50%;
  }
}

@media (max-width: 47.99875em) {
  .traitements-item__img {
    border-radius: 20px;
    padding-bottom: 50%;
  }
}

.traitements-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.traitements-item__title {
  margin-bottom: 24px;
}

.traitements-item__title a {
  display: block;
  transition: color 0.3s ease 0s;
}

@media (any-hover: hover) {
  .traitements-item__title a:hover {
    color: #004d77;
  }
}

.traitements-item__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

@media (max-width: 47.99875em) {
  .traitements-item__text {
    font-size: 16px;
    line-height: 20px;
  }
}

.traitements-item__text a {
  transition: color 0.3s ease 0s;
}

@media (any-hover: hover) {
  .traitements-item__text a:hover {
    color: #004d77;
  }
}

.traitements-item__text ul li {
  margin-bottom: 7px;
}

.espace {
  position: relative;
  z-index: 3;
  background-color: #eaf3fc;
  padding-top: 140px;
  padding-bottom: 140px;
  border-radius: 80px;
  margin-top: -80px;
}

@media (max-width: 61.99875em) {
  .espace {
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 35px;
  }
}

@media (max-width: 47.99875em) {
  .espace {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.espace__title {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 47.99875em) {
  .espace__title {
    margin-bottom: 20px;
  }
}

.espace__subtitle {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 47.99875em) {
  .espace__subtitle {
    margin-bottom: 20px;
  }
}

.espace__list {
  display: flex;
  margin: 0 -15px;
}

@media (max-width: 61.99875em) {
  .espace__list {
    flex-direction: column;
    gap: 40px;
  }
}

.espace-item {
  position: relative;
  padding: 0 15px;
}

@media (min-width: 61.99875em) {
  .espace-item {
    width: 33.3333333333%;
  }
}

.espace-item:before {
  content: '';
  position: absolute;
  background-image: url('../img/home/dots.svg');
  background-position: center center;
  background-size: 483px;
  background-repeat: repeat-x;
  left: 0;
  right: 0;
  height: 16px;
  width: 100%;
  top: 73px;
}

@media (max-width: 61.99875em) {
  .espace-item:before {
    -webkit-mask-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0),
      rgb(0, 0, 0) 20%,
      rgb(0, 0, 0) 80%,
      rgba(0, 0, 0, 0)
    );
    mask-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0),
      rgb(0, 0, 0) 20%,
      rgb(0, 0, 0) 80%,
      rgba(0, 0, 0, 0)
    );
  }
}

@media (max-width: 47.99875em) {
  .espace-item:before {
    top: 60px;
  }
}

.espace-item:after {
  content: '';
  position: absolute;
  top: 73px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: #004d77;
  transform: translateX(-50%);
}

@media (max-width: 47.99875em) {
  .espace-item:after {
    top: 60px;
  }
}

@media (min-width: 61.99875em) {
  .espace-item:first-child::before {
    -webkit-mask-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0),
      rgb(0, 0, 0) 20%,
      rgb(0, 0, 0) 100%
    );
    mask-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0),
      rgb(0, 0, 0) 20%,
      rgb(0, 0, 0) 100%
    );
  }

  .espace-item:last-child::before {
    -webkit-mask-image: linear-gradient(
      to right,
      rgb(0, 0, 0),
      rgb(0, 0, 0) 80%,
      rgba(0, 0, 0, 0)
    );
    mask-image: linear-gradient(
      to right,
      rgb(0, 0, 0),
      rgb(0, 0, 0) 80%,
      rgba(0, 0, 0, 0)
    );
  }
}

.espace-item__title {
  position: relative;
  padding-bottom: 57px;
  margin-bottom: 40px;
  text-align: center;
  pointer-events: none;
}

@media (max-width: 47.99875em) {
  .espace-item__title {
    margin-bottom: 20px;
  }
}

.espace-item__img {
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 40px;
  display: block;
}

.espace-item__img img {
  transition: transform 0.3s ease 0s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.espace-item__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  color: #004d77;
  padding: 8px 52px;
  border: 1px solid #004d77;
}

@media (any-hover: hover) {
  .espace-item {
    cursor: pointer;
  }

  .espace-item:hover .espace-item__title {
    color: #004d77;
    font-weight: 600;
  }

  .espace-item:hover .espace-item__img img {
    transform: scale(1.1);
  }

  .espace-item:hover .espace-item__btn {
    background-color: #004d77;
    color: #fff;
  }
}

.faq {
  position: relative;
  z-index: 2;
  background-color: #759ebe;
  color: #fff;
  padding-top: 155px;
  padding-bottom: 115px;
  margin-top: -80px;
  margin-bottom: -80px;
  border-radius: 0 0 80px 80px;
}

@media (max-width: 61.99875em) {
  .faq {
    border-radius: 0 0 35px 35px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
  .faq__container {
    /* width: 85%; */
    width: 80%;
  }

  .faq__wrap .accordion,
  .faq__wrap .faq__center {
    flex: 1;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .faq__container {
    width: 79%;
  }
}

.faq__title {
  text-align: center;
  margin-bottom: 12px;
}

.faq__wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 61.99875em) {
  .faq__wrap {
    flex-direction: column;
  }
}

.faq__logo {
  margin: 0 auto 38px;
  max-width: 325px;
}

@media (max-width: 61.99875em) {
  .faq__logo {
    width: 100%;
    text-align: center;
  }
}

.faq__btn {
  padding: 8px 52px;
  border: 1px solid #fff;
  margin: 0 auto;
}

@media (any-hover: hover) {
  .faq__btn:hover {
    background-color: #fff;
    color: #004d77;
  }
}

.faq__center {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding-top: 20px;
  min-width: 300px;
}

@media (max-width: 29.99875em) {
  .faq__center {
    min-width: 250px;
  }
}

@media (min-width: 61.99875em) {
  .accordion {
    max-width: 490px;
  }
}

.accordion-item {
  margin-bottom: -1px;
  border-bottom: 1px solid #fff;
}

.accordion-item__control {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 31px 0;
  transition: padding 0.3s ease 0s;
}

.accordion-item__title {
  pointer-events: none;
  padding-right: 20px;
  text-align: left;
}

.accordion-item__content {
  text-align: justify;
  line-height: 24px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  will-change: max-height;
  box-sizing: content-box;
  transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out,
    padding 0.3s ease-in-out;
}

.accordion-item__icon {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  flex-shrink: 0;
}

@media (max-width: 61.99875em) {
  .accordion-item__icon {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 47.99875em) {
  .accordion-item__icon {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 29.99875em) {
  .accordion-item__icon {
    width: 26px;
    height: 26px;
  }
}

.accordion-item__icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
}

.accordion-item__icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  transform: translateX(-50%);
}

.accordion-item.open .accordion-item__control {
  padding-bottom: 8px;
}

.accordion-item.open .accordion-item__content {
  opacity: 1;
  padding-bottom: 30px;
}

.accordion-item.open .accordion-item__icon:after {
  display: none;
}

.praticiens {
  padding-top: 220px;
  padding-bottom: 40.7%;
  margin-bottom: -102px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  background-attachment: fixed;
  position: relative;
  background-blend-mode: overlay;
  z-index: 1;
}

@media (max-width: 61.99875em) {
  .praticiens {
    padding-top: 140px;
  }
}

.praticiens::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background: linear-gradient(
    177deg,
    #fff 28.31%,
    rgba(255, 255, 255, 0.9) 56.96%,
    rgba(255, 255, 255, 0) 89.9%
  );
  pointer-events: none;
}

@media (max-width: 47.99875em) {
  .praticiens::before {
    top: 55%;
    height: 30%;
  }
}

.praticiens__title {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 61.99875em) {
  .praticiens__title {
    margin-bottom: 45px;
  }
}

.praticiens__wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}

@media (max-width: 61.99875em) {
  .praticiens__wrap {
    gap: 15px;
  }
}

@media (max-width: 47.99875em) {
  .praticiens__wrap {
    flex-direction: column;
  }
}

.praticiens-block {
  position: relative;
  border-radius: 40px;
  max-width: 750px;
  width: 100%;
  padding-bottom: 26.2%;
  overflow: hidden;
  color: #fff;
}

@media (max-width: 47.99875em) {
  .praticiens-block {
    padding-bottom: 45%;
  }
}

.praticiens-block__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.praticiens-block__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.praticiens-block__title {
  margin-bottom: 40px;
}

.praticiens-block__btn {
  border: 1px solid #fff;
  padding: 7px 53px;
}

@media (any-hover: hover) {
  .praticiens-block__btn:hover {
    background-color: #fff;
    color: #004d77;
  }
}

.praticiens-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 77, 119, 0.7);
}

.praticiens-block:last-child::before {
  background: rgba(46, 55, 61, 0.8);
}

.acces {
  position: relative;
  background-color: #004d77;
  padding-top: 140px;
  padding-bottom: 82px;
  color: #fff;
  border-radius: 80px;
  z-index: 1;
}

@media (max-width: 61.99875em) {
  .acces {
    padding-top: 80px;
    border-radius: 35px;
  }
}

@media (max-width: 47.99875em) {
  .acces {
    padding-top: 40px;
  }
}

.acces__container {
  background-image: url('../img/home/acces-bg.svg');
  background-repeat: no-repeat;
  background-position: 54% 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
  .acces__container {
    width: 85%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .acces__container {
    width: 79%;
  }
}

@media (max-width: 61.99875em) {
  .acces__container {
    background-position: 50% top;
  }
}

.acces__title {
  margin-bottom: 40px;
}

.acces__subtitle {
  margin-bottom: 20px;
}

.acces__wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 58px;
}

@media (max-width: 61.99875em) {
  .acces__wrap {
    flex-direction: column;
    gap: 40px;
  }
}

.acces__left {
  max-width: 490px;
}

@media (min-width: 61.99875em) {
  .acces__left {
    width: 100%;
    padding-right: 10px;
  }
}

.acces__right {
  /* max-width: 620px; */
  max-width: 390px;
}

@media (min-width: 61.99875em) {
  .acces__right {
    width: 48%;
  }
}

.acces__right-btn {
  text-transform: uppercase;
  border: 1px solid #fff;
  margin-top: 29px;
  padding: 7px 55px;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

@media (any-hover: hover) {
  .acces__right-btn:hover {
    background-color: #fff;
    color: #004d77;
  }
}

.acces__maps {
  position: relative;
  display: flex;
  gap: 30px;
}

@media (max-width: 61.99875em) {
  .acces__maps {
    flex-direction: column;
  }
}

.acces__timetable {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.acces-timetable {
  display: flex;
}

.acces-timetable span {
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
}

.acces-timetable._active span {
  font-weight: 600;
  color: #84cbf2;
}

.acces-timetable__day {
  min-width: 177px;
}

@media (max-width: 29.99875em) {
  .acces-timetable__day {
    min-width: 100px;
  }
}

.acces-timetable__time {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.map-container {
  width: 100%;
  padding-bottom: 26%;
  border-radius: 40px;
}

#map2 {
  display: none;
}

@media (max-width: 61.99875em) {
  .map-container {
    width: 100%;
    padding-bottom: 50%;
  }
}

.contact {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
  color: #2e373d;
  background-color: #eaf3fc;
  background-image: url('../img/home/contact-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 61.99875em) {
  .contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 47.99875em) {
  .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.contact__title {
  margin-bottom: 40px;
  text-align: center;
}

.contact-form {
  max-width: 1010px;
  margin: 0 auto;
}

.mails,
.mails + p {
  display: none;
}

.contact-form__radio {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  margin-bottom: 40px;
}

.contact-form__radio .wpcf7-list-item {
  margin-left: 0;
}

.contact-form__radio p {
  width: 100%;
}

@media (max-width: 61.99875em) {
  .contact-form__radio {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.contact-form__radio label {
  display: block;
  margin-right: 0;
}

.contact-form__radio .wpcf7-form-control {
  display: flex;
  justify-content: space-between;
  max-width: 690px;
  width: 100%;
  gap: 30px;
}

.contact-form__radio .wpcf7-form-control-wrap .wpcf7-list-item-label {
  letter-spacing: 0.4px;
  padding-left: 40px;
  line-height: 32px;
}

.contact-form__radio .wpcf7-form-control-wrap .wpcf7-list-item-label:after {
  top: 8px;
  left: 8px;
  transform: translateY(0);
}

.contact-form__radio .wpcf7-form-control-wrap .wpcf7-list-item-label:before {
  width: 32px;
  height: 32px;
}

.contact-form__input p {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 24px;
  border-radius: 8px;
}

@media (max-width: 61.99875em) {
  .contact-form__input p {
    flex-direction: column;
  }

  .contact-form__input p br {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .contact-form__radio .wpcf7-form-control {
    flex-direction: column;
  }
}
.contact-form__input p .wpcf7-form-control-wrap {
  width: 31%;
}

@media (max-width: 61.99875em) {
  .contact-form__input p .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.contact-form__input p input {
  width: 100%;
  background-color: #deecf8;
  border-radius: 8px;
  height: 52px;
  padding-left: 14px;
}

.contact-form__textarea {
  border-radius: 8px;
  margin-bottom: 38px;
}

.contact-form__textarea textarea {
  max-width: 100%;
  width: 100%;
  background-color: #deecf8;
  border-radius: 8px;
  padding: 16px 14px;
  min-height: 141px;
}

.contact-form__btn {
  color: #2e373d;
  border: 1px solid #004d77;
  background-color: transparent;
  padding: 7px 65px;
  font-weight: 500;
  margin: 0 auto;
  cursor: pointer;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
}

@media (any-hover: hover) {
  .contact-form__btn:hover {
    background-color: #004d77;
    color: #fff;
  }
}

.contact-form__radio .wpcf7-form-control-wrap {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
}

.contact-form__radio .wpcf7-form-control-wrap .wpcf7-list-item-label {
  position: relative;
  display: flex;
  color: #2e373d;
  padding-left: 36px;
  line-height: 24px;
  cursor: pointer;
}

.contact-form__radio .wpcf7-form-control-wrap .wpcf7-list-item-label:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #004d77;
  background-color: #eaf3fc;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.contact-form__radio .wpcf7-form-control-wrap .wpcf7-list-item-label:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 100px;
  background-color: #759ebe;
  opacity: 0;
  /* top: 50%; */
  top: 12px;
  left: 4px;
  transform: translateY(-50%);
  z-index: 2;
  transition: opacity 0.1s linear;
}

.contact-form__radio .wpcf7-form-control-wrap input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

input[type='date']::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.contact-form__radio
  .wpcf7-form-control-wrap
  input:checked
  + .wpcf7-list-item-label:after {
  opacity: 1;
}

.contact-form__radio
  .wpcf7-form-control-wrap
  input.valid
  ~ .wpcf7-list-item-label:after {
  opacity: 1;
}

.contact-form__radio
  .wpcf7-form-control-wrap
  input.error
  ~ .wpcf7-list-item-label:before {
  border: 1px solid red;
}

.technologies-section {
  padding-top: 84px;
}

@media (max-width: 61.99875em) {
  .technologies-section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.technologies-section__container {
  max-width: 1270px;
}

@media only screen and (min-width: 992px) and (max-width: 1522px) {
  .technologies-section__container {
    width: 84%;
  }
}

.technologies-section__grid {
  border-radius: 40px;
  margin-bottom: 36px;
  overflow: hidden;
  gap: 30px;
  margin-top: 48px;
}

@media (max-width: 61.99875em) {
  .technologies-section__grid {
    gap: 20px;
    border-radius: 30px;
  }
}

@media (min-width: 47.99875em) {
  .technologies-section__grid {
    display: grid;
    grid-template-columns: 28.5% 28% 39%;
    grid-template-areas: 'item1 item2 item3' 'item4 item5 item7' 'item4 item6 item7';
  }
}

@media (max-width: 47.99875em) {
  .technologies-section__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border-radius: 15px;
  }
}

.technologies-section__content h2 {
  text-align: center;
  letter-spacing: -2px;
  margin-bottom: 22px;
}

.technologies-section__content h3 {
  text-align: center;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.technologies-section__content h4 {
  text-align: center;
}

.technologies-section__content p:not(:last-child) {
  margin-bottom: 23px;
}

.grid-item {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

@media (max-width: 47.99875em) {
  .grid-item {
    padding-bottom: 46%;
    width: 100%;
  }
}

.grid-item__title {
  position: absolute;
  bottom: 33px;
  left: 30px;
  right: 30px;
  z-index: 2;
  pointer-events: none;
}

@media (min-width: 95.625em) {
  .grid-item__title {
    font-size: 2.625rem;
  }
}

@media (min-width: 48em) and (max-width: 95.625em) {
  .grid-item__title {
    font-size: clamp(1.4375rem, 0.2406496063rem + 2.4934383202vw, 2.625rem);
  }
}

@media (max-width: 48em) {
  .grid-item__title {
    font-size: 1.4375rem;
  }
}

@media (min-width: 95.625em) {
  .grid-item__title {
    line-height: 3rem;
  }
}

@media (min-width: 48em) and (max-width: 95.625em) {
  .grid-item__title {
    line-height: clamp(1.875rem, 0.7411417323rem + 2.3622047244vw, 3rem);
  }
}

@media (max-width: 48em) {
  .grid-item__title {
    line-height: 1.875rem;
  }
}

@media (max-width: 61.99875em) {
  .grid-item__title {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}

@media (max-width: 47.99875em) {
  .grid-item__title {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}

@media (max-width: 47.99875em) and (min-width: 48em) {
  .grid-item__title {
    font-size: 2.625rem;
  }
}

@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 48em) {
  .grid-item__title {
    font-size: clamp(1.25rem, 0.2678571429rem + 4.9107142857vw, 2.625rem);
  }
}

@media (max-width: 47.99875em) and (max-width: 20em) {
  .grid-item__title {
    font-size: 1.25rem;
  }
}

@media (max-width: 47.99875em) and (min-width: 48em) {
  .grid-item__title {
    line-height: 3rem;
  }
}

@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 48em) {
  .grid-item__title {
    line-height: clamp(1.625rem, 0.6428571429rem + 4.9107142857vw, 3rem);
  }
}

@media (max-width: 47.99875em) and (max-width: 20em) {
  .grid-item__title {
    line-height: 1.625rem;
  }
}

.grid-item__text {
  opacity: 0;
  height: 0;
}

.grid-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease 0s;
}

.grid-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 77, 119, 0.5);
  z-index: 1;
  pointer-events: none;
}

@media (any-hover: hover) {
  .grid-item:hover img {
    transform: scale(1.1);
  }
}

.grid-item1 {
  background-color: rgba(0, 77, 119, 0.5);
}

@media (min-width: 47.99875em) {
  .grid-item1 {
    grid-area: item1;
    aspect-ratio: 360/248;
  }
}

.grid-item1 h2 {
  left: 15px;
  right: 15px;
}

.grid-item2::before {
  background-color: rgba(46, 55, 61, 0.5);
}

@media (min-width: 47.99875em) {
  .grid-item2 {
    grid-area: item2;
    aspect-ratio: 360/199;
  }
}

.grid-item3::before {
  background-color: rgba(46, 55, 61, 0.5);
}

@media (min-width: 47.99875em) {
  .grid-item3 {
    grid-area: item3;
    aspect-ratio: 490/248;
  }
}

.grid-item4::before {
  background-color: rgba(46, 55, 61, 0.5);
}

@media (min-width: 47.99875em) {
  .grid-item4 {
    grid-area: item4;
    aspect-ratio: 360/380;
  }
}

.grid-item5::before {
  background-color: rgba(0, 77, 119, 0.5);
}

@media (min-width: 47.99875em) {
  .grid-item5 {
    grid-area: item5;
    aspect-ratio: 360/200;
    margin-top: -15%;
  }
}

.grid-item6::before {
  background-color: rgba(0, 77, 119, 0.5);
}

@media (min-width: 47.99875em) {
  .grid-item6 {
    grid-area: item6;
    aspect-ratio: 360/199;
  }
}

.grid-item7::before {
  background-color: rgba(46, 55, 61, 0.5);
}

@media (min-width: 47.99875em) {
  .grid-item7 {
    grid-area: item7;
    aspect-ratio: 490/380;
  }
}

.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 77, 119, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  opacity: 0;
  overflow: auto;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.modal-overlay--visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.modal-open {
  overflow: hidden;
}

.modal {
  background-color: #eaf3fc;
  max-width: 1270px;
  width: 100%;
  max-height: 658px;
  /* height: 59vh; */
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  display: none;
  position: relative;
  display: flex;
  border-radius: 40px;
  /* padding: 7% 7% 8% 7%; */
  padding: 7% 2.6% 8% 7%;
}

@media only screen and (max-height: 768px) and (min-width: 768px) {
  .modal-overlay {
    padding-top: 308px;
  }
}

@media (max-width: 47.99875em) {
  .modal {
    justify-content: flex-start;
    padding: 30px;
    gap: 20px;
  }
}

.modal--visible {
  display: flex;
}

@media (max-width: 47.99875em) {
  .modal--visible {
    flex-direction: column;
  }
}

.modal__close {
  position: absolute;
  right: 48px;
  top: 48px;
  color: #000;
  width: 40px;
  height: 40px;
}

@media (max-width: 47.99875em) {
  .modal__close {
    right: 20px;
    /* top: 20px; */
    top: 7px;
    width: 30px;
    height: 30px;
    background-color: transparent;
  }
}

.modal__close::before {
  position: absolute;
  content: '';
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
}

.modal__close::after {
  position: absolute;
  content: '';
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: rotate(-45deg);
}

.modal__img {
  border-radius: 40px;
  max-width: 490px;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 47.99875em) {
  .modal__img {
    margin: 0 auto;
    /* display: none; */
  }
}

.modal__img img {
  width: 100%;
  /* height: 100%; */
  -o-object-fit: cover;
  object-fit: cover;
}

.modal__content {
  /* max-width: 490px; */
  width: 100%;
}

@media (max-width: 47.99875em) {
  .modal__content {
    max-width: 100%;
  }
}

.modal__content p {
  text-align: justify;
}

.modal__title {
  color: #004d77;
  text-align: left;
  margin-bottom: 24px;
}

@media (max-width: 47.99875em) {
  .modal__title {
    text-align: center;
  }
}

.doctor {
  padding-top: 80px;
  padding-bottom: 43px;
}

.doctor__container {
  display: flex;
  justify-content: center;
  gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
  .doctor__container {
    width: 77%;
  }
}

@media (max-width: 61.99875em) {
  .doctor__container {
    flex-direction: column;
  }
}

.doctor__img {
  max-width: 620px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.doctor__img .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.doctor__img .normal-image {
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .doctor__img:has(.hover-image):hover .hover-image {
    opacity: 1;
  }

  .doctor__img:has(.hover-image):hover .normal-image {
    opacity: 0;
  }
}

@media (min-width: 61.99875em) {
  .doctor__img {
    padding-left: 10px;
  }
}

@media (max-width: 61.99875em) {
  .doctor__img {
    margin: 0 auto;
  }
}

.doctor__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.doctor__content {
  max-width: 627px;
  width: 100%;
}

@media (min-width: 61.99875em) {
  .doctor__content {
    padding-top: 40px;
  }
}

.doctor__content .breadcrumbs {
  color: #000;
  margin-bottom: 50px;
}

.doctor__content .cabinet__right-bottom .link::before {
  border-color: #004d78;
}

@media (any-hover: hover) {
  .doctor__content .cabinet__right-bottom .link:hover {
    color: #004d78;
  }

  .doctor__content .cabinet__right-bottom .link:hover::before {
    background-color: #004d78;
    color: #fff;
  }
}

.doctor__title {
  margin-bottom: 23px;
}

.doctor__title-mobile {
  display: none;
}

@media (max-width: 61.9988em) {
  .doctor__title {
    display: none;
  }

  .doctor__title-mobile {
    display: block;
  }
}

.doctor__subtitle {
  letter-spacing: -2px;
  margin-bottom: 48px;
}

.doctor__logo {
  max-width: 232px;
  width: 100%;
}

.doctor__top {
  gap: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media (max-width: 47.99875em) {
  .doctor__top {
    flex-direction: column;
    align-items: baseline;
  }
}

.doctor__top .link {
  align-items: center;
  letter-spacing: 1px;
  max-width: 237px;
  width: 100%;
  gap: 15px;
  margin-bottom: 8px;
}

.doctor__top .link::before {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #004d78;
  width: 40px;
  height: 40px;
  font-size: 16px;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

@media (any-hover: hover) {
  .doctor__top .link:hover {
    color: #004d78;
  }

  .doctor__top .link:hover::before {
    background-color: #004d78;
    color: #fff;
  }
}

.doctor .link {
  color: #004d78;
}

.fullscreen-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: hidden;
}

.fullscreen-image img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.fullscreen-prev,
.fullscreen-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
  z-index: 1100;
}

.fullscreen-prev {
  left: 10px;
}

.fullscreen-next {
  right: 10px;
}

.fullscreen-pagination {
  position: absolute;
  bottom: 10px;
  display: flex;
  gap: 5px;
}

.pagination-item {
  color: white;
  font-size: 18px;
  cursor: pointer;
}

.pagination-item.active {
  font-weight: bold;
}

.gallery {
  position: relative;
}

.gallery__slider {
  border-radius: 80px;
}

@media (max-width: 61.99875em) {
  .gallery__slider {
    border-radius: 40px;
  }
}

.gallery__swiper {
  display: flex;
}

.gallery__slide {
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  padding-bottom: 24.5%;
  transform: scale(1.2);
}

.gallery__slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 77, 119, 0.6);
  z-index: 1;
  transition: opacity 0.3s ease 0s;
}

@media (max-width: 61.99875em) {
  .gallery__slide {
    padding-bottom: 34.5%;
  }
}

@media (max-width: 47.99875em) {
  .gallery__slide {
    padding-bottom: 40%;
  }
}

@media (max-width: 29.99875em) {
  .gallery__slide {
    padding-bottom: 50%;
  }
}

.gallery__slide img {
  position: absolute;
  border-radius: 40px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease 0s;
}

@media (max-width: 61.99875em) {
  .gallery__slide img {
    border-radius: 20px;
  }
}

@media (any-hover: hover) {
  .gallery__slide img:hover {
    transform: scale(1.2);
    transition-delay: 0s;
    transition: transform 0.3s ease 0s;
  }
}

.gallery__navigation {
  position: relative;
  padding: 25px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
}

@media (max-width: 47.99875em) {
  .gallery__navigation {
    padding: 15px 0;
  }
}

.gallery__arrows {
  display: flex;
  align-items: center;
  gap: 32px;
  border: 1px solid #004d77;
  border-radius: 40px;
  padding: 10px 0;
}

.swiper-arrow {
  border-radius: 30px;
  width: 70px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
}

@media (max-width: 47.99875em) {
  .swiper-arrow {
    height: 30px;
  }
}

.swiper-arrow::before {
  font-size: 14px;
  transition: transform 0.3s ease 0s;
}

@media (any-hover: hover) {
  .swiper-arrow:hover::before {
    transform: scale(1.2);
  }
}

.swiper-slide-active {
  width: 50%;
  z-index: 2;
  transform: scale(1);
  border-radius: 40px;
}

.swiper-slide-active::before {
  opacity: 0;
}

.gallery-next {
  transform: rotate(180deg);
}

.lg-container .lg-backdrop {
  background: rgba(0, 77, 119, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 99999;
}

.lg-container.lg-show .lg-outer {
  z-index: 999999;
}

.lg-container.lg-show .lg-outer .lg-item.lg-current {
  z-index: 99;
}

.lg-container.lg-show .lg-toolbar {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.lg-container.lg-show #lg-download-1 {
  display: none;
}

.lg-container.lg-show .lg-close {
  top: -84vh;
  position: absolute;
  right: calc(20% - 230px);
  color: #fff;
  font-size: 40px;
}

.lg-container.lg-show .lg-next,
.lg-container.lg-show .lg-prev {
  position: absolute;
  bottom: 83px;
  top: auto;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  height: 70px;
  width: 50px;
}

@media (max-height: 1000px) {
  .lg-container.lg-show .lg-next,
  .lg-container.lg-show .lg-prev {
    bottom: 20px;
  }
}

.lg-outer.lg-grab img.lg-object {
  max-width: 1270px;
  max-height: 80vh;
  /* height: 70vh; */
  -o-object-fit: cover;
  object-fit: cover;
  width: 70%;
  border-radius: 80px;
}

@media only screen and (max-width: 768px) {
  .lg-outer.lg-grab img.lg-object {
    border-radius: 6px;
    width: 92%;
  }

  .lg-container.lg-show .lg-close {
    right: 20px;
  }
}

.lg-container.lg-show .lg-next {
  left: calc(50% + 30px);
  transform: translateX(50%);
  right: auto;
}

.lg-container.lg-show .lg-prev {
  right: calc(50% + 30px);
  transform: translateX(-50%);
  left: auto;
}

.lg-container.lg-show .lg-counter {
  position: absolute;
  left: 50%;
  bottom: 83px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 10px 20px;
  letter-spacing: -10px;
  border-radius: 40px;
  border: 1px solid #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  height: 70px;
  max-width: 230px;
  width: 100%;
}

@media (max-height: 1000px) {
  .lg-container.lg-show .lg-counter {
    bottom: 20px;
  }
}

.traitements-page .page-header__container {
  max-width: 1010px;
}

.traitements-top {
  position: relative;
  padding-bottom: 88px;
  z-index: -1;
}

.traitements-top__img {
  margin-top: -80px;
  padding-bottom: 88px;
  position: relative;
}

.traitements-top__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 475px;
  border-radius: 0 0 80px 80px;
}

@media (max-width: 61.99875em) {
  .traitements-top__img {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .traitements-top__img {
    position: relative;
    overflow: hidden;
    padding-top: 44.6%;
    margin-bottom: 40px;
  }

  .traitements-top__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.traitements-top__img::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url('../img/traitements/traitements-decor.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  width: 254px;
  height: 544px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .traitements-top__img::before {
    display: none;
  }
}

.traitements-top__content {
  margin: 0 auto;
  max-width: 1010px;
  text-align: justify;
}

.traitements-top__content p:not(:last-child) {
  margin-bottom: 24px;
}

.traitements-cat {
  background-color: #eaf3fc;
  border-radius: 80px 80px 0 0;
  padding-top: 48px;
  position: relative;
}

.traitements-cat__container {
  position: relative;
  z-index: 2;
}

.traitements-cat .frame {
  position: absolute;
  bottom: -11%;
  left: 0;
}

@media only screen and (max-width: 1250px) {
  .traitements-cat .frame {
    display: none;
  }
}

@media (max-width: 61.99875em) {
  .traitements-cat {
    border-radius: 35px 35px 0 0;
  }
}

.traitements-cat__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1010px;
  margin: 0 auto;
}

.category-item {
  background-color: #fff;
  overflow: hidden;
  border-radius: 40px;
  min-height: 300px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 47.99875em) {
  .category-item {
    flex-direction: column-reverse;
  }
}

.category-item__content {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 43px 40px 50px;
}

@media (max-width: 47.99875em) {
  .category-item__content {
    padding: 30px 30px 40px;
  }
}

@media (max-width: 29.99875em) {
  .category-item__content {
    padding: 20px 20px 30px;
  }
}

.category-item__title {
  font-size: 28px;
  margin-bottom: 23px;
}

@media (max-width: 47.99875em) {
  .category-item__title {
    font-size: 24px;
    line-height: 28px;
  }
}

.category-item__text {
  margin-bottom: 30px;
}

.category-item__img {
  flex-shrink: 0;
  max-width: 440px;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 47.99875em) {
  .category-item__img {
    max-width: 100%;
  }
}

.category-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.category-item__btn {
  padding: 7px 53px;
  color: #2e373d;
  border: 1px solid #004d77;
  margin-top: auto;
}

@media (any-hover: hover) {
  .category-item__btn:hover {
    background-color: #004d77;
    color: #fff;
  }
}

.single .page-header__container {
  max-width: 1010px;
}

.parcours-template-single-parcours-faq .page-header__container {
  max-width: 1270px;
}

.traitements-single {
  padding-top: 88px;
}

@media (max-width: 47.99875em) {
  .traitements-single {
    padding-top: 40px;
  }
}

.traitements-single__container {
  max-width: 1010px;
}

@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .traitements-single__container {
    width: 79%;
  }
}

.traitements-single__content a {
  color: #004d77;
  font-weight: 500;
}

@media (any-hover: hover) {
  .traitements-single__content a:hover {
    text-decoration: underline;
  }
}

.traitements-single h2 {
  text-align: center;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: 20px;
}

@media (max-width: 47.99875em) {
  .traitements-single h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

.traitements-single h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
}

.traitements-single h4 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 23px;
  padding-right: 8%;
}

.traitements-single ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 47px;
}

.traitements-single ul li {
  position: relative;
  padding-left: 30px;
  text-align: justify;
  line-height: 24px;
}

.traitements-single ul li::before {
  content: '';
  position: absolute;
  left: 9px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #004d77;
}

.traitements-single ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 82px;
  list-style-type: none;
}

.traitements-single ol li {
  padding-left: 30px;
  text-align: justify;
  line-height: 24px;
  counter-increment: list-item;
  position: relative;
}

.traitements-single ol li::before {
  content: counter(list-item) '. ';
  position: absolute;
  left: 7px;
  top: 0px;
  color: #004d77;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.traitements-single p {
  text-align: justify;
  margin-bottom: 23px;
}

.traitements-single p + div.wp-block-columns,
.traitements-single div.wp-block-columns + h2 {
  margin-top: 48px;
}

.traitements-single h2 + p {
  margin-top: 22px;
}

.traitements-single p + h2 {
  margin-top: 48px;
}

.traitements-single__img {
  display: block;
  margin-top: 50px;
  margin-bottom: 47px;
  border-radius: 40px;
  padding-bottom: 47.5%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 61.99875em) {
  .traitements-single__img {
    border-radius: 20px;
  }
}

.traitements-single__img img {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.traitements-single__block {
  margin-bottom: 50px;
}

@media (min-width: 47.99875em) {
  .traitements-single__block {
    display: flex;
    gap: 30px;
  }
}

.traitements-single__block-img {
  border-radius: 40px;
  overflow: hidden;
}

@media (max-width: 61.99875em) {
  .traitements-single__block-img {
    border-radius: 20px;
  }
}

@media (min-width: 47.99875em) {
  .traitements-single__block-img {
    width: 50%;
  }
}

@media (min-width: 47.99875em) {
  .traitements-single__block p {
    width: 50%;
  }
}

.wp-block-embed {
  border-radius: 40px;
  overflow: hidden;
}

.wp-block-embed iframe {
  display: block;
}

@media (min-width: 47.99875em) {
  .wp-block-embed {
    width: 50%;
  }
}

.wp-block-image {
  margin-top: -20px;
  overflow: hidden;
  border-radius: 40px;
  margin-bottom: 45px;
}

.wp-block-media-text__media {
  border-radius: 40px;
  overflow: hidden;
}

.wp-block-media-text {
  margin-bottom: 30px;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 30px 0 0;
}

.wp-block-quote {
  border-radius: 80px;
  background: #759ebe;
  padding: 15px 20px;
  color: #fff;
  margin-bottom: 50px;
}

.wp-block-quote p {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}

.wp-block-group {
  gap: 30px;
  margin-bottom: 7px;
}

@media (min-width: 47.99875em) {
  .wp-block-group {
    display: flex;
    gap: 30px;
    margin-bottom: 27px;
  }
}

@media (max-width: 47.99875em) {
  .wp-block-group {
    flex-direction: column;
  }
}

.clinic {
  padding-top: 80px;
  padding-bottom: 135px;
  background-color: #eaf3fc;
  border-radius: 80px 80px 0 0;
}

@media (max-width: 61.99875em) {
  .clinic {
    border-radius: 35px 35px 0 0;
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.clinic__container {
  width: 100%;
  max-width: 1010px;
}

.clinic__slider {
  min-height: 300px;
}

.clinic .clinic__title {
  text-align: center;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 39px;
}

.clinic-slide {
  max-width: 490px;
}

@media (max-width: 47.99875em) {
  .clinic .clinic__title {
    font-size: 28px;
    line-height: 36px;
  }
}

.clinic-slide__img {
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 40px;
  max-height: 300px;
}

.clinic__navigation {
  position: relative;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
}

@media (max-width: 47.99875em) {
  .clinic__navigation {
    padding: 15px 0;
  }
}

.clinic__arrows {
  display: flex;
  align-items: center;
  gap: 32px;
  border: 1px solid #004d77;
  border-radius: 40px;
  padding: 10px 0;
}

.clinic-next {
  transform: rotate(180deg);
}

.clinic .desc {
  color: #004d77;
  margin-top: 16px;
}

@media (max-width: 47.99875em) {
  .clinic {
    padding-bottom: 20px;
  }
}

.appointment {
  padding: 12px 0 40px;
  margin-top: -40px;
  background-image: url('assets/img/svg/appointment-bg.svg');
  background-color: #004d77;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border-radius: 80px;
}

@media (max-width: 61.99875em) {
  .appointment {
    border-radius: 35px;
  }
}

.appointment__container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 1540px;
  width: 100%;
}

@media (max-width: 61.99875em) {
  .appointment__container {
    flex-direction: column;
  }
}

.appointment__content {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.appointment__content a {
  color: #fff;
}

@media (min-width: 61.99875em) {
  .appointment__content {
    padding-top: 130px;
    max-width: 620px;
    width: 100%;
  }
}

.appointment__img {
  padding-left: 4%;
}

@media (max-width: 61.99875em) {
  .appointment__img {
    padding-left: 0;
    max-width: 400px;
    margin: 0 auto;
  }
}

.appointment .appointment__title {
  font-size: 38px;
  text-align: left;
}

@media (min-width: 95.625em) {
  .appointment .appointment__title {
    font-size: 2.375rem;
  }
}

@media (min-width: 20em) and (max-width: 95.625em) {
  .appointment .appointment__title {
    font-size: clamp(1.625rem, 1.4266528926rem + 0.9917355372vw, 2.375rem);
  }
}

@media (max-width: 20em) {
  .appointment .appointment__title {
    font-size: 1.625rem;
  }
}

@media (min-width: 95.625em) {
  .appointment .appointment__title {
    line-height: 2.75rem;
  }
}

@media (min-width: 20em) and (max-width: 95.625em) {
  .appointment .appointment__title {
    line-height: clamp(2rem, 1.8016528926rem + 0.9917355372vw, 2.75rem);
  }
}

@media (max-width: 20em) {
  .appointment .appointment__title {
    line-height: 2rem;
  }
}

@media (min-width: 61.99875em) {
  .appointment .appointment__title {
    max-width: 450px;
  }
}

.appointment__text {
  margin-bottom: 50px;
}

.appointment__btn {
  border: 1px solid #fff;
  padding: 7px 42px;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: ' ';
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: transparent;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 30px;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
  min-height: 100%;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active
  :hover.twentytwenty-overlay
  .twentytwenty-before-label,
.twentytwenty-container.active
  :hover.twentytwenty-overlay
  .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  border-radius: 1000px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

.faq-page {
  background-color: #759ebe;
  color: #fff;
  padding-top: 116px;
  padding-bottom: 88px;
  margin-top: -68px;
  border-radius: 0 0 80px 80px;
  position: relative;
}

@media (max-width: 61.99875em) {
  .faq-page {
    border-radius: 0 0 35px 35px;
  }
}

.faq-page::before {
  content: '';
  position: absolute;
  background-image: url(../img/svg/faq-decor.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: -25px;
  width: 270px;
  height: 625px;
  opacity: 0.1;
}

.faq-page__container {
  max-width: 1270px;
}

.faq-page .accordion {
  max-width: 100%;
}

.faq-page .accordion-item__title {
  letter-spacing: 1px;
}

.faq-page .accordion-item__content {
  padding-right: 10%;
}

.faq-page .accordion-item__control {
  padding: 31px 0 20px;
}

.faq-page .accordion-item.open .accordion-item__content {
  padding-top: 18px;
  padding-bottom: 20px;
}

.faq-bottom {
  position: relative;
  overflow: hidden;
}

.faq-bottom::before {
  content: '';
  position: absolute;
  background-image: url(../img/svg/left-decor.svg);
  background-position: left top;
  background-repeat: no-repeat;
  left: 0;
  top: -25px;
  width: 270px;
  height: 625px;
}

.page-template-formulaire .page-header {
  padding-bottom: 42px;
}

.page-template-formulaire .page-header__container {
  max-width: 1010px;
}

.formulaire {
  padding-top: 73px;
}

@media (max-width: 61.99875em) {
  .formulaire {
    padding-top: 50px;
  }
}

.formulaire__container {
  max-width: 1010px;
}

.formulaire__title {
  font-size: 38px;
}

@media (max-width: 61.99875em) {
  .formulaire__title {
    margin-bottom: 20px;
  }
}

.formulaire__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

@media (max-width: 61.99875em) {
  .formulaire__top {
    flex-direction: column;
    align-items: baseline;
  }
}

.formulaire__date {
  background-color: #eaf3fc;
  padding: 14px 10px;
  color: #2e373d;
  border-radius: 8px;
  min-width: 215px;
}

.formulaire__date span {
  color: #759ebe;
}

.formulaire__text {
  margin-bottom: 64px;
}

@media (max-width: 61.99875em) {
  .formulaire__text {
    margin-bottom: 40px;
  }
}

.form__radio .wpcf7-form-control-wrap {
  position: relative;
}

.form__radio .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  gap: 20px;
  align-items: center;
}

@media (max-width: 47.99875em) {
  .form__radio .wpcf7-form-control-wrap {
    flex-direction: column;
    align-items: baseline;
  }
}

.form__radio .wpcf7-form-control-wrap .wpcf7-list-item {
  position: relative;
  min-width: 230px;
  margin-left: 0;
}

.form__radio .wpcf7-form-control-wrap .wpcf7-list-item-label {
  position: relative;
  display: flex;
  color: #2e373d;
  padding-left: 36px;
  line-height: 24px;
  cursor: pointer;
}

.form__radio .wpcf7-form-control-wrap .wpcf7-list-item-label:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #004d77;
  background-color: #eaf3fc;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.form__radio .wpcf7-form-control-wrap .wpcf7-list-item-label:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 100px;
  background-color: #759ebe;
  opacity: 0;
  top: 12px;
  left: 4px;
  transform: translateY(-50%);
  z-index: 2;
  transition: opacity 0.1s linear;
}

.form__radio .wpcf7-form-control-wrap input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.form__radio
  .wpcf7-form-control-wrap
  input:checked
  + .wpcf7-list-item-label:after {
  opacity: 1;
}

.form__radio
  .wpcf7-form-control-wrap
  input.valid
  ~ .wpcf7-list-item-label:after {
  opacity: 1;
}

.form__radio
  .wpcf7-form-control-wrap
  input.error
  ~ .wpcf7-list-item-label:before {
  border: 1px solid red;
}

.form {
  margin-bottom: -24px;
}

.form__inputs {
  margin-bottom: 40px;
}

.form__inputs p {
  display: flex;
  gap: 30px;
  margin-bottom: 48px;
}

.form__inputs p span {
  width: 50%;
}

@media (max-width: 47.99875em) {
  .form__inputs p {
    gap: 15px;
    flex-direction: column;
  }

  .form__inputs p span {
    width: 100%;
  }
}

.form__inputs p input {
  width: 100%;
  height: 52px;
  border-radius: 8px;
  background-color: #eaf3fc;
  padding: 0 14px;
  color: #2e373d;
}

.form__inputs p input::-webkit-input-placeholder {
  color: #2e373d;
}

.form__inputs p input::-moz-placeholder {
  color: #2e373d;
}

.form__inputs p input:-ms-input-placeholder {
  color: #2e373d;
}

.form__inputs p input::-ms-input-placeholder {
  color: #2e373d;
}

.form__inputs p input::placeholder {
  color: #2e373d;
}

@media (max-width: 47.99875em) {
  .form__inputs p input {
    font-size: 14px;
  }
}

.form__input {
  margin-bottom: 40px;
}

.form__input p span {
  /* width: 100% !important; */
  display: block;
}

.form-input-date .date-label p span {
  /* width: auto; */
  color: #759ebe;
}

.form__input p input {
  width: 100%;
  height: 52px;
  border-radius: 8px;
  background-color: #eaf3fc;
  padding: 0 14px;
  color: #2e373d;
}

.form__input p input[type='date'] {
  color: transparent;
  width: 100% !important;
  min-width: calc(100% - 15px);
}

.form-input-date {
  position: relative;
}

.form-input-date .date-label p {
  display: inline-flex;
  gap: 10px;
  pointer-events: none;
  width: 100%;
  position: absolute;
  /* left: 0;
  top: 0; */
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
}

.form-input-date.active .date-label input[type='date'] {
  color: #759ebe;
}

.form__input p input::-webkit-input-placeholder {
  color: #2e373d;
}

.form__input p input::-moz-placeholder {
  color: #2e373d;
}

.form__input p input:-ms-input-placeholder {
  color: #2e373d;
}

.form__input p input::-ms-input-placeholder {
  color: #2e373d;
}

.form__input p input::placeholder {
  color: #2e373d;
}

@media (max-width: 61.99875em) {
  .form__input p input {
    font-size: 14px;
  }
}

.form p {
  margin-bottom: 24px;
}

.form__radio {
  display: flex;
  gap: 30px;
  margin-bottom: 16px;
}

@media (max-width: 61.99875em) {
  .form__radio {
    flex-wrap: wrap;
  }
}

.form__checkbox {
  display: flex;
  align-items: center;
  gap: 7%;
  margin-bottom: 24px;
}

@media (max-width: 61.99875em) {
  .form__checkbox {
    gap: 20px 3%;
    flex-wrap: wrap;
  }
}

.form__file {
  position: relative;
  margin-bottom: 40px;
}

.form__img {
  margin-bottom: 42px;
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #eaf3fc;
}

@media (max-width: 47.99875em) {
  .form__img {
    padding: 30px 20px;
  }
}

.form__img .form__checkbox {
  margin-bottom: 0;
}

.form__img .form__checkbox p {
  margin-bottom: 0;
}

.form__btn {
  margin: 0 auto;
  color: #2e373d;
  border: 1px solid #004d77;
  background-color: transparent;
  padding: 7px 64px;
}

@media (any-hover: hover) {
  .form__btn:hover {
    background-color: #004d77;
    color: #fff;
  }
}

.form__teeth {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 47.99875em) {
  .form__teeth {
    flex-direction: column;
  }
}

.form__checkbox {
  position: relative;
  display: flex;
  align-items: center;
}

.form__checkbox label {
  position: relative;
}

.form__checkbox .wpcf7-form-control-wrap {
  position: relative;
}

.form__checkbox .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  gap: 55px;
  align-items: center;
}

@media (max-width: 47.99875em) {
  .form__checkbox .wpcf7-form-control-wrap {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  .form__radio .wpcf7-form-control-wrap .wpcf7-form-control,
  .form__checkbox .wpcf7-form-control-wrap .wpcf7-form-control {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.form__checkbox .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
}

.form__checkbox .wpcf7-form-control-wrap .wpcf7-list-item-label {
  color: #2e373d;
  padding-left: 36px;
  line-height: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.form__checkbox .wpcf7-form-control-wrap .wpcf7-list-item-label:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #004d77;
  background-color: #eaf3fc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.form__checkbox .wpcf7-form-control-wrap .wpcf7-list-item-label:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url(../img/svg/chek.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 0.1s linear;
}

.form__checkbox .wpcf7-form-control-wrap input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.form__checkbox
  .wpcf7-form-control-wrap
  input:checked
  + .wpcf7-list-item-label:after {
  opacity: 1;
}

.form__checkbox
  .wpcf7-form-control-wrap
  input.valid
  ~ .wpcf7-list-item-label:after {
  opacity: 1;
}

.form__checkbox
  .wpcf7-form-control-wrap
  input.error
  ~ .wpcf7-list-item-label:before {
  border: 1px solid red;
}

.file {
  position: relative;
  display: flex;
  align-items: center;
}

.file__label {
  display: flex;
  align-items: center;
  padding-left: 40px;
  background-image: url('../img/svg/file.svg');
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  height: 24px;
  cursor: pointer;
}

.file__label.file-uploaded {
  background-image: url('../img/svg/file-full.svg');
}

.file input[type='file'] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.file br {
  display: none;
}

.teeth-item__wrap {
  display: flex;
  justify-content: center;
}

.teeth-item__title {
  text-align: center;
  margin-bottom: 36px;
  font-size: 28px;
  line-height: 32px;
}

@media (max-width: 47.99875em) {
  .teeth-item__title {
    margin-bottom: 20px;
  }
}

.teeth-item__subtitle {
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 28px;
}

.teeth-item svg,
.teeth-item img {
  width: 100%;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

@font-face {
  font-family: 'lg';
  src: url(data:font/woff2;base64,d09GMgABAAAAAAkcAAsAAAAAEogAAAjNAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgSQRCAqcLJZKCzoAATYCJANwBCAFgkoHIBupDgDm53Gzej8JpU0wqygVVyoWwphIsuuw60jpmBY6ppTa7mk7jtx57UQ0V2ulvfmteSIQji061T2HvfDEECASKizU5VUQXFjFRtgYTVg+woiYDVezOThR4tAvr/YYgOO/RZ+BAABzYtMA8Kl8Neg3UIDCoCkOyWBuLcCvSHycH78QvhFxmUCK03A0RwGSvXBAHgR8UB8DMvocJYAgbiZiJnqmYGbXjG3mz7P8nHhe8Uvxr0j+fzwPABAjWT1E83IJHh/x87G/jv1l7JtYR+y+WF2MKAai/qfDtfIRt7hBikI8D1IpipXqWqYSDgDBfwE7qDLw5EEALqFRDMKAsApNwchXAJgFL/WETMbKcDVSifR6QkjwkDaRTEugqlBtKVcL6Smi1dHlIqUmuii6Pic1JTIlFTX3uRenMNpiCiKOCZBm2ges0b/ScigDVgcb2MEHfloel7e1z208KrZUeQFjK0dIkbl6FOFczRhFE6zaRklPlz52tOXcKtmpdqisgHnbxRatg66vsZNHaWMPQ/eZmH6jaavlNASsipbKwVZSYrRm1mywI0670UEdhLy+yuscolSZJHKwg5IyNzRJQbKRZiicwnYiChjO1vSbKCBpkAgCjGIb6KCvA5GL0VHeUDwAQEHkSC2ToBJhKN9KAneim2ekLf1vENf3mjT3vAS295XY2MMgzRpSqTVWpt4ang+ksXynRUQPlkFOu+b6Yw0jBp8krbXbYbjc5mn6KpsNWKtqtcNz0D8xTTQKzthbZYAxLev3NkFgyYWsngBjGo8jg6a9Y3rKR9Pfqun10RvJi9X9foZGvrltMkJgWR7dhI7SSITEaBWIQQTMUSOJkTi5nlqpZUfNKcYD1Do/ZdkbR8UeVpKLSbMVgKLX0flzQYqCrLpll+/vus2IM9+lbdTgWWRLQJqvaq7eHKulgL2ssp7LrpxR2DBI/ja1zXvi7cS1E0Gr0uhy7PUGwPmdkkdjEYOjpGnQRXowC/GBq51eymLRXrsXsTzXX37VlXzeVxoI6m8Gy67oBnzsB6DoQYY7GHM2fbT4oS9zON45lPnwbmww2BL0G89EnfaVPi5eJ3NZFtjc277Wb9M1A+UWG2WZyrj6PMKmLHRoH04iZLuivlsHTmm9/qYJ1r2Z90DtuKYduK6SdNZ3dRRxHAoE+l4HGM6MyIe+0se+zHEfsP4s2sqqnVdSTE/8lCVYMRVsuBVEJOvT3fa1Xr4X2iDZflVFmxyDmpu1r8b9IsVzXUB9w1/l9ccf7WCszaI1ATtUx7oRztk1dtbBcciudJAi83Vv2yaTg9uON6toxLlIM2GVxClo2eVBt5gcOHRwHLIpptC92TeKRi3MjtBkTAOaoU+6P1q364+kdgt/+xh2fRvlOf2p5xR4ut7P4s0sPwY63OguajQWuYqMjUWaA9100ya6yHdHr/BMyxN9QmGa2zjPnbZr17KTy9weKwqXYtqjcMunRkgE9kP+Refvml14hAZw8WFQGmZnnaEi0eLUQTCc+tLSphVyaUH6lAJoXjF1MDiaFSOexNCRKYW8TOkhKzDEDjPDvHHI3c5hXbQLhujhUuPmBYd+N/EaktFsDqoDo4/G0yx70s3SSuXJDIvjMNsIQ7TDqb+/sv8NHGl6BvDAMOnsCpv9PQcP9tS6N294zEnwtNdt2tfTXSz7JGwAqALmbKpr90BaeqA9tlvduWP4/xa0thZcJMNDC6XqrFuy2xGF7YaiQkN7UfhEbMaNkOxQHezh7YVFBsP9TcoybgmzhaExmpxb/78Naf89LmVWthVvvSWh3rZUWtlMFStWENDf5uqEd2LiP/M/fvWEWUntjnTynpI2ainnLdjPUIvL2uGFJvoUQy0taZvPePLqxy0lK6mUo8yp6B+WtdyyTHivdrgLZrhbvAOlWMbQEJtJZ7JuXgRLC+hwe/kb90WvW4U4/PGGRUmLk995J1loWLRhQwVCKkve4JOS8YJASY+P8KQNe/vahGNU8TJRe/eCaaG7ozsrt6Ixu623v/ck0rvlG2EYBoAh6abIxoZ9UeHoNQAiMPKv/8pIi+47EAMHcfLh7dyX8q0Po+Iap94fFob+4fr/DXr96x+j1x2dhZ0dBfRqardjBIZ+M+S6Lo6ojE+4HKF7Kz7zG+eCOkwQ98UfOirDqrckKPVz3sR8srT/gsev3H0p3Rq7wkD1JLE/XZ+2Ze5pV5eqPiqqmBkc1PQYDBvlk5MdqQff21UyInvyhyjMsHXV33tD3zaQ7Us/NKfX44qLQ/8ffOtzXIjnymRNXampDWkGDR5yOyThG2/9UXC6liWEEz0hX+uR1Xg780i4eNOSig3Fk2pSkPpBqrrmx3/+TbB2ya9ePfrGJx98H8rvjKsRQoSh/G0s8cO6bhwwUI8vUz1c21B04cscrjVV1q8zzCVJkmv/T8y21/bLszJpxeqptculJZpleUyKrPX/X3QZBL+rl+hTWuR/2At7LhYVX9BBsULaqi9LWh+6xMDLW6V65dy2gsMbszemQ96XMDvrSfRM60ceo5R/oGDXB0KrxJsTACBhbV48S4Cd5IeyAVdU5Yg+2nPGKS+XAwmOljrwpIdMmdJPexI9ndnIXUIVgety83YzRdXD6E6YvF0gVGJRMhpOyQW6xGM0Zbq7zw8AoAcWAYa7cSOsARF+Fm8DBAAYgDUq07ZSWvm3UIoAAIAfde39SB7Hz+K/xR9vAkMBg0YE8PKEChkH47+9MDggitAdAEObxnBmZAFu5C4eyMxqN/2c3ZUK2qJ+tDUvrTR/BGHDbqZplsDNZVVQjIaim4XA6TE4YLCfEdweIwAKaArx8aN1JETYMNMDEWGYZdRjMJDAB4T7+EEiwAdiBKCBlRQCfnwjEgohbttG2AYb3yS+7tWIDW1rd/6mMedAM+yEHbAvWge0XgNevwdW20Cmdfb6NXBYqm+DtZHUyUW88R/abjA/OxeYpIa9sNmNGMqHbMgd2CAZPzVuOfQFg5H275pWwx73mQMODQAAAA==)
      format('woff2'),
    url(data:font/woff;base64,d09GRgABAAAAABLgAAsAAAAAEpQAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIGIGNtYXAAAAFoAAAApAAAAKSI7DN0Z2FzcAAAAgwAAAAIAAAACAAAABBnbHlmAAACFAAADjgAAA44V8bBEWhlYWQAABBMAAAANgAAADYbqSuuaGhlYQAAEIQAAAAkAAAAJAeuA91obXR4AAAQqAAAAHAAAABwZgALDmxvY2EAABEYAAAAOgAAADonfiQgbWF4cAAAEVQAAAAgAAAAIAAmAI5uYW1lAAARdAAAAUoAAAFKqFVCHnBvc3QAABLAAAAAIAAAACAAAwAAAAMD7AGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QoDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAIgAAAAeABAAAwAOAAEAIOAa4B3gM+Bw4JXg8uH/4g3jEugN6Qr//f//AAAAAAAg4BrgHeAz4HDglODy4f/iDOMR6A3pAP/9//8AAf/jH+of6B/TH5cfdB8YHgweABz9GAMXEQADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAEAFYAAQOqA1UAAwATACMAJwAAAREzEQcyNzY1NCcmIyIHBhUUFxYTMhcWFRQHBiMiJyY1NDc2ExEzEQIqVoCMZWVlZYyMZWVlZYywfX19fbCwfX19fTBWAQEBVP6srGVljIxlZWVljIxlZQMAfX2wsH19fX2wsH19/awBVP6sAAMAVgABA6oDVQAPAB8AIgAAJTI3NjU0JyYjIgcGFRQXFhMyFxYVFAcGIyInJjU0NzYTEQUCAIxlZWVljIxlZWVljLB9fX19sLB9fX19WgEAVWVljIxlZWVljIxlZQMAfX2wsH19fX2wsH19/ZYBgMAAAAAAAwBVAAADqwNVABQAKQA+AAABITIXFhURFAcGIyEiJyY1ETQ3NjMHERQXFjMhBgcGIyEiJyY1ETQ3NjclISIHBhURFBcWMyEyNzY1ETQnJiMBgAGrNSUmJiU1/lU1JiUlJjXVDA0RAiQOISEp/lU1JSYYGCYCgP5VEgwNDQwSAasRDQwMDREDVSUmNf5WNSYlJSY1Aao1JiWy/d0SDA0lGBgmJTUBqykhIQ1dDA0S/lYSDQwMDRIBqhIMDQABANYAgQMqAtUACwAAAQcXBycHJzcnNxc3Ayru7jzu7jzu7jzu7gKZ7u487u487u487u4AAQBVAFUDqwMAACIAAAEyFxYVFA8BITIXFhUUBwYjIRcWFRQHBiMiJwEmNTQ3ATYzAasRDQwM4gKZEgwNDQwS/WfiDAwNERIN/tYNDQEqDRIDAAwNEhIM4gwNERINDOIMEhIMDQ0BKg0SEQ0BKwwAAAEAVQBVA6sDAAAiAAABMhcBFhUUBwEGIyInJjU0PwEhIicmNTQ3NjMhJyY1NDc2MwJVEg0BKg0N/tYNEhIMDAzi/WcSDA0NDBICmeIMDAwSAwAM/tUMEhIN/tYNDQwSEgziDQwSEQ0M4gwSEwwMAAACAKoAKwNWAysAAwAKAAA3IRUhAQcnMxEzEaoCrP1UAgCqqoBUgVYBVqysAar+VgAJAKoAVQNWAwEAAwAHAAsADwATABcAGwAfACMAACU1MxUDNTMVATUzFTczFSMBNTMVITUzFQM1MxUzNTMVATUzFQKqrKys/lSsVKys/wCs/lSsrKxUrP5UrFWsrAEArKwBAKysrKz/AKysrKz/AKysrKwCAKysAAAEANYAgQMqAtUABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQC1dSA/lSA1FQBLNRUgKyAVNQABADWAIEDKgLVAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAlVU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAQQNqAysACwAbADIAAAEjFSM1IzUzNTMVMwcyNzY1NCcmIyIHBhUUFxYhFwcnNScGIyInJjU0NzYzMhcWFRQHFwIAVipWVipWalA4ODg4UFA4ODg4AVDUQNQMTGh0UVFRUXR0UFBCDAIBVlYqVlbWODhQUDg4ODhQUDg41EDUIgxCUFB0dFFRUVF0aEwMAAAAAwCAAEEDagMrAAMAEwAqAAABMxUjFzI3NjU0JyYjIgcGFRQXFiEXByc1JwYjIicmNTQ3NjMyFxYVFAcXASrW1mxQODg4OFBQODg4OAFQ1EDUDExodFFRUVF0dFBQQgwCKyqsODhQUDg4ODhQUDg41EDUIgxCUFB0dFFRUVF0aEwMAAAAAQCAAAMDgANVADMAACUyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLP1JMzNLSzMHDwawERFLNTRMEhCuBw8INExMNDVLExGwCA8HCA8HsA8RAAAEAK4AWQNWA4EAFAAaACAAJgAAARYXFhUUBwYHNTY3NjU0JyYnFSc3AzcWFxUmAxYXByYnNwYHIzY3Aip+V1dXV35cPT09PVzCwvw+LjxgcgogPDgMgiQIVgw6Av0QYGCCgmBgEFYQR0deXkdHEKa+wv0cPiIKVgwBHDowPEpcvjQ2WkwAAAAABACqAFkDUgOBAAUACwARACYAAAE2NzMGBwc2NxcGBwEjJic3FicHNQYHBhUUFxYXFSYnJjU0NzY3NQLQIgpWDDjkPC4+SGABKFYKIj46sMJcPT09PVx+V1dXV34BFy48XEosCiI+OAwBfDwuPEiMvqYQR0deXkdHEFYQYGCCgmBgEIQAAgCAAIEDgALVAAYADQAAAQc1ITUhNQEVIRUhFScDgKr+1AEs/lQBLP7UqgIrqoBUgP8AgFSAqgACANYAKwMqAysABgANAAABFyMRIxEjATMHJzMRMwGAqoBUgAHUgKqqgFQDK6r+1AEs/lSqqgEsAAIAFP/hA+wDuAAcADEAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjEyMiBh0BMwcjFSM1IzUzNTQ2OwEVAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWZ0SQcMXA1PV09PPC5JA7gmJ4VaWWZmWlmFJycnJ4VZWmZmWVqFJyb+rRALNkzk5EwtMEVRAAUAFP/hA+wDuAAcAFYAYgB1AIsAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjAw4BIyoBMTAiIyImNTQ2OwEuATEqASMiJicuATU0NjczFRQGBw4BBx4BFRQGBw4BFRQWFx4BFRQGByUjFSM1IzUzNTMVMwUqASMOAQcOARUeATc+AScuASM3LgEjKgEHDgEHDgEXHgEzOgE3PgEnAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWYcFy0JAgICAQ9pdRkBDgEBBAIKIBATE3cBdxwMBA4CFwwVDQkLDwsQJR4eAQJMNExMNEz+vwIEAhEfCwsLAjQjIysCAikhLQoeGAIFAwoPBQQBBAcjEwIFAxUWCQO4JieFWllmZlpZhScnJyeFWVpmZllahScm/UILBhxEQx0TIQUKDCodUh8BAwoHAQEBAgwnHCAlDAgNBwgQCQ8rIyMzDtNNTTNNTW4CDAoLGQ0bHQIDJRsZI8YgGAEDEA0NGg8bIwEGNx8AAAACABT/4QPsA7gAHABRAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIxMuAScOAQcmNjcmNhcWBw4BBwYXFjc+AScmJyYnJgYHBhceAQcuATc+ATc2FhcWBw4BBwYnAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWYiGBsTCiAlDCYOFyovHAUFFQICJCYaGhcFBRciLS1NGBkIBBwSLB8CA2xAUoQLBgkJKyEiKwO4JieFWllmZlpZhScnJyeFWVpmZllahScm/aACFAs1XxtRgUAmaxMLHx9DHR0HBxsbUSsrGCIDAykoJzEYHSEKQC1LYQcJS0wsKitDFBMDAAAAAAIAFP/hA+wDuAAcAF4AAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjExwBFRQHDgEHBiMiJicyFjMyNjcuASceATMyNjcuAT0BHgEXLgE1NDY3HgEXLgE1NDYzMhYXPgE3DgEHPgE3DgEHAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWbIEhJGMzNDKUshBgwGIj0ZIDEKBQkEBw0GIS0KFgwTGAcGJGc9AgE5KBUkDhAfDgUWDw4cDQkZDgO4JieFWllmZlpZhScnJyeFWVpmZllahScm/m4DBwMwMTFPGRkXFAEWEwEmHQEBAgEHNSMBBQYBDSsZDRkLLDcDBgsFKDkQDgMMCBEbCgIIBg8ZCgAAAAACAFgAAgOrA1UALgBWAAABNTwBNS4BJy4BJzAiMSMmBgcOAQcOARUUFhcHBhQXHgE/AR4BMzI2Nz4BNz4BNSMUBgcOAQcOASMiJicuAQ8BNzYmJy4BNTQ2Nz4BNz4BOwEeARceARcDqwU7MTOKUAIVLV0sJ0QbKjAREksDAwUgEeIlVC0sVSc9ZCEUF1YREBpPMR9DIydIHwgRCKM3AgEEEhAmIRY1ICJJIxM/bSgnLwMBwBUBAQFLhDM1QgQBFRcUNiI0gkgoVCnjBg4HEQ8FTBESExIcXkAoXTEnSR8zSxYODxIQBAEDNqIJEQcjSSM5ZikbKxASEAM0KihoOwAAAgBVAAADqwNVACYAQQAAAQcGFBcWMj8BFRQWMzI2NRE0JicuASc4ATEuAScuASMhIgYVFBYzATc2NCcmIg8BNTQmIyIGFREUFjMhMjY1NCYjAxniDAwNIwziGRISGQICAQUDAwcEAwkE/wASGRkS/mfiDAwNIwziGRISGRkSAQASGRkSAwDiDCQMDQ3imRIZGRIBAAQIBAQHAwMEAgIBGRESGf1V4g0jDA0N4ZkRGRkR/wASGRkSERkAAAACAGIADAOeA0kAJgBOAAABNzY0JyYiDwE1NCYjIgYVERQWFx4BFzgBMR4BFx4BMyEyNjU0JiMBNxUUFjMyNjURNCYnLgEnMDQxLgEnLgEjISIGFRQWOwEHBhQXFjI3ArziDQ0MJAziGRIRGQECAQUDAwcEBAgEAQASGRkS/UniGRIRGQECAQUDAwcEBAgE/wASGRkSmeINDQwkDAIr4gwjDQwM4pkSGRkS/wAECQMEBwMDBQECAhkSEhn94uGZERkZEQEABQgEAwcDAQMEAgECGRIRGeINIw0MDAAAAQAAAAIAAKwEdEFfDzz1AAsEAAAAAADcTnOMAAAAANxOc4wAAP/hA+wDuAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAAD7AABAAAAAAAAAAAAAAAAAAAAHAQAAAAAAAAAAAAAAAIAAAAEAABWBAAAVgQAAFUEAADWBAAAVQQAAFUEAACqBAAAqgQAANYEAADWBAAAgAQAAIAEAACABAAArgQAAKoEAACABAAA1gQAABQEAAAUBAAAFAQAABQEAABYBAAAVQQAAGIAAAAAAAoAFAAeAF4AmAD2ARABSAGAAZgB1AH6AiICbAKuAvoDPgOAA5wDuAQABMIFRAXQBlAGrgccAAAAAQAAABwAjAAJAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAIAAAABAAAAAAACAAcAgQABAAAAAAADAAIAdQABAAAAAAAEAAIAlgABAAAAAAAFAAsAVAABAAAAAAAGAAIAewABAAAAAAAKABoABgADAAEECQABAAQAAgADAAEECQACAA4AiAADAAEECQADAAQAdwADAAEECQAEAAQAmAADAAEECQAFABYAXwADAAEECQAGAAQAfQADAAEECQAKADQAIGxnAGwAZ0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALlZlcnNpb24gMi4wAFYAZQByAHMAaQBvAG4AIAAyAC4AMGxnAGwAZ2xnAGwAZ1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmxnAGwAZwAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=)
      format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
    Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: '\e095';
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: '\e094';
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: '\e070';
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: '\e90a';
}

.lg-toolbar .lg-download:after {
  content: '\e0f2';
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.6)
  );
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable)
  .lg-img-wrap,
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable)
  .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable).lg-complete
  .lg-img-wrap,
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable).lg-complete
  .lg-video-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-group:after {
  content: '';
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
  z-index: 999999;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: '\e909';
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

/* .language { */
/* background-color: transparent; */
/* display: none;
} */

/* .wpml-ls-legacy-list-horizontal .wpml-ls-item-en {
  display: none !important;
} */

.post-type-archive .page-header__container,
.page-template-default .page-header__container {
  margin: 0 auto;
  max-width: 1010px;
}

.tabs-faq-wrap {
  overflow: auto;
  margin-bottom: 48px;
}

.tabs-faq {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border-radius: 16px;
  overflow: hidden;
  min-width: 100%;
  overflow: auto;
}

.tabs-faq p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #004d77;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 24px;
  position: relative;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
}

.tabs-faq p::before {
  content: '';
  display: block;
  height: 8px;
  width: 100%;
  background-color: #004d77;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tabs-faq p:nth-child(odd) {
  background: rgba(255, 255, 255, 0.5);
}

.tabs-faq p:nth-child(even) {
  background: rgba(234, 243, 252, 0.3);
}

.tabs-faq p:not([data-tab='all']) {
  width: 280px;
}

.tabs-faq p[data-tab='all'] {
  width: 150px;
}

.tabs-faq p.active {
  background-color: #004d77;
  color: #eaf3fc;
}

.tabs-faq p.active::before {
  background-color: #eaf3fc;
}

.tab-content {
  display: none;
}

.tab-content[data-tab-content='all'] {
  display: block;
}

/* ================new widgets============= */

.n-widgets {
  align-items: flex-end;
  top: 30vh;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  z-index: 10;

  right: 25px;
}

@media (max-width: 992px) {
  .n-widgets {
    display: none;
  }
}

.n-widgets .n-widget {
  justify-content: flex-start;
  min-height: 70px;
  height: 70px;
  min-width: 70px;
  border-color: #fff;
  background: #004d77;
  overflow: hidden;
  transition: border-radius 1s ease-in-out, background 0.5s ease-in-out,
    border 0.5s ease-in-out;
}

.n-widgets .n-widget.n-widget-location {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;

  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.n-widgets .n-widget.n-widget-phone {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.n-widgets .n-widget.n-widget-mail {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

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

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

.n-widgets .n-widget-info * {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

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

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

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

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

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

.n-widgets .n-widget.n-widget:is(:hover, .active) {
  background: #759ebe;
  border: 1px solid #fff;
}

.n-widgets .n-widget.n-widget-phone:is(:hover, .active) {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}

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

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

.n-widgets .n-widget.n-widget-location:is(:hover, .active) {
  border-bottom-left-radius: 16px;
}

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

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

.error404 .traitements-single {
  padding-bottom: 88px;
}
.error404 .traitements-single__content a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  p,
  div,
  li {
    text-align: initial !important;
  }
}

.contact-form__input p .wpcf7-form-control-wrap{
  width: 100%;
}
.control_date_wrapper{
  width: 100%;
}

.contact-form_row{
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 24px;
  border-radius: 8px;
}

.contact-form_row .form_date_label{
  position: absolute;
  height: 52px;
  line-height: 52px;
  display: flex;
  align-items: center;
}
.contact-form_col{
  position: relative;
  width: 100%;
}

.contact-form__input_date{
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 24px;
  border-radius: 8px;
}
.form-input-date{
  width: 100%;
  margin-bottom: 0;
}
.contact-form__input_date p{
  width: 100%;
}
.form-input-date p input{
  background: #deecf8;
}
.form-input-date .date-label p{
  display: inline-flex;
  gap: 10px;
  pointer-events: none;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  margin-bottom: 0;
  transform: translateY(0);
  left: 14px;
  height: 52px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row!important;
}
@media only screen and (max-width: 987px) {
  .contact-form__input_date{
    flex-wrap: wrap;
    gap: 0;
  }
}

.contact-form__input p input::-webkit-input-placeholder {
  color: #2e373d;
}

.contact-form__input p input::-moz-placeholder {
  color: #2e373d;
}

.contact-form__input p input:-ms-input-placeholder {
  color: #2e373d;
}

.contact-form__input p input::-ms-input-placeholder {
  color: #2e373d;
}

.contact-form__input p input::placeholder {
  color: #2e373d;
}
.contact-form__textarea textarea::placeholder {
  color: #2e373d;
} 

.formulaire__date{
  white-space: nowrap;
}