#CorpsPageMentionsLegales{
    margin:0;
    padding:0;
    background: url(../images/Entreprise/work.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #303030;
    cursor: default;
    padding: 20px;
}

.ContenuPageMentionsLegales{
  margin-top: 7%;
  min-width: 80%;
  max-width: 80%;
  background-color: #fff;
  padding: 30px;
}

.ContenuPageMentionsLegales {
  text-align: justify;
  text-align: left;
}

.headerMentionsLegales{
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.headerMentionsLegales h1{
  font-weight: bold;
  color: #59194b;
}

.headerMentionsLegales h3, .headerMentionsLegales h5{
  font-weight: bold;
  color: #b2dbe1;
}

.headerMentionsLegales p{
  color: #59194b;
  text-align: justify;
  text-align: left;
}

.RetourSiteML{
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.maison{
  font-size: 30px;
  margin-right: 10px;
  color: #59194b;
}

.RetourSiteML h2 a{
  font-size: 14pt;
  color: #59194b;
}

.RetourSiteML h2 a:hover{
  text-decoration: underline;
}
