@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap);
*, :after, :before {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    line-height: 1.15
}

@-ms-viewport {
    width: device-width
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    background-color: #fff;
    color: #212529;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left
}

[tabindex="-1"]:focus {
    outline: none !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    margin-top: 0
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[data-original-title], abbr[title] {
    border-bottom: 0;
    cursor: help;
    text-decoration: underline;
    text-decoration: underline dotted
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
    color: theme-color("primary");
    text-decoration: none
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    -ms-overflow-style: scrollbar;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    caption-side: bottom;
    color: #868e96;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: left
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.hide-scrollbars {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.hide-scrollbars::-webkit-scrollbar {
    display: none;
    width: 0 !important
}

.gsap {
    opacity: 0;
    visibility: hidden
}

.cleanList {
    list-style-type: none;
    margin: 0;
    padding: 0
}

:root {
    --focus-item-height: 900px;
    --primary-color: #c32037;
    --mobile-limit: 992px
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio)
}

.ratio > * {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

body, html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: geometricPrecision
}

body, body *, body :after, body :before, html, html *, html :after, html :before {
    box-sizing: border-box
}

@media (max-width: 991px) {
    body .desktop {
        display: none !important
    }
}

@media (min-width: 992px) {
    body .mobile {
        display: none !important
    }
}

body.fullpage {
    overflow-x: hidden
}

body.fullpage main section {
    height: 100vh;
    min-height: unset
}

body.fullpage main section#main {
    background-position: 50%
}

body.fullpage main section .container {
    height: 100vh;
    min-height: unset
}

body.fullpage main section#focus-wrapper .focus {
    margin-bottom: unset
}

body .striped-bar, body header {
    background: url(../../dist/sis_bande_1.svg) 50% repeat;
    background-size: auto 55px;
    height: 55px;
    width: 100%
}

@media (min-width: 992px) {
    body .striped-bar, body header {
        background-size: auto 68px;
        height: 68px
    }
}

body main section {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    width: 100%
}

@media (max-width: 991px)and (orientation: landscape) {
    body main section {
        min-height: 390vh
    }

    body main section .container {
        /*min-height: 150vh !important*/
        min-height: 50vh !important
    }

    body main section#retrospective .container .content {
        height: unset !important
    }
}

@media (max-width: 991px) {
    body main section#missions-wrapper, body main section#missions-wrapper .container, body main section#presidente, body main section#presidente .container, body main section#valeurs, body main section#valeurs .container {
        min-height: unset !important
    }

    body main section#key-numbers-wrapper .container, body main section#missions-wrapper .container, body main section#presidente .container {
        padding-top: 70px
    }
}

body main section .link-next {
    bottom: 20px;
    cursor: pointer;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

@media (min-width: 992px) {
    body main section .link-next {
        bottom: 50px
    }
}

@media (min-aspect-ratio: 16/11)and (max-width: 1300px) {
    body main section .link-next {
        bottom: 10px
    }
}

body main section .link-next .arrow-down polygon {
    fill: var(--arrow-down-color)
}

body main section.bg-grey {
    background: #f7f7f7
}

body main section .container {
    margin: 0 auto;
    max-width: 1248px;
    min-height: 100vh;
    padding: 30px 16px 40px;
    width: 100%
}

@media (min-width: 992px) {
    body main section .container {
        padding: 85px 70px 100px;
        width: unset
    }
}

@media (min-width: 992px) {
    body main section .container {
        padding: 85px 70px 100px;
        width: unset
    }
}

body main section .container .cols {
    display: flex;
    flex-direction: column;
    gap: 30px
}

@media (min-width: 992px) {
    body main section .container .cols {
        flex-direction: row
    }

    body main section .container .cols .col {
        width: 50%
    }

    body main section .container .cols .col.text {
        max-height: calc(100vh - 425px);
        overflow: auto;
        padding-right: 20px
    }
}

body main section .container .cols .col.text p:last-child {
    margin-bottom: 0 !important
}

body main section .container .cols .person {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 22px
}

@media (min-width: 992px) {
    body main section .container .cols .person {
        align-items: flex-start;
        flex-direction: row
    }
}

body main section .container .cols .person .text {
    padding-top: 0;
    text-align: center
}

@media (min-width: 992px) {
    body main section .container .cols .person .text {
        padding-top: 30px;
        text-align: left
    }
}

body main section .container .cols .person .text p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin-bottom: 12px
}

