.formation-head-logo {
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 10px;
    border: solid 3px #ffffff;
    text-align: left !important;
}
.formation-head-logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.text-end {
    text-align: right !important;
}
.bg-primary {
    color: #ffffff !important;
}
.card-image-review {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 10px;
}
.card-image-review img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bourse-titre {
    height: 90px;
}
.front-dossier-avatar {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    overflow: hidden;
}
.front-dossier-avatar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.front-dossier-avatar2 {
    height: 120px;
    width: 120px;
    border-radius: 100%;
    overflow: hidden;
}
.btn {
    line-height: auto !important;
}

.badge {
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 7px;
    font-size: 72%;
    letter-spacing: 0.3px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
}

.badge.badge-primary,
.badge.badge-purple {
    background: #ab26aa;
    color: #fff;
}

.badge.badge-secondary {
    background: #272627;
    color: #fff;
}
.card_home_sante {
    overflow: hidden;
    height: 250px;
}
.card_home_sante img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.card_home_sante img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in;
}
.color2 {
    color: #008000 !important;
}
.bg2 {
    background-color: #008000 !important;
}
.btn2 {
    background-color: #008000 !important;
    color: #fff !important;
}
.card-annonce-sante {
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}
.card-annonce-sante img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.card-logo-clinique {
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 05px;
    margin-right: 10px;
    border: solid 1px rgba(0, 0, 0, 0.418);
}
.card-logo-clinique img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.card-logo-clinique img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in;
}
.list-specilaites-cliniques li:hover {
    color: #008000 !important;
    font-weight: bold;
}

.badge-formation {
    background-color: #ab26ab0e;
    color: #ab26aa;
}
.sub-title2 {
    color: #008000 !important;
}
.color-base2 {
    color: #008000 !important;
}
.card-img-micro-post {
    height: 80px;
    width: 80px;
    overflow: hidden;
}
.card-img-micro-post img {
    height: 100%;
    object-fit: cover;
}
.card-img-home {
    height: 200px;
    overflow: hidden;
}
.card-img-home img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.text-base2 {
    color: #08ac08 !important;
}

