/*********************************************************************************************************/
/* 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) {

div#gauche_encart_contact .entree_titre, div#gauche_content .gauche_titre {
    font-size: 1.1em;
}

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

	.coord_tel {
		font-size:1.4em;	
	}
	.coord_cadre_adresse, .coord_cadre_email {
		font-size:0.8em;	
	}
	div#gauche_encart_contact .entree_titre, div#gauche_content .gauche_titre {
		font-size: 1em;
	}

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

	div#middle_content .encart {
		float:none;
		width:100%;	
		max-width:100%;
	}
	div#gauche_encart_contact .entree_titre, div#gauche_content .gauche_titre {
		font-size: 1.4em;
	}

}

/*********************************************************************************************************/
/* inférieur à 850px */
/*********************************************************************************************************/

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

}

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

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


.frm_left {
	float:none;
	width:100%;
}
.crypt_mention {font-size:0.7em;}

.champ_titre, .champ_valeur {width:100%;float:none; margin:5px auto;}
.contact_champ input, .contact_champ textarea {width:99%;}


}

/*********************************************************************************************************/
/* inférieur à 480px */
/*********************************************************************************************************/

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



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

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




.champ_titre {
    font-size: 0.9em;
}

}