body main section .container .cols .person .text img {
    mix-blend-mode: multiply
}

body main section .container .cols .person img {
    max-width: 170px
}

@media (min-width: 992px) {
    body main section .container .cols .person img {
        max-width: unset
    }
}

@media (max-width: 991px) {
    body main section:not(#main) .arrow-down {
        display: none
    }
}

body main section#main {
    --arrow-down-color: #fff;
    background-image: url(../../dist/sis_ra2024_web_1.jpg);
    background-position: top
}

body main section#main .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 68px);
    justify-content: center;
    min-height: unset;
    padding: 0
}

body main section#main .container img {
    bottom: 120px;
    position: absolute
}

@media (min-aspect-ratio: 16/11)and (max-width: 1300px) {
    body main section#main .container img {
        position: static
    }
}

body main section#main .container h1 {
    color: #fff;
    text-align: center
}

body main section#commandant, body main section#presidente {
    --arrow-down-color: #c32037
}

body main section#victim {
    --arrow-down-color: #fff;
    background-image: url(../../dist/sis_ra_image_1_mobile.jpg);
    background-position: top
}

@media (min-width: 992px) {
    body main section#victim {
        background-image: url(../../dist/sis_ra_image_1.jpg)
    }
}

body main section#victim .container {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    max-width: 803px
}

@media (min-width: 992px) {
    body main section#victim .container {
        padding-bottom: 126px
    }
}

body main section#victim .container blockquote {
    display: none
}

@media (min-width: 992px) {
    body main section#victim .container blockquote {
        display: block
    }
}

body main section#victim .container p.signature {
    display: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 26px;
    line-height: 1.625rem
}

@media (min-width: 992px) {
    body main section#victim .container p.signature {
        display: block
    }
}

@media (min-aspect-ratio: 16/11)and (max-width: 1300px) {
    body main section#victim > .container {
        padding-bottom: 100px !important
    }

    body main section#victim h3 {
        font-size: 3rem;
        line-height: 2.9rem
    }

    body main section#victim p.signature {
        margin: 0
    }
}

body main section#missions-wrapper {
    --arrow-down-color: #c32037
}

body main section#missions-wrapper .container {
    max-width: 920px
}

body main section#valeurs {
    --arrow-down-color: #c32037
}

body main section#rapport {
    --arrow-down-color: #fff
}

body main section#valeurs .container {
    max-width: 900px
}

body main section#retrospective {
    --arrow-down-color: #fff;
    background-image: url(../../dist/sis_ra2024_web_2.jpg)
}

body main section#retrospective .container {
    align-items: flex-end;
    display: flex;
    justify-content: center
}

body main section#retrospective .container .content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 50vh;
    justify-content: space-between
}

@media (min-aspect-ratio: 16/11)and (max-width: 1300px) {
    body main section#retrospective .container .content {
        justify-content: space-around
    }
}

body main section#retrospective .container h2 {
    color: #fff
}

@media (max-width: 991px) {
    body main section#retrospective .container h2 {
        margin-bottom: 80px
    }
}

body main section#focus-wrapper, body main section#key-numbers-wrapper {
    --arrow-down-color: #c32037
}

@media (max-width: 991px) {
    body main section#focus-wrapper .container {
        padding-left: 0;
        padding-right: 0
    }
}

body main section#focus-wrapper, body main section#rapport, body main section#rapports {
    background-color: #fff
}

body main section#rapport, body main section#rapports{
    height: 100vh;
    min-height: unset;
    position: relative
}

