/* 
Theme Name: Theme EENOV - enfant Hello
Theme URI: https://github.com/elementor/hello-theme/
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: 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
*/

:root {
    font-size: 62.5%;
    --e-global-color-primary: #FFFFFF;
    --e-global-color-secondary: #000000;
    --e-global-color-accent: #FF3300;
    --e-global-color-text: #666666;
}

a {
    color: var(--e-global-color-secondary);
}


html, body {
    font-size: 1.6rem;
    overflow-x: hidden;
}


body section:not(.full).e-con,
#elementor-preview section:not(.full).e-con,
#content section:not(.full).e-con,
.elementor-edit-area section:not(.full).e-con,
.elementor-location-single section:not(.full).e-con {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}

  
.full-gauche {
    padding-left: max( 2rem, (100vw - 1156px) / 2);
}

.full-droite {
    padding-right: max( 2rem, (100vw - 1156px) / 2);
}


.download-link {
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 0.5rem;
    transition: all .5s;
}

.download-link:hover {
    color:#000;
    background:#fff;
    transition: all .5s;
}

.download-link::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%23fff' d='M19.6 14.5h-5.1l-1.8 1.7a2.5 2.5 0 0 1-3.4 0l-1.8-1.7H2.4A1.2 1.2 0 0 0 1 15.7v3.7a1.2 1.2 0 0 0 1.3 1.2h17.2a1.2 1.2 0 0 0 1.2-1.2v-3.7a1.2 1.2 0 0 0-1.2-1.2m-1.8 4a1 1 0 1 1 .9-1 1 1 0 0 1-1 1m-7.6-3.2a1.2 1.2 0 0 0 1.8 0l4.9-4.9a1.2 1.2 0 1 0-1.7-1.7l-2.9 2.8V2.2a1.2 1.2 0 0 0-2.4 0v9.3L6.9 8.7a1.2 1.2 0 0 0-1.7 1.7Z'/%3E%3C/svg%3E");
    width:22px;
    height:22px;
    display:inline-block;
    margin-right: 1em;
}

.download-link:hover::before {
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%23000' d='M19.6 14.5h-5.1l-1.8 1.7a2.5 2.5 0 0 1-3.4 0l-1.8-1.7H2.4A1.2 1.2 0 0 0 1 15.7v3.7a1.2 1.2 0 0 0 1.3 1.2h17.2a1.2 1.2 0 0 0 1.2-1.2v-3.7a1.2 1.2 0 0 0-1.2-1.2m-1.8 4a1 1 0 1 1 .9-1 1 1 0 0 1-1 1m-7.6-3.2a1.2 1.2 0 0 0 1.8 0l4.9-4.9a1.2 1.2 0 1 0-1.7-1.7l-2.9 2.8V2.2a1.2 1.2 0 0 0-2.4 0v9.3L6.9 8.7a1.2 1.2 0 0 0-1.7 1.7Z'/%3E%3C/svg%3E");
}