/*Section grise ------------------------------------------------*/

.section-grise {
	padding-top: 65px;
	padding-bottom: 65px;
	background-color:#e4e3e3;
	color:#767676;
}

.section-grise table {
	margin-left:auto;
	margin-right:auto;
}

.section-grise h2 {
	color: #451e5a;
	font-family: 'Questrial', sans-serif;
	text-transform: uppercase;
	text-align: right;
	font-size: 40px;
	line-height: 40px;
}

.section-grise table img {
	text-align: left;
	margin-left:20px;
}

.section-grise .photo-titre {
	text-align:right;
	float:right;
}

.section-grise p {
	font-family: 'Questrial', sans-serif;
	font-size:30px;
	line-height:35px;
	margin-top:15px;
	margin-bottom:0px;
	text-align:left;
	color:#767676;
}

.section-grise p a{
	color:#451e5a;
	text-decoration:underline;
}

.section-grise p a:hover{
	color:#451e5a;
	text-decoration:underline;
}



/*Section mauve ------------------------------------------------*/

.section-mauve {
	padding-top: 65px;
	padding-bottom: 65px;
	background-color: #451e5a;
	color: #FFFFFF;
}

.section-mauve table {
	margin-left:auto;
	margin-right:auto;
}

.section-mauve h2 {
	color: #FFFFFF;
	font-family: 'Questrial', sans-serif;
	text-transform: uppercase;
	text-align: right;
	font-size: 40px;
	line-height: 40px;
}

.section-mauve table img {
	text-align: left;
	margin-left:20px;
}

.section-mauve .photo-titre {
	text-align:right;
	float:right;
}

.section-mauve p {
	font-family: 'Questrial', sans-serif;
	font-size:30px;
	line-height:35px;
	margin-top:15px;
	margin-bottom:0px;
	text-align:center;
	color: #FFFFFF;
}

.section-mauve p a{
	color: #FFFFFF;
	text-decoration:underline;
}

.section-mauve p a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}



/*Section blanche ------------------------------------------------*/

.section-blanche-menu {
	padding-top: 65px;
	padding-bottom: 65px;
	background-color:#FFFFFF;
	color:#767676;
}

.section-blanche-menu table {
	margin-left:auto;
	margin-right:auto;
}

.section-blanche-menu h2 {
	color: #451e5a;
	font-family: 'Questrial', sans-serif;
	text-transform: uppercase;
	text-align: right;
	font-size: 40px;
	line-height: 40px;
}

.section-blanche-menu table img {
	text-align: left;
	margin-left:20px;
}

.section-blanche-menu .photo-titre {
	margin-left:auto;
	margin-right:auto;
}

.section-blanche-menu p {
	font-family: 'Questrial', sans-serif;
	font-size:30px;
	line-height:35px;
	margin-top:15px;
	margin-bottom:0px;
	text-align:left;
	color:#767676;
}

.section-blanche-menu p a{
	color:#451e5a;
	text-decoration:underline;
}

.section-blanche-menu p a:hover{
	color:#451e5a;
	text-decoration:underline;
}





/*activites ---------*/



@media (min-width: 1200px) {  /* Grand écran et plus */
.section-blanche-menu .photo-titre {
	width:600px;
}

}

@media (max-width: 1199px) {  /* Grand écran et plus */


}


@media (min-width: 768px) and (max-width: 979px) { /* Ipad vertical (Nouveau) à ordinateur petit*/

}


@media (min-width: 767px) { /* téléphone et plus */
.section-blanche-menu .photo-titre {
	width:600px;
}

}


@media (max-width: 767px) { /* téléphone jusqu'à Ipad (Ancien vertical) */

}


