﻿@media screen and (min-width: 768px) {
    .image-box-odd {
        background-position: left;
    }

    .wrap-home {
        display: flex;
        flex-flow: row wrap;
    }

    .image-box-odd .w40.text-image-content {
        order: 2;
    }

    .wrap-home > div {
        width: 50%;
    }

    .image-box-even, .image-box-odd {
        background-position: left center;
    }

    .text-image-content {
        padding: 0rem;
    }

    .image-box {
        margin: 2rem 0;
    }

    p.title-box-image_text {
        font-size: 1.8rem;
        min-height: 50px;
    }

    ul {
        font-size: 1rem;
    }

    .w60 {
        width: 52%;
    }

    .image-box {
        background-size: 50%;
    }

    home ul {
        list-style: none;
        margin: 0;
    }

    p.title-box-image_text {
        line-height: 25px;
    }

    .wrap-home a#href-see-more {
        font-size: 12px;
        width: 110px;
        padding: .5rem 1.5rem;
        margin-right: 0;
    }

    .media .subtitle-about,
    .services .subtitle-about {
        margin-bottom: 2rem !important;
    }


    .media .newsletters .news-infos {
        position: inherit !important;
    }

    .media .cat-news {
        color: #ee322e !important;
    }

    .media .news-item:hover {
        transition: all 300ms ease-in;
    }

        .media .news-item:hover .cat-news {
            color: #fff !important;
        }

    .media .news .news-infos {
        width: 100% !important;
    }

    .media .news .title-news,
    .media .fevents .title-news {
        min-height: 10px;
    }

    .media .news .title-news,
    .media .news .date-news,
    .media .fevents .title-news,
    .media .fevents .date-news {
        color: #fff !important;
    }

    .media .news .cls-wa {
        fill: #fff !important;
    }

    .media .news-infos .date-news {
        margin: 0rem !important;
    }

    .media .fevents#working-at .news-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        font-family: 'montserrat-medium';
        gap: 2rem;
    }

    .media .fevents .mycontainer.flex {
        display: flex;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }


    .media #tabbed-nav {
        gap: 11rem;
    }

    #home .news-infos p, .news-infos a {
        color: #000;
    }

    .flex-row {
        display: flex;
        flex-direction: row !important;
    }
}



@media screen and (max-width: 768px) {
    [data-aos^=fade][data-aos^=fade].aos-animate {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }

    .media #tabbed-nav {
        gap: 5rem !important;
    }
}
