<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-content-asset {
    padding: 0 !important;
}

#page-tuto-creation-compte {
    font-family: 'Eina01-Regular';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000;
    background-color: #f8f8f8;
}

.tuto_flex {
    display: flex;
    flex-flow: row wrap;
    /* justify-content: center; */
}

.tuto_flex_child {
    display: inline-block;
}

#page-tuto-creation-compte h1 {
    max-width: 570px;
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 85px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.94;
    letter-spacing: -4.4px;
    color: #ffffff;
    margin-bottom: 17px;
}

#page-tuto-creation-compte h2 {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 55px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: -2px;
    color: #164094;
    text-align: center;
}

#page-tuto-creation-compte h3 {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

#page-tuto-creation-compte h4 {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

#page-tuto-creation-compte h5 {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #164094;
}

#tuto_bienvenue_container {
    margin-bottom: 55px;
    padding-right: 0;
    padding-left: 0;
}

#tuto_bienvenue {
    background: url(images/tuto-manifesto-background.jpg?$staticlink$);
    background-position-x: 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* position: absolute; */
    top: 55px;
    left: 0;
    width: 100%;
    z-index: 0;
}

.tuto_flex#tuto_bienvenue_contenu {
    align-items: center;
}

#tuto_bienvenue1 {
    width: 50%;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#tuto_bienvenue1 p {
    width: 100%;
    margin: 0 230px 5px 5px;
    font-family: FuturaPT-Demi;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.41px;
    color: #ffffff;
    text-transform: uppercase;
}

.tuto_bienvenue_a_container {
    display: flex;
    flex-flow: row nowrap;
}

#tuto_bienvenue_a_container1 {
    display: block;
}

#tuto_bienvenue_a_container2 {
    display: none;
    margin: 22px auto;
}

.tuto_a_box {
    display: inline-block;
}

#tuto_bienvenue_contenu a {
    max-width: 255px;
    min-height: 55px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 44px;
    width: 100%;
    border-radius: 2px;
    background-color: white;
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #1a58aa;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease;
}

#tuto_bienvenue_contenu a:hover {
    color: #fff;
    background-color: #1a58aa;
}

#tuto_bienvenue_contenu #tuto_bienvenue_a1 {
    margin-right: 8px;
}

#tuto_bienvenue_contenu #tuto_bienvenue_a2 {
    margin-left: 8px;
}

#tuto_bienvenue2 {
    width: 50%;
    /* padding: 160px 0; */
}

#tuto_video_container {
    margin: 0 auto;
    padding: 0 20px;
}

#tuto_bienvenue2 video {
    /* width: 535px; */
    /* height: 300px; */
    width: 100%;
    max-width: 535px;
    height: auto;
    cursor: pointer;
}

.tuto_cta_center {
    margin: 33px auto;
    text-align: center;
}

#tuto_miboard a, #tuto_megacarte a {
    max-width: 255px;
    min-height: 55px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 2px;
    background-color: #1a58aa;
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease;
}

#tuto_miboard a:hover, #tuto_megacarte a:hover {
    background-color: #4466a9;
}

.tuto_ul_flex {
    justify-content: center;
}

.tuto_ul {
    max-width: 500px;
    padding-right: 8px;
}

.tuto_ul1 {
    display: inline-block;
    width: 40%;
}

.tuto_ul2 {
    display: inline-block;
    width: 40%;
}

.tuto_steps_container {
    background: url(images/tuto-blue-background.jpg?$staticlink$) no-repeat bottom;
    padding-bottom: 77px;
    margin-top: 33px;
}

.tuto_steps {
    justify-content: space-evenly;
}

.tuto_step {
    width: 320px;
    height: 712px;
    background-color: white;
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.08);
    margin: 13px;
}

.tuto_step h3, .tuto_step h4, .tuto_step p {
    text-align: center;
    padding: 13px;
}

.tuto_step p span {
    color: #e02020;
    font-weight: bolder;
}

.tuto_step img {
    width: 100%;
    height: auto;
}

.tuto_circle {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #164094;
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 2.41px;
    color: #ffffff;
    margin: 27px auto;
    text-align: center;
    padding-top: 10px;
    padding-left: 3px;
}

