.elementor-3204 .elementor-element.elementor-element-cedc539{--display:flex;--gap:00px 00px;--row-gap:00px;--column-gap:00px;--overflow:auto;}.elementor-3204 .elementor-element.elementor-element-5c8860f{width:100%;max-width:100%;}.elementor-3204 .elementor-element.elementor-element-5c8860f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3204 .elementor-element.elementor-element-ae923c4{width:100%;max-width:100%;}.elementor-3204 .elementor-element.elementor-element-ae923c4 > .elementor-widget-container{margin:0px 0px -10px 0px;}.elementor-3204 .elementor-element.elementor-element-78400ef{--display:flex;--margin-top:-10px;--margin-bottom:-0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-3204 .elementor-element.elementor-element-cedc539{--width:120%;}}/* Start custom CSS for html, class: .elementor-element-5c8860f *//* --- CONFIGURATION GÉNÉRALE --- */
.header-cta {
    display: flex;
    width: 100%;
    min-height: 60px;
    background: #0b0b0b;
    overflow: hidden;
    font-family: sans-serif;
}

.call-header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    flex: 1;
    color: white !important;
}

/* --- LOGIQUE DES BIREAUX (PC / TABLETTE) --- */
@media (min-width: 768px) {
    .header-cta {
        flex-direction: row;
        height: 65px;
    }

    .call-header-btn.primary {
        background: #C8102E;
        /* Coupe penchée à droite */
        clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
        padding-right: 30px;
        margin-right: -4%; 
        z-index: 1;
    }

    .call-header-btn.secondary {
        background: #1a1a1a;
        /* Coupe penchée à gauche */
        clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
        padding-left: 30px;
    }
}

/* --- LOGIQUE MOBILE RÉPARÉE (LISIBLE ET INCLINÉ) --- */
@media (max-width: 767px) {
    .header-cta {
        flex-direction: column;
        height: auto;
        background: #0b0b0b;
        gap: 0;
    }

    .call-header-btn {
        width: 100%;
        min-height: 50px; /* Hauteur minimale de sécurité */
        padding: 15px 10px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .call-header-btn.primary {
        background: #C8102E;
        /* On utilise 25px de pente fixe au lieu de % pour éviter les bugs */
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 0% 100%);
        margin-bottom: -18px; /* Chevauchement précis */
        z-index: 2;
        padding-bottom: 25px; /* On pousse le texte vers le haut de la pente */
    }

    .call-header-btn.secondary {
        background: #1a1a1a;
        /* On suit la même pente inverse */
        clip-path: polygon(0 20px, 100% 0, 100% 100%, 0% 100%);
        padding-top: 25px; /* On pousse le texte vers le bas de la pente */
        z-index: 1;
    }

    /* On réduit un peu les icônes pour gagner de la place latérale */
    .cta-icon, .icon-white {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }
}

.call-header-btn .icon {
    margin-right: 10px;
    font-size: 1.2em;
}

/* ============================================================
   AJOUT DU REFLET ET DE L'ANIMATION (RIEN D'AUTRE CHANGÉ)
   ============================================================ */

.call-header-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
}

/* Le reflet s'active au survol sur PC et au clic sur mobile */
.call-header-btn:hover::after {
    animation: shine 0.7s forwards;
}

@keyframes shine {
    100% { left: 150%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae923c4 *//* --- CONFIGURATION GÉNÉRALE --- */
.header-cta {
    display: flex;
    width: 100%;
    min-height: 60px;
    background: #0b0b0b;
    overflow: hidden;
    font-family: sans-serif;
}

.call-header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    flex: 1;
    color: white !important;
}

/* --- LOGIQUE DES BIREAUX (PC / TABLETTE) --- */
@media (min-width: 768px) {
    .header-cta {
        flex-direction: row;
        height: 65px;
    }

    .call-header-btn.primary {
        background: #C8102E;
        /* Coupe penchée à droite */
        clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
        padding-right: 30px;
        margin-right: -4%; 
        z-index: 1;
    }

    .call-header-btn.secondary {
        background: #1a1a1a;
        /* Coupe penchée à gauche */
        clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
        padding-left: 30px;
    }
}

/* --- LOGIQUE MOBILE RÉPARÉE (LISIBLE ET INCLINÉ) --- */
@media (max-width: 767px) {
    .header-cta {
        flex-direction: column;
        height: auto;
        background: #0b0b0b;
        gap: 0;
    }

    .call-header-btn {
        width: 100%;
        min-height: 50px; /* Hauteur minimale de sécurité */
        padding: 15px 10px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .call-header-btn.primary {
        background: #C8102E;
        /* On utilise 25px de pente fixe au lieu de % pour éviter les bugs */
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 0% 100%);
        margin-bottom: -18px; /* Chevauchement précis */
        z-index: 2;
        padding-bottom: 25px; /* On pousse le texte vers le haut de la pente */
    }

    .call-header-btn.secondary {
        background: #1a1a1a;
        /* On suit la même pente inverse */
        clip-path: polygon(0 20px, 100% 0, 100% 100%, 0% 100%);
        padding-top: 25px; /* On pousse le texte vers le bas de la pente */
        z-index: 1;
    }

    /* On réduit un peu les icônes pour gagner de la place latérale */
    .cta-icon, .icon-white {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }
}

.call-header-btn .icon {
    margin-right: 10px;
    font-size: 1.2em;
}

/* ============================================================
   AJOUT DU REFLET ET DE L'ANIMATION (RIEN D'AUTRE CHANGÉ)
   ============================================================ */

.call-header-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
}

/* Le reflet s'active au survol sur PC et au clic sur mobile */
.call-header-btn:hover::after {
    animation: shine 0.7s forwards;
}

@keyframes shine {
    100% { left: 150%; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-cedc539 */.elementor-3204 .elementor-element.elementor-element-cedc539 {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-78400ef */.elementor-3204 .elementor-element.elementor-element-78400ef {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}/* End custom CSS */