/*@font-face {
    font-family: 'Milonga';
    src: url('/customers/websites.xxx/templates/fr_FR/medias/visuels/aventuriers-dailleurs/la-valse-des-montagnes/Milonga-Regular.woff2') format('woff2'),
    url('/customers/websites.xxx/templates/fr_FR/medias/visuels/aventuriers-dailleurs/la-valse-des-montagnes/Milonga-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

.fake_br {
    display: block;
}
.only_mobile {
    display: none;
}

.ensemblePageSection {
    background: url("/customers/websites.xxx/templates/fr_FR/medias/visuels/aventuriers-dailleurs/tuto-papertoy-rex/background.webp") repeat bottom center;
    background-size: contain;
    /*min-height: 4700px;*/
}

.container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.container-full {
    width: 100%;
}

.header_tuto {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
}

.container_presentation {
    display: flex;
    width: 100%;
    padding-bottom: 5rem;

    .papertoy-rex {
        width: 100%;
        height: auto;
        max-width: 400px;
        position: absolute;
        margin-top: 80px;
        /*margin-top: 4.5vw;*/
        margin-left: 15px;
    }
    .header_right {
        display: flex;
        flex-direction: column;
        align-items: end;
        width: 100%;

        .logo-le-tresor-des-terres-de-ruines {
            width: 100%;
            height: auto;
            max-width: 700px;
            /*max-width: 36.5vw;*/
        }

        .intro {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            max-width: 500px;
            margin-top: 2rem;

            h1 {
                display: flex;
                flex-direction: column;
                align-items: center;
                font-size: 1.6rem;
                line-height: 1;
                font-weight: 900;
                color: #B04B46;
            }

            p {
                text-align: center;
                max-width: 400px;
                font-size: 1.2rem;
            }

            p.ss_title {
                color: #B04B46;
                display: flex;
                flex-direction: column;
                margin: 1rem auto .6rem;
            }
        }
    }
}


.container_materiels {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;

    p {
        color: #B04B46;
        text-decoration: underline;
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    .pictos {
        display: flex;
        width: 100%;
        justify-content: space-around;

        .picto {
            display: flex;
            flex-direction: column;
            align-items: center;

            img {
                height: 80px;
                width: auto;
            }
        }
    }
}

.video_tuto {
    display: flex;
    justify-content: center;
    padding: 2rem 1rem 3rem 1rem;

    iframe {
        aspect-ratio: 16 / 9;
        width: 100%;
        height: auto;
    }

}
.etapes_tuto {
    display: flex;
    justify-content: center;
    padding-bottom: 13rem;

    .etapes_tuto_img_left {
        width: 100%;
        height: auto;
        max-width: 250px;
        position: absolute;
        left: 0;
    }

    .etapes_tuto_content {
        display: flex;
        flex-direction: column;
        align-items: center;

        h2 {
            color: #B04B46;
            font-weight: 700 ;
            margin-bottom: 1rem;
        }
        ol {
            list-style-position: inside;
            font-weight: 700;
            width: 100%;
            max-width: 586px;
            font-size: 1.1rem;
            padding: 0 1rem;
            li {
                margin-bottom: .6rem;

                .step_detail {
                    font-weight: 400;

                    i {
                        color: #ffc107;
                        font-size: 1.4rem;
                    }
                }
            }
        }
    }

    .etapes_tuto_img_right {
        width: 100%;
        height: auto;
        max-width: 300px;
        position: absolute;
        right: 0;
    }
}

.footer_tuto {
    display: flex;
    justify-content: center;
    padding-bottom: 3rem;

    img {
        width: 100%;
        height: auto;
        max-width: 400px;
    }
}


/*RESPONSIVE*/
@media (max-width:1099.99px) {
    .etapes_tuto .etapes_tuto_img_left,
    .etapes_tuto .etapes_tuto_img_right {
        display: none;
    }
}
@media (max-width:999.99px) {
    .header_tuto {
        padding: 5rem 1rem 0;
    }

    .container_presentation {
        .papertoy-rex {
            max-width: 38vw;
            margin-top: 8vw;
            margin-left: 0;
        }

        .header_right {
            .logo-le-tresor-des-terres-de-ruines {
                max-width: 70vw;
            }
        }
    }

    .footer_tuto {
        img {
            max-width: 40vw;
        }
    }
}
@media (max-width:853.99px) {
    .container_presentation {
        flex-direction: column-reverse;
        align-items: center;
        padding-bottom: 0;

        .papertoy-rex {
            position: static;
            margin: 3rem auto;
        }

        .header_right {
            align-items: center;
        }
    }
}