.grids {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px ;
  flex-grow: 1;
  list-style: none;
}

.h-250 {
  height: 250px;
}


body {
  font-size: 18px;
  color: #2F2319;
}

#vd1c97999f8d {
 background:#f8f9fa !important;
 color: #000;
}


#vud_mb_js_box .vud_reinitialise #vud_devis_header strong {
    color: #F08C00 !important;
    font-size: 20px !important;
}

#vud_mb_js_box .vud_reinitialise .devistap_step h2 {
    color: #F08C00 !important;
    font-size: 28px;
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: 15px;
    font-family: arial;
}

.banner-background {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url('/assets/images/stair_lift.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-background h1 {
  color: white; /* Mettre le texte en blanc pour le contraste */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.navbar {
    background-color: #9E7F66;
    border-bottom: 5px solid #F08C00;
}

div a {
    color: #9E7F66;
}
