.site-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  background: rgba(51, 41, 34, 0.0509803922);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.6705882353);
}
.site-header .rdv-button {
  padding: 16px 40px;
  width: fit-content;
  background: #EBC6BF;
  height: auto;
  border-radius: 40px;
  color: #26384C;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Cormorant Garamond";
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  text-decoration: none;
}
.site-header .rdv-button p {
  margin: 0;
  transition: 0.3s all;
}
.site-header .rdv-button:hover {
  background: #26384C;
}
.site-header .rdv-button:hover p {
  color: #fff;
}
.site-header__content {
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  justify-content: space-between;
  max-width: 1410px;
  justify-content: center;
  margin-bottom: 0;
}
.site-header__content--right {
  display: flex;
  align-items: end;
  column-gap: 24px;
}
.site-header__content--right .site-header__content--navigation {
  margin-right: 45px;
}
.site-header__content .right-menu {
  padding-left: 121px;
  padding-bottom: 0;
  display: flex;
  column-gap: 40px;
}
.site-header__content .right-menu-link {
  color: #272727;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 26px;
  text-transform: inherit;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 28px;
  transition: 0.3s all;
}
.site-header__content .right-menu-link:hover {
  color: #C19686;
}
.site-header__content--logo {
  display: flex;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  display: block;
  height: fit-content;
}
.site-header__content .navigation-right {
  margin-right: 0;
}
.site-header__content--navigation ul {
  margin: 0;
  list-style: none;
  display: flex;
  column-gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header__content--navigation ul ul {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 44px;
  left: -90px;
  padding: 0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  background: #FFFFFF;
  border-radius: 0;
  transition: 0.3s all;
  min-width: 298px;
  border-radius: 40px;
  padding: 24px 37px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.site-header__content--navigation ul ul li {
  height: 100%;
  transition: 0.3s all;
}
.site-header__content--navigation ul ul li a {
  height: 100%;
  padding: 15px 16px;
  width: 100%;
  text-wrap: nowrap;
  font-weight: 400 !important;
  color: #fff !important;
  font-size: 16px;
  background: #fff;
}
.site-header__content--navigation ul ul li:hover a {
  text-decoration: underline;
}
.site-header__content--navigation ul ul li:last-child {
  border-radius: 0 0 16px 16px;
}
.site-header__content--navigation ul ul ul {
  background: #FFFFFF;
  min-width: 282px;
  left: 100%;
  top: 0;
}
.site-header__content--navigation ul ul ul li:hover a {
  text-decoration: underline;
}
.site-header__content--navigation ul ul ul .menu-item:hover a {
  position: relative;
}
.site-header__content--navigation ul .sub-menu a {
  text-wrap: nowrap;
  font-weight: 400;
  text-transform: inherit;
  letter-spacing: 0;
  background: transparent;
  text-align: center;
  padding: 0;
  font-size: 26px;
  line-height: 28px;
}
.site-header__content--navigation ul .sub-menu:hover a {
  color: #26384C;
}
.site-header__content--navigation ul .menu-item-has-children .menu-item-has-children a {
  text-wrap: nowrap;
  font-weight: 400;
  font-size: 16px;
  text-transform: inherit;
  letter-spacing: 0;
  background: transparent;
  padding: 12px 37px 12px 37px;
}
.site-header__content--navigation ul .menu-item-has-children .menu-item-has-children:hover a {
  color: #26384C;
}
.site-header__content--navigation ul li {
  height: 45px;
  transition: 0.3s all;
}
.site-header__content--navigation li {
  position: relative;
  height: 78px;
  display: flex;
  align-items: end;
  padding-bottom: 17px;
}
.site-header__content--navigation li li {
  padding: 0;
}
.site-header__content--navigation li:hover > ul {
  opacity: 1;
  pointer-events: all;
}
.site-header__content--navigation a {
  display: block;
  padding: 0;
  text-decoration: none;
}
.site-header .menu-item a, .site-header .sub-menu a {
  transition: color 0.3s;
}
.site-header .menu-item.active > a, .site-header .menu-item:hover > a {
  color: #705B4B;
}
.site-header .menu-item a,
.site-header .menu-item-has-children a {
  color: #272727;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 26px;
  text-transform: inherit;
  letter-spacing: 0;
}
.site-header .menu-item a:hover,
.site-header .menu-item-has-children a:hover {
  color: #C19686;
}
.site-header .menu-item-has-children::before,
.site-header .menu-item-has-children::after {
  content: "";
  position: absolute;
  right: -14px;
  width: 1px;
  height: 8px;
  background-color: #272727;
  transition: transform 0.3s ease;
}
.site-header .menu-item-has-children .menu-item-has-children::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../../src/images/minus.svg");
  background-color: unset;
}
.site-header .menu-item-has-children .menu-item-has-children::after {
  display: none;
}
.site-header .menu-item-has-children:hover .menu-item-has-children::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 1px solid #26384C;
  border-right: 1px solid #26384C;
  padding: 5px;
}
.site-header .menu-item-has-children:hover .menu-item-has-children:hover::before {
  transform: rotate(-135deg);
  right: 15px;
}
.site-header .menu-item-has-children:hover .menu-item-has-children::after {
  display: none;
}
.site-header .menu-item-has-children:hover .sub-menu {
  background: rgba(39, 39, 39, 0.6509803922);
  backdrop-filter: blur(12px);
  top: 44px;
}
.site-header .menu-item-has-children:hover .sub-menu .sub-menu {
  border-radius: 40px;
  min-width: 193px;
  overflow: hidden;
}
.site-header .menu-item-has-children ul .menu-item .menu-item a {
  padding-left: 17px;
}
.site-header .menu-item-has-children .menu-item-has-children .menu-item a {
  padding-left: 24px;
}
.site-header .menu-item-has-children .menu-item-has-children::before,
.site-header .menu-item-has-children .menu-item-has-children::after {
  background-color: unset;
}
.site-header .menu-item-has-children::before {
  transform: rotate(43deg);
  top: 25%;
  margin-top: -2px;
}
.site-header .menu-item-has-children:hover::before {
  transform: rotate(-43deg);
  top: 25%;
  background: #C19686;
}
.site-header .menu-item-has-children:hover::after {
  transform: rotate(43deg);
  background: #C19686;
  top: 25%;
}
.site-header .menu-item-has-children::after {
  transform: rotate(-43deg);
  top: 25%;
  margin-top: -2px;
  right: -9px;
}
.site-header .menu-item-has-children ul .menu-item-has-children::before {
  right: 20px;
}
.site-header .menu-item-has-children ul .menu-item-has-children::after {
  right: 20px;
}
.site-header .popup-mobile {
  display: none;
}
.site-header .site-header__content-m {
  display: none;
}
.site-header .menu-item-has-children ul .menu-item .menu-item a {
  padding: 12px 24px;
  background: none;
}
.site-header .menu-item-has-children ul .menu-item .menu-item a:hover {
  background: #EBC6BF;
}
@media screen and (max-width: 1505px) {
  .site-header .site-header__content--navigation a {
    font-size: 20px;
  }
  .site-header .site-header__content .right-menu-link {
    font-size: 20px;
  }
  .site-header .primary-phone p {
    font-size: 16px;
  }
  .site-header .site-header__content--right {
    column-gap: 47px;
  }
  .site-header .site-header__content--right .site-header__content--navigation {
    margin-right: 0;
  }
  .site-header .site-header__content .right-menu {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .site-header .side-widget {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .site-header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .site-header .side-widget {
    top: 180px;
  }
  .site-header__content {
    width: 100%;
    column-gap: 20px;
    justify-content: center;
  }
  .site-header__content--navigation ul li a {
    font-size: 14px;
  }
  .site-header__content .site-header__content--navigation-button .menu .menu-item a {
    max-width: 150px;
    height: 35px;
    font-size: 12px;
  }
  .site-header__content .primary-phone {
    max-width: 155px;
    width: 100%;
  }
  .site-header__content--logo {
    max-width: 255px;
    width: 100%;
  }
  .site-header__content--logo svg {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .site-header {
    display: flex;
    height: 50px;
    padding: 0;
    background: #fff;
    border-radius: 0;
  }
  .site-header .site-header__content-m {
    align-items: center;
  }
  .site-header .site-header__content-m--right {
    height: 38px;
    width: 38px;
    background: #EBC6BF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
  }
  .site-header .menu-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
  }
  .site-header .rdv-button {
    margin: auto;
    text-decoration: none;
    margin-top: 30px;
  }
  .site-header .site-header__content-m {
    display: flex;
    height: 50px;
    z-index: 99;
    background: transparent;
  }
  .site-header .site-header__content-m a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
  }
  .site-header__content {
    display: none;
  }
  .site-header__content-m {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .site-header__content-m svg {
    max-width: 230px;
    height: 40px;
  }
  .site-header__content-m--right {
    display: flex;
    margin-right: 20px;
    width: 100%;
    max-width: 144px;
    align-items: center;
    justify-content: flex-end;
  }
  .site-header__content-m--right a {
    max-width: 32px;
    width: 100%;
    height: 32px;
  }
  .site-header__content-m--right img {
    max-width: 32px;
    width: 100%;
    height: 32px;
  }
  .site-header__content-m--burger-menu {
    max-width: 24px;
    width: 100%;
    height: 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
    transition: 0.3s all;
  }
  .site-header__content-m--burger-menu .site-header__content-m--burger-line:nth-child(1) {
    transition: 0.3s all;
  }
  .site-header__content-m--burger-menu .site-header__content-m--burger-line:nth-child(2) {
    transition: 0.3s all;
  }
  .site-header__content-m--burger-menu .site-header__content-m--burger-line:nth-child(3) {
    transition: 0.3s all;
  }
  .site-header__content-m--burger-line {
    width: 100%;
    height: 1px;
    background: #26384C;
  }
  .site-header__content-m--burger-menu.active .site-header__content-m--burger-line:nth-child(1) {
    transform: rotate(45deg);
    bottom: 0;
    top: 0;
    margin: auto;
  }
  .site-header__content-m--burger-menu.active .site-header__content-m--burger-line:nth-child(2) {
    opacity: 0;
  }
  .site-header__content-m--burger-menu.active .site-header__content-m--burger-line:nth-child(3) {
    transform: rotate(135deg);
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li.blured {
    filter: blur(0px);
  }
  .site-header .menu-item-has-children::before {
    right: 0;
  }
  .site-header .menu-item-has-children::after {
    right: 0;
  }
  .site-header .popup-mobile {
    position: absolute;
    background: linear-gradient(0deg, rgb(244, 242, 238) 0%, rgb(255, 255, 255) 100%);
    top: 53px;
    width: 100%;
    left: 0;
    z-index: 99;
    height: 100vh;
    padding-bottom: 30px;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
    overflow-y: auto;
    display: block;
    background: var(--main-color);
  }
  .site-header .popup-mobile a.open::before, .site-header .popup-mobile a.open::after {
    background: #BA880C;
  }
  .site-header .popup-mobile-container {
    overflow: scroll;
    position: relative;
    padding-top: 50px;
    height: 100vh;
    padding-bottom: 80px;
  }
  .site-header .popup-mobile-container .popup-mobile-container-bg {
    width: 98%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: #4E4F53;
    opacity: 0.8;
    right: 0;
    left: 0;
    margin: auto;
    top: 75px;
    border-radius: 20px;
    border-top: 2px solid #4993D8;
  }
  .site-header .popup-mobile-container--rdv {
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
    background: #693D2D;
    margin-top: 50px;
  }
  .site-header .popup-mobile-container--rdv a {
    color: #26384C;
    text-transform: inherit;
    text-decoration: none;
    font-weight: 300;
  }
  .site-header .popup-mobile-container .submenu-toggle {
    cursor: pointer;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    font-family: "M PLUS 1";
    font-size: 25px;
    font-weight: 200;
    color: #26384C;
    position: absolute;
    top: 6px;
  }
  .site-header .popup-mobile-container .submenu-toggle::before {
    content: "";
    position: absolute;
    right: -12px;
    width: 1px;
    height: 8px;
    background-color: #26384C;
    transition: transform 0.3s ease;
    transform: rotate(43deg);
    top: 51%;
    margin-top: -4px;
  }
  .site-header .popup-mobile-container .submenu-toggle::after {
    content: "";
    position: absolute;
    right: -12px;
    width: 1px;
    height: 8px;
    background-color: #26384C;
    transition: transform 0.3s ease;
    transform: rotate(-43deg);
    top: 51%;
    margin-top: -4px;
    right: -7px;
  }
  .site-header .popup-mobile-container--contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 32px;
    row-gap: 10px;
    padding-left: 15px;
    padding-left: 0;
    justify-content: center;
    align-items: center;
    max-width: 185px;
    margin: auto;
    position: relative;
  }
  .site-header .popup-mobile-container--contacts::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #4993D8;
    position: absolute;
    top: 7px;
  }
  .site-header .popup-mobile-container--contacts-address {
    display: flex;
    column-gap: 8px;
    align-items: center;
  }
  .site-header .popup-mobile-container--contacts-address svg {
    display: block;
    width: 100%;
    max-width: 24px;
  }
  .site-header .popup-mobile-container--contacts-address a {
    color: #26384C;
    text-transform: inherit;
    font-weight: 300;
  }
  .site-header .popup-mobile-container--contacts-phone {
    display: flex;
    column-gap: 8px;
  }
  .site-header .popup-mobile-container--contacts-phone svg {
    display: block;
    width: 100%;
    max-width: 24px;
  }
  .site-header .popup-mobile-container--contacts-phone a {
    color: #26384C;
    text-transform: inherit;
    font-weight: 300;
  }
  .site-header .popup-mobile-container--contacts a {
    text-decoration: none;
  }
  .site-header .popup-mobile .popup-mobile-navigation {
    position: relative;
  }
  .site-header .popup-mobile .popup-mobile-navigation--svg {
    position: absolute;
    bottom: 0;
    left: 0px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu {
    padding: 0;
    margin-top: 56px;
    list-style: none;
    text-align: center;
    margin: 0;
    max-width: 100%;
    text-align: left;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 210px;
    margin: auto;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu a {
    padding-left: 15px;
    font-size: 16px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .rdv-custom-menu {
    display: none;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .submenu-toggle {
    color: #26384C;
    margin-left: 10px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li {
    margin: 0;
    display: flex;
    padding: 16px 0;
    width: fit-content;
    position: relative;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li .sub-menu {
    width: 100%;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li li {
    width: 100%;
    text-align: left;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li li .submenu-toggle.open {
    top: 16px;
    right: 0;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li li .submenu-toggle {
    right: 0 !important;
    top: 16px;
    background-image: url("../../src/images/arrow-down.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li li .submenu-toggle::after {
    display: none;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li li .submenu-toggle::before {
    display: none;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li li .submenu-toggle.open {
    background-image: url("../../src/images/arrow-up.svg");
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li .submenu-toggle {
    right: -26px;
    height: 40px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li.open {
    background: var(--main-hover);
    width: 100%;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li.open > a {
    color: #4993D8;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li.open .submenu-toggle.open {
    right: 16px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li.open .submenu-toggle.open::before {
    transform: rotate(-40deg);
    background: #4993D8;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li.open .submenu-toggle.open::after {
    transform: rotate(40deg);
    background: #4993D8;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li a {
    color: #26384C;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    text-transform: inherit;
    position: relative;
    width: fit-content;
    padding-left: 0;
    text-transform: uppercase;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li a.open {
    color: #fff;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li a.open::before {
    right: 15px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li a.open::after {
    right: 15px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children::before, .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children::after {
    display: none;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children > a::before, .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children > a::after {
    height: 12px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children > a.open::before {
    transform: rotate(90deg);
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children > a.open::after {
    transform: rotate(0deg);
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children > a::before {
    transform: rotate(90deg);
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children > a::after {
    transform: rotate(0deg);
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children a {
    position: relative;
    width: 100%;
    display: block;
    letter-spacing: normal;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children a.open .menu-item-has-children > a::before, .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children a.open .menu-item-has-children > a::after {
    right: 15px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 24px;
    text-align: left;
    position: relative;
    max-width: 210px;
    width: 100%;
    min-width: auto;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children > a::before {
    transform: rotate(90deg);
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children > a::after {
    transform: rotate(0deg);
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children > a.open::before {
    transform: rotate(90deg);
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children > a.open::after {
    transform: rotate(0deg);
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children.open {
    background: var(--menu-hover);
    width: 100%;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children.open a::after {
    transform: rotate(90deg);
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu li {
    padding: 16px 0;
    margin: 0;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu li::before {
    display: none;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu li a {
    font-size: 16px;
    padding-top: 0;
    text-transform: inherit;
    text-align: center;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .sub-menu::after {
    display: none;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .sub-menu::before {
    display: none;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu .sub-menu a {
    font-size: 16px;
    padding: 0;
    text-align: center;
    padding-top: 0 !important;
    font-weight: 300;
  }
  .site-header .popup-mobile .popup-mobile-container-svg svg {
    position: absolute;
    bottom: 0;
  }
  .site-header .popup-mobile .site-header__content--button-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header .popup-mobile .open-popup {
    max-width: 327px;
    height: 52px;
    font-weight: 600;
    font-size: 16px;
    justify-self: center;
  }
  .site-header .popup-mobile.active {
    opacity: 1;
    pointer-events: all;
    top: 0px;
    z-index: 9;
    background: #fff;
  }
  .site-header .popup-mobile {
    z-index: 9;
  }
  .site-header__content-side--contacts {
    max-width: 327px;
    margin: auto;
    margin-top: 40px;
  }
  .site-header__content-side--phone {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    justify-content: center;
  }
  .site-header__content-side--phone a {
    color: #373E48;
    text-decoration: none;
    margin-left: 8px;
  }
  .site-header__content-side--map {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header__content-side--map a {
    color: #373E48;
    text-decoration: none;
    margin-left: 8px;
  }
}

.site-header.scrolled {
  background: #fff;
}

@media screen and (max-width: 1200px) {
  .menu-item.open > a {
    color: #C19686 !important;
  }
  .menu-item.open .submenu-toggle::before {
    transform: rotate(-40deg) !important;
    background: #C19686 !important;
  }
  .menu-item.open .submenu-toggle::after {
    transform: rotate(40deg) !important;
    background: #C19686 !important;
  }
}
.site-header__content--navigation ul ul li:last-child a {
  border-radius: 0 0 0 25px;
}

.site-header .menu-item-has-children ul .menu-item .menu-item a:hover {
  border-radius: unset;
}

.widgets {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 20%;
  max-width: 160px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}
.widgets .whatsapp {
  max-width: 64px;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(88, 91, 91, 0.1098039216);
  border-radius: 65px;
  backdrop-filter: blur(20px);
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.3s;
}
.widgets .whatsapp svg path {
  transition: 0.3s;
}
.widgets .whatsapp:hover {
  background: #36BB22;
}
.widgets .whatsapp:hover svg path {
  transition: 0.3s;
}
.widgets .whatsapp:hover svg path[fill] {
  transition: 0.3s;
  fill: #fff;
}
.widgets .whatsapp:hover svg path[stroke] {
  transition: 0.3s;
  stroke: #fff;
}
.widgets .widget-contact {
  position: relative;
}
.widgets .widget-contact .logo {
  position: relative;
}
.widgets .widget-contact .logo a.open-content {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
}
.widgets .widget-contact .logo a.open-content::after {
  content: "";
  width: 106px;
  height: 106px;
  border-radius: 106px;
  border: 1px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.widgets .widget-contact .logo a.open-content svg {
  position: relative;
  z-index: 2;
  width: 106px;
  height: 106px;
  border-radius: 106px;
  z-index: 3;
}
.widgets .widget-contact .logo a.open-content .contact-button {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  position: absolute;
  left: -136px;
  top: 50%;
  transform: translateY(-50%);
  height: 64px;
  width: 222px;
  background: rgba(39, 39, 39, 0.65);
  border: 1px solid #fff;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 38px;
  z-index: 1;
}
.widgets .widget-contact .logo a.open-content .contact-button p {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
.widgets .widget-contact .logo a.open-content:hover .contact-button {
  opacity: 1;
  pointer-events: auto;
}

.cabinet-popup {
  position: fixed;
  width: 100%;
  background: rgba(39, 39, 39, 0.4509803922);
  backdrop-filter: blur(20px);
  z-index: 99;
  height: 100vh;
  display: block;
  top: 0;
}
.cabinet-popup__wrapper {
  max-width: 1054px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 5%;
  bottom: 0;
  height: 80%;
  overflow-y: hidden;
  border-radius: 56px;
  padding-top: 64px;
  padding-bottom: 64px;
}
.cabinet-popup__wrapper .scroll-container {
  height: 100%;
}
.cabinet-popup__wrapper .scroll-container .cabinet-popup--containet {
  height: 100%;
  overflow: hidden;
}
.cabinet-popup__wrapper .scroll-container .cabinet-popup--containet .content-popup {
  overflow-y: scroll;
  height: 100%;
  padding-right: 73px;
  margin-right: 32px;
  padding-left: 108px;
  padding-bottom: 82px;
}
.cabinet-popup__wrapper .scroll-container .cabinet-popup--containet .content-popup::-webkit-scrollbar {
  width: 3px;
  margin-right: 5px;
}
.cabinet-popup__wrapper .scroll-container .cabinet-popup--containet .content-popup::-webkit-scrollbar-track {
  background: #F0EAE5;
  margin: 20px 0;
}
.cabinet-popup__wrapper .scroll-container .cabinet-popup--containet .content-popup::-webkit-scrollbar-thumb {
  background-color: #705B4B;
  border-radius: 8px;
  background-clip: content-box;
}
.cabinet-popup__wrapper .scroll-container .cabinet-popup--containet .content-popup::-webkit-scrollbar-thumb:hover {
  background-color: #573f31;
}
.cabinet-popup__wrapper h2 {
  text-align: center;
  margin-bottom: 40px;
}
.cabinet-popup__wrapper p {
  text-align: justify;
}
.cabinet-popup__wrapper p a {
  font-family: "Montserrat";
  color: #705B4B;
}
.cabinet-popup__wrapper .locations-contacts {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.cabinet-popup__wrapper .locations-contacts .locations-contacts-left {
  max-width: 216px;
  width: 100%;
}
.cabinet-popup__wrapper .locations-contacts .locations-contacts-left .vertical-phone-location-container {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.cabinet-popup__wrapper .locations-contacts .locations-contacts-left .vertical-phone-location {
  max-width: 100%;
  height: 100%;
  justify-content: space-between;
}
.cabinet-popup__wrapper .locations-contacts .locations-contacts-left img {
  max-width: 190px;
  margin-left: auto;
}
.cabinet-popup__wrapper .locations-contacts .locations-contacts-left .vertical-phone-location a {
  color: #272727;
}
.cabinet-popup__wrapper .locations-contacts .locations-contacts-left .vertical-phone-location a svg path {
  stroke: #272727;
}
.cabinet-popup__wrapper .locations-contacts .locations-contacts-right {
  max-width: 564px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.cabinet-popup__wrapper .locations-contacts .locations-contacts-right .location {
  display: flex;
  align-items: baseline;
  column-gap: 8px;
}
.cabinet-popup__wrapper .locations-contacts .locations-contacts-right .location p {
  margin: 0;
}
.cabinet-popup__wrapper .cabinet-popup-bottom .title-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 64px;
}
.cabinet-popup__wrapper .cabinet-popup-bottom .title-button h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
}
.cabinet-popup__wrapper .cabinet-popup-bottom .images {
  display: flex;
  justify-content: space-between;
}
.cabinet-popup__wrapper .cabinet-popup-bottom .images a {
  position: relative;
}
.cabinet-popup__wrapper .cabinet-popup-bottom .images a:hover .hover-link {
  opacity: 1;
  color: #AFCFDE;
}
.cabinet-popup__wrapper .cabinet-popup-bottom .images .hover-link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(39, 39, 39, 0.5490196078);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  opacity: 0;
  transition: 0.3s all;
}
.cabinet-popup__wrapper .cabinet-popup-bottom .images img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.close-cabinet-popup {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  cursor: pointer;
  z-index: 10;
  color: #272727;
  border-radius: 56px;
  border: 1px solid #272727;
  padding: 0;
  width: 56px;
  height: 56px;
  font-weight: 400;
  font-size: 29px;
}
.close-cabinet-popup:hover {
  border-color: #272727;
}

@media (min-width: 1506px) {
  .site-header .site-header__content--navigation a {
    font-size: 23px;
  }
  .site-header__content--right > .site-header__content--navigation {
    margin-right: 110px;
  }
  .site-header__content .right-menu {
    padding-left: 90px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .site-header .site-header__content--navigation a {
    font-size: 17px;
  }
  .site-header__content--logo {
    max-width: 160px;
  }
  .site-header__content--logo svg {
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .site-header .menu-item-has-children::before, .site-header .menu-item-has-children::after {
    top: 15px;
    height: 5px;
  }
  .site-header .menu-item-has-children::before {
    margin-top: -2px;
    right: -12px;
  }
}
body {
  margin: 0;
}

h1, h2, h3, h4, h5, p, span, a, li {
  font-family: "Cormorant Garamond", sans-serif;
}

h2 {
  font-size: 40px;
  font-family: "Cormorant Garamond";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: left;
  margin: 0;
  margin-bottom: 16px;
  line-height: 44px;
}

main {
  padding-top: 104px;
}

.logged-in {
  margin-top: 33px;
}

.vertical-phone-location {
  max-width: 179px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.vertical-phone-location a {
  display: flex;
  align-items: start;
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat";
  font-size: 16px;
  column-gap: 8px;
  line-height: 24px;
}
.vertical-phone-location a svg {
  max-width: 24px;
  width: 100px;
}
.vertical-phone-location a:hover svg {
  fill: #fff;
}

.primary-button {
  margin: 0;
  width: fit-content;
  font-family: "Cormorant Garamond";
  text-transform: uppercase;
  color: #1F1F1F;
  padding: 9px 66px;
  border-bottom: 1px solid #272727;
  cursor: pointer;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  border-top: 1px solid transparent;
}
.primary-button:hover {
  color: #1F1F1F;
  border-top: 1px solid #705b4b;
  border-bottom-color: #705b4b;
}

.primary-button.white {
  color: #fff;
  border-color: #fff;
}

a {
  transition: 0.3s all;
}

a:hover {
  color: #F0EAE5;
}

.logged-in {
  padding-top: 33px;
}

p {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  color: #272727;
}

.container-blur {
  position: relative;
}
.container-blur .image-blur {
  background: rgba(255, 255, 255, 0.5019607843);
  height: 120px;
  position: absolute;
  z-index: 9;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #fff;
}

.rdv-half-circle {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 419px;
  width: 100%;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.rdv-half-circle svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.rdv-half-circle p {
  margin: 0;
  font-family: "Cormorant Garamond";
  color: #fff;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
}
.rdv-half-circle::after {
  content: "";
  display: block;
  width: 548px;
  height: 552px;
  border: 1px solid #fff;
  border-radius: 390px;
  position: absolute;
  top: -15%;
  transform: scale(0.9);
  z-index: 0;
  transition: 0.3s all;
  opacity: 0;
}
.rdv-half-circle:hover::after {
  transform: scale(1);
  opacity: 1;
}

.swiper-slide .background {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(39, 39, 39, 0.4509803922);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: 0.3s all;
}
.swiper-slide .background .open-gallery {
  height: 120px;
  width: 120px;
  background: rgba(255, 255, 255, 0.3019607843);
  border-radius: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Cormorant Garamond";
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s all;
}
.swiper-slide .background .open-gallery:hover {
  border: 1px solid #fff;
}
.swiper-slide:hover .background {
  opacity: 1;
}

.page-type {
  padding-top: 0;
}

.breadcrumbs .breadcrumbs-bg {
  position: absolute;
  height: 280px;
  pointer-events: none;
  width: 100%;
}
.breadcrumbs .breadcrumbs__content {
  position: relative;
  height: 254px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 56px;
}
.breadcrumbs .breadcrumbs__content--breadcrumbs {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.breadcrumbs .primary-button {
  margin: auto;
  margin-top: 56px;
  position: relative;
  margin: 0;
}
.breadcrumbs .breadcrumbs__content--breadcrumbs a {
  text-decoration: none;
  font-size: 16px;
  font-family: "Montserrat";
  color: #272727;
}
.breadcrumbs .breadcrumbs__content--breadcrumbs span {
  text-decoration: none;
  font-size: 16px;
  font-family: "Montserrat";
  color: #705B4B;
}
.breadcrumbs .breadcrumbs__lower {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.arrows {
  max-width: 88px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 33px;
}
.arrows .swiper-button-next {
  position: unset;
  max-width: 32px;
  width: 100%;
  height: 32px;
  border: 1px solid #272727;
  border-radius: 32px;
}
.arrows .swiper-button-next::after {
  content: "";
  border-top: 1px solid #272727;
  border-right: 1px solid #272727;
  padding: 2px;
  height: 8px;
  width: 8px;
  display: block;
  transform: rotate(45deg);
  margin-right: 3px;
}
.arrows .swiper-button-prev {
  position: unset;
  max-width: 32px;
  width: 100%;
  height: 32px;
  border: 1px solid #272727;
  border-radius: 32px;
}
.arrows .swiper-button-prev::after {
  content: "";
  border-top: 1px solid #272727;
  border-left: 1px solid #272727;
  padding: 2px;
  height: 8px;
  width: 8px;
  display: block;
  transform: rotate(-45deg);
  margin-left: 3px;
}

.star-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

.cabinet-slider .arrows {
  display: none;
}

.page-template-default .category-posts-single .category-posts-single__wrapper {
  max-width: 838px;
  margin: auto;
  width: 100%;
  text-align: justify;
}

.s_anch {
  position: absolute;
  top: -137px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 0;
  opacity: 0;
  display: block;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: all 1s ease-in-out;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.preloader p {
  font-size: 50px;
}

.preloader .preloader-image {
  display: flex;
  height: 100%;
  align-items: center;
}

.preloader .preloader-image img {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  transition: 0.3s all;
}

.preloader .preloader-image .first-step {
  opacity: 0;
  transition: 0.3s all;
}

.preloader .preloader-image .first-step.show {
  opacity: 1;
  transform: scale(3);
}

.preloader .preloader-image .second-step {
  opacity: 0;
  transition: 0.3s all;
}

.preloader .preloader-image .second-step.show {
  opacity: 1;
  transform: scale(1.7);
}

.preloader .preloader-image .second-step.hidden {
  opacity: 0;
}

.preloader .preloader-image .third-step {
  opacity: 0;
}

.preloader .preloader-image .third-step.show {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .preloader .preloader-image .fourth-step {
    right: 0;
    margin-top: 180px;
  }
  .preloader .preloader-image .fifth-step {
    right: 0;
    margin-top: 250px;
  }
}
.preloader.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.preloader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

footer {
  background: #705B4B;
  padding-top: 56px;
  padding-bottom: 42px;
}
footer .site-info {
  max-width: 1270px;
  margin: auto;
  width: 100%;
}
footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
footer .footer-top::after {
  content: "";
  display: block;
  width: 44%;
  position: relative;
  height: 1px;
  background: #fff;
}
footer .footer-top::before {
  content: "";
  display: block;
  width: 44%;
  position: relative;
  height: 1px;
  background: #fff;
}
footer .footer-middle__left {
  display: flex;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Montserrat";
  text-decoration: none;
  column-gap: 141px;
}
footer .footer-middle__left ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
footer .footer-middle__left ul li a {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Montserrat";
  text-decoration: none;
  white-space: nowrap;
}
footer .footer-middle__left ul li::marker {
  display: none;
  font-size: 0;
}
footer .footer-middle__right {
  position: relative;
  max-width: 235px;
  width: 100%;
  display: flex;
  justify-content: end;
}
footer .footer-middle__right .logo-footer {
  position: relative;
  width: 100%;
  text-align: right;
}
footer .footer-middle__right .logo-footer::after {
  content: "";
  width: 106px;
  height: 106px;
  border-radius: 106px;
  border: 1px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
footer .footer-middle__right .logo-footer svg {
  z-index: 2;
  position: relative;
}
footer .footer-middle__right .logo-footer .contact-button {
  opacity: 0;
  position: absolute;
  height: 64px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  max-width: 222px;
  width: 100%;
  border: 1px solid #fff;
  background: rgba(39, 39, 39, 0.6509803922);
  border-radius: 80px;
  z-index: 1;
  left: -10px;
  transition: 0.3s all;
}
footer .footer-middle__right .logo-footer .contact-button p {
  margin: 0;
  padding-left: 38px;
  color: #fff;
  font-family: "Cormorant Garamond";
  font-size: 18px;
  text-transform: uppercase;
}
footer .footer-middle__right .logo-footer:hover .contact-button {
  opacity: 1;
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-bottom p {
  font-family: "Montserrat";
  color: #fff;
}
footer .footer-bottom p a {
  font-family: "Montserrat";
  color: #fff;
  text-decoration: none;
}
footer .footer-bottom p a:hover {
  text-decoration: underline;
}
footer .footer-bottom .second-text {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
footer .footer-middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero {
  position: relative;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}
.hero__video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.hero__video iframe,
.hero__video object,
.hero__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__video .sound-toggle {
  z-index: 9;
  position: absolute;
  left: 325px;
  bottom: 188px;
}

.dentaire, .blanc-azure {
  background: #F0EAE5;
  border-radius: 0 0 280px 0;
  position: relative;
}
.dentaire .open-cabinet-popup, .blanc-azure .open-cabinet-popup {
  margin: auto;
}
.dentaire .side-logo, .blanc-azure .side-logo {
  position: absolute;
  right: 0;
  bottom: 0;
}
.dentaire__wrapper, .blanc-azure__wrapper {
  display: flex;
  border-radius: 0 0 280px 0;
  padding-right: 100px;
}
.dentaire__wrapper .section-bg, .blanc-azure__wrapper .section-bg {
  background: rgba(255, 255, 255, 0.5215686275);
  height: 81.4%;
  display: block;
  position: absolute;
  width: 95%;
  border-radius: 0 0 200px 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.dentaire__wrapper-left, .blanc-azure__wrapper-left {
  position: relative;
}
.dentaire__wrapper-left img, .blanc-azure__wrapper-left img {
  display: block;
}
.dentaire__wrapper-right, .blanc-azure__wrapper-right {
  position: relative;
  max-width: 622px;
  margin-left: auto;
}
.dentaire__wrapper-right p, .blanc-azure__wrapper-right p {
  text-align: justify;
}
.dentaire__wrapper-right .text, .blanc-azure__wrapper-right .text {
  margin-bottom: 40px;
  margin-top: 16px;
}
.dentaire__wrapper-right .instagram, .blanc-azure__wrapper-right .instagram {
  margin: 0;
  width: fit-content;
  font-family: "Cormorant Garamond";
  text-transform: uppercase;
  color: #1F1F1F;
  padding: 9px 66px;
  cursor: pointer;
  letter-spacing: 1px;
  text-decoration: none;
  display: flex;
  column-gap: 8px;
  align-items: center;
  margin: auto;
  margin-top: 40px;
}
.dentaire__wrapper-right .open-popup-button, .blanc-azure__wrapper-right .open-popup-button {
  margin: auto;
}
.dentaire__wrapper-right h1, .blanc-azure__wrapper-right h1 {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.dentaire__wrapper-right h1 .small, .blanc-azure__wrapper-right h1 .small {
  font-size: 48px;
  line-height: 48px;
  position: relative;
  font-weight: 500;
}
.dentaire__wrapper-right h1 .small::after, .blanc-azure__wrapper-right h1 .small::after {
  content: "";
  display: block;
  width: 195px;
  height: 2px;
  background: #705B4B;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dentaire__wrapper-right h1 .big, .blanc-azure__wrapper-right h1 .big {
  font-size: 64px;
  line-height: 64px;
  position: relative;
  text-align: right;
  font-weight: 500;
}
.dentaire__wrapper-right h1 .big::after, .blanc-azure__wrapper-right h1 .big::after {
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  background: #705B4B;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dentaire .dentaire__wrapper-container, .blanc-azure .dentaire__wrapper-container {
  z-index: 1;
  display: flex;
  padding-top: 120px;
  width: 100%;
  justify-content: left;
  max-width: 1595px;
  column-gap: 20px;
}
.dentaire .blanc-azure__wrapper-container, .blanc-azure .blanc-azure__wrapper-container {
  z-index: 1;
  display: flex;
  padding-top: 120px;
  width: 100%;
  justify-content: left;
  max-width: 1595px;
}

.appointement .image-blur {
  display: none;
}
.appointement .dentaire__wrapper .section-bg {
  height: 81.9%;
}
.appointement .dentaire__wrapper {
  padding-bottom: 120px;
}
.appointement .dentaire__wrapper-right .open-popup-button {
  margin-left: 0;
}
.appointement .dentaire__wrapper-right .open-popup-button {
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.appointement h2 {
  text-transform: inherit;
}

.parallax-section {
  position: relative;
  overflow: hidden;
  height: 1368px;
  margin-top: -250px;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}

.notre-equipe-parallax {
  z-index: 9;
  margin-top: 0;
  height: 540px;
}

.blanc-azure {
  border-radius: 0;
  padding-bottom: 88px;
}
.blanc-azure .container-blur .image-blur {
  backdrop-filter: blur(4px);
  height: 80px;
  border-radius: 0 0 56px 0;
}
.blanc-azure__wrapper-right {
  max-width: 406px;
  margin-left: 134px;
}

.blanc-azure__wrapper .section-bg {
  border-radius: 0;
  width: 100%;
  height: 75.5%;
}

.blanc-azure .blanc-azure__wrapper-container {
  padding-top: 82px;
}

.notre-cabinet {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.notre-cabinet__wrapper {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  background: rgba(39, 39, 39, 0.5490196078);
  padding: 74px 108px 72px 82px;
  border-radius: 56px;
  margin-right: 325px;
  backdrop-filter: blur(6px);
}
.notre-cabinet__wrapper h2 {
  font-size: 40px;
  font-family: "Cormorant Garamond";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  max-width: 300px;
  text-align: left;
  margin: 0;
  margin-bottom: 16px;
  line-height: 44px;
}
.notre-cabinet__wrapper p {
  color: #fff;
  margin: 0;
  margin-bottom: 48px;
}
.notre-cabinet__wrapper a {
  display: block;
  text-decoration: none;
}

.nos-technologies {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nos-technologies__wrapper {
  position: relative;
  z-index: 1;
  color: white;
  background: rgba(39, 39, 39, 0.5490196078);
  border-radius: 56px;
  backdrop-filter: blur(6px);
  margin-right: auto;
  margin-left: 325px;
  max-width: 622px;
  padding: 99px 108px;
}
.nos-technologies__wrapper h2 {
  font-size: 40px;
  font-family: "Cormorant Garamond";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  max-width: 300px;
  text-align: left;
  margin: 0;
  margin-bottom: 16px;
  line-height: 44px;
  max-width: 100%;
}
.nos-technologies__wrapper p {
  color: #fff;
  margin: 0;
  text-align: left;
  margin-bottom: 24px;
}
.nos-technologies__wrapper a {
  display: block;
  text-decoration: none;
}

.equipe-valeurs {
  position: relative;
}
.equipe-valeurs .bg-equipe {
  position: absolute;
}

.notre-equipe {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.notre-equipe__wrapper {
  display: flex;
  justify-content: flex-end;
  column-gap: 134px;
  background: linear-gradient(171deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.64) 72%, rgba(255, 255, 255, 0) 100%);
  padding-left: 40px;
}
.notre-equipe__wrapper--left {
  max-width: 514px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.notre-equipe__wrapper--left a {
  margin-top: 24px;
  margin-bottom: 40px;
}
.notre-equipe__wrapper--left h2 {
  max-width: 250px;
}
.notre-equipe__wrapper--right {
  max-width: 947px;
}

.nos-valeurs {
  padding-top: 160px;
  padding-bottom: 232px;
  position: relative;
}
.nos-valeurs__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.nos-valeurs__middle {
  position: relative;
}
.nos-valeurs__middle h2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: fit-content;
  margin: auto;
  max-width: 263px;
  text-align: center;
}
.nos-valeurs__icons {
  position: absolute;
  max-width: 1106px;
  width: 100%;
  height: 592px;
}
.nos-valeurs__icons .circle {
  max-width: 242px;
  width: 100%;
  cursor: default;
  position: absolute;
  height: 242px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nos-valeurs__icons .circle h3 {
  position: relative;
  z-index: 1;
  text-align: center;
  transition: 0.3s all;
  font-size: 32px;
  margin: 0;
  line-height: 36px;
  font-weight: 400;
}
.nos-valeurs__icons .circle .valeurs-star {
  position: absolute;
  width: 100%;
  top: 0;
  transition: 0.3s all;
}
.nos-valeurs__icons .circle .hover-effect {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: 0.3s all;
}
.nos-valeurs__icons .circle:hover h3 {
  opacity: 0;
  color: #272727;
}
.nos-valeurs__icons .circle:hover .valeurs-star {
  opacity: 0;
}
.nos-valeurs__icons .circle:hover .hover-effect {
  opacity: 1;
}
.nos-valeurs__icons .circle:nth-child(1) {
  bottom: 0;
  left: 0;
}
.nos-valeurs__icons .circle:nth-child(2) {
  top: 0;
  left: 134px;
  max-width: 190px;
  height: 190px;
}
.nos-valeurs__icons .circle:nth-child(3) {
  top: 0;
  right: 0;
}
.nos-valeurs__icons .circle:nth-child(4) {
  bottom: 0;
  right: 134px;
  max-width: 190px;
  height: 190px;
}

.technologies__wrapper h2 {
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.technologies__wrapper--content {
  margin-top: 40px;
  display: flex;
}
.technologies__wrapper--content-item {
  transition: all 0.6s ease;
  display: flex;
  height: fit-content;
  width: 235px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  flex-direction: column;
}
.technologies__wrapper--content-item.active {
  width: 1215px;
}
.technologies__wrapper--content-item.active .technologies__wrapper--content-right {
  width: 100%;
  opacity: 1;
  transition: width 0.6s ease, opacity 0.4s ease 0.2s;
  padding: 30px 82px;
}
.technologies__wrapper--content-item.active .technologies__wrapper--content-left img {
  filter: brightness(1);
  opacity: 1;
}
.technologies__wrapper--content-item.active .technologies__wrapper--content-left h3 {
  opacity: 0;
}
.technologies__wrapper--content-item:not(.active) .technologies__wrapper--content-right {
  width: 0;
  opacity: 0;
  transition: width 0.4s ease, opacity 0.2s ease;
  height: 0;
}
.technologies__wrapper--content-left {
  position: relative;
  width: 100%;
  height: 660px;
  overflow: hidden;
}
.technologies__wrapper--content-left .bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(41, 36, 36, 0.5019607843);
  transition: 0.3s;
}
.technologies__wrapper--content-left img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.technologies__wrapper--content-left h3 {
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: fit-content;
  transform: rotate(-180deg);
  writing-mode: vertical-rl;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0px;
  padding-bottom: 50px;
  padding-top: 50px;
  margin-bottom: 94px;
  padding: 0;
  color: #FFFFFF;
}
.technologies__wrapper--content-right {
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  width: 100%;
}
.technologies__wrapper--content-right h3 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 26px;
}
.technologies__wrapper--content-right p {
  font-size: 18px;
  line-height: 26px;
}

.parcours {
  position: relative;
  padding: 100px 0;
}
.parcours h2 {
  text-align: center;
}

.parcours__wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.parcours__item {
  position: relative;
  cursor: pointer;
  text-align: center;
  transition: all 0.6s ease;
}
.parcours__item.active {
  z-index: 9;
}

.parcours__item.active .parcours__image {
  width: 520px;
  height: 260px;
}

.parcours__item.active .parcours__text {
  opacity: 1;
  padding-left: 50px;
}

.parcours__item.active h3 {
  padding-left: 50px;
}

.parcours__item:hover .parcours__image {
  width: 520px;
  height: 260px;
}

.parcours__item:hover .parcours__text {
  opacity: 1;
}

.parcours__image {
  width: 350px;
  height: 260px;
  transition: width 0.6s ease, height 0.6s ease;
}

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

.parcours__item h3 {
  display: block;
  margin: 0;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 32px;
  font-family: "Cormorant Garamond";
  font-weight: 400;
  transition: 0.3s all;
}

.parcours__text {
  text-align: left;
  font-family: "Montserrat";
  font-size: 16px;
  opacity: 0;
  transition: 0.3s all;
}

.parcours__item:hover .parcours__image {
  width: 520px;
  height: 260px;
}

.parcours__item:hover .parcours__text {
  opacity: 1;
}

.parcours__line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ddd;
}

.parcours__line span {
  display: block;
  width: 0;
  height: 100%;
  background: #A2988C;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
}
.parcours__line span::after {
  content: "";
  display: block;
  background: #A2988C;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  z-index: 9;
  top: -5px;
}

.parcours__wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
}

.parcours__item {
  flex: 1 1 auto;
  min-width: 250px;
  max-width: 520px;
  transition: all 0.6s ease;
}

.parcours__image {
  width: 100%;
  height: 260px;
  transition: transform 0.6s ease;
}

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

.bg-3-section {
  position: relative;
}
.bg-3-section .bg-3-image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.cas-cliniques {
  position: relative;
  padding: 120px 0;
}
.cas-cliniques__wrapper {
  display: flex;
  max-width: 1270px;
  margin: auto;
  background: #F0EAE5;
  border-radius: 56px 0 0 56px;
  overflow: hidden;
}
.cas-cliniques__wrapper--left {
  max-width: 635px;
  width: 100%;
}
.cas-cliniques__wrapper--left img {
  display: block;
}
.cas-cliniques__wrapper--right {
  max-width: 635px;
  width: 100%;
}
.cas-cliniques__wrapper--right-container {
  max-width: 406px;
  margin: auto;
  padding-top: 80px;
}
.cas-cliniques__wrapper--right-container h2 {
  margin-bottom: 24px;
}
.cas-cliniques__wrapper--right-container p {
  margin: 0;
  margin-bottom: 40px;
}

.protheses {
  position: relative;
  padding-bottom: 120px;
}
.protheses__wrapper {
  display: flex;
  max-width: 1270px;
  margin: auto;
  background: #F0EAE5;
  border-radius: 56px 0 0 56px;
  overflow: hidden;
}
.protheses__wrapper--left {
  max-width: 635px;
  width: 100%;
}
.protheses__wrapper--left-container {
  max-width: 406px;
  margin: auto;
  padding-top: 68px;
}
.protheses__wrapper--left-container h2 {
  margin-bottom: 24px;
}
.protheses__wrapper--left-container p {
  margin: 0;
  margin-bottom: 40px;
}
.protheses__wrapper--right {
  max-width: 635px;
  width: 100%;
}
.protheses__wrapper--right img {
  display: block;
}

.cabinet-gallery {
  position: relative;
}
.cabinet-gallery__wrapper .title-arrows {
  display: flex;
  max-width: 1270px;
  margin: auto;
  justify-content: space-between;
  margin-bottom: 68px;
  align-items: end;
}
.cabinet-gallery__wrapper .title-arrows h2 {
  max-width: 100%;
}
.cabinet-gallery .swiper-backface-hidden .swiper-slide {
  line-height: 0;
}

.cabinet {
  margin-top: 50px;
}

.acces {
  background: #F0EAE5;
  border-radius: 275px 0 0 0;
  overflow: hidden;
  position: relative;
  margin-top: -250px;
}
.acces h3 {
  margin: 0;
  color: #705B4B;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 8px;
}
.acces .side-logo {
  position: absolute;
  top: 0;
  left: 0;
}
.acces__wrapper {
  display: flex;
  justify-content: end;
  align-items: end;
  padding-bottom: 120px;
  position: relative;
  column-gap: 242px;
  align-items: flex-end;
  padding-top: 240px;
}
.acces__wrapper .vertical-phone-location {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  justify-content: space-between;
  padding-top: 24px;
}
.acces__wrapper .vertical-phone-location a {
  color: #272727;
  max-width: 216px;
}
.acces__wrapper .vertical-phone-location a svg path {
  stroke: #272727;
  transition: 0.3s;
}
.acces__wrapper .vertical-phone-location a:hover {
  color: #705b4b;
}
.acces__wrapper .vertical-phone-location a:hover svg path {
  stroke: #705b4b;
  fill: #705b4b;
  transition: 0.3s;
}
.acces__wrapper .primary-button {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
}
.acces__wrapper .acces__wrapper--hours {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  padding-bottom: 24px;
  border-bottom: 2px solid #705B4B;
}
.acces__wrapper .section-bg {
  background: rgba(255, 255, 255, 0.5215686275);
  height: 81.4%;
  display: block;
  position: absolute;
  width: 95%;
  border-radius: 275px 0 0 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 0;
  right: 0;
}
.acces__wrapper .image-right {
  max-width: 947px;
  width: 100%;
  position: relative;
}
.acces__wrapper--container {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 406px;
  width: 100%;
}
.acces__wrapper--container .image-right {
  position: relative;
}
.acces__wrapper .location__content--item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acces__wrapper .location__content--item.current-day {
  border-bottom: 1px solid #705B4B;
}
.acces__wrapper .location__content--item.current-day div {
  color: #705B4B;
}
.acces__wrapper .location__content--item .location__content--day {
  max-width: 106px;
  width: 100%;
  margin-right: 17px;
  font-family: "Montserrat";
}
.acces__wrapper .location__content--item .location__content--first-time {
  max-width: 140px;
  width: 100%;
  font-family: "Montserrat";
}
.acces__wrapper .location__content--item .location__content--second-time {
  max-width: fit-content;
  width: 100%;
  font-family: "Montserrat";
}

#map {
  height: 446px;
}

.bg-2-sections {
  position: relative;
}
.bg-2-sections .bg-2-image {
  position: absolute;
}

.notre-philosophie {
  position: relative;
}
.notre-philosophie__wrapper {
  max-width: 1054px;
  width: 100%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 40px;
}
.notre-equipe-page .notre-philosophie__wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}
.notre-philosophie__wrapper h2 {
  text-align: center;
}
.notre-philosophie__wrapper .notre-philosophie__wrapper--text {
  display: flex;
  column-gap: 26px;
  text-align: justify;
}
.notre-philosophie__wrapper .notre-philosophie__wrapper--text .text {
  width: 50%;
}

.notre-equipe .background {
  position: absolute;
  top: 0;
}
.notre-equipe .notre-philosophie__wrapper {
  position: relative;
}

.equipe-section {
  padding-bottom: 120px;
}
.equipe-section__wrapper {
  max-width: 1595px;
  background: linear-gradient(180deg, rgb(240, 234, 229) 0%, rgba(245, 241, 238, 0.66) 50%, rgba(255, 255, 255, 0) 100%);
  border-radius: 210px 56px 0 0;
  overflow: hidden;
  position: relative;
}
.equipe-section__wrapper .background {
  position: absolute;
  left: 0;
  top: 0;
}
.equipe-section__wrapper--top {
  display: flex;
  column-gap: 26px;
  justify-content: end;
}
.equipe-section__wrapper--left {
  max-width: 514px;
  width: 100%;
  padding-top: 80px;
}
.equipe-section__wrapper--left .text p {
  text-align: justify;
}
.equipe-section__wrapper--right {
  max-width: 622px;
  width: 100%;
}
.equipe-section__wrapper--bottom {
  max-width: 1054px;
  margin-left: auto;
  margin-right: 108px;
}
.equipe-section__wrapper--bottom .swiper-slide:hover h3 {
  color: #705B4B;
}
.equipe-section__wrapper--bottom .swiper-slide:hover p {
  color: #705B4B;
}
.equipe-section__wrapper--bottom .title-arrows {
  margin-bottom: 30px;
}
.equipe-section__wrapper--bottom .swiper-button-next {
  margin: 0;
}
.equipe-section__wrapper--bottom p {
  font-size: 20px;
  text-align: center;
  margin: 0;
  transition: 0.3s all;
}
.equipe-section__wrapper--bottom .swiper-button-prev {
  margin: 0;
}
.equipe-section__wrapper--bottom h3 {
  font-size: 32px;
  color: #272727;
  font-family: "Cormorant Garamond";
  max-width: 217px;
  text-align: center;
  font-weight: 400;
  line-height: 36px;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 8px;
  transition: 0.3s all;
}
.equipe-section__wrapper--bottom .image {
  position: relative;
  border-radius: 56px 56px 0 0;
  overflow: hidden;
}
.equipe-section__wrapper--bottom .image img {
  display: block;
}

.assistantes-section {
  background: #F0EAE5;
  padding: 120px 0;
}
.assistantes-section h2 {
  font-size: 34px;
}
.assistantes-section__wrapper {
  max-width: 1054px;
  width: 100%;
  margin: auto;
}
.assistantes-section__wrapper--bottom {
  margin-top: 40px;
  display: flex;
}
.assistantes-section__wrapper--bottom .arrows .swiper-button-prev {
  margin: 0;
}
.assistantes-section__wrapper--bottom .arrows .swiper-button-next {
  margin: 0;
}
.assistantes-section__wrapper--bottom .assistantes-section__wrapper--bottom-text {
  max-width: 474px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.assistantes-section__wrapper--bottom .assistantes-section__wrapper--bottom-text .text {
  text-align: justify;
}
.assistantes-section__wrapper--bottom .swiper {
  max-width: 528px;
  margin-right: 0;
}
.assistantes-section__wrapper--bottom .swiper img {
  display: block;
}
.assistantes-section__wrapper--bottom .swiper h3 {
  margin: 0;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 8px;
}
.assistantes-section__wrapper--bottom .swiper p {
  text-align: center;
  margin: 0;
}

.administration {
  background: none;
}
.administration .assistantes-section__wrapper {
  position: relative;
}
.administration .background-admin {
  position: absolute;
}

.prenez-votre {
  background: #F0EAE5;
  border-radius: 275px 0 0 0;
  position: relative;
  padding-top: 120px;
  padding-bottom: 50px;
}
.prenez-votre .logo {
  left: 0;
  position: absolute;
  top: 0;
}
.prenez-votre .prenez-votre__wrapper {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(240, 234, 229, 0.8) 100%);
  max-width: 1800px;
  width: 100%;
  margin-left: auto;
  border-radius: 200px 0 125px 125px;
  position: relative;
  padding-top: 120px;
  border: 1px solid #fff;
  border-right: 0;
}
.prenez-votre .prenez-votre__wrapper .prenez-votre__wrapper--container {
  max-width: 1487px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
.prenez-votre .prenez-votre__wrapper--left {
  max-width: 622px;
  width: 100%;
  text-align: center;
}
.prenez-votre .prenez-votre__wrapper--left .doctolib {
  margin-top: 8px;
  margin-bottom: 40px;
}
.prenez-votre .prenez-votre__wrapper--left h2 {
  font-size: 36px;
  text-transform: none;
  color: #705B4B;
  text-align: center;
  max-width: 540px;
}
.prenez-votre .prenez-votre__wrapper--left .buttons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 26px;
  row-gap: 24px;
}
.prenez-votre .prenez-votre__wrapper--left .buttons a {
  padding-left: 0;
  padding-right: 0;
  max-width: 298px;
  width: 100%;
  text-align: center;
}
.prenez-votre .prenez-votre__wrapper--right {
  max-width: 839px;
  width: 100%;
}

.contact-form {
  position: relative;
  max-width: 1270px;
  width: 100%;
  margin: auto;
  margin-left: 200px;
}
.contact-form h2 {
  text-align: center;
}
.contact-form .text {
  text-align: center;
  color: #272727;
  margin: 0;
  padding-bottom: 40px;
}
.contact-form .subtitle {
  font-size: 18px;
  color: #705B4B;
  font-family: "Montserrat";
  text-align: center;
  display: block;
  font-weight: 500;
}
.contact-form img {
  position: absolute;
  display: block;
  height: 100%;
}
.contact-form .wpcf7 {
  position: relative;
  padding: 80px 108px;
  margin-top: 80px;
}
.contact-form .first-fields {
  display: flex;
  column-gap: 32px;
}
.contact-form .first-fields p {
  max-width: 330px;
}
.contact-form .first-fields p input {
  width: 100%;
  background: unset;
  border: unset;
  border-bottom: 1px solid #272727;
  border-radius: 0;
}
.contact-form .first-fields p input:focus {
  box-shadow: none;
  outline: 0;
  border-bottom-color: #705B4B;
}
.contact-form textarea {
  height: 31px;
  background: unset;
  border: unset;
  border-bottom: 1px solid #272727;
  border-radius: 0;
}
.contact-form textarea:focus {
  box-shadow: none;
  outline: 0;
  border-bottom-color: #705B4B;
}
.contact-form .submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form .submit-button p {
  margin: 0;
  margin-top: 40px;
}
.contact-form .wpcf7-submit {
  max-width: 220px;
  width: 100%;
  background: unset;
  border: unset;
  border-bottom: 1px solid;
  border-radius: 0;
  padding-bottom: 10px;
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Cormorant Garamond";
  letter-spacing: 1px;
}

.hero-page {
  position: relative;
}
.hero-page img {
  display: block;
}
.hero-page .hero-page__wrapper .title-overlay {
  position: absolute;
  bottom: 40px;
  height: 120px;
  max-width: 839px;
  width: 100%;
  background: rgba(39, 39, 39, 0.4509803922);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 0 40px 40px 0;
}
.hero-page .hero-page__wrapper .title-overlay h1 {
  margin: 0;
  margin-right: 40px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Cormorant Garamond";
}

.hero-type-second {
  position: relative;
  padding-top: 40px;
  padding-bottom: 168px;
  z-index: -1;
}
.hero-type-second .type-second-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.hero-type-second .hero-type-second__wrapper {
  max-width: 1270px;
  width: 100%;
  margin: auto;
  position: absolute;
  height: 500px;
  left: 0;
  right: 0;
}
.hero-type-second .hero-type-second__wrapper .title-overlay {
  position: absolute;
  top: 64px;
  left: 108px;
}
.hero-type-second .hero-type-second__wrapper .title-overlay h1 {
  font-size: 44px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.nos-technologies-section__wrapper {
  max-width: 1054px;
  margin: auto;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.nos-technologies-section__wrapper--item {
  display: flex;
  max-width: 1001px;
  width: 100%;
  column-gap: 40px;
}
.nos-technologies-section__wrapper--item img {
  max-width: 514px;
  width: 100%;
}
.nos-technologies-section__wrapper--item .right-part {
  max-width: 447px;
  width: 100%;
}
.nos-technologies-section__wrapper--item .right-part h2 {
  color: #705B4B;
  font-size: 36px;
  text-transform: none;
  line-height: 40px;
  letter-spacing: 0;
}
.nos-technologies-section__wrapper--item .right-part p {
  margin: 0;
}
.nos-technologies-section .tech-item {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.nos-technologies-section .tech-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.single-equipe-section {
  max-width: 1054px;
  width: 100%;
  margin: auto;
  position: relative;
}
.single-equipe-section h2 {
  font-size: 29px;
  color: #705B4B;
  text-transform: uppercase;
  font-weight: 600;
}
.single-equipe-section h3 {
  font-size: 32px;
  color: #705B4B;
  font-weight: 400;
  margin-top: 24px;
}
.single-equipe-section .single-equipe-section__wrapper {
  display: flex;
  justify-content: space-between;
}
.single-equipe-section .single-equipe-section__wrapper--left {
  max-width: 540px;
  width: 100%;
}
.single-equipe-section .single-equipe-section__wrapper--right {
  max-width: 406px;
  width: 100%;
}
.single-equipe-section .single-equipe-section__wrapper--right img {
  max-width: 406px;
  width: 100%;
  height: 599px;
  display: block;
  object-fit: cover;
  border-radius: 50px;
  background: #fff;
}
.single-equipe-section .single-equipe-section__wrapper--right .primary-button {
  margin: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}
.single-equipe-section .single-equipe-section__wrapper--right .text {
  background: #F0EAE5;
  padding: 40px;
  border-radius: 56px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.single-equipe-section .single-equipe-section__wrapper--right .text p {
  margin: 0;
}
.single-equipe-section .single-equipe-section__wrapper .wp-block-column p {
  margin: 0;
  text-align: justify;
}
.single-equipe-section .single-equipe-section__wrapper .wp-block-columns {
  column-gap: 0;
}
.single-equipe-section .single-equipe-section__wrapper .wp-block-columns .wp-block-column:first-child {
  max-width: 82px;
  width: 100%;
}

.single-equipe {
  position: relative;
}
.single-equipe .middle-logo {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-equipe .equipe-bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.category-posts {
  position: relative;
}
.category-posts .category-posts__block {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  max-width: 1054px;
  width: 100%;
  margin: auto;
}
.category-posts .category-posts__block--container {
  display: flex;
  border-radius: 56px 56px 0 0;
  overflow: hidden;
  align-items: center;
  border: 1px solid #F0EAE5;
  background: #fff;
  width: 100%;
  justify-content: space-between;
}
.category-posts .category-posts__block--container .category-posts__left {
  padding-left: 48px;
  padding-right: 26px;
}
.category-posts .category-posts__block--container .category-posts__left a {
  text-decoration: none;
}
.category-posts .category-posts__block--container .category-posts__left a h2 {
  font-size: 36px;
  text-transform: none;
  color: #705B4B;
  line-height: 40px;
  margin-bottom: 24px;
}
.category-posts .category-posts__block--container .category-posts__right {
  max-width: 514px;
  width: 100%;
}
.category-posts .category-posts__block--container .category-posts__right a {
  display: block;
  line-height: 0;
}
.category-posts .category-posts__block--container .category-posts__right a img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}

.top-traitements__wrapper {
  display: flex;
  max-width: 1054px;
  margin: auto;
  width: 100%;
  justify-content: space-between;
  column-gap: 26px;
}
.top-traitements__wrapper--left {
  width: 49%;
}
.top-traitements__wrapper--left p {
  margin: 0;
  text-align: justify;
}
.top-traitements__wrapper--right {
  width: 49%;
}

.traitements-category {
  position: relative;
}
.traitements-category .equipe-bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.single-post .category-posts-single .category-posts-single__wrapper {
  max-width: 838px;
  margin: auto;
  width: 100%;
  text-align: justify;
}
.single-post .category-posts-single h2 {
  font-size: 34px;
  text-align: center;
  color: #272727;
}
.single-post .category-posts-single h3 {
  font-size: 32px;
  font-weight: 400;
  color: #272727;
  margin-bottom: 24px;
  text-align: center;
}
.single-post .category-posts-single h4 {
  font-size: 20px;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 32px;
  margin-bottom: 24px;
}
.single-post .category-posts-single h5 {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  font-family: "Montserrat";
  margin-top: 32px;
  margin-bottom: 24px;
}
.single-post .category-posts-single ul, .single-post .category-posts-single ol {
  margin: 0;
  padding: 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.single-post .category-posts-single ul li, .single-post .category-posts-single ol li {
  font-family: "Montserrat";
  font-size: 16px;
  color: #272727;
}
.single-post .hero-type-second {
  padding-bottom: 224px;
}
.single-post .wp-block-columns {
  column-gap: 26px;
}
.single-post .wp-block-columns p {
  margin: 0;
}
.single-post .wp-block-columns figure {
  margin: 0;
}
.single-post .prenez-votre {
  margin-top: 80px;
}

.blanc-azur .blanc-azur-top {
  position: relative;
}
.blanc-azur .blanc-azur-top .blanc-azur-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.blanc-azur .blanc-azur-top__wrapper {
  max-width: 1054px;
  width: 100%;
  margin: auto;
  padding-top: 80px;
}
.blanc-azur .blanc-azur-top__wrapper h2 {
  text-align: center;
}
.blanc-azur .blanc-azur-top__wrapper img {
  margin-top: 40px;
  margin-bottom: 40px;
}
.blanc-azur .blanc-azur-top__wrapper .text-block {
  display: flex;
  text-align: justify;
  column-gap: 26px;
}

.blanc-azur-gallery {
  padding-top: 68px;
}
.blanc-azur-gallery__wrapper {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  position: relative;
}
.blanc-azur-gallery__wrapper::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #705A4B;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.blanc-azur-gallery__wrapper--post {
  display: flex;
  justify-content: space-between;
  margin-bottom: 97px;
  position: relative;
}
.blanc-azur-gallery__wrapper--post::after {
  content: "";
  display: block;
  background: #705A4B;
  width: 95px;
  height: 1px;
  position: absolute;
  right: 95px;
  left: 0px;
  margin: auto;
  top: 18px;
}
.blanc-azur-gallery__wrapper--post::before {
  content: "";
  display: block;
  background: #705A4B;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  right: 16%;
  left: 0;
  margin: auto;
  top: 16px;
}
.blanc-azur-gallery__wrapper--post .post-left-part {
  max-width: 406px;
  width: 100%;
  position: relative;
  margin-left: 70px;
}
.blanc-azur-gallery__wrapper--post .post-left-part span {
  font-size: 20px;
  margin-top: 3px;
  margin-bottom: 12px;
  display: block;
}
.blanc-azur-gallery__wrapper--post .post-left-part h3 {
  font-size: 32px;
  margin: 0;
  color: #705B4B;
  font-weight: 400;
  line-height: 36px;
}
.blanc-azur-gallery__wrapper--post .post-left-part .text p {
  margin: 0;
  text-align: justify;
}
.blanc-azur-gallery__wrapper--post .post-right-part-container {
  max-width: 470px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.blanc-azur-gallery__wrapper--post .post-right-part {
  max-width: 350px;
  height: 470px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: -12px 12px 30px -1px rgba(0, 0, 0, 0.25);
}
.blanc-azur-gallery__wrapper--post:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: 0;
}
.blanc-azur-gallery__wrapper--post:nth-child(even)::after {
  right: 0px;
  left: 95px;
}
.blanc-azur-gallery__wrapper--post:nth-child(even)::before {
  right: 0;
  left: 16%;
}
.blanc-azur-gallery__wrapper--post:nth-child(even) .post-left-part {
  max-width: 470px;
}
.blanc-azur-gallery__wrapper--post.horizontal {
  margin: 0;
  margin-bottom: 157px;
}
.blanc-azur-gallery__wrapper--post.horizontal .post-right-part {
  max-width: 470px;
  height: 350px;
}

.blanc-azur-gallery__wrapper::after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background: linear-gradient(180deg, rgb(112, 90, 75) 0%, rgb(112, 90, 75) 83%, rgba(255, 255, 255, 0.2) 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  animation: lineGrow 3.5s ease-out forwards;
}

@keyframes lineGrow {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.df-flipbook-2d {
  display: flex;
  align-items: center;
}

.df-container .df-bg {
  height: 900px;
}

.pathologies-category .pathologies-grid {
  max-width: 1051px;
  margin: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 28px;
  row-gap: 48px;
}
.pathologies-category .pathologies-grid h2 {
  font-size: 36px;
  font-weight: 400;
  text-transform: inherit;
  transition: 0.3s all;
  margin-top: 16px;
  line-height: 40px;
}
.pathologies-category .pathologies-grid .pathology-thumb {
  position: relative;
}
.pathologies-category .pathologies-grid .pathology-thumb img {
  width: 100%;
  display: block;
}
.pathologies-category .pathologies-grid .pathology-thumb .post-overlay {
  background: rgba(39, 39, 39, 0.4509803922);
  backdrop-filter: blur(12px);
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  left: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Cormorant Garamond";
  opacity: 0;
  transition: 0.3s all;
}
.pathologies-category .pathologies-grid a {
  text-decoration: none;
  color: #272727;
  transition: 0.3s all;
}
.pathologies-category .pathologies-grid a:hover .post-overlay {
  opacity: 1;
}
.pathologies-category .pathologies-grid a:hover h2 {
  color: #705B4B;
}
.pathologies-category .pathologies-grid .pathology-item {
  max-width: 331px;
  width: 100%;
}

.single-post .category-posts-single .category-posts-single__wrapper, .single .category-posts-single .category-posts-single__wrapper {
  max-width: 838px;
  margin: auto;
  width: 100%;
  text-align: justify;
}
.single-post .category-posts-single h2, .single .category-posts-single h2 {
  font-size: 34px;
  text-align: center;
  color: #272727;
}
.single-post .category-posts-single ul, .single-post .category-posts-single ol, .single .category-posts-single ul, .single .category-posts-single ol {
  margin: 0;
  padding: 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.single-post .category-posts-single ul li, .single-post .category-posts-single ol li, .single .category-posts-single ul li, .single .category-posts-single ol li {
  font-family: "Montserrat";
  font-size: 16px;
  color: #272727;
}
.single-post .hero-type-second, .single .hero-type-second {
  padding-bottom: 224px;
}
.single-post .prenez-votre, .single .prenez-votre {
  margin-top: 80px;
}

.traitements-category a {
  color: #705B4B;
  text-decoration: none;
  font-family: "Montserrat";
}

.pathologies-category .ressources-section-container {
  max-width: 1054px;
  width: 100%;
  margin: auto;
}
.pathologies-category .ressources-section-container .ressources-posts__container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 28px;
  row-gap: 48px;
}
.pathologies-category .ressources-section-container .ressources-posts__container a {
  max-width: 331px;
  width: 100%;
  text-decoration: none;
  background: #fff;
  border: 1px solid #F0EAE5;
  display: flex;
  flex-direction: column;
  transition: 0.3s all;
}
.pathologies-category .ressources-section-container .ressources-posts__container a .primary-button {
  margin: auto;
  margin-bottom: 0;
}
.pathologies-category .ressources-section-container .ressources-posts__container a .pdf-button {
  display: flex;
  align-items: center;
  justify-content: left;
  font-family: "Cormorant Garamond";
  color: #272727;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 18px;
  column-gap: 10px;
  line-height: 22px;
  transition: 0.3s all;
}
.pathologies-category .ressources-section-container .ressources-posts__container a img {
  display: block;
  max-width: 334px;
  width: 100%;
  object-fit: cover;
  height: 220px;
}
.pathologies-category .ressources-section-container .ressources-posts__container a h2 {
  font-size: 36px;
  font-weight: 400;
  text-transform: inherit;
  transition: 0.3s all;
  margin-top: 16px;
  line-height: 40px;
  text-decoration: none;
  color: #272727;
  margin: 40px 0;
  letter-spacing: 0;
}
.pathologies-category .ressources-section-container .ressources-posts__container a .ressources-posts__container--ressources-item__title {
  padding: 0 20px;
  padding-bottom: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pathologies-category .ressources-section-container .ressources-posts__container a:hover {
  background: #F0EAE5;
}
.pathologies-category .ressources-section-container .ressources-posts__container a:hover .pdf-button {
  color: #705B4B;
}
.pathologies-category .ressources-section-container .ressources-posts__container a:hover .pdf-button svg path {
  stroke: #705B4B;
}
.pathologies-category .ressources-categories {
  margin-bottom: 40px;
}
.pathologies-category .ressources-categories .ressources-categories__container--buttons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 70px;
  row-gap: 30px;
}
.pathologies-category .ressources-categories .ressources-category-button {
  font-size: 18px;
  font-weight: 700;
  font-family: "Cormorant Garamond";
  background: unset;
  border: none;
  letter-spacing: 1px;
  color: #272727;
  transition: 0.3s all;
  padding-bottom: 10px;
  border-radius: 0;
  text-transform: uppercase;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  cursor: pointer;
}
.pathologies-category .ressources-categories .ressources-category-button:hover {
  color: #705B4B;
}
.pathologies-category .ressources-categories .ressources-category-button.active {
  color: #705B4B;
  border-bottom: 1px solid #705B4B;
}

.faq-categories {
  margin-bottom: 40px;
}
.faq-categories .faq-categories__container--buttons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 70px;
  row-gap: 30px;
}
.faq-categories .faq-category-button {
  font-size: 18px;
  font-weight: 700;
  font-family: "Cormorant Garamond";
  background: unset;
  border: none;
  letter-spacing: 1px;
  color: #272727;
  transition: 0.3s all;
  padding-bottom: 10px;
  border-radius: 0;
  text-transform: uppercase;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  cursor: pointer;
}
.faq-categories .faq-category-button:hover {
  color: #705B4B;
}
.faq-categories .faq-category-button.active {
  color: #705B4B;
  border-bottom: 1px solid #705B4B;
}

.accordion {
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  padding: 31px 40px;
  background: #F0EAE5;
  font-size: 36px;
  font-weight: 400;
  font-family: "Cormorant Garamond";
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion .arrow {
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 32px;
  border: 2px solid #272727;
  transition: 0.3s all;
}
.accordion .arrow::after {
  content: "";
  display: block;
  border-right: 1px solid #272727;
  border-bottom: 1px solid #272727;
  padding: 3px;
  height: 9px;
  width: 9px;
  transform: rotate(45deg);
  margin-bottom: 4px;
  transition: 0.3s all;
}
.accordion .arrow:hover {
  background: #705B4B;
  border-color: #705B4B;
}
.accordion .arrow:hover::after {
  border-color: #fff;
}
.accordion .arrow-svg {
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  transition: 0.3s all;
}
.accordion .arrow-svg-rect {
  fill: transparent;
  transition: 0.3s;
}
.accordion .arrow-svg-path {
  transition: 0.3s;
}
.accordion .arrow-svg:hover .arrow-svg-rect {
  fill: #705B4B;
  stroke: #705B4B;
  transition: 0.3s;
}
.accordion .arrow-svg:hover .arrow-svg-path {
  fill: #fff;
  transition: 0.3s;
}
.accordion.active {
  background-color: #fff;
}
.accordion.active .arrow::after {
  transform: rotate(-135deg);
  margin-bottom: -2px;
}
.accordion.active .arrow-svg {
  transform: rotate(180deg);
  transition: 0.3s all;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faq-section .faq-section-container {
  max-width: 1054px;
  width: 100%;
  margin: auto;
}
.faq-section .faq-section-container .faq-posts__container {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.faq-section .faq-section-container .faq-posts__container .faq-item {
  background: #fff;
  border: 1px solid #F0EAE5;
  border-radius: 24px;
  overflow: hidden;
}
.faq-section .faq-section-container .faq-posts__container .faq-item a {
  color: #272727;
  font-family: "Montserrat";
  font-size: 16px;
  transition: 0.3s all;
}
.faq-section .faq-section-container .faq-posts__container .faq-item a:hover {
  color: #705B4B;
}
.faq-section .faq-section-container .faq-posts__container .faq-item.active {
  padding-bottom: 48px;
}
.faq-section .faq-section-container .faq-posts__container .faq-item .images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.faq-section .faq-section-container .faq-posts__container .faq-item .images img {
  margin: 0 13px;
  width: calc(50% - 26px);
}
@media (max-width: 559.98px) {
  .faq-section .faq-section-container .faq-posts__container .faq-item .images img {
    width: calc(100% - 26px);
    margin-bottom: 26px;
  }
}

.pathologies-category {
  position: relative;
}
.pathologies-category .bottom-bg {
  position: absolute;
  bottom: 0;
  z-index: -2;
}

.contact .contact-top {
  position: relative;
  padding: 120px 0;
}
.contact .contact-top .logo {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.contact .contact-top .background {
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.contact .contact-top__wrapper {
  position: relative;
  display: flex;
  max-width: 1487px;
  width: 100%;
  justify-content: space-between;
}
.contact .contact-top__wrapper--left {
  max-width: 839px;
  width: 100%;
}
.contact .contact-top__wrapper--right {
  max-width: 514px;
  width: 100%;
}
.contact .contact-top__wrapper--right h2 {
  letter-spacing: -1px;
  font-size: 26px;
  font-weight: 500;
  text-transform: inherit;
  line-height: 32px;
  text-align: center;
  color: #272727;
}
.contact .contact-top__wrapper--right p {
  text-align: center;
  color: #705B4B;
  margin-top: 16px;
  margin-bottom: 40px;
}
.contact .contact-top__wrapper--right a {
  margin: auto;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.contact .contact-top__wrapper--right .vertical-phone-location {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  justify-content: space-between;
  margin-top: 40px;
}
.contact .contact-top__wrapper--right .vertical-phone-location a {
  color: #272727;
  text-align: left;
  margin: 0;
}
.contact .contact-top__wrapper--right .vertical-phone-location a:nth-child(2) {
  justify-content: end;
}
.contact .contact-top__wrapper--right .vertical-phone-location a svg path {
  stroke: #272727;
}
.contact #map {
  height: 540px;
}
.contact .contact-map {
  position: relative;
}
.contact .contact-map .hours {
  max-width: 622px;
  background: rgba(39, 39, 39, 0.5490196078);
  padding: 69px 108px;
  border-radius: 56px;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 89px;
  left: 300px;
  backdrop-filter: blur(10px);
}
.contact .contact-map .hours .title {
  margin: 0;
  margin-bottom: 8px;
  color: #fff;
  font-size: 30px;
  font-family: "Cormorant Garamond";
  font-weight: 400;
}
.contact .contact-map .hours .acces__wrapper--hours {
  max-width: 406px;
  margin: auto;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
.contact .contact-map .hours .acces__wrapper--hours .location__content--item {
  color: #FFFFFF;
}
.contact .contact-map .hours .acces__wrapper--hours .location__content--item.current-day {
  color: #FFFFFF;
  border-color: #fff;
}
.contact .contact-map .hours .acces__wrapper--hours .location__content--item.current-day .location__content--day {
  color: #FFFFFF;
}
.contact .contact-map .hours .acces__wrapper--hours .location__content--item.current-day .location__content--first-time {
  color: #FFFFFF;
}
.contact .contact-map .hours .acces__wrapper--hours .location__content--item.current-day .location__content--second-time {
  color: #FFFFFF;
}
.contact .location__content--item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .location__content--item.current-day {
  border-bottom: 1px solid #705B4B;
}
.contact .location__content--item.current-day div {
  color: #705B4B;
}
.contact .location__content--item .location__content--day {
  max-width: 106px;
  width: 100%;
  margin-right: 17px;
  font-family: "Montserrat";
}
.contact .location__content--item .location__content--first-time {
  max-width: 140px;
  width: 100%;
  font-family: "Montserrat";
}
.contact .location__content--item .location__content--second-time {
  max-width: fit-content;
  width: 100%;
  font-family: "Montserrat";
}

.cas-cliniques-category {
  position: relative;
}
.cas-cliniques-category .bottom-bg {
  position: absolute;
  bottom: 0;
}
.cas-cliniques-category .cliniques-section {
  position: relative;
  z-index: 1;
}
.cas-cliniques-category .cliniques-section-container {
  display: flex;
  max-width: 1054px;
  margin: auto;
  justify-content: space-between;
  flex-direction: column;
}
.cas-cliniques-category .cliniques-section-container .cliniques-categories {
  max-width: 100%;
  width: 100%;
}
.cas-cliniques-category .cliniques-section-container .cliniques-categories__container--buttons {
  display: flex;
  flex-direction: row;
  row-gap: 10px;
  column-gap: 55px;
  margin-bottom: 30px;
}
.cas-cliniques-category .cliniques-section-container .cliniques-categories__container--buttons .cliniques-category-button {
  cursor: pointer;
  min-height: 46px;
  background: none;
  border: unset;
  padding: 0;
  text-align: left;
  width: fit-content;
  transition: 0.3s all;
  border-radius: 0;
  line-height: 26px;
  color: #272727;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Cormorant Garamond";
  font-size: 18px;
  letter-spacing: 1px;
}
.cas-cliniques-category .cliniques-section-container .cliniques-categories__container--buttons .cliniques-category-button:hover {
  color: #705B4B;
}
.cas-cliniques-category .cliniques-section-container .cliniques-categories__container--buttons .cliniques-category-button.active {
  border-bottom: 1px solid #705B4B;
  color: #705B4B;
}
.cas-cliniques-category .cliniques-section-container .cliniques-posts__container {
  width: 100%;
  display: flex;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 48px;
  text-decoration: none;
  justify-content: space-between;
}
.cas-cliniques-category .cliniques-section-container .cliniques-posts__container--cliniques-item {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  max-width: 514px;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.cas-cliniques-category .cliniques-section-container .cliniques-posts__container--cliniques-item__button {
  align-items: end;
  height: 100%;
  display: flex;
}
.cas-cliniques-category .cliniques-section-container .cliniques-posts__container--cliniques-item__button .secondary-button {
  color: #1D3D91;
  font-family: "M PLUS 1";
  text-transform: uppercase;
  font-weight: 400;
  height: fit-content;
}
.cas-cliniques-category .cliniques-section-container .cliniques-posts__container--cliniques-item__button .secondary-button:hover {
  color: #fff;
  background: #693D2D;
}
.cas-cliniques-category .cliniques-section-container .cliniques-posts__container--cliniques-item__description p {
  color: #3F4549;
  line-height: 26px;
  font-family: "Manrope";
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 0;
}
.cas-cliniques-category .cliniques-section-container .cliniques-posts__container--cliniques-item__title {
  width: 100%;
  padding: 0 20px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding-top: 24px;
}
.cas-cliniques-category .cliniques-section-container .cliniques-posts__container--cliniques-item__title h2 {
  font-weight: 400;
  margin: 0;
  text-align: center;
  letter-spacing: 0;
  text-transform: inherit;
  color: #272727;
  font-family: "Cormorant Garamond";
  font-size: 26px;
  line-height: 32px;
}
.cas-cliniques-category .cliniques-section-container .cliniques-posts__container--cliniques-item__title span {
  text-transform: capitalize;
  margin: 0;
  font-family: "Manrope";
  color: #3F4549;
}
.cas-cliniques-category .cliniques-section-container .cliniques-posts__container--cliniques-item__image {
  width: 100%;
  max-width: 212px;
}
.cas-cliniques-category .cliniques-section-container .cliniques-posts__container--cliniques-item__image img {
  display: block;
  width: 100%;
  height: 300px;
}

.twentytwenty-container {
  border-radius: 56px;
}

.cliniques-posts__container--cliniques-compare img {
  height: 300px;
  object-fit: cover;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  background: black !important;
}

.twentytwenty-overlay:hover {
  background: transparent !important;
}

.twentytwenty-handle {
  border: 3px solid black !important;
  background: #000 !important;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  box-shadow: 0 3px 0 black, 0px 0px 12px rgba(51, 51, 51, 0.5) !important;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  box-shadow: 0 -3px 0 black, 0px 0px 12px rgba(51, 51, 51, 0.5) !important;
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  bottom: 24px !important;
  top: unset !important;
  font-size: 22px;
  font-family: "Montserrat";
  letter-spacing: 0;
  background: none;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  bottom: 24px !important;
  top: unset !important;
  font-size: 22px;
  font-family: "Montserrat";
  letter-spacing: 0;
  background: none;
}

.twentytwenty-overlay {
  pointer-events: none !important;
}

.twentytwenty-container:hover .twentytwenty-before-label {
  opacity: 1 !important;
}
.twentytwenty-container:hover .twentytwenty-after-label {
  opacity: 1 !important;
}

.twentytwenty-container img {
  width: 100%;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  background: #705B4B !important;
}

.twentytwenty-handle {
  background: #F0EAE5 !important;
  border-color: #705B4B !important;
}

.twentytwenty-left-arrow {
  border: 0 !important;
  border-left: 1px solid #272727 !important;
  border-top: 1px solid #272727 !important;
  height: 8px !important;
  width: 8px !important;
  border-right: 0 !important;
  transform: rotate(-45deg);
  margin: 0 !important;
  margin-left: -8px !important;
  margin-top: -4px !important;
  padding: 0 !important;
}

.twentytwenty-right-arrow {
  border: 0 !important;
  border-right: 1px solid #272727 !important;
  border-bottom: 1px solid #272727 !important;
  height: 8px !important;
  width: 8px !important;
  transform: rotate(-45deg);
  margin: 0 !important;
  margin-right: -8px !important;
  margin-top: -4px !important;
  padding: 0 !important;
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  color: #F0EAE5;
  font-family: "Cormorant Garamond";
  font-size: 36px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  color: #F0EAE5;
  font-family: "Cormorant Garamond";
  font-size: 36px;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  background: #705B4B !important;
}

@media screen and (max-width: 1200px) {
  #page-cliniques .cliniques-posts__container--cliniques-item {
    column-gap: 15px;
  }
  #page-cliniques .cliniques-section-container {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
  #page-cliniques .cliniques-section-container .cliniques-categories {
    max-width: 930px;
    margin: auto;
    margin-bottom: 30px;
    overflow: auto;
  }
  #page-cliniques .cliniques-section-container .cliniques-categories__container--buttons {
    flex-direction: row;
    justify-content: flex-start;
    white-space: nowrap;
  }
  #page-cliniques .cliniques-section-container .cliniques-categories__container--buttons .cliniques-category-button {
    font-size: 14px;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  #page-cliniques .cliniques-posts__container--cliniques-compare img {
    height: 200px;
    object-fit: cover;
  }
  #page-cliniques .union-bottom-left {
    display: none;
  }
  #page-cliniques .cliniques-posts__container--cliniques-item {
    flex-direction: column;
    align-items: center;
  }
  #page-cliniques .cliniques-section-container .cliniques-categories {
    overflow: auto;
  }
  #page-cliniques .cliniques-section-container .cliniques-categories__container {
    white-space: nowrap;
  }
  #page-cliniques .cliniques-section-container .cliniques-posts__container {
    justify-content: center;
  }
  #page-cliniques .cliniques-section-container .cliniques-posts__container--cliniques-compare {
    width: 100%;
  }
  #page-cliniques .cliniques-section-container .cliniques-posts__container--cliniques-item__title {
    max-width: 450px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  #page-cliniques .archive__union-left {
    display: none;
  }
}

.notre-equipe-parallax {
  margin-top: 0;
  margin-bottom: 80px;
}

@media screen and (max-width: 1770px) {
  .acces__wrapper {
    column-gap: 100px;
    padding-left: 200px;
  }
  .contact-form {
    margin: auto;
  }
}
@media screen and (min-width: 1441px) {
  .equipe-section__wrapper--top {
    position: relative;
  }
}
@media screen and (max-width: 1440px) {
  .widgets {
    right: 0%;
  }
  .dentaire__wrapper .section-bg {
    width: 98%;
    height: 96%;
    border-radius: 0 0 120px;
  }
  .dentaire__wrapper {
    border-radius: 0 0 120px 0;
  }
  .dentaire {
    border-radius: 0 0 120px 0;
  }
  .container-blur .image-blur {
    height: 24px;
  }
  .dentaire .dentaire__wrapper-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .acces__wrapper {
    column-gap: 50px;
  }
  .dentaire__wrapper-left {
    height: fit-content;
  }
  .dentaire__wrapper-right {
    width: 100%;
  }
  .parcours__item.active .parcours__image {
    width: 400px;
  }
  .cabinet-gallery__wrapper .title-arrows {
    padding: 0 20px;
  }
  .equipe-section__wrapper--top {
    position: relative;
  }
  .prenez-votre .prenez-votre__wrapper--left {
    padding: 0 20px;
  }
  .contact-form {
    margin: auto;
    max-width: 1100px;
  }
  .breadcrumbs .breadcrumbs-bg {
    width: 100%;
    object-fit: contain;
  }
  .prenez-votre .prenez-votre__wrapper--left .buttons {
    justify-content: center;
  }
  .equipe-section__wrapper--top {
    padding: 0 20px;
  }
  .equipe-section__wrapper--bottom {
    margin: auto;
  }
  .equipe-section__wrapper {
    border-radius: 0;
  }
}
@media screen and (max-width: 1200px) {
  .dentaire__wrapper-right h1 .small, .blanc-azure__wrapper-right h1 .small {
    font-size: 24px;
  }
  .dentaire__wrapper-right h1 .big, .blanc-azure__wrapper-right h1 .big {
    font-size: 34px;
  }
  .dentaire__wrapper-right {
    max-width: 400px;
    margin: auto;
  }
  .dentaire__wrapper-right .instagram {
    padding: 0;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  .nos-valeurs__icons .circle h3 {
    font-size: 20px;
  }
  .technologies__wrapper--content-item {
    width: 100%;
    flex-direction: column-reverse;
  }
  .technologies__wrapper--content {
    flex-direction: column;
  }
  .technologies__wrapper--content-left h3 {
    transform: none;
    writing-mode: unset;
    margin: auto;
  }
  .technologies__wrapper--content-left {
    height: 200px;
  }
  .technologies__wrapper--content-item.active {
    width: 100%;
  }
  .parcours__wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .parcours__item {
    max-width: 343px;
    width: 100%;
  }
  .parcours__item.active .parcours__image {
    width: 100%;
  }
  .parcours__item.active h3 {
    padding: 0;
  }
  .parcours__item h3 {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .parcours__item.active .parcours__text {
    padding: 0;
  }
  .parcours__item {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 24px;
  }
  .parcours__text {
    opacity: 1;
  }
  footer .footer-middle__right .logo-footer .contact-button {
    display: none;
  }
  footer .footer-middle__right {
    max-width: fit-content;
  }
  footer .footer-middle {
    flex-direction: column-reverse;
    row-gap: 59px;
  }
  footer .footer-bottom {
    justify-content: center;
    margin-top: 50px;
  }
  footer .footer-middle__left {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 20px;
  }
  footer .footer-top {
    display: none;
  }
  .site-header .site-header__content-m--right {
    border: 1px solid;
    background: no-repeat;
  }
  .mobile-header-top {
    position: absolute;
    top: 52px;
  }
  .mobile-header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 56px;
  }
  .mobile-header-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .instagram-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 32px;
  }
  .site-header .rdv-button {
    display: none;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li {
    width: 100%;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu li a {
    font-size: 30px;
    text-transform: inherit;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu {
    max-width: 320px;
    position: relative;
    z-index: 9;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu {
    background: none;
    margin: 0;
    top: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    max-width: 100%;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu li a {
    font-size: 26px;
  }
  #menu-header-right-menu-1 {
    padding: 0;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children a {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children a::after {
    content: "";
    display: block;
    border-right: 1px solid;
    border-bottom: 1px solid;
    width: 8px;
    height: 8px;
    background: none;
    position: absolute;
    transform: rotate(45deg);
    right: 50px;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu a {
    display: block;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children .sub-menu a::after {
    display: none;
  }
  .site-header .popup-mobile .popup-mobile-navigation .menu .menu-item-has-children > a.open::after {
    transform: rotate(-135deg);
    right: 50px;
  }
  .assistantes-section__wrapper--bottom {
    padding: 0 20px;
    column-gap: 20px;
  }
  .prenez-votre {
    border-radius: 0;
  }
  .breadcrumbs .breadcrumbs__lower {
    padding: 0 20px;
  }
  .notre-philosophie__wrapper .notre-philosophie__wrapper--text {
    padding: 0 20px;
  }
  .notre-equipe .notre-philosophie__wrapper {
    padding-top: 0;
  }
  .title-arrows {
    padding: 0 20px;
  }
}
@media screen and (max-width: 900px) {
  .widgets {
    display: none;
  }
  .dentaire .open-cabinet-popup {
    font-weight: 700;
  }
  .dentaire__wrapper-right .instagram {
    font-weight: 700;
    margin-top: 25px;
  }
  .dentaire__wrapper-right .text {
    margin-bottom: 25px;
  }
  .dentaire .dentaire__wrapper-container {
    flex-direction: column-reverse;
    row-gap: 24px;
    max-width: 100%;
    padding: 0;
  }
  .dentaire__wrapper-left {
    max-width: 839px;
    overflow: hidden;
    border-radius: 0 56px 56px 0;
  }
  .container-blur .image-blur {
    height: 56px;
    max-width: 839px;
  }
  .dentaire__wrapper {
    padding: 0;
    margin-bottom: 48px;
  }
  .dentaire__wrapper .section-bg {
    display: none;
  }
  .dentaire .side-logo {
    z-index: 9;
    max-width: 184px;
    bottom: 150px;
  }
  .rdv-half-circle {
    display: none;
  }
  .hero__video .sound-toggle {
    left: 50px;
  }
  .notre-cabinet__wrapper a {
    font-size: 18px;
    margin: auto;
  }
  .notre-cabinet__wrapper h2 {
    text-align: center;
    max-width: 100%;
    font-size: 22px;
    line-height: normal;
  }
  .notre-cabinet__wrapper {
    margin: auto;
    padding: 22px 28px;
  }
  .notre-cabinet__wrapper p {
    max-width: 293px;
    margin-bottom: 8px;
  }
  .notre-cabinet {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: inherit;
    background-repeat: no-repeat;
    min-height: 218px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .primary-button {
    border-top: none;
  }
  .notre-equipe__wrapper {
    flex-direction: column;
    align-items: center;
    background: none;
    text-align: center;
    row-gap: 24px;
    padding-left: 0;
  }
  .notre-equipe__wrapper--left h2 {
    max-width: 100%;
    text-align: center;
  }
  .notre-equipe__wrapper--left a {
    margin: auto;
  }
  .notre-equipe {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  section.parallax-section.notre-equipe-parallax {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .nos-valeurs__icons {
    height: 900px;
  }
  .nos-valeurs__icons .circle:nth-child(1) {
    left: 2%;
  }
  .nos-valeurs__icons .circle:nth-child(3) {
    right: 2%;
  }
  .nos-valeurs {
    padding-top: 250px;
    padding-bottom: 250px;
  }
  .technologies__wrapper--content-right h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }
  .technologies__wrapper--content-left h3 {
    text-transform: uppercase;
  }
  .technologies__wrapper--content-right .primary-button {
    margin: auto;
  }
  .cas-cliniques__wrapper {
    flex-direction: column;
    align-items: center;
    max-width: 630px;
    border-radius: 56px;
  }
  .cas-cliniques {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 48px;
  }
  .cas-cliniques__wrapper--right-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .cas-cliniques__wrapper--right-container h2 {
    margin-bottom: 15px;
  }
  .cas-cliniques__wrapper--right-container p {
    margin-bottom: 14px;
  }
  .protheses__wrapper {
    flex-direction: column-reverse;
    align-items: center;
    max-width: 630px;
    border-radius: 53px;
  }
  .protheses__wrapper--left-container {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 40px;
  }
  .protheses__wrapper--left-container p {
    margin-bottom: 14px;
  }
  .protheses__wrapper--left-container h2 {
    margin-bottom: 15px;
  }
  .cabinet-gallery__wrapper .title-arrows {
    margin: 0;
    justify-content: center;
  }
  .cabinet-gallery__wrapper .title-arrows .arrows {
    display: none;
  }
  .equipe-slider .title-arrows .arrows {
    display: none;
  }
  .cabinet-slider .arrows, .equipe-slider .title-arrows.mobile .arrows {
    display: flex;
    max-width: 345px;
    margin: 15px auto;
  }
  .cabinet-slider .arrows .swiper-button-prev, .equipe-slider .title-arrows.mobile .arrows .swiper-button-prev {
    margin: 0;
  }
  .cabinet-slider .arrows .swiper-button-next, .equipe-slider .title-arrows.mobile .arrows .swiper-button-next {
    margin: 0;
  }
  .appointement .dentaire__wrapper-right .open-popup-button {
    font-weight: 700;
    margin: auto;
  }
  .dentaire__wrapper-right-title {
    padding-top: 20px;
  }
  .appointement .image-blur {
    display: block;
  }
  .parallax-section {
    height: 300px;
    margin-top: -90px;
  }
  .acces {
    margin-top: -40px;
    border-radius: 56px 0 0;
  }
  .dentaire {
    border-radius: 0 0 56px 0;
  }
  .acces .side-logo {
    display: none;
  }
  .acces__wrapper .section-bg {
    display: none;
  }
  .acces__wrapper {
    padding: 0;
    padding-top: 19px;
    flex-direction: column;
    align-items: center;
  }
  .acces__wrapper--container {
    margin-bottom: 40px;
  }
  .acces h3 {
    font-size: 20px;
    text-align: center;
  }
  .acces h2 {
    text-align: center;
    margin-bottom: 10px;
    line-height: normal;
  }
  .acces__wrapper .image-right img {
    display: block;
  }
  .equipe-section__wrapper--bottom h3 {
    font-size: 20px;
  }
  .equipe-section__wrapper--bottom p {
    font-size: 16px;
  }
  .assistantes-section__wrapper--bottom {
    flex-direction: column;
  }
  .assistantes-section__wrapper--bottom .swiper {
    width: 100%;
  }
  .assistantes-section__wrapper--bottom-text .title-arrows {
    display: none;
  }
  .assistantes-slider .title-arrows.mobile .arrows, .administration-slider .title-arrows.mobile .arrows {
    display: flex;
    max-width: 345px;
    margin: 15px auto;
  }
  .assistantes-slider .title-arrows.mobile .arrows .swiper-button-prev, .administration-slider .title-arrows.mobile .arrows .swiper-button-prev {
    margin: 0;
  }
  .assistantes-slider .title-arrows.mobile .arrows .swiper-button-next, .administration-slider .title-arrows.mobile .arrows .swiper-button-next {
    margin: 0;
  }
  .prenez-votre .prenez-votre__wrapper--right {
    display: none;
  }
  .prenez-votre .prenez-votre__wrapper--left h2 {
    font-size: 20px;
    line-height: normal;
  }
  .prenez-votre .logo {
    display: none;
  }
  .prenez-votre .prenez-votre__wrapper {
    background: none;
    border: none;
    padding-top: 0;
    padding: 0 20px;
  }
  .prenez-votre {
    padding-top: 48px;
  }
  .contact-form .wpcf7 {
    padding: 48px 20px;
    margin: 0;
  }
  .first-fields {
    flex-direction: column;
  }
  .contact-form .first-fields p {
    max-width: 100%;
  }
  .contact-form {
    overflow: hidden;
    border-radius: 40px;
    margin-top: 48px;
  }
  .contact-form img {
    object-fit: cover;
  }
  .assistantes-section {
    padding-top: 0;
  }
  .administration {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .hero-page .hero-page__wrapper .title-overlay {
    height: 51px;
    bottom: 20px;
    width: 90%;
  }
  .hero-page img {
    height: 140px;
    object-fit: cover;
    width: 100%;
  }
  .notre-philosophie__wrapper .notre-philosophie__wrapper--text {
    flex-direction: column;
  }
  .notre-equipe-parallax {
    height: 250px;
  }
  .parallax-bg {
    background-attachment: inherit;
  }
  .equipe-section__wrapper--left {
    padding-top: 48px;
    text-align: center;
  }
  .equipe-section__wrapper--left h2 {
    text-align: center;
  }
  .equipe-section__wrapper .background {
    display: none;
  }
  .equipe-section__wrapper--top {
    flex-direction: column;
  }
  .equipe-section__wrapper--bottom .swiper {
    padding: 0 15px;
  }
  .equipe-section {
    padding-bottom: 40px;
  }
  .notre-philosophie__wrapper .notre-philosophie__wrapper--text .text {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .dentaire__wrapper-right-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dentaire__wrapper-right h1 .small::after {
    width: 150px;
  }
  .dentaire__wrapper-right h1 .big::after {
    width: 150px;
  }
  .dentaire .open-cabinet-popup {
    padding: 6px 14px;
  }
  .dentaire .side-logo {
    bottom: 15px;
    right: 15px;
  }
  .nos-valeurs__icons .circle:nth-child(3) {
    max-width: 179px;
    height: 179px;
  }
  .nos-valeurs__icons .circle:nth-child(2) {
    max-width: 146px;
    height: 146px;
    left: 2%;
  }
  .nos-valeurs__icons .circle h3 {
    line-height: auto;
    max-width: 140px;
  }
  .nos-valeurs__icons .circle:nth-child(4) {
    right: 2%;
    max-width: 146px;
    height: 146px;
  }
  .nos-valeurs__icons .circle:nth-child(1) {
    max-width: 179px;
    height: 179px;
  }
  .nos-valeurs__icons {
    height: 800px;
  }
  .technologies__wrapper--content-item.active .technologies__wrapper--content-right {
    padding: 0px 15px;
    padding-bottom: 24px;
  }
  .technologies__wrapper--content {
    margin-top: 0;
  }
  .parcours {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .protheses__wrapper--left-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .acces__wrapper .acces__wrapper--hours {
    padding-right: 15px;
    padding-left: 15px;
  }
  footer .footer-bottom p {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */
