#bloc_page
{
	color:#412828;
}

#main_title
{
	padding:7px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:36px;
	font-weight:bold;
	background-color:linen;
	border:7px darkgreen ridge;
	box-shadow: 5px 5px 5px black;
	margin-top:20px;
	margin-bottom:20px;:20px;
	width:max-content;
	
}

.trimestre_price
{
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	background-color:linen;
	border:2px darkgreen ridge;
	box-shadow: 2px 2px 2px black;
	margin-top:20px;
	margin-bottom:20px;
	width:max-content;
}

.contenu
{
	font-size:24px;
	font-weight:bold;
}

#accueil
{
	text-decoration:none;
	color:#412828;
	font-size:24px;
	font-weight:bold;
	background-color:linen;
	border: 5px #ff7f50 ridge;
	padding:5px;
	border-radius:2px;
	box-shadow: 3px 3px 3px black;
}

#accueil:hover
{
	background-color:#deb887;
}

/* _________ Blocs Photo + Bienfaits et Objectifs ___________*/

.activite_presentation /*Bloc*/
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}

.element:nth-child(1)/*div image*/
{
	display:flex;
	width:410px;
	padding:10px;
	border: 1px black solid;
	background-color:linen; 
    justify-content: center;
    align-items: center;
}

.element:nth-child(2)/*div text*/
{
	width:410px;
	padding:10px;
	border: 1px black solid;
	background-color:linen; 
}


/*___________   Bienfaits et Objectifs __________*/

.element p:nth-child(1), p:nth-child(3)/*titres*/
{
	color:green;
	font-size:24px;
}

.element p:nth-child(2), p:nth-child(4)/*contenu objectifs bienfaits*/
{
	text-align:left;
}

.activite_presentation .img_activite /*img div 1*/
{
	max-width:400px;
	margin:auto;
}

/*

.activite_presentation
{
	display:flex;
	flex-wrap:wrap;
	text-align:center;
	justify-content:space-around;
}

.element
{
	width:450px;
	padding:5px;
	border: 1px black solid;
	background-color:linen; 
	margin: auto;
}*/