a {
	text-decoration: none;
	font-size: 22px;
	cursor: pointer;
}

#gerondif {
	background-color: rgb(186, 98, 98);
}

#infinitif {
	background-color: rgb(255, 111, 97);
}

.btn_reponse {
	border: solid;
	padding: 20px;
	border-radius: 10px;
}

h1 {
	margin-top: 50px;
	text-align: center;
}

.card {
	border: solid;
	border-radius: 20px;
	width: 30%;
	margin: 0 auto;
	margin-top: 100px;
	height: 500px;
	background-color: rgb(255, 207, 195);
}

body {
	background-color: rgba(150,223,228,0.6);
}

#verbeAnglais {
	text-align: center;	
	padding-top: 20px;
}

.text {
	font-size: 40px;
}

.choix {
	display: flex;
	justify-content: space-around;
}

.test{
	height: 180px;
}

.trad {
	margin-top: 40px;
	text-align: center;
	font-size: 30px;
	color: grey;
}

.reponse {
	margin-top: 40px;
	text-align: center;
	font-size: 30px;
}


#next {
	padding: 5px;
	border: solid;
	margin: 42%;
	margin-top: 20px;
}

.exercice {
	margin-left: 43%;
	margin-top: 40px;
	cursor: pointer;
}

.btn {
	border: solid;
	font-size: 30px;
	width: 200px;
	border-radius: 20px;
	text-align: center;
	height: 42px;
	background-color: rgb(255, 207, 195);
}

.none {
	display: none;
}

.btn_reponse_phrase {
	display: flex;
	margin-right: 20px;
}

.choixRep {
	padding-left: 20px;
}

#phraseAnglais {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.testPhrase{
	height: 70px;
}


.espace {
	padding-top: 30px;
}