@font-face {
	font-family: "Typo";
	src: url("./Typo-french.ttf");
}

html   {
	height: 100% ;
	background-position: center; 
  background-repeat: repeat; 
  background-size: cover; 
  background-color: #000000;
  background-image:  url("../images/background.jpg")  ; 
 }
 
 .imagecontainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.image  {
  max-height: 700px;
  max-width: 100%;
  padding : 10px;
}

 .flechenav {
    position: fixed;
    top: 0px;
    left: 0%;
    background-size: cover;
    font-size: 32px;
    font-weight: bold;
  }
  
div, a{
  	text-align: center;
  	margin:10px;
    font-family: Typo;
    text-shadow: 16px 12px 4px rgba(251,240,240,0.6);
    color: white; 
    text-decoration: none;
  }
  
.titre {
  	font-size: 35px;
  	position: sticky;
  	top:5px;
  	margin:25px;
  	font-weight: bold;  	
}

.soustitre {
  	font-size: 20px;
  	margin: 20px;
  	font-weight: bold;
  	width: 100%;
  	}

.soustitre2 {
  	font-size: 15px;
  	width: 100%;
}

.titreliste {
  	text-align: left;
  	font-size: 20px;
  	margin-top: 20px;
  	width: 100%;
}
li {
  	text-align: left;
  	width: 100%;
  	margin-left: 25px;
}
.text {
  	text-align: left;
  	font-size: 15px;
  	width: 100%;
  	margin-left: 20px;
}


.miniature{
    border-radius: 50%;
    height: 250px;
    width: 250px;
    margin:5px;
    background-size: cover;
    display: inline-flex;
    text-align: center;
    vertical-align: bottom;
    justify-content: center;
    align-items: center;
    font-size: 35px;
}
.jardin {
	  background-image: url("../images/jardin.jpg");
}
.cuisine {
	  background-image: url("../images/cuisine.jpg");
}
.salon {
	  background-image: url("../images/salon.jpg");
}
.sam {
	  background-image: url("../images/sam.jpg");
}
.chambre {
	  background-image: url("../images/chambre.jpg");
}
.sdb{
	  background-image: url("../images/sdb.jpg");
}
.dressing{
	  background-image: url("../images/dressing.jpg");
}
.autres{
	  background-image: url("../images/autres.jpg");
}
.infos{
	  background-image: url("../images/background.jpg");
}
.plans{
	  background-image: url("../images/plans.png");
}
