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




/******************************************************/
/*****************max-width:480px**********************/

body{
	font-size:15px;
}

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


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

#icon_home{
	width:142px;
	position:relative;
	z-index:900;
}

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 > .parent{
	padding-left:20px;
}

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


#nav li ul{
	width:100%;
	max-width:100%;
}
/*Pour tous petits écrans*/
@media screen and (max-width:240px){	

}


#outils{
	clear:both;
}




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

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

#logo-accueil img{
	width:150px;
	padding-top:40px;
}

#coeur-bocage{
	width:100px;
}

/******************ligne actu*****************/

#gauche-ligne-actu{
	width:100%;
	max-width:600px;
	margin:0 auto 0 auto;
	float:none;
}

#droite-ligne-actu{
	width:100%;
	max-width:600px;
	margin:60px auto 0 auto;
	float:none;
	padding:0;
}

/***************fin ligne actu***************/

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

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

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

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



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

#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 ul{
	width:100%;
	padding:0;
}

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

#agrandissement-texte-accueil{
	display:none;
}
/***************page****************************/
#header-page{
	padding:53px 0 0 0;
}

#barre-outils{
	position:relative;
}

#ligne-outils{
	background:rgba(53, 121, 118, 1) none repeat scroll 0 0;
	width:100%;
}


#gauche{
	display:none;
}

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


#outils ul,
#share_buttons,
#outils #afficher-carnet-voyage,
#taille_texte,
#trad-google{
	display:none;
}


#calcul-itineraire-fiche input, #wrapper_input_calcul_itineraire input {
    font-size: 1.3em;
    height: 30px;
    width: 100%;
}

h1{
	font-size:2.5em;
}

#filtres-annuaires, #conteneur-listing-annuaire{
	display:block;
	float:none;
	clear:both;
	width:100%;
}

.description-manif-listing img, .description-annuaire-listing img {
    display: block;
    float: none;
    margin: 10px 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:none;
	width:100%;
	height:auto;
	min-height:120px;
	padding:10px;
}

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

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

/****************footer*********************/ 



footer{
	display:block;
	padding:0;
}

#partenaires-footer ul{
	padding-bottom:30px;
}

#partenaires-footer li{
	padding:0 5px 0 5px;
	width:auto;
}

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

#coord-mairie, #horaires-mairie{
	display:block;
	clear:both;
	width:100%;
	min-width:100%;
}

.bloc-coordonnees{
	display:block;
}

#bloc-coordonnees1, #bloc-coordonnees2{
	float:none !important;
	width:100% !important;
}

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

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


