.page_defis_plus {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Container principal */
.container {
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
}

/* Titre de la page */
.container h2 {
    color: var(--color-purple-vif);
}

/* ==================== SECTION PACKS ==================== */

.packs-titre {
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
}