/*****HEADER + MENU*****/
.hidden_menu{
	display:none !important;
}

.enable_menu{
	display:block !important;
}

.enable_index{
	z-index:999;	
}

.hidden_index{
	z-index:0;
}

.enable_index .menu_scroll{
	top:0px !important;
	transition: top 700ms ease-in-out;
}

.hidden_index .menu_scroll{
	top:-50px !important;
	transition: top 700ms ease-in-out;
}

.enable_inline{
	display:inline-block;
}

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

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

#center_logo_menu_with_background.header_top_section{
	position:relative !important;
}

#center_logo_menu_with_background .header_top{
	position:fixed;
	z-index:999;
}

#center_logo_menu_on_slide.header_top_section{
	width:100%;
	position:absolute;
	background:transparent !important;
}

#center_logo_menu_on_slide .header_top_container{
	display:flex;
}

#center_logo_menu_on_slide .menu_principal, #left_logo_menu_on_slide .menu_principal{
	box-shadow:none !important;
}

#center_logo_menu_with_background .et-menu .menu-item-has-children>a:first-child:after{
	position:relative;
}

#left_logo_menu_on_slide.et_pb_section, #left_logo_menu_on_slide #menu_principal{
	background:none !important;
}

#left_logo_menu_on_slide{
	width:100%;
	position:absolute;
}

.menu_scroll_container{
	position:fixed;
}

.menu_scroll_container li{
	margin-top:0 !important;
}

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

.header_top_section .text_default{
	padding-bottom:0;
}
/*******PAGE MAINTENANCE*******/
.maintenance_style .header_top_section, .maintenance_style footer{
	display:none;
}

.background_black{
	background:#231e20;	
}

/****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;
	width:20%;
}

.header_top_center_column{
	order:2;
	width:auto;
	margin:auto;
}

.header_top_right_column{
	order:3;
	width:20%;
}

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

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

.glsr-field-error, .glsr-form-message {
	color: #fff !important;
}