@media (max-width: 991px) {
    body main section#rapport,     body main section#rapports{
        min-height: 894px
    }
}

body main section#rapport:before{
    background-image: url(../../dist/sis_ra2023_web_4.jpg);
    background-size: cover;
}
body main section#rapports:before {
    background-image: url(../../dist/Page_ecussons.jpg);
    background-size: auto;
}
body main section#rapports a {
    color: #343434;
    font-size:20px;
}
body main section#rapport:before, body main section#rapports:before {
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    left: 0;
    min-height: 694px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

@media (min-width: 992px) {
    body main section#rapport:before, body main section#rapports:before{
        height: calc(100vh - 200px);
        min-height: unset
    }
}

body main section#rapport a {
    color: #343434;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: .2px;
    letter-spacing: .0125rem;
    line-height: 26px;
    line-height: 1.625rem
}

body main section#rapport .container, body main section#rapports .container {
    align-items: flex-end;
    display: flex;
    height: unset;
    justify-content: center;
    max-width: 1448px;
    min-height: 694px;
    position: relative;
    z-index: 1
}

@media (min-width: 992px) {
    body main section#rapport .container, body main section#rapports .container {
        min-height: calc(100vh - 200px)
    }
}

@media (max-width: 991px) {
    body main section#rapport .container, body main section#rapports .container{
        padding-bottom: 40px
    }

    body main section#rapport .container h3, body main section#rapports .container h3 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 40px;
        line-height: 2.5rem
    }
    body main section#rapport .container footer h3 {
        color: #fff;
        text-align: center;
        font-size: 1.75em;
        padding-top: 32px;
    }
}

@media (min-width: 992px) {
    body main section#rapport .container, body main section#rapports .container {
        align-items: center;
        justify-content: flex-end
    }
}

body main section#rapport footer, body main section#rapports footer {
    background: #c32037;
    height: 200px
}

body main section#rapport footer .container, body main section#rapports footer .container{
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: unset;
    padding: 0
}

body main section .box {
    background: #fff18a;
    padding: 30px;
    text-align: center
}

@media (min-width: 992px) {
    body main section .box {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    body .sis-logo {
        transform: scale(.8)
    }
    body main section .box {
        padding: 20px;
    }
}

body a.down {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding-left: 20px;
    position: relative
}

body a.down:before {
    background: url(../../dist/sis_download.svg) no-repeat;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 14px
}

.fp-watermark {
    display: none !important
}

.menu-bar {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 60px;
    width: 50px;
    z-index: 10
}

.menu-bar.fixed {
    position: fixed;
    top: 0
}

@media (min-width: 992px) {
    .menu-bar {
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 114px
    }
}

.menu-bar .btn-menu path {
    fill: #c32037
}

@media (max-width: 991px) {
    .menu-bar .btn-menu {
        height: auto;
        width: 30px
    }
}

.menu-bar .btn-menu#menu-closer polygon, .menu-bar .btn-menu.white path {
    fill: #fff
}

.menu-bar .btn-menu.hide {
    display: none
}

#menu {
    background: #c32037;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9
}

@media screen {
    #menu {
        opacity: 0;
        visibility: hidden
    }
}

#menu .container {
    align-items: center;
    display: flex;
    height: calc(100vh - 55px);
    justify-content: center
}

@media (min-width: 992px) {
    #menu .container {
        height: calc(100vh - 68px)
    }
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#menu ul li {
    margin-bottom: 8px;
    text-align: center
}

#menu ul li a {
    color: #fff;
    font-family: BebasBold, sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 42px;
    line-height: 2.625rem
}

@media (min-width: 992px) {
    #menu ul li a {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 72px;
        line-height: 4.5rem
    }
}

@media (min-aspect-ratio: 16/11)and (max-width: 1300px) {
    #menu ul li a {
        font-size: 2.5rem;
        line-height: 2.8rem
    }
}

