#LandingContainer{ height: auto !important; } #LandingContainer > .loader{ opacity: 0 !important; pointer-events: none;}

.sis-m{
    font-size: 8px;
    box-sizing: border-box;
    background-color:#ecae3d;
}

.sis-m *{
    box-sizing: border-box;
    line-height: 0;
}

.sis-m a{
    text-decoration: none;
}

.sis-m img{
    max-width: max-content;
    width: 100%;
}

.sis-m .exergue{
    color: #be9c66;
}

.sis-m .container-box{
    width: 100%;
    margin: 0 auto;
}

.sis-m section.row-m{
    margin: 0 auto 0;
}

.sis-m section.row-m .container-box{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.sis-m section.row-m .container-box .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.sis-m section.row-m .container-box .box .main-title-m{
    font-family: 'bodoni-pro-bold';
    font-style: normal;
    font-weight: bold;
    font-size: 4em;
    line-height: 1;
    text-align: center;
    color: #373737;
}

.sis-m section.row-m .container-box .box .title-m{
    font-family: 'bodoni-pro-bold';
    font-style: normal;
    font-weight: bold;
    font-size: 3em;
    line-height: 1;
    color: #000000;
    text-align: center;
}

.sis-m section.row-m .container-box .box .texte-m{
    font-family: 'arial';
    font-style: normal;
    font-weight: normal;
    font-size: 1.8em;
    line-height: 1;
    color: #939393;
}

.sis-m .cta-m{
    max-width: 360px;
    min-width: 290px;
    width: 100%;
}

.sis-m .cta-m a{
    font-family: 'apercu-light-pro';
    font-style: normal;
    font-weight: normal;
    font-size: 1.8em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    max-width: 100%;
    background: #9E654F;
    padding: 16px 14px;
}

.sis-m .desktop{
    display:none;
}

.sis-m .mobile{
    display:block;
}

strong{
    font-family: 'apercu-bold-pro';
}

@media (min-width:768px) {
    .sis-m{
        font-size: 10px;
    }
    .sis-m .container-box{
        max-width: 1110px;
    }

    .sis-m section.row-m{
        margin: 0 auto 0;
    }

    .sis-m section.row-m .container-box{
        flex-direction: row;
    }

    .sis-m .desktop{
        display:block;
    }

    .sis-m .mobile{
        display:none;
    }

    .sis-m .cta-m a{
        min-width: max-content;
    }
}

/* HEADER */
.sis-m header {
    padding: 70px 30px 75px;
}

.sis-m header .container-box .box{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
}

.sis-m header .container-box .box:nth-child(1){
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.sis-m header .container-box .box .title-m {
    color: #f8f8f8;
    text-align: center;
    font-family: "acuminproextracondblack";
    font-size: 8em;
    line-height: 1;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    margin: 0 0 45px;
}

.sis-m header .container-box .box .title-m .exergue {
    display: inline-block;
    line-height: inherit;
    color: #fff;
    background-color: #d22d35;
    padding: 0px 10px;
}

.sis-m header .container-box:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: 1px solid #fff;
    max-width: fit-content;
    padding: 25px 30px 30px;
    position: relative;
}

.sis-m header .container-box:nth-child(2) .box .title-m {
    color: #f8f8f8;
    text-align: center;
    font-family: "acuminproextracondblack";
    font-size: 8em;
    line-height: 1;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    margin: 0;
}

.sis-m header .container-box:nth-child(2) .box .texte-m {
    color: #f8f8f8;
    text-align: center;
    font-family: "acuminproextracondblack";
    font-size: 3.5em;
    line-height: 1;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
}

.sis-m header .container-box:nth-child(2) .box:nth-child(3){
    position: absolute;
    bottom: -4em;
    background: #ecae3d;
    padding: 0 20px;
}

.sis-m header .container-box:nth-child(2) .box .code-m {
    color: #f8f8f8;
    text-align: center;
    font-family: "acuminproextracondblack";
    font-size: 6em;
    line-height: 1;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    margin: 0;
}

@media (min-width:768px) {
    .sis-m header .container-box .box:nth-child(1){
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-content: center;
        align-items: flex-start;
    }
    .sis-m header .container-box .box .title-m {
        text-align: left;
    } 

    .sis-m header .container-box:nth-child(2) .box .title-m {
        font-size: 12.6em;
    }
    
    .sis-m header .container-box:nth-child(2) .box .texte-m {
        font-size: 4.2em;
        margin: 0 0 45px;
    }
    
    .sis-m header .container-box:nth-child(2) .box .code-m {
        font-size: 12.6em;
    }

    .sis-m header .container-box:nth-child(2) .box:nth-child(3){
        bottom: -6em;
    }
}

/* bloc1 */
.sis-m section.bloc1 {
    padding: 0 30px 45px;
}

.sis-m section.bloc1 .container-box:nth-child(1){
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.sis-m section.bloc1 .container-box:nth-child(1) .box{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
}

.sis-m section.bloc1 .container-box:nth-child(1) .box .title-m{
    color: #d22d35;
    text-align: center;
    font-family: "acuminproextracondblack";
    font-size: 4.5em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 45px;
}

.sis-m section.bloc1 .container-box:nth-child(2){
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px 5px;
    margin: 0 auto 75px;
}

.sis-m section.bloc1 .container-box:nth-child(2) .box{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.sis-m section.bloc1 .container-box:nth-child(2) .box .ssbox {
    position: relative;
}

.sis-m section.bloc1 .container-box:nth-child(2) .box .ssbox .app{
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin: 15px 0 0;
}

.sis-m section.bloc1 .container-box:nth-child(2) .box .ssbox:nth-child(1){
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    width: 45px;
}

.sis-m section.bloc1 .container-box:nth-child(2) .box .ssbox:nth-child(1) .title-m{
    color: #d22d35;
    text-align: center;
    font-family: "acuminproextracondblack";
    font-size: 8.5em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.sis-m section.bloc1 .container-box:nth-child(2) .box .ssbox:nth-child(2){
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
        padding: 15px 0 0;
}

.sis-m section.bloc1 .container-box:nth-child(2) .box .ssbox:nth-child(2) .title-m{
    color: #fff;
    text-align: left;
    font-family: Helvetica, sans-serif;;
    font-size: 2.1em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.sis-m section.bloc1 .container-box:nth-child(2) .box .ssbox:nth-child(2) .texte-m{
    color: #fff;
    text-align: left;
    font-family: Helvetica, sans-serif;
    font-size: 2.1em;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.sis-m section.bloc1 .container-box:nth-child(2) .box .ssbox:nth-child(2) .texte-m a {
    color: #fff;
    text-decoration: underline;
}

.sis-m section.bloc1 .container-box:nth-child(3) .box .cta-m a{ 
    background-color: #d22d35;
}

.sis-m section.bloc1 .container-box:nth-child(2) .box {
    padding: 15px 0 0;
    width: 100%;
}

@media (min-width:1190px) {
    .sis-m section.bloc1 .container-box:nth-child(1){
        display: flex;
        align-items: center;
        justify-content: flex-start;
        align-content: center;
    }

    .sis-m section.bloc1 .container-box:nth-child(1) .box .title-m{
        text-align: left;
        font-size: 6.5em;
        line-height: 1;
    }

    .sis-m section.bloc1 .container-box:nth-child(2) .box {
        min-width: 320px;
        max-width: 33%;
    }
}

/* bloc2 */
.sis-m section.bloc2 {
    padding: 30px 30px 50px;
    background-color:#d22d35;
}

.sis-m section.bloc2 .container-box:nth-child(1){
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
}

.sis-m section.bloc2 .container-box:nth-child(1) .box .title-m{
    color: #ecae3d;
    text-align: center;
    font-family: "acuminproextracondblack";
    font-size: 4.5em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 45px;
}

.sis-m section.bloc2 .container-box:nth-child(2) {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 36px;
}

.sis-m section.bloc2 .container-box:nth-child(2) .box {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.sis-m section.bloc2 .container-box:nth-child(2) .box .image-m{
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 15px;
    height: 64px;
}

.sis-m section.bloc2 .container-box:nth-child(2) .box .title-m{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: Helvetica, sans-serif;
    font-size: 2.1em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.sis-m section.bloc2 .container-box:nth-child(2) .box .texte-m{
    color: #fff;
    text-align: center;
    font-family: Helvetica, sans-serif;
    font-size: 1.9em;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 10px;
}

.sis-m section.bloc2 .container-box:nth-child(2) .box .texte-m .exergue{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.sis-m section.bloc2 .container-box:nth-child(2) .box:nth-child(3) .texte-m span{
    font-size: 1.6em;
    font-style: italic;
}

@media (min-width:1190px) {
    .sis-m section.bloc2 .container-box:nth-child(1) {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        align-items: flex-start;
    }

    .sis-m section.bloc2 .container-box:nth-child(1) .box .title-m{
        text-align: left;
        font-size: 6.5em;
        line-height: 1;
    }
    .sis-m section.bloc2 .container-box:nth-child(2) .box {
        display: flex;
        justify-content: flex-start;
        align-content: center;
        flex-direction: column;
        align-items: flex-start;
        max-width: 250px;
    }
    .sis-m section.bloc2 .container-box:nth-child(2) .box .title-m{
        justify-content: flex-start;
        text-align: left;
    }
    .sis-m section.bloc2 .container-box:nth-child(2) .box .texte-m{
        text-align: left;
    }
}


/* bloc3 */
.sis-m section.bloc3 {
    padding: 0 30px 50px;
    background-color:#d22d35;
}

.sis-m section.bloc3 .container-box:nth-child(1){
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
}

.sis-m section.bloc3 .container-box:nth-child(1) .box .title-m{
    color: #ecae3d;
    text-align: center;
    font-family: "acuminproextracondblack";
    font-size: 4.5em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 45px;
}

.sis-m section.bloc3 .container-box:nth-child(2) {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.sis-m section.bloc3 .container-box:nth-child(2) .box .texte-m{
    color: #fff;
    text-align: center;
    font-family: helvetica;
    font-size: 1.9em;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 10px;
}

.sis-m section.bloc3 .container-box:nth-child(2) .box .texte-m .exergue{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width:1190px) {
    .sis-m section.bloc3 .container-box:nth-child(1){
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        align-items: flex-start;
    }
    .sis-m section.bloc3 .container-box:nth-child(1) .box .title-m{
        text-align: left;
        font-size: 6.5em;
    }
    .sis-m section.bloc3 .container-box:nth-child(2) .box {
        max-width: 350px;
        min-width: 320px;
    }

    .sis-m section.bloc3 .container-box:nth-child(2) .box .texte-m{
        text-align: left;
    }
}

/* bloc4 */
.sis-m section.bloc4 {
    padding: 45px 30px 30px;
    background-color:#e16369;
}

.sis-m section.bloc4 .container-box:nth-child(1){
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
}

.sis-m section.bloc4 .container-box:nth-child(1) .box .title-m{
    color: #fff;
    text-align: center;
    font-family: "acuminproextracondblack";
    font-size: 4.5em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.sis-m section.bloc4 .container-box:nth-child(2){
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 45px;
}

.sis-m section.bloc4 .container-box:nth-child(2) .box .texte-m{
    color: #fff;
    text-align: center;
    font-family: helvetica;
    font-size: 1.9em;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 25px;
}

.sis-m section.bloc4 .container-box:nth-child(2) .box .texte-m a{
    color: #fff;
    text-align: center;
    font-family: helvetica;
    font-size: 1.9em;
    font-style: normal;
    line-height: 1;
    font-weight: bold;
}

.sis-m section.bloc4 .container-box:nth-child(2) .box .cta-m a{ 
    background-color: #ecae3d;
}

.sis-m section.bloc4 .container-box:nth-child(3) .box .texte-m {
    color: #f8f8f8;
    text-align: center;
    font-family: helvetica;
    font-size: 1.2em;
    font-style: normal;
    line-height: 1;
    font-weight: normal;
}

@media (min-width:1190px) {
    .sis-m section.bloc4 .container-box:nth-child(1) .box .title-m{
        text-align: center;
        font-size: 6.5em;
    }
    .sis-m section.bloc4 .container-box:nth-child(3) .box .texte-m {
        text-align: left;
    }
}