/* -- GRILLE 960px -- */

/* contenant 960px centré */
.row {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

/* conteneur flex */
.flex__container {
    display: flex;
    flex-wrap: wrap;
}

/* justifications flex */

.around {
    justify-content: space-around;
}

.between {
    justify-content: space-between;
}

.evenly {
    justify-content: space-evenly;
}

/* COLONNES (ECRANS LARGES) */
.col-l-12 {
    width: 950px;
}

.col-l-11 {
    width: 870px;
}

.col-l-10 {
    width: 790px;
}

.col-l-9 {
    width: 710px;
}


.col-l-8 {
    width: 630px;
}

.col-l-7 {
    width: 55Opx;
}

.col-l-6 {
    width: 470px;
}

.col-l-5 {
    width: 390px;
}

.col-l-4 {
    width: 310px;
}

.col-l-3 {
    width: 230px;
}

.col-l-2 {
    width: 150px;
}

.col-l-1 {
    width: 70px;
}