ul.list-normal {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul.list-normal li {
    padding-left: 30px;
    position: relative
}

@media (min-width: 992px) {
    ul.list-normal li {
        padding-left: 20px
    }
}

ul.list-normal li:before {
    background: url(../../dist/bullet.svg) 0 no-repeat;
    color: #c32037;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 10px
}

@media (min-width: 992px) {
    ul.list-normal li:before {
        top: 9px
    }
}

#focus-wrapper .container {
    max-width: 1348px;
    padding-bottom: 0;
    padding-top: 0
}

#focus-wrapper .focus-content .flickity-viewport {
    overflow: visible
}

#focus-wrapper .focus-content .focus {
    display: flex;
    flex-direction: column;
    margin-bottom: 36px;
    min-height: var(--focus-item-height)
}

#focus-wrapper .focus-content .focus:last-child {
    margin-bottom: 0
}

@media (min-width: 992px) {
    #focus-wrapper .focus-content .focus {
        <!--height: 100vh;->
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    #focus-wrapper .focus-content .focus:first-child {
        margin-left: 0 !important
    }

    #focus-wrapper .focus-content .focus:last-child {
        margin-right: 0 !important
    }
}

#focus-wrapper .focus-content .focus header {
    align-items: center;
    background: url(../../dist/sis_bande_2.svg) 50% repeat-x;
    display: flex;
    flex-grow: 0;
    padding-left: 50px
}

@media (max-width: 991px) {
    #focus-wrapper .focus-content .focus header {
        background-size: auto 55px;
        height: 55px;
        justify-content: flex-start;
        padding-left: 20px
    }
}

#focus-wrapper .focus-content .focus .cols {
    background: #fff18a;
    flex-grow: 1;
    padding: 25px 20px
}

@media (min-width: 992px) {
    #focus-wrapper .focus-content .focus .cols {
        padding: 40px 50px
    }
}

#focus-wrapper .focus-content .focus .cols .col {
    position: relative
}

#focus-wrapper .focus-content .focus .cols .col p:last-child {
    margin-bottom: 0
}

#focus-wrapper .focus-content .focus .cols .col .image {
    display: flex;
    justify-content: flex-end
}

@media (min-width: 992px) {
    #focus-wrapper .focus-content .focus .cols .col .image {
        margin-left: auto;
        margin-right: -50px;
        margin-top: 80px;
        max-width: 80%
    }
}

#focus-wrapper .focus-content .focus .cols .col .image img {
    height: auto;
    margin-bottom: 25px;
    width: 100%
}

@media (min-width: 992px) {
    #focus-wrapper .focus-content .focus .cols .col .image img {
        height: unset;
        margin-bottom: 0;
        max-width: 100%;
        width: unset
    }
}

#focus-wrapper .focus-content .focus h3 {
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: .1px;
    letter-spacing: .00625rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 0;
    padding-top: 8px
}

@media (min-width: 992px) {
    #focus-wrapper .focus-content .focus h3 {
        font-size: 50px;
        font-size: 3.125rem;
        letter-spacing: .1px;
        letter-spacing: .00625rem;
        line-height: 50px;
        line-height: 3.125rem
    }
}

#focus-wrapper .focus-content .focus h4 {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 500;
    letter-spacing: .2px;
    letter-spacing: .0125rem;
    line-height: 27px;
    line-height: 1.6875rem;
    margin-bottom: 25px;
    text-transform: none
}

@media (min-width: 992px) {
    #focus-wrapper .focus-content .focus h4 {
        font-size: 24px;
        font-size: 1.5rem;
        letter-spacing: .2px;
        letter-spacing: .0125rem;
        line-height: 30px;
        line-height: 1.875rem
    }
}

#focus-wrapper .focus-content .focus h5 {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: .2px;
    letter-spacing: .0125rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 20px;
    text-transform: none
}

#focus-wrapper .focus-content .focus blockquote {
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 300;
    letter-spacing: .2px;
    letter-spacing: .0125rem;
    line-height: 30px;
    line-height: 1.875rem;
    padding-right: 80px
}

