.parent {
  display: flex;
  justify-content: center; /* centre horizontalement */
  align-items: center;     /* centre verticalement */
  height: 200px;           /* exemple : prend toute la hauteur de la fenêtre */


}
.pages{
width:50%;
}

.p {
font-size: clamp(18px, 3vw, 22px);
transform: scaleY(0.9);
transform: scalex(0.8);
}

.w3-button {width:150px}

.mainDiv {
  width:100%;
  height:450px;
 /* background-image:url('images/Chorale.jpg');
  background-size: cover;
  background-repeat: no-repeat;*/
  background-size: 100% 100%;
  margin:0px
}
.restaurant {
  background-image:url('images/grillade.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100%   100%;
}
.traiteur {
  background-image:url('images/traiteur.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.hotel {
  background-image:url('images/drap-lit.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.events {
  background-image:url('images/event.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
