.main-content {
    max-width: 950px;
    color: white;
    margin-left: 50px;
    margin-right: 0px;
    margin-top: 100px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    margin-bottom: 150px;
}

.titre{
  color: white;
  text-align: center;
}

.tr1{
  margin-right: 20px;
}
.texte{
  color: white;
  font-size: 25px;
  margin-left: 0px;
  marhin-right: auto;
}

.creation{
  width: 400px;
  height: auto;
  margin-left: 400px;
  margin-right: auto;
}

.projet{
  width: 400px;
  height: auto;
  margin-right: 20px;
}

.cellule{
  width: 100%;
  height: auto;
}

.histoire{
  width: 400px;
  height: auto;
  margin-left: 650px;
  margin-right: auto;
}

.front-de-neige{
  width: 400px;
  height: auto;
  margin-left: 250px;
  margin-right: auto;
}

.VTT{
  width: 400px;
  height: auto;
  margin-left: 700px;
  margin-right: auto;
}

.emplace-footer{
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-color: none; /* Couleur de fond pour le pied de page */
  padding: 10px 0; /* Ajoute un peu de padding */
  margin-right: 0px;
}