#focus-wrapper .focus-content .focus p {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .2px;
    letter-spacing: .0125rem;
    line-height: 21px;
    line-height: 1.3125rem;
    margin-bottom: 20px
}

#focus-wrapper .focus-content .focus p.signature {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: .2px;
    letter-spacing: .0125rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding-left: 30px
}

@media (max-width: 991px) {
    #key-numbers-wrapper h2 {
        margin-bottom: 0
    }

    #key-numbers-wrapper .container {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (min-width: 992px) {
    #key-numbers-wrapper .key-numbers {
        display: grid;
        grid-template-columns:repeat(5, 1fr);
        grid-template-rows:repeat(auto-fit, minmax(300px, 1fr))
    }
    #key-numbers-wrapper{
        padding: 0px;
        margin: 0px;
        min-height: 110dvh;
    }
}

#key-numbers-wrapper .key-numbers .key-number {
    border-bottom: 2px solid #c32037;
    display: flex;
    justify-content: center;
    padding: 35px 0
}

#key-numbers-wrapper .key-numbers .key-number:last-child {
    border-bottom: none
}

@media (min-width: 992px) {
    #key-numbers-wrapper .key-numbers .key-number {
        border: 3px solid #c32037;
        padding: 50px 0
    }

    /*#key-numbers-wrapper .key-numbers .key-number:nth-child(1){*/
    /*    grid-column-start: 1;*/
    /*    grid-column-end: 3*/
    /*}*/
    /*#key-numbers-wrapper .key-numbers .key-number:nth-child(2){*/
    /*    grid-column-start: 3;*/
    /*    grid-column-end: 6*/
    /*}*/
    /*#key-numbers-wrapper .key-numbers .key-number:nth-child(3){*/
    /*    grid-column-start: 6;*/
    /*    grid-column-end: 8*/
    /*}*/

    #key-numbers-wrapper .key-numbers .key-number:first-child,
    #key-numbers-wrapper .key-numbers .key-number:nth-child(2),
    #key-numbers-wrapper .key-numbers .key-number:nth-child(3),
    #key-numbers-wrapper .key-numbers .key-number:nth-child(4),
    #key-numbers-wrapper .key-numbers .key-number:nth-child(5),
    #key-numbers-wrapper .key-numbers .key-number:nth-child(6),
    #key-numbers-wrapper .key-numbers .key-number:nth-child(7),
    #key-numbers-wrapper .key-numbers .key-number:nth-child(8),
    #key-numbers-wrapper .key-numbers .key-number:nth-child(9),
    #key-numbers-wrapper .key-numbers .key-number:nth-child(10) {
        border-left: none;
        border-top: none;
        padding-top: 0
    }

    #key-numbers-wrapper .key-numbers .key-number:nth-child(5),
    #key-numbers-wrapper .key-numbers .key-number:nth-child(10){
        border-right: none
    }

    #key-numbers-wrapper .key-numbers .key-number:nth-child(6),
    #key-numbers-wrapper .key-numbers .key-number:nth-child(7),
    #key-numbers-wrapper .key-numbers .key-number:nth-child(8),
    #key-numbers-wrapper .key-numbers .key-number:nth-child(9) {
        border-bottom: none;
        border-left: none;
        border-top: none;
        padding-bottom: 0
    }
    #key-numbers-wrapper .key-numbers .key-number:nth-child(2) .content img{
        margin-bottom: 0px;
        margin-top: -4px;
        /*padding-bottom: 0px;*/
        /*padding-top: 0px;*/
        /*transform: scale(0.6);*/
    }
    #key-numbers-wrapper .key-numbers .key-number:nth-child(5) .content {
        padding-top: 150px;
    }
    #key-numbers-wrapper .key-numbers .key-number:nth-child(2) .content p{
        padding-top: 4px;
    }
}

#key-numbers-wrapper .key-numbers .key-number .content {
    text-align: center
}

