
.entoure_dimage img{height: 9.0rem;}
.entoure_dimage{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: auto;
}
.entoure_dimage div:nth-child(2){
	margin: auto 10px auto 10px;
}

@media screen and (max-width: 900px){
	.entoure_dimage{ margin-top: 5vh; flex-wrap: wrap;}
	.entoure_dimage div:nth-child(2){order: -1;}
	.entoure_dimage img{order: 1; height: 7.2rem;}
}

#suite_li0 {
	margin: 0; height: 100vh;
	background-image: url(img/etude_suiteli0_bkgd.jpg); 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: left;
	background-color: rgb(178, 178, 178);
}

#suite_li0>div { 
	display: block;
	position: relative;
	left: 10%;
	top: 5%; 
	padding: 10px;
	width: 80%;
	max-height: 80%;
	overflow-y: scroll;
	background-color: rgba(256, 256, 256, 0.7);}

.navigue{ display: flex; justify-content: space-between; }
.navigue span:hover{ color: red; cursor: pointer; }

.carte_blanche figure{
	width: 90%;
	margin: auto;
	text-align: center;
}
.deux_par_ligne img{
	width: 45%;
}
.trois_par_ligne img{
	width: 30%;
}
.quatre_par_ligne img{
	width: 22%;
}

.float_gauche{
	max-height: 100%;
	width: 200px;
	max-width: 25%;
	float: left;
	margin: 10px 10px 10px 10px;
}

.planche>div{
	text-align: center;
}

input{
	font-size: 1rem;
	color: rgb(0,102,153);
	font-weight: bold;
	width: 40px;
	box-shadow: 10px 5px 5px rgb(108,108,108);
}

@media screen and (max-width: 400px){
	.croix canvas{
		width: 300px;
	}
	.etoile canvas{
		width: 300px;
	}
}
