/* 
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-fonce: #172231;
    --vert-1: #145B2A;
    --vert-2: #729164;
    --gris-1: #F1F1F1;
    --marron: #CBA082;

    --100vh: 100dvh;
    --page-w: 1920px;
    --container-w: 1440px;
    --container-p: calc((var(--page-w) - var(--container-w)) / 2);
}

@media (max-width: 1920px){:root{--container-p: calc((100vw - var(--container-w)) / 2)}}
@media (max-width: 1470px){:root{--container-p: 15px}}

body{
    width: 100%;
    max-width: var(--page-w);
    min-height: var(--100vh, 100vh);
    margin: 0 auto;
    overflow-x: hidden;
    background-color: #f9f9f9;
}

*{
    font-family: Roboto, sans-serif;
}

main#content, .elementor-location-footer{
    background-color: white;
    overflow-x: hidden;
}

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

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

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