/*----- Inf�rieur � 980 px ----- */
@media screen and (max-width:980px) 
{
	#site{width:100%;margin:0;}
	.hp_l1_titre span:before,.hp_l1_titre span:after {width:0;border:0;}
	article .media_galerie_photos li.mar_r_0{margin-right:9px !important;}
	.d_none_2{display:none;}
}

/*----- Inf�rieur � 768 px & orientation paysage ----- */
@media (max-device-width:768px) and (orientation: landscape) 
{
	html {-webkit-text-size-adjust:100%;} /* R�duction harmonieuse de toutes les tailles de polices */
}

/*----- iPads & orientation paysage ----- */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) 
{
	#menu_1 li a{font-size:0.9em;}
}

/*----- iPads & orientation portrait ----- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) 
{
	#menu_1 li a{font-size:0.8em;}
}

/*----- Inf�rieur � 640 px ----- */
@media screen and (max-width:640px) 
{
	/*----- STRUCTURE > HEADER ----- */
	#header{display:inline-block;text-align:center;margin-top:5px;}
	#h_logo{float:none;width:100%;}
	#h_contact{float:none;width:100%;margin-top:15px;border-left:0;}	
	#h_contact p{float:none;text-align:center;font-size:1.1em;}
	#h_reseaux{display:none;}	
	
	#menu_1{float:none;}
	#menu_1 li{float:none;width:100%;border-bottom:1px solid #fff;}
	#menu_1 li a{width:100%;font-size:1em;}
	
	/*----- HOMEPAGE ----- */

	#hp_container{float:left;width:100%;}
	#hp_slider{float:left;width:100%;}
	#hp_l1{float:none;width:100%;font-size:1.3em;border-bottom:1px solid #868789;}
	.hp_l1_b{float:none;width:100%;margin:0;margin-top:25px;margin-bottom:10px;}
	#hp_l2{float:none;width:100%;border-bottom:none;}
	.hp_l2_b{float:none;width:100%;margin:0;margin-bottom:10px;padding-left: 50px}
	#hp_l3{display:none;}
	
	/*----- STRUCTURE > CONTENU ----- */
	#container {float:none;width:100%;}
	h2{background:none;height:auto;padding:0;}
	article .media_texte{float:none;width:100%;}
	article .media_video{float:none;width:100%;}
	article .media_galerie_photos{float:none;width:100%;}
		
	#sider {float:none;width:100%;height:auto;margin-top:20px;background:none;background-color:#feeed5;font-size:1.1em;}
	.menu_2{float:none;}
	
	/*----- FORM ----- */
	#frm .label_radio{margin-right:7px;}
	
	/*----- STRUCTURE > FOOTER ----- */
	#footer{display:inline-block;text-align:center;}
	#menu_3{float:none;text-align:center;background:none;}
	#menu_3 li {float:none;margin:0;}	
	#menu_3 li a{float:none;display:inline-block;}		
	
	.d_none_1{display:none;}
}

/*----- Inf�rieur � 768 px & orientation paysage ----- */
@media (max-device-width:768px) and (orientation: landscape) 
{
	html {-webkit-text-size-adjust: 100%;} /* R�duction harmonieuse de toutes les tailles de polices */
	.hp_l2_b{float:none;width:100%;margin:0;margin-bottom:10px;padding-left: 80px}
}

/*----- Inf�rieur � 480 px ----- */
@media screen and (max-width:480px) 
{
	html {-webkit-text-size-adjust:none;}
	article .media_texte_img{display:none;}
	article .media_texte_txt{float:none;width:100%;}	
}

/*----- Inf�rieur � 320 px ----- */
@media screen and (max-width:320px) 
{
	
}