#tuto_megacarte {
    margin-top: 33px;
}

#page-tuto-creation-compte h5 span {
    color: #e02020;
}

.tuto_ul_bold {
    font-size: 16px;
    font-weight: bolder;
}

.tuto_p_blue {
    color: #164094;
    font-weight: bolder;
}

#tuto_indispensable {
    margin-top: 77px;
}

#tuto_infos_bloc {
    margin-top: 100px;
    justify-content: center;
}

#tuto_infos.tuto_flex {
    margin-top: 33px;
    justify-content: center;
}

.tuto_infos {
    margin: 0 13px 18px 0;
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 27px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.97;
    letter-spacing: normal;
    color: #ffffff;
}

.tuto_infos_objet {
    margin: 18px 0 5px;
    opacity: 0.8;
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #ffffff;
    border-bottom: 1px solid white;
}

.tuto_infos_bloc {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 32px;
}

#tuto_xaa {
    width: 275px;
    height: 200px;
    background-image: url(images/tuto_VioletPixels.svg?$staticlink$), url(images/tuto-small-block-blue.jpg?$staticlink$);
    margin: 13px 13px 13px 0;
}

#tuto_fidelite {
    width: 275px;
    height: 200px;
    background-image: url(images/tuto_VioletPixels.svg?$staticlink$), linear-gradient(126deg, #3023ae, #c86dd7);
    margin: 13px;
}

#tuto_infos .tuto_infos_bloc .tuto_info_fidelite {
    margin: 0 13px -4px 0;
}

#tuto_reservations {
    width: 275px;
    height: 200px;
    background-image: url(images/tuto_VioletPixels.svg?$staticlink$), url(images/tuto-small-block-blue.jpg?$staticlink$);
    margin: 13px;
}

#tuto_location {
    width: 275px;
    height: 200px;
    background-image: url(images/tuto_VioletPixels.svg?$staticlink$), linear-gradient(126deg, #3023ae, #c86dd7);
    margin: 13px 0 13px 13px;
}

.fc_chiffre {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 44px;
    font-weight: normal;
    line-height: 0.73;
    letter-spacing: normal;
    color: #ffffff;
}

.fc_chiffre_objet {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 13px;
    opacity: 0.8;
    font-weight: normal;
    line-height: 1.08;
    letter-spacing: 1.4px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    width: 193px;
    height: 33px;
    border-bottom: 1px solid white;
    margin: 0;
}

/* ======================================
	         	RWD
====================================== */

@media screen and (max-width: 1200px) {
    .tuto_steps_container {
        background: url(images/tuto-blue-background-mobile.jpg?$staticlink$) no-repeat center;
        background-size: cover;
        padding-bottom: 0;
        margin-top: 33px;
    }
    #page-tuto-creation-compte #tuto_infos #tuto_xaa, #page-tuto-creation-compte #tuto_infos #tuto_fidelite, #page-tuto-creation-compte #tuto_infos #tuto_reservations, #page-tuto-creation-compte #tuto_infos #tuto_location {
        margin: 13px;
    }
}

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

@media screen and (max-width: 992px) {
    #page-tuto-creation-compte h1 {
        font-size: 50px;
        line-height: 1.04;
        letter-spacing: -2.27px
    }
    #page-tuto-creation-compte h2 {
        font-size: 33px;
    }
    #tuto_bienvenue1 {
        width: 100%;
        padding: 55px 0;
    }
    #tuto_bienvenue2 {
        width: 100%;
    }
    #tuto_bienvenue_a_container1 {
        display: none;
    }
    #tuto_bienvenue_a_container2 {
        display: block;
        margin: 22px auto;
    }
    #tuto_bienvenue_contenu a {
        width: 100%;
    }
    #tuto_video_container {
        text-align: center;
    } 
    .tuto_ul_flex {
        flex-direction: column;
        align-items: center;
    }
    .tuto_ul1 {
        width: 100%;
    }
    .tuto_ul2 {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #tuto_bienvenue_contenu a {
        max-width: 175px;
    }
}

@media screen and (max-width: 544px) {
    #tuto_bienvenue_contenu a {
        max-width: 125px;
    }
}
</pre></body></html>