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


.entree_titre {
	font-size:1.5em;
}
.entree_lien {
	font-size:0.9em;
}
.entree_desc {
	margin:5px 0;
}
}


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

div#gauche_encart_contact .entree_titre {
	font-size:1.2em;
	min-height: 45px;
}	

.last_planning_fiche_titre, .last_planning_fiche_inscrire {
	width:90%;
}


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


div#gauche_encart_contact {
	width:42%;
	float:right;
	height:215px;
	margin: 20px 0 30px 0;
}

div#last_planning {
	width:42%;
	float:left;
	height:215px;
	margin: 20px 0 30px 0;
}

.last_planning_fiche_titre {
	width:50%;
}
.last_planning_fiche_inscrire {
	width:30%;	
}

div#gauche_encart_contact .entree_titre {
	font-size:1.5em;
	background-size:10%;
}
.entree_desc {
	margin:23px 0;
}


}


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

@media screen and (max-width : 800px) {
div#gauche_encart_contact .entree_titre {
	font-size:1.5em;
}
.last_planning_fiche_titre {
	width:80%;
}
.last_planning_fiche_inscrire {
	overflow:hidden;
	width:15px;
	padding:0;
	text-indent:20px;
}

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

@media screen and (max-width : 650px) {
div#gauche_encart_contact .entree_titre {
	font-size:1.4em;
}

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

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

div#gauche_encart_contact {
	width:90%;
	float:none;
	height:auto;
	min-height:215px;
	max-height:none;
	margin: 20px auto 0 auto;
}

div#last_planning {
	width:90%;
	float:none;
	min-height:215px;
	height:auto;
	margin: 20px auto 0 auto;
	overflow: hidden;
}

.last_planning_fiche_cadre {
	width:100%;
	overflow:hidden;
}
.last_planning_title {
	background-size:45px;
}
.planning_cadre {float:left;margin:0 1%;}
.planning_fiche_cadre {width:48%;}

.last_planning_fiche_titre {
	float:none;
	overflow:hidden;
}

.last_planning_fiche_inscrire {
	overflow:auto;
	width:80%;
	float:none;
	padding:0 0 0 20px;
	text-indent:none;
}

.entree_desc {
	margin:15px 0 5px 0;
	font-size:0.9em;
}	
p.gauche_telephone {
	font-size:1.7em;
}
p.gauche_mail {
	font-size:1.4em;
}

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

@media screen and (max-width : 480px) {
.entree_desc {
	font-size:0.8em;
}
.planning_fiche_cadre {width:100%;}
}
/*********************************************************************************************************/
/* inférieur à 350px */
/*********************************************************************************************************/

@media screen and (max-width : 350px) {
	
div#gauche_encart_contact .entree_titre {
	font-size:1.5em;
}
p.gauche_mail {
	font-size:1.3em;
}
.last_planning_title {
	font-size:1.3em;
	background-size:14%;
	line-height:27px;
}
div#last_planning {
	min-height:235px;
}

}