/* 
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;
}

.e-con {
    --padding-top: 0;
    --padding-right: 0;
    --padding-bottom: 0;
    --padding-left: 0;
}

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

#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,
.fullscreen-menu-overlay section:not(.full).e-con,
header section:not(.full).e-con {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}

.fiches {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 30rem;
}


.fiches__lien {
    color: #fff;
    font-family: "Arial", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2em;
    padding: 12px 24px;
    border: 1px solid #fff;
    transition: all .35s;
}


.fiches__lien:hover {
    background: #3D3D3D;
    border-color: #3D3D3D;
    color: #fff;
    transition: all .35s;
}