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

@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root{
	--averia: Averia Serif Libre, serif;
	--outfit: Outfit, sans-serif;
	--red: #B11226;
}

h1.elementor-heading-title{
	font-family: var(--averia) !important;
	font-size: 250px !important;
	font-style: italic !important;
	font-weight: 300 !important;
	letter-spacing: -15px;
	text-transform: lowercase;
}

h2.elementor-heading-title{
	font-family: var(--averia) !important;
	font-size: 150px !important;
	font-style: italic !important;
	font-weight: 300 !important;
	letter-spacing: -15px;
	text-transform: lowercase;
}

h3.elementor-heading-title{
	font-family: var(--averia) !important;
	font-size: 70px !important;
	font-style: italic !important;
	font-weight: 300 !important;
	text-align: right;
}


h4.elementor-heading-title{
	font-family: var(--averia) !important;
	font-size: 40px !important;
	font-style: italic !important;
	font-weight: 300 !important;
}

h5.elementor-heading-title{
	font-family: var(--outfit) !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}

.txt-hero p{
	font-family: var(--averia) !important;
	font-size: 20px !important;
	margin: 0 !important;
	font-style: italic;
}

.titre-hero p{
	font-family: var(--averia) !important;
	font-size: 30px !important;
	margin: 0 !important;
	font-style: italic;
}

.txt-footer p{
	font-family: var(--averia) !important;
	font-size: 15px !important;
	margin: 0 !important;
	font-style: italic;
}

.txt-boldexp p{
	font-family: var(--outfit) !important;
	font-size: 20px !important;
	margin: 0 !important;
	font-weight: 700;
}

.txt-exp{
	font-family: var(--outfit) !important;
	font-size: 20px !important;
	margin: 0 !important;
}

.intro-app p{
	font-family: var(--averia) !important;
	font-size: 25px;
	font-weight: 300;
	font-style: italic;
	text-align: right;
}

.elementor-icon-list-text{
    font-family: var(--averia) !important;
	font-size: 25px;
	font-style: italic;
	font-weight: 300;
}

nav.elementor-nav-menu--main ul.elementor-nav-menu a.elementor-item{
	font-family: var(--averia) !important;
	font-size: 20px !important;
	margin: 0 !important;
	font-weight: 300;
	font-style: italic;
	text-transform: uppercase;
}

#error404 h1.elementor-heading-title{
	font-size: 300px !important;
}

.elementor-item:hover {
    color: var(--red) !important;
    fill: var(--red) !important;
}

.elementor-field-label{
	font-family: var(--averia) !important;
	font-size: 20px !important;
	margin: 0 !important;
	font-style: italic;
	cursor: default;
}