/* Définition des polices personnalisées */
@font-face {
    font-family: 'redressedregular';
    src: url('polices/Redressed-webfont.eot');
    src: url('polices/Redressed-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/Redressed-webfont.woff') format('woff'),
         url('polices/Redressed-webfont.ttf') format('truetype'),
         url('polices/Redressed-webfont.svg#redressedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'Dayrom';
	src: url('polices/dayrom.eot');
	src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
		 url('polices/dayrom.woff') format('woff'),
		 url('polices/dayrom.ttf') format('truetype'),
		 url('polices/dayrom.svg#Dayrom') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Corps de la page */
body{
	background: white;
	font-family: 'Palatino Linotype','Trebuchet MS', Arial, serif;
	color: #26271a;
	margin: 0;
}
body strong{
	font-weight: normal;
}

/* En-tête */
	/* Header */
header{
	width: 100%;
	margin: auto;
	background-color: #26271a;

}
.navbar{
	width: 100%;
	background-color: transparent;
	position: fixed;
	min-height: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content : space-between;
}
.bgcolor{
	color: white;
	transition: all 1s;
	background-color: rgba(38,39,26,0.9);
}

.logo{
	width: 259px;
	height: 50px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.visuel{
	background-image: url(images/visuel_accueil.jpg);
	width: 100%;
	height: 800px;
	background-size: cover;
	display: flex;
    align-items: center;
    justify-content: center;
}
.visuel_jardin{
	background-image: url(images/visuel_jardin.jpg);
	width: 100%;
	height: 800px;
	background-size: cover;
	display: flex;
    align-items: center;
    justify-content: center;
}
.visuel_pepiniere{
	background-image: url(images/visuel_pepiniere.jpg);
	width: 100%;
	height: 800px;
	background-size: cover;
	display: flex;
    align-items: center;
    justify-content: center;
}
.visuel_catalogue{
	background-image: url(images/visuel_catalogue.jpg);
	width: 100%;
	height: 800px;
	background-size: cover;
	display: flex;
    align-items: center;
    justify-content: center;
}
.visuel_galerie{
	background-image: url(images/visuel_galerie.jpg);
	width: 100%;
	height: 800px;
	background-size: cover;
	display: flex;
    align-items: center;
    justify-content: center;
}
.accueil{
	text-align: center;
	font-size: 2em;
	color: white;
}
.accueil h2{
	margin-bottom: -30px;
}
.accueil h4{
	margin-top: -10px;
}
.bouton_visuel{
	background-color: transparent;
	border-radius: 10px;
	border: 4px solid #c4922e;
	color: white;
	text-align: center;
	font-size: 1em;
	padding: 20px;
	width: 300px;
}
.bouton_visuel:hover{
	background-color: rgba(38,39,26,0.8);
	transition: all 1s;
	color: white;
	cursor: pointer;
}

	/*Menu*/
nav{
	padding-bottom: 10px;
	min-width: 475px;
}
.menu_deroulant{
	display: flex;
	justify-content: space-around;
	
}
.menu_deroulant a{
	font-size: 1.3em;
	color: white;
}	
.menu_deroulant li{
	list-style-type: none;
	position: relative;
}
.menu_deroulant ul{
	display: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;;
	background-color: rgba(38,39,26,0.8);
	width: 200px;
}
.menu_deroulant li:hover ul{
	display: block;
	position: absolute;
	z-index: 100;
 }


/* Page */
.nom_botanique{
	font-style: italic;
}
.bloc_page{
	width: 100%;
	margin: auto;
	color: #26271a;
	font-family: 'Cormorant' , 'Trebuchet MS', Arial, serif;
	font-size: 1.2em;
	display: flex;
}
.bloc_page h2, .bloc_page h3{
	text-shadow: 2px 2px 4px #26271a;
	text-align: center;
}
.bloc_page p{
	color: #627e62;
	text-align: justify;
}
.marque{
	text-align: center;
}
.bloc_page .marque{
	text-align: center;
}
a{
	color: #beb27a;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.important{
	font-weight: bold;
	color: #9d0e0e;
	font-size: 1em;
}
.souligne{
	text-decoration: underline;
}
.gras{
	font-weight: bold;
}
.fete_des_plantes li {
	list-style-image: url(images/marque_puce2.png);
	color: #627e62;
}
.annul{
	text-decoration : line-through;
}

/*organisation page accueil*/
.accueil_jardin, .accueil_pepiniere, .rencontre, .acces, .accueil_evenement{
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.ouverture, .fete_des_plantes{
	width: 20%;
	text-align: justify;
	padding: 20px;
	min-width: 250px;
	background-color: rgba(255,255,255,0.9);
	margin-top: 20px;
	margin-bottom: 20px;
}
.ouverture h2{
	text-align: center;
	font-family: 'Merienda', Cursive;
	font-size: 2em;
}
.fete_des_plantes h2{
	text-align: center;
	font-family: 'Merienda', Cursive;
	font-size: 2em;
}
.date_fdp{
	font-family: 'Merienda', Cursive;
	font-weight: bold;
	font-size: 1em;
}
.ouverture h3{
	font-family: 'Merienda', Cursive;
}
.accueil_jardin{
	padding-bottom: 20px;
}
.accueil_evenement{
	padding-bottom: 20px;
}
.photo_article_jardin{
	width: 35%;
	text-align: center;
	min-width: 460px;
}
.texte_article_jardin{
	font-size: 1.3em;
	width: 50%;
	font-family: 'Merienda', Cursive;
	min-width: 450px;
}
.texte_article_jardin h2{
	font-size: 2em;
}
.photo_evenement{
	width: 35%;
	text-align: center;
	min-width: 460px;
}
.texte_evenement{
	font-size: 1.3em;
	width: 50%;
	font-family: 'Merienda', Cursive;
	min-width: 450px;
}
.texte_evenement h2{
	font-size: 2em;
}
.rencontre{
	background-image: url(images/IMG_5226.jpg);
	background-size: cover;
	background-position: bottom;
}
.photo_article_pepiniere{
	width: 35%;
	text-align: center;
	min-width: 460px;
}
.texte_article_pepiniere{
	font-size: 1.3em;
	width: 50%;
	font-family: 'Merienda', Cursive;
	min-width: 450px;
}
.accueil_pepiniere{
	padding-bottom: 20px;
}
.texte_article_pepiniere h2{
	font-size: 2em;
}
.acces{
	background-image: url(images/IMG_5396.jpg);
	background-size: cover;
	background-position: bottom;
}
.texte_acces, .google_maps{
	width: 20%;
	text-align: justify;
	padding: 20px;
	min-width: 250px;
	background-color: rgba(255,255,255,0.9);
	margin-top: 20px;
	margin-bottom: 20px;
}
iframe{
	width: 100%;
	height: 450px;
}
.bouton_page{
	background-color: transparent;
	border-radius: 10px;
	border: 4px solid #c4922e;
	color: rgb(38,39,26);
	text-align: center;
	font-size: 1em;
	padding: 20px;
	width: 300px;
}
.bouton_page:hover{
	background-color: rgba(38,39,26,0.8);
	transition: all 0.5s;
	color: white;
	cursor: pointer;
}
.bloc_bouton{
	display: flex;
	justify-content: space-around;
}

/*page jardin*/
.presentation_jardin, .historique, .jardin_aujourdhui, .principes{
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.texte_historique, .texte_principes{
	width: 50%;
	text-align: justify;
	padding: 20px;
	min-width: 450px;
	background-color: rgba(255,255,255,0.9);
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-image: url(images/marque_puce2.png);
}
.presentation_jardin, .jardin_aujourdhui{
	padding-bottom: 20px;
}
.photo_presentation_jardin, .photo_jardin_aujourdhui{
	width: 35%;
	text-align: center;
	min-width: 460px;
}
.texte_presentation_jardin, .texte_jardin_aujourdhui{
	font-size: 1.3em;
	width: 50%;
	font-family: 'Merienda', Cursive;
	min-width: 450px;
	list-style-image: url(images/marque_puce2.png);
}
.texte_presentation_jardin h2, .texte_jardin_aujourdhui h2{
	font-size: 2em;
}

.historique{
	background-image: url(images/dessinbeulay001.jpg);
	background-size: cover;
	background-position: bottom;
}
.principes{
	background-image: url(images/IMG_5312.jpg);
	background-size: cover;
	background-position: bottom;
}

/*Page Pépinière*/
.presentation_pepiniere, .production, .conseils{
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.texte_presentation_pepiniere, .texte_production, .texte_conseils{
	font-size: 1.3em;
	width: 50%;
	font-family: 'Merienda', Cursive;
	min-width: 450px;
}
.photo_presentation_pepiniere, .photo_production, .photo_conseils{
	width: 35%;
	text-align: center;
	min-width: 460px;
}
/*Galerie*/
.ligne_galerie{
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.photo_galerie{
	width: 30%;
	min-width: 450 px;
}

/* footer */
footer{
	background-color: rgba(38,39,26,1);
	color: white;
	padding-bottom: 10px;
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.footer_coordonnees p{
	text-align: center;
}

.footer_newsletter, .footer_coordonnees{
	width: 20%;
	min-width: 300px;
}
.menu_reseaux{
	margin: auto;
	text-align: center;
	padding-bottom: 10px;
}
.menu_reseaux li ul{
	display: none;
}
.menu_reseaux li{
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.menu_reseaux li ul li{
	display: block;
}