#key-numbers-wrapper .key-numbers .key-number .content img {
    margin-bottom: 20px;
    transform: scale(.8)
}

#key-numbers-wrapper .key-numbers .key-number .content p {
    margin-bottom: 0
}

#key-numbers-wrapper .key-numbers .key-number .content p.text {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: .2px;
    letter-spacing: .0125rem;
    line-height: 26px;
    line-height: 1.625rem
}

#key-numbers-wrapper .key-numbers .key-number .content .key-value, #key-numbers-wrapper .key-numbers .key-number .content .key-value-wrapper {
    color: #c32037;
    font-family: BebasBold, sans-serif;
    font-size: 64px;
    font-size: 4rem;
    letter-spacing: .1px;
    letter-spacing: .00625rem;
    line-height: 60px;
    line-height: 3.75rem
}

#key-numbers-wrapper .key-numbers .key-number.number-only {
    padding-top: 110px
}

#key-numbers-wrapper .key-numbers .key-number.number-only .key-value {
    font-size: 8rem;
    line-height: 7.5rem
}

@font-face {
    font-display: swap;
    font-family: BebasLight;
    font-style: normal;
    font-weight: 300;
    src: url(../../dist/BebasNeue-Light.eot);
    src: url(../../dist/BebasNeue-Light.eot?#iefix) format("embedded-opentype"), url(../../dist/BebasNeue-Light.woff2) format("woff2"), url(../../dist/BebasNeue-Light.woff) format("woff"), url(../../dist/BebasNeue-Light.ttf) format("truetype"), url(../../dist/BebasNeue-Light.svg#BebasNeue-Light) format("svg")
}

@font-face {
    font-display: swap;
    font-family: BebasRegular;
    font-style: normal;
    font-weight: 400;
    src: url(../../dist/BebasNeue-Regular.eot);
    src: url(../../dist/BebasNeue-Regular.eot?#iefix) format("embedded-opentype"), url(../../dist/BebasNeue-Regular.woff2) format("woff2"), url(../../dist/BebasNeue-Regular.woff) format("woff"), url(../../dist/BebasNeue-Regular.ttf) format("truetype"), url(../../dist/BebasNeue-Regular.svg#BebasNeue-Regular) format("svg")
}

@font-face {
    font-display: swap;
    font-family: BebasBold;
    font-style: normal;
    font-weight: 700;
    src: url(../../dist/BebasNeue-Bold.eot);
    src: url(../../dist/BebasNeue-Bold.eot?#iefix) format("embedded-opentype"), url(../../dist/BebasNeue-Bold.woff2) format("woff2"), url(../../dist/BebasNeue-Bold.woff) format("woff"), url(../../dist/BebasNeue-Bold.ttf) format("truetype"), url(../../dist/BebasNeue-Bold.svg#BebasNeue-Bold) format("svg")
}

body {
    color: #343434
}

strong {
    font-weight: 500
}

h1, h2, h3, h4, h5, h6 {
    font-family: BebasBold, sans-serif
}

h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 62px;
    line-height: 3.875rem;
    text-transform: uppercase
}

@media (min-width: 992px) {
    h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
        font-size: 112px;
        font-size: 7rem;
        line-height: 102px;
        line-height: 6.375rem
    }
}

@media (min-aspect-ratio: 16/11)and (max-width: 1300px) {
    h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
        font-size: 5rem;
        line-height: 4.5rem
    }
}

h1.h2, h2, h3.h2, h4.h2, h5.h2, h6.h2 {
    font-size: 60px;
    font-size: 3.75rem;
    letter-spacing: .1px;
    letter-spacing: .00625rem;
    line-height: 60px;
    line-height: 3.75rem;
    margin-bottom: 50px;
    text-align: center
}

@media (min-width: 992px) {
    h1.h2, h2, h3.h2, h4.h2, h5.h2, h6.h2 {
        font-size: 70px;
        font-size: 4.375rem;
        letter-spacing: .1px;
        letter-spacing: .00625rem;
        line-height: 70px;
        line-height: 4.375rem;
        margin-bottom: 70px
    }
}

