.sequence {
	color: white;
	border-width:1px;
	border-style: solid;
	border-radius: 20px;
	margin: 5%;
	padding: 5%;
	background-color: rgba(0, 0, 255, 0.8);
}

.titre {
	border-width:1px;
	border-style: solid;
	border-radius: 20px;
	margin: 10px;
	padding: 10px;
	line-height: 2.5;
	background-color: white;

}


.tableau {
	border-collapse:collapse;
	width:100%;
	text-align:center;
	font-size: 0.6em;
}

th, td {
border: 1px solid black;
padding:4px;
}

td {
 text-align:center;
}

.question {
	background-color: #F2F2F2;
	border:2px solid ;
	border-radius: 10px;
	padding: 5px;
	text-align: left;
	font-size: 0.8em;
}

.reponse {
	border:2px solid ;
	border-radius: 10px;
	padding: 5px;
	font-size: 1em;
}

.definition {
	text-indent: 0%;
	font-size: 120%;
	font-weight: bold;
	background-color: #F2F2F2;
	border:2px solid ;
	border-radius: 10px 10px 10px 10px;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: -2px;
	margin-left: auto;
	margin-right: auto;
}

.definition_reponse {
	text-indent: 0%;
	border:2px solid ;
	border-radius: 10px 10px 10px 10px;
	padding: 1%;
	text-align: center;
	margin-bottom: 1%;
}

.probleme {
	text-indent: 0%;
	font-weight: bold;
	text-align: center;
	background-color: #F2F2F2;
	border:2px solid ;
	border-radius: 10px 10px 10px 10px;
	padding: 0.7%;
	margin-top: 1%;
}

.def {
	background-color:  #f1c9ff ;
	border:2px solid black;
	border-radius: 10px 10px 10px 10px;
	padding: 0.7%;
	margin-top: 2%;
	margin-bottom: 2%;
}


textarea {
  font-size: 0.8em;
}

 li {
	margin-top: 30px;
	list-style-type: square;
}

h3 {
	line-height: 2.5;
}
