header.header{
    transition: .5s;
    height: 189px;
}

.logo_header svg{
    width: 100%;
    height: 100%;
}
header.header.header--fixed{
    height: 92px;
}
.logo_header svg path{
    transition: .5s;
    fill: #2D2C2B;
}


.home .logo_header svg path{
    fill: #fff;
}
header.header.header--fixed .logo_header svg path{
    fill: #2D2C2B;
}
.header--menu .logo_header svg path{
    fill: #2D2C2B;
}
header.header.header--fixed .logo_header svg .logo_lines{
    opacity: 0;
}
header.header.header--fixed .logo_header{
    width: 130px;
    height: 120px;
    margin-top: 16px;
}



.header_inner{
    width: 100%;
    padding: 0 100px;
    box-sizing: border-box;
    max-width: 1700px;
    margin: 0 auto;
}
.header__menu{
    max-width: 1700px;
    padding-left: 100px;
    padding-right: 100px;
}


@media screen and (max-width: 1280px) {
    .header_inner{
        padding: 0 50px;
    }
}
.header_wrap{
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}
.logo_header{
    width: 170px;
    height: 161px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
@media screen and (max-width: 1180px) {
    header.header{
        height: 110px;
    }
    .logo_header {
        width: 100px;
        height: 105px;
    }
    header.header.header--fixed .logo_header {
        width: 100px;
        height: 92px;
    }
}

@media (min-width: 1200px) {
    .ad-burger:not(.ad-burger--open):hover .ad-burger__line:nth-child(3) {
        transform: translateX(-10px);
    }
}


*{
    outline: none;
}
.conseils__list{
    padding-right: 10px;
    overflow: hidden;
}

.conseils__list .slick-list{
    overflow: visible;
}
.conseils__list .slick-track{
    display: flex;
}
.conseils__list .slick-slide{
    height: initial;
}
.conseils__list .conseil-item{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.conseil-item__content{
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.conseil-item .image{
    margin-bottom: 0;
    flex-shrink: 0;
}
.conseil-item__title{
    margin-bottom: 0;
}
.appareils__list .appareils-item.right-col{
    padding-top: 0;
    margin-top: 0;
}
.parc_image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.parc_image img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

.parcours__list{
    position: relative;
}
.category-posts__item{
    min-height: 60px;
}
.category-posts__item{
    padding: 22px 76px 22px 20px;
}
.category-posts__image{
    height: 100%;
}
.category-posts__image a{
    display: block;
    height: 100%;
}
.category-posts__image img{
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.equipe-formation_svg{
    position: absolute;
    left: 0;
    top: 36px;
    bottom: 25px;
    width: 100%;
    z-index: -1;
}
.equipe-formation_svg svg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}
.wrp_equipe-formation{
    position: relative;
}
#patients{
    position: relative;
    overflow: hidden;
}
#patients:before{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .4;
    z-index: 1;
}
.patients__video-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78vh; /* 16/9 */
    height: 56.25vw; /* 9/16 */
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}
.patients__video-bg iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Contactez — nice-select dropdown */
.contactez .nice-select{
    float: none;
    background: #D8CFCE;
    border: 0 !important;
    border-bottom: 1px solid #D8CFCE !important;
    border-radius: 30px !important;
    height: 58px;
    line-height: 58px;
    padding-left: 1.5rem;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
}
.contactez .nice-select:hover,
.contactez .nice-select:focus{
    border-bottom: 1px solid #2D2C2B !important;
}
.contactez .nice-select:after{
    display: none;
}
.contactez .nice-select::before{
    content: '';
    position: absolute;
    top: calc(50% - 12px);
    right: 1rem;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.75L5 5.25L9.5 0.75' stroke='%232B2A29' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    transition: all .3s;
}
.contactez .nice-select.open::before{
    transform: rotate(180deg);
}
.contactez .nice-select .current{
    color: #2B2A29;
}
.contactez .nice-select .list{
    width: 100%;
    background: #F8F3F2;
    border: 0 !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.08) !important;
    margin-top: 4px;
}
.contactez .nice-select .list li:first-child{
    display: none;
}
.contactez .nice-select .option{
    background: transparent !important;
    color: #2B2A29;
    padding-left: 1.5rem;
    line-height: 44px;
    min-height: 44px;
}
.contactez .nice-select .option:hover,
.contactez .nice-select .option.focus,
.contactez .nice-select .option.selected{
    background: #D8CFCE !important;
    color: #2B2A29;
}
.contactez .nice-select .list{
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    display: none;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    border-bottom-left-radius: 15px!important;
    border-bottom-right-radius: 15px!important;

}
.ev-select.open .list{
    display: block;
    margin-top: 0;
}
.ev-select svg{
    display: none;
}

