/* 
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
*/
html, body{
    overflow-x: hidden !important;
}
.height100, .height100 .elementor-widget-container{
    height: 100% !important;
}
.widtht100, .width100 .elementor-widget-container{
    width: 100% !important;
}
.inherit a{
    color: inherit !important;
}
.underline a{
    text-decoration: underline !important;
}
.elementor-widget-image a img[src$=".svg"]{
    width: inherit !important;
}
.no-margin *{
    margin: 0px !important;
}
@media (max-width: 767px) {
	.nobr br{
        display: none !important;
    }
}
/*----------------------------------------PAGE COMING SOON----------------------------------------*/
.form-ouverture #form-field-email{
    padding: 15px !important;
    text-align: center;
}
/*----------------------------------------RECAPTCHA----------------------------------------*/
.grecaptcha-badge, .grecaptcha-badge *{
    display: none !important;
}