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

/*
Theme Name: Site petites communes krea3 
Description: Theme pour sites petites communes
Version: 1.0
Author: Krea3
Author URI: http://www.krea3.fr
Text Domain: krea3
*/



/*************************************************************************/
/*****************min-width:481px et max-width:890px**********************/
body{
	font-size:15px;
}

#conteneur{
	width:100%;
	margin:0 auto 0 auto;
	z-index:0;
}

/*******************header*********************/

#fond-top-bandeau{
	height:auto;
	position:relative;
	width:100%;
	max-width:100%;
}

#top-bandeau{
	width:100%;
	max-width:100%;
}

#bandeau{
    background:#fff;
    padding: 10px 0;
}

#logo{
    position: relative;
    width: auto;
	max-width:200px;
	display:block;
	float:left;
	margin:0 0 0 20px;
}

@media screen and (min-width:768px){	
	#logo{
		max-width:300px !important;
	}
	#menu{
		top:67px !important;
	}
}

.btn-top{
	display:none;
}

#outils{
	clear:both;
}

#outils ul,
#taille_texte,
#trad-google{
	display:none;
}

/*Le diaporama*/
.rslides{display:none;}

/***************fin header*********************/

#fond-menu{
	height:5px;
}

#icon_home{display:none;}

#menu{
	height:40px; 
	background-image:none;
	position:absolute;
	top:33px;
	left:0;
	width:100%;
	background-color:transparent;
	margin:0;
}

#menu li.page-item-0, 
#menu li.page-item-41,
#menu li.page-item-65,
#menu li.page-item-67,
#menu li.page-item-69
{
	display:block; /*pour afficher accueil dans le menu*/
}

/************************Page d'accueil**************************************/

/*********************LIGNE 1*********************/
#ligne1{
	display:block;
	padding:0 20px 20px 20px;
}

/**********ACTUS*********/
@media screen and (max-width:760px){
	#actus-accueil{
		display:block;
		width:100%;
		clear:both;
		margin:0 0 30px 0;
	}
	
	#actu-content{
	text-align:center;
	}

	/**********FIN ACTUS*********/
	.sep{
		display:none;
	}

	/**********AGENDA*********/
	#agenda-accueil{
		display:block;
		width:100%;
	}
	/**********FIN AGENDA*********/
}

@media screen and (min-width:760px){
#actus-accueil{
	width:44%;
	min-width:360px;
}

.titre-ligne1 a {
    padding: 0 12px;
}	
	
.titre-ligne1 h2 {
    padding: 10px 10px !important;
}
}
/*********************FIN LIGNE 1*********************/



/*********************FIn page accueil*******************/ 

/*Pour n'afficher l'outil carnet de route qu'à partir de l'ipad portrait 768px */

/***************page****************************/
#gauche{
	display:none !important;
}

#content{
	float:none;
	width:92%;
	max-width:1300px;
	height:auto !important;
	height:100px;
	min-height:100px;
	padding:10px 0 30px 0;
	margin:0 auto;
}

/***********fin page****************************/


/***************form contact envoyer ami***********/
.krea3_formulaire p.obligatoire{
	margin-left:0%;
}

.krea3_formulaire fieldset{
	padding:10px 15px 10px 15px;
}


.krea3_formulaire label{
	display: block;
	width:100%; /*En % pour un meilleur rendu lors du changement de taille du texte*/
	float:none;
	padding-right:0;
	text-align:left;
	font-size:1em;
}



.krea3_formulaire input, .krea3_formulaire select,
.krea3_formulaire textarea{
	margin-left: 0%;
	width:100%;  /*En % pour un meilleur rendu lors du changement de taille du texte*/
	margin-bottom:10px;
}
/***********fin form contact envoyer ami***********/


/******************************Liens Enfants / Menu page par défaut********************************/

ul.liens_enfants li{
	float:left;
	width:50%;
}

@media screen and (max-width:600px) {
ul.liens_enfants li{
	float:none;
	width:100%;
	height:auto;
	min-height:120px;
	padding:10px;
}
}



/****************************Liens Enfants / fin menu page par défaut******************************/

/****************footer*********************/ 
#coordonnees{
	width:40%;
}

.droite-footer {
    padding: 0 50px 0 0;
}

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

/************fin footer*********************/ 

