/*
Theme Name: Elementor Child Vitrine
Theme URI: https://g-webdesign.fr/
Description: Thème enfant pour Elementor optimisé
Author: Gaetan Granet
Author URI: https://leclubkravmaga.fr/
Template: hello-elementor
Version: 1.2.2026
Text Domain: elementor-child
*/
.div-separator {
    --r: 20px; /* rayon des arrondis : ajuste ici */
    -webkit-mask:
        radial-gradient(circle var(--r) at 50% var(--r), #000 98%, #0000 100%) top / calc(2*var(--r)) 100% repeat-x,
        radial-gradient(circle var(--r) at 50% calc(100% - var(--r)), #000 98%, #0000 100%) bottom / calc(2*var(--r)) 100% repeat-x,
        linear-gradient(#000, #000) center / 100% calc(100% - 2*var(--r)) no-repeat;
    mask:
        radial-gradient(circle var(--r) at 50% var(--r), #000 98%, #0000 100%) top / calc(2*var(--r)) 100% repeat-x,
        radial-gradient(circle var(--r) at 50% calc(100% - var(--r)), #000 98%, #0000 100%) bottom / calc(2*var(--r)) 100% repeat-x,
        linear-gradient(#000, #000) center / 100% calc(100% - 2*var(--r)) no-repeat;
}
.div-separator-haut {
    --r: 20px; /* rayon des arrondis : ajuste ici */
    -webkit-mask:
        radial-gradient(circle var(--r) at 50% var(--r), #000 98%, #0000 100%) top / calc(2*var(--r)) 100% repeat-x,
        linear-gradient(#000, #000) bottom / 100% calc(100% - var(--r)) no-repeat;
    mask:
        radial-gradient(circle var(--r) at 50% var(--r), #000 98%, #0000 100%) top / calc(2*var(--r)) 100% repeat-x,
        linear-gradient(#000, #000) bottom / 100% calc(100% - var(--r)) no-repeat;
}
.div-separator-arrondi {
    /* le dôme : coins hauts arrondis en ellipse */
    border-radius: 50% 50% 0 0 / 60px 60px 0 0;
    /* remonte la section par-dessus le violet */
    margin-top: -55px;
}

.div-separator-arrondi-bas {
    border-radius: 0 0 50% 50% / 0 0 60px 60px;
    overflow: hidden;
}
selector .elementor-button-icon {
    transition: transform 0.3s ease;
}

selector .elementor-button:hover .elementor-button-icon {
    transform: translateX(10px);
}