@charset "UTF-8";

/* ------------------------------ */
/* -- page_02_informations.php -- */
/* ------------------------------ */

iframe.affichage_informations{
	width: 769px; 
	height: 350px; 
	border: none;
}

iframe.affichage_partenariat{
	width: 769px; 
	height: 550px; 
	border: none;
}

div.chronos{
	width: 400px;
}
div.chronos{
	display: inline-block;
	border: 1px black solid;
	padding: 10px;
	border-radius: 8px;
	background: #DCDCDC;
	font: bold 13px Arial;
	color: #000;
	margin: auto;
}
div.chronos:hover{
	background: #6C6C6C;
	color: #FFF;
}

@media screen and (max-width: 667px){
	iframe.affichage_informations{
		height: 345px; 
	}

	iframe.affichage_partenariat{
		height: 345px; 
	}

	div.chronos {
		width: 278px;
	}
	iframe.affichage_informations {
		width: 350px;
	}
}
