.landing {
    height: 755px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

    flex-flow: row nowrap;
}

.landing > div > .title > span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: var(--main-blue);
    margin-bottom: 10px;
}

.landing > div > .title > h1 {
    font-size: 60px;
    line-height: 67px;
    font-weight: 900;
    color: var(--text-dark-gray);
    /*width: 500px;*/
}

.landing > div > .experiences > h2 {
    color: var(--text-medium-dark-gray);
    font-size: 24px;
    margin-bottom: 15px;
}

.landing .motion-design-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.solution {
    margin-top: -250px;
}

.solution > h2 {
    color: var(--text-dark-gray);
    font-size: 48px;
    font-weight: 900;
    text-align: center;
}

.solution > .solutions {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.more-info-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.clients {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.clients > h2 {
    width: 850px;
    font-size: 48px;
    font-weight: 900;
    line-height: 67px;
    text-align: center;
    color: var(--text-dark-gray);
}

.clients > p {
    color: var(--text-medium-dark-gray);
    font-size: 24px;
    text-align: center;
    width: 650px;
}

.clients > .stats {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.clients > .stats > h3 {
    color: var(--main-blue);
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    width: 700px;
}

.clients > .stats > h3 > span {
    font-weight: 900;
}

.clients > .stats > .clients_logos {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.clients > .stats > .clients_logos > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.clients > .stats > .clients_logos > div > img {
    display: block;
    max-width: 150px;
    max-height: 65px;
}


.discovery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.discovery > h2 {
    font-size: 48px;
    font-weight: 900;
    color: var(--text-dark-gray);
    line-height: 67px;
    text-align: center;
}

.discovery > p {
    font-size: 24px;
    width: 850px;
    color: var(--text-medium-dark-gray);
    text-align: center;
}

.discovery .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.discovery .block:not(:last-child) {
    margin-right: 35px;
}

.discovery .block > img {
    width: 80px;
}

.discovery .block > h3 {
    color: var(--main-blue);
    font-weight: 800;
    font-size: 24px;
    padding: 10px 0;
}

.discovery .block > p {
    color: var(--text-medium-dark-gray);
    font-size: 18px;
    width: 300px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-bottom: 15px;
}

.discovery .block > .link {
    width: 250px;
    display: block;
    border: 2px solid var(--main-blue);
    border-radius: 8px;
    padding: 10px 15px;
    margin-top: 25px;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.discovery .block > .link > a {
    display: block;
    text-align: center;
    color: var(--main-blue);
    text-decoration: none;
    font-weight: 600;
}

.video .video-placeholder {
    background: #f2f4f8;
    border-radius: 10px;
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video > div:last-child > h2 {
    font-size: 48px;
    color: var(--text-dark-gray);
    line-height: 67px;
    font-weight: 900;
}

.video > div:last-child > p {
    font-size: 24px;
    color: var(--text-medium-dark-gray);
    width: 450px;
}

#animation_container {
    box-sizing: border-box;
    position: relative;
    display: block;
}

#animation_container > canvas {
    width: 100%;
}

@media screen and (max-width: 576px) {

}

/* Mobile */
@media (max-width: 769px) {

    .landing{
        display: block;
    }

    main.index section h2,
    .video > div:last-child > h2 {
        font-size: 30px;
        line-height: 36px;
        width: auto;
        margin-bottom: 25px;
        text-align: center;
    }

    main.index section p,
    .video > div:last-child > p {
        font-size: 20px;
        width: auto;
        text-align: center;
    }

    .landing > div > .title > span {
        font-size: 20px;
        text-align: center;
    }

    .landing > div > .title > h1 {
        font-size: 40px;
        line-height: 46px;
        text-align: center;
        width: auto;
    }

    .landing > div > .experiences > h2 {
        font-size: 20px;
        width: 300px;
    }

    .landing > div > .experiences {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .landing > div > .experiences > .experiences_list .bullet_container {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .landing .motion-design-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .solution {
        margin-top: -500px;
    }

    .more-info-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .solution > .solutions {
        display: block;
    }

    .activities-sector {
        display: none;
    }

    .index .u-isios-separation-background .last-half {
        margin-top: 50px !important;
    }

    .clients > .stats > h3 {
        font-size: 24px;
        width: auto;
        text-align: center;
    }

    .clients > .stats > .clients_logos {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }

    .clients > .stats > .clients_logos > div:nth-child(1n+3) {
        display: none;
    }

    .video {
        -ms-flex-flow: column-reverse nowrap;
        flex-flow: column-reverse nowrap;
    }

    .video .video-placeholder {
        margin-top: 35px;
        width: 100%;
        height: 200px;
    }

    .video > .title {
        padding-left: 0;
    }
}


/* Tablettes lanscape*/
@media (min-width: 769px) and (max-width: 1024px) {

    .landing {
        flex-flow: row wrap;
    }

    .landing > div:first-child {
        width: 100%;
    }

    .solutions > div:first-child {
        margin-right: 35px;
    }

    main.index section h2,
    .video > div:last-child > h2 {
        font-size: 30px;
        line-height: 36px;
        width: auto;
        margin-bottom: 25px;
        text-align: center;
    }

    main.index section p,
    .video > div:last-child > p {
        font-size: 20px;
        width: auto;
        text-align: center;
    }

    .landing > div > .title > span {
        font-size: 20px;
        text-align: center;
    }

    .landing > div > .title > h1 {
        font-size: 40px;
        line-height: 46px;
        text-align: center;
        width: auto;
    }

    .landing > div > .experiences > h2 {
        font-size: 20px;
        width: 300px;
    }

    .landing > div > .experiences {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .landing > div > .experiences > .experiences_list {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }

    .landing > div > .experiences > .experiences_list .bullet_container {
        margin-right: 15px;
    }

    .landing .motion-design-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .solution {
        margin-top: -500px;
    }

    .more-info-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .index .u-isios-separation-background .last-half {
        margin-top: 150px !important;
    }

    .activities-sector {
        display: flex;
        flex-flow: row nowrap;
    }

    .clients > .stats > h3 {
        font-size: 24px;
        width: auto;
        text-align: center;
    }

    .clients > .stats > .clients_logos {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }

    .clients > .stats > .clients_logos > div:nth-child(1n+4) {
        display: none;
    }

    .video {
        -ms-flex-flow: column-reverse nowrap;
        flex-flow: column-reverse nowrap;
    }

    .video .video-placeholder {
        margin-top: 35px;
        width: 100%;
        height: 200px;
    }

    .video > .title {
        padding-left: 0;
    }

    footer > div:first-child > div {
        margin-bottom: 25px;
    }

    .discovery .block {
        margin-top: 35px;
    }

    .discovery .block p {
        text-align: left;
    }
}

/* Desktop */
@media (min-width: 1024px) {

    .discovery .block > .link:hover {
        background: var(--main-blue);
    }

    .discovery .block > .link:hover > a {
        color: #FFF;
    }

    .clients {
        margin-top: 150px;
    }
}