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


:root{
    --bleu: #1437C2;
    --rouge: #C90037;
    --gris: #4A4A4A;

    --100vh: 100dvh;
    --container-w: 1440px;
    --container-p: calc((1520px - 1440px) / 2);
    --top: 0px;
}

@media (max-width: 1470px){
    :root{--container-p: 15px;}
}

body.admin-bar{--top: 32px;}
@media (max-width: 782px){  body.admin-bar{--top: 46px;}  }

*, ::before, ::after {
    margin: 0;
    padding: 0;
}

body{
    width: 100%;
    max-width: 1520px;
    min-height: var(--100vh, 100vh);
    margin: 0 auto;
}

.container{
    width: 100%;
    max-width: var(--container-w);
    margin: 0 auto;
}

button.reset{
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
}

ul.reset{
    list-style: none;
    padding: 0;
    margin: 0;
}

.fcc{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fsb{display: flex;justify-content: space-between;}
.fcol{display: flex;flex-direction: column;}
.text-center{text-align: center;}