.elementor-kit-9{--e-global-color-primary:#4F46E5;--e-global-color-secondary:#3B82F6;--e-global-color-text:#09154D;--e-global-color-accent:#18B7C9;--e-global-color-fc9378c:#FFFFFF;--e-global-color-4085d5d:#EDEDFC;--e-global-color-be14341:#09154D;--e-global-color-4f7ec23:#FDDF02;--e-global-color-4cbe819:#FEF2AD;--e-global-color-e100d2e:#DD2D6B;--e-global-color-3d4166c:#E6E6FF;--e-global-color-9ed7c26:#24399B;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:700;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );color:#FFFFFF;border-radius:10px 10px 10px 10px;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:var( --e-global-color-accent );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-family:"Poppins", Sans-serif;font-weight:700;}.elementor-kit-9 h2{font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-kit-9 h3{font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-kit-9 h4{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-9 h5{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-9 img{border-radius:24px 24px 24px 24px;}.elementor-kit-9 input:not([type="button"]):not([type="submit"]),.elementor-kit-9 textarea,.elementor-kit-9 .elementor-field-textual{border-radius:8px 8px 8px 8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9 h1{font-size:30px;}.elementor-kit-9 h2{font-size:25px;}.elementor-kit-9 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Fond-principal:#F7F9FC; --Blanc:#FFFFFF; --Texte-principal:#1F2937; --Bleu-principal:#4F46E5; --Bleu-secondaire:#3B82F6; --Turquoise-accent:#14B8A6; --Jaune-accent:#FBBF24; --Violet-pale:#EEF2FF; --Corail:#FF6B6B; }
/* Start custom CSS */.menu-bac-2026 a {
    background: #FDDF02 !important;
    color: #09154D !important;
    border: 2px solid #18B7C9;
    border-radius: 14px;
    padding: 12px 22px !important;
    font-weight: 800;
    position: relative;
    animation: bacPulse 2.4s ease-in-out infinite;
    transition: all 0.25s ease;
}

/* Animation continue */
@keyframes bacPulse {
    0% {
        box-shadow:
            0 0 0 0 rgba(24, 183, 201, 0.55),
            0 0 12px rgba(24, 183, 201, 0.45);
        border-color: #18B7C9;
    }

    50% {
        box-shadow:
            0 0 0 5px rgba(24, 183, 201, 0.18),
            0 0 24px rgba(24, 183, 201, 0.75),
            0 0 36px rgba(56, 239, 125, 0.45);
        border-color: #38ef7d;
    }

    100% {
        box-shadow:
            0 0 0 0 rgba(24, 183, 201, 0.55),
            0 0 12px rgba(24, 183, 201, 0.45);
        border-color: #18B7C9;
    }
}

/* Hover desktop */
.menu-bac-2026 a:hover {
    background: #09154D !important;
    color: #FDDF02 !important;
    border-color: #FDDF02;
}/* End custom CSS */