.elementor-2273 .elementor-element.elementor-element-ba3f5d0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2273 .elementor-element.elementor-element-0387fe7{--display:flex;--gap:00px 00px;--row-gap:00px;--column-gap:00px;--overflow:auto;--margin-top:00px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2273 .elementor-element.elementor-element-62f0ee6{width:100%;max-width:100%;}.elementor-2273 .elementor-element.elementor-element-62f0ee6 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2273 .elementor-element.elementor-element-8fa1eb6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2273 .elementor-element.elementor-element-f0af06f{text-align:center;}.elementor-2273 .elementor-element.elementor-element-f0af06f .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:30px;font-weight:600;color:#FFFFFF;}.elementor-2273 .elementor-element.elementor-element-6e05c72{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2273 .elementor-element.elementor-element-0387fe7{--width:120%;}}/* Start custom CSS for html, class: .elementor-element-62f0ee6 *//* --- 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;
}

/* --- LOGIQUE DES BUREAUX (PC / TABLETTE) --- */
@media (min-width: 768px) {
    .header-cta {
        flex-direction: row;
        height: 65px;
    }

    .call-header-btn.secondary {
        background: #1a1a1a;
        color: white !important;
        /* 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.primary {
        background: #ffffff; /* CHANGÉ : Blanc au lieu de rouge */
        color: #000000 !important; /* Texte noir pour lisibilité */
        /* Coupe penchée à gauche */
        clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
        padding-left: 30px;
        z-index: 2;
    }
}

/* --- LOGIQUE MOBILE --- */
@media (max-width: 767px) {
    .header-cta {
        flex-direction: column;
        height: auto;
        background: #0b0b0b;
        gap: 0;
    }

    .call-header-btn {
        width: 100%;
        min-height: 50px;
        padding: 15px 10px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .call-header-btn.secondary {
        background: #1a1a1a;
        color: white !important;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 0% 100%);
        margin-bottom: -18px; 
        z-index: 2;
        padding-bottom: 25px;
    }

    .call-header-btn.primary {
        background: #ffffff; /* CHANGÉ : Blanc au lieu de rouge */
        color: #000000 !important;
        clip-path: polygon(0 20px, 100% 0, 100% 100%, 0% 100%);
        padding-top: 25px;
        z-index: 1;
    }
}

.call-header-btn .icon {
    margin-right: 10px;
    font-size: 1.2em;
}

/* --- REFLET ANIMÉ --- */
.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);
}

/* Correction du reflet pour le bouton blanc (reflet noir discret) */
.call-header-btn.primary::after {
    background: linear-gradient(
        120deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0) 100%
    );
}

.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-0387fe7 */.elementor-2273 .elementor-element.elementor-element-0387fe7 {
    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 */