

  :root {
    --hm-radius: 16px;
    --hm-gap: 20px;
    --hm-min-height: 260px;
    --hm-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    --hm-shadow-hover: 0 12px 32px rgba(0, 0, 0, 0.18);
    --hm-title-color: #fff;
  }

  .comptoirMathilde img{
filter: brightness(80%);
}

#homeblocs a.buttonElior{    
display: inline-block;
    padding: 12px 24px;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.6);
    background: #005364;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    position: relative;
   -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-width: 0;}
#homeblocs a.buttonElior:hover{

    box-shadow: 0 1px 4px rgba(0,0,0,0.6);
transform: scale(1.1);
background: #005364;

}
.nav-item{
  text-transform: uppercase; font-weight:600;
}

.homebloc-fixed-image div{
width:80%;
}
.splitImage img{height:auto !important;}


 .texte-fermeture h2{
    font-size: 1.5rem !important;
padding-top:20px;
padding-bottom:20px;
  }
@media (max-width: 767px) {
  .texte-fermeture h2 {
    font-size: 16px !important;
padding-top:20px;
padding-bottom:20px;
  }
}

  #parking-2026{
    max-width: 1200px !important;
    margin: 0 auto;
    
    font-size:1.6rem;
    line-height: 1.8rem;
    padding: 20px 20px;
    text-shadow:
      0 0 8px rgba(0, 0, 0, 0.9),
      0 0 16px rgba(0, 0, 0, 0.8),
      0 2px 4px rgba(0, 0, 0, 1);
  }
  #parking-2026 h1{
    margin-bottom: 40px;
    font-size:2rem;

  } 
  #parking-2026 section{
    position: relative;  
    border-radius: 16px;
    overflow: hidden;
    isolation: isolate;
  }

  #homeMenu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--hm-gap);
    padding: 20px 20px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
  }

  .homeMenuItem {
    position: relative;
    display: block;
    border-radius: var(--hm-radius);
    overflow: hidden;
    box-shadow: var(--hm-shadow);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    isolation: isolate;
  }

  .homeMenuItem:hover {
    transform: translateY(-4px);
    box-shadow: var(--hm-shadow-hover);
  }

  .homeMenuContainer {
    position: relative;
    min-height: var(--hm-min-height);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    transition: transform 0.6s ease;
  }

  .homeMenuItem:hover .homeMenuContainer {
    transform: scale(1.04);
  }

  .homeMenuContainer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.25) 40%,
      rgba(0, 0, 0, 0.75) 100%
    );
    z-index: 1;
    pointer-events: none;
  }

  .homeMenuTitle,
  .homeMenuDesc {
    position: relative;
    z-index: 2;
    background: transparent;
    color: var(--hm-title-color);
    text-align: left;
    padding: 0;
  }

  .homeMenuTitle h3 {
    margin: 0 0 8px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  }

  .homeMenuTitle h3 span {
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 400;
  }

  .homeMenuDesc {
    min-height: 0;
    display: block;
  }

  .homeMenuDesc p {
    margin: 0 !important;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: left !important;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  }

  .homeMenuLink {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    padding: 10px 18px;
    background: #fff;
    color: #111 !important;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    transition: background 0.25s ease, transform 0.25s ease;
    align-self: flex-start;
  }

  .homeMenuLink::after {
    content: "→";
    transition: transform 0.25s ease;
  }

  .homeMenuItem:hover .homeMenuLink {
    background: #016082;
    color: #fff !important;
  }

  .homeMenuItem:hover .homeMenuLink::after {
    transform: translateX(4px);
  }

  #homeMenu a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }

  #homeMenu a:hover {
    text-decoration: none;
  }

  @media (max-width: 640px) {
    body { padding: 16px; }
    #homeMenu {
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .homeMenuContainer {
      min-height: 220px;
      padding: 20px;
    }
    .homeMenuTitle h3 {
      font-size: 1.35rem;
    }
  }