/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*  typography */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@font-face {
    font-family: "futura-bold";
    src: url("../fonts/Futura-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
body {
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    color: #212121;
}

p,
.paragraph {
    font-weight: 400;
    color: #212121;
    font-size: 17px;
    line-height: 1.9;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e1e4b;
    font-family: "futura-bold";
    font-weight: 700;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 60px;
}
@media (max-width: 575px) {
    h1,
    .h1 {
        font-size: 45px;
    }
}

h2,
.h2 {
    font-size: 40px;
}
@media (max-width: 575px) {
    h2,
    .h2 {
        font-size: 30px;
    }
}

h3,
.h3 {
    font-size: 25px;
}
@media (max-width: 575px) {
    h3,
    .h3 {
        font-size: 20px;
    }
}

h4,
.h4 {
    font-size: 20px;
}
@media (max-width: 575px) {
    h4,
    .h4 {
        font-size: 18px;
    }
}

h5,
.h5 {
    font-size: 18px;
}
@media (max-width: 575px) {
    h5,
    .h5 {
        font-size: 16px;
    }
}

h6,
.h6 {
    font-size: 16px;
}
@media (max-width: 575px) {
    h6,
    .h6 {
        font-size: 14px;
    }
}

/* Button style */
.btn {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    text-transform: none;
    padding: 15px 40px;
    border-radius: 0;
    font-weight: 700;
    border: 0;
    position: relative;
    z-index: 1;
    transition: 0.2s ease;
    overflow: hidden;
    white-space: nowrap;
}
.btn::before {
    position: absolute;
    content: "";
    height: 80%;
    width: 100%;
    left: 0;
    bottom: 10%;
    z-index: -1;
    transition: transform 0.2s ease-in-out;
    transform-origin: top;
    transform: scaleY(0);
}
.btn:active,
.btn:hover,
.btn.focus,
.btn:focus,
.btn.active {
    outline: 0;
    box-shadow: none !important;
}
.btn:active::before,
.btn:hover::before,
.btn.focus::before,
.btn:focus::before,
.btn.active::before {
    transform: scaleY(1);
    transform-origin: bottom;
}
.home-text {
    font-size: 20px;
    color: #fff;
}
.btn-sm {
    font-size: 14px;
    padding: 10px 35px;
}

.btn-xs {
    font-size: 12px;
    padding: 5px 15px;
}

.btn-primary {
    color: #fff;
    background-color: #1a1a37;
    border: 1px solid transparent !important;
}
.btn-primary::before {
    background-color: #fff;
    background-color: transparent;
}
.btn-primary:active,
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active {
    color: #fff !important;
    background-color: transparent;
    border: 1px solid #fff !important;
}
.btn-button {
    color: #fff;
    background-color: #1a1a37;
    border: 1px solid transparent !important;
}
.btn-button::before {
    background-color: #fff;
    background-color: transparent;
}
.btn-button:active,
.btn-button:hover,
.btn-button.focus,
.btn-button:focus,
.btn-button.active {
    color: #1a1a37 !important;
    background-color: #ffbc3b;
    border: 1px solid #ffbc3b !important;
}

.btn-outline-primary {
    color: #1a1a37;
    background-color: transparent;
    border: 1px solid #1a1a37;
}
.btn-outline-primary::before {
    background-color: #1a1a37;
}
.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary.active {
    color: #fff !important;
    background-color: #1a1a37 !important;
    border-color: #fff !important;
}

.btn-light {
    color: #ffbc3b;
    background-color: #fff;
    border: 1px solid #fff;
}
.btn-light::before {
    background-color: #ffbc3b;
}
.btn-light:active,
.btn-light:hover,
.btn-light.focus,
.btn-light:focus,
.btn-light.active {
    color: #fff !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

::-moz-selection {
    background: #1a1a37;
    color: #fff;
}

::selection {
    background: #1a1a37;
    color: #fff;
}

/* preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3d3d69;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

ol,
ul {
    list-style-type: none;
    margin: 0px;
}

img {
    vertical-align: middle;
    border: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover {
    color: #ffbc3b;
    text-decoration: underline;
}

a,
button,
select {
    cursor: pointer;
    transition: 0.2s ease;
    font-weight: 600;
    text-decoration: none;
}
a:focus,
button:focus,
select:focus {
    outline: 0;
}

a:hover {
    color: #1a1a37;
    text-decoration: underline;
}
.top-bar a:hover {
    color: #5959cc;
}

a.text-primary:hover {
    color: #ffbc3b !important;
}
a.text-primary.white:hover {
    color: #323277 !important;
}

a.text-light:hover {
    color: #ffbc3b !important;
}

h4 {
    transition: 0.2s ease;
}

a h4:hover {
    color: #ffbc3b;
}

.slick-slide {
    outline: 0;
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-sm {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-title {
    margin-bottom: 30px;
}

.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.border-primary {
    border-color: #ededf1 !important;
}

body > section.section.bg-cover > div {
    max-width: 80%;
}

/* overlay */
.overlay {
    position: relative;
}
.overlay::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #1a1a37;
    /* background: #d0d0d0; */
    opacity: 0.8;
}

.outline-0 {
    outline: 0 !important;
}

.d-unset {
    display: unset !important;
}

.bg-primary {
    background: #1a1a37 !important;
}

.bg-secondary {
    background: #1a1a37 !important;
}

.bg-gray {
    background: #f8f8f8;
}

.text-primary {
    color: #1a1a37 !important;
}

.text-color {
    color: #5c5c77;
}

.text-light {
    color: #8585a4 !important;
}

.text-lighten {
    color: #d6d6e0 !important;
}

.text-muted {
    color: #b5b5b7 !important;
    color: #464649 !important;
}

.text-dark {
    color: #1e1e4b !important;
}

.font-secondary {
    font-family: "futura-bold";
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.pl-150 {
    padding-left: 150px;
}

.zindex-1 {
    z-index: 1;
}

@media (max-width: 991px) {
    .overflow-md-hidden {
        overflow: hidden;
    }
}

.vertical-align-middle {
    vertical-align: middle;
}

.icon-md {
    font-size: 36px;
}

/* page title */
.page-title-section {
    padding: 200px 0 80px;
}

.custom-breadcrumb li.nasted {
    position: relative;
    padding-left: 25px;
}
.custom-breadcrumb li.nasted::before {
    position: absolute;
    font-family: "themify";
    content: "\e649";
    font-size: 20px;
    top: 50%;
    left: -5px;
    color: #fff;
    transform: translateY(-50%);
}

/* /page title */
.list-styled {
    padding-left: 25px;
}
.list-styled li {
    position: relative;
    margin-bottom: 15px;
}
.list-styled li::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #ffbc3b;
    left: -25px;
    top: 5px;
}

textarea.form-control {
    height: 200px;
    padding: 20px;
}

#map_canvas {
    height: 500px;
}

/* Modern Design Tokens */
:root {
    --primary: #1a1a37;
    --primary-light: #2c2c54;
    --accent: #ffbc3b;
    --white: #ffffff;
    --glass-bg: rgba(255, 255, 255, 0.85);
    --glass-border: rgba(255, 255, 255, 0.3);
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Header Base */
.header {
    transition: var(--transition);
    z-index: 1050;
    width: 100%;
}

.top-header {
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: var(--white);
    transition: var(--transition);
}

.top-header.hide {
    transform: translateY(-100%);
    height: 0;
    padding: 0 !important;
    overflow: hidden;
    border: none;
}

/* Navigation Glassmorphism */
.navigation {
    background: var(--primary);
    transition: var(--transition);
    border-bottom: 1px solid var(--glass-border);
}

.header-sticky .navigation {
    background: var(--glass-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid var(--glass-border);
}

.header-sticky .navbar-dark .navbar-nav .nav-link {
    color: var(--primary) !important;
}

.header-sticky .navbar-toggler-icon {
    filter: invert(1);
}

/* Navbar Link Styles */
.navbar-nav .nav-item {
    margin: 0 12px;
}

.navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.5px;
    padding: 25px 0 !important;
    position: relative;
    transition: var(--transition);
}

.navbar-nav .nav-link i {
    margin-right: 6px;
    font-size: 16px;
    opacity: 0.8;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: var(--transition);
}

.navbar-nav .active > .nav-link::after {
    width: 100%;
}

.navbar-nav .no-underline .nav-link::after {
    display: none !important;
}

/* Mega Menu Enhancements */
.mega-menu {
    width: 600px;
    padding: 25px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: 0;
    display: none;
}

@media (min-width: 992px) {
    .nav-item.dropdown:hover > .mega-menu {
        display: block;
        animation: fadeIn 0.3s ease-out;
    }
}

.dropdown-inner {
    padding: 0;
}

.dropdown-header {
    font-size: 12px;
    text-transform: none;
    letter-spacing: 1px;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: var(--primary) !important;
}

.dropdown-item {
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 14px;
    transition: var(--transition);
    display: flex;
    align-items: center;
}

.dropdown-item:hover {
    background: rgba(26, 26, 55, 0.05) !important;
    color: var(--primary) !important;
    transform: translateX(5px);
}

.dropdown-item i {
    margin-right: 12px;
    width: 20px;
    text-align: center;
    color: var(--accent);
}

/* Auth Buttons */
.auth-buttons .btn {
    border-radius: 50px;
    padding: 8px 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-sticky .auth-buttons .btn-outline-light {
    border-color: var(--primary);
    color: var(--primary);
}

.header-sticky .auth-buttons .btn-outline-light:hover {
    background: var(--primary);
    color: var(--white);
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .navbar-nav .nav-link {
        padding: 12px 20px !important;
    }

    .navbar-nav .nav-link::after {
        display: none;
    }

    .mega-menu {
        width: 100%;
        transform: none !important;
        left: 0 !important;
        box-shadow: none;
        padding: 10px !important;
    }

    .navigation {
        background: var(--primary) !important;
    }
}

.btn-subscribe {
    padding: 0.75rem 1.5rem;
    background-color: #ffbc3b;
    color: #1a1a37;
    font-weight: 600;
    border-radius: 0 30px 30px 0;
    border: none;
    transition: background 0.3s ease;
}

.btn-subscribe:hover {
    background-color: #e5a935;
    color: #1a1a37;
}

.hero-section {
    padding: 250px 0 290px;
}
@media (max-width: 991px) {
    .hero-section {
        padding: 250px 0 200px;
    }
}

.hero-slider .prevArrow,
.hero-slider .nextArrow {
    position: absolute;
    bottom: -123px;
    z-index: 9;
    padding: 15px;
    color: rgba(255, 255, 255, 0.5);
    border: 0;
    font-size: 30px;
    transition: all linear 0.2s;
    background: transparent;
}
.hero-slider .prevArrow:focus,
.hero-slider .nextArrow:focus {
    outline: 0;
}
.hero-slider .prevArrow:hover,
.hero-slider .nextArrow:hover {
    color: #fff;
}
.hero-slider .prevArrow {
    right: 60px;
}
.hero-slider .nextArrow {
    right: 0;
}
.hero-slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: -100px;
    padding-left: 0;
}
.hero-slider .slick-dots li {
    display: inline-block;
    margin: 0 6px;
}
.hero-slider .slick-dots li.slick-active button {
    background: #1a1a37;
}
.hero-slider .slick-dots li button {
    color: transparent;
    padding: 0;
    overflow: hidden;
    height: 10px;
    width: 10px;
    background: rgba(255, 255, 255, 0.5);
    border: 0;
    outline: 0;
}

/* banner feature */
.feature-icon {
    font-size: 50px;
    color: #ffbc3b;
    display: inline-block;
}

.feature-blocks {
    margin-top: -100px;
    padding-left: 70px;
    padding-top: 50px;
    padding-right: 30%;
}
@media (max-width: 1400px) {
    .feature-blocks {
        padding-right: 10%;
    }
}
@media (max-width: 1200px) {
    .feature-blocks {
        padding-right: 50px;
        padding-left: 50px;
        padding-top: 50px;
    }
    .feature-blocks h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .feature-blocks {
        margin-top: 60px;
        padding: 50px;
    }
    .feature-blocks h3 {
        font-size: 25px;
    }
}

/* /banner feature */
/* course */
.card-btn {
    font-size: 12px;
    padding: 5px 10px;
}

.flex-basis-33 {
    flex-basis: 33.3333%;
}

.hover-shadow {
    transition: 0.3s ease;
}
.hover-shadow:hover {
    box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15);
}

/* /course */
/* success story */
.success-video {
    min-height: 300px;
}
.success-video .play-btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .success-video .play-btn {
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.play-btn {
    display: inline-block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #1a1a37;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.play-btn i {
    line-height: 80px;
}
.play-btn::before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: -2;
    transition: 0.3s ease;
    transition-delay: 0.2s;
}
.play-btn::after {
    position: absolute;
    content: "";
    height: 80%;
    width: 80%;
    transform: translate(-50%, -50%);
    background: #ffbc3b;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: 0.3s ease;
}
.play-btn:hover::before {
    height: 80%;
    width: 80%;
    transition-delay: 0s;
}
.play-btn:hover::after {
    height: 0;
    width: 0;
    transition: 0s ease;
}

/* /success story */
/* events */
.card-date {
    position: absolute;
    background: #ffbc3b;
    font-family: "futura-bold";
    text-align: center;
    padding: 8px 12px;
    color: #fff;
    top: 0;
    left: 0;
    text-transform: uppercase;
    min-width: 60px;
}

.card-date span {
    font-size: 28px;
    line-height: 1;
    display: block;
}

/* /events */
/* teacher */
.teacher-info {
    width: 70%;
    bottom: 0;
    right: 0;
}

/* /teacher */
/* footer */
.newsletter {
    background-image: linear-gradient(to right, transparent 50%, #1a1a37 50%);
    margin-bottom: -170px;
    position: relative;
    z-index: 1;
}
.newsletter-block {
    padding-left: 50px;
}
@media (max-width: 575px) {
    .newsletter-block {
        padding-left: 15px;
    }
}

.input-wrapper {
    position: relative;
}
.input-wrapper button {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.form-control {
    height: 60px;
    background: #fff;
    border-radius: 0;
    padding-left: 25px;
}
.form-control:focus {
    border-color: #1a1a37;
    box-shadow: none;
}

.newsletter-block .form-control {
    height: 90px;
}

.bg-footer {
    background-color: #182b45;
}

.logo-footer {
    margin-top: -20px;
    display: inline-block;
}

.footer {
    border-color: #494a43 !important;
    padding-top: 275px;
}

/* /footer */
.filter-controls li {
    cursor: pointer;
    transition: 0.1s ease;
}
.filter-controls li.active {
    font-weight: 600;
    color: #182b45;
}
.filter-controls li:hover {
    color: #182b45;
}
/*# sourceMappingURL=style.css.map */

@media all and (max-width: 400px) {
    body > section.section.bg-cover > div {
        max-width: none !important;
    }
}

/* Ajoutez ceci dans votre fichier CSS */
.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.hover-bg-primary-soft:hover {
    background-color: rgba(13, 110, 253, 0.05) !important;
}
.hover-bg-warning-soft:hover {
    background-color: rgba(255, 193, 7, 0.05) !important;
}
.hover-bg-info-soft:hover {
    background-color: rgba(13, 202, 240, 0.05) !important;
}

.avatar-group .avatar {
    border: 2px solid white;
    margin-left: -8px;
}
.avatar-group .avatar:first-child {
    margin-left: 0;
}

.bg-primary-soft {
    background-color: rgba(13, 110, 253, 0.1) !important;
}
.bg-warning-soft {
    background-color: rgba(255, 193, 7, 0.1) !important;
}
.bg-info-soft {
    background-color: rgba(13, 202, 240, 0.1) !important;
}

/* Effet "lift" au survol */
.hover-lift {
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}
.hover-lift:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1) !important;
}

/* Icônes rondes */
.icon-xl {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Bordures personnalisées */
.border-end {
    border-right: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.border-bottom {
    border-bottom: 1px solid rgb(110, 110, 110) !important;
}

.copyright a i:hover {
    color: #5959cc !important;
}
.stats-icons {
    font-size: 4em;
}
