<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'atocharegular';
    src: url('/customers/websites.xxx/templates/fr_FR/medias/visuels/origami/atocha-webfont.woff2') format('woff2'),
    url('/customers/websites.xxx/templates/fr_FR/medias/visuels/origami/atocha-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.logo_desktop {
    display: block;
}
.logo_mobile {
    display: none;
}

.mainInterieur {
    padding: 0 2%;
    background-image: url("/customers/websites.xxx/templates/fr_FR/medias/visuels/origami/bg_footer_papiers.webp");
    background-size: 120%;
    background-position-x: 72%;
    background-position-y: 108%;
    background-repeat: no-repeat;
}
.ensemblePageSection {
    background-image: url("/customers/websites.xxx/templates/fr_FR/medias/visuels/origami/bg_origami.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    /*background-color: #423252;*/
    color: #000000;
    width: 100%;
    min-height: 100vh;
}
.page_header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page_header h1 {
    color: #9a225b;
    font-family: 'atocharegular';
    font-size: 3.8rem;
    font-weight: 400;
    margin-top: -40px;
}
.page_header p.intro_0 {
    margin-bottom: 1rem;
}
.page_header p.intro_0 a {
    background-color: #6c416c;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: .25rem .75rem;
    text-decoration: none;
}
.page_header p.intro_1 {
    font-size: 1.5rem;
    max-width: 450px;
    line-height: 1;
}
.page_header p.intro_2 {
    font-size: 1.5rem;
    max-width: 525px;
    line-height: 1;
    margin-top: 10px;
}
.socials_networks {
    display: flex;
    margin-top: 30px;
}
.socials_networks a {
    margin: 0 15px;
}
.socials_networks a img.logos_reseaux {
    width: 41px;
    height: 41px;
}

.videos {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.videos .videos_line {
    display: flex;
}
.videos .videos_line .videos_col {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px;
    margin-bottom: 15px;
}

.videos .videos_line .videos_col .embed_video {
    max-width: 100%;
    height: auto;
    width: 530px;
    aspect-ratio: 530 / 532;
}
.videos .videos_line .videos_col h2 {
    font-weight: 400;
}

.albums {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20%;
    margin-top: 100px;
}
.album {
    display: flex;
    width: 100%;
    max-width: 220px;
    margin: 0 20px;
    flex-direction: column;
    align-items: center;
}
.btn-mpt {
    background-color: #07a2b4;
    color: #ffffff;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    margin-top: 1.5rem;
    display: inline-block;
}


/*RESPONSIVE*/
@media (max-width:1023.99px) {
    .mainInterieur {
        background-position-y: 105%;
    }
    .logo_desktop {
        display: none;
    }
    .logo_mobile {
        display: block;
    }
    .page_header h1 {
        font-size: 3rem;
        margin-top: -45px;
    }
}
@media (max-width:768.99px) {

}
@media (max-width:639.99px) {
    .ensemblePageSection {
        background-size: 180%;
    }
    .mainInterieur {
        background-position-y: 101.5%;
    }
    .page_header h1 {
        font-size: 2.5rem;
        margin-top: -10px;
        line-height: 1;
        margin-bottom: 20px;
    }
    .page_header p.intro_1, .page_header p.intro_2 {
        font-size: 1.4rem;
    }
    .videos .videos_line {
        display: flex;
        flex-direction: column;
    }
    .videos .videos_line .videos_col h2 {
        font-size: 24px;
    }
    .albums {
        flex-direction: column;
    }
    .album {
        margin-bottom: 50px;
    }
}</pre></body></html>