#educchoice{
	display: flex;
	position: relative;
}

#educchoice #left{
	width: 60%;
	text-align: left;
	margin-left: 3%;

}

#educchoice #left img{
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 700px;
	margin: -5% !important;
}

#educchoice #left h4{
	font-family: "Dosis-light";
	font-size: 60px;
}

#educchoice #left h1{
	font-family: "Dosis" !important;
	color: #ddba77;
	text-align: left !important;
	padding: 0 !important;
}

#educchoice #right{
	display: flex;
	flex-wrap: wrap;
	width: 70%;

}

.service{
	box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	width: 40%;
	margin: 30px;
	background-color: #fff;
	text-decoration: none;
	color: #3b3b3b;
}

.service:hover{
	color: #3b3b3b;
	box-shadow: 5px 5px 5px 5px #ddba77;
}


.services-img{
	width: 100px;
}

.service-title{
	font-weight: bold;
	font-size: 25px;
	color: #aa8f5d;
	margin-top: 20px;
}

#description{
	width: 40%;
}


/*Format téléphone */
@media(max-width: 768px){
	#educchoice{
	flex-direction: column;
	margin-top: 100px;
	padding-bottom: 300px;
}

#educchoice #left{
	width: 97%;
}

#educchoice #left img{
	width: 400px;
}

#educchoice #left h4{
	font-size: 30px;
	width: 80%;
	margin: 0 auto;
}

#educchoice #left h1{
	font-size: 35px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 15px;
}

#educchoice #right{
	width: 100%;
	justify-content: center;

}

.service{
	width: 80%;
	margin: 30px 0 30px 0;
}

.services-img{
	width: 100px;
}

.service-title{
	font-weight: bold;
	font-size: 25px;
	color: #aa8f5d;
	margin-top: 20px;
}

#description{
	width: 80%;
	margin: 0 auto;
}
}