/* 
Theme Name: Hello Elementor Child by Marque[Digitale]
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team and Marque[Digitale] team
Author: Elementor Team feat Marque[Digitale]
Author URI: https://marquedigitale.fr
Template: hello-elementor
Version: 1.0.1
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
*/

body{overflow-x:hidden;}

.bouton a{
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-size: var( --e-global-typography-accent-font-size );
    color:#fff!important;
    font-weight: var( --e-global-typography-accent-font-weight );
    text-transform: var( --e-global-typography-accent-text-transform );
    letter-spacing: var( --e-global-typography-accent-letter-spacing );
    background-color: var( --e-global-color-primary )!important;
    padding: 1.4em 2.2em 1.4em 2.2em !important;
    border-radius: 0px;
}
.bouton a{
    padding: 20px;
    background-color: ;
    text-align: center;
    transition: all .35s;
}
.bouton a span{
    z-index: 2;
}
.bouton > .elementor-widget-container a:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var( --e-global-color-accent );
    transition: all .35s;
}
.bouton a:hover{
    color: #fff;
}
.bouton a:hover:after{
    width: 100%;
}

/* Marge */
.marge{
    padding-left: 5%!important;
    padding-right: 5%!important;
}
.marge-right{
    padding-right: 5%!important;
}
.marge-left{
    padding-left: 5%!important;
}

@media screen and (max-width: 767px){
    .marge{
        padding-left: 3%!important;
        padding-right: 3%!important;
    }
    .marge-right{
        padding-right: 0%!important;
    }

    .marge-left{
        padding-left: 0%!important;
    }
}