@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 {
        top: 100px;
        transform: translateY(0);
    }

    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);
    }

    .page {
        scroll-snap-type: none;
        margin-top: 100px;
        height: auto;
    }

    .section {
        height: auto;
        padding: 50px 100px;
    }

    .section h1 {
        font-size: 2em;
    }

    .section--header {
        z-index: 1;
    }

    .section--header .logo-accueil img {
        max-width: 30%;
    }

    .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: 250px;
    }

    .section--jeu .jeu-infos {
        width: 100%;
        flex-direction: row;
        gap: 20px;
    }

    .section--jeu .jeu-infos-row {
        gap: 5px;
    }

    .section--clef-en-main .clef-cover {
        display: none;
    }

    .section--footer {
        padding: 0;
    }

    .breadcrumbs {
        padding: 0;
    }

    .row svg {
        width: 30pt;
    }
}

@media (max-width: 1200px) {
    .section--jeu .jeu-infos img.jeu-cover {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 180px;
    }

    .section--teambuilding {
        flex-direction: column;
    }

    .section--teambuilding .teambuilding-container {
        width: 100%;
    }

    .section--teambuilding .teambuilding-container .teambuilding-infos {
        width: 60%;
        padding-bottom: 5%;
    }

    .jeux-wrapper .jeu-container {
        position: relative;
    }

    .jeux-wrapper .jeu-container img {
        position: absolute;
        top: 20px;
        right: 170px;
        width: 100px;
    }

    .jeu-setup {
        margin-top: 100px;
    }
}

@media (max-width: 1000px) {
    header {
        width: 100%;
        padding: 0;
    }

    nav {
        width: 60%;
        margin: 0 auto;
    }

    .breadcrumbs {
        width: 90%;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        font-size: .6em;
        padding: 0;
    }

    .section--teambuilding .teambuilding-container .teambuilding-infos {
        width: 60%;
        padding-bottom: 10%;
    }

    .footer-links {
        padding: 20px;
    }

    .footer-first-line {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-first-line img {
        width: 100px;
        margin: 0;
    }

    .footer-content {
        width: 60%;
    }

    .footer-content h2,
    .footer-content li {
        text-align: center !important;
    }

    .footer-content h2 {
        padding-top: 20px;
        border-top: 2px solid var(--cream);
        text-decoration: underline;
    }

    .footer-contact {
        width: 100%;
        justify-content: center;
    }

    .rs-links {
        justify-content: center;
    }

    .jeux-wrapper .jeu-container {
        padding: 30px 50px;
    }

    .jeux-wrapper .jeu-container img {
        right: 90px;
    }

    .jeux-wrapper .jeu-infos {
        margin-left: 20px;
        width: unset;
        flex: 1;
    }
}

@media (max-width: 768px) {
    .breadcrumbs {
        font-size: .5em;
    }

    .section {
        min-height: auto;
        padding: 30px;
    }

    .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--clef-en-main.clef-map-ready.is-visible .clef-game svg {
        width: 20pt;
    }

    .section--clef-en-main.clef-map-ready.is-visible .clef-game {
        font-size: .6em;
    }

    .section--contact {
        flex-direction: column;
    }

    .section--contact .contact-content {
        flex-direction: row;
        gap: 20px;
    }

    .section--footer {
        padding: 0;
    }

    .carrousel-wrapper {
        width: calc(100% - 30px);
    }

    .carrousel img {
        max-width: 100px;
        max-height: 100px;
    }

    .jeux-wrapper .jeu-container {
        flex-direction: column;
    }

    .jeux-wrapper .jeu-container img {
        display: block;
        position: unset;
        width: 150px;
    }

    .jeux-wrapper .jeu-infos,
    .jeu-setup {
        margin: 0;
    }

    .footer-bottom-line {
        font-size: .4em;
    }
}
@media (max-width: 600px) {
    .section--clef-en-main .clef-container {
        padding: 0;
    }

    .section--clef-en-main h2,
    .section--clef-en-main h3 {
        text-align: center;
    }

    .section--clef-en-main .plateau {
        top: 4%;
        left: 9%;
    }

    .section--clef-en-main .escape-game {
        top: 43%;
        left: 23%;
    }

    .section--clef-en-main .murder-party {
        top: 4%;
    }
}
