* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(../assets/img/image_50733057.JPG);
  background-repeat: repeat-y;
  background-size: cover;
}
#paloma {
  width: 28vw;
  height: 62vh;
  border-radius: 50%;
  background-color: black;
  color: rgb(233, 19, 108);
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
strong {
  -webkit-transition: -webkit-transform 1s ease-in-out 1s;
}
strong:hover {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
}
.push-button {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f3bbc9;
  font-size: 25px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
}
.push-button:hover {
  background-color: rgb(233, 19, 108);
  width: 120px;
  height: 120px;
}
a {
  color: black;
  text-decoration: none;
}
#menu {
  position: absolute;
  top: 10%;
  left: 30%;
}
#id {
  position: absolute;
  top: 10%;
  right: 30%;
}
#traiteur {
  position: absolute;
  top: 40%;
  left: 22%;
  font-size: 18px;
}
#gallerie {
  position: absolute;
  right: 22%;
  top: 40%;
  font-size: 18px;
}
#contact {
  position: absolute;
  bottom: 10%;
  left: 30%;
  font-size: 16px;
  text-align: center;
}
#reseaux {
  position: absolute;
  bottom: 10%;
  right: 30%;
  font-size: 18px;
}
#clickandcollect {
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1050px){
  #paloma {
    width: 28vw;
    height: 58vh;
    font-size: 58px;
  }
  .push-button {
    width: 95px;
    height: 95px;
    font-size: 24px;
  }
  .push-button:hover {
    width: 105px;
    height: 105px;
  }
  #contact{
    font-size: 14px;
  }
  #menu, #id{
    top: 15%;
  }
  #contact, #reseaux{
    bottom: 15%;
  }
  #traiteur{
    left: 25%; 
  }
  #gallerie{
    right: 25%;
  }
}
@media screen and (max-width: 970px){
  #paloma {
    width: 30vw;
    height: 56vh;
    font-size: 58px;
  }
  .push-button {
    width: 93px;
    height: 93px;
    font-size: 20px;
  }
  .push-button:hover {
    width: 103px;
    height: 103px;
  }
  #contact{
    font-size: 13px;
  }
  #menu, #id{
    top: 13%;
  }
  #contact, #reseaux{
    bottom: 13%;
  }
  #traiteur{
    left: 23%; 
  }
  #gallerie{
    right: 23%;
  }
  #clickandcollect {
    font-size: 10px;
}
@media screen and (max-width: 900px){
  #paloma {
    width: 32vw;
    height: 55vh;
    font-size: 58px;
  }
  .push-button {
    width: 93px;
    height: 93px;
    font-size: 20px;
  }
  .push-button:hover {
    width: 103px;
    height: 103px;
  }
  #contact{
    font-size: 13px;
  }
  #menu, #id{
    top: 11%;
  }
  #contact, #reseaux{
    bottom: 11%;
  }
  #traiteur{
    left: 21%; 
  }
  #gallerie{
    right: 21%;
  }
}
@media screen and (max-width: 840px){
  #paloma {
    width: 34vw; 
    height: 53vh;
  }
  #menu, #id{
    top: 9%;
  }
  #contact, #reseaux{
    bottom: 9%;
  }
  #traiteur{
    left: 19%; 
  }
  #gallerie{
    right: 19%;
  }
}
@media screen and (max-width: 790px){
  #paloma {
    width: 33vw;
    height: 52vh;
    font-size: 54px; 
  }
  #menu, #id{
    top: 9%;
  }
  #contact, #reseaux{
    bottom: 9%;
  }
  #traiteur{
    left: 19%; 
  }
  #gallerie{
    right: 19%;
  }
}
@media screen and (max-width: 740px){
  #paloma {
    width: 35vw;
    height: 54vh;
    font-size: 53px;
  }
  .push-button {
    width: 91px;
    height: 91px;
    font-size: 18px;
  }
  .push-button:hover {
    width: 101px;
    height: 101px;
  }
  #contact{
    font-size: 12px;
  }
  #menu, #id{
    top: 9%;
  }
  #contact, #reseaux{
    bottom: 9%;
  }
  #traiteur{
    left: 16%; 
  }
  #gallerie{
    right: 16%;
  }
}
@media screen and (max-width: 685px){
  #paloma {
    width: 39vw;
    height: 56vh;
  }
  #menu, #id{
    top: 8%;
  }
  #contact, #reseaux{
    bottom: 8%;
  }
}
@media screen and (max-width: 645px){
  #paloma {
    width: 40vw;
    height: 52vh;
    font-size: 52px;
  }
  .push-button {
    width: 89px;
    height: 89px;
    font-size: 15px;
  }
  .push-button:hover {
    width: 99px;
    height: 99px;
  }
  #contact{
    font-size: 11px;
  }
  #reseaux{
    font-size: 13px;
  }
  #menu, #id{
    top: 8%;
  }
  #contact, #reseaux{
    bottom: 8%;
  }
  #traiteur{
    left: 15%; 
    font-size: 13px;
  }
  #gallerie{
    right: 15%;
    font-size: 13px;
  }
  #clickandcollect {
    font-size: 8px;
}
}
@media screen and (max-width: 600px){
  #paloma {
    width: 40vw;
    height: 48vh;
    font-size: 50px;
  }
  .push-button {
    width: 87px;
    height: 87px;
  }
  .push-button:hover {
    width: 99px;
    height: 99px;
  }
  #contact{
    font-size: 11px;
  }
  #menu, #id{
    top: 8%;
  }
  #contact, #reseaux{
    bottom: 8%;
  }
  #traiteur{
    left: 14%; 
  }
  #gallerie{
    right: 14%;
  }
}
@media screen and (max-width: 560px){
  #paloma {
    width: 40vw;
    height: 45vh;
    font-size: 44px;
  }
  #menu, #id{
    top: 10%;
  }
  #contact, #reseaux{
    bottom: 10%;
  }
}
@media screen and (max-width: 530px){
  #paloma {
    width: 38vw;
    height: 42vh;
    font-size: 42px;
  }
  #menu, #id{
    top: 12%;
  }
  #contact, #reseaux{
    bottom: 12%;
  }
  #traiteur{
    left: 13%; 
  }
  #gallerie{
    right: 13%;
  }
}
@media screen and (max-width: 490px){
  #paloma {
    width: 36vw;
    height: 36vh;
    font-size: 35px;
  }
  .push-button {
    width: 83px;
    height: 83px;
  }
  .push-button:hover {
    width: 93px;
    height: 93px;
  }
  #traiteur{
    left: 10%; 
  }
  #gallerie{
    right: 10%;
  }
}
@media screen and (max-width: 450px){
  #paloma {
    width: 35vw;
    height: 35vh;
    font-size: 35px;
  }
  .push-button {
    width: 75px;
    height: 75px;
  }
  .push-button:hover {
    width: 85px;
    height: 85px;
  }
}
@media screen and (max-width: 420px){
  #paloma {
    width: 36vw;
    height: 22vh;
    font-size: 28px;
  }
  .push-button {
    width: 70px;
    height: 70px;
    font-size: 14px;
  }
  .push-button:hover {
    width: 80px;
    height: 80px;
  }
  #contact{
    font-size: 9px;
  }
  #reseaux, #traiteur, #gallerie{
    font-size: 12px;
  }
  #menu {
    top: 12%;
    left: 25%;
  }
  #id {
    top: 12%;
    right: 25%;
  }
  #traiteur {
    top: 42%;
    left: 8%;
  }
  #gallerie {
    right: 8%;
    top: 42%;
  }
  #contact {
    bottom: 12%;
    left: 25%;
  }
  #reseaux {
    bottom: 12%;
    right: 25%;
  }
}
@media screen and (max-width: 380px){
  #paloma {
    width: 46vw;
    height: 33vh;
    font-size: 28px;
  }
  .push-button {
    width: 65px;
    height: 65px;
    font-size: 14px;
  }
  .push-button:hover {
    width: 75px;
    height: 75px;
  }
  #menu {
    top: 15%;
    left: 23%;
  }
  #id {
    top: 15%;
    right: 23%;
  }
  #traiteur {
    top: 42%;
    left: 6%;
  }
  #gallerie {
    right: 6%;
    top: 42%;
  }
  #contact {
    bottom: 15%;
    left: 23%;
  }
  #reseaux {
    bottom: 15%;
    right: 23%;
  }
}
@media screen and (max-width: 350px){
  #paloma {
    width: 52vw;
    height: 33vh;
    font-size: 28px;
  }
  .push-button {
    width: 63px;
    height: 63px;
    font-size: 13px;
  }
  .push-button:hover {
    width: 73px;
    height: 73px;
  }
  #menu {
    top: 17%;
    left: 21%;
  }
  #id {
    top: 17%;
    right: 21%;
  }
  #traiteur {
    top: 43%;
    left: 4%;
    font-size: 11px;
  }
  #gallerie {
    right: 4%;
    top: 43%;
    font-size: 11px;
  }
  #contact {
    bottom: 17%;
    left: 21%;
    font-size: 9px;
  }
  #reseaux {
    bottom: 17%;
    right: 21%;
    font-size: 11px;
  }
}