/*********************************************************************************************************/
/* inférieur à 1920px */
/*********************************************************************************************************/
@media screen and (max-width : 1919px) {

}
/*********************************************************************************************************/
/* inférieur à 1800px */
/*********************************************************************************************************/
@media screen and (max-width : 1800px) {
	div#header_logo {
		max-width: 350px;
	}
	div#header_menu {
		width: calc(100% - 350px);
	}
	
}
/*********************************************************************************************************/
/* inférieur à 1700px */
/*********************************************************************************************************/
@media screen and (max-width : 1600px) {
	#menu_list li.niveau1 {
		padding: 0 1%;
		word-spacing: 4px;
	}
}

/*********************************************************************************************************/
/* inférieur à 1550px */
/*********************************************************************************************************/
@media screen and (max-width : 1550px) {
	div#header_logo {
		max-width:280px;
	}
	header.header_scroll #header_logo {
	    margin: 0 0 0 4%;
	}
	div#header_menu {
		width: calc(100% - 280px);
	}
	header.header_scroll #header_logo{
		margin:0;
	}
	
}
@media screen and (max-width : 1420px) {
	div#header_logo {
		max-width: 200px;
	}
	div#header_menu {
		width: calc(100% - 200px);
	}
	#menu_list li.niveau1 {
		padding: 0 0.8%;
		word-spacing: 2px;
	}
	div#header_menu #menu{
		margin:0;
	}
	#menu_list li.niveau1 a, #menu_list ul.niveau1 li a {
    	padding: 27px 0;
	}
	div#animation{padding-top:75px !important;}
}

/*********************************************************************************************************/
/* inférieur à 1400px */
/*********************************************************************************************************/
@media screen and (max-width : 1300px) {
	
	header {background:none;height:0;padding:0;}
	#menu_responsive{
		padding:20px;
	}
	div#header_top{/*background-color:#c6c6bd;*/}
	div#header_menu {display:none;}
	div#header_responsive {display:block;top:0;background:RGBA(255,255,255,0.9);/*border-bottom:1px solid #9e0e09;*/height:50px;}
	header.header_scroll {background:#FFF;}
	header.header_scroll div#header_responsive {border:0px;background:none;}
	div#header_logo, header.header_scroll #header_logo{margin:0 0 0 calc(50% - 75px);}
	div#header_logo img {max-width:150px;}
	header.header_scroll {display: table;}
}

/*********************************************************************************************************/
/* inférieur à 1250px */
/*********************************************************************************************************/
@media screen and (max-width : 1250px) {
	
}
/*********************************************************************************************************/
/* inférieur à 1200x */
/*********************************************************************************************************/
@media screen and (max-width : 1200px) {
	

	
}

/*********************************************************************************************************/
/* inférieur à 999px */
/*********************************************************************************************************/
@media screen and (max-width : 999px) {
	.col_footer {
		width:31.333333%;
	}
	div#footer_service {padding: 60px 0 0 0; width:64.666667%;}
	div#footer_avis { margin:30px auto 0 auto; width:98%;}
}

/*********************************************************************************************************/
/* inférieur à 959px */
/*********************************************************************************************************/
@media screen and (max-width : 959px) {
	section#index_presentation3 {
		padding-top:40px;
	}
	footer::after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 50 50' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 50,50 50,0'%3E%3C/polygon%3E%3C/svg%3E");
		height: 50px;
	}
}

@media screen and (max-width : 800px) {

}

/*********************************************************************************************************/
/* inférieur à 600px */
/*********************************************************************************************************/

@media screen and (max-width : 600px) {
	.col_footer {
		width:98%;
		text-align:center;
	}
	div#footer_service {margin:30px auto; padding: 0; width:98%;}
}
/*********************************************************************************************************/
/* inférieur à 480px */
/*********************************************************************************************************/

@media screen and (max-width : 480px) {
	

	
}
/*********************************************************************************************************/
/* inférieur à 400px */
/*********************************************************************************************************/

@media screen and (max-width : 400px) {
	div#logo_footer {
		margin-bottom:20px;
	}
	.col_footer.align_left{
		float:none;
	}
	.col_footer.align_right{
		width:96%;
		float:none;
		margin:0 auto;
		text-align:center;
	}
	
}
/*********************************************************************************************************/
/* inférieur à 350px */
/*********************************************************************************************************/

@media screen and (max-width : 350px) {
	div#header_logo, header.header_scroll #header_logo {
		float:right;
		margin:3px 10px 0 0;
		max-width:130px;
	}
	div#header_logo img {
		max-width:100%;
	}
	
}