:root {
    --transition-base: all .3s linear 0s;
}

.wp-text h1 {
    font-family: var(--header-font);
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: 1.32px;
    margin: 15px 0;
}

.wp-text h1:first-child {
    margin-top: 0;
}

.wp-text h1:last-child {
    margin-bottom: 0;
}

.wp-text h2 {
    font-family: var(--header-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin: 15px 0;
}

.wp-text h2:first-child {
    margin-top: 0;
}

.wp-text h2:last-child {
    margin-bottom: 0;
}

.wp-text h3 {
    font-family: var(--header-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    margin: 15px 0;
}

.wp-text h3:first-child {
    margin-top: 0;
}

.wp-text h3:last-child {
    margin-bottom: 0;
}

.wp-text h4 {
    font-size: 24px;
    line-height: 28px;
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 500;
    margin: 15px 0;
}

.wp-text h4:first-child {
    margin-top: 0;
}

.wp-text h4:last-child {
    margin-bottom: 0;
}

.wp-text h5 {
    font-size: 20px;
    line-height: 24px;
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 500;
    margin: 15px 0;
}

.wp-text h5:first-child {
    margin-top: 0;
}

.wp-text h5:last-child {
    margin-bottom: 0;
}

.wp-text p {
    color: #222;
    font-family: var(--bs-body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 15px 0;
}

.wp-text p:first-child {
    margin-top: 0;
}

.wp-text p:last-child {
    margin-bottom: 0;
}

.wp-text ul li {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.45px;
    position: relative;
    padding-left: 20px;
    color: #17738A;
}

.wp-text ul li span {
    font-weight: 500;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.09px;
    color: #22A7CA;
}

.wp-text ul li:before {
    content: "•";
    position: absolute;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.45px;
    color: #17738A;
    top: -1px;
    left: 5px;
}

.wp-text ol li {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.45px;
}

.container-small {
    width: 1041px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

a.btn-blue {
    background-color: var(--bs-primary);
    margin-left: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 0 20px;
    color: #ffffff;
    height: 46px;
}

a.btn-blue:hover {
    background-color: var(--bs-gray);
    color: var(--bs-body-color);
}

a.btn-white {
    background-color: #ffffff;
    margin-left: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 0 20px;
    color: var(--bs-primary);
    height: 46px;
}

a.btn-white:hover {
    background-color: var(--bs-gray);
    color: var(--bs-body-color);
}

main.main {
    margin-top: 106px;
}

.rdv-mobile-sm,
.rdv-mobile-full {
    display: none;
}

.header-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    border-bottom: 2px solid #222;
}

.header-new .burger {
    transform: translateX(10px);
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none;
    padding: 0;
    margin: 0;
}

.header-new .burger svg {
    width: 75px;
    height: 75px;
}

.header-new .burger .line {
    fill: none;
    stroke: var(--bs-primary);
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.header-new .burger .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
}

.header-new .burger .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 3;
}

.header-new .burger .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
}

.header-new .burger.active .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
}

.header-new .burger.active .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 3;
}

.header-new .burger.active .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
}

.header-new .logo {
}

.header-new .logo svg {
}

.header-new .menu-items {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 28px;
}

.header-new .menu-items li {
    margin: 0;

}

.header-new .menu-items > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 106px;

    font-family: var(--header-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    transition: var(--transition-base);
}

.header-new .menu-items > li:hover > a {
    color: var(--bs-primary);
    transition: var(--transition-base);
}

.header-new .menu-items li.btn-blue a {
    background-color: var(--bs-primary);
    margin-left: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 0 20px;
    color: #ffffff;

    height: 46px;
}

.header-new .menu-items li.btn-blue:hover a {
    background-color: var(--bs-gray);
    color: var(--bs-body-color);
}

.header-new .menu-items li.menu-item-has-children {
    position: relative;
}

.header-new .menu-items .menu-item-has-children > a:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-image: url("../images/arrow-menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition: var(--transition-base);
    margin-left: 5px;
}

.header-new .menu-items .menu-item-has-children:hover a:after {
    transform: rotate(180deg);
    transition: var(--transition-base);
}

.header-new .menu-items li.menu-item-has-children .sub-menu {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 16px 20px;
    min-width: 247px;
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    background: rgba(34, 34, 34, 0.75);
    backdrop-filter: blur(8px);
    gap: 16px;
    opacity: 0;
    visibility: hidden;
    /*display: none;*/
}

.header-new .menu-items li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-new .menu-items li.menu-item-has-children .sub-menu li {
}

