#page{
	min-height: 67vh;
	margin-top: 7% !important;
}

.titre{
	text-align: center;
	color: #212529;
	font-size: 45px;
	margin: 100px;
}
.titre span i{
	color: yellowgreen;
}

#photo{
	width: 350px;
	margin-left: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 5px rgba(33,43,51, 0.7);
}

.description-services{
	display: flex;
	width: 100%;
	justify-content: space-around;
	align-items: center;
}

.text{
	padding: 40px;
	text-align: justify;
	width: 40%;
}

.text span{
	color: yellowgreen;
	font-weight: bold;
}

#last{
	margin-bottom: 50px;
}


/*tarifs*/
#tarifs{
	text-align: center;
	margin-bottom: 5%;
}

#resume-formule{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.contenance{
	text-align: left !important;
}

#right{
	color: rgba(33,43,51)
	background-color: #fff;
	box-shadow: -5px -5px 5px 5px rgba(33,43,51, 0.4);
	width: 30%;
	border-radius: 5px;
	padding-bottom: 10%;
}

#right div{
	padding: 0 45px;
}

#banniere{
	width: 100%;
	height: 30%;
	background-image: url("../assets/images/illustrations/couronne.jpg");
	background-size: cover;
	border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

#prix{
	color: yellowgreen;
	font-weight: bold;
	font-size:50px;
}

.btn-success{
	background-color: yellowgreen; !important;
	border: 1px solid yellowgreen !important;
	color: white;

}

.btn-success:hover{
	background-color: rgba(33,43,51, 1); !important;
}

/*Format téléphone */
@media(max-width: 768px){
	.titre{
		font-size: 25px;
		width: 80%;
		margin: 0 auto;
		margin-top: 100px;
		margin-bottom: 100px;
	}

	.description-services{
		flex-direction: column;
	}

	.text{
		width: 100%;
	}

	#resume-formule{
		flex-direction: column;
	}
	#right{
		width: 100%;
	}

	.description-services img {
		max-width: 50%;
	}
}