/* ==========================================================
   LISTING — SELECTION
========================================================== */


/* ----------------------------------------------------------
   Header de la sélection
---------------------------------------------------------- */

.b612-selection__header {

    width:
        min(
            1400px,
            calc(100% - 80px)
        );

    margin:
        120px auto 0;

    padding: 0;

    box-sizing: border-box;

}


/* ----------------------------------------------------------
   Sur-titre
---------------------------------------------------------- */

.b612-selection__eyebrow {

    display: block;

    margin: 0 0 24px;

    font-family: 'Inter', sans-serif;

    font-size: 13px;
    font-weight: 500;

    letter-spacing: .16em;

    text-transform: uppercase;

    color: #A8A2A0;

}


/* ----------------------------------------------------------
   Titre
---------------------------------------------------------- */

.b612-selection__title {

    margin: 0;

    font-family: 'Cormorant Garamond', serif;

    font-size: 58px;
    font-weight: 400;

    line-height: .95;

    letter-spacing: -.02em;

    color: #1A1A1A;

}


/* ----------------------------------------------------------
   Séparateur
---------------------------------------------------------- */

.b612-selection__divider {

    display: block;

    width: 70px;
    height: 2px;

    margin-top: 30px;

    background: #C9B8A8;

}

/* ==========================================================
   LISTING — TITRE DE L'ÉTAGÈRE
========================================================== */

.b612-listing-subtitle {

    display:block;

    margin:0 0 28px;

    font-family:'Inter',sans-serif;

    font-size:13px;

    font-weight:500;

    letter-spacing:.16em;

    text-transform:uppercase;

    color:#A8A2A0;

}
