

/* Variable */


:root {

    /* New */
    --color-Green-dark: #1F503B;
    --color-Green-one: #289063;
    --color-Green-three: #3B9F74;
    --color-Green-twoo: #2EC584;

    /* Old */
    /* --color-Green-one: #117248;
    --color-Green-twoo: #6B9784;
    --color-Green-three: #678F7E;
    --color-Green-dark: #0A5937; */


    --color-title: #0A5937;
    --color-Turquoise: #0C4355;
    --color-SteelBlue: #2F95C0;
    --color-WhiteSmoke: rgba(255, 255, 255, 0.20);
    --color-MidnightBlue: #133460;
    --color-Teal: #125B72;
    --color-DarkBlue: #002C68;
    --color-Gray: #717171;
    --color-White: #FFF;
    --color-Black: #000;
    --coor-light-black:#3B4148;
    --color-ranslucent-black: rgba(0, 0, 0, 0.39);
    --color-LightSkyBlue: rgba(150, 194, 241, 0.16);
    --color-BlueShade: #2967B9;
    --bs-accordion-bg:#75AA93;
    --semi-transparent-black: rgba(0, 0, 0, 0.60);
    --color-txt-nrml: #314d3c;
    --green-organigramme: #BBD9CE;
    --color-bg-org-thirt: #5A7568;
}



/* Font */

