:root {
    --gris: #e8e8e8;
}

html, body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: 600;
    padding:0px;
    margin:0px;
    color:#333333;
    background-color: var(--gris);
}

#logo {
    max-width: 500px;
    max-height: 334px;
    width: 100%;
    height: auto;
}

.full-height {
    min-height: 100vh; /* Fallback pour les navigateurs supportant vh */
}
