header .navbar {
    background-color: #284D9A !important;
}

/* SECTION DES SERVICES */

.speciality {
    padding: 2vw 8.928vw 0vw 8.928vw;
    width: 100%;
    gap: 2.239vw;
}

/* CONTENT-LEFT */

.speciality .content-left {
    width: 54.58vw;
    margin-top: 1vw;
}
.speciality .content-left .details-others h2 {
    font-family: var(--font-name);
    font-weight: 800;
    font-size: 2.43vw;
    line-height: normal;
    color: #56A1BF;
    margin-bottom: 1vw;
    margin-top: 1vw;
}
.speciality .content-left .details-others span {
    font-family: var(--font-name);
    font-weight: 400;
    font-size: var(--p-size);
    line-height: 2.083vw;
    text-align: justify;
    color: #000;
}

.speciality .content-left .image-video {
    width: 100%;
    height: 32.55vw;
    z-index: 3;
    cursor: pointer;
    margin: 6vw 0 4vw 0;
    border-radius: 1.82vw 1.82vw 0 7.03vw;
}
.speciality .content-left .image-vide {
    width: 100%;
    position: relative;
    display: block;
    border-radius: 1.82vw 1.82vw 0 7.03vw;
    height: 100%;
    overflow: hidden;
}
.speciality .content-left .image-video img {
    width: 100%;
    border-radius: 1.82vw 1.82vw 0 7.03vw;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .5s ease-in-out;
}
.speciality .content-left .image-video:hover img {
    transform: scale(1.1);
    transition: all .5s ease-in-out;
}
.speciality .content-left .image-video::before {
    content: "";
    position: absolute;
    display: block;
    background: #E9E11F;
    top: -2.96vw;
    left: -3.626vw;
    border-radius: 0 7.03vw 1.82vw 1.82vw;
    width: 30.435vw;
    height: 18.570vw;
    z-index: -1;
}
.speciality .content-left .image-video::after {
    position: absolute;
    z-index: 4;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #00000033;
    top: 0;
    border-radius: 1.82vw 1.82vw 0 7.03vw;
    left: 0;
}
.speciality .content-left .image-video .icon {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 5vw;
    color: white;
    z-index: 5;
}

/* CONTENT-RIGHT */

.speciality .content-right {
    width: 25.1041vw;
    margin-top: 5vw;
}

.speciality .content-right .hour-consultation {
    background: #F38430;
    height: -webkit-fill-available;
    border-radius: 1.822vw 2.6041vw 2.6041vw 0;
}
.speciality .content-right .hour-consultation .title {
    font-family: var(--font-name);
    font-weight: 700;
    font-size: 2.083vw;
    line-height: normal;
    color: white;
    text-transform: uppercase;
    padding: 1.97vw 0.885vw 0.885vw 0.885vw;
}
.speciality .content-right .hour-consultation table {
    padding: 0 0.885vw 0.885vw 0.885vw;
    background: transparent;
    border-collapse: separate; 
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
}
.speciality .content-right .hour-consultation table tr {
    background: transparent;
    display: flex;
    /* justify-content: space-between; */
    /* border-radius: 0.78vw 1.302vw 1.302vw 0; */
    padding: .4vw 0vw;
    /* margin-bottom: 0.781vw; */
    width: 100%;
}
.speciality .content-right .hour-consultation table tr td {
    background: transparent;
    display: inline-block;
}
.speciality .content-right .hour-consultation table tr td:nth-child(1) {
    width: 9vw;
    background: #FFFFFF;
    text-transform: uppercase;
    font-weight: 400;
    padding: 1vw 1vw;
    border-radius: 0.78vw 0 0 0;
}
.speciality .content-right .hour-consultation table tr td:nth-child(2) {
    background: #FFFFFFE5;
    color: #284D9A;
    font-weight: 600;
    padding: 1vw .85vw;
    border-radius: 0;
    width: 7vw;
}
.speciality .content-right .hour-consultation table tr td:nth-child(3) {
    background: #FFFFFFCC;
    font-weight: 600;
    color: #284D9A;
    padding: 1vw .85vw;
    width: 7vw;
    border-radius: 0 1.302vw 1.302vw 0;
}

.speciality .content-right .hour-consultation .btn-action {
    background: #E9E11F;
    border-radius: 0px 0px 2.6041vw 0;
}
.speciality .content-right .hour-consultation .btn-action a {
    margin: 1vw 0vw;
    width: 17.88vw;
    border-radius: 3.60416vw;
    height: fit-content;
    background: white;
    padding: 1vw;
}
.speciality .content-right .hour-consultation .btn-action a .icon {
    border-radius: 50%;
    padding: 1.95vw;
    background: #284D9A;
}
.speciality .content-right .hour-consultation .btn-action a .icon img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(36%) saturate(3765%) hue-rotate(348deg) brightness(102%) contrast(83%);
    width: 2.5vw;
}
.speciality .content-right .hour-consultation .btn-action a .text-action {
    color: #284D9A;
}

/*  */


.doctor-specialist {
    padding: 3vw 8.928vw 3vw 8.928vw;
    width: 100%;
    gap: 2vw;
}
.doctor-specialist .title {
    font-family: var(--font-name);
    font-weight: 900;
    font-size: 4.27vw;
    line-height: normal;
    color: #56A1BF;
    transition: all .5s ease-in-out;
}

.doctor-specialist .list-medecins {
    flex-wrap: wrap; 
    gap: 2.6vw 0; 
    justify-content: space-around; 
}

