body {
	width: 100%;
}
	
/*_________________________________________
	HOME
___________________________________________*/
#home {
	position: absolute;
	top: 0;
	bottom: 100px;
	left:0;
	right: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
	z-index: 1000;
	display: none;
}

.title {
	font-family: "ArtNouveauCaps";
	font-size: 5em;
	text-align: center;
	text-shadow: #d77a4f 1px 0 10px;
}
@media screen and (max-width: 600px) {
 .title {
      font-size: 2.3em;
   }
}
@media screen and (max-height: 600px) {
 .title {
      font-size: 2.3em;
   }
}

.sub-title {
	font-family: "Medusa";
	font-size: 2.5em;
	text-align: center;
	text-shadow: #d77a4f 1px 0 10px;
}
@media screen and (max-width: 600px) {
 .sub-title {
      font-size: 1.3em;
   }
}
@media screen and (max-height: 600px) {
 .sub-title {
      font-size: 1.3em;
   }
}

#image-fond {
	width: 100%;
}

