
/** TYPO **
------------------------------------------------------------
------------------------------------------------------------*/
/*** COLOR ***/
a {
    color: #00E1FF;
}

.the-content-single a {
    color: #FF5C5C;
}

a:hover,
.the-content-single a:hover {
    text-decoration: none;
    color: #000000;
}


.color--white,
.color--white p,
.color--white h1,
.color--white h2,
.color--white h3,
.color--white h4,
.color--white h5,
.color--white h6,
.color--white a {
    color: #ffffff;
}

.color--dark,
.color--dark p,
.color--dark h1,
.color--dark h2,
.color--dark h3,
.color--dark h4,
.color--dark h5,
.color--dark h6,
.color--dark a {
    color: #000000;
}


.typo-mini a {
    text-decoration: underline;
}
.typo-mini a:hover {
    text-decoration: none;
}
.color--blue {
    color: #00E1FF;
}

/*** SIZE & STYLE ***/
.the-content p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}
h1,
.h1 {
    font-size: 60px;
    line-height: 64px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -3px;
}

.home h1 {
    font-size: 40px;
    line-height: 36px;
}

.error404 h1 {
    font-size: 40px;
    line-height: 36px;
}
h2,
.h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -2px;
}
.the-content h2 {
    margin: 0 0 40px 0;
}
.the-content-single {
    font-size: 18px;
}

.the-content-single h2 {
    margin: 60px 0 20px 0;
}
h3,
.h3,
.the-content-single h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -1px;
}
.the-content-single h3 {
    margin: 40px 0 20px 0;
}
.single-realisation h3 {
    margin: 40px 0 20px 0;
}
h4,
.h4 {
    font-size: 25px;
    line-height: 26px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -1px;
}

.h5 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -1px;
}

.typo-bigger {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 2px;
}

.typo-medium {
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: -1px;
}
.typo-medium-small,
.the-content-single h3 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -1px;
}

.typo-smaller {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
}
.typo-mini {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0;
}
.typo-smaller p {
}

.typo-logo {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
}
.typo-logo-baseline {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 6px;
}

.typo-temoignages {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
}
.typo-temoignages p {
    margin: 0;
}
a .typo-date,
.typo-date {
    font-size: 14px;
    font-weight: 700;
    color: #7C7C7C;
    letter-spacing: 0;
}

.the-content p {
    margin: 0 0 20px;
}
.the-content ul {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.the-content ul li {
    margin: 0 0 5px 20px;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
}

.the-content ul li::before {
    position: absolute;
    display: block;
    content: '•';
    font-size: 40px;
    color: #000000;
    top: 0;
    left: -20px;
}

@media (min-width: 576px) {
    .home h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .error404 h1 {
        font-size: 60px;
        line-height: 50px;
    }
}

@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 90px;
        line-height: 90px;
    }
    h1.lh-0,
    .h1.lh-0 {
        line-height: 40px;
    }

    h2,
    .h2 {
        font-size: 50px;
        line-height: 50px;
    }
    /* ajustement post sur atelier plurielle */
    .postid-273583 h2,
    .postid-273583 .h2,
    .postid-273583 h1.h2 {
        font-size: 48px;
        line-height: 50px;
    }

    h3,
    .h3 {
        font-size: 40px;
        line-height: 40px;
    }

    h4,
    .h4 {
        font-size: 30px;
        line-height: 30px;
    }
    .h5 {
        font-size: 30px;
        line-height: 30px;
    }

    .typo-bigger {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 2px;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1260px) {
}