header#banniere {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page-greve {
    text-align: center;
    color: white;
    background: #000;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-greve #menu_top {
    margin: 2rem;
}

.compteur-greve {
    box-shadow:
            0 0 10px rgba(242, 226, 91, 0.2),
            0 0 25px rgba(242, 226, 91, 0.15),
            inset 0 0 10px rgba(242, 226, 91, 0.05);
    max-width: 600px;
    padding: 50px;
}

.page-greve .compteur-greve h1, .page-accueil .compteur-greve h1{
    margin-bottom: 3rem;
    font-size: 1rem !important;
}

.nombre-grevistes {
    font-size: 5rem;
    color: #f2e25b;
    text-shadow: 0 0 20px rgba(190,170,50,0.4);
    margin: 2rem 0;
}

.form-greve button {
    background: #f2e25b;
    color: #000;
    font-size: 1.2rem;
    padding: 1rem 2rem;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: transform 0.2s;
    margin: 2rem 2rem;
}
.form-greve button:hover {
    transform: scale(1.05);
}

.page-greve footer {
    margin: 2rem 0;
}

.page-greve a {
    color: #f2e25b;
    text-decoration: none;
}

.lien-page {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background: #f2e25b;
    color: #000000!important;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
}

.lien-page:hover {
    background: #000000;
    color: #f2e25b!important;
    box-shadow:
            0 0 10px rgba(242, 226, 91, 0.2),
            0 0 25px rgba(242, 226, 91, 0.15),
            inset 0 0 10px rgba(242, 226, 91, 0.05);
}

.page-accueil .compteur-greve {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
