/*** CSS Styles  ***/

/* Général  */
body {
	background-color: #185305;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    height: 100vh;
    width: 100vw;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	transition:0.3s;
	overflow: hidden;
	margin:0;
    padding: 0;
	z-index: 1;
}

img {
	max-width: 100%;
}

/* Mise en page  */
.layout-flex {
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-commencer {
	position:absolute;
	right: 305px;
    bottom: 320px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #65c2ff;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 25px;
	cursor:pointer;
}

.btn-commencer:hover {
    background-color: #ff2f2f;
}

.bouclier {
	position:absolute;
	bottom:20px;
	right:70px;
	height:150px;
	cursor:pointer;
	transition:0.3s;
}

.bouclier:hover {
	transform:scale(1.1);
	transition:0.3s;
}

.background_description {
	background-image: url('../images/paysage.png');
	background-position: center center;
	background-size:cover;
	width: 1200px;
	height: 700px;
	position: relative;
}

/* Zone introduction */
.zone-intro {
	position:relative;
	background-image: url(../images/background.png);
	background-size: cover;
	width: 1200px;
	height: 900px;
}

.parchemin {
	position:absolute;
	bottom:20px;
	left:20px;
	width: 400px;
}

/* Zone règle */
.zone-regle {
	display:none;
}

.monimage{
	height: 900px;
	width: 800px;
	object-fit: cover;
}

.btn-suivant {
	position:absolute;
	right: 50px;
    bottom: 320px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #65c2ff;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 25px;
	cursor:pointer;
}	

.btn-suivant:hover {
    background-color: #ff2f2f;
}

/* Zone jeu */
.zone-jeu {
	display: none;
}

.monimage2{
	height:1000px;
	width:1300px;
}

.recolte {
	position:absolute;
	bottom:190px;
	right:60px;
	transition:0.3s;
}

.container {
	position:relative;
}

.perdu {
	display:none;
	position:absolute;
	top: 0;
}

.perdu img {
	height: 100vh;
}

.temps {
	position: absolute;
	width: 200px;
	top:40px;
	left: 40px;
	animation: scroll-anim 5s 1 linear ;
    }

	@keyframes scroll-anim {
		0% {}
		100%  {left:90%;}	
	}

.gagne {
	display:none;
	position:absolute;
	top: 0;
}

.gagne img {
	height: 100vh;
}

.fleur2 {
	position:absolute;
	bottom:20px;
	height:250px;
	left:1000px;
	cursor:pointer;
	transition:0.3s;
	display: block;
}

.fleur2:hover {
	transform:scale(1.1);
	transition:0.3s;
}

.fleur22 {
	position:absolute;
	bottom:20px;
	height:320px;
	right:100px;
	cursor:pointer;
	transition:0.3s;
	display: none;
}

.fleur3 {
	position:absolute;
	bottom:20px;
	height:70px;
	right:570px;
	cursor:pointer;
	transition:0.3s;
}

.fleur3:hover {
	transform:scale(1.1);
	transition:0.3s;
}

.fleur33 {
	position:absolute;
	bottom:20px;
	height:300px;
	right:80px;
	cursor:pointer;
	transition:0.3s;
	display: none;
}

.fleur1 {
	position:absolute;
	bottom:20px;
	height:220px;
	left:290px;
	cursor:pointer;
	transition:0.3s;
}

.fleur1:hover {
	transform:scale(1.1);
	transition:0.3s;
}

.fleur11 {
	position:absolute;
	bottom:20px;
	height:390px;
	right:90px;
	transition:0.3s;
	display: none;
}

.fleur4 {
	position:absolute;
	bottom:20px;
	height:280px;
	left:600px;
	cursor:pointer;
	transition:0.3s;
}

.fleur4:hover {
	transform:scale(1.1);
	transition:0.3s;
}

.fleur5 {
	position:absolute;
	bottom:20px;
	height:140px;
	right:450px;
	cursor:pointer;
	transition:0.3s;
}

.fleur5:hover {
	transform:scale(1.1);
	transition:0.3s;
}

.fleur6 {
	position:absolute;
	bottom:20px;
	height:90px;
	right:750px;
	cursor:pointer;
	transition:0.3s;
}

.fleur6:hover {
	transform:scale(1.1);
	transition:0.3s;
}