

/*____________________    GENERAL     ____________________________ */

body {
	margin: 10px;
	text-align: center;
}
	
h5 {
	font-weight: bold;
}
	
.container {
	text-align: center;
	overflow: hidden;
}
.row {
	text-align: center;
}

.card {
	border: none;
}

.card-title {
	font-weight: bold;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	display: inline-block;
}

.change-cours {
	float: left;
}
.change-quiz {
	float: right;
}

/*____________________    QUIZ     ____________________________ */

#quiz-bloc {
	display: none;
}

#resultats-quiz {
	display: none;
}
	
#image-quiz {
	cursor: pointer;
}


/*____________________    COURS     ____________________________ */
#cours-bloc {
	/*display: none;*/
}
	
#image-cours {
	cursor: pointer;
}

	
/*____________________    QUIZ + COURS     _____________________ */

.reponse-titre {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.reponse-valeur {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: white;
	background-color: darkblue;
	margin: 0px;
	padding: 4px;
	border-radius: 6px;
}

