/* 
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-1: #CCE9FD;
    --bleu-2: #EFFBFF;
    --bleu-3: #003251;
    --bleu-4: #00538D;
    --bleu-5: #003F5C;
    --turquoise: #00989C;
    --vert-1: #00A896;
    --vert-2: #A5E7E9;
    --vert-3: #4CD8D8;
    --orange: #FF6B35;
    --jaune: #FFAC33;

    --container-w: 1300px;
    --container-p: calc((100vw - var(--container-w)) / 2);
}

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

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

img, svg, iframe, video{display: block;}

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