/******GLOBAL*******/
.enumeration ul{
	list-style:none;
}

.mouse_scroll img{
	animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: bouncingMouse;
    transform-origin: center bottom;
}

/*****STICKY MENU*****/
.hidden_menu{
	display:none;
}

.enable_menu{
	display:block;
}

.enable_inline{
	display:inline-block;
}

.section_fixed{
	position:fixed;
	width:100%;
}

#header_top_section{
	position:fixed;
	width:100%;
}

#et-main-area{
	position:relative;
}


/*******PAGE MAINTENANCE*******/
.maintenance_style{
	padding-top:0px !important;
}

#main-footer{
	display:none;
}

/****MENU SECONDAIRE****/
ul.secondary_menu_container{
	text-align:right;
	padding:0;
	margin-right:10px;
}

.header_top_container{
	display:flex;	
}

.header_top_left_column{
	order:1;
	margin-top:auto;
	margin-bottom:auto;
}

.header_top_center_column{
	order:2;
	width:auto;
	margin:auto;
	color:#fff;
}

.header_top_right_column{
	order:3;
}

#scroll_nav{
	cursor: pointer;
}

/****PAGE CONTACT****/
.contact_colonne_coordonnees{
	margin-top:auto;
	margin-bottom:auto;
}

/****MENU LOGO CENTRE*****/
.et_pb_menu__wrap {
	margin:0;
}

/****STICKY FOOTER****/
.hidden_sticky_footer{
	display:none;
}
.enable_sticky_footer{
	display:block;
}

#sticky_footer_section{
	z-index:999;
	position:fixed;
	width:100%;
	background:transparent;
	bottom:-35px;
	transition: all 0.5s ease !important;
}

.sticky_footer_left_column, .sticky_footer_right_column{
	width:max-content !important;
}


/*****MODULE D'AVIS****/
.glsr-star-empty{
	display:none !important;
}

.glsr-field{
	display:none;
}

.glsr-field.glsr-required{
	display:block !important;
}

.glsr-review-title{
	display:none;
}

.glsr-review-date{
	display:none !important;
}

/****FULLSCREEN SLIDER****/
.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}