/* =================================================================
   Personnalisations hors export Webflow - Altelis
   ================================================================= */

/* Badge partenaire KAYAK Travel Awards, colonne reservation du footer
   (ajout 21/09/2026) */
.footer__badge {
  display: block;
  margin-top: 18px;
  line-height: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer__badge:hover {
  opacity: 0.8;
}

.footer__badge-img {
  display: block;
  width: 110px;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

/* Sous 992px la colonne "reserver" est masquee (le bouton est repris par
   le footer sticky mobile). On la reaffiche pour le seul badge. */
@media screen and (max-width: 991px) {
  .footer__column.is--first.is--hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__column.is--first.is--hidden .cta__btn {
    display: none;
  }

  .footer__badge {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
