.titre {
    color: white;
    margin-top: 5%;
    background-color: rgba(29, 10, 238, 0.5);
    box-shadow: 0 0 20px black;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.fleches {
    height: 20%;
}

.calendar__table {
    width: 100%;
    height: calc(100vh - 128px);
}

.calendar__table td {
    padding: 10px;
    border: 1px solid #CCC;
    vertical-align: top;
    width: 14.29%;
}

.calendar__table td.is-today {
    background-color: #ccccccd6;
}

.calendar__table--6weeks td {
    height: 16.66%;
}

.calendar__weekday {
    font-weight: bold;
    color: #000;
    font-size: 1.2em;
}

.calendar__day {
    font-size: 1.3em;
}

.calendar__othermonth .calendar__day {
    opacity:0.3;
}

.evenement__public {
    max-width: 450px;
    padding-top: 100px;
    margin: auto;
    margin-top: 60px;
    background-color:rgba(255,255,255,0.7);
    color: white;
    border-radius: 5px;
    padding: 20px;
}

.evenement__public h2{
    color: white;
    margin-top: 5%;
    background-color: rgba(29, 10, 238, 0.5);
    box-shadow: 0 0 20px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.evenement__public button {
    background-color: #E50914;
    margin: 10px 0;
    color: white;
    padding: 15px;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

.evenement__public label {
    color: black;
}

.evenement__public p {
    color: black;
    text-align: center;
    font-weight: bold;
    margin: 4px;
}

.evenement__info {
    text-align: center;
    padding: 15px;
    width: 100%;
    font-size: 1em;
    border: 0;
    border-radius: 5px;
    color: #b3b3b3;
    background-color: #333333;
    margin-bottom: 15px;
}

.evenement__public__index {
    padding-top: 100px;
    margin: auto;
    background-color:rgba(255,255,255,0.7);
    color: black;
    border-radius: 5px;
    padding: 20px;
}