.doctor-specialist .list-medecins .one-medecin.inline {
    width: auto;
    padding: 0 2vw 0 0;
    flex-direction: row;
    display: flex;
}
.doctor-specialist .list-medecins .one-medecin {
    border-radius: 1.82vw 1.82vw 1.82vw 7.03vw ;
    padding: 0 0 1vw 0;
    width: 19.375vw;
    cursor: pointer;
    background: white;
    box-shadow: 0px 0.208vw var(--p-size) 0px #0000001A;
    border: 1px solid #FFF;
    transition: all .5s ease-in-out;
}
.doctor-specialist .list-medecins .one-medecin:hover {
    transition: all .5s ease-in-out;
    border: 1px solid #56A1BF;
}
.doctor-specialist .list-medecins .one-medecin .doctor {
    width: auto;
    height: 15.62vw;
    position: relative;
    overflow: hidden;
    border-radius: 1.82vw 1.82vw 1.82vw 7.03vw ;
    margin-bottom: 0.83vw;
}
.doctor-specialist .list-medecins .one-medecin.inline .doctor {
    width: 12vw;
    display: block;
    margin: 0;
}
.doctor-specialist .list-medecins .one-medecin .doctor img {
    width: 100%;
    height: 100%;
    border-radius: 1.82vw 1.82vw 1.82vw 7.03vw ;
    object-fit: cover;
    transition: all .5s ease-in-out;
    transform: scale(1);
}
.doctor-specialist .list-medecins .one-medecin:hover .doctor img {
    transition: all .5s ease-in-out;
    transform: scale(1.1);
}

.doctor-specialist .list-medecins .one-medecin .title {
    font-family: var(--font-name);
    font-weight: 800;
    font-size: 1.66vw;
    line-height: normal;
    color: #284D9A;
    text-align: center;
    transition: all .5s ease-in-out;
}
.doctor-specialist .list-medecins .one-medecin:hover .title {
    color: #56A1BF;
    transition: all .5s ease-in-out;
}
.doctor-specialist .list-medecins .one-medecin .description {
    text-align: center;
    font-family: var(--font-name);
    font-weight: 600;
    color: #56A1BF;
    font-size: var(--p-size);
    width: 14.27vw;
    line-height: normal;
    margin: 0 auto;
    transition: all .5s ease-in-out;
}
.doctor-specialist .list-medecins .one-medecin.inline .title,
.doctor-specialist .list-medecins .one-medecin.inline .description {
    text-align: left;
    margin: 1vw 0 0 1.5vw;
    width: fit-content;
}
.doctor-specialist .list-medecins .one-medecin:hover .description {
    color: #284D9A;
    transition: all .5s ease-in-out;
}

/*===================== RESPONSIVE OF SECTION SERVICE ===========================*/

/* VERSION MOBILE - Responsive */
@media screen and (max-width: 768px) {
    .mobile-header.scrolled {
    background-color: #284D9A !important;
    /* background-color: #284D9A;  */
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    margin-bottom: 5vw;
}
.speciality .content-right .hour-consultation .btn-action a .icon img{
    width: 5.5vw;
}
    .speciality {
        flex-direction: column !important;
        gap: 5vw;
        padding: 23vw 5vw 5vw 5vw;
    }

    .speciality .content-left,
    .speciality .content-right {
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 auto !important;
    }
    .speciality .content-right {
        margin-top: 0vw;
    }

    .content-left .details-others,
    .content-left .image-video,
    .content-right .hour-consultation {
        width: 100% !important;
    }

    .speciality .content-left .image-video {
        height: 62vw;
    }
    .speciality .content-left .image-video .icon {
        font-size: 12vw;
    }

    .content-left .image-video img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 20px;
    }
    .speciality .content-left .image-video::before {
        width: 46.435vw;
        height: 36.57vw;
    }

    .content-left h2 {
        font-size: 5vw;
        line-height: 6vw;
        margin-bottom: 2vw;
    }

    .speciality .content-left .details-others span,
    .content-right span {
        font-size: 4vw;
        line-height: 6vw;
    }

    .hour-consultation {
        margin-top: 0;
    }

    /* Icône vidéo responsive */
    .image-video .icon {
        font-size: 10vw;
    }
    

    .doctor-specialist .list-medecins .one-medecin  {
        width: auto;
        padding: 0 2vw 0 0;
        flex-direction: row;
        display: flex;
    }
    .doctor-specialist .list-medecins .one-medecin .description {
        text-align: left;
        margin: 1vw 0 0 1.5vw;
        width: fit-content;
    }
    .doctor-specialist .list-medecins .one-medecin .title {
        font-family: var(--font-name);
        font-weight: 600;
        font-size: 2.66vw;
        line-height: normal;
        color: #284D9A;
        text-align: center;
        transition: all .5s ease-in-out;
    }
    .speciality .content-right .hour-consultation table tr td:nth-child(1),
    .speciality .content-right .hour-consultation table tr td:nth-child(2),
    .speciality .content-right .hour-consultation table tr td:nth-child(3) {
        width: 100%;
        padding: 3vw 1vw;
    }
    .speciality .content-right .hour-consultation .btn-action a {
        margin: 2vw 0vw;
        width: fit-content;
        border-radius: 9.60416vw;
        padding: 1vw 4.14px;
    }
    .speciality .content-right .hour-consultation .title {
        font-size: 6.083vw;
        padding: 3.97vw 2.885vw 2.885vw 2.885vw;
    }
    .speciality .content-right .hour-consultation table tr {
        padding: 1.4vw 0vw;
        width: 100%;
        height: 13vw;
        text-align: center;
        align-items: center;
    }
    .speciality .content-left .details-others h2 {
        font-size: 5.43vw
    }

    .speciality .content-right .hour-consultation .btn-action a .icon img {
        width: 4.5vw;
    }
    .doctor-specialist {
    padding: 3vw 5.928vw 3vw 5.928vw;
}

}

