@charset "UTF-8";
/* CSS Document */

/*
Theme Name: 
Theme URI: 
Description: Theme de 
Version: 1.0
Author: Krea3
Author URI: http://www.krea3.fr
Text Domain: krea3
*/


/*************************************************************/
/*****************min-width:1024******************************/

@media screen and (max-width:1150px){
#top-bandeau{
	width:30%;
}

#logo{
	text-align:center;
}

#logo img{
	width:80%;
}

.btn-top li {
    display: inline-block;
    margin: 5px 12px;
}

ul#menu_res_sociaux {
    padding: 5px 0;
}

#agenda-accueil{
	width:30%;
}
}

/*****************************Page Contact et Horaires***************************/

/*sur 2 colonnes*/

#bloc-contact{
	width:60%;
	float:left;
}

#bloc-horaires{
	width:37%;
	float:right;
	border:3px solid #F0F0F0;
	padding:0 20px 20px 20px;
}






