/* 
Theme Name: La Terre des Géants
Theme URI: https://github.com/elementor/hello-theme-child/
Description: La Terre des Géants is a child theme of Hello Elementor, created by Martin DE KNUYT
Author: Martin DE KNUYT
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: terre-geants
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 {
    --bleu:#120c80;
	--rose:#f62253;
	--orange:#fd7a22;
	--rouge:#a41f3a;
	--vert:#5ebbaf;
	--noir:#000;
}


body{
	background: linear-gradient(180deg, var(--bleu) 0%, var(--noir) 140%);
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin:0;
	font-family: "helvetica-neue-lt-pro", sans-serif;
	font-weight: 200;
	font-style: normal;
	line-height: 1.4rem;
	font-size:1.1rem;
}



p{color:#fff;margin:0;}

a, .elementor a{font-weight: 600;}

.elementor-button{background-color:var(--rouge);border-radius:5px;font-size:1.1rem}

h1,h2,h3,h4,h5,h6{font-family:"EtelkaTextPro-Bold"; text-transform: uppercase; color: var(--rose);}
h1{font-size:3rem;}
h2{font-size:2.4rem;}
h3{font-size:2rem;}
h4{font-size:1.8rem;}
h5{font-size:1.6rem;color: var(--rouge);}
h6{font-size:1.6rem;color: var(--rouge);}

.elementor-70.elementor-location-popup p{color:var(--noir);}

.elementor-flip-box__back{background-color:var(--vert);}