
 /* ALERTE METEO ET AUTRE */



    .festival-alert {
    background-color: #ffcc00;
    color: #222;
    padding: 15px;
    text-align: center;
    border: 2px solid #e6b800;
    font-family: sans-serif;
    position: relative;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.festival-alert p 
{
    max-width: 600px;
}
.festival-alert strong {
    display: block;
    font-size: 1.2em;
    margin-bottom: 5px;
}

.festival-alert p {
    margin: 0;
    font-size: 1em;
}



.festival-alert.is-hidden {
  display: none;
}
