@charset "UTF-8";
body {
  background-color: black !important;
}

h1 {
  color: white;
}

/*Sección Shop*/
.container__shop {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container__shop h2 {
  margin-top: 165px;
  font-size: 50px;
}
.container__shop h3 {
  margin-top: 150px;
  text-align: center;
  font-size: 35px;
}
.container__shop .grid__produits {
  margin-top: 150px;
}

/*section newslette*/
.container__newsletter {
  margin-top: 200px;
}