
@font-face {
    font-family: 'lunaregular';
    src: url('../polices/luna-webfont.eot');
    src: url('../polices/luna-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/luna-webfont.woff2') format('woff2'),
         url('../polices/luna-webfont.woff') format('woff'),
         url('../polices/luna-webfont.ttf') format('truetype'),
         url('../polices/luna-webfont.svg#lunaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'sunny_spring_dayregular';
    src: url('../polices/sunny_spring_day_-_ttf-webfont.eot');
    src: url('../polices/sunny_spring_day_-_ttf-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/sunny_spring_day_-_ttf-webfont.woff2') format('woff2'),
         url('../polices/sunny_spring_day_-_ttf-webfont.woff') format('woff'),
         url('../polices/sunny_spring_day_-_ttf-webfont.ttf') format('truetype'),
         url('../polices/sunny_spring_day_-_ttf-webfont.svg#sunny_spring_dayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background-image: url(../images/fond_jaune.png);
	font-family: 'sunny_spring_dayregular', Arial, sans-serif;
}

#bloc_page{
	width: 950px;
	margin: auto;
}

#cadre_bois{
	width: 900px;
	padding: 20px 20px 20px 20px;
	background-color: rgb(60,60,60);
	border-radius: 5px;
}

#tableau_liege{
	background: url(../images/fond_liege.jpg);
	padding-top: 5px;
	padding-bottom: 150px;
}

header h1{
	font-family: 'lunaregular', serif;
	text-align: center;
}

#titre{
	display: flex;
	justify-content: space-around;
	position: relative;
}

.bouton_rouge{
	height: 25px;
	position: absolute;
	right: 25px;
	top: -25px;
	background: url('../images/fond_degraderouge.png') repeat-x;
	border: 1px solid #760001;
	border-radius: 5px;
	font-size: 1.1em;
	text-align: center;
	padding: 3px 8px 0px 8px;
	color: white;
	text-decoration: none;
	font-family: sans-serif;
}

.back{
	position: absolute;
	left: 55px;
	top: -55px;
}

.vignette_medium{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: 10px 25px 5px 25px;
}

.vignette_medium img[alt="punaise_verte"]{
	position: absolute;
	top: 35px;
}

.vignette_medium h4{
	position: absolute;
	bottom: -40px;
	font-size: 1.6em;
	color: black;
	text-decoration: none;
	text-align: center;
}

.vignette_medium img[alt="bariloche"]{
	border: 1px solid black;
}

#main_pictures{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: space-around;
}

#description_page{
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
}

#description_page h5{
	background-color: white;
	border: 5px solid black;
	width: 75%;
	padding: 20px 10px 5px 10px;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: none;
}

#description_page p img{
	position: absolute;
	top: 50px;
}

.vignette_small{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin: 10px 20px 5px 20px;
}

.vignette_small img[alt="punaise_verte"]{
	position: absolute;
	top: 35px;
}

.vignette_small img[alt="bariloche"]{
	border: 1px solid black;
}

#small_pictures{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: space-around;
}


footer{
	position: relative;
}

#least_footer, #main_footer{
	text-align: center;
}

#main_footer{
	position: absolute;
	left: 400px;
}

#least_footer{
	position: absolute;
	right: 0;
}

#reseaux_sociaux{
	display: flex;
	justify-content: space-around;
}

img[alt="roffet"]{
	height: 20px;
	width: auto;
}

