.titre-tres-grand{
    font-family: 'Trade Gothic LT Pro Cn';
    font-size: 2em;
    line-height: 1;
}

.titre-grand{
    font-family: 'Trade Gothic LT Pro Cn';
    font-size: 1.7em;
    text-transform: uppercase;
    line-height: 1;
}

.titre-35{
    font-family: 'Trade Gothic LT Pro Cn';
    font-size: 1.55em;
    line-height: 1;
    font-weight: 700;
}


.titre-moyen{
    font-family: 'Trade Gothic LT Pro Cn';
    font-size: 1.45em;
    line-height: 1;
    font-weight: bold;
}

.titre-petit{
    font-family: 'Trade Gothic LT Pro Cn';
    font-size: 1.2em;
    line-height: 1;
}

.texte-grand{
    font-size: 1.25em; /*20px*/
    line-height: 1.2em;
}

.texte-18{
    font-size: 1.05em;
    line-height: 1.3em;
}

.bleu{
    color: #0045A4;
}

.jaune, .ocre{
    color: #d09a57;
}

.marron-clair{
    color: #bd9271;
}

.marron-fonce{
    color: #524842;
}

.blanc{
    color: #fff !important;
}



.gros-filiere, .gros-filiere span{
    font-family: 'Trade Gothic LT Pro Cn';
    line-height: 1.2;
    font-size: 1.5em;
    font-weight: bold;
    color: #4d3328;
}
.gros-filiere strong{
    position: relative;
    background-color: #d09a57;
    color: #fff;
    display: inline;
    white-space: pre-wrap;
    line-height: 1.4;
    padding: 0 10px;
}

/* Version 768 */
@media (min-width: 768px) {

    .titre-tres-grand{
        font-size: 3.2em; /*52px*/
    }

    .titre-grand{
        font-size: 2.5em; /*40px*/
    }

    .titre-35{
        font-size: 2.1875em; /*35px*/
    }

    .titre-moyen{
        font-size: 1.85em; /*30px*/
    }

    .titre-petit{
        font-size: 1.5em; /*24px*/
    }

    .texte-18{
        font-size: 1.125em;
    }

}
/* END Version 768 */

@media (min-width: 1024px){
    .gros-filiere{
        font-size: 2em;
    }
}

/* Version 1600 */
@media (min-width: 1600px) {
    .titre-tres-grand{
        font-size: 4.2em;
    }
    .titre-grand{
        font-size: 3.5em;
    }
    .texte-grand{
        font-size: 1.65em;
    }
}
/* END Version 1600 */