h1.h3, h2.h3, h3, h4.h3, h5.h3, h6.h3 {
    font-size: 51px;
    font-size: 3.1875rem;
    letter-spacing: .1px;
    letter-spacing: .00625rem;
    line-height: 51px;
    line-height: 3.1875rem
}

@media (min-width: 992px) {
    h1.h3, h2.h3, h3, h4.h3, h5.h3, h6.h3 {
        font-size: 60px;
        font-size: 3.75rem;
        letter-spacing: .1px;
        letter-spacing: .00625rem;
        line-height: 60px;
        line-height: 3.75rem
    }
}

#valeurs h3 {
    color: #c32037;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 500;
    letter-spacing: .2px;
    letter-spacing: .0125rem;
    line-height: 21px;
    line-height: 1.3125rem;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    #valeurs h3 {
        font-size: 28px;
        font-size: 1.75rem;
        letter-spacing: .2px;
        letter-spacing: .0125rem;
        line-height: 26px;
        line-height: 1.625rem;
        margin-bottom: 30px
    }
}

h1.h4, h2.h4, h3.h4, h4, h5.h4, h6.h5 {
    font-size: 32px;
    line-height: 32px
}

@media (min-width: 992px) {
    h1.h4, h2.h4, h3.h4, h4, h5.h4, h6.h5 {
        font-size: 48px;
        line-height: 48px
    }
}

h1.h5, h2.h5, h3.h5, h4.h5, h5, h6 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0
}

li, p, quote {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .2px;
    letter-spacing: .0125rem;
    line-height: 21px;
    line-height: 1.3125rem
}

@media (min-width: 992px) {
    li, p, quote {
        font-size: 20px;
        font-size: 1.25rem;
        letter-spacing: .2px;
        letter-spacing: .0125rem;
        line-height: 24px;
        line-height: 1.5rem
    }
}

blockquote, p {
    margin-bottom: 30px
}

blockquote {
    display: block;
    font-style: italic
}

p.signature {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 26px;
    line-height: 1.625rem
}

#id_embedVideo {
    opacity: 0;
    z-index: 4000
}

#id_embedVideo, #id_embedVideo:after {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity .4s;
    width: 100%
}

#id_embedVideo:after {
    background: #000;
    content: "";
    opacity: .8;
    z-index: -1
}

#id_embedVideo.open {
    opacity: 1;
    transition: opacity .4s
}

#id_embedVideo.faded:after {
    opacity: 1
}

#id_embedVideo .player {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 40
}

#id_embedVideo .player .video-wrapper {
    height: auto;
    width: 80vw
}

#id_embedVideo a.player-close {
    background: #000;
    border: 2px solid #fff;
    border-radius: 20px;
    cursor: pointer;
    height: 40px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: opacity, .4s;
    width: 40px;
    z-index: 4001
}

#id_embedVideo a.player-close:after, #id_embedVideo a.player-close:before {
    background: #fff;
    content: "";
    height: 60%;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all .4s;
    width: 2px
}

#id_embedVideo a.player-close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

#id_embedVideo a.player-close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

#id_embedVideo a.player-close.faded {
    opacity: .15
}

#id_embedVideo .video-legend {
    color: #fff;
    margin-top: 40px;
    opacity: .8;
    text-align: center
}

#id_embedVideo .video-legend.faded {
    opacity: .35
}

a.id_embedVideo {
    background: url(../../dist/icon-play.svg) 50% no-repeat;
    cursor: pointer;
    display: block;
    min-height: 130px;
    opacity: .5;
    position: relative;
    transition: opacity .4s cubic-bezier(.455, .03, .515, .955);
    width: 130px;
    z-index: 100
}

a.id_embedVideo:hover {
    opacity: 1
}

@media (min-aspect-ratio: 16/11)and (max-width: 1300px) {
    a.id_embedVideo {
        margin-bottom: 20px
    }
}