@charset "ISO-8859-1";/* CSS Document */

html{
	color: #000000;
	background-image: url("../../Images/page_accueil_test.jpg");
	background-attachment: fixed;
	background-size: cover;
}

#slogan{
	text-align: center;
	margin-top: 2%;
	margin-bottom: 2%;
	backdrop-filter: blur(3px);
	margin-left: 25%;
	margin-right: 25%;
}

#slogan h1{
	font-size: 50px;
	color: #000099;
}

#slogan h2{
	font-size: 20px;
	margin-top: -25px;
	margin-left: 10%;
	margin-right: 10%;
	color: #000099;
}

#consigne {
	color: #000099;
	text-align: center;
	backdrop-filter: blur(3px);
}
	

.styled {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgba(220, 0, 0, 1);
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.styled:hover {
  background-color: rgba(255, 0, 0, 1);
}

.styled:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

#return{
	text-align: center;
	align-items: center;
}

#jeux{
	margin-right: 30%;
	margin-left: 30%;
	margin-top: 2%;
	margin-bottom: 2%;
	border-style: solid;
	border-width: 3px;
	background-color: #404040;
}

#jeux p{
	text-align: center;
	font-size: 6em;
	color: #FF0000
}

#saisir_reponse {
	display:flex;
	flex-direction: column;
	margin-top: 2%;
	margin-bottom: 1%;
}

#saisie{
	display:flex;
	justify-content: center;
}

#recompense{
	text-align: center;
	color: #000099;
	backdrop-filter: blur(3px);
	margin-left: 40%;
	margin-right: 40%;
}
	