/*
Theme Name: Naturespace enfant
Description: Theme enfant de naturespace
Author: Timothee Brosille 
Author URI: https://www.web-experience.fr
Template: naturespace 
Version: 0.1.0
*/

.liste-region h3{
	margin-top:5px;	
}

#affichage{
	display:block;
}

#pub_header{
	width:100%;
	height:auto;
}

.liste_departement{
	overflow-wrap:break-word;	
}

.liste_departement ul li{
	list-style-type:none;
	display:inline-block;
	margin-right:10px;
}
.liste_departement ul fieldset{
	margin-top:10px;
}

.liste_ecole{
	overflow-wrap:break-word;	
}

.liste_ecole ul li{
	list-style-type:none;
	margin-right:10px;
}
.liste_ecole ul fieldset{
	margin-top:10px;
}

.lettre_titre{
	background-color:#79AB32;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	color:#ffffff;
	border-radius:5px;
}

.accueil_lettre{
	display: inline-block;
    margin-bottom: 5px;
    margin-top: 10px;
	
}

.lien_lettre{
	background-color:#79AB32;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	color:#ffffff;
	border-radius:5px;
	margin-right:5px;
	display:inline-block;
	margin-bottom:5px;

}

.grande_fiche{
	border:1px #79AB32 solid;
	padding:5px;
}

.grande_fiche h1{
	margin-top:0px;	
	background-color:#79AB32;
	color:#ffffff;
	padding:5px;
}
.grande_fiche h2,.grande_fiche h3,.grande_fiche h4{
	margin-top:0px;	
}
.grande_fiche p{
	margin-bottom:5px !important;
}


#main-content .breadcrumb-navigation a {
    color: #79ab32 !important;
}

.lien_dep, .lien_ville, .lien_ecole{
	text-decoration:none;	
}