body {
  margin: 0px;
  padding: 0px;
}



.contenu {
  width: 100%;
  height: 1500px;
  position: relative;
}

.header {
  left: 45%;
  top: 5%;
  position: absolute;
  color: black;
  font-size: 300%;
  font-family: Public Sans;
  font-weight: 600;
  word-wrap: break-word;
}

.accroche {
  left: 28%;
  width: 43%;
  top: 11%;
  position: absolute;
  text-align: center;
  color: #000000;
  opacity: 0.9;
  font-size: 125%;
  font-family: Public Sans;
  font-weight: 400;
  line-height: 125%;
  word-wrap: break-word;
}

.bouton-achat {
  left: 44.5%;
  top: 15%;
  position: absolute;
  text-align: center;
  border: 0.50px black solid;
  padding: 10px;
  background-color: #FFD462;
  font-size: 16px;
  font-family: Public Sans;
  font-weight: 600;
  word-wrap: break-word;
}

.imgPoleFood {
  width: 75%;
  height: 50%;
  left: 12.5%;
  top: 22%;
  position: absolute;
}


@media (min-width: 915px) and (max-width: 1290px) {
  .imgPoleFood {
    width: 85%;
    left: 9.5%;
  }

  .Titre-newsletter {
    font-size: 150%;
  }

  .header {
    left: 45%;
  }

  .accroche {
    top: 10%;
    left: 28%;
  }

  .bouton-achat {
    left: 44%;
    top: 14%;
  }
}

@media (min-width: 750px) and (max-width: 915px) {
  .imgPoleFood {
    width: 85%;
    left: 9%;
  }

  .Titre-newsletter {
    font-size: 110%;
  }

  .header {
    left: 42%;
  }

  .accroche {
    top: 10%;
  }

  .bouton-achat {
    left: 40.5%;
    top: 14%;
  }
}

@media (min-width: 550px) and (max-width: 750px) {
  .imgPoleFood {
    width: 80%;
    left: 9.5%;
  }

  .Titre-newsletter {
    font-size: 90%;
  }

  .header {
    left: 38%;
  }

  .accroche {
    top: 10%;
    left: 27%;
  }

  .bouton-achat {
    left: 37%;
    top: 14%;
  }

  .email {
    top: 45%;
  }

  .bouton-inscription {
    top: 65%;
  }

  .shop {
    left: 50%;
  }

  .shop-liste {
    left: 50%;
  }

  .a-propos {
    top: 80%;
    left: 10%;
  }

  .a-propos-liste {
    top: 91%;
    left: 10%;
  }

  .aide {
    top: 80%;
    left: 50%;
  }

  .aide-liste {
    top: 91%;
    left: 50%;
  }
}

@media (min-width:430px) and (max-width: 550px) {
  .imgPoleFood {
    width: 87.5%;
    left: 7%;
  }

  .Titre-newsletter {
    font-size: 90%;
  }

  .header {
    left: 36%;
  }

  .accroche {
    top: 10%;
    left: 28%;
  }

  .bouton-achat {
    left: 34%;
    top: 15%;
  }

  .email {
    top: 45%;
  }

  .bouton-inscription {
    top: 65%;
  }

  .shop {
    left: 50%;
  }

  .shop-liste {
    left: 50%;
  }

  .a-propos {
    top: 80%;
    left: 10%;
  }

  .a-propos-liste {
    top: 91%;
    left: 10%;
  }

  .aide {
    top: 80%;
    left: 50%;
  }

  .aide-liste {
    top: 91%;
    left: 50%;
  }
}

@media(max-width: 430px) {
  .imgPoleFood {
    width: 98%;
    left: 2.5%;
  }

  .Titre-newsletter {
    font-size: 90%;
  }

  .header {
    left: 29%;
  }

  .accroche {
    top: 9%;
    left: 30%;
  }

  .bouton-achat {
    left: 25%;
    top: 17%;
  }

  .email {
    top: 55%;
  }

  .bouton-inscription {
    top: 67%;
  }

  .shop {
    left: 60%;
  }

  .shop-liste {
    left: 60%;
  }

  .a-propos {
    top: 80%;
    left: 10%;
  }

  .a-propos-liste {
    top: 91%;
    left: 10%;
  }

  .aide {
    top: 80%;
    left: 60%;
  }

  .aide-liste {
    top: 91%;
    left: 60%;
  }
}