.tarifs {
  max-width: 400px !important;
  margin-left: 2em;
}

.tarifs tr,
.tarifs td {
  height: auto !important;
  padding: 0 !important;
  font-weight: 500;
  line-height: 1.2;
  color: #333333;
}

.tarifs tr:first-child td {
  border: none !important;
}

/* Hack position titre */
.slider-text {
  align-items: flex-start !important;
  padding-top: 10em !important;
}

.slider-text h1 {
  margin-top: 0 !important;
}

/* Hack bande en biais header écran très large */
.slider-wrap::after {
  height: 300px !important;
  bottom: -290px !important;
}

/* Hack bande blanche sur le slider */
.slider-wrap-b-alt::after {
  background-color: #f8f9fa !important;
}

.bandeau {
  margin-top: -6em;
  margin-bottom: 6em;
}

/* Laisser de la place en dessous de la section avant le biais */
.pdb-8 {
  padding-bottom: 20rem !important;
}

/* Dropdown clicable */
.dropdown-toggle {
  cursor: pointer;
}

.entete_colonne {
  font-weight: bold;
  background: #ddd;
}

.bandeau-index {
  display: flex;
  flex-direction: row;  
  justify-content: flex-end;
  text-align: right;
  gap: 20px;
  padding: 0 2em;
}
@media (max-width: 768px) {
  .bandeau-index {
    flex-wrap: wrap;
  }
}
.bandeau-index img {
  width: 400px;
  height: 265px;
  border-radius: 10px;
}