.wrapper {
	width: 100%;
	height: 100vh;
	position: relative;
}

.splash-screen {
	cursor: pointer;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	background: white
}

.splash-screen-text {
	background-color: transparent;
}

.splash-screen-text h1 {
	background-color: transparent !important;
}

.splash-screen img {
	width: 100%;
	    height: 107%;
}

/*.splash-screen1 img {
	width: 100%;
	height: 100%;
	margin-left: 25px;
	margin-right:25px;
}*/



.gradient-bg {
	display: none;
	object-fit: cover;
	position: absolute;
}

.splash-screen h1 {
	font-size: 112px;
	background-color: white;
	padding: 0.5em;
	align-self: center;
	border-radius: 32px;
/*	color: rgb(1,1,1);*/
/*	box-shadow: 0px 0px 20px darkgrey;
*/}

.questions {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.questions__header {
	width: 100%;
	height: 20%;
	padding: 2.7em;
}

.questions__list {
	position: relative;
	width: 100%;
	height: 100%;
}

.question {
	font-size: 100px;
	display: flex;
	justify-content: center;
	align-content: center;
	width: 100%;
	height: 100%;
	background-color: white;
	position: absolute;
	bottom: 0;
	left: 0;
}

.question__content {
	width: 100%;
	height: 100%;
	padding: 0.2em;
	align-self: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.question__answer-separator {
	text-align: center;
}


/*Button*/

.question__answer {
	user-select: none;
	cursor: pointer;
	width: 100%;
	height: 50%;
	/*border: solid;*/
	border-radius: 15px;
	text-align: center;
	box-shadow: 0px 0px 20px darkgrey;
	background-size: 300% 100%;
	display: flex;
	justify-content: center;
	align-items: center;

  	/*border-radius: 50px;*/
    moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;

}

.question__answer + .question__answer {
	/*margin-top: 1.2em;*/
}

.question__answer:hover {

	background-position: 100% 0;
    moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;

}

.question__answer:focus {
	outline: none;
}







.question__answer.color-1 {
	background: white;
	color: red;
	/*ROUGE*/
}

.question__answer.color-1:hover {
	background: red;
	color: white;
	/*box-shadow: 0 4px 200px 0 red;*/
}

.question__answer--pushed.color-1 {
	transform: scale(0.9);
	box-shadow: 0 4px 200px 0 red;
	color: red;
}



.question__answer.color-2 {
   background: white;
   box-shadow: 0 4px 25px 0 rgba(192, 192, 192, 0.75);
   color: lime;
   /* LIME*/
}

.question__answer.color-2:hover {
	background: rgba(0,255,0,1);
	color: white;
/*	box-shadow: 0 4px 200px 0 blue;*/
}

.question__answer--pushed.color-2 {
	transform: scale(0.9);
	box-shadow: 0 4px 200px 0 rgba(0,255,0,1);
	color: rgba(0,255,0,1);
}



.question__answer.color-3 {
	background: white;
	color: blue;
    box-shadow: 0 4px 25px 0 rgba(192, 192, 192, 0.75);
    /*color: white;*/
   /* BLUE*/
}

.question__answer.color-3:hover {
	background: blue;
	color: white;
/*	box-shadow: 0 4px 200px 0 blue;*/
}

.question__answer--pushed.color-3 {
	transform: scale(0.9);
	box-shadow: 0 4px 200px 0 blue;
	color: blue;
}



.question__answer.color-4 {
	background: white;
    box-shadow: 0 4px 25px 0 rgba(192, 192, 192, 0.75);
    color: yellow;
   /* YELLOW*/
}

.question__answer.color-4:hover {
	background: yellow;
	color: white;
/*	box-shadow: 0 4px 200px 0 blue;*/
}

.question__answer--pushed.color-4 {
	transform: scale(0.9);
	box-shadow: 0 4px 200px 0 yellow;
	color: yellow;
}



.question__answer.color-5 {
	background: white;
    box-shadow: 0 4px 25px 0 rgba(192, 192, 192, 0.75);
    color: cyan;
    /*CYAN*/
}

.question__answer.color-5:hover {
	background: cyan;
	color: white;
/*	box-shadow: 0 4px 200px 0 blue;*/
}

.question__answer--pushed.color-5 {
	transform: scale(0.9);
	box-shadow: 0 4px 200px 0 cyan;
	color: cyan;
}



.question__answer.color-6 {
	background: white;
    box-shadow: 0 4px 25px 0 rgba(192, 192, 192, 1);
    color: magenta;
   /* MAGENTA*/
}

.question__answer.color-6:hover {
	background: magenta;
	color: white;
/*	box-shadow: 0 4px 200px 0 blue;*/
}

.question__answer--pushed.color-6 {
	transform: scale(0.9);
	box-shadow: 0 4px 200px 0 magenta;
	color: magenta;
}



.question__answer.color-7 {
	background: white;
    box-shadow: 0 4px 25px 0 rgba(192, 192, 192, 0.75);
    color: orange;
    /*ORANGE*/
}

.question__answer.color-7:hover {
	background: orange;
	color: white;
/*	box-shadow: 0 4px 200px 0 blue;*/
}

.question__answer--pushed.color-7 {
	transform: scale(0.9);
	box-shadow: 0 4px 200px 0 orange;
	color: orange;
}




@media screen and (max-width: 1000px) {


	.splash-screen h1 {
	border-radius: 15px;
}


	.question__answer {
	user-select: none;
	cursor: pointer;
	width: 100%;
	height: 50%;
	/*border: solid;*/
	border-radius: 32px;
	text-align: center;
	box-shadow: 0px 0px 20px darkgrey;
	background-size: 300% 100%;
	display: flex;
	justify-content: center;
	align-items: center;

    /*border-radius: 50px;*/
    moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
	}

	.question__answer.color-1 {
	background: red;
	color: white;
	/*box-shadow: 0 4px 25px 0 rgba(49, 196, 190, 0.75);*/
	/*ROUGE*/
	}

	.question__answer--pushed.color-1 {
	transform: scale(0.9);
	box-shadow: 0 4px 200px 0 red;
	background: red;
	color: white;
	}	

	.question__answer.color-2 {
	background: lime;
	color: white;
	/*box-shadow: 0 4px 25px 0 rgba(49, 196, 190, 0.75);*/
	/*LIME*/
	}

	.question__answer--pushed.color-2 {
	transform: scale(0.9);
	box-shadow: 0 4px 200px 0 lime;
	background: lime;
	color: white;
	}

	.question__answer.color-3 {
	background: blue;
	color: white;
	/*box-shadow: 0 4px 25px 0 rgba(49, 196, 190, 0.75);*/
	/*BLUE*/
	}

	.question__answer--pushed.color-3 {
	transform: scale(0.9);
	box-shadow: 0 4px 200px 0 blue;
	background: blue;
	color: white;
	}

	.question__answer.color-4 {
	background: yellow;
	color: white;
	/*box-shadow: 0 4px 25px 0 rgba(49, 196, 190, 0.75);*/
	/*YELLOW*/
	}

	.question__answer--pushed.color-4 {
	transform: scale(0.9);
	box-shadow: 0 4px 200px 0 yellow;
	background: yellow;
	color: white;
	}

	.question__answer.color-5 {
	background: cyan;
	color: white;
	/*box-shadow: 0 4px 25px 0 rgba(49, 196, 190, 0.75);*/
	/*YELLOW*/
	}

	.question__answer--pushed.color-5 {
	transform: scale(0.9);
	box-shadow: 0 4px 200px 0 cyan;
	background: cyan;
	color: white;
	}

	.question__answer.color-6 {
	background: magenta;
	color: white;
	/*box-shadow: 0 4px 25px 0 rgba(49, 196, 190, 0.75);*/
	/*CYAN*/
	}

	.question__answer--pushed.color-6 {
	transform: scale(0.9);
	box-shadow: 0 4px 200px 0 magenta;
	background: magenta;
	color: white;
	}


	.question__answer.color-7 {
	background: orange;
	color: white;
	/*box-shadow: 0 4px 25px 0 rgba(49, 196, 190, 0.75);*/
	/*ORANGE*/
	}

	.question__answer--pushed.color-7 {
	transform: scale(0.9);
	box-shadow: 0 4px 200px 0 orange;
	background: orange;
	color: white;
	}

	.splash-screen img {
	width: 100%;
	height: 100%;
/*	object-fit: cover;*/
	}

.question__answer {
	user-select: none;
	cursor: pointer;
	width: 100%;
	height: 50%;
	/*border: solid;*/
	border-radius: 32px;
	text-align: center;
	box-shadow: 0px 0px 20px darkgrey;
	background-size: 300% 100%;
	display: flex;
	justify-content: center;
	align-items: center;

  	/*border-radius: 50px;*/
    moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
	}


	.smallSVG {
	padding-bottom:89vh;
	width:90% !important;
}
}


	.smallSVG {
	padding-bottom:89vh;
	width:90% !important;
}




/*
.dessus {
	z-index: 250;
}
*/