.contactez .nice-select.open{
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

.wpcf7 form.sent .wpcf7-response-output{
    display: none;
}
.page-heading .image .image-cover{
    opacity: 1;
    inset: 227px 9% 133px;
    overflow: hidden;
    border-radius: 20px;
}
@media (max-width: 990px) {
    .page-heading .image .image-cover{
        inset: 227px 15px 133px;
    }
}
.page-heading .image .image-cover img{
    position: absolute;
    width: 100dvw;
    max-width: initial;
    object-fit: cover;
    object-position: center;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    margin-top: -45px;
}
.header__menu{
    display: flex;
    gap: 50px;
}
/*
.header__menu li{
    margin-right: 50px;    
}
*/

.header__menu li a{
    transition: .2s;
}
.header__menu li a:hover{
    text-decoration: underline;
    font-family: jost-regular, sans-serif;
}
/*
.header__menu li a:hover{
    text-shadow: 0 0 1px rgb(45, 44, 43);
    font-family: jost-regular, sans-serif;
    font-weight: 400;
}
*/


.header__menu>ul>li.dropdown-toggle>a:before{
    transform: translate(-50%, 0);
    opacity: 0;
}
.header__menu>ul>li.dropdown-toggle.active>a:hover:before{
    transform: translate(0, 0);
    opacity: 1;
}


.dropdown-toggle{
    display: flex;
    align-items: center;
    gap: 4px;
}

/*

.header__menu li::before {
  content: attr(data-text);
  font-weight: 700;
  visibility: hidden;
  display: block;
  height: 0;
  overflow: hidden;
}
*/


.header_orn_svg{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    display: none;
}
.submenu_toggle{
    width: 18px;
    height: 18px;
    position: relative;
}
.submenu_toggle:before,.submenu_toggle:after{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .2s;
}
.submenu_toggle:before{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMy43NVYxNC4yNSIgc3Ryb2tlPSIjMkQyQzJCIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTMuNzUgOUgxNC4yNSIgc3Ryb2tlPSIjMkQyQzJCIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    opacity: 1;
}
.submenu_toggle:after{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNzUgOUgxNC4yNSIgc3Ryb2tlPSIjMkQyQzJCIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    opacity: 0;
}
.dropdown.active>a>.submenu_toggle:before{
    opacity: 0;
}
.dropdown.active>a>.submenu_toggle:after{
    opacity: 1;
}
.wrp_submenu{
    display: none;
    position: absolute;
}
.wrp_submenu .submenu{
    display: flex;
    gap: 80px;
    padding-top: 30px;
}

.wrp_submenu .submenu_toggle{
    display: none;
}
.wrp_submenu .submenu .submenu{
    display: block;
}
.header__menu li:nth-child(even){
    display: block;
}
.wrp_submenu .submenu .dropdown-item>a{
    font-family: jost-medium, sans-serif;
}
.header__nav{
    top: 66px;
    padding-top: 18px;
    overflow: hidden;
    
}
.header__menu>ul>li>a{
    padding-bottom: 12px;
    position: relative;
}

.header__menu>ul>li>a:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #2D2C2B;
    transition: .2s;
    content: '';
    transform: translate(-50%, 0);
    opacity: 0;
}

.header__menu li{
    font-size: 18px;
}

.header__menu li li{
    font-size: 16px;
    font-family: jost-medium, sans-serif;
}
.header__menu li li a:hover{
    font-family: jost-medium, sans-serif;
}
.header__menu li li li{
    font-size: 14px;
    margin-bottom: 12px;
    font-family: jost-regular, sans-serif;
}
.header__menu li li li a:hover{
    font-family: jost-regular, sans-serif;
}

