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

/*
Theme Name: Valdallière
Theme URI: http://valdalliere.fr
Description: Theme de Valdallière
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*********************/
@media screen and (max-width:760px){
	#icon_home{
		width:142px;
		position:relative;
		z-index:900;
	}

	.toggleMenu{
		padding: 16px 42px 0 500px;
	}

	nav#menu-principal #menu{
		padding:14px 0 0 0;
		display: block;
		position: absolute;
		right: 0;
		width: 100%;
		z-index:800;
	}

	#nav > li{
		padding:0;
	}

	#nav > li > a span{
		color:#666;
	}
}

#nav li ul{
	width:100%;
	max-width:100%;
}
	
#nav > li > .parent{
	padding-left:20px;
}

#nav > li > a {
	border-top: 5px solid #fff;
}

@media screen and (min-width:760px){
	#icon_home{
		position:relative;
		z-index:900;
	}
	
	.toggleMenu{
		padding: 37px 42px 0 518px;
		height:97px;
	}

	nav#menu-principal #menu{
		padding:27px 0 0 0;
		display: block;
		position: absolute;
		right: 0;
		width: 100%;
		z-index:800;
	}
	
	#nav > li > a span{
		color:#666;
	}
}
	
/*Pour tous petits écrans*/
@media screen and (max-width:240px){	

}


#outils{
	clear:both;
}




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

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

#logo-accueil img{
	width:200px;
	padding-top:50px;
}

#coeur-bocage{
	width:170px;
}

/**********************ligne2***********************************/

#ligne2{
	padding:0 0 30px 0;
}

#carte-svg-communes{
	width:100%;
}

#ligne2 h3, #liste-communes{
	width:90%;
}

#droite-ligne2{
	padding:50px 0 50px 50px;
}

@media screen and (min-width:760px){
#gauche-ligne2{
	width:40%;
}

#droite-ligne2{
	width:60%;
}
}



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

@media screen and (max-width:760px){
	#barre-bas{
	position:relative;
    border-bottom: 4px solid #357976;
	}

	#bas-gauche, #bas-droite{
		width:100%;
		display:block;
		clear:both;
	}

	#bas-droite{
		height:100px;
		padding:20px;
	}

	#bas-gauche li{
		padding:10px;
	}

}

#bas-gauche ul{
		width:100%;
		padding:0;
	}

#agrandissement-texte-accueil{
		display:none;
	}

@media screen and (min-width:760px){
	#bas-gauche{
		width:65%;
	}
	
	#bas-droite{
		width:35%;
	}
	
	#searchform input[type="text"]{
		width:65%;
	}
}

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


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

/*Pour n'afficher l'outil carnet de route qu'à partir de l'ipad portrait 768px */
@media screen and (max-width:767px){
	#outils #afficher-carnet-voyage,
	#outils #krea3outils_selectpages,
	#outils ul,
	#share_buttons,
	#outils #afficher-carnet-voyage{
	display:none;
	}
	
	#voir-selection{display:none;}
	
	/*Lien carnet dans annuaires agenda*/
	li.listeBoutonCarnetVoyage{
		display:none;
	}
	
}





/***************page****************************/

#gauche{
	display:none;
}


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

@media screen and (max-width:767px){
	#filtres-annuaires, #conteneur-listing-annuaire{
		display:block;
		float:none;
		clear:both;
		width:100%;
	}
}

/***********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%;
}

/*cible les multiples de 3*/
ul.liens_enfants li:nth-child(3n+0){
	background-color:#2e6270;
}

@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*********************/ 




#coord-mairie, #horaires-mairie{
	padding:0 10px;
}

#horaires-mairie{
	min-width:60% !important;
}

@media screen and (max-width:760px){
	footer{
		display:block;
		padding:0;
	}

	#partenaires-footer li img {
		height: 50px;
		width: auto;
	}
}

ul#menu_footer{
	font-size:0.85em;
}




@media screen and (max-width:730px){
	#bloc-coordonnees1, #bloc-coordonnees2 {
		width: 100% !important;
		float:none !important;
		}
		#coord-mairie, #horaires-mairie{
		width: 50% !important;
		}
}

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