.Montserrat_Thin{
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
}
.Montserrat_ExtraLight {
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
}
.Montserrat_Light {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}
.Montserrat_Regular {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.Montserrat_Medium {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.Montserrat_SemiBold {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.Montserrat_Bold {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.Montserrat_ExtraBold {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}
.Montserrat_Black {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
}


/* Background */

.bg_GreenOne{
    background-color: var(--color-Green-three);
}
.bg_Secondry{
    background-color: var(--color-Green-twoo);
}
.bg_GreenThree{
    background-color: var(--color-Green-three);
}
.bg_greenDark{
    background-color: var(--color-Green-dark);
}
.bg_Teal{
    background-color: var(--color-Teal);
}
.bg_WhiteSmoke{
    background-color: var(--color-WhiteSmoke);
}
.bg_BlueShade{
    background-color: var(--color-BlueShade);
}
.bg_Turquoise{
    background-color: var(--color-Turquoise);
}
.bg_white{
    background-color: var(--color-White);
}
.bg_footer_dark{
    background-color: #1F503B;
}
.bg_org_thirt{
    background: var(--color-bg-org-thirt) !important;
}

/* Colors */


.cl_GreenOne{
    color: var(--color-Green-dark);
}
.cl_Second{
    color: var(--color-Green-twoo);
}
.cl_BlackTransparent{
    color: var(--color-txt-nrml);
}
.cl_Black{
    color: var(--color-Black);
}
.cl_white{
    color: var(--color-White);
}
.cl_darkBlue{
    color: var(--color-DarkBlue);
}
.cl_title{
    color: var(--color-title)
}
.cl_lightBlack{
    color: var(--color-txt-nrml);
}
.cl_light_black{
    color: var(--coor-light-black);
}
.cl_greenDark{
    color: var(--color-Green-dark);
}
.cl_black_op{
    color: var(--color-ranslucent-black);
}
.cl_new_color_text{
    color: var(--color-txt-nrml);
}

.border_flower{
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.border-start-title{
    border-left: 6px solid var(--color-Green-twoo);
    border-radius: 4px;
}
body{
    overflow-x: hidden !important;
}
.rounded-4 {
    border-radius: 10px;
}
.w-85{
    width: 85%;
}
.w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.fs_5{
    font-size: 1.125rem;
}
.fs-7 {
    font-size: 0.875rem;
}
.fs-8 {
    font-size: 0.75rem;
}
.z-1{
    z-index: 1;
}
.flexible{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.opacity-60{
    opacity: .6;
}
.rounded_br{
    border-bottom-left-radius: 30px;
}
.w-95{
    width: 95%;
}
input:focus-visible{
    outline: none;
}
.shadow_custom{
    border-radius: 6px;
    background: #FFF;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
}
.shadow_custom_second{
    border-radius: 15px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
            box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
}
.border_start_primary{
    border-left: 3px solid var(--color-Green-dark);
    border-radius: 3px;
}
.list_doctor .image_docteur{
    max-width: 209px;
    width: 100%;
    border-bottom-left-radius: 8px ;
    border-bottom-right-radius: 8px ;

}
.search_doctor input,
.search_doctor select{
    border-radius: 5px;
    background: #F6F6F6;
}
.col_name_doc::before{
    content: '\f002';
    font-family: 'FontAwesome';
    position: absolute;
    left: 8%;
    top: 8px;
}
#detail_pole .col_sp_doc::before{
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    right: 8%;
    top: 10px;
    font-size: 0.8rem;
    color: var(--coor-light-black);
}
.search_doctor input:focus,
.search_doctor select:focus {
    border: 2px solid;
    border-color: var(--color-Green-dark);
    -webkit-box-shadow: none;
            box-shadow: none;
}
.doctor_item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.list_doctor .speciality option:first-child{
    background: #89828261;
    color: white;
}
.list_doctor .speciality option{
    font-family: 'Montserrat';
    font-weight: 500;
}



/* Links ans hover */
.link_white{
    color: white;
    text-decoration: underline;
    font-family: "Montserrat", sans-serif ;
    font-weight: 600;
}
.link_white i {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.link_white:hover{
    text-decoration: none;
}
.link_white:hover span{
    color: white;
}
.link_white:hover i {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    color: white;
}
.text-justify{
    text-align: justify;
}
.cursor{
    cursor: pointer;
}
.cursor_none{
    pointer-events: none;
}
.pointer-events-none {
    pointer-events: none;
}

/* Header */
.breadcrumbs li.current{
    background: var(--color-Green-three);
    padding: 0.1rem 0.8rem;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
header .navbar {
    border-bottom: 1px solid #ffffffb5;
}
.grand_titre_slider{
    border-radius: 20px;
    background: var(--color-Green-dark);
    -webkit-backdrop-filter: blur(7.5px);
            backdrop-filter: blur(7.5px);
}
.play-btn.video-youtube{
    position: absolute;
    right: -25px;
    top: 30%;
}
a.nav-link.dropdown-toggle.show {
    background: rgba(130, 130, 130, 0.19);
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
    border-color: var(--color-Green-twoo);
}
.navbar-light .navbar-nav .nav-link {
    color: #FFF;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-color: transparent;
}
.menu_fixed {
    position: fixed;
    top: 45%;
    right: 0%;
    width: 227px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(170px, 0px);
    -ms-transform: translate(170px, 0px);
    transform: translate(170px, 0px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 3;
}
.menu_fixed .sticky-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin: 0px 2px;
    text-decoration: none;
    padding: 10px 10px;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.menu_fixed .sticky-link:first-child{
    background: var(--color-Green-twoo);
    border-top-left-radius: 5px;
}
.menu_fixed .sticky-link:last-child{
    background: var(--color-Green-dark);
    border-bottom-left-radius: 5px;
}
.menu_fixed .sticky-link:nth-child(2){
    background: var(--color-Green-three);
}
.menu_fixed .sticky-link:hover {
    color: #fff;
    transform: translate(-170px, 0px);
}

.menu_fixed .sticky-link .sticky-icon {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 7px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.dropdown_lang ul li:nth-child(2),
.dropdown_lang ul li:last-child{
    display: none;
}

/* Home */
.section1.home {
    top: 87%;
    width: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
}
.citation_img{
    left: 18%;
    width: 80%;
}
.plateau_name.active{
    background-color: var(--color-Green-one);
}
.section2.home{
    background-color: white;
}
.form_search {
    width: 75%;
}
.input_search{
    outline: none;
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.70);
    color: white;
}
.input_search::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.50);
}
.input_search::-moz-placeholder{
    color: rgba(255, 255, 255, 0.50);
}
.input_search:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.50);
}
.input_search::-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.50);
}
.input_search::placeholder{
    color: rgba(255, 255, 255, 0.50);
}
.input_search:focus{
    outline: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.70);
    background: transparent;
}
#search_form {
    display: none;
    top: -8px;
}
#gallery .gallery-item:nth-child(even){
    margin-top: 2rem;
}
.trusted-by-list {
    -webkit-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
    height: 650px !important;
}
.gradien_blue_green {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #6B9784), color-stop(91%, #0C4355EB),color-stop(9%, white));
    background: -o-linear-gradient(top, #6B9784 35%, #0C4355EB 91%,white 9%);
    background: linear-gradient(to bottom, #6B9784 35%, #0C4355EB 91%,white 9%);
}
.caption_video::after {
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#0C4355), to(rgba(12, 67, 85, 0.00))) no-repeat;
    background: -o-linear-gradient(bottom, #0C4355 0%, rgba(12, 67, 85, 0.00) 100%) no-repeat;
    background: linear-gradient(0deg, #0C4355 0%, rgba(12, 67, 85, 0.00) 100%) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.link__caption_video{
    position: absolute;
    top: 4px;
    left: 3rem;
    padding: 0.2rem 0.5rem;
    z-index: 2;
    transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -ms-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
}
.caption_video:hover::after {
    background: -webkit-gradient(linear, left bottom, left top, from(#0c43554d), to(rgba(12, 67, 85, 0.00))) no-repeat;
    background: -o-linear-gradient(bottom, #0c43554d 0%, rgba(12, 67, 85, 0.00) 100%) no-repeat;
    background: linear-gradient(0deg, #0c43554d 0%, rgba(12, 67, 85, 0.00) 100%) no-repeat;
}
.caption_video__infos,
.caption_video{
    transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
}
.caption_video:hover .caption_video__infos{
    opacity: 0;
    visibility: hidden;
}
.caption_video:hover .link__caption_video{
    padding: 0.2rem 1.5rem;
}

.gradient_home_last{
    position: relative;
}
.gradient_home_last::before {
    content: '';
    width: 100%;
    height: 80%;
    background: var(--color-Green-dark);
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-left-radius: 80px;
}
.trusted-by-list{
    height: 14.5rem !important;
}
.swiper_poles_home ,
.trusted-by-list,
.swiper_chiffres_home,
.swiper_chiffres_home .swiper-wrapper{
    -webkit-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
}
.swiper_poles_home .trusted-by-list .swiper-slide {
    height: 12.5rem !important;
    -webkit-transition: height 0.3s ease-in;
    -o-transition: height 0.3s ease-in;
    transition: height 0.3s ease-in;
}
.trusted-by-list .swiper-slide a{
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
.trusted-by-list .swiper-slide:hover a{
    opacity: 1;
}
.trusted-by-list .swiper-slide:hover{
    height: 14.5rem !important;
    background: var(--color-Green-dark);
}
.swiper_poles_home .swiper-slide{
    /* background: -webkit-gradient(linear, left top, right top, from(#6B9784), to(#0A5937));
    background: -o-linear-gradient(left, #6B9784 0%, #0A5937 100%);
    background: linear-gradient(90deg, #6B9784 0%, #0A5937 100%); */
    background-color: var(--color-Green-one);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px;
    padding-top: 2.5rem;
}
.swiper_poles_home .swiper-slide img{
    height: 3rem;
    width: 3rem;
}
.swiper_poles_home .swiper-button-prev,
.swiper_poles_home .swiper-button-next,
.swiper_poles_home .swiper-pagination{
    position: initial;
}
.swiper_poles_home .swiper-pagination.swiper-pagination-bullets{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.swiper_poles_home .swiper-button-prev::after,
.swiper_poles_home .swiper-button-next::after{
    font-size: 1.5rem;
    margin-top: 1.35rem;
    color: var(--color-Green-twoo);
}
.swiper_poles_home .swiper-pagination-bullet-active {
    background: var(--color-Green-dark);
}
.icone_cercle{
    width: 1.3rem;
    height: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px;
    margin-right: 0.3rem;
}
.chiffre_icone{
    width: 40px;
    height: 40px;
    margin-top: -0.5rem;
}
.swiper_chiffres_home .swiper-slide:nth-child(1) p {
    width: 70%;
}

.col_plateux .col_plateux__excerpt{
    border-radius: 8px;
    border: 1px solid rgba(23, 56, 99, 0.15);
    background: white;
    padding: 1rem;
    cursor: pointer;
    -webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
    transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
    -o-transition: background-color 0.5s ease, transform 0.5s ease;
    transition: background-color 0.5s ease, transform 0.5s ease;
    transition: background-color 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease; /* Ajout de transform */
}
/* .col_plateux:nth-child(3n) .col_plateux__excerpt,
.col_plateux:nth-child(10) .col_plateux__excerpt{
    margin-top: -3rem;
    margin-bottom: 3rem;
} */

.col_plateux {
    transform-origin: top center; /* Makes the element expand from top */
    position: relative;
}

.plateau_technique{
    position: relative;
    overflow: hidden;
}

.heightmax {
    height: 980px;
}

.plateau_technique::before{
    content: url('huir.ma/assets/plateau_bg.png');
    width: 100%;
    height: 100%;
    position: absolute;
    top: -40%;
    left: 0;
    z-index: -1;
}
.col_plateux {
    position: relative;
}

.col_plateux:hover .col_plateux__excerpt {
    background-color: var(--color-Green-dark);
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px); 
            /* Ajout d'une translation pour donner un effet de survol */
}
.col_plateux .icone{
    width: 3rem;
    height: 3rem;
    display: block;
    margin: 0 auto;
    -webkit-transition: margin 0.5s ease, -webkit-filter 0.5s ease;
    transition: margin 0.5s ease, -webkit-filter 0.5s ease;
    -o-transition: margin 0.5s ease, filter 0.5s ease;
    transition: margin 0.5s ease, filter 0.5s ease;
    transition: margin 0.5s ease, filter 0.5s ease, -webkit-filter 0.5s ease;
}
.col_plateux:hover .icone {
    margin: 0;
    -webkit-filter: brightness(0);
            filter: brightness(0);
    -webkit-transition: margin 0.5s ease, -webkit-filter 0.5s ease;
    transition: margin 0.5s ease, -webkit-filter 0.5s ease;
    -o-transition: margin 0.5s ease, filter 0.5s ease;
    transition: margin 0.5s ease, filter 0.5s ease;
    transition: margin 0.5s ease, filter 0.5s ease, -webkit-filter 0.5s ease;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.col_plateux h3{
    text-align: center;
}

.col_plateux .hide_one {
    display: none;
}

.col_plateux:hover .hide_two {
    display: none;
}

.col_plateux:hover .mbonhover {
    margin-bottom: 1.5rem;
}

.col_plateux:hover .hide_one {
    display: block;
}


.col_plateux:hover h3 {
    z-index: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    /* -webkit-transform: translate(4rem, -3.5rem);
        -ms-transform: translate(4rem, -3.5rem);
            transform: translate(4rem, -3.5rem); */
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    color: white;
    text-align: left;
}

.plateau_information {
    height: 0;
    opacity: 0;
    -webkit-transform: translate(3.5rem, -1.5rem);
        -ms-transform: translate(3.5rem, -1.5rem);
            transform: translate(3.5rem, -1.5rem);
    padding: 10px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    color: white;
    font-family: "Montserrat", sans-serif;;
    font-weight: 700;
    font-size: 0.875rem;
    pointer-events: none;
}

.col_plateux:hover .plateau_information {
    /* display: block; */
    height: fit-content;
    opacity: 1;
    width: 85%;
}
.plateau_information__informations_number{
    width: 2rem;
}


.trusted-by-swiper .swiper-slide{
    margin-bottom: 40px !important;
    height: 20.5rem !important;
}

.footer_top{
    display: none;
}

.scale_7{
    -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
            transform: scale(.7);
}
.trusted-by-swiper .swiper-slide{
    margin-bottom: 20px !important;
}
.trusted-by-swiper .swiper-slide img{
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
}
.footer_top{
    display: none;
}
.section1 .swiper-slide{
    height: 14rem;
}
.round_top{
    border-top-left-radius: 60px;
}
/* Nos specialites */

.bg_filter_image {
    background: url('huir.ma/assets/bg_filter-section.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 88%;
}
.search_specialties:focus{
    outline: none;
}
.loup_search{
    right: 1rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
div#alphabet-container div:last-child,
div#alphabet-container div:nth-child(18) {
    opacity: 0.25;
}
.active.cl_white.cursor_pointer.px-2 {
    background: white;
    color: var(--color-Turquoise);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 4px solid var(--color-Green-one);
}
.bg_total_specialite{
    border-radius: 15px;
    background: #FDFDFD;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
}
.child_filter_sp{
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    border-radius: 6px;
    padding: 1rem 0.8rem;
}
#reset_filter{
    left: -6%;
    top: 50%;
    background: white;
    border-radius: 50px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
}
.poles{
    background: -webkit-gradient(linear, left bottom, left top, color-stop(100%, #6b9784eb), to(transparent)), url('/assets/poles.png');
    background: -o-linear-gradient(bottom, #6b9784eb 100%, transparent 100%), url('/assets/poles.png');
    background: linear-gradient(to top, #6b9784eb 100%, transparent 100%), url('/assets/poles.png');
}
.img_body{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(.84);
        -ms-transform: translateX(-50%) scale(.84);
            transform: translateX(-50%) scale(.84);
    top: 6%;
}
.swiper-pagination-bullet-active {
    background: var(--color-Green-dark) !important;
}
.specialites_medicales__col{
    border-radius: 16px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    margin-right: 0.3rem;
    margin-bottom: 0.8rem;
    font-size: 0.875rem;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
}
.specialites_medicales__col:hover h3,
.specialites_medicales__col:hover p{
    color: white;
}
.specialites_medicales__col:hover a{
    background: var(--color-Green-twoo);
}
.specialites_medicales__col a i{
    -webkit-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
}
.specialites_medicales__col a:hover i{
    margin-left: 1rem;
}
.specialites_medicales__col:hover{
    background: var(--color-Green-one);
    color: white;
}
.specialites_medicales__col:hover::before {
    content: '';
    background: rgba(0, 0, 0, 0.10);
    width: 46%;
    height: 96%;
    position: absolute;
    top: 10px;
    left: 13px;
}
.specialite_medical .hover_icone{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1;
}
.specialites_medicales__col:hover .hover_icone{
    opacity: 1;
}
.wp_poles_rep__img{
    width: 40px;
    height: 40px;
}
.poles_sp{
    background-image: url('huir.ma/assets/bg_poles.svg');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.wp_poles_rep {
    border-radius: 12px;
    border: 1px solid rgba(164, 162, 173, 0.20);
    background: #fff;
    padding: 0.6rem 1rem;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.wp_poles_rep:hover{
    background: #F9FFFD;
}
.wp_poles_rep:hover a i{
    background: var(--color-Green-twoo);
    padding: .6rem;
    -webkit-transform: translateX(1rem);
        -ms-transform: translateX(1rem);
            transform: translateX(1rem);
    border-radius: 8px;
    color: white;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.wp_poles_rep:hover .rtn_icone{
    -webkit-transform: translateX(1.5rem);
        -ms-transform: translateX(1.5rem);
            transform: translateX(1.5rem);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
.wp_poles_rep__hover{
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.wp_poles_rep:hover .wp_poles_rep__hover{
    -webkit-transform: translateX(1rem);
        -ms-transform: translateX(1rem);
            transform: translateX(1rem);
}
.wp_poles_rep__find_more{
    -webkit-transform: translateX(-1rem);
        -ms-transform: translateX(-1rem);
            transform: translateX(-1rem);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.wp_poles_rep:hover .wp_poles_rep__find_more{
    -webkit-transform: translateX(0rem);
        -ms-transform: translateX(0rem);
            transform: translateX(0rem);
    opacity: 1;
}
.col_height_sp{
    height: 33.5rem;
    overflow: auto;
}

.col_height_sp::-webkit-scrollbar-track,
#navbarSupportedContent::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3); */
	background-color: #F9F9F9;
    border-radius: 50px;
}

.col_height_sp::-webkit-scrollbar,
#navbarSupportedContent::-webkit-scrollbar,
::-webkit-scrollbar{
	width: 10px !important;
	background-color: #F9F9F9 !important;
}
.col_height_sp::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb{
	background-color: var(--color-Green-dark) !important;
}
#navbarSupportedContent::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb{
    background-color: var(--color-Green-twoo) !important;
    border-radius: 5px;
}
.wp_sp_quick a:first-child{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.wp_sp_quick a:last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.wp_sp_quick{
    border-radius: 10px;
}
.detail_poles_rep__icone{
    width: 25px;
    height: 25px;
}
.detail_poles_rep__title {
    max-width: 15rem;
}
.detail_poles_rep__wp_title{
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.detail_poles_rep i{
    background: #3b41482e;
    color: white;
    padding: .5rem;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.detail_poles_rep{
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.detail_poles_rep:hover{
    background: rgba(107, 151, 132, 0.40);
}
.detail_poles_rep:hover i{
    background: var(--color-Green-twoo),
}
.detail_poles_rep:hover .detail_poles_rep__wp_title{
    -webkit-transform: translate(0.65rem);
        -ms-transform: translate(0.65rem);
            transform: translate(0.65rem);
}
.col_poles_rep_filter .icone{
    width: 45px;
    height: 45px;
}
.detail_poles_rep.active{
    background: var(--color-Green-twoo);
}
.demarche_qualite h3{
    margin-bottom: 2rem;
    color: var(--color-Green-dark);
    font-family: 'Montserrat';
    font-weight: 700;
    padding-left: 1rem;
    border-left: 6px solid var(--color-Green-three);
    border-radius: 5px;
}
.demarche_qualite p,
.demarche_qualite ul{
    color: var(--color-txt-nrml);
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: justify;
}
.demarche_qualite ul li{
    margin-bottom: 1rem;
    text-align: left;
}
.deuxieme_texte_objectifs p,
.deuxieme_texte_objectifs li{
    color: white;
}
.deuxieme_texte_objectifs ul li{
    margin-bottom: 0.3rem;
}
.quick_select div{
    color: #888;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 1.125rem;
    font-weight: 500;
    padding: 1rem 2rem;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.quick_select div.active{
    background: var(--color-Green-twoo);
    color: white;
}
.quick_select{
    border-radius: 0px 0px 10px 10px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.13);
            box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.13);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}
.quick_select #demarche{
    border-bottom-left-radius: 10px;
}
.quick_select #objectif{
    border-bottom-right-radius: 10px;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready{
    z-index: 99999;
    background: #00000094;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/*------------------- demarche qualité page --------------------------*/
.quality_card{
    background-color: var(--color-Green-dark);
    padding: 25px;
    border-radius: 15px;
    color: white;
    height: 100%;
    max-width: 570px;
}
.text_quality_card{
    color: var(--Color, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.text_content_quality{
    color: var(--color-txt-nrml);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
/*-------------------END demarche qualité page --------------------------*/




/* Footer */
.reseau_sociaux_footer a{
    width: 2rem;
    height: 2rem;
    border-radius: 50px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
}
.reseau_sociaux_footer a i{
    color: white;
}
.reseau_sociaux_footer a:hover{
    background: white;
}
.reseau_sociaux_footer a:hover i{
    color: #4186EE;
}
.infos_huir p{
    max-width: 90%;
    cursor: pointer;
}
.map_footer_container{
    --bs-modal-width: 728px !important;
}

.map_footer_container div iframe{
    border-radius: 8px !important;
}
.map_footer_container div button{
    position: absolute;
    top: 8px;
    right: 8px;
}
.logo_footer{
    max-width: 15rem;
}
/* appels_offres */

#pagination button.active{
    background-color: var(--color-Green-twoo) !important;
    color: white !important;
}
.navigation i{
    color: #88D0AF;
}
.search_appels_offres .search_before:before{
    content: '\f002';
    font-family: 'FontAwesome';
    color: green;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1.5rem;
}
.search_appels_offres .search_before_select:before{
    content: '\f0c9';
    font-family: 'FontAwesome';
    color: green;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1.5rem;
}
.appels_offres  .form-control:focus,
.appels_offres  .form-select:focus,
.focus_input:focus{
    border-color: var(--color-Green-dark);
    border-width: 1px;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.focus_input::-webkit-input-placeholder{
    color: rgba(0, 0, 0, 0.39);
}
.focus_input::-moz-placeholder{
    color: rgba(0, 0, 0, 0.39);
}
.focus_input:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.39);
}
.focus_input::-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.39);
}
.focus_input::placeholder{
    color: rgba(0, 0, 0, 0.39);
}

/* espace press */

.search_press .translate-middle{
    margin-right: -12px;
}
.datepicker.datepicker-dropdown {
    width: 30%;
    padding: 1rem;
}
.datepicker table {
    width: 100%;
}
.datepicker table th,.datepicker table td {
    font-family: "Montserrat";
    padding: 0.5rem;
    text-transform: capitalize;
}
.datepicker td.today.day {
    background: var(--color-Green-dark);
    color: white;
    text-align: center;
}
.article_presse article p:first-child{
    color: var(--color-Gray);
}
.social_media_press a{
    width: 2rem;
    height: 2rem;
    border-radius: 50px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
}
.social_media_press a:hover{
    background: var(--color-Green-dark);
}
.social_media_press a:hover i{
    color: white;
}
.progress-container {
    width: 80%;
    background-color: #ffffffad;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.progress-bar {
    width: 0;
    height: 15px;
    background-color: var(--color-Green-twoo);
    border-radius: 5px 0 0 5px;
    animation: progressAnimation 3s forwards;
}

@keyframes progressAnimation {
    from {
        width: 0;
    }
    to {
        width: 85%;
    }
}

.progress-labels {
    width: 80%;
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}

/* capsule_video */

.wp_video video,
.wp_video{
    border-radius: 10px;
}
.wp_video:before,
.wp_photo::before {
    content: '';
    /* background: linear-gradient(0deg, #0A5937 0%, rgba(10, 89, 55, 0.00) 100%); */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity 0.5s ease;
}

.wp_video:after {
    content: '\f144';
    font-family: 'FontAwesome';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    font-size: 4rem;
    cursor: pointer;
    transition: opacity 0.5s ease , z-index  0.5s ease ;
}
.wp_photo:after {
    content: '\f302';
    font-family: 'FontAwesome';
    position: absolute;
    right: 3%;
    bottom: 0%;
    z-index: 2;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    transition: opacity 0.5s ease , z-index  0.5s ease ;
}
.wp_photo:hover:before,
.wp_photo:hover:after{
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
.wp_video_cols .wp_video:after {
    font-size: 2rem;
}
.wp_video_cols p{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.wp_video.hide-overlay:before,
.wp_video.hide-overlay:after {
    opacity: 0;
    pointer-events: none;
    z-index: -5;
}
/* .lang_drop ul li:nth-child(2),
.lang_drop ul li:nth-child(3){
    display: none !important;
} */
.ltr-content {
    direction: ltr;
    text-align: left; /* Adjust if needed */
}
/* phototheque */
.swiper-phototheque{
    width: 85%;
    margin: 0 auto;
}
.swiper-phototheque .swiper-slide img{
    height: 500px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.07);
}
.swiper-phototheque .swiper-pagination{
    top: 80%;
    left: 50% !important;
}

/* Menu offre smart */
.swiper_menu_offres a{
    color: #888;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.swiper_menu_offres .swiper-slide:not(:last-child)::after{
    content: '';
    width: 1px;
    height: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: rgba(0, 0, 0, 0.13);
}
.swiper_menu_offres .swiper-slide:last-child{
    border-bottom-left-radius: 0.2rem;
}
.swiper_menu_offres .swiper-slide:first-child{
    border-bottom-right-radius: 0.2rem;
}

/* Candidature spontané */
.checkbox_condition label.mb-2 {
    display: none;
}
.checkbox_condition label:not(.mb-2){
    color: #666;
}
.checkbox_condition label:not(.mb-2) a{
    color: black;
}
.telephone12 {
    padding-left: 100px !important;
}
.iti.iti--allow-dropdown.iti--separate-dial-code{
    width: 100%;
}
.shadow_col{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 15px;
}
.missions_section{
    background-image: url('/svg/BG_MISSIONS.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

body form label {
    /* color: rgb(244, 0, 0) !important; */
    color: var(--color-txt-nrml) !important;

}
#metier{
    -webkit-appearance: none;
}
#metier:focus{
    outline: none;
    border-color: var(--color-Green-dark) !important;
}
.wp_metier::after,
.wp_metier::before {
    content: '\f078';
    font-family: 'FontAwesome';
    font-weight: 600;
    color: var(--color-Green-dark);
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}
.wp_metier::before{
    content: '\f0c9';
    left: 2rem;
    right: initial;
}
.bref p{
    margin-bottom: 0;
}
.lang_drop,
#navbarDropdown2s {
    pointer-events: none !important;
}


/*** Othman Css in case any issue occurs ***/


.link_organigrame, .main_content_offer a {
    text-decoration: none;
    background: var(--color-Green-one);
    border-radius: 6px;
    color: white;
    padding: 1rem;
    margin: auto;
    display: block;
    width: fit-content;
    font-family: "Montserrat", sans-serif;
}

.this_img_header_new {
    max-height: 500px;
    object-fit: cover;
    object-position: top;
}


.image-holder {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.magnifying-glass {
    position: absolute;
    border: 2px solid white;
    border-radius: 50%;
    cursor: none;
    width: 200px;
    height: 200px;
    display: none;
    overflow: hidden;
}
.magnifying-glass img {
    position: absolute;
    max-width: none;
}

.person {
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #5A7568;
    background: #FFF;
    box-shadow: 0px 9px 19px -30px rgba(0, 0, 0, 0.15);
}
.person img{
    width: 110px;
    height: 95px;
    border-top-left-radius: 0.5rem;
    object-fit: cover;
}
.pole_organigramme{
    background: var(--green-organigramme);
    color: #2E4F3B;
    border-top-right-radius: 0.5rem;
}
.name_person{
    color: #2E4F3B;
}
.person .second_img{
    width: 96px;
    height: 62px;
}
.organigramme_medicale_before::before{
    content: url('/assets/arow.png');
    position: absolute;
    top: -112px;
    left: -20px;
}
.organigramme_medicale_after::after{
    content: url('/assets/vector-21.png');
    position: absolute;
    top: -112px;
    left: 50%;
}
.organigramme_medicale_after .person:nth-child(2){
    margin-top: 3rem !important;
    position: relative;
}
.organigramme_medicale_after .person:nth-child(2)::before{
    content: '';
    width: 3px;
    height: 2.3rem;
    background: #5A7568;
    position: absolute;
    left: 50%;
    top: -49px;
}

.padding_chirurgicaux{
	padding: 2.3rem 0.5rem;
}
.after_row::after{
	content: '';
    width: 3px;
    height: 19rem;
    background: #5A7568;
    position: absolute;
    bottom: -19rem;
    left: 50%;
    z-index: -1;
}
.before_row_org::before{
    content: url('/assets/group-7773.png');
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.organigramme_medicale_rep .person:nth-last-child(-n+4) .pole_organigramme {
    background: #D7E8E2;
}
.row_before_thirt::before{
    content: url('/assets/group-7770.png');
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/*** Othman Css in case any issue occurs ***/

/****************************************************** Media ******************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/

@media (min-width: 2500px) {
    .section4 .trusted-by-list .swiper-slide {
        height: 33.5rem !important;
    }
}

@media (min-width: 2000px) {
    .trusted-by-list .swiper-slide {
        height: 28.5rem !important;
    }
}


@media (max-width: 1399.98px) {
    .fs_5 {
        font-size: .9rem;
    }
    .section1.home {
        width: 65%;
    }
}
@media (max-width: 1198.98px) {
    .gradient_home_last::before {
        height: 78%;
    }
    .section1.home {
        width: 70%;
    }
    .trusted-by-swiper .swiper-slide {
        height: 17.5rem !important;
    }
    .specialites_medicales__col p{
        font-size: 0.75rem;
    }
    .detail_poles_rep__title {
        max-width: 12rem;
    }
    .appels_offres{
        padding: 0 2rem;
    }
}
@media (max-width: 991.98px) {

    .heightmax {
        height: auto;
    }

    header .navbar-toggler:focus {
        -webkit-box-shadow: #86BAA4 0px 0px 3px 2px;
                box-shadow: #86BAA4 0px 0px 3px 2px;
    }
    header .navbar-light .navbar-toggler-icon {
        background-image: url('huir.ma/assets/toggle-menu.svg');
    }
    #navbarSupportedContent{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: var(--color-Green-one);
        overflow-y: auto;
    }
    #navbarSupportedContent .navbar_custom{
        padding: 7rem;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #FFF;
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 2rem;
    }
    .navbar_custom li, .navbar_custom a {
        margin: 0.5rem 0;
    }
    header .dropdown-menu {
        background: transparent;
        border: 0;
        -webkit-box-shadow: #002c6830 0px 1px 4px;
                box-shadow: #002c6830 0px 1px 4px;
        margin-top: 2rem !important;
        padding: 1rem;
        border-radius: 15px;
    }
    header .navbar_custom a {
        font-size: 1.2rem;
    }
    .gradient_home_last p{
        width: 100% !important;
    }
    .gradient_home_last a{
        font-size: .85rem;
    }
    .bg_filter_image {
        width: 100%;
    }
    #alphabet-container{
        font-size: 1rem !important;
    }
    .bg_filter_image form{
        width: 100%;
    }
    .wp_sp_quick,
    .wp_sp_quick a:first-child {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .wp_sp_quick a:last-child{
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    #reset_filter {
        left: 0%;
        top: -55%;
    }
    .align_medium{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .fs_5 {
        font-size: .7rem;
    }
    .section1.home {
        width: 95%;
    }
    .col_plateux:nth-child(3n) .col_plateux__excerpt,
    .col_plateux:nth-child(10) .col_plateux__excerpt{
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    .trusted-by-swiper .swiper-slide {
        height: 13.5rem !important;
    }
    .specialites_medicales__col{
        margin-right: 0;
    }
    .wp_poles_rep__hover h3{
        font-size: .85rem !important;
        max-width: 17rem;
    }
    .detail_poles_rep__title {
        max-width: 30rem;
    }
    .demarche_qualite .w-95{
        width: 100%;
    }
    .image_demarche_col {
        height: 26rem;
        overflow: hidden;
    }
    .image_demarche_col image {
        border-radius: 0 !important;
    }
    .navbar_custom li {
        margin-right: auto;
        border-bottom: 1px solid;
        width: 100%;
        padding-bottom: 1rem;
        margin-bottom: 1.35rem;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #FFF;
        padding-left: 0.85rem;
        border-left: 3px solid var(--color-Green-twoo);
        border-radius: 2px;
    }
    header .navbar_custom .for_custom:nth-child(5){
    }
    header .navbar_custom .for_custom:nth-child(5),
    header .navbar_custom .for_custom:nth-child(6) {
        padding-left: 2rem;
        padding-right: 2rem;
        margin: 0px 5px;
        margin-left: 0rem !important;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-right: auto !important;
        text-align: center;
        margin-bottom: 2rem;
        padding-bottom: 0;
    }
    header .navbar_custom .for_custom:nth-child(5) a,
    header .navbar_custom .for_custom:nth-child(6) a{
        border-left: 0;
        padding-left: 0;
    }
    li.nav-item.for_custom.search_nav ,
    li.nav-item.dropdown.ms-2.ms-xl-5{
        display: none;
        cursor: pointer;
    }
    .navbar_custom .for_custom:nth-child(5) a{
        padding-left: 0 !important;
    }
    .dropdown_lang .dropdown-menu{
        margin-top: 1rem !important;
        padding: 0 0.3rem;
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important;
        background: #6b978494;
    }
    .dropdown_lang .dropdown-menu li{
        padding: 0.5rem 0.3rem;
    }
    .dropdown_lang .dropdown-menu li:not(:last-child){
        border-bottom: 1px solid white;
    }
    .dropdown_lang .dropdown-menu li a{
        color: white;
        font-family: 'Montserrat';
        font-weight: 500;
    }
    .dropdown_lang{
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .swiper-phototheque {
        width: 100%;
    }
    .swiper-phototheque .swiper-slide img {
        height: 425px;
    }
    .swiper-phototheque .swiper-pagination {
        top: 75%;
    }
    #detail_pole .bg_GreenOne.rounded-start-4  {
        height: 21rem;
        overflow-y: auto;
    }
    .row_before_thirt::before {
        transform: translateX(-50%) scaleX(.8);
    }
    .organigramme_medicale_after::after {
        left: 38%;
    }
    .organigramme_medicale_before::before {
        left: -38px;
        transform: scaleX(.5);
    }
    .before_row_org::before {
        content: url('/assets/group-7779-1729611060.png');
        top: -8rem;
        left: 36%;
        transform: translateX(-50%) scaleY(1.5);
        z-index: -1;
    }
    .after_row::after {
       display: none;
    }

}
@media (max-width: 768.98px) {
    .form_search::before {
        left: 5%;
    }
    .gradient_home_last::before {
        height: 85%;
        border-top-right-radius: 80px;
    }
    .sp_quick a div,
    .wp_sp_quick a div{
        font-size: .8rem !important;
    }
    .sp_quick img,
    .wp_sp_quick img{
        -webkit-transform: scale(.75);
            -ms-transform: scale(.75);
                transform: scale(.75);
    }
    .section1.home {
        position: relative;
    }
    .citation_img img{
        width: 40px;
    }
    .citation_img div{
        font-size: 0.9rem;
    }
    .trusted-by-swiper {
        overflow: hidden;
        height: 30rem;
    }
    .trusted-by-swiper .swiper-slide {
        height: 11.5rem !important;
        margin-bottom: 10px !important;
    }
    .trusted-by-swiper .swiper-slide{
        height: 15.5rem !important;
        margin-bottom: 10px !important;
    }
    .rtn_icone{
        display: none !important;
    }
    .wp_poles_rep__find_more {
        -webkit-transform: translateX(0rem);
            -ms-transform: translateX(0rem);
                transform: translateX(0rem);
        opacity: 1;
    }
    .wp_poles_rep:hover .wp_poles_rep__find_more {
        -webkit-transform: initial;
            -ms-transform: initial;
                transform: initial;
    }
    .wp_poles_rep:hover a i,
    .wp_poles_rep a i {
        background: var(--color-Green-twoo);
        padding: .6rem;
        -webkit-transform: initial;
            -ms-transform: initial;
                transform: initial;
        border-radius: 8px;
        color: white;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }
    .wp_sp_single {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .image_demarche_col {
        height: 20rem;
    }
    .quick_select div {
        font-size: 1rem;
    }
    .navbar-brand{
        max-width: 9rem;
    }
    header .navbar {
        padding-bottom: 0;
    }
    .navbar-brand img{
        width: 70%;
    }
    .navbar-light .navbar-toggler {
        transform: scale(.75);
    }
    #navbarSupportedContent .navbar_custom {
        padding: 5rem 3rem 3rem 3rem;
    }
    .menu_fixed .sticky-link:hover {
        transform: translate(0px, 0px);
    }
    .logo_footer{
        margin: 0 auto;
        display: block;
    }
    .footer .first_p {
        text-align: center;
    }
    .search_appels_offres input,
    .search_appels_offres select {
        font-size: 0.8rem;
    }
    .menu_espace_presse{
        height: 60px !important;
    }
    .latest_post a span {
        width: 100%;
    }
    .navigation span{
        display: none;
    }
    .capsule_video p{
        width: 100% !important;
    }
    .phototheque .swiper-slide p{
        width: 100% !important;
    }
    .map_footer_container{
        --bs-modal-width: 100% !important;
    }
    .replace h2{
        font-size: 1.7rem !important;
    }
    .replace p{
        font-size: 1rem !important;
    }
    .row_before_thirt::before {
        transform: translateX(-50%) scaleX(.75);
    }
    .organigramme_medicale_after::after {
        left: 25%;
    }
    .before_row_org::before {
        left: 32%;
        transform: translateX(-50%) scaleY(1.5) scaleX(1.5);
    }
}
@media (max-width: 575px) {
    .sp_quick img,
    .wp_sp_quick img{
        display: none;
    }
    .bg_filter_image form input {
        font-size: .85rem;
    }
    #alphabet-container{
        font-size: .9rem !important;
    }
    .sp_quick a div {
        font-size: .75rem !important;
    }
    .bg_total_specialite .fs-7{
        font-size: 0.7rem;
    }
    .wp_sp_quick a {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .icone_col_grid_pole img{
        width: 35% !important;
    }
    .citation_img div {
        font-size: 0.75rem;
    }
    .titre_block {
        font-size: 25px;
    }
    .grand_titre_slider{
        font-size: 1.3rem !important;
        padding: 2rem !important;
    }
    .play-btn {
        width: 50px !important;
        height: 50px !important;
    }
    .play-btn::after {
        border-top: 10px solid transparent !important;
        border-bottom: 10px solid transparent !important;
        border-left: 10px solid #000 !important;
    }
    .wp_poles_rep__hover h3 {
        font-size: .8rem !important;
        max-width: 12rem;
    }
    .wp_poles_rep__find_more span {
        display: none;
    }
    .col_name_doc::before {
        font-size: 0.75rem;
        left: 7%;
        top: 9px;
    }
    .detail_poles_rep__title {
        max-width: 20rem;
    }
    .quick_select div {
        font-size: 0.85rem;
        padding: 1rem 1rem;
    }
    .navbar-brand{
        max-width: 8rem;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.5rem;
    }
    .form_search {
        width: 95%;
    }
    .border_0{
        border: 0 !important;
    }
    .appels_offres {
        padding: 0 1rem;
    }
    .search_press i{
        font-size: 0.8rem;
    }
    header .form_search {
        padding-left: .7rem ;
        padding-right: .7rem ;
    }
    .replace .w-75{
        width: 95% !important;
    }
    .replace h2{
        font-size: 1.3rem !important;
    }
    .replace p{
        font-size: .85rem !important;
    }
    .progress-bar {
        height: 10px;
    }
    .replace img.w-100{
        height: 300px;
    }
    .row_before_thirt::before {
        transform: translateX(-50%) scaleX(.4);
    }
    .organigramme_medicale_before::before{
        content: url('/assets/group-7778.png');
        left: -18px;
        transform: scaleX(1) scaleY(1.2);
        top: 0;
    }
    .before_row_org::before {
        left: 27%;
    }
}
@media (max-width: 475px) {
    .data-plateau .texte{
        font-size: .8rem;
    }
    .plateau_name {
        font-size: .85rem;
    }
    .gradient_home_last::before {
        height: 100%;
    }
    .gradient_home_last a {
        font-size: .8rem;
    }
    .sp_quick{
        display: none;
    }
    .bg_filter_image form input {
        font-size: .8rem;
    }
    .wp_sp_quick a {
        padding: 0.5rem 0.4rem !important;
    }
    .sp_quick a div, .wp_sp_quick a div {
        font-size: .6rem !important;
        padding: 0.5rem 0.4rem !important;
    }
    .bg_filter_image h2{
        padding-left: 1.5rem;
        font-size: 1.1rem !important;
    }
    #reset_filter {
        left: 0%;
        top: -55%;
        font-size: 1.35rem !important;
    }
    .section1.home {
        width: 100%;
    }
    .citation_img div {
        font-size: 0.6rem;
    }
    .citation_img img{
        width: 30px;
    }
    .middle_of_header {
        top: 35% !important;
    }
    .specialites_medicales__col .col-6{
        width: 100%;
    }
    .specialites_medicales__col .col-6 img:not(.hover_icone){
        height: 200px;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .specialites_medicales__col:hover::before {
        width: 94%;
        height: 200px;
    }
    .wp_poles_rep__hover h3 {
        font-size: .7rem !important;
        max-width: 8rem;
    }
    .fs-8 {
        font-size: 0.6rem;
    }
    .wp_poles_rep:hover a i {
        padding: .45rem;
        margin-left: 0.5rem !important;
    }
    .wp_poles_rep:hover .wp_poles_rep__hover {
        -webkit-transform: translateX(0.3rem);
            -ms-transform: translateX(0.3rem);
                transform: translateX(0.3rem);
    }
    .wp_poles_rep__img {
        width: 30px;
        height: 30px;
    }
    .wp_poles_rep__hover h3 {
        padding-left: 0.35rem !important;
    }
    .wp_poles_rep:hover a i, .wp_poles_rep a i {
        padding: .45rem;
    }
    .search_doctor input, .search_doctor select{
        font-size: 0.8rem;
    }
    .col_name_doc::before {
        left: 9%;
        top: 8px;
        font-size: 0.7rem;
    }
    .col_sp_doc::before {
        top: 9px;
        font-size: 0.7rem;
    }
    .search_doctor input, .search_doctor select {
        font-size: 0.7rem;
        padding-right: .7rem;
        padding-left: 0.3rem;
    }
    .col_sp_doc::before {
        top: 10px;
        font-size: 0.5rem;
    }
    .col_name_doc::before {
        left: 10%;
    }
    .detail_poles_rep__title {
        max-width: 14rem;
    }
    .image_demarche_col {
        height: 15rem;
    }
    .deuxieme_texte_objectifs p{
        text-align: left;
    }
    .quick_select div {
        font-size: 0.8rem;
        padding: .7rem .7rem;
    }
    #navbarSupportedContent .navbar_custom {
        padding: 5rem 1rem 3rem 1rem;
    }
    header .navbar_custom a {
        font-size: 1rem;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.3rem;
    }
    header .navbar_custom .for_custom:nth-child(5) a,
    header .navbar_custom .for_custom:nth-child(6) a {
        padding: 0;
    }
    .input_search {
        font-size: 0.85rem;
    }
    .w_100_mobile{
        width: 100% !important;
    }
    .flex-col{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .mt_sp_mob{
        margin-top: 1rem;
    }
    .menu_espace_presse a {
        font-size: 13px !important;
    }
    .menu_espace_presse {
        height: 45px !important;
        padding: 5px !important;
    }
    .wp_pagination_press{
        max-width: 6rem;
    }
    .breadcrumbs .current,
    .breadcrumbs li:nth-child(2) a span{
        display: none !important;
    }
    .wp_video:after {
        font-size: 3rem;
    }
    .link_vide_photo a {
        font-size: 12px !important;
        padding: 0px 7px !important;
    }
    .link_vide_photo a.active {
        font-size: 12px !important;
        padding: 0px 10px !important;
    }
    .image_special_border {
        border-top-left-radius: 40px !important;
    }
    .swiper-phototheque .swiper-slide img {
        height: 375px;
    }
    .swiper-phototheque .swiper-pagination {
        top: 68%;
    }
    .trusted-by-swiper {
        height: 25rem;
    }
    .banner_home img{
        object-fit: cover !important;
    }
    #detail_pole .bg_GreenOne.rounded-start-4 {
        height: 20rem;
    }
    .fs-5{
        font-size: 1rem !important;
    }
    .replace img.w-100 {
        height: 350px;
        object-fit: cover;
    }
    .before_row_org::before {
        transform: translateX(-50%) scaleY(1.5) scaleX(1.3);
    }
}

@media (max-width: 375px) {
    .form_search::before {
        left: 7%;
    }
    .input_search {
        font-size: .85rem;
    }
    .gradient_home_last .col-xl-5.col-6{
        width: 100%;
        padding: 0 !important;
    }
    .trusted-by-swiper .swiper-slide{
        height: 11.5rem !important;
    }
    .grand_titre_slider {
        font-size: 1rem !important;
        padding: 1.3rem !important;
    }
    .fs-7 {
        font-size: 0.75rem !important;
    }
    .wp_sp_quick a {
        padding: 0.35rem 0.25rem !important;
    }
    .sp_quick a div, .wp_sp_quick a div {
        font-size: .55rem !important;
        padding: 0.35rem 0.25rem !important;
    }
    .search_doctor input, .search_doctor select{
        font-size: 0.7rem;
    }
    .detail_poles_rep__title {
        max-width: 10rem;
        font-size: 0.85rem !important;
    }
    .image_demarche_col {
        height: 12rem;
    }
    .quick_select div {
        font-size: 0.65rem;
        padding: .6rem .5rem;
    }
    .navbar-brand{
        max-width: 10rem;
    }
    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
        margin-top: -6px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 1rem;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-bottom: 0.3rem;
        padding-top: 0.3rem;
    }
    .close_menu {
        padding: 0.3rem 1rem !important;
        font-size: 1rem !important;
    }
    header .navbar_custom a {
        font-size: .75rem;
        padding: 0;
    }
    header .navbar_custom .dropdown-menu li{
        padding-bottom: 0.5rem;
    }
    .dropdown_lang a:first-child{
        margin: 0.5rem !important;
    }
    .search_nav {
        font-size: 1rem !important;
        padding: 0.7rem !important;
    }
    #navbarSupportedContent {
        overflow-x: hidden;
    }
    .input_search {
        font-size: .75rem;
    }
    .search_appels_offres input,
    .search_appels_offres select {
        font-size: 0.7rem;
    }
    .menu_espace_presse a {
        font-size: 11px !important;
    }
    .menu_espace_presse {
        height: 45px !important;
    }
    .search_press input{
        font-size: 0.8rem;
    }
    .wp_video:after {
        font-size: 2rem;
    }
    #pagination button{
        font-size: 0.75rem;
    }
    .link_vide_photo a {
        font-size: 10px !important;
        padding: 0px 7px !important;
    }
    .link_vide_photo a.active {
        font-size: 10px !important;
        padding: 0px 10px !important;
    }
    .swiper-phototheque .swiper-slide img {
        height: 335px;
    }
    .swiper-phototheque .swiper-pagination {
        top: 65%;
    }
    .trusted-by-swiper {
        height: 20rem;
    }
    #detail_pole .bg_GreenOne.rounded-start-4 {
        height: 19rem;
    }
    .before_row_org::before {
        transform: translateX(-50%) scaleY(1.5) scaleX(1);
    }
}


@media (min-width: 1199px){
    a.navbar-brand{
        width: 13% !important;
    }
}
@media (min-width: 992px){
    a.navbar-brand{
        width: 13%;
    }
    a.navbar-brand img{
        width: 100%;
    }
    header .navbar_custom .for_custom:nth-last-child(3) {
        margin: 0px 4px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        border-radius: 0px 0px 15px 15px;
        border: 0.5px solid rgba(0, 87, 187, 0.00);
        background: rgba(61, 61, 61, 0.80);
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px);
        padding: 1rem;
        left: -3rem !important;
        -webkit-transition: all 0.3s ease-in-out ;
        -o-transition: all 0.3s ease-in-out ;
        transition: all 0.3s ease-in-out ;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu.show{
        left: 0 !important;
    }
    .navbar_custom .dropdown-menu li{
        margin-bottom: 0.5rem;
    }
    .navbar_custom li:nth-child(5) a,
    .navbar_custom li:nth-child(6) a,
    .navbar_custom li:last-child a{
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    header .dropdown-menu .dropdown-item{
        font-size: 0.875rem;
        font-weight: 500;
        font-family: 'Montserrat';
    }
    .search_nav{
        padding: 0.6rem 0.75rem;
        background: var(--color-Green-dark);
        border-radius: 5px;
        font-size: 1rem;
        margin-left: 0.3rem;
    }
}