@media (max-width: 991px) {
    .logo_header {
        width: 74px;
        height: 70px;
    }
    .header__nav{
        top: 55px;
    }
    header.header{
        height: 80px;
    }
    .wrp_submenu{
        position: relative;
    }
    .wrp_submenu .submenu{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
        padding-top: 30px;
    }
    
    .header__menu li {
        font-size: 18px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .header__nav{
        min-height: initial!important;
        height: calc( 100dvh - 80px );
        overflow: auto;
    }
}
.play-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.title_icon{
    margin-bottom: 18px;
}
.title_icon._center{
    display: flex;
    justify-content: center;
}
/*
.conseils-row__content .title_icon{
    padding-left: 5rem;
}
    */
.conseils-row__content .m-title{
    text-align: center;
}
.conseil-item__link{
    font-family: poppins-light, sans-serif;
}
@media (max-width: 991px) {
    .title_icon{
        display: flex;
        justify-content: center;
    }
    .orthodontie .m-title{
        text-align: center;
    }
    .conseils-row__content .title_icon{
        padding-left: 0;
    }
}
.urgences-item__title{
    font-family: poppins-light, sans-serif;
    letter-spacing: 2px;
    line-height: 1.3;
    font-size: 24px;
}

.m-title{
    letter-spacing: 7px;
    line-height: 36px;
}
.m-title-l{
    font-family: poppins-light, sans-serif;
    letter-spacing: 5px;
}
.m-title-l-c{
    font-family: poppins-light, sans-serif;
    text-transform: initial;
    letter-spacing: 2px;
}


.bienvenue .container>.m-title span{
    font-family: poppins-light, sans-serif;
    letter-spacing: 5px;
}
.m-button{
    font-family: poppins-light, sans-serif;
    letter-spacing: 5px;
}
.orthodontie__apps-title{
    font-family: poppins-light, sans-serif;
}
.parcours-item__title{
    font-family: poppins-light, sans-serif;
}
.section-heading__title{
    font-size: 42px;
    line-height: 1.2;
}
.dp-single__content h2{
    font-size: 26px;
    letter-spacing: 5px;
}
.dp-single__content h3 {
    font-size: 24px;
}
.publications-item__link{
    font-family: poppins-light, sans-serif;
}
.technologies-item{
    padding-left: 0;
}
.technologies-item:nth-child(odd){
    padding-left: 0;
}
.technologies-item__image .image{
    height: 100%;
}
.technologies-item__image .image img{
    height: 100%;
    object-fit: cover;
}
.technologies-item:nth-child(odd) .technologies-item__content {
    max-width: initial;
    min-height: initial;
}
.technologies-item .technologies-item__content{
    max-width: initial;
    min-height: initial;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 100px!important;
}
.technologies-item:nth-child(even) .technologies-item__content{
    align-items: flex-start;
}
.wrp_technologies-item__content{
    max-width: 570px;
}
.technologies-item:nth-child(even) .technologies-item__content{
    padding-left: 0;
}
.technologies-item__content{
    display: flex;
    justify-content: flex-end;
}
/*
.technologies-item .technologies-item__image {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 50%;
}
*/
.appareils__list{
    display: flex;
    columns:initial;
    flex-wrap: wrap;
    gap: 8%;
    justify-content: flex-start;
}
.appareils-item{
    width: 46%;
    max-width: 570px;
    margin-left: initial;
    margin-right: initial;
}
.parcours__list_n{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1.5rem;
    position: relative;
    z-index: 1;
}
.wrp_parcours-item{
    width: 50%;
}
.wrp_parcours-item:nth-child(even){
    display: flex;
    justify-content: flex-end;
}
.patients__image-bg{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.patients__image-bg img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.equip_items{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: center;
}
.equipe-praticien{
    width: 32%;
    max-width: 260px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.wrp_equipe-praticien{
    max-width: 360px;
}
.appareils-items{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
@media screen and (max-width: 1280px) {
    .technologies-item .technologies-item__content{
        padding: 50px!important;
    }
}
@media screen and (max-width: 1120px) {
    .equipe-praticien{
        width: 32%;
    }
}
@media screen and (max-width: 990px) {
    .equipe-praticien{
        width: 48%;
    }
    .equipe-praticien:first-child{
        width: 100%;
        max-width: initial;
    }
    .equipe-praticien{
        max-width: initial;
    }

    .wrp_technologies-item__content{
        max-width: initial;
    }
    .appareils-item{
        width: 48%;
    }
    .appareils__list{
        gap: 4%;
    }
    .m-title{
        letter-spacing: 5px;
        line-height: 26px;
    }
    .bienvenue .container>.m-title span{
        letter-spacing: 3px;
    }
}
@media screen and (max-width: 850px) {

}
@media (max-width: 768px) {
    .equipe-praticien{
        width: 100%;
    }
    .patients__video-bg{
        display: none;
    }
    .patients__image-bg{
        display: block;
    }
    .technologies-item .technologies-item__content{
        padding: 20px!important;
    }
    .wrp_technologies-item__content h3{
        text-align: center;
    }
    .appareils-item{
        width: 100%;
        max-width: initial;
    }
    .appareils-item .description-text{
        max-width: initial;
    }
    .appareils-item h2{
        text-align: center;
    }
    .parcours__list_n{
        gap: 1.5rem;
    }
    .wrp_parcours-item{
        width: 100%;
    }
    .dp-single__content h2 {
        font-size: 22px;
    }
    .bienvenue h1{
        max-width: 275px;
        margin: 0 auto;
    }
    .m-title br {
         display: block!important;
    }
    .bienvenue .container>.m-title span{
        font-size: 16px!important;
        line-height: 22px!important;
    }
    .bienvenue-card {
        margin-top: 20px;
    }
    .header_inner {
        padding: 0 20px;
    }
    .description-text{
        text-align: center;
    }
    .m-title{
        line-height: 32px;
    }
    .orthodontie__apps-title{
        font-size: 20px;
    }
    .equipe-praticien__title{
        font-size: 22px;
        text-align: center;
    }
    .traitement-item__title{
        font-size: 20px;
    }
    .parcours-item__title{
        font-size: 23px;
        text-align: center;
    }
    .urgences-item .description-text{
        text-align: left;
    }
    .urgences-item__title{
        font-size: 20px;
    }

    .urgences-item{
        padding-left: 70px;
    }
    .urgences-item__icon{
        width: 60px;
        height: 60px;
    }
    .urgences-item__icon svg{
        width: 100%;
        height: 100%;
    }
    .section-heading__title {
        font-size: 30px;
    }
    .dp-single__content h3 {
        font-size: 20px;
    }
 
    .footer {
        padding-top: 100px;
    }
}

.footer a:hover{
    font-family: jost-regular, sans-serif;
    text-decoration: underline;
}
.hero{
    padding-bottom: 56%;
}

@media (max-width: 990px) {
    .wrp_button_orthodontie{
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .page-heading .image img {
        height: 100%;
    }
    header.header{
        height: 92px;
    }
    .hero{
        margin-top: 92px;
    }
    .home .logo_header svg path{
        fill: #fff;
    }
    .home .logo_header svg path{
        fill: #2D2C2B;
    }
    .home .header .header__hamburger .ad-burger__line{
        background: #2D2C2B;
    }

    .home .header__link svg path, 
    .home .header.header--menu .header__link svg path, 
    .home .header.header--default .header__link svg path{
        stroke: #2d2c2b;
    }
    .home .header__actions .divider{
        background: #2D2C2B;
    }
    .hero__scroll{
        display: none;
    }
    .hero .sound {
        bottom: 1.1rem;
        background-size: 20px;
    }
    .hero .sound.active{
        background-size: 20px;
    }
    .patients .description-text p,
    .patients .description-text li{
        text-align: left!important;
    }
    .parc_image{
        display: none;
    }
}
@media (max-width: 576px) {
    .ml-breadcrumbs {
        overflow-x: auto;
    }
}
