
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
    height: 100%;
}

* {
    box-sizing: border-box;
}


body {
    overflow-y: scroll;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'robotoregular',sans-serif;
    background: #1e2a50;
}
.prlx-img {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -7;
    overflow: hidden;
    background-position: center bottom;
    max-width: 100%!important;
    pointer-events: none;
    display: none;
}
.centrage {
    width: 1140px;
    margin: auto;
}
#header {
    background: linear-gradient(90deg, #0a1022 0%, #1e2a50 50%, #0a1022 100%);
    color: #fff;
    text-align: center;
    padding: 16px 0 19px;
    height: 187px;
}
#logo img {
    width: 70px;
    height: 70px;
}
#logo h1 {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'robotobold';
    font-size: 41px;
}
#logo h1:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -12px;
    background: #fff;
}
#logo .baseline {
    margin: 0;
    font-style: italic;
    position: relative;
}
#logo .baseline span {
    display: inline-block;
    padding: 0 15px 0;
    background: #1e2a50;
}
#hero {
    position: relative;
    height: 623px;
    height: calc(100% - 187px - 202px);
    min-height: 320px;
    max-height: 1920px;
    background: #040d2657;
    z-index: 2;
}
#hero:after, #hero:before {
    content: '';
    display: block;
    position: absolute;
    width: 75%;
    right: 0;
    top: 0;
    height: 8px;
    background: #faa62c;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}
#hero:after {
    transform: rotate(180deg);
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
}
#hero .cartouche {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 490px;
    padding: 20px 30px 21px;
    transform: translateY(-50%);
    color: #fff;
    background: #141d3a9e;
    text-align: center;
}
#hero .cartouche h2 {
    margin: 0 0 0;
    font-family: 'robotobold';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 36px;
}
#hero .cartouche h2.english {
    font-family: 'robotoregular';
    font-size: 21px;
    letter-spacing: 0;
}
#hero .cartouche h2.english:before, #hero .cartouche h2.english:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #fff;
    vertical-align: middle;
    margin: 0 9px;
}
#entete {
    padding: 10px 0 12px;
    background: linear-gradient(90deg, #000000cf 0%, #1e2a50eb 50%, #000000b8 100%);
    color: #fff;
    text-align: center;
    height: 202px;
}
#centrage1 {
    color: #ffd9a2;
    font-size: 19px;
    margin: 15px auto;
    font-weight: normal;
    max-width: 980px;
}
#contenus {
    background: #fff;
    padding: 85px 40px 90px;
    text-align: center;
    line-height: 165%;
    font-size: 18px;
}
footer {
    background: #121a34;
    padding: 128px 0 38px;
    text-align: center;
    color: #fff;
}
footer p {
    margin: 4px 0;
    font-size: 11px;
}
footer img {
    width: 50px;
    height: 50px;
}
a {
    color: #faa62c;
}
a:hover {
    color: rgb(255, 228, 179);
}
#sbc {
    display: none;
    position: fixed;
    width: auto;
    right: 15px;
    bottom: 11px;
    left: 15px;
    z-index: 99;
    height: 58px;
    overflow: visible;
    margin: auto;
    pointer-events: none;
    user-select: none;
}
.scl.full #sbc {
    display: none;
}
.scl #sbc {
    display: block;
}
#sbo {
    position: absolute;
    right: 30px;
    bottom: 40px;
    width: 45px;
    height: 45px;
    background: #050f2e78;
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
    transition: all 0.1s ease-out;
    z-index: 9;
}
#sbo:after {
    content: '';
    display: block;
    position: absolute;
    top: 8%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 15%;
    margin: auto;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform-origin: 50%;
    transform: rotate(-45deg);
}

@media (max-width: 1200px) {
    .centrage {
        width: 960px;
    }
    #logo img {
        width: 50px;
        height: 50px;
    }
    #logo h1 {
        font-size: 31px;
    }
    #hero {
        height: calc(100% - 154px - 202px);
    }

#header {
    height: 154px;
}
    #hero .cartouche {
        padding: 15px 15px 16px;
        width: fit-content;
    }
    #hero .cartouche h2 {
        font-size: 30px;
        width: 410px;
        margin: auto;
    }
    #hero .cartouche h2.english {
        font-family: 'robotoregular';
        font-size: 15px;
    }
    #entete {
        background: linear-gradient(90deg, #0a1022 0%, #1e2a50 50%, #0a1022 100%);
        padding: 10px 0 12px;
        height: 202px;
    }
    #centrage1 {
        font-size: 18px;
        padding: 0 15px 0;
    }
    footer {
        padding: 128px 0 72px;
    }
    
}
@media (max-width: 992px) {

    .centrage {
        width: 720px;
    }

}
@media (max-width: 768px) {

    .centrage {
        width: 540px;
    }
    #header {
        padding: 9px 0 12px;
        height: 110px;
    }

    #hero {
        height: calc(100% - 110px - 174px);
    }

    #entete {
        height: 174px;
    }

    #centrage1 {
        font-size: 16px;
        padding: 0 15px;
    }

#centrage1 p {
    margin: 10px 0;
}
    #logo img {
        width: 30px;
        height: 30px;
    }
    #logo h1 {
        font-size: 24px;
    }
    #logo h1:after {
        bottom: -9px;
    }
    #logo .baseline span {
        font-size: 13px;
        padding: 0 7px 0;
        line-height: 15px;
    }
    footer {
        padding: 78px 0 72px;
    }

}
@media (max-width: 576px) {

    .centrage {
        width: 100%;
    }
    #hero {
        height: 490px;
    }

#entete {
    height: auto;
}
    #hero .cartouche {
        padding: 15px 19px 16px;
        max-width: 90%;
    }
    #hero .cartouche h2 {
        font-size: 20px;
        width: auto;
    }
    #hero .cartouche h2.english {
        font-size: 13px;
    }
    #hero .cartouche h2.english:before, #hero .cartouche h2.english:after {
        width: 18px;
        margin: 0 9px;
    }
    #centrage1 {
        font-size: 15px;
        padding: 0 32px;
        max-width: 320px;
    }
    #contenus {
        padding: 45px 21px 90px;
    }
    #sbo {
        right: 15px;
        bottom: 15px;
    }

}