/* TEXT */
.h1 {
  font-family: "montserrat", sans-serif;
  font-size: 3rem;
  text-align: center;
  font-weight: bold; }

.h2 {
  font-family: "montserrat", sans-serif;
  font-size: 2rem;
  font-weight: bold; }

.h3 {
  font-family: "montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: bold; }

.prix {
  font-family: "montserrat", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center; }

.text-grand {
  font-size: 1.3rem; }

a {
  color: white !important;
  text-decoration: none; }

a:hover {
  color: red !important;
  text-decoration: underline; }

/* BOUTONS */
.btn-custom {
  background-color: red;
  /* Couleur de fond rouge par défaut */
  color: white;
  /* Couleur du texte en blanc par défaut */
  padding: 10px 20px;
  /* Espacement intérieur du bouton */
  border: none;
  /* Supprimer la bordure par défaut */
  border-radius: 5px;
  /* Coins arrondis */
  cursor: pointer;
  /* Curseur en main au survol */
  transition: background-color 0.3s, color 0.3s;
  /* Transition douce pour le changement de couleur */ }

.btn-custom:hover {
  background-color: #191919;
  /* Couleur de fond grise au survol */
  color: red;
  /* Couleur du texte en blanc au survol */ }

/* ELEMENTS  */
.container {
  max-width: 960px;
  color: white !important; }

.custom-div {
  max-width: 1200px;
  color: white !important;
  padding-left: 20px;
  background-color: #111111;
  margin: auto; }

.scroll-container {
  overflow-x: scroll;
  white-space: nowrap;
  scroll-behavior: smooth;
  display: flex; }

.scroll-container {
  width: 80vw;
  max-width: 100%; }

.scroll-item {
  min-width: 300px;
  /* Assurez-vous que les images ont bien une largeur */ }

.scroll-container::-webkit-scrollbar {
  display: none; }

.scroll-item {
  flex: 0 0 calc(20% - 10px);
  margin-right: 10px; }

.scroll-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s; }

.scroll-item img:hover {
  transform: scale(1.05); }

.offre-lbn-7jours {
  max-width: 620px; }

/* RESPONSIVE*/
@media screen and (max-width: 728px) {
  .h1 {
    font-family: "montserrat", sans-serif;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold; }
  .offre-lbn-7jours {
    max-width: 100%; } }
