/* 
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
*/
.screen-reader-text{position:absolute!important;}

/** WSI Call Back **/
#wsi-call-back{position: fixed;bottom: 30px;right:20px;z-index: 9999;}
#wsi-call-back a{
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: var(--e-global-color-secondary );
	color:white;
	font-size: 30px;
	border-radius: 30px;
    text-align: center;
    z-index:9;
}
#wsi-call-back .circle {
	border-radius: 50%;
	background-color: var(--e-global-color-secondary );
	width: 60px;
	height: 60px;
	opacity: 0.8;
	animation: pulseAnimate 2s infinite;
}
@keyframes pulseAnimate
{
	100%{opacity: 0; transform: scale(2);}
}
/** END - WSI Call Back **/

/** Bandeau RGPD **/
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{background: #000}