/* ========== Section Tournois Annexes ========== */
.tournoi-annexe {
    display: flex;
    font-family: 'Open Sans', sans-serif;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    margin-bottom: 25px;
}

.tournoi-annexe h2 {
    font-size: 2em;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    color: #021631;
}

.tournoi-annexe p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 2;
    text-align: center;
}

.btn-tournoi {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    background-color: #f0f0f0;
    color: #333333;
    padding: 10px 20px;
    border: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    margin-bottom: 15px;
    text-align: center;
}

.btn-tournoi:hover {
    background-color: #007bff;
    color: #ffffff;
}


a {
    text-decoration: none;
}

/* Le point n'est pas utile */
.fc-daygrid-event-dot {
    display: none;
}