.single-contact-list {
    background-color: #333f4d;
    color: white !important;
    border-bottom: solid 2px #4a8930 !important;
}
.single-contact-list h6 {
    color: white !important;
}
.navbar-nav li {
    text-transform: uppercase !important;
}
.faq-question {
    padding: 5px;
    margin-bottom: 5px;
    align-items: center;
    border-radius: 5px;
}
.faq-question:hover {
    background-color: #333f4d1f;
    cursor: pointer;
}
.active-question {
    background-color: #ab26aa;
    color: white !important;
}
.active-question .card-title {
    color: white !important;
}
.breadcrumb-area {
}
.breadcrumb-area .container {
    background:url("/icons/titre.png")no-repeat;
    background-size: cover;
}
.card-img-service-home {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.card-img-service-home img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.card-img-service-home img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in;
}
.card-service-home {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.card-service-home-santé .titre {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #0080007c;
    color: white !important;
    text-align: center;
    transition: background-color 0.3s ease-in-out;
}
.card-service-home-étude .titre {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #ab26ab75;
    color: white !important;
    text-align: center;
    transition: background-color 0.3s ease-in-out;
}
.card-service-home img:hover {
    transform: scale(1.1);
}
.vois-plus-clinique {
    background-color: #34fc3470;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}

.card-infos-clinique {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.card-infos-clinique .infos {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.644);
    color: white !important;
    text-align: center;
    transition: background-color 0.3s ease-in-out;
    border-bottom: solid 5px #03b312;
}
.card-infos-clinique .logo {
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 10px;
}
.card-infos-clinique .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.color-base-active {
    color: #ffffff;
    text-decoration: underline;
}

.btn-postuler-home {
    padding: 05px 10px 05px 10px;
    background-color: #ab26aa;
    color: white !important;
    border: solid 1px white;
    margin-bottom: 3px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100% !important;
    border-right: none !important;
    text-align: left !important;
}

.btn-contact-home {
    padding: 05px 10px 05px 10px;
    background-color: #2f20b9;
    color: white !important;
    border: solid 1px white;
    margin-bottom: 3px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100% !important;
    border-right: none !important;
    text-align: left !important;
}

.btn-avis-home {
    padding: 05px 10px 05px 10px;
    background-color: #2f20b9;
    color: white !important;
    border: solid 1px white;
    margin-bottom: 3px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100% !important;
    border-right: none !important;
    text-align: left !important;
}

.btn-fixed-home {
    position: fixed;
    right: 0px;
    top: 46%;
    z-index: 99999999999999;
    width: 120px;
}



.card_text-about {
    background-color: #27262709;
    border-radius: 10px;
}

.selector-serapration {
    border-top: solid 3px #ab26aa;
    width: 200px;
}
.selector-serapration2 {
    border-top: solid 3px #008000;
    width: 200px;
}
.card-details-service-image {
    position: relative;
}
.card-details-service-image button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    border-radius: 5px;
    background-color: white;
    color: black;
    width: 90%;
    padding: 5px;
    -webkit-box-shadow: -8px 0px 53px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -8px 0px 53px -12px rgba(0, 0, 0, 0.75);
    box-shadow: -8px 0px 53px -12px rgba(0, 0, 0, 0.75);
}
.thumb-head-temoignage .media {
    background-color: #ab26aa;
    height: 80px;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.thumb-head-temoignage .media .img{
    position: absolute;
    bottom: -40px;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
}

.card-destination-sms{
    background-color: #ab26aa;
    color: white !important;
}
.card-destination-sms-étude{
    background-color: #ab26aa;
    color: white !important;
}
.card-destination-sms-santé{
    background-color: #019120;
    color: white !important;
}


.icon-contact{
    color: #ab26aa;
    font-size: 25px;
}

.card-home-destination{
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    border-radius: 5px;
    overflow: hidden;
    padding: 2px;
}
.card-home-destination .titre{
    text-align: center;
    color: white;
    background-color:#ab26aa ;
    padding: 5px;
}
.card-home-destination .photo{
    height: 150px;
    overflow: hidden;
}
.card-home-destination  .photo img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.card-home-destination  .photo img:hover{
    transform: scale(1.1);
    transition: all 0.3s ease-in;
}

.card-shadow{
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.future-f-inner-santé{
    border-left: solid 10px #008000 ;
}

.future-f-inner-étude{
    border-left: solid 10px #80006f ;
}
.future-f-inner{
    border-radius: 20px;
}

.btn-how-bourse{
    width: 100%;
    background-color: #ab26aa;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    border:none;
}



.card-bourse{
    background-color: white;
}
.card-bourse .photo{
    height: 150px;
    overflow: hidden;
}
.card-bourse .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-profiter{
    border:solid 2px #ab26aa;
    border-radius: 5px;
    border-left: solid 5px #ab26aa;
}
.btn-profiter .fa-arrow-right{
    color: #ab26aa !important;
}
.btn-profiter:hover{
    background-color: #ab26aa;
    color: white;
}
.nav-h{
    background-color: #ab26aa !important;
}
.first-btn-header{
    padding-left: 20px;
}
.btn-base3{
    background-color: #ab26aa;
    color: white !important;
}
.color-sante{
    color: #008000;
}
.color{
    color: #ab26aa;
}
.open-modal-formation{
    background-color: unset;
    border:none;
    outline-style: unset;
    font-weight: bold;
}

.card-home-destination .titre:hover{
    color: rgb(218, 218, 218) !important;
}

.cusor{
    cursor: pointer;
}




* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
.hs-carousel {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.hs-carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}
.hs-carousel-slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}
.hs-carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.hs-carousel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 1;
}
.hs-carousel-content h2 {
    margin: 0 0 10px;
    font-size: 2em;
}
.hs-carousel-content p {
    margin: 0 0 20px;
    font-size: 1em;
}
.hs-carousel-button {
    padding: 10px 20px;
    background-color: #ab26aa;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.hs-carousel-button:hover {
    background-color: #911d88;
}
.banner-stat-site {
    background-color:#911d88 ;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 10px;
}
.banner-stat-site .count{
    color: white;
    font-weight: bold;
    font-size: 40px;
}
.banner-stat-site .titre{
    font-weight: 400;
    font-size: 20px;
    color: white;
    
}




.st-carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.st-carousel {
    display: flex;
    transition: transform 0.3s ease-in-out;
    padding-left: 40px;
}

.st-carousel-item {
    min-width: 300px;
    margin: 0 10px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    text-align: center;
}

.st-carousel-btn {
    background-color: #008000;
    border: none;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    z-index: 10;
}

.st-carousel-btn-left {
    left: 10px;
}

.st-carousel-btn-right {
    right: 10px;
}

.st-carousel-btn:focus {
    outline: none;
}


.hv-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.hv-carousel-track {
    display: flex;
    transition: transform 1s ease;
}

.hv-carousel-item {
    flex: 0 0 300px;
    box-sizing: border-box;
    text-align: center;
    border:solid 1px #ab26aa;
    border-top: solid 5px #ab26aa;
    border-bottom: solid 5px #008000;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.218) inset;
    border-radius: 10px;
    margin: 5px;
}

.hv-carousel-prev, .hv-carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.hv-carousel-prev {
    left: 10px;
}

.hv-carousel-next {
    right: 10px;
}
.hv-carousel-item .p{
    text-align: justify;
}



.fd-container {
    margin: 50px auto;
    max-width: 600px;
    text-align: center;
}

.fd-item {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    margin: 20px 0;
}

.fd-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.banner-etude-image{
    background: url('/icons/Cover-1.jpg')no-repeat;
    background-size: cover;
    min-height: 400px;
}

.banner-etude-image .row{
    min-height: 400px;
}




.card-produit {
    border: solid 1px #ccc;
    margin: 3px;
}

.card-produit .btn {
    background-color: #019120;
    color: white;
    border: none;
    border-radius: 0px;
    transition: background-color 0.3s ease;
}

.card-produit .img {
    height: 200px;
    overflow: hidden;
}

.card-produit.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}















@media only screen and (max-width: 991px) {
    .nav-h{
        background-color: #f3f1f3 !important;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
        color: #ffffff;
    }
    .first-btn-header{
        padding-left: 0px;
    }
    .btn-fixed-home .text{
        display: none;
       
    }
    .btn-fixed-home {
        width: 40px;
    }
    .center-in-mobile{
        text-align: center;
    }
    .hide-mobile{
        display: none;
    }
}


/* en mode tablette */
@media (min-width: 991px) and (max-width: 1200px) {
.hide-tablette-mode{
        display: none !important;
    }
}




























































@media only screen and (min-width: 767px) {
    .mon_compte_li {
        display: none !important;
    }
    .breadcrumb-area {
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .d-sm-none-ps {
        display: none !important;
    }
}
