body, html {
    color: #111827;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

/* Pages */
:focus {
    outline: none !important;
}
.btn:focus {
    box-shadow: unset !important;
}
a, a:focus {
    color: inherit;
    text-decoration: none;
}
a:hover, a:active {
    color: #0C7E40;
}
/* end: Pages */

/* Header */
header, header nav {
    transition: all .4s ease;
}
header.bg-prm .row {
    display: none !important;
}
header.bg-prm .btn-link {
    color: #FFFFFF;
}

header h5 {
    font-size: 18px;
}
header nav {
    top: 0;
    transform: translateY(100%);
}
header li:hover a, footer li:hover a, header li.active a, footer li.active a, .mobile-menu a:hover {
    color: #FFF32A;
}
.mobile-menu {
    transform: translateY(-100%);
    transition: all .4s cubic-bezier(.68,-0.55,.27,1.55);
}
.mobile-menu.show {
    transform: translateY(0%);
}
/* end: Header */

/* Global */
.btn-link {
    color: #0C7E40;
    text-decoration: none;
}
.btn-link:hover, .btn-link:focus {
    color: #111827;
}
.title-prm {
    color: #0C7E40;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.title-scnd {
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
}
.text-justify {
    text-align: justify !important;
}
.text-prm {
    color: #0C7E40;
}
.text-scnd {
    color: #FFF32A;
}
.text-orng {
    color: #D4842A;
}
.text-grey {
    color: #A1A5B7;
    font-weight: 500;
    font-size: 18px;
}
.bg-prm {
    color: white;
    background-color: #0C7E40;
}
.bg-prm-o {
    background-color: #D1FAE5;
}
.bg-danger-o {
    background-color: #F54A45;
}
.bg-scnd {
    background-color: #FFF32A;
}
.bg-scnd-o {
    background-color: #FFFBC8;
}
/* end: Global */

@media (min-width: 1580px) {
    .w-xl-50 {
        width: 50% !important;
    }
}
@media (min-width: 992px) {
    .mobile-menu {
        transform: translateY(-100%) !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    h1.title {
        font-weight: 800;
        font-size: 60px;
        line-height: 60px;
    }
    .count-label {
        font-weight: 800;
        font-size: 48px;
        line-height: 48px;
    }
}
@media (min-width: 768px) {
    .w-md-75 {
        width: 75% !important;
    }
}

@media (max-width: 992px) {
    header {
        border: 0 !important;
    }
}
@media (max-width: 768px) {
    .text-activite {
        column-count: 1 !important;
    }
}