.header-new .menu-items li.menu-item-has-children .sub-menu li a {
    color: #FBFBFC;
    font-family: var(--header-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    transition: var(--transition-base);
}

.header-new .menu-items li.menu-item-has-children .sub-menu li a:hover {
    /*color: var(--bs-primary);*/
    opacity: .75;
    transition: var(--transition-base);
}

.adaptive-menu {
    display: none;
    position: fixed;
    top: 90px;
    background: #fff;
    width: 40vw;
    right: 0;
    height: calc(100vh - 90px);
    z-index: 999;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(100%);
    overflow-y: auto;
    transition: var(--transition-base);
}

.adaptive-menu.active {
    transform: translateX(0%);
    transition: var(--transition-base);
}

.adaptive-menu .adaptive-menu-box {
    padding: 40px 20px;
}

.adaptive-menu .menu-widget-items {
    display: none;
}

.adaptive-menu .menu-items {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.adaptive-menu .menu-items > li {
    margin: 0;
}

.adaptive-menu .menu-items > li > a {
}

.menu-items .menu-item-has-children > a {
    display: flex;
    align-items: center;
}

.menu-items .menu-item-has-children .box-svg {
    margin-left: 10px;
    transition: var(--transition-base);
}

.menu-items .sub-menu {
    padding: 0 0 0 10px;
    margin: 10px 0 0 0;
    list-style: none;
    display: none;
    gap: 10px;

}

.menu-items .sub-menu li {
    margin: 0 0 10px 0;
}

.menu-items .sub-menu li:last-child {
    margin-bottom: 0;
}

.menu-items .sub-menu li a {
}

.widget-box {
    position: fixed;
    bottom: 30%;
    right: 15px;
    z-index: 990;
}

.widget-box .widget-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.widget-box .widget-items .widget-item {
    display: flex;
    position: relative;
}

.widget-box .widget-items .widget-item:before {
    content: '';
    position: absolute;
    right: 25px;
    top: 0;
    height: 35px;
    width: 90px;
    background-color: var(--bs-primary);
    z-index: 0;
    /*transition: var(--transition-base);*/
    opacity: 0;
}

.widget-box .widget-items .widget-item:hover:before {
    /*transition: var(--transition-base);*/
    opacity: 1;
}

.widget-box .widget-items .widget-item .widget-item-desc {
    /*display: none;*/
    position: absolute;
    width: 254px;
    right: 45px;
    background-color: var(--bs-primary);
    border-radius: 50px;
    padding: 16px 24px;
    display: flex;
    justify-content: center;
    z-index: 2;
    /*transition: var(--transition-base);*/
    opacity: 0;
    visibility: hidden;
}

.widget-box .widget-items .widget-item:hover .widget-item-desc {
    /*transition: var(--transition-base);*/
    opacity: 1;
    visibility: visible;
}

.widget-box .widget-items .widget-item .widget-item-desc a {
    color: #ffffff;
    position: relative;

}

.widget-box .widget-items .widget-item .widget-item-desc ul li {
    color: #ffffff;
    position: relative;
    display: flex;
    width: auto;
    cursor: pointer;
}

.widget-box .widget-items .widget-item .widget-item-desc a:after,
.widget-box .widget-items .widget-item .widget-item-desc li:after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: var(--transition-base);
}

.widget-box .widget-items .widget-item .widget-item-desc a:hover:after,
.widget-box .widget-items .widget-item .widget-item-desc li:hover:after {
    opacity: 1;
    transition: var(--transition-base);
}

.widget-box .widget-items .widget-item .widget-item-desc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-box .widget-items .widget-item .widget-item-desc ul li {
}

.widget-box .widget-items .widget-item .widget-item-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.widget-box .widget-items .widget-item .widget-item-icon svg {
    width: 100%;
    height: 100%;
}

.footer-new {
    color: #fff;
    background-color: #222222;
    position: relative;
    overflow: hidden;
    z-index: 4;
}

.footer-new .footer__bg-logo {
}

.footer-new .footer-box {
    padding: 59px 20px 37px;
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-new p {
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer-new .logo {
    width: 25%;
    min-width: 25%;
}

.footer-new .footer-info-sm {
    display: none;
}

.footer-new .logo svg {
    width: 100%;
    fill: #fff;
}

.footer-new .footer-menu-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 75%;
    padding-right: 10%;
}

.footer-new .menu-items {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 260px;
}

.footer-new .menu-items li {
}

.footer-new .menu-items li a {
    color: #FBFBFC;
    font-family: var(--header-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    cursor: pointer;
}

.footer-new .menu-items li a:hover {
    color: var(--bs-primary);
}

.content-page__error {
    min-height: calc(100vh - 420px);
    padding-top: 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#main-container:before,
#main-container:after {
    display: none !important;
}

.hero {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.centre-page .hero, .hero {
    padding: 0 20px;
}

.hero .sound {
    position: absolute;
    bottom: 15%;
    right: 40px;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 13L14 17H10V23H14L19 27V13Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31 17L25 23' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25 17L31 23' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='0.5' y='0.5' width='39' height='39' rx='19.5' stroke='white'/%3E%3C/svg%3E%0A");
    cursor: pointer;
    z-index: 10;
}

.hero .sound.active {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 13L14 17H10V23H14L19 27V13Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.07 12.9299C28.9447 14.8052 29.9979 17.3483 29.9979 19.9999C29.9979 22.6516 28.9447 25.1947 27.07 27.0699M23.54 16.4599C24.4774 17.3976 25.004 18.6691 25.004 19.9949C25.004 21.3208 24.4774 22.5923 23.54 23.5299' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='0.5' y='0.5' width='39' height='39' rx='19.5' stroke='white'/%3E%3C/svg%3E%0A");
}

.hero-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    pointer-events: none;
}

.hero-video:after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transform: matrix(1, 0, 0, -1, 0, 0);
    background: radial-gradient(51.38% 51.38% at 50% 100%, #F9F9F9 0%, rgba(249, 249, 249, 0) 100%);
}

.hero-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main.main {
    position: relative;

}

main.main:before {
    content: '';
    position: fixed;
    z-index: 3;
    top: 0;
    left: 20px;
    height: 100vh;
    width: 2px;
    background-color: #222;
}

main.main:after {
    content: '';
    position: fixed;
    z-index: 3;
    top: 0;
    right: 20px;
    height: 100vh;
    width: 2px;
    background-color: #D9D9DE;
}

.main-container-new {
    width: 100%;
    max-width: 100% !important;
}

.home .intro {
    padding-bottom: 124px;
}

.home .intro .bg-circles {
    top: 10px;
}

.home .intro .bg-circles div:nth-child(4),
.home .intro .bg-circles div:nth-child(6) {
    opacity: 0;
    /*display: none;*/
}

.home .intro-row {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.home .col-desc {
    width: calc(100% - 505px);
}

.home .col-desc .h1 {
    margin-bottom: 54px;
}

.home .col-desc .text {
    width: 63%;
}

.home .col-img {
    position: relative;
}

.home .col-img img {
    width: 490px;

}

.home .col-img:before {
    content: "";
    position: absolute;
    width: 33%;
    height: 33%;
    top: -1%;
    right: -10%;
    border-radius: 50%;
    background-color: rgba(217, 217, 222, 0.25);
    z-index: 1;
}

.home .col-img:after {
    content: "";
    position: absolute;
    width: 33%;
    height: 33%;
    bottom: -1%;
    right: 104%;
    border-radius: 50%;
    background-color: rgba(217, 217, 222, 0.25);
    z-index: 1;
}

.about {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    margin-bottom: 180px;
}

.about .equipe-numbers__item .text {
    color: #222;
    font-family: var(--header-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.equipe.about .bg-circles div:nth-child(4) {
    opacity: 0;
}

/*.about .container {*/
/*    position: relative;*/
/*}*/

/*.about .bg-circles {*/
/*    left: 0;*/
/*    top: 250px;*/
/*}*/


/*.about .about-top {*/
/*    width: 50%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 48px;*/
/*}*/

/*.about .about-top .text {*/
/*    width: 63%;*/
/*}*/


/*.about .intro-title .split-title__line:nth-of-type(1) .word:nth-of-type(2),*/
/*.about .intro-title .split-title__line:nth-of-type(1) .word:nth-of-type(3) {*/
/*    color: var(--bs-body-color);*/
/*}*/

/*.about .about-bottom {*/
/*    display: flex;*/
/*    padding-left: 0px;*/
/*    padding-bottom: 140px;*/
/*}*/

/*.about .about-bottom .col {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    justify-content: center;*/
/*}*/
/*.about .about-bottom .col:nth-child(2) {*/
/*    padding-left: 140px;*/
/*}*/

/*.about .about-bottom .col.logo {*/
/*    align-items: center;*/
/*}*/

/*.about .about-bottom .col-box {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 30px;*/
/*}*/
/*.about .about-bottom .col-count {*/
/*    font-family: var(--header-font);*/
/*    color: var(--bs-primary);*/
/*    font-size: 80px;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: 80px;*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    position: relative;*/
/*}*/

/*.about .about-bottom .col-count span {*/
/*    font-size: 50px;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: 50px;*/
/*    transform: translateY(-10px);*/
/*}*/

/*.about .about-bottom .col-text {*/
/*    color: #222;*/
/*    font-family: var(--header-font);*/
/*    font-size: 32px;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: 40px;*/
/*}*/

/*.about .bg-circles div:nth-child(2) {*/
/*    opacity: 1;*/
/*    border-color: var(--bs-primary);*/
/*}*/

/*.about .bg-circles div:nth-child(5) {*/
/*    opacity: 0;*/
/*}*/

.centre-dentaires {
    position: relative;
    z-index: 3;
}

.centre-dentaires .intro__title {
    margin-bottom: 48px;
}

.centre-dentaires .intro-title .split-title__line:nth-of-type(1) .word:nth-of-type(2),
.centre-dentaires .intro-title .split-title__line:nth-of-type(1) .word:nth-of-type(3) {
    color: var(--bs-body-color);
}




.centre-items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 35px;
    /*display: grid;*/
    /*grid-template-columns: repeat(3, 1fr);*/
    /*grid-gap: 35px;*/
}

.acces-page .centre-items {
    margin-top: 80px;
    margin-bottom: 80px;
}

.centre-items .centre-item {
    /*width: 100%;*/
    width: 33.3%;
    cursor: pointer;
}

.centre-items .centre-item .centre-modal-open {
    cursor: pointer;
}

.centre-items .centre-item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 8px;
}

.centre-items .centre-item .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 20px;
    background: rgba(32, 104, 210, 0.50);
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: var(--transition-base);
}

.centre-items .centre-item:hover .img:after {
    opacity: 1;
    transition: var(--transition-base);
}

.centre-items .centre-item .img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

.centre-items .centre-item .img svg {
    position: absolute;
    margin: auto;
    z-index: 3;
    opacity: 0;
    transition: var(--transition-base);
}

.centre-items .centre-item:hover .img svg {
    opacity: 1;
    transition: var(--transition-base);
}

.centre-items .centre-item .title {
    display: block;
    color: #222;
    text-align: center;
    font-family: var(--header-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 16px 0;
    transition: var(--transition-base);
}

.centre-items .centre-item.centre-item-active .title,
.centre-items .centre-item:hover .title {
    color: var(--bs-primary);
    transition: var(--transition-base);
}

.centre-items .centre-item .hover {
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: var(--transition-base);
}

.centre-items .centre-item .hover.hover-show,
.centre-items .centre-item:hover .hover {
    visibility: visible;
    opacity: 1;
    transition: var(--transition-base);

}

.centre-items .centre-item .hover .address {
    color: #222;
    text-align: center;
    font-family: var(--header-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 16px 0;
    transition: var(--transition-base);
}

.centre-items .centre-item.centre-item-active .address,
.centre-items .centre-item:hover .hover .address {
    color: var(--bs-primary);
    transition: var(--transition-base);
    transition: var(--transition-base);
}

.centre-items .centre-item .hover .btn {
    width: 200px;
    margin-left: 0;
}

.inst {
    padding-top: 140px;
}

.equipe-new {
    margin-bottom: 140px;
}

.equipe-new .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.equipe-new .logo {
    position: absolute;
    margin: auto;
}

.equipe-new .col-equipe {
    padding: 56px 70% 100px 0;
    width: 100%;
}

.equipe-new .col-equipe .trait__title {
    color: #fff;
    margin-bottom: 24px;
}

.equipe-new .col-equipe .desc {
    color: #fff;
    font-family: var(--bs-body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px; /* 150% */
    margin: 0 0 40px 0;
}

.equipe-new .col-equipe .btn {
    width: 200px;
    margin-left: 0;
}

.technologies {
    margin-bottom: 140px;
}

.technologies .technologies-desc {
    padding: 49px 130px 53px;
    border-radius: 30px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.technologies .desc {
    /*color: var(--222222, #222);*/
    /*font-family: Ruberoid;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px;
    margin: 0 0 40px 0;
    width: 48%;
}

.technologies .btn {
    width: 200px;
    margin-left: 0;
}

.traitements {
    margin-bottom: 140px;
}

.traitements .traitements-desc {
    padding: 49px 130px 53px;
    border-radius: 30px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.traitements .desc-col {
    padding-left: 50%;
    width: 100%;
}

.traitements .desc {
    /*color: var(--222222, #222);*/
    /*font-family: Ruberoid;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px;
    margin: 0 0 40px 0;
    width: 100%;
}

.traitements .btn {
    width: 200px;
}


.valeurs {
    width: 100%;
    margin-left: 0;
    margin-bottom: 140px;
}

.valeurs .btn {
    width: 200px;
    margin-left: 0;
    margin-top: 40px;
}


.equipe__slider .swiper-slide .img-cover:before,
.equipe__slider .swiper-slide-active .img-cover:before {
    display: none;
}

.cliniques {
    margin-bottom: 140px;
}


.cliniques .cliniques-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}

.cliniques .cliniques-top .desc {
    width: 65%;
}

.cliniques .trait__title {
    margin-bottom: 0;
}

.cliniques .desc {
    margin: 0;
}

.cliniques-content {
    margin-top: 87px;
}

.cliniques-bottom {
    margin: 140px auto;
}

.cliniques-bottom .btn {
    width: 200px;
    margin-left: 0;
}

.cliniques-category {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 15px 56px;
}

.cliniques-category li {
    margin: 0;
}

.cliniques-category li a {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.cliniques-category li a.active {
    color: var(--bs-primary);
}

.cliniques-items {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    margin-bottom: 45px;
    /*grid-template-columns: repeat(3, 1fr);*/
}

.cliniques-item {
    width: calc(33.3% - 23px);
}

.cliniques-item .swiper {
    position: relative;
    width: 100%;
}

.cliniques-item .swiper img {
    width: 100%;
}

.cliniques-item .swiper-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 25px;
    align-items: center;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    z-index: 2;
    margin-top: 5px;
}

.cliniques-item .swiper-button-prev {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    cursor: pointer;
}

.cliniques-item .swiper-button-prev svg {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.cliniques-item .swiper-button-next {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    cursor: pointer;
}

.cliniques-item .swiper-button-next svg {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.cliniques-item .title-item {
    color: #2A303C;
    text-align: center;
    font-family: var(--header-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.cliniques .btn {
    width: 310px;
    margin: 0 auto;
}

.faq {
    margin-top: 160px;
    margin-bottom: 140px;
}

.faq .container {
    position: relative;
}

.faq .bg-circles {
    top: -120px;
}

.faq .faq-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;

}

.faq .faq-items .faq-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq .faq-items .faq-item .img-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.faq .faq-items .faq-item .img-item img {
    width: 100%;
    height: auto;
}

.faq .faq-items .faq-item .title-item {
    color: #222;
    text-align: center;
    font-family: var(--header-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 20px 0;
}


.new-acces {
    margin-bottom: 140px;
}

.new-acces .trait__title {
    margin-bottom: 79px;
}

.new-acces .acces-map-multiple {
    width: 100%;
    height: 424px;
    background-color: tomato;
    border-radius: 30px;
    margin-top: 80px;
}

.modal-centre-global {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

/*.modal-centre-global.modal-widget-centre {*/
/*    display: flex;*/
/*}*/

.modal-centre-global .modal-close {
    margin: 0;
    position: absolute;
    top: 55px;
    right: 55px;
    background-color: transparent;
    border: none;
    z-index: 22;
}

.modal-centre-global .modal-close svg path {
    transition: var(--transition-base);
}

.modal-centre-global .modal-close:hover svg path {
    fill: var(--bs-primary);
    transition: var(--transition-base);
}

.modal-centre-global .modal-box {
    width: 66%;
    max-width: 95vw;
    min-width: 1270px;
    min-height: 780px;
    max-height: 90vh;
    border-radius: 20px;
    border: 1px solid var(--bs-primary);
    background-color: #ffffff;
    backdrop-filter: blur(2px);
    position: relative;
    padding: 80px 66px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.modal-centre-global.modal-widget-centre .modal-box {
    padding-left: 0;
    padding-top: 45px;
    padding-right: 130px;
    min-height: 840px;
}

.modal-centre-global .modal-desc {
    width: 47%;
    padding-right: 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.modal-centre-global.modal-widget-centre .modal-desc {
    padding-top: 25px;
}

.modal-centre-global .modal-desc .modal-title {
    text-align: center;
    color: var(--bs-primary);
    font-family: var(--header-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 125% */
    margin: 0 0 32px 0;
}

.modal-centre-global .modal-desc .modal-text {
    margin-bottom: 40px;
}

.modal-centre-global .modal-desc .modal-text p {
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px; /* 150% */
    margin: 0;
}

.modal-centre-global .modal-desc .horaires-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    width: 100%;
}

.modal-centre-global .modal-desc .horaires-wrapper .horaires-title {
    text-align: left;
    color: var(--bs-primary);
    font-family: var(--header-font);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin: 0 0 17px 0;
    padding-left: 80px;

}

.modal-centre-global .modal-desc .horaires-wrapper .horaires-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.modal-centre-global .modal-desc .horaires-wrapper .horaires-items .horaires-item {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.modal-centre-global .modal-desc .horaires-wrapper .horaires-items .horaires-item span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.modal-centre-global .modal-desc .horaires-wrapper .horaires-items .horaires-item .day {
    width: 106px;
    min-width: 106px;
    display: block;
}

.modal-centre-global .modal-desc .horaires-wrapper .horaires-items .horaires-item .times {
    width: calc(100% - 106px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-centre-global .modal-desc .horaires-wrapper .horaires-items .horaires-item .time {
}

.modal-centre-global .modal-desc .horaires-wrapper .horaires-items .horaires-item.active span {
    color: var(--bs-primary);
}

.modal-centre-global .modal-desc .modal-address {
    font-family: var(--header-font);
    color: #222222;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 145.455% */
    margin: 0 0 8px 0;
}

.modal-centre-global .modal-desc .modal-parking {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 40px 0;
}

.modal-centre-global .modal-desc .modal-info {
    display: flex;
    margin-bottom: 40px;
}

.modal-centre-global .modal-desc .modal-col {
    width: 50%;
}

.modal-centre-global .modal-desc .modal-col:nth-child(1) {
    padding-right: 50px;

}

.modal-centre-global .modal-desc .modal-phone {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px;
}

.modal-centre-global .modal-desc .modal-phone .phone-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.modal-centre-global .modal-desc .btn-blue {
    width: 200px;
    margin-left: 0;
}

.modal-centre-global .modal-desc .modal-instagram {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 14px;
    cursor: pointer;
}

.modal-centre-global .modal-desc .modal-instagram svg {
    transform: translateY(-4px);
}

.modal-centre-global .modal-desc .modal-instagram span {
    font-family: var(--header-font);
    color: #222222;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    transition: var(--transition-base);
}

.modal-centre-global .modal-desc .modal-instagram:hover span {
    color: var(--bs-primary);
    transition: var(--transition-base);
}

.modal-centre-global .modal-map {
    position: relative;
    width: 53%;
}

.modal-centre-global .modal-map .map-box {
    background-color: tomato;
    width: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 2;

}

.modal-centre-global .modal-map svg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.centre-page .intro-title {
    margin-bottom: 54px;
}

.intro-horaires {
    display: flex;
    justify-content: flex-end;
}

.intro-horaires .shedule-list {
    width: 221px;
}

.intro-logo {
    transform: translate(10px, -40px);
}

.intro-inner__left {
    padding-right: 100px;
}

/*.centre-page .intro-contact .col-sm-3 {*/
/*    padding: 0;*/
/*}*/
.quote .container {
    position: relative;
}

.quote .svg-after {
    position: absolute;
    z-index: 2;
    top: 30%;
    backdrop-filter: blur(10px);
    border-radius: 50%;
}

.top-page {
    margin-top: 40px;
    width: 100%;
}

.traitements-items,
.technologies-items {
    margin-top: 87px;
    margin-bottom: 140px;
}

.traitements-bottom {
    margin-bottom: 140px;
}

.traitements-bottom .btn-blue,
.technologies-items .btn-blue {
    width: 200px;
    margin-left: 0;
}

.technologies-items .technologies-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 58px;
}

.technologies-items .technologies-item:last-child {
    margin-bottom: 140px;
}

.technologies-items .technologies-item .img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.technologies-items .technologies-item .img img {
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.technologies-items .technologies-item .desc {
    padding-left: 160px;
    padding-right: 60px;
    width: 50%;
}

.technologies-items .technologies-item .desc .title-item {
    color: var(--bs-body-color);
    font-family: var(--header-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin: 0 0 28px 0;
}

.technologies-items .technologies-item .desc .text-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.technologies-items .technologies-item .desc .text-item p {
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 22px;
    margin: 0;
}

.traitements-items {
}

.traitements-items .traitements-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    border-radius: 30px;
    border: 1px solid var(--bs-primary);
}

.traitements-items .traitements-item:last-child {
    margin-bottom: 0;
}

.traitements-items .traitements-item .img {
    width: 40%;
}

.traitements-items .traitements-item .img img {
    border-radius: 30px;
    width: 100%;
}

.traitements-items .traitements-item .desc {
    width: 60%;
    padding: 0 130px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
}

.traitements-items .traitements-item .desc .title-item {
    color: var(--bs-body-color);
    font-family: var(--header-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin: 0;
}

.traitements-items .traitements-item .desc .desc-item {
    margin: -25px 0;
}

.traitements-items .traitements-item .desc .btn {
    width: 100%;
    margin-left: 0;
}

.acces-page .container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.acces-page .container-small {
    margin: 0;
    width: 1141px;
    max-width: 100%;
}

.acordeon-items {
}

.acordeon-items .acordeon-item {
    display: none;
}

.acordeon-items .acordeon-item.acordeon-item-active {
    display: block;
}

.acordeon-items .acordeon-title {
    color: var(--bs-primary);
    font-family: var(--header-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px; /* 122.222% */
    margin: 0 0 40px 0;
}

.acordeon-items .row-item {
    display: flex;
    align-items: flex-start;
    gap: 107px;
}

.acordeon-items .row-second {
    margin-top: 80px;
    margin-bottom: 144px;
    gap: 32px;
}

.acordeon-items .col-item {
    width: 50%;
}

.acordeon-items .col-form {
    width: 40%;
}

.acordeon-items .col-map {
    width: 60%;
}

.acordeon-items .col-flex {
    display: flex;
    gap: 32px;
}

.acordeon-items .box-item {
    display: flex;
    flex-direction: column;
}

.acordeon-items .phone-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px;
}

.acordeon-items .phone-item .phone-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.acordeon-items .btn-blue {
    width: 200px;
    margin-left: 0;
}

.acordeon-items .instagram-item {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 14px;
    cursor: pointer;
}

.acordeon-items .instagram-item svg {
    transform: translateY(-4px);
    width: 29px;
    min-width: 29px;
    height: 28px;
}

.acordeon-items .instagram-item span {
    font-family: var(--header-font);
    color: #222222;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    transition: var(--transition-base);
}

.acordeon-items .instagram-item:hover span {
    color: var(--bs-primary);
    transition: var(--transition-base);
}

.acordeon-items .address-item {
    font-family: var(--header-font);
    color: #222222;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 145.455% */
    margin: 0;
}

.acordeon-items .parking-item {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.acordeon-items .horaires-wrapper {
    width: 50%;
}

.acces .horaires-wrapper {
    margin-bottom: 40px;
    width: 100%;
}

.acces .horaires-wrapper .horaires-title,
.acordeon-items .horaires-wrapper .horaires-title {
    text-align: left;
    color: var(--bs-primary);
    font-family: var(--header-font);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin: 0 0 17px 0;
    padding-left: 80px;

}

.acces .horaires-items,
.acordeon-items .horaires-wrapper .horaires-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.acces .horaires-items .horaires-item,
.acordeon-items .horaires-wrapper .horaires-items .horaires-item {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.acces .horaires-items .horaires-item span,
.acordeon-items .horaires-wrapper .horaires-items .horaires-item span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.acces .horaires-items .horaires-item .day,
.acordeon-items .horaires-wrapper .horaires-items .horaires-item .day {
    width: 106px;
    min-width: 106px;
    display: block;
}

.acces .horaires-items .horaires-item .times,
.acordeon-items .horaires-wrapper .horaires-items .horaires-item .times {
    width: calc(100% - 106px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.acces .horaires-items .horaires-item.active span,
.acordeon-items .horaires-wrapper .horaires-items .horaires-item.active span {
    color: var(--bs-primary);
}

.acordeon-items .contact-form {
    margin-top: 0;
}

.acordeon-items .contact__title {
    margin-bottom: 24px;
}

.acordeon-items .contact-form input {
    margin: 0;
}

.acordeon-items .contact-form__input {
    margin-top: 16px;
}

.acordeon-items .contact-form p {
    margin: 0;
    display: flex;
    width: 100%;
}

.acordeon-items .contact-form p span {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.acordeon-items .contact-form button[type="submit"] {
    margin-top: 16px;
    height: 46px;
    border-radius: 30px;
    background: #D9D9DE;
    margin-bottom: 0;
    padding: 0;
    line-height: 1;
}

.acordeon-items .contact-form button[type="submit"]:hover {
    background: var(--bs-primary);
}

.acces-page .btn-retour {
    width: 200px;
    margin: 0;
    margin-bottom: 140px;
}

.acordeon-map {
    width: 100%;
    background-color: tomato;
    border-radius: 50%;
}

.docteurs-wrapper {
    margin-top: 87px;
}

.docteurs-wrapper .title-wrapper {
    color: var(--bs-body-color);
    font-family: var(--header-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin: 0 0 80px 0;
}

.docteurs-wrapper .docteurs-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 76px 30px;
}

.docteurs-wrapper .docteurs-items .docteurs-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.docteurs-wrapper .docteurs-items .docteurs-item .img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 24px;
    border: 3px solid #D9D9DE;
    border-radius: 50%;
}

.docteurs-wrapper .docteurs-items .docteurs-item:hover .img {
    border: 3px solid var(--bs-primary);
}

.docteurs-wrapper .docteurs-items .docteurs-item .img img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.docteurs-wrapper .docteurs-items .docteurs-item .img .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: rgba(251, 251, 252, 0.50);
    backdrop-filter: blur(6px);
    opacity: 0;
    transition: var(--transition-base);
}

.docteurs-wrapper .docteurs-items .docteurs-item:hover .img .hover {
    opacity: 1;
    transition: var(--transition-base);
}

.docteurs-wrapper .docteurs-items .docteurs-item .img .hover .btn {
    width: 200px;
}

.docteurs-wrapper .docteurs-items .docteurs-item .name {
    color: var(--bs-body-color);
    font-family: var(--header-font);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin: 0 0 10px 0;
}

.docteurs-wrapper .docteurs-items .docteurs-item .office {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.docteurs-wrapper .docteurs-items .docteurs-item a.btn {
    margin: 0;
}

.docteurs-wrapper .docteurs-items .logo-item {
    width: 100%;
}

.docteurs-wrapper .docteurs-items .logo-item svg {
    width: 100%;
}

.assistantes-wrapper {
    margin-top: 40px;
    margin-bottom: 140px;
}

.assistantes-wrapper .title-wrapper {
    color: var(--bs-body-color);
    font-family: var(--header-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin: 0 0 80px 0;
}

.assistantes-wrapper .assistantes-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 76px 30px;
}

.docteurs-wrapper .docteurs-items .docteurs-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.assistantes-wrapper .assistantes-items .assistantes-item .img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 24px;
    border: 3px solid #D9D9DE;
    border-radius: 50%;
}

/*.docteurs-wrapper .docteurs-items .docteurs-item:hover .img {*/
/*    border: 3px solid var(--bs-primary);*/
/*}*/
.assistantes-wrapper .assistantes-items .assistantes-item .img img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.assistantes-wrapper .assistantes-items .assistantes-item .name {
    color: var(--bs-body-color);
    font-family: var(--header-font);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin: 0 0 10px 0;
}

.assistantes-wrapper .assistantes-items .assistantes-item .office {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.equipe-content {
}

.equipe-content .content-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 87px;
}

.equipe-content .content-top .img-box {
    width: calc(50% - 80px);
}

.equipe-content .content-top .img {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.equipe-content .content-top .img img {
    width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
    border: 3px solid var(--bs-primary);
    border-radius: 50%;
}

.equipe-content .content-top .img svg {
    position: absolute;
    z-index: 2;
    right: -20px;
    bottom: 0px;
}

.equipe-content .content-top .img-box .name {
    color: var(--bs-body-color);
    font-family: var(--header-font);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin: 0 0 10px 0;
}

.equipe-content .content-top .img-box .office {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.equipe-content .content-top .desc {
    width: calc(50% - 80px);
}

.equipe-content .content-top .desc .title-desc {
    color: var(--bs-primary);
    font-family: var(--header-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin: 0 0 40px 0;
}

.equipe-content .content-top .date-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.equipe-content .content-top .date-items .date-item {
    display: flex;
    flex-direction: column;
}

.equipe-content .content-top .date-items .item-title {
    color: #222;
    font-family: var(--header-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin: 0 0 24px 0;
}

.equipe-content .content-top .date-items .date-info-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.equipe-content .content-top .date-items .date-info {
    display: flex;
    align-items: flex-start;
}

.equipe-content .content-top .date-items .date-info p {
    color: #1D201E;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px;
    margin: 0;
}

.equipe-content .content-top .date-items .date-info .year {
    display: block;
    width: 50px;
    margin-right: 14px;
}

.equipe-content .content-top .date-items .date-info .text {
}

.equipe-content .content-bottom {
    margin-bottom: 140px;
}

.equipe-content .content-bottom {
}

.equipe-content .btn {
    margin-bottom: 140px;
    width: 200px;
}

.valeurs-content {
    margin-top: 87px;
    margin-bottom: 148px;
    position: relative;
    z-index: 1;
}

.valeurs-content .container {
    position: relative;
}

.valeurs-content .valeurs-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    margin: 0 auto;
}

.valeurs-content .title-content {
    position: relative;
    z-index: 3;
    font-family: var(--header-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin: 0 0 80px 0;
}

.valeurs-content .valeurs-new-items {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
}

.valeurs-content .valeurs-new-items .col-item {
}

.valeurs-content .valeurs-new-items .col-item:nth-child(1) {
    width: 40%;
}

.valeurs-content .valeurs-new-items .col-item:nth-child(2) {
    width: 60%;
}

.valeurs-content .valeurs-new-items .valeurs-new-item {
    display: flex;
}

.valeurs-content .valeurs-new-items .valeurs-new-item.valeurs-new-item-1 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 56px;
    gap: 20px;
}

.valeurs-content .valeurs-new-items .valeurs-new-item.valeurs-new-item-2 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.valeurs-content .valeurs-new-items .valeurs-new-item.valeurs-new-item-3 {
    align-items: center;
    gap: 30px;
}

.valeurs-content .valeurs-new-items .valeurs-new-item.valeurs-new-item-4 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.valeurs-content .valeurs-new-items .valeurs-new-item.valeurs-new-item-4 .desc-item {
    padding-left: 50%;
}

.valeurs-content .valeurs-new-items .valeurs-new-item.valeurs-new-item-5 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: -200px;
}

.valeurs-content .valeurs-new-items .valeurs-new-item.valeurs-new-item-5 .desc-item {
    padding: 0 115px;
}

.valeurs-content .valeurs-new-items .valeurs-new-item .icon-box {
    width: 230px;
    min-width: 230px;
    height: 230px;
    border-radius: 50%;
    border: 3px solid #2068d2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.valeurs-content .valeurs-new-items .valeurs-new-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.valeurs-content .valeurs-new-items .valeurs-new-item .icon svg {
}

.valeurs-content .valeurs-new-items .valeurs-new-item .icon-text {
    color: #2068D2;
    text-align: center;
    font-family: var(--header-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
}

.valeurs-content .valeurs-new-items .valeurs-new-item .desc-item {
}

.valeurs-content .valeurs-new-items .valeurs-new-item .desc-item p {
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin: 0;
}

.valeurs-mission {
    position: relative;
    z-index: 2;
    color: #ffffff;
    background-color: var(--bs-primary);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 140px;
}

.valeurs-mission .logo {
    position: absolute;
    z-index: 3;
    /*margin: auto;*/
    margin-bottom: 56px;
    transform: translateX(65px);
}

.valeurs-mission .valeurs-mission-bg {
    position: absolute;
    z-index: 2;
}

.valeurs-mission .col-desc {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-top: 260px;
    padding-bottom: 80px;
    padding-right: 130px;
    position: relative;
    z-index: 5;
}

.valeurs-mission .col-desc .text.wp-text {
    margin-bottom: 40px;
}

.valeurs-mission .col-desc .text.wp-text h2 {
    color: #fff;
}

.valeurs-mission .col-desc .text.wp-text p {
    color: #fff;
}

.valeurs-mission .col-desc .btn {
    width: 200px;
    margin-left: 0;
}

.valeurs-mission .col-images {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    height: 100%;
}

.valeurs-mission .col-images img {
    height: 100%;
    object-position: center;
    object-fit: cover;
}


.article-bottom {
    margin: 140px 0;
}

.article-bottom .btn {
    width: 200px;
    margin-left: 0;
}

.acces#acces {
    padding-top: 0;
    padding-bottom: 0;
}

.acces .text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

.acces .text p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px;
    margin: 0;
}

.acces .name-centre {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px;
    margin: 0 0 11px 0;
}

.acces .address-item {
    color: #222;
    font-family: var(--header-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 8px 0;
}

.acces .parking-item {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px;
    margin: 0 0 40px 0;
}

.urgences-new {
    margin-bottom: 140px;
}

.urgences-new .container {
    position: relative;
}

.urgences-new .bg-circles {
    --circle-size: 425px;
    left: 0;
    top: 60px;
    grid-template-columns: repeat(3, var(--circle-size));
}

.urgences-new .urgences__title {
    margin-bottom: 85px;
}

.urgences-new .wrapper-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 135px;
}

.urgences-new .col-logo {
    width: 360px;
    min-width: 360px;
    height: 360px;
}

.urgences-new .col-logo svg {
    width: 100%;
    height: 100%;
}

.urgences-new .col-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 30px;
}

.urgences-new .col-items .item-image {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.urgences-new .col-items .item-image img {
    width: 75%;
}

.urgences-new .col-items .item-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
}

.urgences-new .col-items .item-text .item-top {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.urgences-new .col-items .item-text .item-title {
    color: #222;
    font-family: var(--header-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
}

.urgences-new .col-items .item-text .item-desc {
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px;
    margin: 0;
}

.urgences-new .col-items .item-text .btn {
    width: 230px;
    margin-left: 0;
}

.nowrap {
    flex-wrap: nowrap;
}

/* CSS для анімації збільшення маркера */
.marker {
    transition: transform 0.5s ease; /* Зміна розміру буде анімована протягом 0.3 секунди */
    transform-origin: center center;
}

.marker:hover {
    transform: scale(1.2); /* Збільшимо маркер на 20% при наведенні */
}


div[title="marker-modal-1"],
div[title="marker-modal-2"],
div[title="marker-modal-3"],
.acces-map-multiple div[title="marker-1"],
.acces-map-multiple div[title="marker-2"],
.acces-map-multiple div[title="marker-3"] {
    background-image: url(../images/marker.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px !important;
    height: 88px !important;
    outline: none !important;
}

div[title="marker-modal-1"]:hover,
div[title="marker-modal-2"]:hover,
div[title="marker-modal-3"]:hover,
.acces-map-multiple div[title="marker-1"]:hover,
.acces-map-multiple div[title="marker-2"]:hover,
.acces-map-multiple div[title="marker-3"]:hover {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.rdv-content {
    margin-bottom: 40px;
    margin-top: 40px;
}

@media (min-width: 1200px) {
    .footer-new .footer-box,
    .header-new {
        padding-left: 40px;
        padding-right: 40px;
    }

    main.main:before {
        left: 40px;
    }

    main.main:after {
        right: 40px;
    }

    .hero .sound {
        right: 60px;
    }

    .centre-page .hero, .hero {
        padding: 0 40px;
    }
}

@media (min-width: 1300px) {
    .footer-new .footer-box,
    .header-new {
        padding-left: 50px;
        padding-right: 50px;
    }

    main.main:before {
        left: 50px;
    }

    main.main:after {
        right: 50px;
    }

    .hero .sound {
        right: 70px;
    }

    .centre-page .hero, .hero {
        padding: 0 50px;
    }

    .valeurs-mission .col-images img:nth-child(1),
    .valeurs-mission .col-images img:nth-child(2) {
        width: calc((100% - 50px) / 2);
    }

    .valeurs-mission .col-images img:nth-child(3) {
        width: 50px;
    }
}

@media (min-width: 1400px) {
    .footer-new .footer-box,
    .header-new {
        padding-left: 100px;
        padding-right: 100px;
    }

    main.main:before {
        left: 100px;
    }

    main.main:after {
        right: 100px;
    }

    .widget-box {
        right: 15px;
    }

    .widget-box .widget-items .widget-item:before {
        right: 25px;
    }

    .widget-box .widget-items .widget-item .widget-item-desc {
        right: 45px;
    }

    .hero .sound {
        right: 120px;
    }

    .centre-page .hero, .hero {
        padding: 0 100px;
    }

    .valeurs-mission .col-images img:nth-child(1),
    .valeurs-mission .col-images img:nth-child(2) {
        width: calc((100% - 100px) / 2);
    }

    .valeurs-mission .col-images img:nth-child(3) {
        width: 100px;
    }
}

@media (min-width: 1600px) {
    .footer-new .footer-box,
    .header-new {
        padding-left: 150px;
        padding-right: 150px;
    }

    main.main:before {
        left: 150px;
    }

    main.main:after {
        right: 150px;
    }

    .widget-box {
        right: 51px;
    }

    .widget-box .widget-items .widget-item:before {
        right: 40px;
    }

    .widget-box .widget-items .widget-item .widget-item-desc {
        right: 80px;
    }

    .hero .sound {
        right: 170px;
    }

    .centre-page .hero, .hero {
        padding: 0 150px;
    }

    .valeurs-mission .col-images img:nth-child(1),
    .valeurs-mission .col-images img:nth-child(2) {
        width: calc((100% - 150px) / 2);
    }

    .valeurs-mission .col-images img:nth-child(3) {
        width: 150px;
    }
}

@media (min-width: 1900px) {
    .footer-new .footer-box,
    .header-new {
        padding-left: 200px;
        padding-right: 200px;
    }

    main.main:before {
        left: 200px;
    }

    main.main:after {
        right: 200px;
    }

    .widget-box {
        right: 91px;
    }

    .hero .sound {
        right: 220px;
    }

    .centre-page .hero, .hero {
        padding: 0 200px;
    }

    .valeurs-mission .col-images img:nth-child(1),
    .valeurs-mission .col-images img:nth-child(2) {
        width: calc((100% - 200px) / 2);
    }

    .valeurs-mission .col-images img:nth-child(3) {
        width: 200px;
    }
}


@media only screen and (max-height: 800px) {
    .modal-centre-global .modal-box {
        padding: 0px 40px;
        overflow-y: auto;
        align-items: center;
    }

    .modal-centre-global.modal-widget-centre .modal-box {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 60px;
    }

    .modal-centre-global .modal-desc .modal-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .modal-centre-global.modal-widget-centre .modal-desc {
        padding-top: 0;
    }

    .modal-centre-global .modal-desc .modal-text,
    .modal-centre-global .modal-desc .horaires-wrapper,
    .modal-centre-global .modal-desc .modal-info {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 1536px) {
    .faq .bg-circles {
        left: 0;
    }

    .intro .bg-circles {
        bottom: -257px;
    }

    .intro-logo {
        transform: translate(2px, -48px);
        width: 80%;
    }

    .conseils .bg-circles {
        left: -8rem;
    }

    .urgences-new .bg-circles {
        --circle-size: 380px;
        top: 88px;
        left: 46px;
    }

    .urgences-new .wrapper-content {
        gap: 95px;
    }

    .urgences-new .col-items .item-image img {
        width: 100%;
    }

    .urgences-new .col-items .item-text {
        gap: 20px;
    }

    .urgences-new .col-items .item-text .item-title {
        font-size: 26px;
    }

    .technologies-items .technologies-item .desc {
        padding-left: 100px;
        padding-right: 40px;
    }

    .equipe-content .content-top .img-box,
    .equipe-content .content-top .desc {
        width: calc(50% - 40px);
    }
}

@media only screen and (max-width: 1440px) {
    :root {
        --section-padding: 70px;
    }

    .widget-box .widget-items .widget-item .widget-item-icon {
        width: 50px;
        height: 50px;
    }

    .intro-logo {
        transform: translate(5px, -44px);
    }

    .equipe-content .content-top .desc .title-desc {
        font-size: 40px;
    }

    .equipe-content .content-top .date-items .item-title {
        font-size: 30px;
    }

    .modal-centre-global .modal-box {
        min-width: calc(100% - 40px);
    }

    .modal-centre-global.modal-widget-centre .modal-icon {
        width: 45%;
    }

    .modal-centre-global.modal-widget-centre .modal-desc {
        width: 55%;
    }
}

@media only screen and (max-width: 1024px) {
    .acces-page .container-small,
    .container-small {
        width: 100%;
        padding-right: 35px;
        padding-left: 35px;
    }

    main.main {
        margin-top: 90px;
    }

    .about,
    .technologies,
    .valeurs,
    .traitements,
    .cliniques,
    .equipe-new,
    .faq,
    .new-acces,
    .urgences-new,
    .traitements-bottom,
    .valeurs-mission,
    .traitements-items,
    .technologies-items,
    .article-bottom,
    .assistantes-wrapper,
    .equipe-content .content-bottom,
    .equipe-content .btn,
    .acces-page .btn-retour,
    .acordeon-items .row-second {
        margin-bottom: 70px;
    }

    .home .intro {
        padding-bottom: 70px;
    }

    .article-bottom,
    .acordeon-items .row-second
    .faq {
        margin-top: 70px;
    }

    .inst {
        padding-top: 70px;
    }

    .header-new .burger,
    .adaptive-menu {
        display: flex;
    }

    .header-new .menu-items {
        display: none;
    }

    .cliniques-item {
        width: calc(33.3% - 24px);
    }

    .intro .row-info {
        margin-bottom: 50px;
    }

    .conseils .bg-circles div:last-child {
        opacity: 0;
    }

    .urgences-new .bg-circles {
        display: none;
    }

    .urgences-new .wrapper-content {
        gap: 0;
    }

    .urgences-new .col-logo {
        display: none;
    }

    .urgences-new .col-items {
        width: 100%;
    }

    .urgences-new .col-items .item-image {
        justify-content: center;
    }

    .urgences-new .col-items .item-image img {
        width: 75%;
    }

    .urgences-new .col-items .item-text:nth-child(2) {
        justify-content: flex-start;
    }


    .cliniques-bottom {
        margin-top: 70px;
        margin-bottom: 70px;
    }


    .hero {
        padding-top: 0 !important;
    }

    .centre-items .centre-item .hover {
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width: 992px) {
    .home .intro-row {
        flex-direction: column;
    }

    .home .col-desc {
        width: 100%;
    }

    .home .col-desc .h1 {
        max-width: 75%;
        margin-bottom: 25px;
    }

    .home .equipe__inner {
        flex-direction: column;
    }

    .home .equipe .bg-circles {
        display: none !important;
    }

    .home .equipe .col-md-6 {
        width: 100%;
    }

    .home .equipe .equipe__numbers > div {
        width: 100%;
    }

    .centre-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        gap: 40px 20px;
    }

    .centre-items .centre-item {
        width: calc(50% - 10px);
    }

    .traitements .traitements-desc,
    .technologies .technologies-desc {
        padding: 49px 40px 53px;
    }

    .valeurs__title, .valeurs__text {
        max-width: 100%;
    }

    .cliniques .cliniques-top {
        margin-bottom: 25px;
    }

    .cliniques-items {
        justify-content: center;
    }

    .cliniques-item {
        width: calc(50% - 18px);
    }

    .faq .faq-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .home .col-desc .text {
        width: 100%;
    }

    /*.centre-page .intro__inner.intro-inner .col-12 {*/
    /*    width: 100%;*/
    /*}*/
    .centre-page .intro-title {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .centre-page .intro-inner__left {
        padding-right: 0;
    }

    .intro .row-info {
        margin-bottom: 25px;
    }

    .centre-page .intro__contact.intro-contact .col-sm-3 {
        width: 33.3%;
        display: flex;
        align-items: center;
    }

    .intro-logo {
        transform: none;
    }

    .equipe-new .container {
        align-items: center;
        justify-content: space-between;
    }

    .equipe-new .col-equipe {
        width: 50%;
        padding-right: 25px;
    }

    .equipe-new .logo {
        width: 50%;
        position: static;
    }


    .conseils-item {
        margin: 0 0 30px 0 !important;
    }

    .conseils-item__title {
        margin-bottom: 0 !important;
    }

    .acces .acces__inner {
        flex-direction: column-reverse;
    }

    .acces .acces__left {
        width: 100%;
    }

    .acces .acces__right {
        width: 100%;
        margin-bottom: 40px;
    }

    .traitements-items,
    .technologies-items,
    .acces-page .centre-items,
    .cliniques-content {
        margin-top: 30px;
    }

    .valeurs-content {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .valeurs-content .valeurs-new-items {
        flex-direction: column;
    }

    .valeurs-content .valeurs-new-items .col-item:nth-child(1),
    .valeurs-content .valeurs-new-items .col-item:nth-child(2) {
        width: 100%;
    }

    .valeurs-mission {
        flex-direction: column;
    }

    .valeurs-mission .col-desc {
        width: 100%;
        padding-top: 50px;
    }

    .valeurs-mission .col-images {
        width: 100%;
    }

    .valeurs-mission .valeurs-mission-bg {
        display: none;
    }

    .valeurs-mission .logo {
        margin-bottom: 0;
        transform: translate(-50%, 106px);
    }

    .valeurs-mission .col-images img:nth-child(1), .valeurs-mission .col-images img:nth-child(2) {
        width: 40%;
    }

    .valeurs-mission .col-images img:nth-child(3) {
        width: 20%;
    }

    .traitements-items .traitements-item .img {
        width: 50%;
    }

    .traitements-items .traitements-item .desc {
        width: 50%;
        padding: 0 30px;
    }

    .technologies-items .technologies-item .img {
        width: 40%;
    }

    .technologies-items .technologies-item .desc {
        width: 60%;
        padding: 0 30px;
    }

    .acces-page .container-small,
    .docteurs-wrapper .docteurs-items.container-small,
    .assistantes-wrapper .assistantes-items {
        padding-left: 0;
        padding-right: 0;
    }

    .equipe-content .content-top {
        margin-top: 60px;
        flex-direction: column;
        gap: 30px;
    }

    .equipe-content .content-top .img-box, .equipe-content .content-top .desc {
        width: 100%;
    }

    .acordeon-items .row-item {
        flex-direction: column;
    }

    .acordeon-items .row-second {
        flex-direction: column-reverse;
    }

    .acordeon-items .horaires-wrapper,
    .acordeon-items .col-flex,
    .acordeon-items .col-form,
    .acordeon-items .col-map {
        width: 100%;
    }

    .acces .horaires-items .horaires-item .times,
    .acordeon-items .horaires-wrapper .horaires-items .horaires-item .times {
        justify-content: flex-start;
        gap: 30px;
    }


    .footer-new .menu-items li a {
        font-size: 16px;
    }

    .footer-new .logo {
        width: 29%;
        min-width: 29%;
    }

    .footer-new .footer-menu-box {
        width: 71%;
    }

    /*.modal-centre-global {*/
    /*    height: 100vh;*/
    /*    height: -webkit-fill-available;*/
    /*}*/
    .modal-centre-global .modal-close {
        position: fixed;
        top: 20px;
        right: 20px;
    }

    .modal-centre-global .modal-close svg {
        width: 20px;
        height: auto;
    }

    .modal-centre-global.modal-widget-centre .modal-box {
        padding-right: 0;
    }

    .modal-centre-global.modal-widget-centre .modal-icon {
        display: none;
    }

    .modal-centre-global.modal-widget-centre .modal-desc {
        width: 100%;
        padding-left: 35px;
        padding-right: 35px;
    }

    .modal-centre-global .modal-box {
        padding-left: 35px;
        padding-right: 35px;
        overflow-y: auto;
    }

    .modal-centre-global .modal-box {
        flex-direction: column;
    }

    .modal-centre-global .modal-desc {
        width: 100%;
    }

    .modal-centre-global .modal-map {
        margin-top: 30px;
        width: 100%;
    }

    .modal-centre-global .modal-desc .horaires-wrapper .horaires-title {
        padding-left: 0;
    }
}

@media only screen and (max-width: 600px) {

    .modal-centre-global .modal-box {
        height: 100%;
    }

    .modal-centre-global {
        min-height: 100dvh;
    }



    .rdv-mobile-sm {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 30px;
        background: #2068D2;
        width: 145px;
        height: 32px;
        gap: 6px;
    }

    .rdv-mobile-full .rdv-mobile-top span,
    .rdv-mobile-sm span {
        color: #fff;
        font-family: var(--header-font);
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
    }

    .rdv-mobile-full {
        display: none;
        /*display: block;*/
        position: absolute;
        top: 2px;
        left: var(--bs-gutter-x, 0.75rem);
        width: calc(100% - (var(--bs-gutter-x, 0.75rem) * 2));
        background: #2068D2;
        padding: 12px 20px 20px 20px;
        border-radius: 26px;
    }
    .rdv-mobile-full .rdv-mobile-top {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 32px;
        margin-bottom: 18px;
    }
    .rdv-mobile-full .rdv-mobile-content {}
    .rdv-mobile-full .rdv-mobile-content .menu-widget-centre {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }
    .rdv-mobile-full .rdv-mobile-content .menu-widget-centre li {
        color: #fff;
        font-family: var(--header-font);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 125% */
        margin: 0;
    }

    .rdv-mobile-full .rdv-mobile-content .menu-widget-centre li br {
        display: none;
    }

    .header-new .logo {
        width: 44px;
    }

    .header-new .logo svg {
        width: 100%;
        height: auto;
    }

    .adaptive-menu .adaptive-menu-box {
        padding: 40px 46px;
    }

    .widget-box {
        display: none;
    }

    .adaptive-menu .menu-widget-items {
        display: flex;
        flex-direction: column;
        margin-top: 32px;
        gap: 12px;
    }

    .adaptive-menu .menu-widget-items .menu-widget-item {
        display: flex;
        flex-direction: column;
        border-radius: 50px;
        background-color: #2068D2;
        color: #fff;
        width: 100%;
        padding: 0 10px;
    }

    .adaptive-menu .menu-widget-items .menu-widget-item-centre {
        border-radius: 28px;
    }

    .adaptive-menu .menu-widget-items .menu-widget-item .menu-centre {
        display: flex;
    }

    .adaptive-menu .menu-widget-items .menu-widget-item .menu-centre .arrow {
    }

    .adaptive-menu .menu-widget-items .menu-widget-item .menu-widget-item-icon {
        height: 56px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .adaptive-menu .menu-widget-items .menu-widget-item .menu-widget-item-icon:hover {
        color: #ffffff;
    }

    .adaptive-menu .menu-widget-items .menu-widget-item .menu-phone {
        padding-right: 40px;
    }

    .adaptive-menu .menu-widget-items .menu-widget-item .menu-centre {
        padding-right: 20px;
    }

    .adaptive-menu .menu-widget-items .menu-widget-item .menu-centre .arrow {
        margin-left: 10px;
    }

    .adaptive-menu .menu-widget-items .menu-widget-item .menu-widget-item-desc {
        display: none;
    }

    .adaptive-menu .menu-widget-items .menu-widget-item .menu-widget-item-desc .menu-widget-centre {
        list-style: none;
        margin: 12px 0 0 0;
        padding: 0 30px;
    }

    .adaptive-menu .menu-widget-items .menu-widget-item .menu-widget-item-desc .menu-widget-centre li {
        margin-bottom: 12px;
    }

    .acces-page .container-small, .container-small {
        padding-left: 20px;
        padding-right: 20px;
    }

    main.main:before,
    main.main:after {
        display: none;
    }

    .acces .horaires-wrapper .horaires-title, .acordeon-items .horaires-wrapper .horaires-title {
        padding-left: 0px;
    }

    .about, .technologies, .valeurs,
    .traitements, .cliniques, .equipe-new,
    .faq, .new-acces, .urgences-new,
    .traitements-bottom, .valeurs-mission,
    .traitements-items, .technologies-items,
    .article-bottom, .assistantes-wrapper,
    .equipe-content .content-bottom, .equipe-content .btn,
    .acces-page .btn-retour, .acordeon-items .row-second {
        margin-top: 50px;
    }

    .urgences-new .urgences__title {
        margin-bottom: 50px;
    }

    .adaptive-menu {
        width: 100%;
    }

    .header-new .burger svg {
        width: 50px;
        height: 50px;
    }

    .intro,
    .home .intro {
        padding-top: 50px;
    }

    .home .col-img img {
        width: 100%;
    }

    .equipe__title {
        margin-bottom: 25px;
    }

    .centre-items {
        display: grid;
        grid-template-columns: 1fr;
    }

    .centre-items .centre-item {
        width: 100%;
    }

    .traitements .desc-col {
        padding-left: 0;
    }

    .technologies .desc {
        width: 100%;
    }

    .traitements .traitements-desc, .technologies .technologies-desc {
        padding: 30px 20px;
    }

    .cliniques .cliniques-top {
        flex-direction: column;
        gap: 30px;
    }

    .cliniques .cliniques-top .desc {
        width: 100%;
    }

    .cliniques-item {
        width: 100%;
    }

    .faq .faq-items {
        grid-template-columns: 1fr;
    }

    .centre-page .intro__contact.intro-contact {
        flex-direction: column;
        align-items: center;
    }

    .centre-page .intro__contact.intro-contact .col-sm-3 {
        width: 100%;
        justify-content: center;
    }

    .equipe-new {
        padding-bottom: 20px;
    }

    .equipe-new .container {
        flex-direction: column;
    }

    .equipe-new .col-equipe {
        width: 100%;
        padding-bottom: 20px;
    }

    .urgences-new .col-items {
        grid-template-columns: 1fr;
    }

    .acces .horaires-items .horaires-item, .acordeon-items .horaires-wrapper .horaires-items .horaires-item {
        align-items: center;
    }

    .acces .horaires-items .horaires-item .day, .acordeon-items .horaires-wrapper .horaires-items .horaires-item .day {
        width: 77px;
    }

    .acces .horaires-items .horaires-item .times, .acordeon-items .horaires-wrapper .horaires-items .horaires-item .times {
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }

    .equipe-content .content-top,
    .docteurs-wrapper {
        margin-top: 40px;
    }

    .assistantes-wrapper .title-wrapper,
    .docteurs-wrapper .title-wrapper {
        margin-bottom: 10px;
        font-size: var(--h2-font);
    }

    .docteurs-wrapper .docteurs-items,
    .assistantes-wrapper .assistantes-items {
        grid-gap: 30px 20px;
    }

    .assistantes-wrapper .assistantes-items .assistantes-item .name,
    .docteurs-wrapper .docteurs-items .docteurs-item .name {
        font-size: 22px;
    }

    .equipe-content .content-top .desc .title-desc {
        font-size: var(--h2-font);
        margin-bottom: 20px;
    }

    .equipe-content .content-top .date-items .item-title {
        font-size: var(--h3-font);
        margin-bottom: 10px;
    }

    .cliniques-category {
        flex-direction: column;
        align-items: flex-start;
    }

    .acordeon-items .row-item {
        gap: 30px;
    }

    .acordeon-items .col-flex {
        flex-direction: column-reverse;
    }

    .acordeon-items .acordeon-title {
        font-size: var(--h2-font);
        margin-bottom: 10px;
    }

    .technologies-items .technologies-item {
        flex-direction: column;
    }

    .technologies-items .technologies-item .img {
        width: 100%;
        margin-bottom: 10px;
    }

    .technologies-items .technologies-item .desc {
        width: 100%;
        padding: 0;
    }

    .technologies-items .technologies-item .desc .title-item {
        font-size: var(--h2-font);
        margin-bottom: 10px;
    }

    .traitements-items .traitements-item {
        flex-direction: column;
    }

    .traitements-items .traitements-item .img {
        width: 100%;
        margin-bottom: 10px;
    }

    .traitements-items .traitements-item .desc {
        width: 100%;
        padding: 0 15px 10px;
        gap: 15px;
    }

    .traitements-items .traitements-item .desc .title-item {
        font-size: var(--h2-font);
        margin-bottom: 0;
    }

    .traitements-items .traitements-item .desc .desc-item {
        margin: 0;
    }

    .valeurs-content .valeurs-new-items .col-item:nth-child(1), .valeurs-content .valeurs-new-items .col-item:nth-child(2) {
        display: flex;
        flex-direction: column;
        gap: 30px
    }

    .valeurs-content .valeurs-new-items .valeurs-new-item.valeurs-new-item-1 {
        margin-bottom: 0;
    }

    .valeurs-content .valeurs-new-items .valeurs-new-item.valeurs-new-item-3 {
        flex-direction: column;
        align-items: flex-start;
    }

    .valeurs-content .valeurs-new-items .valeurs-new-item.valeurs-new-item-4 .desc-item {
        padding-left: 0;
    }

    .valeurs-content .valeurs-new-items .valeurs-new-item.valeurs-new-item-5 {
        margin-top: 0;
    }

    .valeurs-content .valeurs-new-items .valeurs-new-item.valeurs-new-item-5 .desc-item {
        padding: 0;
    }

    .valeurs-mission .logo {
        display: none;
    }

    .valeurs-mission .col-desc {
        padding: 40px 20px 30px;
    }

    .modal-centre-global .modal-box {
        width: 100vw;
        max-width: 100vw;
        height: 100vh;
        max-height: 100vh;
        padding: 20px;
    }

    .modal-centre-global .modal-desc .modal-info {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .modal-centre-global .modal-desc .modal-col:nth-child(1) {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .modal-centre-global .modal-desc .modal-col {
        width: 100%;
    }

    .modal-centre-global .modal-desc .modal-parking,
    .modal-centre-global .modal-desc .modal-phone {
        margin-bottom: 20px;
    }

    .modal-centre-global.modal-widget-centre .modal-box {
        padding: 85px 20px 180px;
    }

    .modal-centre-global.modal-widget-centre .modal-desc {
        padding: 0;
    }


    .footer-new .footer-box {
        flex-direction: column;
    }

    .footer-new .footer-info-lg {
        display: none;
    }

    .footer-new .footer-info-sm {
        display: block;
    }

    .footer-new .footer-menu-box {
        width: 100%;
        flex-wrap: wrap;
        padding-right: 0;
        justify-content: center;
    }

    .footer-new .menu-items {
        text-align: center;
    }

    .footer-new .menu-items:nth-child(1) {
        width: 100%;
    }

    .footer-new .menu-items:nth-child(2) {
        width: 50%;
    }

    .footer-new .menu-items:nth-child(3) {
        width: 50%;
    }
}