/**
 * Section Title Module - Styles
 */

/* ================================================
   BASE
   ================================================ */

.cj-sectitle__text {
    margin: 0;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 900;
    line-height: 0.9;
    text-transform: uppercase;
}

/* ================================================
   ACCENT
   ================================================ */

.cj-sectitle__accent {
    color: #eb5d0f;
}

/* ================================================
   THÈMES
   ================================================ */

.cj-sectitle--light .cj-sectitle__text {
    color: #15130f;
}

.cj-sectitle--dark .cj-sectitle__text {
    color: #f5f2ec;
}

/* ================================================
   COULEUR DU TEXTE
   ================================================ */

.cj-sectitle--text-black .cj-sectitle__text {
    color: #15130f;
}

.cj-sectitle--text-white .cj-sectitle__text {
    color: #f5f2ec;
}

/* ================================================
   TAILLES
   ================================================ */

.cj-sectitle--small .cj-sectitle__text {
    font-size: clamp(28px, 4vw, 42px);
}

.cj-sectitle--medium .cj-sectitle__text {
    font-size: clamp(36px, 5vw, 58px);
}

.cj-sectitle--large .cj-sectitle__text {
    font-size: clamp(46px, 6vw, 88px);
}

.cj-sectitle--xlarge .cj-sectitle__text {
    font-size: clamp(56px, 8vw, 120px);
}

/* ================================================
   ALIGNEMENT
   ================================================ */

.cj-sectitle--left {
    text-align: left;
}

.cj-sectitle--center {
    text-align: center;
}

.cj-sectitle--right {
    text-align: right;
}

/* ================================================
   RESPONSIVE
   ================================================ */

@media (max-width: 700px) {
    .cj-sectitle--small .cj-sectitle__text {
        font-size: clamp(24px, 8vw, 32px);
    }

    .cj-sectitle--medium .cj-sectitle__text {
        font-size: clamp(32px, 10vw, 46px);
    }

    .cj-sectitle--large .cj-sectitle__text {
        font-size: clamp(40px, 14vw, 58px);
    }

    .cj-sectitle--xlarge .cj-sectitle__text {
        font-size: clamp(48px, 16vw, 72px);
    }
}
