/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

body{font-size: 15px;}

/*Titre Marianne*/
.titre-big{font-size:5rem !important;}

@media (max-width: 767px){
    .titre-big{font-size:2.3rem !important;}
}

.elementor-widget-container ul{
    margin-bottom: 15px;}

.elementor-widget-container a{
	color: var(--e-global-color-primary);}

.devis-rapide{
	background-color: var(--e-global-color-primary) !important;
	border:1px solid var(--e-global-color-primary) !important;
}
.devis-rapide a{color: #fff !important;}
.devis-rapide:hover,.devis-rapide:focus,.devis-rapide:active{
	background-color: #FFFFFF !important;
	border:1px solid var(--e-global-color-primary) !important;	
}
.devis-rapide:hover a,.devis-rapide:focus a,.devis-rapide:active a{
	color: var(--e-global-color-primary) !important;
}
.contact_telephone{
	border:1px solid var(--e-global-color-primary) !important;
	margin-right:10px !important;
}
.contact_telephone:hover,.contact_telephone:focus,.contact_telephone:active{
	background-color: var(--e-global-color-primary) !important;
	color:#FFFFFF !important;
}
.contact_telephone span{
	margin-right:5px;
}
.contact_telephone:hover a,.contact_telephone:focus a,.contact_telephone:active a{
	color:#FFFFFF !important;
	fill:#FFFFFF !important;
}
.contact_telephone:hover svg,.contact_telephone:focus svg,.contact_telephone:active svg{
	color:#FFFFFF !important;
	fill:#FFFFFF !important;	
	fill:#FFFFFF !important;	
}
.calculateur-volume a{color: white !important;}