
/*FONTS*/
@font-face {
    font-family: 'Baron Neue';
    src: url('fonts/BaronNeueBlack.ttf') format('truetype');
}
@font-face {
    font-family: 'Baron Neue regular';
    src: url('fonts/BaronNeue.woff2') format('woff2'),
        url('fonts/BaronNeue.woff') format('woff');
    font-weight: thin;
}
@font-face {
    font-family: 'Georgia';
    src: url('fonts/GEORGIAB.ttf') format('truetype');
}
.baron {
	font-family: 'Baron Neue';
	text-shadow: 1px 1px 2px black;
}
.baron-regular {
	font-family: 'Baron Neue regular'
}
.georgia {/*test*/
	font-family: 'Georgia';
	text-shadow: 1px 1px 2px black;
	font-weight: 100;
}
.bold {
	font-weight: bold;
}
/*GENERAL*/
* {
	transition: all 1s linear;
}
html {
	min-height: 100%;
	overflow-x: hidden;
}
body {
	margin: 0;
	min-height: 100%;
	overflow-x: hidden;
	background-color: #030619;
	touch-action: pan-y;
}
a, a:active, button, button:active {
	outline:none
}
button {
	cursor: pointer;
}

/*GENERAL STYLE*/
.mb-0 {
	margin-bottom: 0;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mt-10 {
	margin-top: 10px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-70 {
	margin-bottom: 70px;
}
.margin-padding-top-none {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.text-decoration-none {
	text-decoration: none;
}
.text-center {
	text-align: center;
}
.uppercase-text {
	text-transform: uppercase;
}
.color-white {
	color: #fff;
}
.color-blue {
	color: #1acafd;
}
.show {
	display: block;
}
.hide {
	display: none !important;
}
.visuallyhidden {
  opacity: 1;/*A changer si transitions*/
}

/*BACKGROUND & IMAGES*/
.background-grinn-universe {
	background-image: url(images/Background.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height: 100%;
}
#background-steel-small {
	background-image: url(images/Block-small.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 407px;
	height: 260px;
	margin: 0 auto;
	position: inherit;
}
#background-steel-bis {
	background-image: url(images/Block-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 407px;
	height: 570px;
	margin: 0 auto;
	position: inherit;
	padding-top: 100px;
	margin-bottom: 0;
}
#background-steel {
	background-image: url(images/Block.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 407px;
	height: 570px;
	margin: 0 auto;
	position: inherit;
	transition: all 1s linear;
	padding-top: 100px;
}
.img-responsive {
	display: block;
	margin: 0 auto;
	max-width: 450px;
	padding-bottom: -50px;
	bottom: -15px;
	position: relative;
}
.img-responsive-100 {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.musicSounds {
	padding: 0 11.3%;
	width: calc(100% - 2 * 11.3%);
	transition-duration: 0s;
}
.musicSounds>p {
	position: absolute;
	font-size: 200%;
	width: 20%;
	color: white;
	margin-left: 3%;
	margin-top: -4%;
}
.musicSounds:hover {
	padding: 0;
	width: 100%;
}
#presentation, #results, #background-steel, .questions-container {
	 transition: all 0.5s linear;
}
.title {
	margin: 0;
	padding: 10px;
}

/*PRESENTATION*/
.title_presentation {
	color: #fff;
	text-align: center;
	font-size: 35px;
	font-family: 'Baron Neue';
	max-width: 420px;
	margin: 0 auto;
}
.title_presentation span {
	font-size: 28px;
}
.presentation-text-container {
	padding: 28px;
	height: 242px;
	font-size: 16px;
	text-align: center !important;
	text-shadow: 1px 1px 2px black;
}

/*QUESTIONS*/
.image-question-class {
	position: absolute;
	top: -70px;
	right: 50%;
	z-index: -1;
}
.questions-container {
	padding-top: 140px;
}
.img-class {
	width: 400px;
	position: relative;
	top: -60px;
	left: -20px;
}
.text-class {
	width: 350px;
	position: relative;
	top: -135px;
	font-size: 16px;
}
.question {
	margin-top: -70px;
	margin-bottom: 0;
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}
.reponse-container {
	display: block;
	width: 100%;
}
.reponse {
	display: block;
	width: 93%;
	margin: 0 auto;
	background-image: url('images/Reply.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 90px;
	cursor: pointer;
}
.reponse-clicked {
	background-image: url('images/Selection-hover.png');
	background-repeat: no-repeat;
	background-size: cover;	
	cursor: pointer;
}
.reponse-link {
	display: block;
	color: #fff;
	padding-top: 10px;
	padding-left: 55px;
	padding-right: 55px;
	text-decoration: none;
	height: 75px;
	cursor: pointer;
	font-size: 15px;
	background: none;
	border: none;
	text-align: left;
}
#question_number {
	z-index: -1;
	display: block;
    font-family: 'Baron Neue';	
	color: white;
	font-size: 45px;
	position: absolute;
	top: 35px;
	right: 50%;
	left: 50%;
	margin-left: 120px;
}

/*RESULTATS*/
.title_result {
	margin-top: 0;
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-family: 'Baron Neue';
}
.title_result span {
	font-size: 40px;
}
#percentage_of_class {
	z-index: 1;
	display: block;
    font-family: 'Baron Neue';	
	color: white;
	font-size: 45px;
	position: absolute;
	top: 425px;
	right: auto;
	left: auto;
	margin-left: 145px;
}

/*BOUTONS*/
.btn-steel-1 {
	background-image: url(images/Bouton01.png);
}
.btn-steel-2 {
	background-image: url(images/Bouton02.png);
}
.btn-steel-3 {
	background-image: url(images/Bouton03.png);
}
.btn-steel {
	background-repeat: no-repeat;
	background-size: contain;	
	background-position: center;
	display: block;
	height: 60px;
	text-align: center;
	margin-top: 20px !important;
	font-size: 2.2rem;
	text-decoration: none;
	margin: 0 auto;
	border: none;
	width: 100%;
	background-color: transparent;
}
.img-btn-next {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

/*FOOTER*/
.footer-bottom-fixed {
	position: fixed;
  	left: 0;
  	bottom: 0;
  	width: 100vw;
}

/*RESPONSIVE*/
@media (max-width: 1440px) {
	.title-background {
		margin-left: 30px;
	}
}
@media (max-width: 768px) {
	.block-2 {
		flex-direction: column;
	}
	.block-2 > div {
		width: 100% !important;
	}
	#footer-bis {
		width: 90%;
		margin: 0 auto;
	}
	#don a:first-of-type img {
		display: none;
	}
	#don a:nth-of-type(2) img {
		display: block;
	}
	#don a img {
		width: 100%;
	}
	#footer-bis div ul li a {
		font-size: 20px;
	}
	.btn-steel {
		padding-top: 35px;
		font-size: 1.5rem;
	}
}
@media (max-width: 500px) {
	/*GENERAL*/
	.img-responsive {
		width: 100%;
	}
	#background-steel-small {
		margin: 0 auto 20px;
		width: 320px;
		height: 205px;
	}
	#background-steel-bis {
		margin: 0 auto;
		width: 320px;
		height: 420px;
	}
	#background-steel {
		width: 320px;
	    height: 450px;
	}
	.background-grinn-universe {
		background-image: url(images/Background.png);
		background-repeat: no-repeat;
		background-size: cover;
		width: auto;
	}

	/*BOUTONS*/
	.btn-steel {
		padding-top: 0;
		font-size: 1.2rem;
	}

	/*PRESENTATION*/
	#presentation {
		margin-top: 30px;
	}
	.presentation-text-container {
		padding: 28px;
		height: 242px;
		font-size: 12px;
		text-align: center !important;
		text-shadow: 1px 1px 2px black;
	}
	.title_presentation {
		font-size: 24px;
	}

	/*QUESTIONS*/
	.question {
		font-size: 14px;
	}
	.questions-container {
	    padding-top: 120px;
	}
	.reponse {
		display: block;
		width: 85%;
		margin: 0 auto;
		height: 60px;
		cursor: pointer;
	}
	.reponse-link {
		font-size: 12px;
		padding-top: 15px;
		padding-left: 30px;
		padding-right: 30px;
		height: 15px;
	}
	#question_number {
		top: 15px;
		margin-left: 100px;
	}

	/*RESULTATS*/
	#percentage_of_class {
		top: 378px;
		margin-left: 100px;
	}
	.img-class {
		width: 300px;
	}
	.text-class {
		font-size: 14px;
		padding: 15px;
		width: 270px;
		position: relative;
		top: -110px;
		left: -20px;
	}
	#restart-button {
		width: 150% !important;
		margin-left: -25%;
	}
	#share-button {
		width: 150% !important;
		margin-left: -25%;
	}
	#start-button {
		width: 150% !important;
		margin-left: -25%;
	}
	#footer {
		position: static !important;
		overflow: hidden;
	}
}
@media (max-width: 375px){
	#footer-bis div:last-of-type {
		width: 40% !important;
	}
	#footer-bis div:first-of-type {
		width: 40% !important;
	}
	#percentage_of_class {
		top: 368px;
		margin-left: 100px;
	}
}
@media (max-width: 320px){
	#percentage_of_class {
		top: 355px;
		margin-left: 100px;
	}
}

