/* Add here all your CSS customizations */
#lien_header_compte_client_menu {
	display:none;	
}
#btn_header_compte_client {
	display:block;	
}
@media (max-width: 769px) {
	#lien_header_compte_client_menu {
		display:block;
	}
	#btn_header_compte_client {
		display:none;	
	}
}
@media (max-width: 1100px) {
	#disclaimer {
		display: none;
	}
}


@media (min-width: 200px) {
	.rev_slider_wrapper {
		height: 900px!important;
	}
	#revolutionSlider {
		height: 100%!important;
	}
	.custom-btn-style-1 {
		padding:5px;	
	}
}
@media (min-width: 330px) {
	.rev_slider_wrapper {
		height: 740px!important;
	}
	#revolutionSlider {
		height: 100%!important;
	}
	.custom-btn-style-1 {
		padding:5px;	
	}
}
@media (min-width: 400px) {
	.rev_slider_wrapper {
		height: 720px!important;
	}
	#revolutionSlider {
		height: 100%!important;
	}
}