main {
  /* backdrop-filter: sepia(45%); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
}
.textJustify {
  text-align: justify;
}
.containerMentionCGVPolitique {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  overflow: hidden;
}
/* 
#displayPrincipaleMentionsLegales{
    position: relative;
    width: 90%;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
} */
h1 {
  font-size: 45px;
  margin: 100px 0;
}
.containerMentionCGVPolitique p,
.containerMentionCGVPolitique li {
  font-size: large;
}
article .souligne {
  text-decoration: underline;
  font-size: x-large;
}
.containerMentionsLegales {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 5px;
}
.espaceIdEntreprise {
  margin-left: 10px;
}
.espaceAutres {
  margin-left: 5px;
}
.containerMentionsLegales span:nth-child(odd) {
  font-size: x-large;
}
.containerMentionsLegales span:nth-child(even) {
  font-size: x-large;
  /* margin-left: 5px; */
}
#titreMentionsLegales {
  text-align: center;
}

@media (max-width: 600px) {
  h1 {
    text-align: center;
  }
  .containerMentionsLegales {
    flex-direction: column;
  }
  .containerMentionsLegales span:nth-child(even) {
    font-size: large;
  }
}
