/* ============================================================
   Capdeveo — CSS global site
   ============================================================ */

/* Flèches boutons : toujours visibles avec fill correct */
.elementor-button .elementor-button-icon {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: transform 0.2s ease;
}

/* Bouton fond bleu (#3885C6) → flèche blanche par défaut */
.elementor-button .elementor-button-icon svg,
.elementor-button .elementor-button-icon .e-font-icon-svg {
    fill: currentColor;
}

/* Si la couleur du bouton n'est pas définie, on force le blanc sur fond bleu */
.elementor-button[style*="background-color"] .elementor-button-icon svg {
    fill: #ffffff;
}

/* Animation flèche au survol */
.elementor-button:hover .elementor-button-icon,
.elementor-button:focus .elementor-button-icon {
    transform: translateX(3px);
}

/* Fond transparent pour le bloc "Pourquoi choisir" */
.e-con.e-parent[style*="padding: 40px 20px"] {
    background: transparent !important;
}

/* Boutons Elementor - margin bottom */
body .elementor-button.elementor-size-sm,
body .elementor-button.elementor-size-xs,
body .elementor-button.elementor-size-md,
body .elementor-button.elementor-size-lg,
body .elementor-button.elementor-size-xl,
body .elementor-button {
    margin-bottom: 35px;
}
