/*******************************
*
*         MENTIONS LEGALES
*
*******************************/

.ml {
	margin-top: 50px;
}
.ml h1{
	text-align: center;
	font-size: 44px;
	letter-spacing: 4px;
	font-weight: 300;
	text-transform: uppercase;
	padding-top: 28px;
    margin-bottom: 50px;
}
.ml h3{
	font-size: 27px;
	margin-bottom: 25px;
}
.ml span{
	color: #569bd5;
	text-transform: uppercase;
}
.infos_editor{
	font-weight: 300;
}
.infos_editor span{
	font-weight: bold;
	color: #5d5b5b;
	font-size: 14px;
}
.hebergeur{
	text-align: right;
}
@media screen and (max-width:600px) {
	.hebergeur{
		text-align: left;
	}
}
.pi{
	text-align: justify;
}
.pi h3{
	margin-top: 25px;
}
