/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.red {
    color: #CC2026!important;
}

.uppercase {
    text-transform: uppercase!important;
}

.bizot-droite {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%);
}

.bizot-gauche {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 80px 100%, 0 calc(100% - 80px));
}


.only-border, .only-border .elementor-heading-title {
    color: transparent!important;
    -webkit-text-stroke: 1.5px #d32f2f!important;  /* contour rouge */
}

.with-bullet { 
    display: flex!important;
    flex-direction: row!important;
}

.with-bullet::before, .with-bullet li:not(:first-child)::before {
    content: "• ";
    color: var(--e-global-color-a7131cf); /* Remplacez par votre couleur */
    margin-right: 5px; /* Espace entre la puce et le span */
    font-size: 3.125rem!important;
}

.with-bullet.red::before, .with-bullet.red li:not(:first-child)::before {
    color: #CC2026!important;
}


.max-1230 {
    max-width: 1230px!important;
}


.max-width-550 {
    max-width: 550px!important
}

.elementor-nav-menu--dropdown {
    background: transparent!important;
}

@media screen and (max-width: 1024px){
    .max-width-550 {
        max-width: 100%!important
    }
}



