@font-face
{
    font-family: Montserrat;
    src: url('/css/fonts/Montserrat/Montserrat-Medium.ttf');
}

@font-face {
    font-weight: 700;
    font-family: Montserrat;
    src: url('/css/fonts/Montserrat/Montserrat-Bold.ttf');
}

.font_pickup
{
    font-family: Montserrat;
}

/* font color */
.gris-pickup
{
    color: #57585A;
}


.text-bleu-pickup {
    color: #003da5;
}

.text-gris-chrono {
    color: #414042;
}

.text-gris-pickup {
    color: #646464;
}

.text-noir-pickup {
    color: #3C3C3B;
}

.text-blanc-pickup {
    color: #ffffff;
}

.text-rouge-pickup {
    color: #DC0032;
}

.text-orange-pickup {
    color: #EE7203;
}

.text-jaune-pickup {
    color: #F49A1A;
}

.text-vert-pickup {
    color: #50AF47;
}

.text-vert-fonce-pickup {
    color: #1A8224;
}


/* surlignage jaune pickup */
.underline-text {
    position: relative;
    font-weight: 700;
    display: inline;
    background: linear-gradient(to top, transparent 0% 4%, #ffc800 4% 34%, transparent 34%) no-repeat left bottom / 100% 100%;
/*    padding-left: 6px;
    padding-right: 6px;*/
    margin-left: -6px;
    margin-right: -6px;
}

/* font weight */
.text-weight-300, .font-light {
    font-weight: 300;
}

.text-weight-400, .font-normal {
    font-weight: 400;
}

.text-weight-500, .font-medium {
    font-weight: 500;
}

.text-weight-600, .font-semi-bold {
    font-weight: 600;
}

.text-weight-700, .font-bold {
    font-weight: 700;
}


/* font em */
.font-size-085
{
    font-size: 0.85em;
}

.font-size-080
{
    font-size: 0.80em;
}

.font-size-070
{
    font-size: 0.70em;
}

/* font pt */
.font-size-9pt
{
    font-size: 9pt !important;
}

.font-size-10pt
{
    font-size: 10pt !important;
}

.font-size-105pt
{
    font-size: 10.5pt !important;
}

.font-size-11pt
{
    font-size: 11pt !important;
}

.font-size-12pt
{
    font-size: 12pt !important;
}

.font-size-13pt
{
    font-size: 13pt !important;
}

.font-size-14pt
{
    font-size: 14pt !important;
}

.font-size-15pt
{
    font-size: 15pt !important;
}

.font-size-18pt
{
    font-size: 18pt !important;
}

.font-size-20pt
{
    font-size: 20pt !important;
}

.font-size-25pt
{
    font-size: 25pt !important;
}

.font-size-30pt
{
    font-size: 30pt !important;
}

.font-size-35px
{
    font-size: 35px;
}

/* font px */
.font-size-84px
{
    font-size: 84px;
}

.font-size-67px
{
    font-size: 67px;
}

.font-size-45px
{
    font-size: 45px;
}

.font-size-43px
{
    font-size: 43px;
}

.font-size-28px
{
    font-size: 28px;
}

.font-size-25px
{
    font-size: 25px;
}

.font-size-24px
{
    font-size: 24px;
}

.font-size-22px
{
    font-size: 22px;
}

.font-size-20px
{
    font-size: 20px;
}

.font-size-19px
{
    font-size: 19px;
}

.font-size-18px
{
    font-size: 18px;
}

.font-size-16px
{
    font-size: 16px;
}

.font-size-15px
{
    font-size: 15px;
}

.font-size-14px
{
    font-size: 14px;
}

.font-size-13px
{
    font-size: 13px;
}

.font-size-12px
{
    font-size: 12px;
}

.font-size-11px
{
    font-size: 11px;
}

.font-size-10px
{
    font-size: 10px;
}

.font-size-9px
{
    font-size: 9px;
}
