
      
    


      
     


      {} *{} 
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    



 html { scroll-behavior: smooth; } /* Ajout pour un défilement fluide vers les ancres */ body { font-family: 'Montserrat', sans-serif; background-color: #ffffff; color: #333333; } .font-serif { font-family: 'Playfair Display', serif; } .bg-footer-dark { background-color: #151515; } /* Couleur sombre exacte du screenshot 2 */ .btn-beige { background-color: #d1c5b4; color: #000000; } /* Bouton Beige/Gris du footer */ .btn-beige:hover { background-color: #bfb3a2; } .text-accent { color: #8e8e8e; } 

