@media (max-width: 1550px) {
    nav .nav-links a {
        font-size: .7em;
    }

    .section--about,
    .section--games {
        padding: 200px 50px 100px 50px;
    }

    .section--teambuilding .teambuilding-infos {
        font-size: .8em;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
    }
}

@media (max-width: 1280px) {
    nav .nav-links {
        display: none;
    }

    nav .nav-responsive.open {
        transform: translateY(50%);
    }

    nav .nav-responsive-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 30px;
        height: 30px;
        background-color: transparent;
    }

    nav .nav-responsive-btn .burger-btn {
        width: 20px;
        height: 20px;
    }

    nav .nav-responsive-btn .burger-btn .burger {
        width: 20px;
        height: 2px;
        background-color: black;
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: scale(0.8);
    }

    nav .nav-responsive-btn .burger-btn .burger::before,
    nav .nav-responsive-btn .burger-btn .burger::after {
        content: '';
        width: 20px;
        height: 2px;
        background-color: black;
        display: inline-block;
        position: absolute;
        transform-origin: center;
        transition: all 0.5s ease;
    }

    nav .nav-responsive-btn .burger-btn .burger::before {
        top: -7px;
    }

    nav .nav-responsive-btn .burger-btn .burger::after {
        top: 7px;
    }

    nav .nav-responsive-btn .burger-btn .burger.open {
        background: transparent;
    }

    nav .nav-responsive-btn .burger-btn .burger.open::before,
    nav .nav-responsive-btn .burger-btn .burger.open::after {
        background-color: red;
        top: 0;
    }

    nav .nav-responsive-btn .burger-btn .burger.open::before {
        transform: rotate(45deg);
    }

    nav .nav-responsive-btn .burger-btn .burger.open::after {
        transform: rotate(-45deg);
    }

    .section {
        height: auto;
        padding: 50px 100px;
    }

    .page {
        scroll-snap-type: none;
    }

    .section--header {
        height: 300px;
        margin-top: 100px;
        z-index: 1;
    }

    .section--about,
    .section--games {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section--jeu {
        position: relative;
    }

    .section--jeu .video-header {
        display: none;
    }

    .section--jeu .jeu-container {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .section--jeu .jeu-infos img.jeu-cover {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 150px;
    }

    .section--jeu .jeu-infos {
        width: 100%;
        flex-direction: row;
    }

    .section--footer {
        padding: 0;
    }

    .breadcrumbs {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 768px) {
    .section {
        min-height: auto;
        padding: 30px;
    }

    .section h1 {
        font-size: 2em;
    }

    .section h2 {
        font-size: 1.5em;
    }

    .tree-roots {
        padding: 0;
    }

    .tree-roots h2:first-of-type,
    .tree-roots h2:last-of-type {
        padding: 0;
        text-align: center;
    }

    .tree-roots p {
        font-size: 1em;
    }

    .games-container article {
        width: 100%;
    }

    .game-content {
        padding: 0 25px 25px;
    }

    .section--jeu .jeu-infos img.jeu-cover {
        right: calc(50% - 50px);
        width: 100px;
    }

    .section--jeu .jeu-infos {
        width: 100%;
        flex-direction: column;
    }

    .section--footer {
        padding: 0;
    }

    .footer-first-line {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-content h2,
    .footer-content li {
        text-align: center !important;
    }

    .footer-contact {
        width: 100%;
        justify-content: center;
    }

    .rs-links {
        justify-content: center;
    }

    .breadcrumbs {
        align-items: center;
        justify-content: center;
        font-size: .6em;
        padding: 0;
    }
}
