@charset "utf-8";
/* CSS Document */

h1{
	font-size:70px;
	color : hsla(355,91%,45%,1.00);
	font-family: "Bauhaus 93";
	display: inline-block;
}
h2{
	    font-size: calc(60px + 1vmin);
    margin-bottom: calc(00px + 00vw);
	color : hsla(355,91%,45%,1.00);
	font-family: "Bauhaus 93";
}
h3{
	    font-size: calc(20px + 1vmin);
    margin-bottom: calc(00px + 00vw);
	color : hsla(355,91%,45%,1.00);
	font-family: "Bauhaus 93";
}
.article{
	font-size: calc(10px + 1vmin);
    margin-bottom: calc(00px + 00vw);
	color : hsla(355,91%,45%,1.00);
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

hr{
	border-bottom:2px solid hsla(355,91%,45%,1.00);
	margin: 5% 0% 5% 0%;

}

.petit{
    texte-align
	margin: 10% 0 0 10%;
	font-size: 13px;
	color : hsla(355,91%,45%,1.00);
}

.article{
	font-size: calc(10px + 1vmin);
    margin-bottom: calc(00px + 00vw);
	color : hsla(355,91%,45%,1.00);
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}


body{
	margin: 0 20% 0 20%;
}


img{
	height: 100%;
}


.footer{
	margin: 10% 0 0 10%
}

/*gallerie*/
.gallerie {
margin:0 5vw 5vw 5vw;
display:flex;
flex-wrap:wrap;
}


