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

/* ===========================
   01. HTML
=========================== */
html{font-size: clamp(14px, 0.6vw + 12px, 16px);overflow-x:clip;scroll-behavior:smooth;scroll-padding-top:120px;text-wrap:pretty;}
@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
@media (max-width: 767px){html,body{overflow-x:clip}.elementor-section,.elementor-container{overflow-x:clip}}
img,video,iframe{max-width:100%;height:auto}*[style*="100vw"]{width:100%!important}

/* ===========================
   02. Couleurs
=========================== */
:root{
	--white-color: 250,250,250;
	--red-color: 160,8,8;
	--dark-color: 6,6,6;
}

::selection{
	color: rgba(var(--white-color),1);
	background-color: rgba(var(--red-color),.65);
}
