.swiper_partenaire .swiper-button-prev,
.swiper_partenaire .swiper-button-next,
.swiper_methodologie .swiper-button-prev,
.swiper_methodologie .swiper-button-next {
    color: #0f428f !important;
}

.text-color {
    color: #0f428f !important;
}

.swiper_partenaire .swiper-slide {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 53px;
}

.liste-associations {
    display: flex;
    justify-content: center;
    align-items: center;
}

.liste-associations .association {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 35px;
}

.liste-associations .association img {
    width: 250px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 6px solid #0f428f;
    object-fit: cover;
}

.swiper_methodologie .swiper-slide {
    background-color: transparent;
}

.swiper_methodologie .swiper-slide .rts-working-process-1 {
    height: 100%;
}

.swiper_methodologie .swiper-slide .rts-working-process-1 .icon img {
    width: 52px;
    height: auto;
}

.swiper_partenaire {
    display: inline-block;
}

.formulaire-connexion {
    background-color: white;
    border-radius: 23px;
    padding: 25px 0px;
}

.card {
    border-radius: 15px !important;
    padding: 10px;
}

.bg-violet {
    background-color: #8e44ad;
}

.bg-info {
    background-color: #16a085 !important;
}


/* TABLEAU DE BORD */

.list-blog-dashboard .blog-content a .title,
.list-blog-dashboard .blog-content a {
    color: var(--color-heading-1);
}

.thumbnail-blog-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 273px;
    width: 100%;
}

.thumbnail-blog-bg.little {
    height: 85px;
    width: 85px !important;
}

.badge-exclusif {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0f428f;
    color: white;
    padding: 5px 10px;
}

.badge-exclusif.radius {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.video-wraper {
    background-color: #fafafa;
    padding: 26px 20px;
    border: 2px solid;
    border-radius: 20px;
}

.video-wraper iframe {
    border-radius: 20px;
    aspect-ratio: 16 / 9;
    width: 100% !important;
    height: unset !important;
}

.bloc-video iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
    height: unset !important;
    margin-bottom: 32px;
}

#email-contact {
    font-size: 14px;
}

.rts-single-service-h2 .thumbnail {
    position: relative;
}

.info-expertise {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #000000bf;
    color: white;
    display: none;
    transition: 2s;
    padding: 10px;
    /* animation-duration: 1s; */
}

.rts-single-service-h2:hover .info-expertise {
    display: flex;
    transition: 2s;
}

.banner-two {
    height: calc(100vh - 122px);
}

.rts-banner-area-two {
    margin-top: 122px;
}

.text-shadow {
    text-shadow: 0px 0px 13px #000000;
}

#contenu-article p {
    margin-bottom: 7px !important;
}

#contenu-article iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
}

.swal2-popup.swal2-toast .swal2-html-container {
    font-size: 16px !important;
}

@media screen and (max-width: 767px) {
    .banner-two {
        height: calc(100vh - 100px);
    }
    .rts-banner-area-two {
        margin-top: 100px;
    }
}

@media screen and (max-width: 520px) {
    .banner-two {
        height: 50vh;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 26px;
    }
    .banner-two-content .wrapper .title {
        font-size: 23px;
        line-height: 24px;
    }
    .rts-breadcrumb-area .bread-tag {
        flex-wrap: wrap;
        justify-content: center;
    }
    .rts-breadcrumb-area {
        padding-top: 143px;
    }
    .blog-single-post-listing.details .author-area .thumbnail {
        max-width: 150px;
        margin: auto;
    }
    .author-details.team {
        text-align: center;
    }
}