.main-logo {
    height: 60px;
}
.brand-mlc {
    width: 450px;
    max-width: 100%;
}
/* --- SLIDER --- */

.banner-area{
    padding:0;
    position:relative;
    background-size:cover;
    background-position:center;
}
.banner-slide{
    height:clamp(420px, 55vh, 620px);
    padding:65px 0;
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
}
.banner-slide::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.2);
}
.banner-slide .container-fluid{
    position:relative;
    z-index:2;
}
.banner-area .banner-content{
    max-width:925px;
}
#homepageSlider .carousel-control-prev{
    left:-80px;
}
#homepageSlider .carousel-control-next{
    right:-80px;
}
#homepageSlider .carousel-control-prev-icon,
#homepageSlider .carousel-control-next-icon{
    width:45px;
    height:45px;
    filter:drop-shadow(0 0 6px rgba(0,0,0,0.6));
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .banner-area {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .banner-slide{
    height:clamp(320px, 40vh, 520px);
    }
    #homepageSlider .carousel-control-prev{
    left:-40px;
    }
    #homepageSlider .carousel-control-next{
    right:-40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area {
        background-color: #ffffff;
    }
    .main-logo {
        float: left;
    }
    .mobile-responsive-nav .mobile-responsive-menu .logo {
        max-width: 250px;
    }
    .mobile-responsive-nav .mobile-responsive-menu .logo img.main-logo{
       display: none;
    }
    .top-header-area .top-header-content .header-info ul li {
        margin-right: 20px;
        font-size: 11px;
    }
    .top-header-area .top-header-content .header-right .flow ul li p {
        font-size: 11px;
    }
    .banner-slide{
    height:clamp(320px, 40vh, 520px);
    }
    #homepageSlider .carousel-control-prev{
    left:-40px;
    }
    #homepageSlider .carousel-control-next{
    right:-40px;
    }
}
@media only screen and (max-width: 767px) {
    .top-header-area {
        padding-top: 10px;
        text-align: center;
    }
    .top-header-area .top-header-content .header-right {
        text-align: center;
    }
    .navbar-area {
        background-color: #ffffff;
    }
    .main-logo {
        float: left;
    }
    .mobile-responsive-nav .mobile-responsive-menu .logo {
        max-width: 250px;
    }
    .mobile-responsive-nav .mobile-responsive-menu .logo img.main-logo{
       display: none;
    }
    .top-header-area .top-header-content .header-info ul li {
        margin-right: 20px;
        font-size: 11px;
    }
    .top-header-area .top-header-content .header-right .flow ul li p {
        font-size: 11px;
    }
    .banner-slide {
        height:clamp(280px, 30vh, 470px);
    }
    #homepageSlider .carousel-control-prev{
        left:-20px;
    }
    #homepageSlider .carousel-control-next{
        right:-20px;
    }
    #homepageSlider .carousel-control-prev-icon, #homepageSlider .carousel-control-next-icon {
        width: 35px;
        height: 35px;
    }
}
/* --- BOUTON --- */
/* Variante petite taille du bouton principal */
.common-btn-sm {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 13px;
    font-weight: 600;
}

.common-btn-sm i {
    right: auto;      /* Annule le positionnement par rapport à la droite */
    left: 12px;       /* Icône calée à gauche avec un petit espace */
    font-size: 14px;
}

/* --- MENU --- */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
}
.dropdown-submenu.dropstart > .dropdown-menu {
    left: auto;
    right: 100%;
}
/* --- SLIDER --- */
.banner-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25); /* ← intensité ici */
    z-index: 1;
}

.banner-area > * {
    position: relative;
    z-index: 1;
}
.banner-area .banner-content span {
    display: block;
    font-weight: 600;
    color: #fea735;
    margin-bottom: 10px;
    font-size: 20px;
}
.banner-area .banner-content h1 {
    color: #ffffff;
}

/* --- Home offer --- */
.offer-area .row {
    align-items: stretch;
}

.offer-area [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.offer-area .single-offer {
    flex: 1;           /* La carte occupe toute la hauteur de la colonne */
    min-height: 290px; /* Hauteur minimale conservée */
}

.offer-area .single-offer {
    min-height: 290px; background-size: cover; background-position: center; border-radius: 10px; overflow: hidden;
}
.offer-area .single-offer div.offer-layer {
    background-color: rgba(0,0,0,0.4);
}
.offer-area .single-offer h4 {
    color: #ffffff;
}
.offer-area .single-offer p {
    color: #ffffff;
}
/* --- Start Page Banner Area --- */
.page-banner-area {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: none;
    background-color: #fe4a55;
}
.page-banner-area .banner-heading ul li {
    color: #fff;
}
/* content */
.class-details-area .information .class-information li p {
    position: relative;
    right: 0px;
    margin-top: 40px;
}
/* footer */
.footer-widget .footer-logo {
    max-width: 150px;
}

@media only screen and (max-width: 991px) {
.main-logo {
    height: 50px;
}
}