/****GESTION DU RESPONSIVE*****/
/****RESPONSIVE DU HEADER TOP******/
@media(max-width:980px){
	.header_top_right_column .secondary_menu_item{
		display:none;
	}
	.header_top_center_column{
		padding:11px 0;
	}
	#scroll_nav{
		padding: 9px 20px;
	}
	ul.secondary_menu_container{
		margin-right:0;
	}
}

@media(max-width:500px){
	.header_top_center_column{
		display:none;
	}
	.header_top_left_column{
		width:90%;
		padding:9px 0;
	}
}

/*****RESPONSIVE DU STICKY FOOTER*****/
@media(max-width:800px){
	.sticky_footer_left_column{
		width:30% !important;
		bottom:-65px;
	} 
	.slide_up{
		bottom:41px !important;
	}
	
	.sticky_footer_right_column{
		width:30% !important;
		bottom:-65px;
		margin-left:50px;
	}
}

@media(max-width:500px){
	.sticky_footer_left_column{
		display:none;
	} 
	.sticky_footer_right_column{
		width:54% !important;
		bottom:-75px;
	}
	.slide_up{
		bottom:81px !important;
	}
}

/*****RESPONSIVE GLOBAL****/
@media(max-width:980px){
	.padding_row{
		padding:0;
	}
}

@media(max-width:500px){
	.nom_page{
		padding:20px 90px;
		width:auto;
	}
}

/******RESPONSIVE FORMULAIRE DE CONTACT*****/
@media (min-width:501px) and (max-width:1920px){
	.anr_captcha_field{
		margin-bottom:30px;
	}
}

@media (max-width:500px){
	.anr_captcha_field{
		transform:scale(0.7) !important;
		transform-origin:0 0;
	}
}


/*****RESPONSIVE DU FOOTER 50/50*****/
@media(max-width:1600px){
	.fullsize_last_row{
		padding-top:6% !important;
	}
}

@media(max-width:1400px){
	.middle_variable_size_row{
		width:100% !important;	
	}
	.fullsize_last_row{
		padding-top:5% !important;
		padding-bottom:0 !important;
	}
	#footer_left_section{
		padding:80px;	
	}
}

@media(max-width:1200px){
	.fullsize_last_row{
		padding-top:9% !important;
	}
}

@media(max-width:1200px){
	.fullsize_last_row{
		padding-top:12% !important;
	}
}

@media(max-width:1024px){
	.fullsize_first_row{
		padding-top:6% !important;
		padding-bottom:9% !important;
	}
}

@media(max-width:800px){
	.fullsize_first_row{
		padding-top:3% !important;
		padding-bottom:3% !important;
	}
	.fullsize_last_row{
		padding-top:5% !important;
	}
}

@media(max-width:500px){
	#footer_left_section{
		padding:30px;	
	}
}


/******RESPONSIVE PAGE AVIS******/
@media (max-width:1200px){
	.glsr-review{
		margin:0 15px;
	}
}

@media(max-width:1024px){
	.glsr-review{
		width:28% !important;
	}
}

@media (max-width:800px){
	.glsr-review{
		margin:0 10px;
	}
}

@media (max-width:500px){
	.glsr-review{
		width:90% !important;
	}
	
	.glsr-pagination{
		width:50%;
	}
}

/******RESPONSIVE SLIDER FULLSCREEN*****/
@media(max-width:500px){
	#section_scroll_down{
		display:none;
	}
}


/****RESPONSIVE BANDEAU COOKIE******/
@media(max-width:800px){
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{
		display:block;	
	}
	#moove_gdpr_cookie_info_bar{
		width:40% !important;
	}
}

/******MENU LOGO CENTRE*****/
@media(max-width:800px){
	.et_pb_menu__logo-wrap{
		display:inline-block !important;
		width:max-content;
	}
	
	#menu_logo_center .et_pb_menu__wrap{
		width:max-content;
		float:right;
		margin-top:24px;
	}
	
}