/*AJOUT PAGE ACCUEIL 10-05-2021*/
.background-grinn-universe-bis {
	background-image: url(images/Background-bis.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height: auto;
}
h1 {
	font-size: 25px;
}
h1 span {
	font-size: 15px;
}
.fix-1500 {
	max-width: 1500px;
	margin: 0 auto;
}


.title {
	margin: 0;
	padding: 10px;
}


#univers p.color-blue {
	font-size: 26px;
}
#univers p.color-blue {
	background-image: url('images/aura-text.png');
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}
#univers p.color-white {
	margin-top: 0;
}
#univers {
	position: relative;
	top: -80px;
	margin: 0 auto;
	width: 80%;
}
.title-background {
	background: url('images/Title-background 6.png');
	background-repeat: no-repeat;
	font-size: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	position: relative;
	left: -35px;
	text-shadow: 1px 1px 2px black;
}

.title-background::before {
	content: "|";
	margin-left: 10px;
	margin-right: 10px;
	text-shadow: 1px 1px 2px black;
}
.block-2 {
	display: flex;
}
.block-2 >div {
	width: 50%;
}
.center-70 {
	display: block;
	margin: 0 auto;
	width: 70%;
}
#don a:nth-of-type(2) img {
	display: none;
}
.aura-bleu-text {
	background-image: url('images/aura-text.png');
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}
#footer-bis {
	display: flex;
	justify-content: space-between;
}
#footer-bis div {
	/*display: inline-block;*/
}
#footer-bis div:first-of-type {
	width: 32%;
}
#footer-bis div:last-of-type {
	float: right;
	width: 32%;
}
#footer-bis ul {
	color: white;
	text-decoration: none;
	list-style: none;
	padding-left: 0;
}
#footer-bis div ul li a {
	font-size: 25px;
}
.text-right {
	text-align: right;
}
.not-allowed {
	cursor: not-allowed;
}
#don a:first-of-type img {
	width: 100%;
}

/* Grinn Form */
#grinn_form{
	margin-top: 20px;
}
#presentation-container {
	margin-top: 30px;
}
#questionnaire {
	margin-bottom: 51px;
}