.carre-contenu {
  border-bottom: 1px solid #8e86b5;
  border-left: 1px solid #8e86b5;
  border-right: 1px solid #8e86b5;
  padding: 50px;
  width: 50%;
  margin: auto;
  margin-bottom: 80px;
  border-radius: 5px;
}

.carre-contenu h2 {
  margin-top: 30px;
}

.carre-contenu ul {
  margin-top: 30px;
}

.carre-contenu+div {
  text-align: center;
}

.a-propos-main {
  margin: auto;
}

table {
  color: white;
  text-align: center;
  width: 100%;
  border-collapse: collapse;
}

td,
th {
  padding: 15px;
  border: 1px solid #a5b4fc;
}

td {
  padding: 80px;
}

h2 {
  margin-bottom: 80px;
}

h1, h2 {
  text-align: center;
}

.matos {
  text-align: center;
}

.ajustifier {
  text-align: justify;
}

.mentionslegales {
  font-size: x-small;
}



@media screen and (max-width: 996px) {
  .section-tarifs {
    display: none;
  }
}