/* SM+ */
@media (min-width: 576px) {
}

/* MD+ */
@media (min-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }
    .text-md-justify {
        text-align: justify;
    }

    .text-xxl {
        font-size: 3.3rem;
    }

    /* SECTIONS */
    section .section-title {
        font-size: 1.4rem !important;
    }
    section .text-presentation {
        text-align: justify;
        line-height: 1.8rem;
    }

    /* CLIENT */
    .client-bloc {
        margin-top: 0.75rem;
    }
    .client-container {
        min-height: 140px;
        padding: 0 1.5rem;
    }
    .client-caption {
        --size: 0.7rem;
        font-size: var(--size);
        line-height: 1.1;
        padding: 0.2rem 0.45rem;
        position: absolute;
        bottom: calc(-1 * var(--size));
    }

    .col-md-height {
        display: flex;
        flex-wrap: wrap;
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* BANNERS */
    .banner-container.banner-horizontal {
        flex-direction: column ;
        background-size: 450%;
    }
    .banner-container.banner-horizontal .banner-title {
        max-width: inherit;
        text-align: center;
    }
    .banner-container.banner-horizontal .banner-count {
        display: block;
    }
    .banner-container .banner-picto {
        width: 100px;
    }
    .banner-container.banner-coaching {
        background-size: 180%;
        background-position: 100% 120%;
    }

    img.picto-title.small {
        max-width: 120px;
        margin-left: -3rem;
    }

    /* BLOCK */
    .block-container {
        min-height: 175px;
    }

    .picture-wrap {
        float: left;
        max-width: 275px;
        margin: 0.5rem 1.5rem 0 0;
    }

    #expertise-container {
        overflow-x: initial;
    }
    #expertise-container .background-image {
        top: 50px;
        left: -60px;
        width: 500px;
    }

    /* NEWS */
    .news-container .news-picture-container {
        height: 185px;
    }
    .news-container .news-content:first-letter {
        font-size: 6rem;
    }
    .news-container .news-content,
    .text-content {
        line-height: 1.8;
    }
    .news-container.main h1 {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    .news-modal .modal-dialog {
        margin-top: 100px;
    }

    
}

/* LG+ */
@media (min-width: 992px) {
    .container {
        max-width: 930px;
    }
    body.bg-semi-grey > .container,
    body.bg-semi-grey > .container-lg {
        max-width: 1024px;
        padding-right: 4% !important;
        padding-left: 4% !important;
    }
    .text-xxl {
        font-size: 4.2rem;
    }
    /* SECTIONS */
    section .section-title {
        font-size: 1.5rem !important;
    }
    section.section-background {
        background-size: auto calc(100% - 6rem);
        background-position: center 3rem;
    }

    /* CARD */
    .card.hoverable-card:hover .card-overlay {
        display: flex !important;
    }

    /* NAV */
    nav.navbar-light .navbar-container {
        margin-left: auto;
        position: relative;
        top: 0;

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    nav.navbar-light .navbar-nav .nav-link:not(.nav-lang).active {
        color: var(--main-color);
    }
    nav.navbar-light .navbar-nav .nav-link:not(.nav-lang).active::after,
    nav.navbar-light .navbar-nav .nav-link:not(.nav-lang):hover::after {
        display: block;
        content: '';
        height: 5px;
        width: 100%;
        background-color: var(--main-color);
        margin-top: -50px;
    }

    /* BORDER */
    .border-lg-right {
        border-right: 1px solid #dee2e6 !important;
    }

    /* NEWS */
    .news-container .news-picture-container {
        height: 175px;
    }
    .news-modal .modal-dialog {
        margin-top: 110px;
    }
}

/* XL+ */
@media (min-width: 1200px) {
}
