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


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


}
/*********************************************************************************************************/
/* inférieur à 1700px */
/*********************************************************************************************************/
@media screen and (max-width : 1750px) {


}

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

	

}

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

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


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


	
}
@media screen and (max-width : 1020px) {
	div#footer_content {
		width:96%
	}
	.cplt_adresse{
		display:none;
	}
}
/*********************************************************************************************************/
/* inférieur à 959px */
/*********************************************************************************************************/
@media screen and (max-width : 959px) {
	
	
	#menu_list li.niveau1 {
		padding:0 4%;
	}
	
	
	
	
}
@media screen and (max-width : 900px) {

	nav{
		max-width:90%;
	}
	#menu_list li.niveau1 {
		padding:0 3.2%;
	}
	div#adresse_top{
		display:none;	
	}
	.donnee{
		width:28%;
		margin-top:15px;
	}
}

/*********************************************************************************************************/
/* inférieur à 800px */
/*********************************************************************************************************/

@media screen and (max-width : 800px) {
	nav{
		max-width:650px;
	}
	#menu_list li.niveau1 {
		padding:0 2.5%;
	}
	
}
/*********************************************************************************************************/
/* inférieur à 650px */
/*********************************************************************************************************/

@media screen and (max-width : 650px) {
	nav{
		height:auto;
	}
	.js #menu_list {
		display:none;
	}
	div#menu {
		padding:0;
	}
	
	.js .slicknav_menu {
		display:block;
		position:relative;
		background:none;
	}
	#menu_list li.sousmenu {
		display:block;
	}
	.js .slicknav_menu li {
		font-size:14px;
	}
	div#rs_top{
		margin-right:8px;
	}
	div#tel_mail_top{
		margin-left:8px;
	}
	
}
/*********************************************************************************************************/
/* inférieur à 550px */
/*********************************************************************************************************/

@media screen and (max-width : 550px) {
	div#rs_top, div#tel_mail_top{
		margin:0 auto;
		float:none;
		text-align:center;
	}
	div#tel_mail_top{
		width:96%;
	}
	div#rs_top{
		width:240px;
		margin-bottom:12px;
		display:table;
	}
	.donnee{
		width:45%;
	}
}
/*********************************************************************************************************/
/* inférieur à 480px */
/*********************************************************************************************************/

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

	div#top_top {
		width:100%;
		max-width:100%;	
		padding:0;
	}
	div#contact_bar {
		height:auto;
		padding:8px 0;
	}
	.top_telephone, .top_mail{
		float:inherit;
		width:100%;
		text-align:center;
		background:none;
		line-height:22px;
		margin-left: 0%;
   		padding-left: 0%;
	}
	
	div#top_left img {
		width:auto;
		margin:0 auto;
	}
	
	
	.footer_left_lien {
		width:100%;
		float:none;
	}
	div#footer2, div#footer3{
		float:inherit;
		width:100%;		
		text-align:left;
	}
	div#footer2{
		border-bottom:1px solid #333;
		padding-bottom:15px;
	}
	
}
/*********************************************************************************************************/
/* inférieur à 350px */
/*********************************************************************************************************/

@media screen and (max-width : 350px) {
	div#top_left img {
		width:100%;
		max-width:350px;
	}
	
	.donnee{
		width:95%;
	}
	div#tel_mail_top{
		line-height:18px;
		padding:5px 0;
	}
}
/*********************************************************************************************************/
/* inférieur à 350px */
/*********************************************************************************************************/

@media screen and (max-width : 310px) {
	div#tel_mail_top{
		line-height:18px;
		padding:5px 0;
	}
}