
#suite_li0 {
	margin: 0; height: 100vh;
	background-image: url(img/partage_suiteli0_bkgd.jpg); 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: top;
	background-color: rgb(178, 178, 178);
}

#suite_li0 div{ 
	display: block;
	position: relative;
	left: 5%;
	top: 5%; 
	width: 600px;
	max-width: 90%;
	max-height: 70%;
	overflow-y: scroll;
	padding: 10px;
	background-color: rgba(256, 256, 256, 0.7);
}

#suite_li3 {
	margin: 0; height: 100vh;
	background-image: url(img/partage_suiteli3_bkgd.jpg); 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: top;
	background-color: rgb(178, 178, 178);
}

.liste_pensee { 
	display: block;
	position: relative;
	left: 5%;
	top: 5%; 
	width: 600px;
	min-width: 50%;
	max-width: 90%;
	background-color: rgba(256, 256, 256, 0.7);
}

.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;}
}

.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%;
}

audio { display: none;}

.grille{
	display: grid;
	grid-template-columns: repeat(auto-fill, 300px);
	justify-content: center;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.grille>div{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	min-height: 200px;
	border: 1px solid white; 
	border-radius: 2px; 
	box-shadow: 3px 3px 3px white;
	color: rgb(0,102,153); 
	font-size: 1.2rem; 
	text-align: center;
	position: relative;
	padding-top: 10px;
}

.grille>div:not(.vide){
	cursor: help;
}

.grille img{
	max-width: 90%;
}

.grille>div:not(.vide):after{
	display: block;
	content:"\0021E7" ;
	color: rgb(0,102,153);  
	font-weight: bold;
}

.legende{
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: white;
	border: 2px solid silver;
	top: 0;
	left: 100%;
	transition: all 0.5s;
	opacity: 0;
	overflow-y: scroll;
	pointer-events: none;
}

.grille>div:hover .legende{
	left: 0%;
	opacity: 1;
}
	
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;
	}
}

