@charset "UTF-8";
/* breakpoint mobile first */
/* breakpoint desktop first */
:root {
    --font-1: "BouyguesRead", Arial, sans-serif;
    --font-2: "BouyguesSpeak", Arial, sans-serif;
    --ctr-width: 1350px;
    --ctr-margin: 20px;
    --header-height: 95px;
    --sidebar-width: 150px;
    --gap: 10px;
    --color-gray-xlight: #f9f9f9;
    --color-gray-light: #eeeeee;
    --color-gray: #b3b3b3;
    --color-gray-dark: #7d7d7d;
    --color-1: #ea5b0f;
    --color-2: #109db9;
    --color-3: #25465f;
    --color-4: #122c3d;
    --color-info: #109db9;
    --color-warning: #f6b027;
    --color-success: #009060;
    --color-danger: #d42d02;
    --color-background: #fff;
    --font-size-xsm: 1.2rem;
    --font-size-sm: 1.4rem;
    --font-size: 1.4rem;
    --font-size-md: 1.5rem;
    --font-size-xmd: 2rem;
    --font-size-lg: 2.4rem;
    --font-size-xlg: 2.4rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

button {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    outline: none;
    background: none;
    cursor: pointer;
    padding: 0;
    border: 0;
}

img {
    display: block;
}

picture {
    display: block;
}

p {
    margin: 0;
}

/*
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 740px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 1260px) {
    .container {
        max-width: 1368px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

*,
::before,
::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
    background: rgba(16, 157, 185, 0.3);
    color: #fff;
    text-shadow: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    display: inherit;
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: #109db9;
    cursor: pointer;
    text-decoration: none;
}
bbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cbc1b3;
    margin: 1.5em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: "courier new", monospace;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
}

small {
    font-size: 85%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

dd {
    margin: 0 0 0 40px;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/* form reset */
form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    outline: none;
}

button,
input {
    line-height: normal;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "BouyguesRead", sans-serif;
    font-weight: 500;
    line-height: 2.2rem;
    font-size: 1.8rem;
    color: #25465F;
    background-color: #F9F9F9;
}

/* override bootstrap*/
@media (max-width: 991.98px) {
    .container {
        max-width: none;
    }
}
/* tooltip */
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .summary {
    position: relative;
}
.tooltip .summary:after {
    content: "";
    position: absolute;
    right: calc(50% - 5px);
    top: calc(100% + 5px);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #109db9;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s linear;
}
.tooltip .summary:before {
    content: "";
    width: 100%;
    height: 8px;
    display: block;
    position: absolute;
    right: 0;
    top: calc(100% + 2px);
    display: none;
}
.tooltip .summary.color-primary + .panel {
    background: #109db9;
}
.tooltip .summary.color-primary:after {
    border-bottom: 5px solid #109db9;
}
.tooltip .summary.color-secondary + .panel {
    background: #25465F;
}
.tooltip .summary.color-secondary:after {
    border-bottom: 5px solid #25465F;
}
.tooltip .panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 5000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.2s linear;
    display: flex;
    flex-direction: column;
}
@media (max-width: 767.98px) {
    .tooltip .panel {
        width: 100vw;
        min-width: auto !important;
    }
}
.tooltip .summary[aria-expanded=true]:before {
    display: block;
}
.tooltip .summary[aria-expanded=true]:after {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease, visibility 0s linear;
}
.tooltip .summary[aria-expanded=true] + .panel {
    transition: opacity 0.3s ease, visibility 0s linear;
    visibility: visible;
    opacity: 1;
    color: #fff;
}
.tooltip .summary[aria-expanded=true] + .panel.secondary {
    background: #25465F;
}
.tooltip .summary[aria-expanded=true] + .panel:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 5px;
}

.tooltip-header {
    text-align: center;
}
.tooltip-header h2 {
    display: block;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: "BouyguesSpeak", sans-serif;
}
.tooltip-header p {
    margin-bottom: 25px;
}
.tooltip-header .cta {
    margin-top: 25px;
}
.tooltip-header .special {
    color: #25465F;
    font-weight: 500;
}
.tooltip-header .panel {
    padding: 40px;
    min-width: 550px;
    align-items: center;
}
@media (min-width: 768px) {
    .tooltip-header h2 {
        font-size: 2.8rem;
    }
    .tooltip-header .cta {
        margin-top: 55px;
    }
}

.tooltip-page {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: calc(100% + 8px);
}
.tooltip-page h2 {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 8px;
}
.tooltip-page p {
    font-size: 1.4rem;
}
.tooltip-page a {
    color: #fff !important;
    font-size: 1.4rem;
    text-decoration: underline;
}
.tooltip-page a::before {
    background-color: #fff !important;
}
.tooltip-page a:hover {
    color: #fff;
}
.tooltip-page .cta {
    margin-top: 20px;
}
.tooltip-page .panel {
    padding: 20px;
    width: 250px;
    align-items: flex-start;
}

/* video popin */
.video-popin {
    position: relative;
    background-color: #25465F;
    color: #fff;
}
.video-popin picture {
    position: relative;
    z-index: 1;
}
.video-popin img {
    width: 100%;
}
.video-popin .video-content {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 40%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding-bottom: 4.4rem;
}
.video-popin .video-content:before {
    content: "";
    display: block;
    position: absolute;
    color: #fff;
    font-size: 4.4rem;
    font-family: "icomoon";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.video-popin .video-content .hashtag, .video-popin .video-content .card-hashtag {
    margin-top: 2rem;
}
.video-popin .video-content .txt-medium, .video-popin .video-content .card-text, .video-popin .video-content .link-list__item:not(:last-child):after, .video-popin .video-content .search__box__select, .video-popin .video-content .search_input, .video-popin .video-content .menu-footer-item-link, .video-popin .video-content .push__figure__link, .video-popin .video-content .header__submenu__list__item, .video-popin .video-content .header__menu__list__item__btn::after,
.video-popin .video-content .header__menu__list__item__button::after, .video-popin .video-content header .menu-sur-header, header .video-popin .video-content .menu-sur-header {
    margin-top: 2rem;
    margin-bottom: 3.8rem;
    line-height: 2.6rem;
    font-size: 2.4rem;
}

/* text variant penchée */
.is-variant {
    font-feature-settings: "ss01";
}

/* rgpd consent */
.tc-privacy-wrapper a:hover {
    text-decoration: underline;
}

#popin_tc_privacy_button:focus, #popin_tc_privacy_button:focus-visible {
    outline: 1px dashed #25465F;
    outline-offset: 3px;
}

#popin_tc_privacy_button_3:focus, #popin_tc_privacy_button_3:focus-visible {
    outline: 1px dashed #25465F;
    outline-offset: 3px;
}

/* block shares */
.shares {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    white-space: nowrap;
}
.shares ul {
    margin-left: 20px;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 10px;
}
.shares .copy {
    position: relative;
    display: block;
}
.shares .copy.copied:before {
    content: "Copié !";
    position: absolute;
    color: #fff;
    background-color: var(--color-2);
    left: 50%;
    bottom: 100%;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 1.4rem;
    transform: translate(-50%, 0);
    border-radius: 4px;
}

[data-theme=darkmode] .shares .icon {
    fill: #fff;
}

@font-face {
    font-family: "icomoon";
    src: url(/wp-content/themes/bouygues-corpo/assets/fonts/icomoon.woff2) format("woff2"), url(/wp-content/themes/bouygues-corpo/assets/fonts/icomoon.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^=icon-], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pause:before {
    content: "";
}

.icon-icon_www:before {
    content: "";
    color: #25465f;
}

.icon-mail:before {
    content: "";
}

.icon-zip-icon:before {
    content: "";
    color: #25465f;
}

.icon-png-icon:before {
    content: "";
    color: #25465f;
}

.icon-jpg-icon:before {
    content: "";
    color: #25465f;
}

.icon-svg-icon:before {
    content: "";
    color: #25465f;
}

.icon-liked:before {
    content: "";
    color: #ea5b0f;
}

.icon-pdf-icon:before {
    content: "";
    color: #25465f;
}

.icon-bouygues-separator:before {
    content: "";
    color: #25465f;
}

.icon-external:before {
    content: "";
}

.icon-close:before {
    content: "";
}

.icon-check:before {
    content: "";
}

.icon-copy:before {
    content: "";
}

.icon-target-blank:before {
    content: "";
}

.icon-arrow-bottom:before {
    content: "";
}

.icon-arrow-up:before {
    content: "";
}

.icon-download:before {
    content: "";
}

.icon-ecoconception:before {
    content: "";
}

.icon-facebook:before {
    content: "";
}

.icon-instagram:before {
    content: "";
}

.icon-like:before {
    content: "";
}

.icon-arrow-left:before {
    content: "";
}

.icon-linkedin:before {
    content: "";
}

.icon-malvoyant:before {
    content: "";
}

.icon-play:before {
    content: "";
}

.icon-print:before {
    content: "";
}

.icon-search:before {
    content: "";
}

.icon-sound:before {
    content: "";
}

.icon-twitter:before {
    content: "";
}

.icon-youtube:before {
    content: "";
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

@font-face {
    font-family: "BouyguesSpeak";
    src: url(/wp-content/themes/bouygues-corpo/assets/fonts/bouygues-speak.woff2) format("woff2"), url(/wp-content/themes/bouygues-corpo/assets/fonts/bouygues-speak.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "BouyguesRead";
    src: url(/wp-content/themes/bouygues-corpo/assets/fonts/BouyguesRead-Regular.woff2) format("woff2"), url(/wp-content/themes/bouygues-corpo/assets/fonts/BouyguesRead-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "BouyguesRead";
    src: url(/wp-content/themes/bouygues-corpo/assets/fonts/BouyguesRead-Medium.woff2) format("woff2"), url(/wp-content/themes/bouygues-corpo/assets/fonts/BouyguesRead-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "BouyguesRead";
    src: url(/wp-content/themes/bouygues-corpo/assets/fonts/BouyguesRead-Semibold.woff2) format("woff2"), url(/wp-content/themes/bouygues-corpo/assets/fonts/BouyguesRead-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "BouyguesRead";
    src: url(/wp-content/themes/bouygues-corpo/assets/fonts/BouyguesRead-Bold.woff2) format("woff2"), url(/wp-content/themes/bouygues-corpo/assets/fonts/BouyguesRead-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "BouyguesReadCondensed";
    src: url(/wp-content/themes/bouygues-corpo/assets/fonts/BouyguesReadCondensed-Regular.woff2) format("woff2"), url(/wp-content/themes/bouygues-corpo/assets/fonts/BouyguesReadCondensed-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "BouyguesReadCondensed";
    src: url(/wp-content/themes/bouygues-corpo/assets/fonts/BouyguesReadCondensed-Medium.woff2) format("woff2"), url(/wp-content/themes/bouygues-corpo/assets/fonts/BouyguesReadCondensed-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "BouyguesReadCondensed";
    src: url(/wp-content/themes/bouygues-corpo/assets/fonts/BouyguesReadCondensed-Semibold.woff2) format("woff2"), url(/wp-content/themes/bouygues-corpo/assets/fonts/BouyguesReadCondensed-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: "BouyguesReadCondensed";
    src: url(/wp-content/themes/bouygues-corpo/assets/fonts/BouyguesReadCondensed-Bold.woff2) format("woff2"), url(/wp-content/themes/bouygues-corpo/assets/fonts/BouyguesReadCondensed-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
/* titles */
.main-title {
    font-family: "BouyguesSpeak", sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 3.5rem;
}

.second-title {
    font-family: "BouyguesSpeak", sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 3.5rem;
}

.third-title {
    font-family: "BouyguesRead", sans-serif;
    font-weight: 600;
    line-height: 1;
    font-size: 3rem;
    color: #109db9;
}

.txt-regular, .menu-sur-footer .sub-menu-item-link {
    font-weight: 400;
}

.txt-medium, .card-text, .link-list__item:not(:last-child):after, .search__box__select, .search_input, .menu-footer-item-link, .push__figure__link, .header__submenu__list__item, .header__menu__list__item__btn::after,
.header__menu__list__item__button::after, header .menu-sur-header {
    font-weight: 500;
}

.txt-semibold, .faq__content__list__qa__question, .card-document-light__meta, .card-stat__text, .card-document__header__metadata, .card-event-push__header__tag, .card-bg-top, .hashtag__button, .search__box__submit, .menu-sur-footer .menu-sur-footer-title, .push__figure__caption, .header__submenu__link, .header__menu__list__item__btn,
.header__menu__list__item__button, header .burger-menu .burger-menu__text, header .top-header-intro, .popin-YT .window-content .video-transcription-title, .hashtag, .card-hashtag {
    font-weight: 600;
}

.hashtag, .card-hashtag {
    text-transform: uppercase;
    font-size: 1.5rem;
}
.hashtag:before, .card-hashtag:before {
    content: "#";
    margin-right: 2px;
}

/*
ul {
    li {
        padding-left: 30px;
        position: relative;

        &:not(:last-child) {
            margin-bottom: 10px;
        }

        &:before {
            content: '';
            display: block;
            position: absolute;
            top: 2px;
            left: 0;
            width: 2px;
            height: 100%;
            color: $color-primary;
        }
    }
}
*/
@media (min-width: 576px) {
    .main-title {
        font-size: 4.8rem;
    }

    .second-title {
        font-size: 3.4rem;
    }

    .third-title {
        font-size: 2.4rem;
    }
}
@media (min-width: 768px) {
    .main-title {
        font-size: 5.2rem;
    }

    .second-title {
        font-size: 4.8rem;
    }

    .third-title {
        font-size: 2.4rem;
    }
}
.btn {
    font-family: "BouyguesRead", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-align: center;
    display: inline-block;
    padding: 11px 20px 13px;
}
.btn[target=_blank] {
    position: relative;
    line-height: 2rem;
}
.btn[target=_blank]:after {
    content: "";
    font-family: "icomoon";
    font-size: 1.3rem;
    padding-left: 1px;
    padding-right: 1px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin-left: 4px;
}

.btn__primary {
    color: #fff;
    background-color: #109db9;
    border: 2px solid #109db9;
}
.btn__primary:focus, .btn__primary:hover {
    color: #fff;
    background-color: #0e89a2;
    border-color: #0e89a2;
}

.btn__light {
    color: #109db9;
    background-color: #fff;
    border: 2px solid #109db9;
}
.btn__light:focus, .btn__light:hover {
    color: #109db9;
    background-color: #fff;
    border-color: #0e89a2;
}
.btn__light.questions__validate:focus, .btn__light.questions__validate:hover {
    color: #fff;
    background-color: #109db9;
    border: 2px solid #fff;
}

.btn__light-white {
    color: #fff;
    background-color: #109db9;
    border: 2px solid #fff;
}
.btn__light-white:focus, .btn__light-white:hover {
    color: #fff;
    background-color: #0e89a2;
    border-color: #f2f2f2;
}

.link, .card-link {
    color: #109db9;
    position: relative;
    font-size: 1.4rem;
}
.link:before, .card-link:before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #109db9;
}
.link:focus, .card-link:focus, .link:hover, .card-link:hover {
    color: #0e89a2;
}
.link:focus:before, .card-link:focus:before, .link:hover:before, .card-link:hover:before {
    color: #109db9;
}

.btn-access {
    width: 52px;
    height: 52px;
    font-size: 2.7rem;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 2px solid rgba(0, 0, 0, 0);
    font-weight: 400;
}
.btn-access.color-primary svg {
    width: 31px;
}
.btn-access.color-primary svg * {
    fill: #25465F;
}
.btn-access.color-primary[aria-expanded=true] {
    background: #109db9;
    color: #fff;
}
.btn-access.color-primary[aria-expanded=true] svg * {
    fill: #fff;
}
.btn-access.color-secondary svg {
    width: 35px;
}
.btn-access.color-secondary svg * {
    fill: #25465F;
}
.btn-access.color-secondary[aria-expanded=true] {
    background: #25465F;
    color: #fff;
}
.btn-access.color-secondary[aria-expanded=true] svg * {
    fill: #fff;
}
@media (max-width: 991.98px) {
    .btn-access {
        width: 30px;
        height: 30px;
        font-size: 2.1rem;
    }
    .btn-access.color-secondary svg {
        width: 19px;
        height: auto;
    }
    .btn-access.color-primary svg {
        width: 18px;
        height: auto;
    }
}

.is_contrastmode .btn-access.color-secondary.malvoyant {
    background: #25465F;
    color: #fff;
}
.is_contrastmode .btn-access.color-secondary.malvoyant svg * {
    fill: #fff;
}

.is_darkmode .btn-access.color-secondary svg * {
    fill: #fff;
}
.is_darkmode .btn-access.color-primary.ecoconception {
    background: #109db9;
    color: #fff;
}
.is_darkmode .btn-access.color-primary.ecoconception svg * {
    fill: #fff;
}

.btn-access-tooltip {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    transition: all 0.2s ease;
    border: 2px solid #109db9;
    color: #109db9;
    font-size: 2.6rem;
    font-weight: 400;
}

.btn-toptop {
    width: 50px;
    height: 50px;
    position: fixed !important;
    z-index: 1000;
    bottom: 100px;
    right: 0px;
    background: #25465F;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
}
.btn-toptop.show {
    visibility: visible;
    opacity: 1;
}

.checkbox {
    display: flex;
    position: relative;
    z-index: 2;
}
.checkbox > label:not(:last-of-type) {
    margin-right: 100px;
}
.checkbox input {
    position: absolute;
    left: 0;
    top: -10px;
    opacity: 0;
}
.checkbox label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.checkbox label:before {
    content: "";
    background: #25465F;
    color: #25465F;
    height: 31px;
    border-radius: 200px;
    width: 62px;
}
.checkbox label:after {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    display: block;
    background: #fff;
    border-radius: 50%;
    transition: position 0.4s ease;
    transition: left 0.3s ease, padding 0.3s ease;
    left: 4px;
    font-family: "icomoon";
    text-align: center;
    font-size: 1.2rem;
    padding: 0 8px;
}
.checkbox label .fake-checkbox {
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    position: absolute;
    left: calc(100% + 15px);
    display: none;
}
.checkbox label .fake-checkbox span {
    position: relative;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.checkbox label .fake-checkbox span:after {
    content: "";
    position: absolute;
    left: calc(100% + 10px);
    font-family: "icomoon";
    font-size: 2rem;
    transform: translate(0, -50%);
}
.checkbox input:checked + label:before {
    background: #109db9;
    color: #109db9;
}
.checkbox input:checked + label:after {
    content: "";
    left: calc(100% - 29px);
    padding: 0 6px;
}

::-webkit-input-placeholder {
    color: #BBC4CA;
}

::-moz-placeholder {
    color: #BBC4CA;
}

:-ms-input-placeholder {
    color: #BBC4CA;
}

@media (max-width: 991.98px) {
    .checkbox label:after {
        padding: 2px 8px;
    }
    .checkbox input:checked + label:after {
        padding: 2px 6px;
    }
}
main > section.strate-wysiwyg {
    margin-bottom: 0;
}
main > section.strate-wysiwyg:last-child {
    margin-bottom: 20px;
}

.strate-wysiwyg--titre-h2-active {
    scroll-margin-top: 80px;
    scroll-snap-margin-top: 80px;
}
@media (min-width: 768px) {
    .strate-wysiwyg--titre-h2-active {
        scroll-margin-top: 130px;
        scroll-snap-margin-top: 130px;
    }
}

.strate-wysiwyg--titre-h2 .rich-content h2 {
    margin-bottom: 40px;
}

.rich-content > * + * {
    margin-top: 30px;
}
.rich-content > h2 + *,
.rich-content > h3 + * {
    margin-bottom: 36px;
}
.rich-content h2 {
    font-family: "BouyguesRead", sans-serif;
    font-weight: 600;
    line-height: 5.8rem;
    font-size: 4.8rem;
    padding-left: 340px;
    position: relative;
    padding-top: 20px;
    min-height: 162px;
    margin-top: 40px;
    outline: none;
}
.rich-content h2:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 322px;
    height: 162px;
    background-color: #109db9;
    border-top-right-radius: 40px;
}
.rich-content h3 {
    color: #109db9;
    font-weight: 600;
    line-height: 3.2rem;
    font-size: 2.4rem;
}
.rich-content h4 {
    font-weight: 600;
    line-height: 3.2rem;
    font-size: 1.8rem;
}
.rich-content img {
    max-width: 100%;
    height: auto;
}
.rich-content b,
.rich-content strong {
    font-weight: 600;
}
.rich-content a {
    color: #109db9;
    text-decoration: underline;
}
.rich-content a[target=_blank] {
    position: relative;
    line-height: 2rem;
}
.rich-content a[target=_blank]:after {
    content: "";
    font-family: "icomoon";
    font-size: 1.3rem;
    padding-left: 1px;
    padding-right: 1px;
    text-decoration: none;
    color: #109db9;
    display: inline-block;
    margin-left: 4px;
}
.rich-content p {
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: 500;
}
.rich-content ul li {
    padding-left: 30px;
    position: relative;
    font-size: 1.8rem;
    line-height: 2.4rem;
    /*font-weight: 600;*/
}
.rich-content ul li:not(:last-child) {
    margin-bottom: 10px;
}
.rich-content ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 3px;
    background-color: #109db9;
}
.rich-content ol {
    counter-reset: counter;
}
.rich-content ol li {
    padding-left: 30px;
    position: relative;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 600;
}
.rich-content ol li:not(:last-child) {
    margin-bottom: 10px;
}
.rich-content ol li:before {
    counter-increment: counter;
    content: counter(counter);
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    color: #109db9;
}
.rich-content blockquote {
    font-family: "BouyguesRead", sans-serif;
    border: 1px solid #25465F;
    margin: 0;
    padding: 50px 50px;
    border-radius: 0 100px 0 0;
    text-align: center;
}
.rich-content blockquote .blockquote_text {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin: 25px;
    text-align: center;
}
.rich-content blockquote .blockquote_text p {
    display: inline;
}
.rich-content blockquote .blockquote_text h1, .rich-content blockquote .blockquote_text h2, .rich-content blockquote .blockquote_text h3 {
    display: inline;
}
.rich-content blockquote .blockquote_text ul {
    display: inline;
}
.rich-content blockquote .blockquote_text .first-quote {
    color: #109db9;
    position: absolute;
    top: 20px;
    margin-left: -40px;
    font-size: 100px;
    font-weight: 400;
    line-height: 0;
}
.rich-content blockquote .blockquote_text .last-quote {
    color: #109db9;
    position: absolute;
    bottom: -20px;
    font-size: 100px;
    font-weight: 400;
    line-height: 0;
}
@media (max-width: 991.98px) {
    .rich-content blockquote .blockquote_text {
        padding: 0px 10px;
        font-size: 18px;
    }
}
.rich-content blockquote .blockquote_autor {
    display: inline-flex;
    align-items: center;
}
.rich-content blockquote .blockquote_autor img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    margin-bottom: 0px;
    margin-right: 20px;
}
.rich-content blockquote .blockquote_autor .autor_infos {
    display: flex;
    flex-direction: column;
}
.rich-content blockquote .blockquote_autor .autor_infos .blockquote_autor_name {
    text-align: left;
    margin-bottom: 5px;
    font-weight: 600;
}
.rich-content blockquote .blockquote_autor .autor_infos .blockquote_autor_desc {
    text-align: left;
}
.rich-content small {
    font-weight: 200;
    font-size: 1.4rem;
}
@media (max-width: 991.98px) {
    .rich-content h2 {
        line-height: 3.2rem;
        font-size: 2.8rem;
        padding: 0;
        min-height: inherit;
        margin-bottom: 20px;
    }
    .rich-content h2:before {
        content: none;
    }
    .rich-content h3 {
        line-height: 2.8rem;
        font-size: 2rem;
        margin-top: 20px;
    }
    .rich-content h4 {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
    .rich-content p {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
    .rich-content ol li:not(:last-child),
.rich-content ul li:not(:last-child) {
        margin-bottom: 20px;
    }
    .rich-content blockquote {
        padding: 20px;
    }
}

.is_darkmode .rich-content blockquote {
    border-color: #FFFFFF;
}

#rgpd-modal {
    position: fixed;
    z-index: 1000;
    right: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    min-height: 100px;
    background: #fff;
    display: none;
    align-items: center;
    padding: 32px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
#rgpd-modal h2 {
    margin-bottom: 15px;
}
#rgpd-modal p {
    margin-bottom: 15px;
}
#rgpd-modal.active {
    display: block;
}
#rgpd-modal [type=reset] {
    opacity: 0.8;
}
#rgpd-modal .action {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
@media (min-width: 768px) {
    #rgpd-modal {
        max-width: 480px;
    }
}

@keyframes rgpd-fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rgpd-fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
#rgpd-manage {
    position: fixed;
    z-index: 5000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    box-sizing: border-box;
}
#rgpd-manage.open {
    display: flex;
    animation: rgpd-fadeIn 0.2s ease 0.1s both;
}
#rgpd-manage.close {
    animation: rgpd-fadeOut 0.2s ease 0.1s both;
}
#rgpd-manage .box {
    position: relative;
    max-height: 100%;
    max-width: 800px;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    padding: 20px 20px 0;
}
#rgpd-manage header {
    margin-bottom: 20px;
}
#rgpd-manage section {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
#rgpd-manage h1 {
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: 800;
}
#rgpd-manage h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    font-weight: 800;
}
#rgpd-manage .content {
    flex: 1;
}
#rgpd-manage .details {
    position: relative;
    width: 100%;
    transform: translateX(0);
    margin-top: 10px;
    transition: all 0.3s ease-out;
    overflow-y: auto;
}
#rgpd-manage .btn-detail {
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    color: #25465F;
    position: relative;
    margin-top: 5px;
    font-weight: 800;
    padding-right: 2px;
}
#rgpd-manage .btn-detail.active {
    font-weight: 800;
}
#rgpd-manage .btn-detail:hover {
    text-decoration: none;
}
#rgpd-manage .btn-detail.active + .panel {
    height: auto;
    visibility: visible;
    opacity: 1;
}
#rgpd-manage .panel {
    transition: opacity 0.4s ease, visibility 0.4s ease;
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.1);
}
#rgpd-manage .panel p {
    padding: 10px 0;
    margin: 0;
}
#rgpd-manage input[type=checkbox] {
    cursor: pointer;
    appearance: none;
    height: 30px;
    width: 60px;
    background: #109db9;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    position: relative;
}
#rgpd-manage input[type=checkbox]:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 15px;
    transition: all 0.3s ease;
}
#rgpd-manage input[type=checkbox]:after {
    content: "";
    position: absolute;
    left: calc(100% + 10px);
}
#rgpd-manage input[type=checkbox]:checked:before {
    transform: translateX(30px);
    background: #109db9;
}
#rgpd-manage input[type=checkbox]:checked:after {
    content: "✓";
}
#rgpd-manage .btn-close {
    position: absolute;
    z-index: 20;
    top: 20px;
    right: 20px;
}
#rgpd-manage .btn-close:before {
    content: "X";
}
#rgpd-manage footer {
    margin: 20px 0;
    display: flex;
    justify-content: flex-end;
}
@media (min-width: 768px) {
    #rgpd-manage {
        background: rgba(255, 255, 255, 0.6);
        padding: 20px;
    }
    #rgpd-manage .box {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        margin: auto;
    }
}

@keyframes popinDisplay {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes popinHide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.popin-YT {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 70, 95, 0.35);
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
}
.popin-YT.show {
    animation: popinDisplay 0.4s ease both;
}
.popin-YT.hide {
    animation: popinHide 0.4s ease both;
}
.popin-YT .window {
    background: #25465F;
    position: relative;
    padding: 60px;
    width: calc(100vw - 100px);
    max-width: 800px;
    overflow-y: scroll;
    max-height: 80vh;
}
.popin-YT iframe {
    width: 100%;
    border: none;
    height: calc((100vw - 100px) * 9/16);
    max-height: calc(800px *9/16);
}
.popin-YT .btn-close {
    position: absolute;
    line-height: 1;
    top: 20px;
    right: 20px;
}
.popin-YT .btn-close:before {
    content: "";
    font-family: "icomoon";
    color: #FFFFFF;
}
.popin-YT .window-content {
    color: #FFFFFF;
}
.popin-YT .window-content .video-transcription-title {
    font-size: 2.2rem;
    margin-top: 55px;
    margin-bottom: 20px;
}
.popin-YT .window-content .video-transcription-text {
    font-size: 1.5rem;
}
@media (max-width: 767.98px) {
    .popin-YT .window {
        padding: 40px 20px 20px;
        width: calc(100vw - 20px);
        max-width: auto;
        max-height: calc(100vh - 20px);
    }
    .popin-YT .window-content .video-transcription-title {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .popin-YT .btn-close {
        top: 10px;
        right: 20px;
    }
}

body {
    background: #F9F9F9;
}
body.hasPopin {
    height: 100vh;
    overflow: hidden !important;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

body > .container {
    background-color: rgba(255, 255, 255, 0.5);
}

main {
    padding-top: 50px;
}
@media (min-width: 992px) {
    main {
        padding-top: 150px;
    }
}

main > section {
    margin-bottom: 40px;
    width: 100%;
}
@media (min-width: 768px) {
    main > section {
        margin-bottom: 64px;
    }
}
@media (min-width: 768px) {
    main > section:last-child {
        margin-bottom: 76px;
    }
}

@media (max-width: 767.98px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}
/**/
.mentreprises-scorebox-type {
    width: 190px;
}

.page-template-page-iframe main .strate-script .container {
    max-width: 100%;
    padding: 0;
}
.page-template-page-iframe main .strate-script .container .row {
    margin: 0;
}
.page-template-page-iframe main .strate-script .container .row .col {
    padding: 0;
}

.section-card {
    margin-bottom: 20px;
}

.section-cards {
    display: flex;
    flex-flow: row wrap;
}

header {
    top: 0;
    z-index: 1000;
    width: 100%;
    transition: transform 0s ease, background 0.3s ease;
    bottom: 100%;
    transform: translateY(100%);
    background-color: #fff;
}
@media (max-width: 767.98px) {
    header {
        background-color: transparent;
    }
}
@media (min-width: 992px) {
    header .text-mobile {
        display: none;
    }
}
header .text-desktop {
    display: none;
}
@media (min-width: 992px) {
    header .text-desktop {
        display: block;
    }
}
header.sticky {
    position: fixed;
}
header.sticky .main-header {
    min-height: 50px;
}
header.sticky .main-header__right_item.main_search {
    width: 300px;
    height: 30px;
}
header.sticky .search_btn {
    top: 5px;
}
header.light {
    color: #fff;
}
header .top-header {
    width: 100%;
    background-color: #25465F;
    color: #fff;
    display: none;
    display: flex;
    align-items: center;
    min-height: 25px;
    pointer-events: all;
    padding-top: 5px;
    padding-bottom: 5px;
}
header .top-header-content {
    margin-left: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
header .top-header-intro {
    font-size: 1.1rem;
    line-height: 1.1;
    white-space: nowrap;
}
header .menu-sur-header {
    font-size: 1.1rem;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
}
header .menu-sur-header li {
    margin-left: 5px;
    padding-right: 10px;
    border-right: 1px solid #DDE0E1;
}
header .menu-sur-header li:last-child {
    border: none;
}
header .menu-sur-header a {
    font-weight: 400;
    line-height: 1.1;
    display: block;
    position: relative;
    transition: color 0.3s ease;
    white-space: nowrap;
    color: #fff;
    /* &:after {
                    content: '\e908';
                    display: block;
                    position: absolute;
                    font-family: $font-icon;
                    font-size: 1.0rem;
                    color: $color-primary;
                    top: 100%;
                    left: 50%;
                    transform: translateX(-50%) translateY(0px);
                    opacity: 0;
                    transition: all .3s ease;
                    pointer-events: none;
                }
    */
}
header .menu-sur-header a[target=_blank]:after {
    content: "";
    padding-left: 5px;
    font-family: "icomoon";
    font-size: 0.8rem;
    text-decoration: none;
    vertical-align: middle;
}
header .menu-sur-header a:hover, header .menu-sur-header a.active {
    text-decoration: underline;
    /*&:after {
        transform: translateX(-50%) translateY(5px);
        opacity: 1;
    }*/
}
header .main-header {
    width: 100%;
    display: flex;
    align-items: center;
    transition: height 0.3s ease;
    position: relative;
    background-color: #fff;
    z-index: 10;
    border-bottom: 1px #DDE0E1 solid;
    min-height: 54px;
    pointer-events: all;
}
header .baseline {
    margin-right: auto;
    text-align: center;
    font-weight: 800;
    font-size: 2.1rem;
    font-family: "BouyguesSpeak", sans-serif;
}
header .btn-nav {
    width: 60px;
    height: 60px;
    background: var(--color-7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: fixed;
    right: calc(var(--margin-sm) - 8px);
}
header .btn-nav:before {
    content: "";
    font-family: var(--font-icon);
    font-size: 3.4rem;
}
header .header-content {
    flex-direction: column;
}
header .main-header__right {
    display: flex;
    align-items: center;
    margin-left: auto;
    justify-content: flex-end;
}
header .main-header__right_item {
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .main-header__right_item.main_search {
    position: relative;
    width: 230px;
    height: 30px;
}
header .main_burger_menu {
    display: none;
}
header .burger-menu {
    position: relative;
    letter-spacing: -0.2px;
}
header .burger-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #25465F;
}
header .burger-menu::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #25465F;
}
header .burger-menu .burger-menu__text {
    font-size: 0.8rem;
}
header .burger-menu .icon-close {
    display: none;
}
header .header__subsubmenu__link:hover, header .header__subsubmenu__link:active, header .header__subsubmenu__link:focus {
    color: #109db9;
}
header .search__box__input {
    border-bottom: none;
}
@media (max-width: 991.98px) {
    header .baseline {
        display: none;
    }
}
@media (min-width: 768px) {
    header .top-header.mobile {
        display: none;
    }
    header.sticky {
        position: fixed;
    }
    header.sticky .top-header .top-header-content {
        visibility: hidden;
    }
}
@media (max-width: 991.98px) {
    header {
        position: fixed;
    }
    header .top-header.desktop {
        display: none;
    }
    header .main-header {
        position: sticky;
        top: 0;
    }
    header:before {
        display: none;
    }
    header .search__box {
        width: 330px;
        position: fixed;
        height: calc(100vh - 50px);
        left: 0;
        top: 50px;
        padding: 0;
        transition: transform 0.3s;
        transform: translateX(-100%);
        display: none;
        background-color: #F9F9F9;
    }
    header .search__box__input {
        display: block;
        width: 100%;
        height: 100%;
        font-weight: 500;
        font-size: 1.4rem;
        width: 100%;
        height: 46px;
        padding-left: 20px;
        border: 0;
        border-bottom: 1px solid #EEEEEE;
    }
    header:not(.opened) .header-wrapper {
        height: 54px;
        pointer-events: none;
        transition: height 0s linear 0.6s;
    }
    header:not(.opened) .header__menu {
        display: none;
    }
    header.opened .header-wrapper {
        transition: height 0s linear 0s;
    }
    header.opened .header-content {
        height: 100vh;
        overflow-y: scroll;
        /* scrollbar-width: none;
        &::-webkit-scrollbar {
            display: none;
        }  */
    }
    header.opened .header-content {
        background-color: rgba(37, 70, 95, 0.9);
    }
    header.opened .header__menu {
        transform: translateX(0%);
    }
    header.opened .burger-menu::before {
        display: none;
    }
    header.opened .burger-menu::after {
        display: none;
    }
    header.opened .burger-menu .burger-menu__text {
        display: none;
    }
    header.opened .burger-menu .icon-close {
        display: block;
    }
    header.search-opened .header-content {
        background-color: rgba(37, 70, 95, 0.9);
    }
    header.search-opened .search__box {
        transform: translateX(0%);
    }
    header .container {
        padding-left: 0;
        max-width: none;
        padding-right: 0;
    }
    header .header-wrapper {
        width: 100%;
        height: 100vh;
        margin: 0;
        /*overflow: hidden;
        overflow-y: auto;*/
        scrollbar-width: none;
    }
    header .header-wrapper::-webkit-scrollbar {
        display: none;
    }
    header .top-header {
        order: 3;
        height: auto;
        padding: 30px 25px;
        width: 330px;
    }
    @supports (-webkit-touch-callout: none) {
        header .top-header {
            padding-bottom: 110px;
        }
    }
    header .top-header-content {
        flex-direction: column;
        margin-left: 0;
    }
    header .top-header-intro {
        font-size: 1.2rem;
        line-height: 2.7;
    }
    header .menu-sur-header {
        flex-direction: column;
        font-size: 1.2rem;
        line-height: 2.7;
    }
    header .menu-sur-header li {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        border-right: 0;
    }
    header .menu-sur-header a {
        line-height: 2.7;
    }
    header .main-header {
        height: 54px;
        justify-content: space-between;
        flex: 0 0 54px;
    }
    header .main_burger_menu {
        display: flex;
        width: 40px;
    }
    header .main-header__right_item {
        margin-left: 2px;
    }
    header .main-header__right_item.main_search {
        width: auto;
        margin-right: 4px;
        margin-top: 2px;
    }
    header .main-header__right_item.main_search::before {
        display: none;
    }
    header .main-header__right_item.main_search .search_input {
        display: none;
    }
    header .header-content {
        justify-content: space-between;
        transition: background-color 0.3s;
        padding: 0;
    }
    header .header__menu {
        max-width: 330px;
        flex-grow: 99;
        height: auto;
        transition: transform 0.3s;
        transform: translateX(-100%);
        /* display: none;*/
    }
    header .header__menu__list {
        flex-direction: column;
        justify-content: flex-start;
        padding-right: 0;
    }
    header .header__menu__list__item {
        height: auto;
        border-bottom: 1px solid #EEEEEE;
    }
    header .header__menu__list__item:last-child {
        border-bottom: 0;
    }
    header .header__menu__list__item__btn,
header .header__menu__list__item__button {
        font-size: 1.4rem;
        position: static;
        width: 100%;
        text-align: left;
        height: 50px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    header .header__menu__list__item__btn::after,
header .header__menu__list__item__button::after {
        content: "+";
        font-size: 2.4rem;
        position: absolute;
        right: 20px;
    }
    header .header__menu__list__item__btn--active,
header .header__menu__list__item__button--active {
        color: #109db9 !important;
    }
    header .header__menu__list__item__btn--active::before,
header .header__menu__list__item__button--active::before {
        display: none;
    }
    header .header__menu__list__item__btn--active::after,
header .header__menu__list__item__button--active::after {
        content: "-";
    }
    header .header__submenu__list {
        flex-wrap: nowrap;
        width: 100%;
        min-width: auto;
    }
    header .header__submenu__wrapper__content {
        width: auto;
        flex-direction: column;
    }
    header .header__submenu__wrapper {
        position: relative;
        padding: 20px 0 15px;
        height: auto;
        flex-direction: column;
    }
    header .header__submenu__push .push__figure__img {
        width: 100%;
        padding-left: 10px;
        padding-right: 15px;
    }
    header .push__figure__caption {
        width: auto;
        padding-left: 10px;
        padding-right: 15px;
        text-align: left;
    }
}

/* isLightHeader */
header.isLightHeader {
    position: sticky;
    transform: none;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    header.isLightHeader {
        margin-bottom: 64px;
    }
}
@media (min-width: 992px) {
    header.isLightHeader {
        margin-bottom: 76px;
    }
}
header.isLightHeader + main {
    padding-top: 50px;
}
@media (min-width: 992px) {
    header.isLightHeader + main {
        padding-top: 110px;
    }
}
header.isLightHeader .header-content {
    padding: 0;
}
header.isLightHeader .main-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
}
header.isLightHeader .main-header a.logo {
    text-align: center;
}
header.isLightHeader .back-link {
    color: #25465F;
    font-size: 1.2rem;
    text-decoration: underline;
    margin-left: 10px;
}
header.isLightHeader .main-header__right {
    margin-left: 0;
    grid-column: 3;
    justify-self: end;
}
@media (max-width: 991.98px) {
    header.isLightHeader .desktop {
        display: none;
    }
}
@media (min-width: 768px) {
    header.isLightHeader .main-header {
        min-height: 92px;
    }
    header.isLightHeader .mobil {
        display: none;
    }
}

.is_darkmode .isLightHeader .back-link {
    color: #fff;
}
.is_darkmode .isLightHeader .main-header {
    background-color: #122B3D !important;
}

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    #new-header {
        z-index: 10000;
        font-size: 16px;
        line-height: 19px;
        position: relative;
        position: fixed;
        top: 0;
        width: 100%;
    }
    #new-header .mobile {
        display: none !important;
    }
    #new-header > .container {
        padding: 0 20px;
    }
    #new-header .no-pointer {
        cursor: default;
    }
    #new-header .top {
        background-color: #fff;
        display: flex;
        padding: 1.2rem 3rem;
        position: relative;
    }
    #new-header .top > * {
        flex: 1;
    }
    #new-header .top .logo {
        align-items: center;
        justify-content: center;
        display: flex;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
    }
    #new-header .top .logo svg {
        height: 52px;
        width: auto;
    }
    #new-header .top .social {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    #new-header .top .social > * + * {
        margin-left: 20px;
    }
    #new-header .top .social svg {
        height: 26px;
        width: auto;
    }
    #new-header .bottom a,
#new-header .bottom button {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    #new-header .new {
        display: inline-block;
        border-radius: 10rem;
        font-size: 10px;
        line-height: 10px;
        padding: 4px 10px 5px;
        font-weight: 600;
        margin-bottom: 5px;
        pointer-events: none;
        text-decoration: none !important;
    }
    #new-header .level-1,
#new-header .level-2 {
        display: flex;
        width: 100%;
        min-height: 60px;
        justify-content: center;
    }
    #new-header .level-1 > li,
#new-header .level-2 > li {
        flex: 1;
        text-align: center;
    }
    #new-header .level-1 > li > a, #new-header .level-1 > li > button,
#new-header .level-2 > li > a,
#new-header .level-2 > li > button {
        position: relative;
        color: #fff;
        padding: 1rem;
        text-align: center;
    }
    #new-header .level-1 > li > a .title .icon-blank, #new-header .level-1 > li > button .title .icon-blank,
#new-header .level-2 > li > a .title .icon-blank,
#new-header .level-2 > li > button .title .icon-blank {
        margin: 0px 0px 0 4px;
        transform: translate(0px, 1px);
    }
    #new-header .level-1 > li > a .title .icon-blank *, #new-header .level-1 > li > button .title .icon-blank *,
#new-header .level-2 > li > a .title .icon-blank *,
#new-header .level-2 > li > button .title .icon-blank * {
        fill: #fff;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) and (min-width: 1200px) {
    #new-header .level-1 > li > a, #new-header .level-1 > li > button,
#new-header .level-2 > li > a,
#new-header .level-2 > li > button {
        padding: 1rem 2rem;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    #new-header .level-1 a .new,
#new-header .level-1 button .new,
#new-header .level-2 a .new,
#new-header .level-2 button .new {
        background-color: #fff;
        color: #109db9;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    #new-header .level-1 {
        position: relative;
        background-color: #25465F;
        justify-content: space-between;
    }
    #new-header .level-1 > li:hover {
        background-color: #109db9;
    }
    #new-header .level-1 > li:hover > a {
        font-weight: 700;
    }
    #new-header .level-1 > li > a, #new-header .level-1 > li > button {
        font-weight: 600;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) and (min-width: 1200px) {
    #new-header .level-1 > li > a, #new-header .level-1 > li > button {
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    #new-header .level-1 > li.last > a, #new-header .level-1 > li.last > button {
        position: relative;
    }
    #new-header .level-1 > li.last > a:before, #new-header .level-1 > li.last > button:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 23px;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        background-color: #109db9;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    #new-header .level-2 {
        background-color: #109db9;
    }
    #new-header .level-2 > li {
        min-height: 8rem;
    }
    #new-header .level-2 > li > a, #new-header .level-2 > li > button {
        padding: 1rem;
    }
    #new-header .level-2 > li:hover > a {
        font-weight: 700;
    }
    #new-header .level-2 > li:hover > a.has-sub:before {
        content: "";
        width: 14px;
        height: 14px;
        position: absolute;
        top: 100%;
        left: 50%;
        background-color: #109db9;
        transform: translate(0, -50%) rotate(45deg);
        z-index: 100;
    }
    #new-header .level-2 > li:hover > a.has-sub .title {
        position: relative;
        z-index: 200;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    #new-header .level-3 {
        background-color: #fff;
        text-align: left;
        color: #000;
        z-index: -1;
        max-height: 70vh;
        overflow: hidden auto;
    }
    #new-header .level-3 a,
#new-header .level-3 button {
        text-align: left;
    }
    #new-header .level-3 a .new,
#new-header .level-3 button .new {
        color: #fff;
        background-color: #109db9;
    }
    #new-header .level-3 a .icon-blank,
#new-header .level-3 button .icon-blank {
        margin-left: 7px;
    }
    #new-header .level-3 > .container {
        padding: 0;
    }
    #new-header .level-3 > .container .push {
        padding: 3rem 8rem 3rem 3rem;
        background-color: #D8D8D8;
        height: 100%;
        font-size: 14px;
        line-height: 17px;
    }
    #new-header .level-3 > .container .push .rich-content {
        font-size: 14px;
        line-height: 17px;
    }
    #new-header .level-3 > .container .push .rich-content > * + * {
        margin-top: 20px;
        margin-bottom: 0;
    }
    #new-header .level-3 > .container .push .rich-content p {
        font-size: 14px;
        line-height: 17px;
    }
    #new-header .level-3 > .container .push .rich-content ul li {
        font-size: 14px;
        line-height: 17px;
    }
    #new-header .level-3 > .container .push .rich-content ul li:before {
        height: 13px;
    }
    #new-header .level-3 > .container .push svg {
        width: 25px;
        margin-bottom: 5px;
    }
    #new-header .level-3 > .container .push .title {
        font-weight: 600;
    }
    #new-header .level-3 > .container .push .text {
        margin-top: 5px;
        font-weight: 400;
    }
    #new-header .level-3 > .container .push img {
        width: 100%;
        margin-top: 20px;
        aspect-ratio: 600/200;
        object-fit: cover;
    }
    #new-header .level-3 > .container .push .category {
        margin-top: 10px;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }
    #new-header .level-3 > .container .push a {
        margin-top: 15px;
        display: inline-block;
        font-weight: 400;
        height: auto;
        width: auto;
        text-decoration: underline;
    }
    #new-header .level-3 > .container .push a svg {
        margin-bottom: 0;
        width: 14px;
        transform: translate(0px, 3px);
        margin-left: 3px;
    }
    #new-header .level-3 > .container .push a svg,
#new-header .level-3 > .container .push a svg * {
        fill: #109db9;
    }
    #new-header .level-3 > .container .push a:hover {
        font-weight: 600;
    }
    #new-header .level-3 > .container .content {
        padding: 3rem 4rem;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) and (min-width: 1200px) {
    #new-header .level-3 > .container .content {
        padding: 4rem 7rem;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    #new-header .level-3 > .container .content > ul {
        display: flex;
        justify-content: space-between;
    }
    #new-header .level-3 > .container .content > ul > div {
        width: 45%;
    }
    #new-header .level-3 > .container .content > ul > div > li, #new-header .level-3 > .container .content > ul > li {
        margin-bottom: 15px;
        color: #000;
        break-inside: avoid;
    }
    #new-header .level-3 > .container .content > ul > div > li > a .icon-blank,
#new-header .level-3 > .container .content > ul > div > li > a .icon-blank *, #new-header .level-3 > .container .content > ul > div > li > button .icon-blank,
#new-header .level-3 > .container .content > ul > div > li > button .icon-blank *, #new-header .level-3 > .container .content > ul > li > a .icon-blank,
#new-header .level-3 > .container .content > ul > li > a .icon-blank *, #new-header .level-3 > .container .content > ul > li > button .icon-blank,
#new-header .level-3 > .container .content > ul > li > button .icon-blank * {
        fill: #25465F;
    }
    #new-header .level-3 > .container .content > ul > div > li.has-sub > a .title, #new-header .level-3 > .container .content > ul > div > li.has-sub > button .title, #new-header .level-3 > .container .content > ul > li.has-sub > a .title, #new-header .level-3 > .container .content > ul > li.has-sub > button .title {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    #new-header .level-3 > .container .content > ul > div > li.has-sub > a .title .arrow, #new-header .level-3 > .container .content > ul > div > li.has-sub > button .title .arrow, #new-header .level-3 > .container .content > ul > li.has-sub > a .title .arrow, #new-header .level-3 > .container .content > ul > li.has-sub > button .title .arrow {
        right: 0;
        top: 0;
        width: 20px;
        min-width: 20px;
        margin-left: 10px;
        transform: translate(0, -50%) rotate(180deg) !important;
    }
    #new-header .level-3 > .container .content > ul > div > li.has-sub:hover > a .arrow, #new-header .level-3 > .container .content > ul > div > li.has-sub:hover > button .arrow, #new-header .level-3 > .container .content > ul > div > li.has-sub.active > a .arrow, #new-header .level-3 > .container .content > ul > div > li.has-sub.active > button .arrow, #new-header .level-3 > .container .content > ul > li.has-sub:hover > a .arrow, #new-header .level-3 > .container .content > ul > li.has-sub:hover > button .arrow, #new-header .level-3 > .container .content > ul > li.has-sub.active > a .arrow, #new-header .level-3 > .container .content > ul > li.has-sub.active > button .arrow {
        transform: translate(0, -50%) rotate(0) !important;
    }
    #new-header .level-3 > .container .content > ul > div > li a, #new-header .level-3 > .container .content > ul > li a {
        color: #000;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
        font-weight: 400;
        padding-bottom: 7.5px;
    }
    #new-header .level-3 > .container .content > ul > div > li > a, #new-header .level-3 > .container .content > ul > div > li > button, #new-header .level-3 > .container .content > ul > li > a, #new-header .level-3 > .container .content > ul > li > button {
        display: inline-flex;
        width: auto;
        text-align: left;
        align-items: flex-start;
        position: relative;
        padding-top: 25px;
        position: relative;
    }
    #new-header .level-3 > .container .content > ul > div > li > a .title, #new-header .level-3 > .container .content > ul > div > li > button .title, #new-header .level-3 > .container .content > ul > li > a .title, #new-header .level-3 > .container .content > ul > li > button .title {
        position: relative;
    }
    #new-header .level-3 > .container .content > ul > div > li > a .title:before, #new-header .level-3 > .container .content > ul > div > li > button .title:before, #new-header .level-3 > .container .content > ul > li > a .title:before, #new-header .level-3 > .container .content > ul > li > button .title:before {
        content: "";
        position: absolute;
        width: 3px;
        background-color: #109db9;
        height: calc(100% - 8px);
        top: calc(50% + 1px);
        left: -10px;
        transform: translate(0px, -50%);
    }
    #new-header .level-3 > .container .content > ul > div > li > a .new, #new-header .level-3 > .container .content > ul > div > li > button .new, #new-header .level-3 > .container .content > ul > li > a .new, #new-header .level-3 > .container .content > ul > li > button .new {
        position: absolute;
        top: 0;
        left: 0;
    }
    #new-header .level-3 > .container .content > ul > div > li > a .arrow, #new-header .level-3 > .container .content > ul > div > li > button .arrow, #new-header .level-3 > .container .content > ul > li > a .arrow, #new-header .level-3 > .container .content > ul > li > button .arrow {
        position: absolute;
        left: 100%;
        pointer-events: none;
        top: 50% !important;
        transform: translate(0, -50%) rotate(-180deg) !important;
    }
    #new-header .level-3 > .container .content > ul > div > li > button, #new-header .level-3 > .container .content > ul > li > button {
        text-align: left;
        align-items: flex-start;
    }
    #new-header .level-3 > .container .content > ul > div > li .collapse, #new-header .level-3 > .container .content > ul > li .collapse {
        display: none;
        flex-direction: column;
        break-inside: avoid;
        overflow: hidden;
    }
    #new-header .level-3 > .container .content > ul > div > li:hover > a, #new-header .level-3 > .container .content > ul > div > li.active > a, #new-header .level-3 > .container .content > ul > li:hover > a, #new-header .level-3 > .container .content > ul > li.active > a {
        color: #109db9;
        font-weight: 600;
    }
    #new-header .level-3 > .container .content > ul > div > li:hover > a .icon-blank,
#new-header .level-3 > .container .content > ul > div > li:hover > a .icon-blank *, #new-header .level-3 > .container .content > ul > div > li.active > a .icon-blank,
#new-header .level-3 > .container .content > ul > div > li.active > a .icon-blank *, #new-header .level-3 > .container .content > ul > li:hover > a .icon-blank,
#new-header .level-3 > .container .content > ul > li:hover > a .icon-blank *, #new-header .level-3 > .container .content > ul > li.active > a .icon-blank,
#new-header .level-3 > .container .content > ul > li.active > a .icon-blank * {
        fill: #109db9;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    #new-header .level-4 a,
#new-header .level-4 button {
        display: inline;
        text-align: left;
    }
    #new-header .level-4 a .new,
#new-header .level-4 button .new {
        margin-bottom: 0;
        margin-left: 5px;
        transform: translate(0, -1px);
    }
    #new-header .level-4 a svg,
#new-header .level-4 button svg {
        margin-left: 5px;
        width: 15px;
        min-width: 15px;
        transform: translate(0px, 1px);
    }
    #new-header .level-4 li > a, #new-header .level-4 li > button {
        font-weight: 400;
        padding: 7.5px 0;
        display: inline-block;
    }
    #new-header .level-4 li > a:hover {
        color: #109db9 !important;
        font-weight: 600 !important;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    #new-header .expand {
        display: none;
        pointer-events: none;
        z-index: -1;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        transform: translate(0, -100%);
        transition: all 0.5s;
    }
    #new-header .expand.active {
        display: flex;
        pointer-events: auto;
        opacity: 1;
        transform: translate(0, 0);
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .isFocusAccess #new-header .bottom a:focus-visible,
.isFocusAccess #new-header .bottom button:focus-visible {
        outline: 1px dashed #fff;
        outline-offset: -5px;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .isFocusAccess #new-header .bottom .level-3 a:focus-visible,
.isFocusAccess #new-header .bottom .level-3 button:focus-visible {
        outline: 1px dashed #25465F;
        outline-offset: 3px;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .is_contrastmode #new-header .level-1 > li:hover {
        background-color: transparent;
    }
    .is_contrastmode #new-header .level-1 > li:hover > a, .is_contrastmode #new-header .level-1 > li:hover > button {
        text-decoration: underline;
    }
    .is_contrastmode #new-header .level-3 > .container .push a svg, .is_contrastmode #new-header .level-3 > .container .push a svg * {
        fill: #25465F;
    }
    .is_contrastmode #new-header .level-3 > .container .content > ul > div > li > a .title:before, .is_contrastmode #new-header .level-3 > .container .content > ul > li > a .title:before {
        background-color: #25465F;
    }
    .is_contrastmode #new-header .level-3 > .container .content > ul > div > li:hover > a, .is_contrastmode #new-header .level-3 > .container .content > ul > div > li.active > a, .is_contrastmode #new-header .level-3 > .container .content > ul > li:hover > a, .is_contrastmode #new-header .level-3 > .container .content > ul > li.active > a {
        color: #25465F;
        text-decoration: underline;
    }
    .is_contrastmode #new-header .level-3 > .container .content > ul > div > li:hover > a .icon-blank, .is_contrastmode #new-header .level-3 > .container .content > ul > div > li:hover > a .icon-blank *, .is_contrastmode #new-header .level-3 > .container .content > ul > div > li.active > a .icon-blank, .is_contrastmode #new-header .level-3 > .container .content > ul > div > li.active > a .icon-blank *, .is_contrastmode #new-header .level-3 > .container .content > ul > li:hover > a .icon-blank, .is_contrastmode #new-header .level-3 > .container .content > ul > li:hover > a .icon-blank *, .is_contrastmode #new-header .level-3 > .container .content > ul > li.active > a .icon-blank, .is_contrastmode #new-header .level-3 > .container .content > ul > li.active > a .icon-blank * {
        fill: #25465F;
    }
    .is_contrastmode #new-header .level-2 {
        background-color: #25465F;
        border-top: 1px solid #fff;
    }
    .is_contrastmode #new-header .level-2 > li:hover > a, .is_contrastmode #new-header .level-2 > li:hover > button {
        text-decoration: underline;
    }
    .is_contrastmode #new-header .level-3 > .container .content > ul > li:hover > a, .is_contrastmode #new-header .level-3 > .container .content > ul > li:hover > button {
        color: #25465F;
        text-decoration: underline;
    }
    .is_contrastmode #new-header .level-1 a .new, .is_contrastmode #new-header .level-2 a .new, .is_contrastmode #new-header .level-1 button .new, .is_contrastmode #new-header .level-2 button .new {
        color: #25465F;
    }
    .is_contrastmode #new-header .level-3 a .new, .is_contrastmode #new-header .level-3 button .new {
        background-color: #25465F;
        color: #fff;
    }
    .is_contrastmode #new-header .level-3 > .container .content > ul > li > a .title:before, .is_contrastmode #new-header .level-3 > .container .content > ul > li > button .title:before {
        background-color: #25465F;
    }
    .is_contrastmode #new-header .level-4 li > a:hover, .is_contrastmode #new-header .level-4 li > button:hover {
        color: #25465F !important;
        text-decoration: underline;
    }
    .is_contrastmode #new-header .level-2 > li:hover > a.has-sub:before, .is_contrastmode #new-header .level-2 > li:hover > button.has-sub:before {
        background-color: #25465F;
    }
    .is_contrastmode #new-header .level-1 > li.last a:before, .is_contrastmode #new-header .level-1 > li.last button:before {
        background-color: #fff;
    }
    .is_contrastmode #new-header .level-3 > .container .push a {
        color: #25465F;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .is_darkmode #new-header .level-3 > .container .content > ul > div > li.has-sub > a .title .arrow *,
.is_darkmode #new-header .level-3 > .container .content > ul > div > li.has-sub > button .title .arrow *,
.is_darkmode #new-header .level-3 > .container .content > ul > li.has-sub > a .title .arrow *,
.is_darkmode #new-header .level-3 > .container .content > ul > li.has-sub > button .title .arrow * {
        fill: #fff;
    }
    .is_darkmode #new-header .level-3 > .container .push a svg, .is_darkmode #new-header .level-3 > .container .push a svg * {
        fill: #109db9;
    }
    .is_darkmode #new-header .level-3 > .container .content > ul > div > li a, .is_darkmode #new-header .level-3 > .container .content > ul > li a,
.is_darkmode #new-header .level-3 > .container .content > ul > div > li button, .is_darkmode #new-header .level-3 > .container .content > ul > li button {
        color: #fff;
    }
    .is_darkmode #new-header .level-3 > .container .content > ul > div > li a:hover, .is_darkmode #new-header .level-3 > .container .content > ul > li a:hover,
.is_darkmode #new-header .level-3 > .container .content > ul > div > li button:hover, .is_darkmode #new-header .level-3 > .container .content > ul > li button:hover {
        color: #109db9;
    }
    .is_darkmode #new-header .level-3 a:hover .icon-blank,
.is_darkmode #new-header .level-3 a:hover .icon-blank *,
.is_darkmode #new-header .level-3 button:hover .icon-blank,
.is_darkmode #new-header .level-3 button:hover .icon-blank * {
        fill: #109db9;
    }
    .is_darkmode #new-header .top {
        background-color: #122B3D;
    }
    .is_darkmode #new-header .icon-blank, .is_darkmode #new-header .icon-blank * {
        fill: #fff;
    }
    .is_darkmode #new-header .level-3 > .container .content > ul > div > li > a .icon-blank, .is_darkmode #new-header .level-3 > .container .content > ul > div > li > a .icon-blank *, .is_darkmode #new-header .level-3 > .container .content > ul > div > li > button .icon-blank, .is_darkmode #new-header .level-3 > .container .content > ul > div > li > button .icon-blank *, .is_darkmode #new-header .level-3 > .container .content > ul > li > a .icon-blank, .is_darkmode #new-header .level-3 > .container .content > ul > li > a .icon-blank *, .is_darkmode #new-header .level-3 > .container .content > ul > li > button .icon-blank, .is_darkmode #new-header .level-3 > .container .content > ul > li > button .icon-blank * {
        fill: #fff;
    }
    .is_darkmode #new-header .level-3 {
        background-color: #122B3D;
    }
    .is_darkmode #new-header .level-3 > .container .content > ul > li a, .is_darkmode #new-header .level-3 > .container .content > ul > li button {
        color: #fff;
    }
    .is_darkmode #new-header .level-3 > .container .content > ul > li:hover > a, .is_darkmode #new-header .level-3 > .container .content > ul > li:hover > button {
        color: #109db9;
    }
    .is_darkmode #new-header .logo svg * {
        fill: #fff;
    }
    .is_darkmode #new-header .top .social svg * {
        fill: #fff;
    }
    .is_darkmode #new-header .level-3 > .container .push {
        background-color: #122B3D;
        color: #fff;
    }
    .is_darkmode #new-header .level-3 > .container .push svg * {
        fill: #fff;
    }
    .is_darkmode #new-header .level-3 > .container .content > ul > div > li.has-sub > a .title .arrow * {
        fill: #fff;
    }
    .is_darkmode #new-header .level-4 a .arrow *, .is_darkmode #new-header .level-4 button .arrow * {
        fill: #fff;
    }
    .is_darkmode.isFocusAccess #new-header .bottom .level-3 a:focus-visible, .is_darkmode.isFocusAccess #new-header .bottom .level-3 button:focus-visible {
        outline: 1px dashed #fff;
        outline-offset: 3px;
    }
}
@media (hover: none) and (pointer: coarse), (max-width: 991px) {
    #new-header {
        --header-height: 50px;
        position: fixed;
        top: 0;
        width: 100%;
    }
    #new-header .icon-blank {
        margin-left: 5px;
        transform: translate(0, 1px);
    }
    #new-header a, #new-header button {
        line-height: 2.2rem;
    }
    #new-header .burger {
        display: block;
        width: 30px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    #new-header .burger span {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 10px;
        background-color: #25465F;
    }
    #new-header .desktop {
        display: none !important;
    }
    #new-header .arrow {
        width: 15px;
        min-width: 15px;
        height: auto;
        margin-left: 10px;
        transform: rotate(180deg);
    }
    #new-header .title {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    #new-header .expand,
#new-header .collapse {
        display: none;
    }
    #new-header [aria-expanded=true] .arrow {
        transform: rotate(0);
    }
    #new-header .new {
        display: inline-block;
        border-radius: 10rem;
        font-size: 9px;
        line-height: 9px;
        padding: 4px 10px 5px;
        font-weight: 600;
        margin-bottom: 1px;
        background-color: #109db9;
        color: #fff;
    }
    #new-header .top {
        background-color: #fff;
        height: var(--header-height);
        display: flex;
        align-items: center;
        padding: 0 30px;
        position: relative;
        z-index: 2000;
    }
    #new-header .top > * {
        flex: 1;
    }
    #new-header .top .logo {
        height: 30px;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        z-index: 3000;
        will-change: transform;
        display: block;
    }
    #new-header .top .logo a {
        display: block;
    }
    #new-header .top .logo svg {
        width: auto;
        height: 30px;
    }
    #new-header .close {
        position: absolute;
        z-index: 2000;
        left: calc(85% + 20px);
        top: 20px;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        margin: 0;
    }
    #new-header .close svg {
        width: 20px;
    }
    #new-header .bottom {
        position: fixed;
        width: 100vw;
        left: 10px;
        height: calc(100 * var(--vh) - var(--header-height));
        font-size: 16px;
        font-weight: 600;
        flex-direction: column;
        display: none;
        will-change: transform;
        z-index: 1000;
    }
    #new-header .bottom.active {
        display: flex;
    }
    #new-header .bottom.active .level-1 {
        transform: translate(0, 0);
    }
    #new-header .bottom.active:before {
        opacity: 1;
    }
    #new-header .bottom.active .close {
        opacity: 1;
        transform: translate(0, 0);
    }
    #new-header .bottom:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(37, 70, 95, 0.6);
        z-index: 1;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 0.3s;
    }
    #new-header .bottom .close {
        opacity: 0;
        transition: all 0.3s;
        transform: translate(-100%, 0);
    }
    #new-header .bottom .level-1 {
        background-color: #25465F;
        height: 100%;
        width: 85%;
        overflow: auto;
        position: relative;
        z-index: 2;
        overflow: auto;
        display: flex;
        flex-direction: column;
        transform: translate(-100%, 0);
        transition: transform 0.3s;
    }
    #new-header .bottom .level-1 > li.social {
        flex: 1;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }
    #new-header .bottom .level-1 > li.social a {
        width: auto;
        padding: 2rem 1rem 2rem 2rem;
    }
    #new-header .bottom .level-1 > li.social a:after {
        display: none;
    }
    #new-header .bottom .level-1 > li.social svg {
        height: 20px;
        width: auto;
    }
    #new-header .bottom .level-1 > li.social svg,
#new-header .bottom .level-1 > li.social svg * {
        fill: #fff;
    }
    #new-header .bottom .level-1 > li > [aria-expanded=true] {
        background-color: #109db9;
    }
    #new-header .bottom .level-1 > li > [aria-expanded=true] .new {
        background-color: #fff;
        color: #109db9;
    }
    #new-header .bottom .level-1 > li > a, #new-header .bottom .level-1 > li > .btn-expand {
        position: relative;
        padding: 2rem;
        color: #fff;
        display: block;
        width: 100%;
        font-weight: 600;
        line-height: 22px;
        text-align: left;
        width: 100%;
    }
    #new-header .bottom .level-1 > li > a .title, #new-header .bottom .level-1 > li > .btn-expand .title {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    #new-header .bottom .level-1 > li > a .title svg,
#new-header .bottom .level-1 > li > a .title svg *, #new-header .bottom .level-1 > li > .btn-expand .title svg,
#new-header .bottom .level-1 > li > .btn-expand .title svg * {
        fill: #fff;
    }
    #new-header .bottom .level-1 > li > a:after, #new-header .bottom .level-1 > li > .btn-expand:after {
        content: "";
        top: 0;
        background-color: #fff;
        height: 1px;
        width: calc(100% - 40px);
        left: 20px;
        position: absolute;
    }
    #new-header .bottom .level-1 > li > a[aria-expanded=true]:after, #new-header .bottom .level-1 > li > .btn-expand[aria-expanded=true]:after {
        display: none;
    }
    #new-header .bottom .level-1 > li > a[aria-expanded=true] + .expand, #new-header .bottom .level-1 > li > .btn-expand[aria-expanded=true] + .expand {
        margin-bottom: -1px;
    }
    #new-header .bottom .level-1 > li:first-child > a:after, #new-header .bottom .level-1 > li:first-child > .btn-expand:after {
        display: none;
    }
    #new-header .bottom .level-1 > li.last > a:after, #new-header .bottom .level-1 > li.last > .btn-expand:after {
        background-color: #109db9;
    }
    #new-header .bottom .level-1 .level-2 {
        background-color: #fff;
        padding: 20px 40px;
        color: #25465F;
        font-weight: 400;
        font-size: 14px;
    }
    #new-header .bottom .level-1 .level-2 a,
#new-header .bottom .level-1 .level-2 .btn-expand {
        color: #25465F;
        padding: 5px 0;
        display: block;
        text-align: left;
        width: 100%;
    }
    #new-header .bottom .level-1 .level-2 [aria-expanded=true] {
        font-weight: 600;
    }
    #new-header .bottom .level-1 .level-2 > li > a, #new-header .bottom .level-1 .level-2 > li > button, #new-header .bottom .level-1 .level-2 > li > .btn-expand {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        width: 100%;
    }
    #new-header .bottom .level-1 .level-2 .level-3 {
        padding-left: 25px;
        font-size: 12px;
    }
    #new-header .bottom .level-1 .level-2 .level-3 .push-wrap {
        display: none;
    }
    #new-header .bottom .level-1 .level-2 .level-3 .col-8 {
        flex: 1;
        max-width: 100%;
    }
    #new-header .bottom .level-1 .level-2 .level-3 > .container {
        padding: 0;
    }
    #new-header .bottom .level-1 .level-2 .level-3 .icon-blank {
        width: 12px;
        margin-left: 3px;
        height: auto;
    }
    #new-header .bottom .level-1 .level-2 .level-3 .new {
        margin-left: 5px;
    }
    #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > a, #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > .btn-expand, #new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > a, #new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > .btn-expand {
        position: relative;
        padding: 2.5px 0 2.5px 10px;
    }
    #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > a .title, #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > .btn-expand .title, #new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > a .title, #new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > .btn-expand .title {
        display: inline;
    }
    #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > a .new, #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > .btn-expand .new, #new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > a .new, #new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > .btn-expand .new {
        margin: 0 0 0 3px;
        transform: translate(0px, -1px);
    }
    #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > a:before, #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > .btn-expand:before, #new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > a:before, #new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > .btn-expand:before {
        background-color: #109db9;
        content: "";
        position: absolute;
        width: 3px;
        height: 10px;
        left: 0;
        background-color: #109db9;
        top: 9px;
    }
    #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > a[aria-expanded=true], #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > .btn-expand[aria-expanded=true], #new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > a[aria-expanded=true], #new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > .btn-expand[aria-expanded=true] {
        color: #109db9;
    }
    #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > a[aria-expanded=true] .icon-blank,
#new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > a[aria-expanded=true] .icon-blank *, #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > .btn-expand[aria-expanded=true] .icon-blank,
#new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > .btn-expand[aria-expanded=true] .icon-blank *, #new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > a[aria-expanded=true] .icon-blank,
#new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > a[aria-expanded=true] .icon-blank *, #new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > .btn-expand[aria-expanded=true] .icon-blank,
#new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > .btn-expand[aria-expanded=true] .icon-blank * {
        fill: #109db9;
    }
    #new-header .bottom .level-1 .level-2 .level-3 .level-4 {
        padding-left: 30px;
        margin: 4px 0;
    }
    #new-header .bottom .level-1 .level-2 .level-3 .level-4 a .title {
        display: inline;
    }
    #new-header .bottom .level-1 .level-2 .level-3 .level-4 a .new {
        margin: 0 0 0 3px;
        transform: translate(0px, -1px);
    }
    #new-header .bottom .level-1 .level-2 .level-3 .level-4 a svg {
        width: 12px;
        margin-left: 3px;
        height: auto;
    }

    .is_contrastmode #new-header .bottom .level-1 > li > [aria-expanded=true] {
        background-color: #25465F;
        text-decoration: underline;
    }
    .is_contrastmode .color-primary {
        color: #25465F !important;
    }
    .is_contrastmode #new-header .new {
        background-color: #25465F;
    }
    .is_contrastmode #new-header .level-1 > li > a .new, .is_contrastmode #new-header .level-1 > li > button .new {
        background-color: #fff;
        color: #25465F;
    }
    .is_contrastmode #new-header .bottom .level-1 .level-2 [aria-expanded=true] .title {
        text-decoration: underline;
    }
    .is_contrastmode #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > a:before, .is_contrastmode #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > .btn-expand:before {
        background-color: #25465F;
    }
    .is_contrastmode #new-header .bottom .level-1 > li > [aria-expanded=true] .new {
        color: #25465F;
    }
    .is_contrastmode #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > a:before, .is_contrastmode #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > .btn-expand:before, .is_contrastmode #new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > a:before, .is_contrastmode #new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > .btn-expand:before {
        background-color: #25465F;
    }
    .is_contrastmode #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > a[aria-expanded=true], .is_contrastmode #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > .btn-expand[aria-expanded=true], .is_contrastmode #new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > a[aria-expanded=true], .is_contrastmode #new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > .btn-expand[aria-expanded=true] {
        color: #25465F;
    }
    .is_contrastmode #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > a[aria-expanded=true] .icon-blank, .is_contrastmode #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > a[aria-expanded=true] .icon-blank *, .is_contrastmode #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > .btn-expand[aria-expanded=true] .icon-blank, .is_contrastmode #new-header .bottom .level-1 .level-2 .level-3 .content > ul > li > .btn-expand[aria-expanded=true] .icon-blank *, .is_contrastmode #new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > a[aria-expanded=true] .icon-blank, .is_contrastmode #new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > a[aria-expanded=true] .icon-blank *, .is_contrastmode #new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > .btn-expand[aria-expanded=true] .icon-blank, .is_contrastmode #new-header .bottom .level-1 .level-2 .level-3 .content > ul > div > li > .btn-expand[aria-expanded=true] .icon-blank * {
        fill: #25465F;
    }
    .is_contrastmode #new-header .bottom .level-1 > li > a:after, .is_contrastmode #new-header .bottom .level-1 > li > .btn-expand:after {
        display: block;
    }

    .is_darkmode #new-header .bottom .level-1 {
        background-color: #122B3D;
    }
    .is_darkmode #new-header .icon-blank,
.is_darkmode #new-header .icon-blank * {
        fill: #fff;
    }
    .is_darkmode #new-header .top {
        background-color: #122B3D;
    }
    .is_darkmode #new-header .level-1 > li > a .new, .is_darkmode #new-header .level-1 > li > button .new {
        background-color: #fff;
        color: #25465F;
    }
    .is_darkmode #new-header .bottom .level-1 .level-2 {
        background-color: #122B3D;
    }
    .is_darkmode #new-header .bottom .level-1 .level-2 .arrow * {
        fill: #fff;
    }
    .is_darkmode #new-header .bottom .level-1 .level-2 a, .is_darkmode #new-header .bottom .level-1 .level-2 .btn-expand {
        color: #fff;
    }
    .is_darkmode #new-header .logo svg * {
        fill: #fff;
    }
    .is_darkmode #new-header .burger span {
        background-color: #fff;
    }
    .is_darkmode #new-header .bottom .level-1 .level-2 .level-3 .level-4 a svg * {
        fill: #fff;
    }
    .is_darkmode.isFocusAccess #new-header .bottom .level-2 a:focus-visible, .is_darkmode.isFocusAccess #new-header .bottom .level-2 button:focus-visible {
        outline: 1px dashed #fff;
    }

    .isFocusAccess #new-header .bottom a:focus-visible,
.isFocusAccess #new-header .bottom button:focus-visible {
        outline: 1px dashed #fff;
        outline-offset: -5px;
    }

    .isFocusAccess #new-header .bottom .level-2 a:focus-visible,
.isFocusAccess #new-header .bottom .level-2 button:focus-visible {
        outline: 1px dashed #25465F;
        outline-offset: 3px;
    }
}
.color-primary {
    color: #109db9 !important;
}

.header__menu {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 50px;
    background-color: #FFFFFF;
    pointer-events: all;
}

@media screen and (min-zoom: 2) {
    body {
        opacity: 0.2;
    }
}
.header__menu__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 100%;
}
@media (min-width: 768px) {
    .header__menu__list {
        justify-content: center;
    }
    .header__menu__list .header__menu__list__item {
        margin-left: 20px;
    }
    .header__menu__list .header__menu__list__item:first-child {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .header__menu__list .header__menu__list__item {
        margin-left: 30px;
    }
}

.header__menu__list__item {
    padding: 0;
    height: 100%;
    line-height: 100%;
}

.header__menu__list__item__btn,
.header__menu__list__item__button {
    font-size: 1.6rem;
    height: 100%;
    line-height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    color: #25465F;
}
.header__menu__list__item__btn--current::before, .header__menu__list__item__btn--active::before,
.header__menu__list__item__button--current::before,
.header__menu__list__item__button--active::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #109db9;
}
.header__menu__list__item__btn--hashtag,
.header__menu__list__item__button--hashtag {
    color: #109db9 !important;
}

.is_darkmode .header__menu__list__item__button {
    color: #FFFFFF;
}

.header__submenu__wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #EEEEEE;
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}
.header__submenu__wrapper--opened {
    display: flex;
}

.header__submenu__wrapper__content {
    display: flex;
    width: 945px;
}

.header__submenu__list {
    margin-right: 20px;
    min-width: 585px;
    position: relative;
}

.header__submenu__list__item {
    font-size: 1.5rem;
    right: 0;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 23px;
    padding-right: 3px;
}
.header__submenu__list__item--push {
    position: absolute;
    padding-left: 0;
    width: calc(100% / 3) !important;
    padding: 0 0 0 25px;
    top: 0;
    right: 0;
    overflow: visible !important;
}
.header__submenu__list__item--push .push__figure__link {
    text-decoration: underline;
}
.header__submenu__list__item--push .push__figure__link::after {
    display: none;
}

.header__submenu__link {
    position: relative;
    display: block;
}
.header__submenu__link::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 100%;
    background-color: #109db9;
}
.header__submenu__link:hover {
    color: #109db9;
    text-decoration: underline !important;
}
.header__submenu__link:hover .header__submenu__link__label {
    color: #109db9;
}

.header__subsubmenu__link {
    color: #109db9;
}
.header__subsubmenu__link:hover {
    color: #109db9;
    text-decoration: underline !important;
}

.header__submenu__link__label {
    margin-left: 10px;
    display: block;
}

.header__subsubmenu__list {
    display: flex;
    flex-direction: column;
}

.header__subsubmenu__list_item {
    padding-top: 8px;
    padding-left: 20px;
    padding-bottom: 3px;
}

.header__submenu__link__label,
.header__subsubmenu__link {
    color: #25465F;
}

.push__figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.push__figure__img {
    margin-bottom: 12px;
    width: 100%;
}

.push__figure__caption {
    font-size: 1.5rem;
    line-height: 1.5;
    width: 320px;
}

.push__figure__caption__text {
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}

.push__figure__link {
    margin-top: 5px;
    color: #109db9;
    font-size: 1.4rem;
    position: relative;
}

@media (max-width: 991.98px) {
    header .header__menu {
        flex-direction: column;
        min-height: 100%;
    }

    .header__menu__list {
        flex: 1;
    }

    .header__menu__list__item__btn {
        font-size: 1.3rem;
    }
}
@media (min-width: 768px) {
    .header__menu__list__item__button {
        display: none;
    }

    .link-index {
        display: none;
    }

    .header__menu__list__item .header__submenu__list {
        -moz-column-count: 3;
        column-count: 3;
        column-gap: 0;
        width: 100%;
    }
    .header__menu__list__item .header__submenu__list li {
        break-inside: avoid;
        page-break-inside: avoid;
        overflow: hidden;
        width: 100%;
    }
    .header__menu__list__item .header__submenu__list li.link-index {
        display: none;
    }
    .header__menu__list__item--has-push .header__submenu__list {
        padding-right: calc(100% / 3 - 6px);
        -moz-column-count: 2;
        column-count: 2;
    }
    .header__menu__list__item .header__submenu__wrapper {
        min-height: 300px;
    }
}
@media (max-width: 767.98px) {
    .header__menu__list__item__btn {
        font-size: 1.6rem;
    }

    .header__menu__list__item__button {
        display: block;
    }

    .header__menu__list__item__btn {
        display: none;
    }

    .header__submenu__list__item {
        padding-right: 15px;
    }
    .header__submenu__list__item--push {
        position: relative;
        width: 100% !important;
        margin-top: 30px;
        padding-bottom: 15px;
    }

    .header__menu__list {
        width: 100%;
    }

    .header__menu__list__item__btn--current, .header__menu__list__item__btn--active {
        color: #109db9;
    }
    .header__menu__list__item__btn--current::before, .header__menu__list__item__btn--active::before {
        content: none;
    }
}
.main-footer {
    color: #fff;
    position: relative;
    z-index: 0;
    padding: 80px 0 45px;
    overflow: hidden;
    background-color: #25465F;
}
.main-footer .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.main-footer .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-footer small {
    font-size: 1.2rem;
    display: block;
    text-align: center;
    margin-top: 40px;
    font-weight: 300;
}

.logo-footer {
    display: flex;
    margin-right: 10%;
    margin-top: 0px;
    margin-bottom: 20px;
}

@media (max-width: 1060px) {
    .logo-footer {
        margin-right: 0%;
    }
}
.logo-footer-img {
    width: 250px;
    vertical-align: middle;
    height: auto;
}

.menu-menu-sur-footer-container {
    margin-left: auto;
    flex: 1;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
}

.menu-sur-footer .menu-sur-footer-title {
    text-transform: uppercase;
    font-size: 1.6rem;
}
.menu-sur-footer .menu-sur-footer-title a {
    color: #FFFFFF;
}
@media (min-width: 768px) {
    .menu-sur-footer .menu-sur-footer-title a:hover {
        text-decoration: underline;
    }
}
.menu-sur-footer .menu-sur-footer-item {
    margin-left: 45px;
    break-inside: avoid;
    overflow: hidden;
}
.menu-sur-footer .sub-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.menu-sur-footer .sub-menu-item-link {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 15px;
}
.menu-sur-footer .sub-menu-item-link a:hover {
    text-decoration: underline;
}

.menu-menu-footer-container {
    margin-top: 70px;
    width: 100%;
}
.menu-menu-footer-container .menu-footer {
    align-items: center;
}

.menu-footer {
    display: flex;
    justify-content: space-around;
}

.menu-footer-item-link {
    color: #fff;
    font-size: 1.4rem;
    position: relative;
}
.menu-footer-item-link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #fff;
    left: 0;
}
.menu-footer-item-link:hover {
    color: #fff;
}
.menu-footer-item-link.logo-ecoconception, .menu-footer-item-link.logo-accessibility {
    margin-left: 20px;
}
.menu-footer-item-link .icon-ecoconception::before,
.menu-footer-item-link .icon-malvoyant::before {
    position: absolute;
    font-size: 2rem;
    left: -25px;
    top: 0px;
}

@media (max-width: 1259.98px) {
    .logo-footer-img {
        width: 200px;
    }

    .menu-sur-footer .menu-sur-footer-item {
        width: auto;
    }

    .footer-content {
        justify-content: center;
    }

    .menu-menu-sur-footer-container {
        margin-top: 70px;
    }
}
@media (max-width: 767.98px) {
    .main-footer {
        padding-top: 45px;
    }

    .footer-content {
        flex-direction: column;
    }

    .logo-footer-img {
        margin-left: auto;
        margin-right: auto;
    }

    .menu-menu-sur-footer-container {
        position: relative;
        margin-top: 40px;
        margin-left: 0;
    }
    .menu-menu-sur-footer-container::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -35px;
        height: 1px;
        background-color: #FFFFFF;
    }

    .menu-sur-footer {
        flex-direction: column;
    }
    .menu-sur-footer .menu-sur-footer-title {
        position: relative;
        display: inline-block;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .menu-sur-footer .menu-sur-footer-title:before {
        content: "";
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: -2px;
        left: 0;
        background-color: #fff;
    }
    .menu-sur-footer .menu-sur-footer-item {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .menu-sur-footer .menu-sur-footer-item:first-child {
        margin-left: 0;
    }

    .menu-footer {
        flex-direction: column;
    }

    .menu-footer-item {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .menu-footer-item-link::after {
        display: none;
    }
}
@media (min-width: 768px) {
    .menu-sur-footer {
        columns: 4;
    }
}
.quick-access {
    background: #25465F;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 0;
    overflow: hidden;
    z-index: 500000;
}
.quick-access.open {
    height: auto;
}
.quick-access a {
    color: #fff;
    margin: 20px;
    display: inline-block;
}
.quick-access a:focus {
    outline: 1px dashed #fff !important;
}

/* focus if tab */
.isFocusAccess a:focus-visible,
.isFocusAccess button:focus-visible,
.isFocusAccess button:focus,
.isFocusAccess select:focus,
.isFocusAccess input:focus,
.isFocusAccess [tabindex="0"]:focus-visible {
    position: relative;
    outline: 1px dashed #25465F;
    outline-offset: 3px;
}
.isFocusAccess .btn__primary.hasBg:focus, .isFocusAccess .btn__primary.hasBg:focus-visible {
    outline: 1px dashed #fff;
    outline-offset: 3px;
}
.isFocusAccess .nav-bullet a:focus, .isFocusAccess .nav-bullet a:focus-visible {
    outline: none !important;
}
.isFocusAccess .nav-bullet a:focus .title, .isFocusAccess .nav-bullet a:focus-visible .title {
    border: 1px dashed #fff;
}
.isFocusAccess .header__subsubmenu__link:focus,
.isFocusAccess .header__subsubmenu__link:focus-visible {
    outline-offset: 1px;
}
.isFocusAccess .header__submenu__link:focus,
.isFocusAccess .header__submenu__link:focus-visible {
    outline-offset: 1px;
}
.isFocusAccess .menu-sur-header a:focus,
.isFocusAccess .menu-sur-header a:focus-visible {
    outline: 1px dashed #fff;
    outline-offset: 2px;
}
.isFocusAccess .logo-footer:focus-visible {
    outline: 1px dashed #fff;
    outline-offset: 2px;
}
.isFocusAccess .btn-close:focus {
    outline: 1px dashed #fff;
    outline-offset: 5px;
}
.isFocusAccess .strate-image-accessible .longdesc-cta:focus {
    outline: 1px dashed #fff;
    outline-offset: 5px;
}
.isFocusAccess .hero-accueil__link:focus-visible {
    outline: 1px dashed #fff;
    outline-offset: 3px;
}
.isFocusAccess .sub-menu-item-link:focus-visible,
.isFocusAccess .menu-footer-item-link:focus-visible {
    outline: 1px dashed #fff;
    outline-offset: 3px;
}
.isFocusAccess .btn__primary.card-full-bg__link:focus {
    outline: 1px dashed #fff;
    outline-offset: 3px;
}
.isFocusAccess select:focus {
    border: none !important;
}
.isFocusAccess .search__box__input:focus {
    outline-offset: 5px;
}
.isFocusAccess .checkbox-access:focus + label {
    outline: 1px dotted #fff;
    outline-offset: 5px;
}
.isFocusAccess .btn-toptop:focus {
    border: 1px solid #fff !important;
}

/* switch contrast / dark */
.checkbox-access {
    opacity: 0;
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    /* added line */
    border: 0;
}

.checkbox-access + label {
    width: 60px;
    height: 30px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    margin: 0 auto;
}
.checkbox-access + label:before {
    content: "X";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #687075;
    transition: transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox-access:checked + label:before {
    content: "✓";
    transform: translateX(100%);
}

/* contrast mode */
.is_contrastmode .card-document__header__hashtag {
    color: #25465F !important;
}
.is_contrastmode .rich-content h3 {
    color: #25465F !important;
}
.is_contrastmode .checkbox-access + label::before {
    color: #25465F !important;
    background: #fff !important;
}
.is_contrastmode .checkbox-access + label {
    background: none;
    border: 1px solid #fff;
}
.is_contrastmode .card-hashtag.card-com__header__hashtag {
    color: #25465F;
}
.is_contrastmode .tc-privacy-wrapper a {
    color: #25465F !important;
}
.is_contrastmode .tc-privacy-wrapper strong {
    color: #25465F !important;
}
.is_contrastmode .tc-privacy-button {
    color: #25465F !important;
    border-color: #25465F !important;
}
.is_contrastmode #tc_privacy_textBan > p > a {
    color: #25465F !important;
}
.is_contrastmode .sitemap a {
    color: #25465F;
}
.is_contrastmode .link, .is_contrastmode .card-link {
    color: #25465F;
}
.is_contrastmode .link:before, .is_contrastmode .card-link:before {
    background-color: #25465F;
}
.is_contrastmode #tooltip-darkmode p {
    color: #fff;
}
.is_contrastmode .card-full-bg__hashtag {
    margin-bottom: 30px;
}
.is_contrastmode .card-full-bg__text {
    margin-bottom: 45px;
}
.is_contrastmode .card-full-bg__hashtag,
.is_contrastmode .card-full-bg__text {
    background: #25465F;
    width: auto;
    align-self: flex-start;
    outline: 4px solid #25465F;
    line-height: 1.25;
}
.is_contrastmode .btn__primary.card-full-bg__link {
    background: #fff;
    color: #25465F;
    border: none;
}
.is_contrastmode .btn-access-tooltip {
    border: 2px solid #25465F;
    color: #25465F;
}
.is_contrastmode .btn-access.color-primary[aria-expanded=true] {
    background: #25465F;
}
.is_contrastmode .tooltip .summary:after {
    border-bottom: 5px solid #25465F;
}
.is_contrastmode .tooltip .summary.color-primary + .panel {
    background: #25465F;
}
.is_contrastmode .tooltip .summary.color-primary:after {
    border-bottom: 5px solid #25465F;
}
.is_contrastmode .tooltip .summary.color-secondary + .panel {
    background: #25465F;
}
.is_contrastmode .tooltip .summary.color-secondary:after {
    border-bottom: 5px solid #25465F;
}
.is_contrastmode .push__figure__link {
    color: #25465F;
}
.is_contrastmode .push__figure__link:after {
    background-color: #25465F !important;
}
.is_contrastmode .header__submenu__link::before {
    background-color: #25465F;
}
.is_contrastmode .pagination .pagination-control.active {
    color: #25465F;
}
.is_contrastmode .search_btn[aria-expanded=true] .icon-search:before {
    color: #fff;
}
.is_contrastmode .search-wrapper .icon-arrow-bottom {
    color: #25465F;
}
.is_contrastmode .search__box {
    background-color: #25465F;
    color: #fff;
}
.is_contrastmode .search__box select {
    color: #25465F;
}
.is_contrastmode .search__box input[type=text] {
    color: #fff;
    opacity: 1;
}
.is_contrastmode .search__box ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.is_contrastmode .search__box ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.is_contrastmode .search__box :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.is_contrastmode .search__box :-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.is_contrastmode .search__box__submit {
    background: #fff;
    color: #25465F;
}
.is_contrastmode .card-bg-top__header__hashtag {
    color: #25465F;
}
.is_contrastmode .card.card-bg-top .card-link {
    color: #25465F;
}
.is_contrastmode .card.card-bg-top .card-link:before {
    background-color: #25465F;
}
.is_contrastmode .btn__light, .is_contrastmode .btn__light-white, .is_contrastmode .btn__primary {
    background: #25465F;
    color: #fff;
    border-color: #fff;
}
.is_contrastmode .btn__primary.hasBg {
    background: #fff;
    color: #25465F;
    border-color: #fff;
}
.is_contrastmode .breadcrumb ul li a {
    color: #25465F;
}
.is_contrastmode .hashtag-default {
    border: 1px solid #25465F;
}
.is_contrastmode .result-wrapper {
    background: #25465F;
}
.is_contrastmode .header__menu__list__item__btn--current::before, .is_contrastmode .header__menu__list__item__btn--active::before {
    background-color: #25465F;
}
.is_contrastmode .header__menu__list__item__btn--hashtag {
    color: #25465F !important;
}
.is_contrastmode .header__menu__list__item__btn--active {
    color: #25465F !important;
}
.is_contrastmode .rich-content ul li::before {
    background-color: #25465F;
}
.is_contrastmode .rich-content ol li::before {
    color: #25465F;
}
.is_contrastmode .rich-content a {
    color: #25465F;
}
.is_contrastmode .faq__content__title {
    color: #25465F;
}
.is_contrastmode .hero-accueil__link {
    color: #fff;
}
.is_contrastmode .hero-accueil__link:before {
    background-color: #fff;
}

/* dark mode */
.is_darkmode {
    background: #122B3D;
}
.is_darkmode .rich-content a[target=_blank]::after {
    color: #25465F;
}
.is_darkmode .rich-content a, .is_darkmode .rich-content h3,
.is_darkmode .rich-content ol li::before,
.is_darkmode .rich-content a[target=_blank]::after {
    color: #fff;
}
.is_darkmode .rich-content ul li::before {
    background-color: #fff;
}
.is_darkmode .strate-image-accessible {
    color: #fff;
}
.is_darkmode .card.card-full-bg,
.is_darkmode .card.card-stat {
    background-color: #25465f !important;
}
.is_darkmode .main-header {
    background-color: unset;
}
.is_darkmode .main-header path {
    fill: #fff;
}
.is_darkmode .search__box__input {
    color: #fff !important;
}
.is_darkmode header {
    color: #fff;
}
.is_darkmode header .burger-menu::before, .is_darkmode header .burger-menu::after {
    background-color: #fff;
}
.is_darkmode .icon-search {
    color: #fff;
}
.is_darkmode .icon-search:before {
    color: #fff !important;
}
.is_darkmode .search__box__select {
    border: 1px solid #fff;
    color: #fff;
    background-color: #122B3D;
}
.is_darkmode .search__box__select__wrapper .icon-arrow-bottom {
    color: #fff;
}
.is_darkmode .search__box {
    background: #122B3D;
    border: 1px solid #fff;
}
.is_darkmode .header__submenu__wrapper {
    background-color: #122B3D;
    color: #fff;
}
.is_darkmode .header__submenu__wrapper .header__submenu__link__label, .is_darkmode .header__submenu__wrapper .header__subsubmenu__link {
    color: #fff;
}
.is_darkmode .header__submenu__wrapper .header__submenu__link::before {
    background-color: #fff;
}
.is_darkmode .header__submenu__wrapper .header__submenu__link:hover {
    color: #fff;
}
.is_darkmode .features {
    background-color: #122B3D;
    color: #fff;
}
.is_darkmode .features .features__item i,
.is_darkmode .features .features__item span {
    color: #fff;
}
.is_darkmode .features .features__item path {
    fill: #FFF;
}
.is_darkmode .features .features__list {
    border-right: 1px solid #fff;
}
.is_darkmode .features .features__list:last-child {
    border-right: 0;
}
.is_darkmode .features .features__item__nb-like {
    color: #fff;
}
.is_darkmode .pagination {
    color: #fff;
}
.is_darkmode .pagination a {
    color: #fff;
}
.is_darkmode .pagination .pagination-control.active {
    color: #fff;
    font-weight: 800;
}
.is_darkmode .strate-push-1__content__wrapper {
    color: #fff;
    background: #25465F;
}
.is_darkmode .main .search_input {
    border-color: #fff;
}
.is_darkmode .search_btn[aria-expanded=true] .icon-search {
    color: #25465F !important;
}
.is_darkmode .icon-search {
    color: #fff;
}
.is_darkmode #header {
    background: #122B3D;
}
.is_darkmode #header:before {
    background: #122B3D;
}
.is_darkmode #header .top-header {
    background: #122B3D;
}
.is_darkmode #header .main-header {
    background: #122B3D;
}
.is_darkmode #header .header__menu {
    background: #122B3D;
}
.is_darkmode #header .btn-access span,
.is_darkmode #header .icon-search,
.is_darkmode #header .baseline,
.is_darkmode #header .header__menu__list__item__btn {
    color: #fff;
}
.is_darkmode #header .header__menu__list__item__btn--hashtag {
    color: #109db9;
}
.is_darkmode .second-title {
    color: #fff;
}
.is_darkmode .section-header__title,
.is_darkmode .section-header__intro {
    color: #fff;
}
.is_darkmode .block-txt-intro__intro {
    color: #fff;
}
.is_darkmode .breadcrumb {
    color: #fff;
}
.is_darkmode .breadcrumb a {
    color: #fff;
}
.is_darkmode .section-hero .hero-article__info {
    color: #fff;
}
.is_darkmode .faq__header__text {
    color: #fff;
}
.is_darkmode .strate-push-2__content {
    background: #122B3D;
    color: #fff;
}
.is_darkmode .strate-eligibility-test {
    color: #fff;
}
.is_darkmode .btn__light {
    color: #fff;
    background-color: #109db9;
    border: 2px solid #109db9;
}
.is_darkmode .icon-www-icon::before,
.is_darkmode .icon-pdf-icon::before,
.is_darkmode .icon-zip-icon::before,
.is_darkmode .icon-jpg-icon::before,
.is_darkmode .icon-png-icon::before {
    color: #fff;
}
.is_darkmode .card {
    background-color: transparent !important;
    color: #fff;
}
.is_darkmode .card .card-hashtag {
    color: #109db9;
}
.is_darkmode .card:not(.card-com) a {
    color: #fff;
}
.is_darkmode .card:not(.card-com) a:before {
    background-color: #fff;
}
.is_darkmode .strate {
    background: none;
}
.is_darkmode .icon-bouygues-separator::before {
    background: #122B3D;
    color: #fff;
}
.is_darkmode .hashtags-list .hashtag, .is_darkmode .hashtags-list .card-hashtag {
    border: 1px solid #fff;
}
.is_darkmode .faq__content {
    color: #fff;
}
.is_darkmode .strate-wysiwyg {
    color: #fff;
}
.is_darkmode .rich-content blockquote cite {
    color: #fff;
}
.is_darkmode .section-card {
    color: #fff;
}
.is_darkmode.archive .evenement-grid .evenement-grid-content .section-card .card .card-bg-top__content .evenement-compteur span {
    color: #25465F;
    background-color: #fff;
}
.is_darkmode.archive .evenement-grid .evenement-grid-content .section-card .card .card-bg-top__content .link a, .is_darkmode.archive .evenement-grid .evenement-grid-content .section-card .card .card-bg-top__content .card-link a {
    border-color: #FFFFFF;
}
.is_darkmode.isFocusAccess a:focus-visible,
.is_darkmode.isFocusAccess button:focus-visible,
.is_darkmode.isFocusAccess button:focus,
.is_darkmode.isFocusAccess select:focus,
.is_darkmode.isFocusAccess input:focus,
.is_darkmode.isFocusAccess [tabindex="0"]:focus-visible {
    outline: 1px dashed #fff;
}
.is_darkmode.isFocusAccess header .menu-sur-header a:focus-visible {
    outline: 1px dashed #fff;
}
.is_darkmode.isFocusAccess .rich-content a {
    outline: 1px dashed #fff;
}

@keyframes boomcta {
    0% {
        right: -155px;
    }
    20% {
        right: 0px;
    }
    80% {
        right: 0px;
    }
    100% {
        right: -155px;
    }
}
#faciliti-cta {
    position: fixed;
    bottom: 38vh;
    min-width: 200px;
    width: 200px;
    min-height: 75px;
    align-items: center;
    padding: 0;
    right: -155px;
    transition: right 0.3s ease;
    background-color: #c40030;
    cursor: pointer;
    display: flex;
    border: none;
    animation-name: boomcta;
    animation-duration: 6s;
    justify-content: space-between;
    z-index: 10000;
}

#faciliti-cta:hover {
    right: 0;
    width: auto;
}

#faciliti-cta .cta-text {
    margin: auto;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
}

#faciliti-cta img {
    height: 75px;
    width: 75px;
    margin-left: -40px;
    background-color: transparent !important;
}

@media mobile, (max-device-width: 768px) {
    #faciliti-cta *:not(img) {
        opacity: 0;
    }

    #faciliti-cta:hover {
        right: -155px;
    }

    #faciliti-cta {
        background-color: transparent;
        bottom: 80px;
        animation: none;
        right: 0;
        left: -155px;
    }

    #faciliti-cta img {
        margin-left: 0;
        margin-right: -40px;
        order: 1;
    }
}
.pagination {
    /*background-color: $color-bg;*/
    font-size: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.pagination .pagination-numbers {
    color: #25465F;
    opacity: 0.7;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
}
.pagination .pagination-numbers.pagination-numbers--active {
    opacity: 1;
}
.pagination .pagination-numbers.pagination-numbers--active.number__selected {
    width: 25px;
    display: flex;
    justify-content: center;
    border: 1px solid #25465F;
    border-radius: 100%;
}
@media (max-width: 767.98px) {
    .pagination .pagination-numbers {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.pagination .pagination-control {
    line-height: 2.2rem;
    font-size: 3rem;
    color: #25465F;
    padding-left: 6px;
    padding-right: 6px;
    pointer-events: none;
    font-weight: 600;
}
.pagination .pagination-control.pagination-control--active {
    opacity: 0.7;
}
.pagination .pagination-control.pagination-control--prev:before {
    content: "<";
    position: relative;
    margin-right: 2.5rem;
}
@media (max-width: 767.98px) {
    .pagination .pagination-control.pagination-control--prev:before {
        content: "<";
        position: relative;
        font-weight: normal;
        display: flex;
        justify-content: center;
        font-size: 3rem;
        margin-right: 1.5rem;
    }
}
.pagination .pagination-control.pagination-control--next:before {
    content: ">";
    position: relative;
    margin-left: 2.5rem;
}
@media (max-width: 767.98px) {
    .pagination .pagination-control.pagination-control--next:before {
        content: ">";
        position: relative;
        font-weight: normal;
        display: flex;
        justify-content: center;
        font-size: 3rem;
        margin-left: 1.5rem;
    }
}
.pagination .pagination-control.pagination-control--next:before .pagination-control--next--active {
    opacity: 0.7;
}
.pagination .pagination-control.current {
    background-color: #109db9;
}
.pagination .pagination-control.current span,
.pagination .pagination-control.current .folio-item {
    font-weight: 900;
    color: #fff;
}
.pagination .pagination-control.active {
    color: #109db9;
    pointer-events: all;
}

.is_darkmode .pagination .pagination-numbers.pagination-numbers--active {
    border-color: #fff;
}

.section-breadcrumb {
    margin-top: 20px;
    margin-bottom: 20px;
}

.breadcrumb {
    font-size: 1.2rem;
    font-weight: 500;
    color: #25465F;
    white-space: nowrap;
}
.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
}
.breadcrumb ul li:not(:last-child):after {
    content: ">";
    padding-left: 2px;
    padding-right: 4px;
}
.breadcrumb ul li a {
    text-decoration: underline;
}
@media (max-width: 1259.98px) {
    .breadcrumb {
        font-size: 0.9rem;
        margin-bottom: 12px;
        overflow: hidden;
    }
}

.section-hero {
    margin-bottom: 40px;
}
.section-hero .link, .section-hero .card-link {
    color: #fff;
}
.section-hero .link:before, .section-hero .card-link:before {
    background-color: #fff;
}
@media (min-width: 768px) {
    .section-hero {
        margin-bottom: 60px;
    }
}
@media (max-width: 991.98px) {
    .section-hero.hide-picture-mobile .hero-article__content {
        margin-top: 0;
    }
    .section-hero.hide-picture-mobile picture,
.section-hero.hide-picture-mobile .hero-article__picture {
        display: none;
    }
}
@media (min-width: 992px) {
    .section-hero--rubrique {
        margin-bottom: 120px;
    }
}

.hero-accueil {
    color: #fff;
    background-color: #25465F;
}
@media (max-width: 767.98px) {
    .hero-accueil .hero-blue-box__picture {
        height: auto !important;
    }
}
.hero-accueil .hero-accueil__link {
    white-space: nowrap;
    flex: 0;
}
.hero-accueil .hero-accueil__link:focus, .hero-accueil .hero-accueil__link:focus-visible, .hero-accueil .hero-accueil__link:focus-within {
    outline: 1px solid #fff;
}
.hero-accueil .hero-accueil__content {
    width: 33.333333%;
}
@media (max-width: 991.98px) {
    .hero-accueil .hero-accueil__content {
        width: 100%;
    }
}

.hero-blue-box {
    display: flex;
    align-items: center;
}
@media (max-width: 991.98px) {
    .hero-blue-box {
        flex-direction: column-reverse;
    }
}
@media (min-width: 992px) {
    .hero-blue-box {
        display: grid;
    }
}
.hero-blue-box__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    grid-column: 1;
    grid-row: 1;
    padding: 22px 70px;
    color: #fff;
    background-color: #25465F;
}
.hero-blue-box__content > * {
    flex: 0 1 100%;
}
@media (max-width: 991.98px) {
    .hero-blue-box__content {
        position: relative;
        justify-content: flex-start;
        width: 100%;
        min-height: auto;
        padding: 20px;
    }
}
.hero-blue-box__hashtag, .hero-blue-box__date {
    flex: 0;
    font-size: 1.4rem;
    line-height: 2.1rem;
    font-weight: 600;
}
.hero-blue-box__date {
    margin-right: 10px;
}
.hero-blue-box__hashtag {
    flex: 0;
    white-space: nowrap;
}
.hero-blue-box__title {
    font-family: "BouyguesSpeak", sans-serif;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 3.2rem;
    margin: 17px 0 14px;
    display: block;
}
.hero-blue-box__picture {
    width: 100%;
    height: 460px;
    grid-column: 1;
    grid-row: 1;
}
@media (max-width: 991.98px) {
    .hero-blue-box__picture {
        height: 212px;
    }
}
.hero-blue-box__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.hero-article {
    display: grid;
    align-items: start;
}
.hero-article.big__picture {
    height: 285px;
}
.hero-article.big__content {
    margin-top: 180px;
}
.hero-article__content {
    display: flex;
    justify-content: center;
    justify-self: center;
    min-height: 154px;
    width: calc(66.666667% - 20px);
    padding: 22px 132px;
    margin-top: 100px;
}
@media (max-width: 991.98px) {
    .hero-article__content {
        justify-content: flex-start;
        width: 100%;
        min-height: auto;
        padding: 20px;
    }
}
.hero-article__title {
    text-align: center;
    font-size: 5.2rem;
    line-height: 5.8rem;
}
@media (max-width: 991.98px) {
    .hero-article__title {
        padding: 0;
        font-size: 3rem;
        line-height: 3.4rem;
        text-align: left;
    }
}
.hero-article__reader {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
@media (max-width: 991.98px) {
    .hero-article__reader {
        justify-content: flex-start;
    }
}
.hero-article__reader i {
    margin-right: 10px;
    font-size: 2.5rem;
}
.hero-article__picture {
    height: 200px;
    background-size: 300px 142.647px;
    grid-column: 1;
    grid-row: 1;
}
.hero-article__infos {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.is_darkmode .hero-article__infos {
    color: #fff;
}
.hero-article__info {
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 0 6px 0 0;
    font-weight: 600;
    margin-top: 24px;
}
.hero-article__info:nth-child(even):before {
    content: "/";
    margin-right: 6px;
}
@media (max-width: 991.98px) {
    .hero-article__info {
        padding: 0 1px;
        margin-top: 8px;
        font-size: 1.4rem;
    }
    .hero-article__info:first-child:after {
        margin-left: 2px;
    }
}

.hero-rubrique {
    display: flex;
    align-items: center;
    min-height: 504px;
    background-color: #25465F;
}
@media (max-width: 991.98px) {
    .hero-rubrique {
        min-height: auto;
    }
}
.hero-rubrique__title {
    padding: 22px 70px;
    font-family: "BouyguesSpeak", sans-serif;
    font-size: 5.2rem;
    line-height: 5.8rem;
    color: #fff;
}
@media (max-width: 991.98px) {
    .hero-rubrique__title {
        padding: 0;
        font-size: 3rem;
        line-height: 3.4rem;
        text-align: left;
    }
}
.hero-rubrique__content {
    flex: 1;
}
@media (max-width: 991.98px) {
    .hero-rubrique__content {
        justify-content: flex-start;
        width: 100%;
        min-height: auto;
        padding: 20px;
    }
}
.hero-rubrique__picture {
    height: 100%;
    top: 60px;
    position: relative;
}
.hero-rubrique__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.hero-grand {
    color: #fff;
}
.hero-grand h1 {
    font-size: 2.6rem;
    line-height: 3rem;
    font-weight: 900;
    font-family: "BouyguesSpeak", sans-serif;
    margin-bottom: 5px;
}
.hero-grand .intro {
    font-size: 2rem;
    font-weight: 600;
}
.hero-grand .container {
    display: grid;
}
.hero-grand .row {
    height: 100%;
    grid-area: 1/1;
    padding-left: 20px;
    padding-right: 20px;
}
.hero-grand .col {
    align-self: center;
}
.hero-grand picture {
    grid-area: 1/1;
    width: 100%;
}
.hero-grand picture img {
    width: 100%;
    height: auto;
}
@media (min-width: 576px) {
    .hero-grand h1 {
        font-size: 5rem;
        line-height: 5.5rem;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .hero-grand h1 {
        font-size: 6rem;
        line-height: 6.5rem;
        margin-bottom: 20px;
    }
    .hero-grand .intro {
        font-size: 3rem;
    }
}
@media (min-width: 992px) {
    .hero-grand h1 {
        font-size: 9rem;
        line-height: 9.5rem;
        margin-bottom: 30px;
    }
    .hero-grand .intro {
        font-size: 4rem;
    }
    .hero-grand .row {
        padding-left: 70px;
        padding-right: 70px;
    }
}

.section-header {
    margin-bottom: 24px;
}
@media (min-width: 768px) {
    .section-header {
        margin-bottom: 20px;
    }
}

.section-header__title {
    margin-bottom: 15px;
}

.section-header__intro {
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: "BouyguesRead", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.2rem;
}
@media (min-width: 768px) {
    .section-header__intro {
        margin-bottom: 20px;
    }
}

.section-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
}

.search-opened .search-wrapper::before {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 40px);
    background-color: #BBC4CA;
    z-index: 3;
    top: 39px;
    left: 20px;
}
.search-opened.sticky .search-wrapper::before {
    top: 29px;
}
.search-opened.sticky .search__box {
    padding: 21px 20px 21px 20px;
}
.search-opened .search__box {
    display: block;
}
.search-opened .search_input {
    border: 0;
    background-color: transparent;
}

.search-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
}

.search_input {
    width: 100%;
    height: 100%;
    border: 1px solid #DDE0E1;
    padding-left: 10px;
    font-size: 1.4rem;
    cursor: text;
    border-radius: 6px;
}
.main .search_input {
    border-color: #25465F;
}

.search__box {
    display: none;
    position: absolute;
    background-color: #EEEEEE;
    width: 100%;
    padding: 26px 20px 30px 20px;
    top: -15px;
    right: 0;
    z-index: 1;
}

.search__box__form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.search__box__input {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    font-size: 1.4rem;
    line-height: 1;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #BBC4CA;
}

.search__box__select__wrapper {
    position: relative;
    width: 100%;
}
.search__box__select__wrapper .icon-arrow-bottom {
    position: absolute;
    top: 38px;
    right: 10px;
    pointer-events: none;
}

.search__box__select {
    font-size: 1.4rem;
    color: black;
    margin-top: 20px;
    border: 1px solid #BBC4CA;
    padding: 18px 16px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

.search__box__submit {
    background-color: #109db9;
    font-size: 1.5rem;
    color: #FFFFFF;
    width: 196px;
    min-height: 46px;
    padding: 15px;
    margin-top: 25px;
}

.single-communication-press .wizztrust {
    margin-bottom: 40px;
}

.wizztrust {
    margin-top: -40px;
    margin-bottom: 20px;
}
.wizztrust img {
    margin: 0 auto;
    max-width: 90%;
}
.wizztrust .dark {
    display: none;
}

.is_darkmode .wizztrust .light {
    display: none;
}
.is_darkmode .wizztrust .dark {
    display: block;
}

.main_search {
    height: 40px;
    width: 100%;
}
.main_search .search__box__input {
    height: 40px;
    /*border-bottom: 1px solid #fff;*/
    margin-top: -10px;
}
@media (max-width: 991.98px) {
    .main_search .search__box__input {
        margin-top: 0;
    }
}

.search_btn {
    position: absolute !important;
    top: 6px;
    right: 15px;
    z-index: 2;
}
.search_btn svg {
    width: 15px;
    height: auto;
}

.is_darkmode .search_btn svg * {
    fill: #fff;
}

@media (max-width: 767.98px) {
    .wizztrust {
        margin-top: -20px;
    }
}
@media (max-width: 991.98px) {
    .search_btn {
        right: 20px;
    }

    .search__box__form {
        align-items: center;
    }

    .search__box__select__wrapper {
        width: 100%;
    }
    .search__box__select__wrapper .icon-arrow-bottom {
        top: 15px;
        pointer-events: none;
    }
    .main .search__box__select__wrapper {
        margin-top: 20px;
    }

    .search__box__select {
        width: 100%;
        min-height: 46px;
        margin-top: 0;
        border: 0;
        border-bottom: 1px solid #EEEEEE;
        padding: 15px 20px 15px;
    }

    header .main_search .search_btn {
        position: relative !important;
        top: inherit;
        right: inherit;
    }
}
@keyframes popin-open {
    to {
        opacity: 1;
    }
}
@keyframes popin-close {
    from {
        opacity: 1;
    }
}
.main-modal {
    position: fixed;
    z-index: 20000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(37, 70, 95, 0.4);
    padding: 40px;
    box-sizing: border-box;
    align-content: center;
    justify-items: center;
    opacity: 0;
}
.main-modal .box {
    position: relative;
    background: #fff;
    box-sizing: border-box;
    max-height: 700px;
    max-width: 1298px;
    width: 100%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}
.main-modal .icon {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-bottom: 10px;
}
.main-modal .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.main-modal .btn-close:focus-visible {
    position: absolute;
}
.main-modal .btn-close:focus-visible,
.main-modal .cta:focus-visible {
    outline: 1px dashed #25465F;
    outline-offset: 1px;
}
.main-modal.dark .btn-close:focus-visible,
.main-modal.dark .cta:focus-visible,
.main-modal.dark .btn-play:focus-visible, .main-modal.video .btn-close:focus-visible,
.main-modal.video .cta:focus-visible,
.main-modal.video .btn-play:focus-visible {
    outline: 1px dashed #fff;
}
.main-modal[aria-hidden=false] {
    display: grid;
    animation: popin-open 0.3s ease both;
}
.main-modal[aria-hidden=false].close {
    animation: popin-close 0.3s ease both;
}

.main-modal .title-2 {
    font-family: "BouyguesSpeak", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 2.8rem;
    margin-bottom: 10px;
}
.main-modal .sub-title {
    color: #109db9;
}
.main-modal.event .text {
    font-size: 1.4rem;
}
.main-modal.page .text {
    font-size: 1.4rem;
}
.main-modal.event .box, .main-modal.page .box {
    display: flex;
    overflow-y: auto;
}
.main-modal.event .content, .main-modal.page .content {
    /*display: flex;
    flex-direction: column;
    justify-content: center;*/
    align-items: center;
    text-align: center;
    padding: 40px 0;
    overflow-y: auto;
}
.main-modal.event .header, .main-modal.page .header {
    margin-bottom: 40px;
}
.main-modal.event picture, .main-modal.page picture {
    width: 100%;
    height: 100%;
}
.main-modal.event .title-2, .main-modal.page .title-2 {
    display: block;
    margin-bottom: 0;
}
.main-modal.event .sub-title, .main-modal.page .sub-title {
    display: block;
    font-size: 1.5rem;
    color: #109db9;
    font-weight: 600;
    margin-top: 20px;
}
.main-modal.event time, .main-modal.page time {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.main-modal.event time svg, .main-modal.page time svg {
    margin-bottom: 10px;
}
.main-modal.event .text, .main-modal.page .text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-modal.event .text h3, .main-modal.page .text h3 {
    font-size: 1.4rem;
    font-weight: 600;
}
.main-modal.event .text svg, .main-modal.page .text svg {
    margin-bottom: 10px;
}
.main-modal.event.page .text svg, .main-modal.page.page .text svg {
    display: none;
}
.main-modal .cta {
    margin-top: 40px;
}
.main-modal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-modal.video iframe {
    width: 100%;
    height: 100%;
}
.main-modal.video.isPLaying #yt_video {
    z-index: 19;
}
.main-modal.video .cta {
    background: none;
    margin-top: 20px;
}
.main-modal.video .btn-play {
    margin-top: 20px;
}
.main-modal.video #yt_video {
    width: 100%;
    height: 100%;
    grid-column: 1;
    grid-row: 1;
    z-index: 0;
}
.main-modal.video .btn-close {
    z-index: 18;
}
.main-modal.video .btn-close path {
    fill: #fff;
}
.main-modal.video .sub-title {
    color: #fff;
}
.main-modal.video .box {
    background-color: #25465F;
    display: grid;
    align-items: center;
    justify-items: center;
    text-align: center;
    color: #fff;
    /*  width: auto;
      max-width: none;
      max-height: none;*/
}
.main-modal.video .content,
.main-modal.video picture {
    grid-column: 1;
    grid-row: 1;
}
.main-modal.video iframe {
    display: block;
}
.main-modal.video .content {
    z-index: 1;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px;
}
.main-modal.video picture {
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
}
@media (max-width: 1023px) {
    .main-modal {
        /* .btn-close {
             top: 30px;
             right: 30px;
         }*/
    }
    .main-modal.event .content, .main-modal.page .content {
        padding: 40px;
        width: 100%;
    }
    .main-modal.event picture, .main-modal.page picture {
        display: none;
    }
    .main-modal.video .btn-play svg {
        width: 50px;
    }
    .main-modal.video .content {
        width: 90%;
        padding: 40px;
    }
    .main-modal.video .sub-title {
        font-size: 1.4rem;
    }
}
@media (min-width: 1024px) {
    .main-modal .btn-close {
        top: 20px;
        right: 20px;
    }
    .main-modal .title-2 {
        font-size: 3.8rem;
        line-height: 1;
    }
    .main-modal.event .box, .main-modal.page .box {
        padding: 50px 60px;
    }
    .main-modal.event .content, .main-modal.page .content {
        flex: 1 1 50%;
        padding: 40px 60px 40px 0;
    }
    .main-modal.event picture, .main-modal.page picture {
        flex: 1 1 50%;
    }
    .main-modal.event .header, .main-modal.page .header {
        margin-bottom: 70px;
    }
    .main-modal.event .sub-title, .main-modal.page .sub-title {
        margin-top: 30px;
    }
    .main-modal.event time, .main-modal.page time {
        margin-bottom: 45px;
        font-size: 1.8rem;
    }
    .main-modal.event .text h3, .main-modal.page .text h3 {
        font-size: 1.8rem;
    }
    .main-modal.event .cta, .main-modal.page .cta {
        margin-top: 70px;
    }
    .main-modal.page .text {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    .main-modal.video .cta {
        margin-top: 70px;
    }
    .main-modal.video .btn-play {
        margin-top: 70px;
    }
}
@media (min-width: 1300px) {
    .main-modal .btn-close {
        top: 30px;
        right: 30px;
    }
    .main-modal.event .box, .main-modal.page .box {
        padding: 50px 120px;
    }
    .main-modal.event .content, .main-modal.page .content {
        padding: 40px 100px 40px 0;
    }
    .main-modal.event.noImg .content, .main-modal.page.noImg .content {
        padding: 40px 0;
    }
}

.is_contrastmode .box .page .sub-title,
.is_contrastmode .box .event .sub-title {
    color: #25465F;
}
.is_contrastmode .box .page path,
.is_contrastmode .box .event path {
    fill: #25465F;
}

.is_darkmode .box {
    background: #122B3D;
    color: #fff;
}
.is_darkmode .box .sub-title {
    color: #fff;
}
.is_darkmode .box path {
    fill: #fff;
}
.is_darkmode .cta {
    background: none;
    border: 2px solid #fff;
}
.is_darkmode .btn-close:focus-visible,
.is_darkmode .cta:focus-visible,
.is_darkmode .btn-play:focus-visible {
    outline: 1px dashed #fff;
}

.links-list {
    display: flex;
    flex-direction: column;
}

.links-list__item {
    margin: 0 0 26px;
    font-size: 1.8rem;
    line-height: 1.8rem;
}
.links-list__item:last-child {
    margin: 0;
}
.links-list__item .link, .links-list__item .card-link {
    font-size: 1.8rem;
    line-height: 1.8rem;
}

.link-list {
    display: flex;
    flex-direction: row;
}

.link-list__item:not(:last-child):after {
    content: ">";
    padding-left: 4px;
    padding-right: 4px;
    color: #109db9;
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-family: "BouyguesRead", sans-serif;
}

.section-hashtags {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .section-hashtags {
        margin-bottom: 30px;
    }
}

.hashtags-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-flow: wrap;
}
.hashtags-list .hashtag, .hashtags-list .card-hashtag {
    margin-right: 20px;
    border: 1px solid #25465F;
    border-top-right-radius: 18px;
    margin-bottom: 10px;
}
.hashtags-list .hashtag:before, .hashtags-list .card-hashtag:before {
    content: "";
    margin-right: 0;
}
.hashtags-list .hashtag .hashtag__button, .hashtags-list .card-hashtag .hashtag__button {
    border-top-right-radius: 16px;
}

.hashtag__button {
    font-size: 1.3rem;
    padding: 10px 15px 9px;
    line-height: 1rem;
    text-transform: uppercase;
}
.hashtag__button:before {
    content: "#";
    margin-right: 2px;
}
.hashtag__button--active {
    color: #109db9;
}
.is_contrastmode .hashtag__button {
    color: #25465F;
    font-weight: 400;
}
.is_contrastmode .hashtag__button--active {
    color: #FFFFFF;
    background-color: #25465F;
}
.is_darkmode .hashtag__button {
    color: #FFFFFF;
    font-weight: 400;
}
.is_darkmode .hashtag__button--active {
    color: #25465F;
    background-color: #FFFFFF;
}

.eligibility-test {
    display: flex;
    flex-direction: row;
    border-top-right-radius: 40px;
    border: 1px solid #25465F;
}

.questions-wrapper {
    flex: 0 1 68%;
    padding: 58px;
}
.questions-wrapper form {
    display: flex;
    flex-direction: column;
}

.question {
    display: flex;
    flex-direction: row;
    line-height: 3.1rem;
    margin-bottom: 38px;
}

.questions__title {
    margin-bottom: 58px;
}

.question__checkbox {
    margin-left: auto;
    padding-right: 50px;
}
.question__checkbox > label:first-of-type {
    padding-left: 50px;
}
.question__checkbox label:after {
    left: 52px;
}
.question__checkbox label .fake-checkbox {
    display: block;
}
.question__checkbox label .fake-checkbox:first-of-type {
    left: 0;
}

.questions__validate {
    align-self: center;
}

.result-wrapper {
    position: relative;
    flex: 0 1 33%;
    padding: 58px;
    background-color: #109db9;
    text-align: center;
    border-top-right-radius: 40px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.result__title {
    font-size: 3.2rem;
    line-height: 3.2rem;
    margin-bottom: 8px;
}

.result__desc {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin: 42px 0;
}

.result {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
}
.result--hidden {
    display: none;
}

.result__picto {
    display: block;
    width: 158px;
    height: 158px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.result__btn {
    margin-top: 45px;
}

@media (max-width: 991.98px) {
    .eligibility-test {
        flex-direction: column;
    }

    .questions-wrapper {
        flex: 0 1 100%;
        padding: 30px 18px;
    }

    .question {
        flex-direction: column;
        line-height: 2.6rem;
        margin-bottom: 28px;
    }

    .questions__title {
        font-size: 2.8rem;
        line-height: 3.2rem;
        margin-bottom: 26px;
    }

    .question__checkbox {
        margin: 12px auto 0;
    }

    .result-wrapper {
        min-height: 283px;
        border-top-right-radius: 0;
        padding: 20px;
        text-align: left;
    }
    .result-wrapper .result {
        position: relative;
        padding: 0;
    }

    .result__picto {
        width: 80px;
        height: 80px;
    }
}
@media (min-width: 768px) {
    .question__title {
        padding-right: 40px;
    }
}
.autres_articles .title {
    position: relative;
    padding-top: 20px;
    margin-top: 40px;
    margin-bottom: 36px;
    font-family: "BouyguesSpeak", sans-serif;
    font-weight: 400;
    line-height: 5.8rem;
    font-size: 4.8rem;
    outline: none;
}
.autres_articles .intro {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-top: 15px;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .autres_articles .intro {
        margin-bottom: 20px;
    }
}
.autres_articles .title + .intro {
    margin-top: -21px;
    margin-bottom: 36px;
}

.is_darkmode .autres_articles .title,
.is_darkmode .autres_articles .intro {
    color: #FFFFFF;
}

.card {
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    background-color: #F9F9F9;
    min-height: 430px;
}

.card-link-btn {
    width: min-content;
}

.card-link {
    position: relative;
    display: inline-block;
    width: min-content;
    white-space: nowrap;
    font-weight: 500;
}

.content-footer {
    display: flex;
    align-items: end;
    gap: 10px;
}
.content-footer .content-footer-date-link {
    display: flex;
    flex-direction: column;
}
.content-footer .card-time-to-read {
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 1px solid #25465F;
    margin-left: 10px;
    padding-left: 15px;
}
.content-footer .card-time-to-read svg {
    color: #25465F !important;
    fill: #25465F !important;
}

.is_darkmode .content-footer .card-time-to-read svg {
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
}

.card-hashtag {
    text-transform: uppercase;
    font-size: 1.5rem;
}

.card-text {
    font-size: 2.4rem;
    line-height: 1.1;
}

@media (max-width: 991.98px) {
    .card {
        min-height: 205px;
    }

    .card-stat__text__big {
        margin-bottom: 6px;
    }

    .card-text {
        font-size: 1.8rem;
    }

    .content-footer {
        justify-content: center;
    }
}
.card-full-bg {
    justify-content: flex-end;
    padding: 30px;
    background-color: #25465F;
    position: relative;
    z-index: 0;
}
.card-full-bg.card-full-bg-center {
    align-items: center;
}
.card-full-bg.card-full-bg-center .rte {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
    background-color: white;
    color: #25465F;
    padding: 2rem;
    text-align: left;
    border-top-right-radius: 4rem;
    padding-bottom: 6rem;
}
.card-full-bg.card-full-bg-center .rte p {
    margin-bottom: 20px;
}
.card-full-bg.card-full-bg-center .rte h2, .card-full-bg.card-full-bg-center .rte h3, .card-full-bg.card-full-bg-center .rte h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 2.9rem;
}
.card-full-bg.card-full-bg-center .rte ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 15px;
}
.card-full-bg.card-full-bg-center .rte ul li:before {
    content: "–";
    /* Insérez le tiret souhaité ici */
    margin-right: 0.5em;
    /* Espace entre le tiret et le texte de l'élément */
}
.card-full-bg.card-full-bg-center .rte + .card-link-btn {
    z-index: 1;
    margin-bottom: 3rem;
}
.card-full-bg.card-full-bg-center .card-link-btn {
    width: unset;
}

.card-full-bg__hashtag {
    margin-bottom: 20px;
}

.card-full-bg__text {
    margin-bottom: 44px;
}

.card-full-bg__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.card-full-bg__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .card-full-bg {
        text-align: center;
        align-items: center;
        padding: 20px;
    }

    .card-full-bg__hashtag {
        margin-bottom: 16px;
    }

    .card-full-bg__text {
        margin-bottom: 34px;
    }
}
.card-bg-top {
    font-size: 1.5rem;
    color: #25465F;
    flex-direction: column-reverse;
}

.card-bg-top__img,
.card-bg-top__bg {
    flex-grow: 99;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 262px;
}
.card-bg-top--pattern .card-bg-top__img,
.card-bg-top--pattern .card-bg-top__bg {
    background-repeat: repeat;
    background-position: center;
    background-size: 300px 142.647px;
}
.card-bg-top__img img,
.card-bg-top__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 767.98px) {
    .card-bg-top__img,
.card-bg-top__bg {
        flex-grow: 0;
    }
}

.card-bg-top__content {
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.card-bg-top__header a {
    display: inline-block;
    transition: 1s;
}
.card-bg-top__header a:hover {
    transform: scale(1.1);
}

.card-bg-top__header {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 14px;
    order: -1;
}

.card-bg-top__header__hashtag {
    color: #109db9;
    font-size: 1.3rem;
    padding: 5px 15px;
    border: 1px solid;
    border-radius: 14px;
    text-transform: none;
    font-weight: normal;
}

.card-bg-top__text {
    line-height: 1.4;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}

@media (max-width: 991.98px) {
    .card-bg-top__img,
.card-bg-top__bg {
        height: 220px;
    }

    .card-bg-top__content {
        text-align: center;
    }
}
.card-event {
    flex-direction: row;
    color: #25465F;
    background: #F9F9F9;
}
.card-event .card-bg-top__content {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 991.98px) {
    .card-event .card-bg-top__content {
        text-align: left;
    }
}
.card-event .card-bg-top__content .evenement-category {
    color: #109db9;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.card-event .card-bg-top__content .evenement-tags {
    margin-top: 5px;
    font-size: 0;
}
.card-event .card-bg-top__content .evenement-tags li {
    display: inline-block;
    border: 1px solid #BBC4CA;
    padding: 5px 30px;
    margin: 0 5px 5px 0;
    border-radius: 0 25px 0 0;
    font-size: 13px;
    font-weight: 600;
}
.card-event .card-bg-top__content .evenement-compteur span {
    display: inline-block;
    background-color: #109db9;
    color: #FFFFFF;
    padding: 17px 16px;
    font-weight: 600;
    font-size: 27px;
    margin-top: 20px;
    text-transform: uppercase;
}
.card-event .card-bg-top__content .evenment-title {
    margin-top: 19px;
    font-size: 28px;
    font-weight: 600;
    line-height: 26px;
}
.card-event .card-bg-top__content .calendar {
    display: flex;
    margin-top: 40px;
}
.card-event .card-bg-top__content .calendar .picto {
    margin-right: 15px;
}
.card-event .card-bg-top__content .calendar .calendar-text .date {
    font-size: 24px;
    font-weight: 600;
    color: #109db9;
}
.card-event .card-bg-top__content .calendar .calendar-text .hour {
    margin-top: 5px;
}
.card-event .card-bg-top__content .link, .card-event .card-bg-top__content .card-link {
    margin-top: auto;
}
.card-event .card-bg-top__content .link a, .card-event .card-bg-top__content .card-link a {
    margin-top: 30px;
    border-bottom: 1px solid #109db9;
    line-height: 27px;
}
.card-event .card-bg-top__content .link:before, .card-event .card-bg-top__content .card-link:before {
    display: none;
}
.is_darkmode .card-event {
    color: #FFFFFF;
}
.is_darkmode .card-event svg {
    color: #FFFFFF;
    fill: #FFFFFF;
}
.is_contrastmode .card-event .card-bg-top__content .evenement-category {
    color: #25465F;
}
.is_contrastmode .card-event .card-bg-top__content .evenement-compteur span {
    background-color: #25465F;
}
.is_contrastmode .card-event .card-bg-top__content .calendar .calendar-text .date {
    color: #25465F;
}
.is_contrastmode .card-event .card-bg-top__content .link a, .is_contrastmode .card-event .card-bg-top__content .card-link a {
    border-bottom: 1px solid #25465F;
}

.card-event-push {
    justify-content: space-between;
    align-items: center;
    background: url(/wp-content/themes/bouygues-corpo/assets/img/bg/bg-card-event-push.jpg) 0 0 no-repeat;
    background-size: cover;
}
.card-event-push__header {
    text-align: center;
    margin-top: 29px;
}
@media (max-width: 991.98px) {
    .card-event-push__header {
        margin-top: 19px;
    }
}
.card-event-push__header__tag {
    display: block;
    padding: 3px 5px;
    margin-bottom: 5px;
    font-size: 1.3rem;
    color: #109db9;
    text-transform: uppercase;
    background-color: #FFFFFF;
}
.card-event-push__middle {
    padding: 75px 50px 0;
    background: url(/wp-content/themes/bouygues-corpo/assets/img/icons/calendar.svg) center 0 no-repeat;
    background-size: 60px auto;
}
@media (max-width: 991.98px) {
    .card-event-push__middle {
        width: auto;
        padding: 70px 20px 0;
        background: url(/wp-content/themes/bouygues-corpo/assets/img/icons/calendar.svg) center 0 no-repeat;
        background-size: 45px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .card-event-push__middle * {
        text-align: center !important;
    }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
    .card-event-push__middle {
        background-size: 35px auto;
        padding: 50px 20px 0;
    }
}
.card-event-push__title, .card-event-push__dateStart {
    line-height: 1.2;
    text-align: center;
}
@media (max-width: 991.98px) {
    .card-event-push__title, .card-event-push__dateStart {
        text-align: left;
    }
}
.card-event-push__title {
    font-size: 3rem;
    padding-bottom: 1rem;
}
@media (max-width: 991.98px) {
    .card-event-push__title {
        font-size: 2rem;
    }
}
.card-event-push__dateStart {
    font-size: 2rem;
}
@media (max-width: 991.98px) {
    .card-event-push__dateStart {
        font-size: 1.5rem;
    }
}
.card-event-push__link {
    margin-bottom: 30px;
    color: #FFFFFF;
}
@media (max-width: 991.98px) {
    .card-event-push__link {
        margin-bottom: 20px;
    }
}
.card-event-push__link:hover {
    color: #FFFFFF;
}
.card-event-push__link:before {
    background-color: #FFFFFF;
}
.is_darkmode .card-event-push__header__tag {
    color: #109db9;
}
.is_contrastmode .card-event-push__header__tag {
    color: #25465F;
}
.is_contrastmode .card-event-push__link {
    color: #FFFFFF;
}
.is_contrastmode .card-event-push__link:hover {
    color: #FFFFFF;
}
.is_contrastmode .card-event-push__link:before {
    background-color: #FFFFFF;
}

.card-video {
    position: relative;
    z-index: 0;
    background-size: cover;
    background-color: #25465F;
    width: 100%;
}

.card-video__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.card-video__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-transcription {
    display: none;
}

.card-video__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.card-video__header {
    margin-top: 77px;
    margin-bottom: 7px;
}

.card-video__text {
    text-align: center;
    margin-bottom: 34px;
    font-size: 1.8rem;
}

.card-video__play-btn .icon-play {
    font-size: 4.4rem;
}

.card-video__transcription {
    left: 0;
    bottom: -38px;
    padding: 5px;
    color: #FFFFFF;
    font-size: 1.4rem;
    text-decoration: underline;
    background-color: #25465F;
}

@media (max-width: 991.98px) {
    .card-video__header {
        margin-top: 20px;
    }

    .card-video__transcription {
        /* left: 50%;
         transform: translateX(-50%);
         width: 100%;*/
    }

    .card-video__content {
        min-height: 205px;
    }

    .card-video__text {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.card-com {
    display: grid;
    align-items: center;
    background-size: cover;
}
@media (max-width: 991.98px) {
    .card-com {
        display: flex;
    }
}

.card-com__header {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    grid-area: 1/1;
    align-self: start;
    text-align: center;
    margin-top: 29px;
}

.card-com__header a {
    display: inline-block;
    transition: 1s;
}
.card-com__header a:hover {
    transform: scale(1.1);
}

.card-com__header__date {
    width: 100%;
    display: block;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #25465F;
    padding: 5px;
    margin-bottom: 5px;
}

.card-com__header__hashtag {
    color: #109db9;
    font-size: 1.3rem;
    padding: 5px 15px;
    border: 1px solid;
    border-radius: 14px;
    text-transform: none;
    font-weight: normal;
}

.card-com a:hover, .card-bg-top a:hover {
    text-decoration: underline;
}

.card-com__text {
    color: #25465F;
    font-size: 2.1rem;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 1.2;
    grid-area: 1/1;
    padding-top: 18px;
    padding-bottom: 18px;
}
@media (max-width: 767.98px) {
    .card-com__text {
        margin-top: auto;
        margin-bottom: auto;
        padding-bottom: 80px;
    }
}

.card-com.hashtagBis .card-com__header {
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 1259.98px) {
    .card-com.hashtagBis .card-com__text {
        padding-top: 38px;
    }
}
@media (max-width: 991.98px) {
    .card-com.hashtagBis .card-com__text {
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 28px;
        padding-bottom: 60px;
    }
}

.card-com__link {
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .card-com__header {
        margin-top: 19px;
    }

    .card-com__text {
        font-size: 1.8rem;
    }

    .card-com__link {
        margin-bottom: 20px;
    }
}
.card-document {
    justify-content: space-between;
    align-items: center;
}

.card-document__header {
    text-align: center;
}

.card-document__header_date {
    margin-top: 29px;
}

.card-document__header__metadata {
    display: block;
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: 5px;
    margin-bottom: 5px;
}

.card-document__text {
    font-size: 2.1rem;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 1.2;
    margin: auto;
}

.card-document__icon {
    margin-bottom: 15px;
}

.card-document__link {
    margin-bottom: 30px;
}

.card-document,
.card-document .card-link,
.card-document .card-document__icon:before,
.card-document__header__metadata,
.card-document__header__hashtag,
.card-document__text {
    color: #FFFFFF !important;
    background-color: #109db9 !important;
}

.card-document .card-link:before {
    background-color: #FFFFFF !important;
}

.card-document .card-com__header__date {
    color: #109db9;
    background-color: #FFFFFF;
}

.is_darkmode .card-document,
.is_darkmode .card-document .card-link,
.is_darkmode .card-document .card-document__icon:before,
.is_darkmode .card-document__header__metadata,
.is_darkmode .card-document__header__hashtag,
.is_darkmode .card-document__text {
    color: #FFFFFF !important;
    background-color: #25465F !important;
}
.is_darkmode .card-document .card-com__header__date {
    color: #25465F;
    background-color: #FFFFFF;
}

.is_contrastmode .card-document,
.is_contrastmode .card-document .card-link,
.is_contrastmode .card-document .card-document__icon:before,
.is_contrastmode .card-document__header__metadata,
.is_contrastmode .card-document__header__hashtag,
.is_contrastmode .card-document__text {
    color: #25465F !important;
    background-color: #FFFFFF !important;
}
.is_contrastmode .card-document {
    border: 1px solid #25465F;
}
.is_contrastmode .card-document .card-link:before {
    background-color: #25465F !important;
}
.is_contrastmode .card-document .card-com__header__date {
    color: #25465F;
    background-color: #FFFFFF;
}

@media (max-width: 991.98px) {
    .card-document__header {
        margin-top: 19px;
    }

    .card-document__text {
        font-size: 1.8rem;
    }

    .card-document__link {
        margin-bottom: 20px;
    }
}
.card-stat {
    background-color: #109db9;
    justify-content: space-between;
    align-items: center;
}
.card-stat svg {
    fill: #fff;
}

.card-stat__header {
    margin-top: 22px;
}

.card-stat__text {
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 29px;
}

.card-stat__text__big {
    display: block;
    font-size: 6.8rem;
    line-height: 1.1;
}

.card-stat__text__normal {
    font-size: 2.4rem;
    line-height: 2.6rem;
    font-weight: 500;
}

.card-stat__img {
    width: 150px;
    height: 150px;
    margin-bottom: 45px;
}
.card-stat__img svg g {
    fill: #25465F !important;
}

@media (max-width: 1259.98px) {
    .card-stat__img {
        width: 100px;
        height: 100px;
    }

    .card-stat__text {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 0;
    }

    .card-stat__text__big {
        font-size: 5.2rem;
    }

    .card-stat__text__normal {
        font-size: 2rem;
    }
}
.card-profil {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-profil__image {
    width: 100%;
}

.card-profil__content {
    padding: 26px 30px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-profil__title {
    margin-bottom: 8px;
    font-size: 1.5rem;
    line-height: 1.7rem;
    font-weight: 600;
    padding-right: 72px;
}

.card-profil__text {
    margin-bottom: 8px;
    font-size: 1.5rem;
    line-height: 2rem;
}

.card-profil__footer {
    margin-top: auto;
    display: flex;
}
.card-profil__footer > *:not(:nth-last-child(1)) {
    margin-right: 10px;
}

.card-profil__socials {
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 0;
    top: 0;
}

.card-profil__social {
    width: 40px;
    height: 40px;
    background-color: #000;
    margin-left: 1px;
}
.card-profil__social--twitter {
    background-color: #109DB9;
}
.card-profil__social--linkedin {
    background-color: #25465F;
}
.card-profil__social .card-profil__icon {
    display: flex;
    vertical-align: middle;
    text-align: center;
}
.card-profil__social .card-profil__icon:before {
    color: #fff;
    padding: 11px;
}

@media (max-width: 991.98px) {
    .card-profil__content {
        padding: 26px 20px 0;
    }
}
.card-social-network {
    justify-content: center;
    color: #fff;
    min-height: 375px;
    position: relative;
    flex: 0 1 100%;
    padding: 0 10px;
}
.card-social-network:first-child {
    padding-left: 0;
}
.card-social-network:last-child {
    padding-right: 0;
}
.card-social-network--twitter .card-social-network__content {
    background-color: #109DB9;
}
.card-social-network--twitter .card-social-network__content:before {
    content: "";
}
.card-social-network--linkedin .card-social-network__content {
    background-color: #25465F;
}
.card-social-network--linkedin .card-social-network__content:before {
    content: "";
}

.card-social-network__content {
    padding: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.card-social-network__content:before {
    font-family: "icomoon";
    position: absolute;
    top: 25px;
    right: 35px;
}

.social-network__section {
    display: flex;
}

.card-social-network__wrapper {
    margin-top: 40px;
}

.card-social-network__author {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 600;
}

.card-social-network__date {
    font-weight: 500;
    margin-bottom: 22px;
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.card-social-network__link {
    color: #fff;
    width: min-content;
    white-space: nowrap;
    margin-top: auto;
}
.card-social-network__link:before {
    background-color: #fff;
}

@media (max-width: 991.98px) {
    .social-network__section {
        flex-direction: column;
    }

    .card-social-network__wrapper {
        margin-top: 0;
    }

    .card-social-network {
        padding: 0;
        min-height: auto;
        margin-bottom: 20px;
    }

    .card-social-network__author {
        font-size: 1.5rem;
        line-height: 1.9rem;
        font-weight: 600;
    }

    .card-social-network__date {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }

    .card-social-network__content {
        padding: 20px;
    }

    .card-social-network__text {
        font-size: 1.5rem;
        line-height: 1.9rem;
        font-weight: 500;
    }

    .card-social-network__link {
        margin-top: 10px;
    }
}
.card-document-light {
    min-height: inherit;
    height: auto;
}
.card-document-light:nth-child(odd) {
    background-color: #EEEEEE;
}

.section-cards .card-document-light {
    width: 100%;
}

.section-cards .card-document-light--inline {
    width: 33%;
}

.card-document-light__inner {
    display: flex;
    flex-direction: row;
    position: relative;
    flex: 0 1 100%;
    padding: 17px 40px 17px 30px;
}

.card-document-light--inline {
    flex: 0 1 33%;
    background-color: #F9F9F9;
}

.card-document-light__icon {
    flex: 0 0 55px;
    width: 55px;
    margin-right: 20px;
    font-size: 4.5rem;
    text-align: center;
    width: 100%;
}
.card-document-light__icon.icon-www-icon {
    font-size: 3.5rem;
}

.is_darkmode .card-document-light__icon:before {
    color: #fff;
}

.grid-temps-forts .section-card .card-document-light__icon {
    flex: 0 0 100%;
    width: 100%;
}

.is_darkmode .card-document-light__content,
.is_darkmode .card-document-light__text {
    color: #fff;
}

.card-document-light__content {
    justify-content: space-between;
    flex-direction: column;
    color: #25465F;
}

.card-document-light__meta {
    margin-bottom: 4px;
    font-size: 1.5rem;
    line-height: 1.8rem;
}
@media (max-width: 991.98px) {
    .card-document-light__meta .date {
        display: block;
        margin-bottom: 2px;
    }
}
.card-document-light__meta .hashtag, .card-document-light__meta .card-hashtag {
    color: #109db9;
}
.is_contrastmode .card-document-light__meta .hashtag, .is_contrastmode .card-document-light__meta .card-hashtag {
    color: #25465F;
}
@media (max-width: 991.98px) {
    .card-document-light__meta .hashtag, .card-document-light__meta .card-hashtag {
        display: block;
    }
}

.card-document-light__text {
    color: #25465F;
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-bottom: 6px;
}
.card-document-light__text a {
    text-decoration: underline;
}
.is_contrastmode .card-document-light__text a {
    color: #25465F;
}

.card-document-light__fileMeta {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 5px;
}

.card-document-light__link {
    width: auto;
}
.is_contrastmode .card-document-light__link {
    color: #25465F;
}
.is_contrastmode .card-document-light__link:before {
    background-color: #25465F;
}
.is_darkmode .card-document-light__link {
    color: #109db9 !important;
}
.is_darkmode .card-document-light__link:before {
    background-color: #109db9 !important;
}
@media (max-width: 991.98px) {
    .card-document-light__link {
        white-space: normal;
        text-decoration: underline;
    }
    .card-document-light__link:before {
        display: none;
    }
}

@media (min-width: 992px) {
    .section-cards .card-document-light__inner {
        width: 100%;
        padding-right: 40px;
        padding-left: 30px;
    }
}
@media (max-width: 991.98px) {
    .card-document-light {
        margin-bottom: 25px;
    }

    .card-document-light--inline {
        flex: 0 1 100%;
    }
}
.card-visuel {
    align-items: center;
    justify-content: center;
    padding: 30px;
    background-color: #25465F;
    position: relative;
    z-index: 0;
}
.card-visuel .card-content {
    background-color: #fff;
    color: #25465F;
}

.strate {
    display: flex;
    justify-content: space-between;
    min-height: 480px;
    background-color: #F9F9F9;
}

.strate-title {
    font-family: "BouyguesSpeak", sans-serif;
    font-size: 4.8rem;
    line-height: 1;
    margin-bottom: 2.7rem;
    display: block;
}

.strate-text {
    margin-bottom: 26px;
}

.strate-left {
    flex-direction: row-reverse;
}

@media (max-width: 1259.98px) {
    .strate-title {
        font-size: 3.8rem;
    }
}
@media (max-width: 991.98px) {
    .strate {
        flex-direction: column;
        min-height: auto;
        margin-bottom: 20px;
    }
    .strate-video .strate {
        min-height: 205px;
    }

    .strate-title {
        font-size: 2.8rem;
        margin-bottom: 1.5rem;
    }

    .strate-left {
        flex-direction: column;
    }
}
.strate-push-1 {
    align-items: stretch;
}
.strate-push-1.strate-push-1--pattern {
    background-repeat: repeat;
    background-position: center;
    background-size: 306px 145.5px;
}

.strate-push-1__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-left: 20px;
    background-repeat: repeat;
    background-position: center;
    background-size: 306px 145.5px;
    align-items: center;
}

.strate-push-1__content__wrapper {
    background-color: #FFFFFF;
    padding: 40px;
    border-top-right-radius: 40px 40px;
    max-width: 24em;
}

.strate-push-1__media {
    width: 50%;
    padding: 80px 0;
}

.strate-push-1__media__picture {
    width: 100%;
    height: 100%;
}

.strate-push-1__media__picture__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.strate-left .strate-push-1__content {
    padding-right: 20px;
    padding-left: 0;
}

@media (max-width: 991.98px) {
    .strate-push-1__content {
        width: 100%;
        padding-left: 0;
    }

    .strate-push-1__content__wrapper {
        width: 22em;
        padding: 30px 10px 10px;
        margin: 60px 0;
        max-width: 80%;
    }

    .strate-push-1__content__link {
        align-self: center;
    }

    .strate-push-1__media {
        display: none;
    }

    .strate-left .strate-push-1__content {
        padding-left: 0;
        padding-right: 0;
    }
}
.strate-exerge-text-cadre {
    min-height: auto;
}
.strate-exerge-text-cadre .strate-push-2__content > *:last-child {
    margin-bottom: 0;
}

.strate-push-2 .card-video {
    height: 100%;
    margin: 0;
    /*.card-video__content {
        height: 100%;
    }*/
}
.card-video__header {
    margin-top: 0;
}

.strate-push-2__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 34%;
    padding-right: 20px;
}
.strate-push-2__content.text-cadre {
    width: 66%;
    padding: 60px 20px;
    margin: 0 auto;
    border: 1px solid #25465F;
    border-radius: 0 89px 0 0;
}

.is_darkmode .strate-push-2__content.text-cadre {
    border-color: #FFFFFF;
}

.strate-exerge-text-cadre .strate-push-2__content.strate-push-2__content-mobile {
    display: none;
}
.strate-exerge-text-cadre .strate-push-2__content.strate-push-2__content-mobile .strate-push-2__content__link {
    display: none;
    margin-top: 40px;
}

.strate-push-2__content__link {
    width: max-content;
}

.strate-push-2__media {
    width: 66%;
    position: relative;
}
.strate-push-2--pattern .strate-push-2__media {
    background-repeat: repeat;
    background-position: center;
    background-size: 300px 142.647px;
}
.strate-push-2__media--full {
    width: 100%;
    margin-bottom: 20px;
}

.strate-push-2__media__picture {
    width: 100%;
    height: 100%;
}

.strate-push-2__media__picture__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.strate-left .strate-push-2__content {
    padding-left: 20px;
    padding-right: 0;
}

@media (max-width: 991.98px) {
    .strate-push-2__content {
        width: 100%;
        padding-bottom: 20px;
        padding-right: 0;
    }
    .strate-push-2__content.text-cadre {
        width: 100%;
    }

    .strate-push-2__content__link {
        align-self: center;
    }

    .strate-push-2__media {
        width: 100%;
        margin-bottom: 20px;
    }

    .strate-left .strate-push-2__content {
        padding-left: 0;
        padding-right: 0;
    }

    .strate-exerge-text-cadre .strate-push-2__content .strate-push-2__content__link {
        display: none;
    }

    .strate-exerge-text-cadre .strate-push-2__content.strate-push-2__content-mobile {
        display: flex;
    }
    .strate-exerge-text-cadre .strate-push-2__content.strate-push-2__content-mobile .strate-push-2__content__link {
        display: block;
    }
}
.block-txt-intro {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.block-txt-intro .second-title {
    margin-bottom: 34px;
}

.block-txt-intro__intro {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 600;
    width: 80%;
}
.block-txt-intro--left .block-txt-intro__intro {
    text-align: left;
    align-self: flex-start;
}

.strate-key-number {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    background-color: #25465F;
}
@media (max-width: 767px) {
    .strate-key-number {
        margin-top: 55px;
    }
    .strate-key-number .tooltip-page {
        bottom: calc(100%);
    }
}
.strate-key-number .btn__primary {
    margin-top: auto;
}
.strate-key-number__content {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 40px;
}
@media (max-width: 767px) {
    .strate-key-number__content {
        padding: 10px 10px 30px;
    }
}
.strate-key-number__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    row-gap: 40px;
    margin-bottom: 10px;
    padding: 40px 0;
    width: 100%;
}
@media (max-width: 991px) {
    .strate-key-number__list {
        flex-direction: column;
        row-gap: 20px;
        padding: 10px;
    }
}
.strate-key-number__item {
    display: flex;
    align-items: center;
    column-gap: 15px;
    text-align: center;
    width: 25%;
}
@media (max-width: 991px) {
    .strate-key-number__item {
        width: 40%;
    }
}
@media (max-width: 991px) {
    .strate-key-number__item {
        flex-direction: column;
        column-gap: 0;
    }
}
.strate-key-number__item--text {
    text-align: left;
}
@media (max-width: 991px) {
    .strate-key-number__item--text {
        text-align: center;
    }
}
.strate-key-number__item--picto {
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
}
@media (max-width: 767px) {
    .strate-key-number__item--picto {
        flex: 0 0 80px;
        width: 80px;
        height: 80px;
    }
}
.strate-key-number--white .strate-key-number__item--picto svg {
    fill: #25465F;
}
.strate-key-number--white .strate-key-number__item--picto svg g {
    fill: #25465F;
}
.strate-key-number__value {
    margin-bottom: 8px;
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1;
    color: #109db9;
}
@media (max-width: 991px) {
    .strate-key-number__value {
        font-size: 3.5rem;
    }
}
@media (max-width: 767px) {
    .strate-key-number__value {
        font-size: 3.5rem;
    }
}
.strate-key-number__value img {
    max-width: 100%;
    height: auto;
}
.strate-key-number__label {
    font-size: 2.4rem;
    line-height: 2.6rem;
    font-weight: 500;
}
@media (max-width: 767px) {
    .strate-key-number__label {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
}
.strate-key-number--white {
    color: #25465F;
    background-color: #F9F9F9;
}

.key-number-picto svg {
    width: 100%;
    height: 100%;
}
.key-number-picto svg, .key-number-picto svg g {
    fill: #FFFFFF;
}
.key-number-picto svg line, .key-number-picto svg circle {
    stroke: #FFFFFF;
}
.strate-key-number--white .key-number-picto svg, .strate-key-number--white .key-number-picto svg g {
    fill: #25465F;
}
.strate-key-number--white .key-number-picto svg line, .strate-key-number--white .key-number-picto svg circle {
    stroke: #25465F;
}

.is_contrastmode .strate-key-number__value {
    color: #FFFFFF;
}
.is_contrastmode .strate-key-number--white .strate-key-number__value {
    color: #25465F;
}

.is_darkmode .strate-key-number--white {
    color: #FFFFFF;
    background: none;
}
.is_darkmode .strate-key-number--white .strate-key-number__value {
    color: #FFFFFF;
}
.is_darkmode .strate-key-number--white .strate-key-number__item--picto svg, .is_darkmode .strate-key-number--white .strate-key-number__item--picto svg g {
    fill: #FFFFFF;
}
.is_darkmode .strate-key-number--white .strate-key-number__item--picto svg line, .is_darkmode .strate-key-number--white .strate-key-number__item--picto svg circle {
    stroke: #FFFFFF;
}

.strate-grid-card {
    margin-bottom: 10px;
}
.strate-grid-card .card {
    height: 100%;
}

@media (max-width: 991.98px) {
    .strate-grid-card .card:not(.card-bg-top):not(.card-bg-top--pattern) {
        aspect-ratio: 1;
    }
}
.strate-grid-temps-forts {
    /*
        &.bgcolor-blue {
            .wrapper {
                background-color: $color-secondary;
            }

            .hashtag__button {
                color: #fff;
            }

            .hashtags-list .hashtag {
                border-color: #fff;
            }

            .hashtag__button--active {
                background-color: #fff;
                color: $color-secondary;
            }
        }

        &.bgcolor-gray {
            .wrapper {
                background-color: $color-light-grey
            }
        }

        &.bgcolor-blue,
        &.bgcolor-gray {
            .wrapper {
                padding: 45px 30px;
                margin-left: 10px;
                margin-right: 10px;
            }
        }
    */
}
.strate-grid-temps-forts .wrapper {
    width: 100%;
}
.strate-grid-temps-forts .row {
    flex: 1 1 100%;
}
.strate-grid-temps-forts .card {
    height: 100%;
}
.strate-grid-temps-forts .tooltip-page {
    right: 10px;
}

/*
.is_darkmode {
    .strate-grid-temps-forts {
        &.bgcolor-gray {
            .wrapper {
                background-color: $color-secondary
            }
        }
    }
}

.is_contrastmode {
    .strate-grid-temps-forts {

        &.bgcolor-blue,
        &.bgcolor-gray {

            .hashtags-list .hashtag {
                border-color: #fff;
            }

            .hashtag__button--active {
                font-weight: 800;
                background-color: rgba(0, 0, 0, 0);
                color: #fff;
            }

            .btn-access-tooltip {
                color: #fff;
                border-color: #fff;
            }

            &.bgcolor-gray {
                .wrapper {
                    background-color: $color-secondary
                }

                .hashtag__button {
                    color: #fff;
                }
            }
        }
    }
}
*/
.grid-temps-forts {
    display: none;
}
.grid-temps-forts--active {
    display: flex;
}

@media (max-width: 767.98px) {
    .strate-grid-temps-forts .card {
        min-height: 375px;
    }
    .strate-grid-temps-forts .card a.card-com__text,
.strate-grid-temps-forts .card .card-bg-top__text a {
        text-decoration: underline;
    }
}
.strate-separator {
    width: 100%;
}

.icon-bouygues-separator {
    width: 100%;
    display: flex;
    height: 1px;
    border-top: 1px solid #25465F;
    margin: 1.5em 0;
    padding: 0;
    margin: 1.5em 0;
    align-items: center;
    justify-content: center;
}
.icon-bouygues-separator:before {
    background-color: #F9F9F9;
    padding: 0 26px;
    font-size: 4.5rem;
}

.strate-grid-document-light {
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .strate-gouvernance .tooltip-page {
        margin-bottom: -35px;
    }
    .strate-gouvernance .section-card {
        padding-top: 40px;
    }
}
@media (min-width: 768px) {
    .strate-gouvernance .section-card {
        margin-bottom: 40px;
    }
}

@keyframes popin-fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes popin-fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.is_darkmode .strate-image-accessible .image .longdesc-cta,
.is_contrastmode .strate-image-accessible .image .longdesc-cta {
    background-color: #25465F;
}

.strate-image-accessible.bgcolor-blue .wrapper {
    background-color: #25465F;
    color: #fff;
}
.strate-image-accessible.bgcolor-gray .wrapper {
    background-color: #EEEEEE;
}
.strate-image-accessible.bgcolor-blue .wrapper, .strate-image-accessible.bgcolor-gray .wrapper {
    padding: 45px 30px;
    margin-left: 10px;
    margin-right: 10px;
}
.strate-image-accessible .wrapper {
    width: 100%;
}
.strate-image-accessible .text-bottom {
    margin-top: 30px;
}
.strate-image-accessible .image {
    position: relative;
    padding-bottom: 40px;
    text-align: center;
}
.strate-image-accessible .image .longdesc-cta {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: underline;
    background-color: #25465F;
    padding: 5px;
}
.strate-image-accessible .image img {
    max-width: 100%;
}
.strate-image-accessible .longdesc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: rgba(37, 70, 95, 0.35);
    display: flex;
    justify-content: center;
    align-items: center;
}
.strate-image-accessible .longdesc .btn-close {
    position: absolute;
    line-height: 1;
    top: 20px;
    right: 20px;
}
.strate-image-accessible .longdesc .btn-close:before {
    content: "";
    font-family: icomoon;
    color: #fff;
}
.strate-image-accessible .longdesc .box {
    background: #25465f;
    position: relative;
    padding: 60px;
    width: calc(100vw - 100px);
    max-width: 800px;
    overflow-y: scroll;
    max-height: 80vh;
    color: #fff;
}
@media (max-width: 1259.98px) {
    .strate-image-accessible .longdesc .box {
        padding: 60px 30px;
        width: calc(100vw - 50px);
    }
}
.strate-image-accessible .longdesc.close {
    animation: popin-fadeout 0.4s ease !important;
}
.strate-image-accessible .longdesc[aria-hidden=false] {
    animation: popin-fadein 0.4s ease;
}
.strate-image-accessible .longdesc[aria-hidden=true] {
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    visibility: hidden;
}
.strate-image-accessible.center .image {
    margin: 0 auto;
}
@media (max-width: 1259.98px) {
    .strate-image-accessible .image {
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .strate-image-accessible .content {
        display: flex;
        align-items: center;
        text-align: center;
    }
    .strate-image-accessible:not(.center) .content .image {
        width: 33%;
    }
    .strate-image-accessible:not(.center) .content .rich-content {
        width: 66%;
        padding-right: 40px;
    }
    .strate-image-accessible.reverse .content .image {
        order: 1;
        margin-left: 0;
    }
    .strate-image-accessible.reverse .content .rich-content {
        order: 2;
        padding-left: 40px;
    }
}

.is_darkmode .strate-image-accessible.bgcolor-gray .wrapper {
    background-color: #25465F;
}

.strate-cta {
    margin-top: 30px;
    margin-bottom: 30px;
}
.strate-cta .strate-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.strate-cta .strate-content a {
    margin: 5px;
}

.strate-apizee {
    margin-top: 30px;
    margin-bottom: 30px;
    scroll-margin-top: 200px;
}
.strate-apizee .strate-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 66px;
    text-align: center;
}
.strate-apizee #outgoing-call,
.strate-apizee #call-ended {
    display: none;
}
.strate-apizee #apizee-rgpd {
    display: none;
}
.strate-apizee #button-list {
    display: none;
}
.strate-apizee #apizee-msg {
    display: none;
}
.strate-apizee button {
    margin: 5px;
}
.strate-apizee button[disabled] {
    background: #b3b3b3;
    border: 2px solid #b3b3b3;
}
.strate-apizee.waiting {
    background: transparent url(/wp-content/themes/bouygues-corpo/assets/img/spinner.svg) no-repeat center center;
}
.strate-apizee.consent #button-list {
    display: none;
}
.strate-apizee.consent #apizee-rgpd {
    display: none;
}
.strate-apizee.noagent #button-list {
    display: none;
}
.strate-apizee.noagent #apizee-msg {
    display: block;
}
.strate-apizee.available #button-list {
    display: block;
}
.strate-apizee.available #apizee-msg {
    display: none;
}
.strate-apizee.calling #button-list {
    display: none !important;
}
.strate-apizee.calling #outgoing-call {
    display: block;
}

#comBoxAll {
    opacity: 0;
}

#comBoxAll .comBox:not(.maximized),
#comBoxAll .comBoxBanner,
#comBoxAll .comBox .comBoxHeaderClose,
#comBoxAll .comBox .comBoxTopActionButton,
#comBoxAll .comBox .comBoxDisplayChat {
    display: none !important;
}

#comBoxAll .comBox.maximized:not(.comBoxMobile) .comBoxMaximizedZone,
#comBoxAll .comBox.maximized:not(.fullscreen) .comBoxMaximizedZone {
    position: relative !important;
}

.print-pdf {
    width: 1280px;
    position: absolute;
    top: 1000%;
    left: 1000%;
}
.print-pdf .graph svg {
    width: 100% !important;
    margin: auto !important;
}
.print-pdf .box {
    color: #25465F !important;
}

.graph-wrapper {
    position: relative;
}
.graph-wrapper .points p {
    position: absolute;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 400;
}
.graph-wrapper .points p:nth-child(1) {
    bottom: 90%;
    left: 50%;
    transform: translate(-50%, 0);
}
.graph-wrapper .points p:nth-child(2) {
    width: 25%;
    text-align: left;
    top: 27%;
    left: 75%;
}
.graph-wrapper .points p:nth-child(3) {
    width: 25%;
    text-align: left;
    bottom: 27%;
    left: 75%;
}
.graph-wrapper .points p:nth-child(4) {
    top: 90%;
    left: 50%;
    transform: translate(-50%, 0);
}
.graph-wrapper .points p:nth-child(5) {
    width: 25%;
    text-align: right;
    bottom: 27%;
    right: 75%;
}
.graph-wrapper .points p:nth-child(6) {
    width: 25%;
    text-align: right;
    top: 27%;
    right: 75%;
}
@media (min-width: 992px) {
    .graph-wrapper .points p {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
}
@media (min-width: 1260px) {
    .graph-wrapper .points p:nth-child(2), .graph-wrapper .points p:nth-child(3), .graph-wrapper .points p:nth-child(5), .graph-wrapper .points p:nth-child(6) {
        width: 40%;
    }
    .graph-wrapper .points p:nth-child(2), .graph-wrapper .points p:nth-child(3) {
        left: 69%;
    }
    .graph-wrapper .points p:nth-child(5), .graph-wrapper .points p:nth-child(6) {
        right: 69%;
    }
}

@media print {
    .graph-wrapper .points p:nth-child(2), .graph-wrapper .points p:nth-child(3) {
        width: 40% !important;
        left: 69% !important;
    }
    .graph-wrapper .points p:nth-child(5), .graph-wrapper .points p:nth-child(6) {
        width: 40% !important;
        right: 69% !important;
    }

    .section-hero {
        margin-bottom: 0;
    }

    .strate-quizz {
        page-break-after: always !important;
    }
    .strate-quizz .filters {
        display: none !important;
    }
    .strate-quizz .score .totals div {
        grid-template-columns: 1fr 85px;
    }
    .strate-quizz .score .totals div:after {
        font-size: 4rem !important;
    }
    .strate-quizz .score .graph svg {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .strate-quizz .score .title-2 {
        font-size: 3rem !important;
        line-height: 3.4rem !important;
    }
    .strate-quizz .score .title-3 {
        margin-bottom: 30px !important;
    }
    .strate-quizz .score .sublegend ul li:first-of-type:before {
        -webkit-print-color-adjust: exact !important;
        background-color: #109db9 !important;
    }
    .strate-quizz .score .sublegend ul li:last-of-type:before {
        -webkit-print-color-adjust: exact !important;
        background-color: #EA5B0F !important;
    }
    .strate-quizz .score .totals {
        flex-wrap: nowrap !important;
    }
    .strate-quizz .box {
        border: 0 !important;
    }
    .strate-quizz .score footer,
.strate-quizz .score button,
.strate-quizz .score a {
        display: none !important;
    }
}
.quizz-asso .slides .slide .content {
    padding-top: 80px;
}

.strate-quizz {
    scroll-margin-top: 30px;
}
.strate-quizz.completHeader {
    scroll-margin-top: 30px;
}
@media (min-width: 768px) {
    .strate-quizz {
        scroll-margin-top: 100px;
    }
    .strate-quizz.completHeader {
        scroll-margin-top: 140px;
    }
}
.strate-quizz .hide {
    display: none;
}
.strate-quizz .restart {
    position: absolute;
    top: 20px;
    left: 20px;
    text-decoration: underline;
    font-size: 12px;
    z-index: 1000;
}
.strate-quizz .btn,
.strate-quizz .icon {
    margin: auto;
}
.strate-quizz .over-text {
    font-size: 1.3rem !important;
    line-height: 2rem !important;
    font-weight: 400 !important;
}
.strate-quizz .over-text-light {
    font-size: 1.5rem !important;
    line-height: 2.3rem !important;
    font-weight: 400 !important;
}
.strate-quizz .over-label {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    line-height: 2rem !important;
}
.strate-quizz label.over-label {
    font-weight: 400 !important;
}
.strate-quizz input:checked + label.over-label {
    font-weight: 600 !important;
}
.strate-quizz .block-mentions {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.strate-quizz .block-mentions > p {
    text-align: center;
    width: 100%;
}
@media (min-width: 768px) {
    .strate-quizz .block-mentions > p {
        width: calc(50% - 10px);
        text-align: left;
    }
    .strate-quizz .block-mentions > p:last-child {
        text-align: right;
    }
}
.strate-quizz .over-mention {
    font-size: 1.2rem;
    font-family: "BouyguesReadCondensed";
    font-weight: 600;
    line-height: 1.4rem;
    z-index: 1;
}
.strate-quizz .btn-prev,
.strate-quizz .btn-next {
    text-decoration: underline !important;
    color: #25465F;
    font-weight: 500;
}
.strate-quizz .btn-prev.force-disabled, .strate-quizz .btn-prev:disabled, .strate-quizz .btn-prev.disabled,
.strate-quizz .btn-next.force-disabled,
.strate-quizz .btn-next:disabled,
.strate-quizz .btn-next.disabled {
    text-decoration: none !important;
}
.strate-quizz .text-desktop {
    display: none;
}
@media (min-width: 768px) {
    .strate-quizz .text-desktop {
        display: block;
    }
}
@media (min-width: 768px) {
    .strate-quizz .text-mobile {
        display: none;
    }
}
.strate-quizz .response-grid {
    columns: 1;
    column-gap: 20px;
    margin-top: 10px;
    margin-right: auto;
    width: 100%;
}
@media (min-width: 768px) {
    .strate-quizz .response-grid {
        columns: 2;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .strate-quizz .response-grid {
        columns: 3;
    }
}
.strate-quizz .response-grid li {
    display: flex;
    break-inside: avoid;
    min-height: 55px;
}
.strate-quizz .response-grid input[type=checkbox]:disabled + label {
    opacity: 0.5;
    pointer-events: none;
}
.strate-quizz .response-grid-notation {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}
.strate-quizz .response-grid-notation li {
    margin-left: 20px;
    width: 32px;
}
.strate-quizz .response-grid-notation li:first-child {
    margin-left: 0;
}
.strate-quizz .response-grid-notation label {
    flex-direction: column;
    align-items: center;
    font-size: 1.8rem;
    color: #109db9;
    text-align: left;
}
.strate-quizz .response-grid-notation input + label:before {
    margin-bottom: 2px;
}
.strate-quizz .response-grid-notation.label {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
}
.strate-quizz .response-grid-notation.label li {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
}
.strate-quizz .response-grid-notation.label li:last-child {
    margin-top: 0;
}
@media (min-width: 992px) {
    .strate-quizz .response-grid-subs {
        margin-top: 60px;
    }
}
.strate-quizz .response-grid-subs fieldset:not(last-og-type) {
    margin-bottom: 20px;
}
.strate-quizz .response-grid-subs .field {
    display: flex;
    flex-direction: column;
}
.strate-quizz .response-grid-subs .field li:last-child label:before {
    border: 1px solid #B3B3B382;
}
.strate-quizz .response-grid-subs .field ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.strate-quizz .response-grid-subs .field .thead {
    top: 0;
    left: 0;
    position: absolute;
    display: none;
    justify-content: space-between;
    font-size: 1.2rem;
    width: 100%;
}
.strate-quizz .response-grid-subs .field .thead div {
    line-height: 1.5;
    text-align: center;
    font-weight: 800;
}
.strate-quizz .response-grid-subs .field .thead div:first-child {
    transform: translate(calc(-50% + 30px), 0);
}
.strate-quizz .response-grid-subs .field .thead div:last-child {
    transform: translate(calc(50% - 30px), 0);
}
.strate-quizz .response-grid-subs .field .thead.isImportance {
    padding: 0 20px;
}
.strate-quizz .response-grid-subs .field .thead.isImportance div {
    line-height: 1.5;
    white-space: nowrap;
    width: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.strate-quizz .response-grid-subs .field .thead.isImportance div:first-child {
    transform: none;
}
.strate-quizz .response-grid-subs .field .thead.isImportance div:last-child {
    transform: none;
}
.strate-quizz .response-grid-subs .field .field-footer {
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    text-align: center;
    line-height: 1rem;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 12px;
}
.strate-quizz .response-grid-subs .field .field-footer > *:first-child {
    transform: translate(-3px, 0);
}
.strate-quizz .response-grid-subs .field .field-footer > *:last-child {
    transform: translate(3px, 0);
}
.strate-quizz .response-grid-subs .field .field-footer.isImportance {
    justify-content: flex-start;
}
.strate-quizz .response-grid-subs .field .field-footer.isImportance > * {
    width: 35.5%;
}
.strate-quizz .response-grid-subs .field .field-footer.isImportance > *:first-child {
    width: 12.5%;
    display: flex;
}
.strate-quizz .response-grid-subs .field .field-footer.isImportance > *:nth-child(3) {
    transform: translate(-4px);
}
.strate-quizz .response-grid-subs .field .field-footer.isImportance > *:last-child {
    width: 12.5%;
}
.strate-quizz .response-grid-subs .field fieldset:nth-last-child(1) ul {
    border: none;
}
.strate-quizz .response-grid-subs .field .title {
    padding: 12px 0 0 0;
}
.strate-quizz .response-grid-subs .field .title p {
    opacity: 0.5;
    font-size: 1.3rem;
    line-height: 2rem;
    margin-top: 5px;
}
@media (min-width: 992px) {
    .strate-quizz .response-grid-subs .field {
        flex-direction: row;
    }
    .strate-quizz .response-grid-subs .field ul {
        width: 45%;
        padding: 20px;
        padding-top: 30px;
        border-bottom: 1px solid #EEEEEE;
    }
    .strate-quizz .response-grid-subs .field .title {
        width: 55%;
        padding: 30px 40px 20px 0;
    }
    .strate-quizz .response-grid-subs .field .thead {
        display: flex;
    }
    .strate-quizz .response-grid-subs .field .field-footer {
        display: none;
    }
}
.strate-quizz .question {
    margin-bottom: 0;
}
.strate-quizz .question textarea {
    resize: none;
    border-radius: 10px;
    padding: 20px;
}
.strate-quizz .slide {
    display: flex;
    flex-direction: column;
    position: relative;
}
.strate-quizz .slide.hide {
    display: none;
}
.strate-quizz .slide .content {
    padding: 40px 20px;
    max-width: 848px;
    margin: auto;
    flex-direction: column;
    display: flex;
    width: 100%;
}
@media (min-width: 768px) {
    .strate-quizz .slide .content {
        padding: 50px 30px;
    }
}
@media (min-width: 1260px) {
    .strate-quizz .slide .content {
        padding: 70px 40px;
    }
}
.strate-quizz .slide .content .link, .strate-quizz .slide .content .card-link {
    align-self: center;
}
.strate-quizz .slide.score .content {
    max-width: 810px;
}
.strate-quizz .slide.intro .title-2, .strate-quizz .slide.intercalaire .title-2 {
    align-self: center;
}
.strate-quizz .slide.p-breadcrumb {
    padding-bottom: 155px;
}
.strate-quizz .slide.p-breadcrumb-arrows {
    padding-bottom: 210px;
}
@media (min-width: 1260px) {
    .strate-quizz .slide.p-breadcrumb-arrows {
        padding-bottom: 230px;
    }
}
.strate-quizz .background picture {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #25465F;
}
.strate-quizz .background picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.strate-quizz .box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #25465F;
}
.strate-quizz .btn-next.disabled,
.strate-quizz .btn-score.disabled,
.strate-quizz #btn-score.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.strate-quizz .title:focus,
.strate-quizz .title:focus-visible {
    outline: none;
}
.strate-quizz .partenariat {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    font-size: 1rem;
    padding: 20px;
    visibility: hidden;
}
.strate-quizz .partenariat img {
    margin-left: 5px;
    margin-bottom: 5px;
}
.strate-quizz .quiz-breadcrumb {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    padding: 0 40px;
    visibility: hidden;
}
.strate-quizz .quiz-breadcrumb .icon.light {
    display: block;
}
.strate-quizz .quiz-breadcrumb .icon.dark {
    display: none;
}
.strate-quizz .quiz-breadcrumb ol {
    display: grid;
    grid-auto-flow: column;
    padding: 5px;
}
.strate-quizz .quiz-breadcrumb li {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    line-height: 1.2rem;
    position: relative;
    width: 50px;
}
.strate-quizz .quiz-breadcrumb li .icon {
    max-width: 20px;
}
@media (min-width: 768px) {
    .strate-quizz .quiz-breadcrumb li {
        font-size: 1.2rem;
        line-height: 1.4rem;
        width: 70px;
    }
    .strate-quizz .quiz-breadcrumb li .icon {
        max-width: 30px;
    }
}
.strate-quizz .quiz-breadcrumb li div {
    text-align: center;
}
.strate-quizz .quiz-breadcrumb li span {
    display: none;
}
.strate-quizz .quiz-breadcrumb li .bullet {
    display: block;
    width: 33px;
    height: 33px;
    position: relative;
    margin-bottom: 10px;
}
.strate-quizz .quiz-breadcrumb li .bullet.active:before {
    background: #25465F;
}
.strate-quizz .quiz-breadcrumb li .bullet.active.current:before {
    left: 0;
    top: 0;
    width: 33px;
    height: 33px;
}
.strate-quizz .quiz-breadcrumb li .bullet.active.current + * {
    font-weight: 600;
}
.strate-quizz .quiz-breadcrumb li .bullet:before {
    position: absolute;
    top: 6px;
    left: 6px;
    content: "";
    width: 21px;
    height: 21px;
    border: 1px solid #25465F;
    border-radius: 50%;
}
.strate-quizz .quiz-breadcrumb li:before, .strate-quizz .quiz-breadcrumb li:after {
    content: "";
    position: absolute;
    display: block;
    width: calc(50% - 10px);
    height: 1px;
    background: #25465F;
    top: 16px;
    z-index: -1;
}
.strate-quizz .quiz-breadcrumb li:first-child:before {
    display: none;
}
.strate-quizz .quiz-breadcrumb li:last-child:after {
    display: none;
}
.strate-quizz .quiz-breadcrumb li:before {
    left: 0;
}
.strate-quizz .quiz-breadcrumb li:after {
    right: 0;
}
.strate-quizz .pager {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 30px;
}
.strate-quizz .pager button:disabled, .strate-quizz .pager button.force-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.strate-quizz .pager span {
    display: block;
    width: 2px;
    background: #109db9;
    margin: 0 20px;
}
.strate-quizz .title-2 {
    font-family: "BouyguesSpeak", sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 2.5rem;
    margin-bottom: 30px;
}
.strate-quizz .title-3 {
    color: #109db9;
    font-family: "BouyguesRead", sans-serif;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 600;
    color: #109db9;
    display: inline-block;
}
.strate-quizz .title-3 sup {
    color: #D42D02;
    font-size: 1.4rem;
}
@media (min-width: 1260px) {
    .strate-quizz .title-3 sup {
        font-size: 1.8rem;
    }
}
.strate-quizz .text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 400;
}
.strate-quizz input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    appearance: none;
}
.strate-quizz .btn-next:focus-visible {
    position: relative;
    outline: 1px dashed #25465F;
    outline-offset: 1px;
}
.strate-quizz label {
    font-weight: 400;
}
.strate-quizz .infos {
    color: #109db9;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.strate-quizz .infos svg {
    margin-right: 10px;
}
.strate-quizz .num {
    font-size: 1.4rem;
}
.strate-quizz .notice {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.strate-quizz .mention {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 1.1rem;
    visibility: hidden;
    color: #fff;
}
.strate-quizz .obligatory {
    position: absolute;
    bottom: 6px;
    left: 10px;
    color: #D42D02;
    font-size: 1rem;
    visibility: hidden;
    font-weight: 600;
}
.strate-quizz .intercalaire {
    text-align: center;
}
.strate-quizz .intercalaire.noImg {
    min-height: 480px;
    background: none;
    color: #25465F;
}
.strate-quizz input:focus {
    position: absolute;
}
.strate-quizz input:focus-visible + label {
    outline: 1px dashed #25465F;
    outline-offset: 1px;
}
.strate-quizz button:focus-visible {
    outline: 1px dashed #25465F;
    outline-offset: 1px;
}
.strate-quizz.dark input:focus-visible + label {
    outline: 1px dashed #fff;
}
.strate-quizz.dark button:focus-visible {
    outline: 1px dashed #fff;
}
.strate-quizz .intro,
.strate-quizz .intercalaire {
    text-align: center;
    display: grid;
    align-items: center;
    justify-items: center;
}
.strate-quizz .intro.dark,
.strate-quizz .intercalaire.dark {
    background-color: #25465F;
}
.strate-quizz .intro .content,
.strate-quizz .intercalaire .content {
    width: 100%;
    grid-column: 1;
    grid-row: 1;
    z-index: 1;
}
.strate-quizz .intro #quiz-intro-text,
.strate-quizz .intercalaire #quiz-intro-text {
    margin-bottom: 30px;
}
.strate-quizz .intro #quiz-intro-btn,
.strate-quizz .intercalaire #quiz-intro-btn {
    margin-top: 10px;
}
.strate-quizz .intro .link, .strate-quizz .intro .card-link,
.strate-quizz .intercalaire .link,
.strate-quizz .intercalaire .card-link {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
}
.strate-quizz .intro .link:before, .strate-quizz .intro .card-link:before,
.strate-quizz .intercalaire .link:before,
.strate-quizz .intercalaire .card-link:before {
    background-color: #fff;
}
.strate-quizz .intro .link:focus, .strate-quizz .intro .card-link:focus, .strate-quizz .intro .link:hover, .strate-quizz .intro .card-link:hover,
.strate-quizz .intercalaire .link:focus,
.strate-quizz .intercalaire .card-link:focus,
.strate-quizz .intercalaire .link:hover,
.strate-quizz .intercalaire .card-link:hover {
    color: #f2f2f2;
}
.strate-quizz .intro .link:focus:before, .strate-quizz .intro .card-link:focus:before, .strate-quizz .intro .link:hover:before, .strate-quizz .intro .card-link:hover:before,
.strate-quizz .intercalaire .link:focus:before,
.strate-quizz .intercalaire .card-link:focus:before,
.strate-quizz .intercalaire .link:hover:before,
.strate-quizz .intercalaire .card-link:hover:before {
    color: #fff;
}
.strate-quizz .intercalaire .title-2 {
    margin-bottom: 30px;
}
.strate-quizz .question-unique .response label,
.strate-quizz .question-notation .response label,
.strate-quizz .question-multiple_notation .response label,
.strate-quizz .question-multiple .response label {
    display: flex;
    width: 100%;
    line-height: 1.3;
}
.strate-quizz .question-unique .response input + label:before,
.strate-quizz .question-notation .response input + label:before,
.strate-quizz .question-multiple_notation .response input + label:before,
.strate-quizz .question-multiple .response input + label:before {
    content: "";
    width: 25px;
    height: 25px;
    border: 1px solid #B3B3B3;
    flex: 0 1 25px;
    text-align: center;
    color: #25465F;
    flex: 0 0 25px;
}
.strate-quizz .question-unique .response input[type=radio] + label:before,
.strate-quizz .question-notation .response input[type=radio] + label:before,
.strate-quizz .question-multiple_notation .response input[type=radio] + label:before,
.strate-quizz .question-multiple .response input[type=radio] + label:before {
    border-radius: 50%;
}
.strate-quizz .question-unique .response input:checked + label:before,
.strate-quizz .question-notation .response input:checked + label:before,
.strate-quizz .question-multiple_notation .response input:checked + label:before,
.strate-quizz .question-multiple .response input:checked + label:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25;'%3E%3Cpath fill='%2325465F' d='M19.5,6.4l-9.9,9.9L5.4,12c-0.4-0.4-1.1-0.4-1.5,0l0,0c-0.4,0.4-0.4,1.1,0,1.5l5,5 c0.2,0.2,0.5,0.3,0.8,0.3c0.3,0,0.6-0.1,0.8-0.3L21.1,8c0.4-0.4,0.4-1.1,0-1.5C20.6,6,20,6,19.5,6.4L19.5,6.4z'/%3E%3C/svg%3E%0A");
}
.strate-quizz .question-unique .response label,
.strate-quizz .question-multiple .response label {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    width: 100%;
}
.strate-quizz .question-unique .response input + label:before,
.strate-quizz .question-multiple .response input + label:before {
    margin-right: 10px;
}
.strate-quizz .question-notation .response.label {
    grid-auto-flow: unset;
}
.strate-quizz .question-notation .response.label label {
    flex-direction: row;
}
.strate-quizz .question-notation .response.label input + label:before {
    margin-bottom: 0;
    margin-right: 10px;
}
.strate-quizz .end {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.strate-quizz .end svg {
    margin-bottom: 20px;
}
.strate-quizz .intercalaire {
    text-align: center;
}
.strate-quizz .score .content {
    text-align: center;
}
.strate-quizz .score .title-2 {
    font-size: 3.8rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.strate-quizz .score .title-3 {
    margin-bottom: 60px;
    font-size: 1.8rem;
    color: #25465F;
}
.strate-quizz .score .filters {
    display: grid;
    grid-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .strate-quizz .score .filters {
        margin-bottom: 50px;
    }
}
@media (min-width: 768px) {
    .strate-quizz .score .filters {
        margin-bottom: 40px;
        grid-template-columns: 1fr 1fr;
    }
}
.strate-quizz .score .filters ul {
    display: flex;
    flex-wrap: wrap;
}
.strate-quizz .score .filters ul li {
    margin: 5px 8px 5px 0;
    white-space: nowrap;
    min-width: 100px;
    font-weight: 400;
}
.strate-quizz .score .filters legend {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
}
.strate-quizz .score .filters label {
    border: 1px solid #25465F;
    border-radius: 0 10px 0 0;
    padding: 5px 10px;
    display: block;
    font-size: 1.3rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.strate-quizz .score .filters input:checked + label {
    background: #25465F;
    color: #fff;
}
.strate-quizz .score #count {
    margin-bottom: 20px;
}
.strate-quizz .score #count:after {
    font-weight: 600;
    content: attr(data-value);
    align-items: center;
    line-height: 1;
    justify-content: center;
}
.strate-quizz .score .sublegend {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.strate-quizz .score .sublegend ul {
    font-size: 1.4rem;
    display: flex;
    margin: 0 0 20px 0;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.strate-quizz .score .sublegend ul li {
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
}
.strate-quizz .score .sublegend ul li:before {
    content: "";
    width: 20px;
    height: 3px;
    position: absolute;
    top: 11px;
    left: 0;
}
.strate-quizz .score .sublegend ul li:first-child {
    margin-top: 0;
}
.strate-quizz .score .sublegend ul li:first-of-type:before {
    background-color: #109db9;
}
.strate-quizz .score .sublegend ul li:last-of-type:before {
    background-color: #EA5B0F;
}
@media (min-width: 992px) {
    .strate-quizz .score .sublegend ul {
        flex-direction: row;
        align-items: center;
    }
    .strate-quizz .score .sublegend ul ul {
        align-items: center;
    }
    .strate-quizz .score .sublegend ul li {
        margin-left: 40px;
        margin-top: 0;
    }
    .strate-quizz .score .sublegend ul li:first-child {
        margin-left: 0;
    }
}
.strate-quizz .score .sublegend p {
    opacity: 0.5;
}
@media (min-width: 992px) {
    .strate-quizz .score .sublegend {
        align-items: center;
    }
}
.strate-quizz .score .totals {
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .strate-quizz .score .totals {
        margin-bottom: 30px;
        font-size: 2rem;
    }
}
.strate-quizz .score .totals div {
    display: grid;
    grid-template-columns: 1fr 100px;
    align-items: center;
    width: 100%;
    margin: 10px auto;
    max-width: 370px;
}
@media (min-width: 1260px) {
    .strate-quizz .score .totals div {
        margin: 15px 0;
        width: 47%;
    }
}
.strate-quizz .score .totals div span {
    padding-right: 15px;
    text-align: right;
}
@media (min-width: 1260px) {
    .strate-quizz .score .totals div span {
        text-align: left;
    }
}
.strate-quizz .score .totals div:after {
    font-weight: 600;
    content: attr(data-value);
    font-size: 5rem;
    padding: 10px;
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
    border-left: 1px solid #25465F;
}
.strate-quizz .score .totals div:first-of-type:after {
    color: #109db9;
}
.strate-quizz .score .totals div:last-of-type:after {
    color: #EA5B0F;
}
.strate-quizz .score .graph {
    margin-bottom: 30px;
}
.strate-quizz .score .graph svg {
    width: 100%;
    margin: auto;
    display: block;
}
@media (max-width: 1259.98px) {
    .strate-quizz .score .graph svg {
        width: 135%;
        margin-left: -18%;
    }
}
.strate-quizz .score .footer {
    display: grid;
    flex-direction: column;
    align-self: center;
    justify-items: center;
    grid-gap: 20px;
}
.strate-quizz.isScore .restart {
    display: none;
}
.strate-quizz.isIntro .mention {
    visibility: visible;
}
.strate-quizz.isIntro .pager {
    display: none;
}
.strate-quizz.isIntro .quiz-breadcrumb {
    visibility: visible;
}
.strate-quizz.isEnd .pager {
    display: none;
}
.strate-quizz.isEnd .quiz-breadcrumb {
    visibility: visible;
}
.strate-quizz.isQuestion .partenariat,
.strate-quizz.isQuestion .obligatory,
.strate-quizz.isQuestion .quiz-breadcrumb {
    visibility: visible;
}
.strate-quizz.isIntercalaire .quiz-breadcrumb, .strate-quizz.isIntro .quiz-breadcrumb {
    visibility: visible;
}
.strate-quizz.dark {
    color: #fff;
}
.strate-quizz.dark .quiz-breadcrumb li .bullet:before {
    border: 1px solid #fff;
}
.strate-quizz.dark .quiz-breadcrumb li .bullet.active:before {
    background-color: #fff;
}
.strate-quizz.dark .quiz-breadcrumb li:before {
    z-index: 10;
    background: #fff;
}
.strate-quizz.dark .quiz-breadcrumb li:after {
    z-index: 10;
    background: #fff;
}
.strate-quizz.dark .quiz-breadcrumb li .icon.light {
    display: none;
}
.strate-quizz.dark .quiz-breadcrumb li .icon.dark {
    display: block;
}
.strate-quizz #graph-legend {
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-size: 9px;
}
.strate-quizz #graph-categories {
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.strate-quizz #graph-values {
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.strate-quizz #filters-info,
.strate-quizz #graph-table {
    top: 0;
    left: -2px;
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    font-size: 1.4rem;
}
.strate-quizz .partenariat img {
    width: 50px;
}
@media (min-width: 1260px) {
    .strate-quizz .obligatory {
        font-size: 1.2rem;
        bottom: 10px;
        left: 20px;
    }
    .strate-quizz .box {
        border: 2px solid #25465F;
    }
    .strate-quizz .partenariat {
        flex-direction: column;
        font-size: 1.5rem;
    }
    .strate-quizz .partenariat img {
        margin-top: 5px;
    }
    .strate-quizz .title-2 {
        font-size: 3.8rem;
        margin-bottom: 30px;
        line-height: 1.3;
    }
    .strate-quizz .title-3 {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }
    .strate-quizz .intro,
.strate-quizz .intercalaire {
        min-height: 480px;
    }
    .strate-quizz .quiz-breadcrumb {
        margin-bottom: 70px;
        padding: 0 110px;
    }
    .strate-quizz .quiz-breadcrumb li {
        font-size: 1.2rem;
    }
    .strate-quizz .quiz-breadcrumb li span {
        display: inline;
    }
    .strate-quizz .quiz-breadcrumb li .bullet {
        margin-bottom: 10px;
        width: 45px;
        height: 45px;
    }
    .strate-quizz .quiz-breadcrumb li .bullet:before {
        width: 30px;
        height: 30px;
        top: 7px;
        left: 7px;
    }
    .strate-quizz .quiz-breadcrumb li .bullet.active.current:before {
        width: 45px;
        height: 45px;
        top: 0px;
    }
    .strate-quizz .quiz-breadcrumb li:before, .strate-quizz .quiz-breadcrumb li:after {
        width: calc(50% - 15px);
        top: 20px;
    }
    .strate-quizz .pager {
        margin-bottom: 55px;
    }
}

.dark.strate-quizz .pager button {
    color: #fff;
}

.is_contrastmode .strate-quizz .over-mention {
    background: #25465F;
}
.is_contrastmode .strate-quizz.dark .restart {
    background: #25465F;
}
.is_contrastmode .strate-quizz.dark .quiz-breadcrumb ol .label {
    background: #25465F;
}
.is_contrastmode .strate-quizz .pager span {
    background: #25465F;
}
.is_contrastmode .strate-quizz .intro.dark.background .title-2,
.is_contrastmode .strate-quizz .intro.dark.background #quiz-intro-text {
    background: #25465F !important;
    color: #fff !important;
}
.is_contrastmode .strate-quizz .question-notation .response label,
.is_contrastmode .strate-quizz .title-2,
.is_contrastmode .strate-quizz .title-3 {
    color: #25465F;
}
.is_contrastmode .strate-quizz .intercalaire.dark .title-2,
.is_contrastmode .strate-quizz .intercalaire.dark .text > * {
    background: #25465F !important;
    color: #fff !important;
}
.is_contrastmode .strate-quizz.isIntercalaire.dark .pager, .is_contrastmode .strate-quizz.isIntro.dark .pager {
    background: #25465F !important;
}
.is_contrastmode .strate-quizz.isIntercalaire.dark .pager span, .is_contrastmode .strate-quizz.isIntro.dark .pager span {
    background: #fff;
}
.is_contrastmode .strate-quizz .end path {
    fill: #25465F;
}
.is_contrastmode .strate-quizz .infos {
    color: #25465F;
}
.is_contrastmode .strate-quizz .infos rect,
.is_contrastmode .strate-quizz .infos path {
    fill: #25465F;
}
.is_contrastmode .strate-quizz .intro .title-2 {
    color: #fff;
}
.is_contrastmode .strate-quizz .intro button {
    border-color: #fff;
    background: #fff;
    color: #25465F;
}

.is_darkmode :not(.print-pdf) .strate-quizz .score .filters label {
    border-color: #fff;
}
.is_darkmode :not(.print-pdf) .strate-quizz .score .filters input:checked + label {
    background: #fff;
    color: #25465F;
}
.is_darkmode :not(.print-pdf) .strate-quizz #graph-categories,
.is_darkmode :not(.print-pdf) .strate-quizz #graph-values {
    fill: #fff;
}
.is_darkmode :not(.print-pdf) .strate-quizz .box {
    border: 1px solid #fff;
}
.is_darkmode :not(.print-pdf) .strate-quizz .question-notation .response label,
.is_darkmode :not(.print-pdf) .strate-quizz .title-2,
.is_darkmode :not(.print-pdf) .strate-quizz .title-3,
.is_darkmode :not(.print-pdf) .strate-quizz .partenariat,
.is_darkmode :not(.print-pdf) .strate-quizz .notice,
.is_darkmode :not(.print-pdf) .strate-quizz .num,
.is_darkmode :not(.print-pdf) .strate-quizz .text {
    color: #fff;
}
.is_darkmode :not(.print-pdf) .strate-quizz .obligatory {
    color: #109db9;
}
.is_darkmode :not(.print-pdf) .strate-quizz .pager button {
    color: #fff;
}
.is_darkmode :not(.print-pdf) .strate-quizz .pager span {
    background: #fff;
}
.is_darkmode :not(.print-pdf) .strate-quizz .end path {
    fill: #fff;
}
.is_darkmode :not(.print-pdf) .strate-quizz .infos {
    color: #fff;
}
.is_darkmode :not(.print-pdf) .strate-quizz .infos rect,
.is_darkmode :not(.print-pdf) .strate-quizz .infos path {
    fill: #fff;
}
.is_darkmode :not(.print-pdf) .strate-quizz .question-unique .response input:checked + label:before,
.is_darkmode :not(.print-pdf) .strate-quizz .question-notation .response input:checked + label:before,
.is_darkmode :not(.print-pdf) .strate-quizz .question-multiple_notation .response input:checked + label:before,
.is_darkmode :not(.print-pdf) .strate-quizz .question-multiple .response input:checked + label:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25;'%3E%3Cpath fill='%23ffffff' d='M19.5,6.4l-9.9,9.9L5.4,12c-0.4-0.4-1.1-0.4-1.5,0l0,0c-0.4,0.4-0.4,1.1,0,1.5l5,5 c0.2,0.2,0.5,0.3,0.8,0.3c0.3,0,0.6-0.1,0.8-0.3L21.1,8c0.4-0.4,0.4-1.1,0-1.5C20.6,6,20,6,19.5,6.4L19.5,6.4z'/%3E%3C/svg%3E%0A");
}
.is_darkmode :not(.print-pdf) .strate-quizz .quiz-breadcrumb li {
    color: #fff;
}
.is_darkmode :not(.print-pdf) .strate-quizz .quiz-breadcrumb li .bullet:before {
    border: 1px solid #fff;
}
.is_darkmode :not(.print-pdf) .strate-quizz .quiz-breadcrumb li .bullet.active:before {
    background: #fff;
}
.is_darkmode :not(.print-pdf) .strate-quizz .quiz-breadcrumb li:before {
    background: #fff;
}
.is_darkmode :not(.print-pdf) .strate-quizz .quiz-breadcrumb li:after {
    background: #fff;
}
.is_darkmode :not(.print-pdf) .strate-quizz .question-multiple_notation .response legend {
    color: #fff;
}
.is_darkmode :not(.print-pdf) .strate-quizz .question-multiple_notation .response .title p {
    color: #fff;
}
.is_darkmode :not(.print-pdf) .strate-quizz .question-unique .response label,
.is_darkmode :not(.print-pdf) .strate-quizz .question-multiple .response label {
    color: #fff;
}
.is_darkmode :not(.print-pdf) .strate-quizz .question-multiple_notation .thead {
    color: #fff;
}
.is_darkmode :not(.print-pdf) .strate-quizz .link, .is_darkmode :not(.print-pdf) .strate-quizz .card-link {
    color: #fff;
}

.single-questionnaire-asso .partenariat {
    visibility: visible;
}

.strate-quiz {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.strate-quiz .asterisk {
    margin-bottom: 20px;
    font-size: 1.4rem;
    font-style: italic;
}
.strate-quiz .strate-content {
    padding: 20px;
    background: transparent url(/wp-content/themes/bouygues-corpo/assets/img/quiz/pattern-1.svg) repeat center center;
    background-size: 204px 97px;
    box-sizing: border-box;
    overflow: hidden;
}
.strate-quiz .quiz-container {
    overflow: hidden;
    background-color: #fff;
}
.strate-quiz .quiz-slider {
    display: grid;
    grid-auto-columns: 100%;
    grid-auto-flow: column;
    box-sizing: border-box;
    grid-gap: 0;
}
.strate-quiz .quiz-slider.disabled {
    pointer-events: none;
}
.strate-quiz .quiz-slider.transition {
    transition: transform 0.4s ease;
}
.strate-quiz .quiz-slider h2 {
    margin-bottom: 20px;
}
.strate-quiz .quiz-slider .title-2 {
    font-family: var(--font-2);
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2em;
}
@media (min-width: 768px) {
    .strate-quiz .quiz-slider .title-2 {
        font-size: 38px;
    }
}
.strate-quiz .quiz-slider h3 {
    margin-bottom: 20px;
}
.strate-quiz .quiz-slider .title-3 {
    font-family: var(--font-1);
    font-size: 24px;
    font-weight: 600;
}
@media (min-width: 768px) {
    .strate-quiz .quiz-slider .title-3 {
        font-size: 28px;
    }
}
.strate-quiz .quiz-slider .text {
    font-weight: 500;
    line-height: 1.2;
}
.strate-quiz .quiz-slider .text a {
    color: #109db9;
    text-decoration: underline;
}
.strate-quiz .quiz-slider .text a[target=_blank]:after {
    display: inline-block;
    padding-left: 5px;
    padding-right: 1px;
    content: "";
    font-family: "icomoon";
    font-size: 1.3rem;
    color: #109db9;
}
.strate-quiz .quiz-slider .btn {
    margin-top: 20px;
}
.strate-quiz .quiz-slider .num {
    color: var(--color-2);
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.strate-quiz .quiz-slider .status {
    height: 44px;
    padding-left: 55px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 2.6rem;
    margin-bottom: 20px;
}
.strate-quiz .quiz-slider .status.fail {
    background: transparent url(/wp-content/themes/bouygues-corpo/assets/img/quiz/mecontent.svg) no-repeat 0 0;
}
.strate-quiz .quiz-slider .status.ok {
    background: transparent url(/wp-content/themes/bouygues-corpo/assets/img/quiz/satisfait.svg) no-repeat 0 0;
}
.strate-quiz .quiz-slider .slide {
    background: #fff;
    padding: 40px 50px;
    box-sizing: border-box;
}
.strate-quiz .quiz-slider .slide ol {
    display: grid;
    grid-gap: 15px;
}
.strate-quiz .quiz-slider .slide.intro {
    display: grid;
    grid-template-rows: min-content 1fr;
    grid-column-gap: 40px;
    align-items: center;
    justify-items: center;
    text-align: center;
}
@media (min-width: 768px) {
    .strate-quiz .quiz-slider .slide.intro {
        grid-template-columns: repeat(2, 1fr);
    }
}
.strate-quiz .quiz-slider .slide.intro.nopicture {
    display: flex !important;
    text-align: center;
}
.strate-quiz .quiz-slider .slide.intro picture, .strate-quiz .quiz-slider .slide.intro img {
    width: 100%;
    max-width: 100%;
}
.strate-quiz .quiz-slider .slide.question h2, .strate-quiz .quiz-slider .slide.response h2 {
    grid-column: 1/-1;
    margin-bottom: 40px;
}
.strate-quiz .quiz-slider .slide.question .content, .strate-quiz .quiz-slider .slide.response .content {
    align-self: center;
}
.strate-quiz .quiz-slider .slide.question.nopicture .content, .strate-quiz .quiz-slider .slide.response.nopicture .content {
    grid-column: 1/-1;
}
.strate-quiz .quiz-slider .slide.result-quizz-lemag {
    display: grid;
    grid-column-gap: 40px;
    align-content: center;
}
.strate-quiz .quiz-slider .slide.result-quizz-lemag .result-score {
    color: var(--color-2);
    font-size: 5rem;
    font-family: var(--font-2);
    letter-spacing: -5px;
    font-weight: 600;
    padding: 20px;
    line-height: 1;
}
.strate-quiz .quiz-slider .slide.result-quizz-lemag .content {
    background: var(--color-gray-light);
    text-align: center;
    height: 292px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.strate-quiz .quiz-slider .slide.result-quizz-lemag .btn-restart {
    grid-column: 1/-1;
    justify-self: center;
    margin-top: 40px;
}
.strate-quiz .quiz-slider .slide.result-quizz-lemag .result-msg {
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center 100%;
}
.strate-quiz .quiz-slider .slide.result-quizz-lemag .result-msg:before {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 3rem;
}
.strate-quiz .quiz-slider .slide.result-quizz-lemag .result-msg .text {
    margin-top: 10px;
}
.strate-quiz .quiz-slider .slide.result-quizz-lemag .result-msg[data-level="0"] {
    background-image: url(/wp-content/themes/bouygues-corpo/assets/img/quiz/mecontent.svg);
}
.strate-quiz .quiz-slider .slide.result-quizz-lemag .result-msg[data-level="0"]:before {
    content: attr(data-level0);
}
.strate-quiz .quiz-slider .slide.result-quizz-lemag .result-msg[data-level="1"] {
    background-image: url(/wp-content/themes/bouygues-corpo/assets/img/quiz/mecontent.svg);
}
.strate-quiz .quiz-slider .slide.result-quizz-lemag .result-msg[data-level="1"]:before {
    content: attr(data-level1);
}
.strate-quiz .quiz-slider .slide.result-quizz-lemag .result-msg[data-level="2"] {
    background-image: url(/wp-content/themes/bouygues-corpo/assets/img/quiz/satisfait.svg);
}
.strate-quiz .quiz-slider .slide.result-quizz-lemag .result-msg[data-level="2"]:before {
    content: attr(data-level2);
}
.strate-quiz .quiz-slider .slide.result-quizz-lemag .result-msg[data-level="3"] {
    background-image: url(/wp-content/themes/bouygues-corpo/assets/img/quiz/satisfait.svg);
}
.strate-quiz .quiz-slider .slide.result-quizz-lemag .result-msg[data-level="3"]:before {
    content: attr(data-level3);
}
.strate-quiz .quiz-slider .slide.result-quizz-lemag .shares {
    flex-direction: column;
    justify-content: center;
}
.strate-quiz .quiz-slider .slide.result-quizz-lemag .shares ul {
    margin: 20px 0 0 0;
    flex-direction: column;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 10px;
}
.strate-quiz .quiz-slider .slide.result-quizz-lemag .shares svg {
    fill: #25465F;
}
@media (min-width: 768px) {
    .strate-quiz .quiz-slider .slide.result-quizz-lemag {
        grid-template-columns: 2fr 1fr;
    }
    .strate-quiz .quiz-slider .slide.result-quizz-lemag .content {
        margin-bottom: 0;
    }
    .strate-quiz .quiz-slider .slide.result-quizz-lemag .shares {
        align-items: flex-start;
    }
}
.strate-quiz label {
    padding: 10px;
    border-radius: 6px;
    min-height: 30px;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
.strate-quiz label:after {
    font-size: 2.5rem;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 0;
    box-sizing: border-box;
    margin-left: auto;
    flex: 0 0 26px;
}
.strate-quiz [type=radio],
.strate-quiz [type=checkbox] {
    visibility: hidden;
    position: absolute;
}
.strate-quiz [type=radio].fail + label:after,
.strate-quiz [type=checkbox].fail + label:after {
    content: "x";
    font-size: 1.9rem;
    border: 1px solid var(--color-warning);
    color: var(--color-warning);
    padding-bottom: 4px;
}
.strate-quiz [type=radio].ok + label:after,
.strate-quiz [type=checkbox].ok + label:after {
    content: "✓";
    font-size: 2rem;
    border: 1px solid var(--color-success);
    color: var(--color-success);
}
.strate-quiz [type=checkbox] + label:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    outline: 1px solid var(--color-gray);
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 15px;
}
.strate-quiz [type=checkbox]:checked + label:before {
    background-color: var(--color-2);
}
@media (max-width: 991px) {
    .strate-quiz {
        padding-left: var(--ctr-margin);
        padding-right: var(--ctr-margin);
    }
    .strate-quiz .quiz-slider .slide {
        padding: 30px;
    }
    .strate-quiz .quiz-slider .slide picture {
        margin-bottom: 20px;
    }
    .strate-quiz img {
        width: 100%;
    }
}
.strate-quiz img {
    max-width: 270px;
}
@media (min-width: 576px) {
    .strate-quiz .strate-content {
        padding: 38px;
    }
}
@media (min-width: 992px) {
    .strate-quiz {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        margin-top: 40px;
        grid-gap: var(--gap);
    }
    .strate-quiz .strate-content {
        grid-column: 1/-1;
    }
}
@media (min-width: 1200px) {
    .strate-quiz .strate-content {
        grid-column: 2/-2;
    }
    .strate-quiz .slide.intro {
        grid-template-columns: minmax(0, min-content) 1fr;
    }
    .strate-quiz .slide.question, .strate-quiz .slide.response {
        display: grid;
        grid-template-columns: min-content 1fr;
        grid-column-gap: 40px;
        align-content: center;
    }
}
@media (min-width: 1650px) {
    .strate-quiz .strate-content {
        grid-column: 3/-3;
    }
}

.is_contrastmode .strate-quiz .quiz-slider .text a,
.is_contrastmode .strate-quiz .quiz-slider .slide.result-quizz-lemag .result-score,
.is_contrastmode .strate-quiz .quiz-slider .num {
    color: #25465F;
}
.is_contrastmode .strate-quiz .quiz-slider .text a[target=_blank]:after {
    color: #25465F;
}
.is_contrastmode .strate-quiz [type=checkbox]:checked + label:before {
    background-color: #25465F;
}

.is_darkmode .strate-quiz .quiz-container {
    background: var(--color-4);
    color: #FFFFFF;
}
.is_darkmode .strate-quiz .quiz-slider .slide {
    background: var(--color-4);
}
.is_darkmode .strate-quiz .quiz-slider .status.fail {
    background: transparent url(/wp-content/themes/bouygues-corpo/assets/img/quiz/mecontent-white.svg) no-repeat 0 0;
}
.is_darkmode .strate-quiz .quiz-slider .status.ok {
    background: transparent url(/wp-content/themes/bouygues-corpo/assets/img/quiz/satisfait-white.svg) no-repeat 0 0;
}
.is_darkmode .strate-quiz .quiz-slider .slide.result-quizz-lemag .shares svg,
.is_darkmode .strate-quiz .quiz-slider .slide.result-quizz-lemag .shares svg symbol,
.is_darkmode .strate-quiz .quiz-slider .slide.result-quizz-lemag .shares svg symbol path {
    color: #FFF;
    fill: #FFF;
}
.is_darkmode .quiz-slider .slide.result-quizz-lemag .content {
    background: #25465F;
}

.strate-table-container tr {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.strate-table-container tr:nth-child(1) {
    position: sticky;
    top: 0;
}
.strate-table-container td:nth-child(1) {
    position: sticky;
    left: 0;
}
.strate-table-container .strate-table {
    max-width: 900px;
    margin: 0 auto;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.strate-table-container .strate-table::-webkit-scrollbar {
    width: 5px;
}
.strate-table-container .strate-table::-webkit-scrollbar:horizontal {
    height: 5px;
}
.strate-table-container .strate-table::-webkit-scrollbar-track {
    background-color: rgba(37, 70, 95, 0.5);
}
.strate-table-container .strate-table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(37, 70, 95, 0.6);
}
.is_darkmode .strate-table-container .strate-table::-webkit-scrollbar-track {
    background-color: rgba(255, 0, 0, 0.5);
}
.is_darkmode .strate-table-container .strate-table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 0, 0, 0.6);
}
.strate-table-container .section-title {
    text-align: center;
}
@media (max-width: 767.98px) {
    .strate-table-container .section-title {
        overflow: scroll;
    }
}
.strate-table-container .strate-table_columns {
    width: 100%;
}
.strate-table-container .strate-table_columns .strate-table_columns_lines:nth-child(odd) td {
    background-color: #EEEEEE;
}
.is_darkmode .strate-table-container .strate-table_columns .strate-table_columns_lines:nth-child(odd) td .strate-table_columns_lines_text {
    color: #25465F !important;
}
.strate-table-container .strate-table_columns .strate-table_columns_lines:nth-child(even) td {
    background-color: #FFFFFF;
}
.is_darkmode .strate-table-container .strate-table_columns .strate-table_columns_lines:nth-child(even) td .strate-table_columns_lines_text {
    color: #FFFFFF !important;
}
.strate-table-container .strate-table_columns .strate-table_columns_lines:nth-child(1) .strate-table_columns_lines_text {
    color: #109db9;
}
.strate-table-container .strate-table_columns .strate-table_columns_lines .strate-table_columns_lines_text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    padding: 25px 15px;
    text-align: center;
}
@media (max-width: 1259.98px) {
    .strate-table-container .strate-table_columns .strate-table_columns_lines .strate-table_columns_lines_text:nth-child(1) {
        position: sticky;
        left: 0;
    }
}
@media (min-width: 992px) {
    .strate-table-container .strate-table_columns .strate-table_columns_lines .strate-table_columns_lines_text {
        width: 33%;
        min-width: 33%;
    }
}
.strate-table-container .strate-table_columns .strate-table_columns_lines .strate-table_columns_lines_text:not(:first-child) {
    /* width: 30%;
     min-width: 30%;*/
}
@media (min-width: 992px) {
    .strate-table-container .strate-table_columns .strate-table_columns_lines .strate-table_columns_lines_text:not(:first-child) {
        width: 15%;
        min-width: 15%;
    }
}
.strate-table-container .strate-table_columns .strate-table_columns_lines .strate-table_columns_lines_text:nth-child(1), .strate-table-container .strate-table_columns .strate-table_columns_lines .strate-table_columns_lines_text.color-primary {
    color: #109db9;
}
.strate-table-container .strate-table_columns .strate-table_columns_lines .strate-table_columns_lines_text.color-secondary {
    color: #25465F;
}
.is_contrastmode .strate-table-container .strate-table_columns .strate-table_columns_lines .strate-table_columns_lines_text {
    color: #25465F !important;
}
@media (max-width: 767.98px) {
    .strate-table-container .strate-table_columns .strate-table_columns_lines_text:first-of-type {
        position: sticky;
        left: 0;
    }
}

.strate-table-pics .row + .row {
    margin-top: 20px;
}
.strate-table-pics picture img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .strate-table-pics picture {
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .strate-table-pics picture {
        text-align: center;
    }
}

.is_darkmode .strate-table-pics .rich-content {
    color: #fff;
}

.strate-images picture {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.strate-images picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
@media (max-width: 767px) {
    .strate-images .row * + * {
        margin-top: 10px;
    }
}
@media (min-width: 768px) {
    .strate-images .col-md-4 picture {
        padding-bottom: 98.8%;
    }
    .strate-images .col-md-6 picture {
        padding-bottom: 64.7%;
    }
}

.strate-titre-verbatim {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
}
.strate-titre-verbatim .wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 10px;
    padding-right: 10px;
}
.strate-titre-verbatim .color-blue {
    color: #25465F;
}
.strate-titre-verbatim .color-turquoise {
    color: #109db9;
}
.strate-titre-verbatim .color-gray {
    color: #D8D8D8;
}
.strate-titre-verbatim .bgcolor-blue {
    background-color: #25465F;
    color: #fff;
}
.strate-titre-verbatim .bgcolor-gray {
    background-color: #EEEEEE;
}
.strate-titre-verbatim span {
    display: block;
}
@media (min-width: 768px) {
    .strate-titre-verbatim {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
        font-size: 4rem;
        line-height: 5rem;
    }
}

.is_darkmode .strate-titre-verbatim .bgcolor-gray {
    background-color: #25465F;
    color: #fff;
}
.is_darkmode .strate-titre-verbatim .bgcolor-gray .color-blue {
    color: #109db9;
}
.is_darkmode .strate-titre-verbatim .bgcolor-blue .color-blue {
    color: #122B3D;
}

.is_contrastmode .strate-titre-verbatim .bgcolor-gray .color-gray {
    color: #25465F;
}

.strate-video.bgcolor-blue .wrapper {
    background-color: #25465F;
}
.strate-video.bgcolor-blue .btn-access-tooltip {
    color: #fff;
    border-color: #fff;
}
.strate-video.bgcolor-blue .strate {
    color: #fff;
}
.strate-video.bgcolor-gray .wrapper {
    background-color: #EEEEEE;
}
.strate-video.bgcolor-blue .wrapper, .strate-video.bgcolor-gray .wrapper {
    padding: 65px 30px;
}
.strate-video.bgcolor-blue .strate, .strate-video.bgcolor-gray .strate {
    background: rgba(0, 0, 0, 0);
}
.strate-video .wrapper {
    width: 100%;
}

.is_darkmode .strate-video .strate-push-2__content {
    background-color: rgba(0, 0, 0, 0);
}
.is_darkmode .strate-video.bgcolor-gray .strate-push-2__content {
    background: #25465F;
}
.is_darkmode .strate-video.bgcolor-gray .wrapper {
    background: #25465F;
}

.faq {
    display: flex;
}

.faq__header {
    border: 1px solid #25465F;
    border-top-right-radius: 20px;
    height: 250px;
    padding: 60px 60px;
}

.faq__header__title {
    line-height: 1;
}

.faq__header__text {
    margin-top: 20px;
}

.faq__content__title {
    color: #109db9;
    font-size: 1.5rem;
    line-height: 1.7rem;
    font-weight: 600;
    margin-bottom: 38px;
}

.faq__content__text {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-bottom: 38px;
}
.faq__content__text a {
    text-decoration: underline;
}

.faq__content__list__qa {
    border-bottom: 1px solid #D8D8D8;
}
.faq__content__list__qa:last-child {
    border-bottom: 0;
}
.faq__content__list__qa--active .faq__content__list__qa__question {
    color: #109db9;
}
.faq__content__list__qa--active .faq__content__list__qa__question .icon-arrow:before {
    content: "";
}
.faq__content__list__qa--active .faq__content__list__qa__answer {
    display: block;
}

.faq__content__list__qa__question {
    position: relative;
    font-size: 1.5rem;
    height: 50px;
    width: 100%;
    text-align: left;
    padding-right: 30px;
}
.faq__content__list__qa__question .icon-arrow {
    pointer-events: none;
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
}
.faq__content__list__qa__question .icon-arrow:before {
    content: "";
}

.faq__content__list__qa__answer {
    font-size: 1.4rem;
    display: none;
    margin-top: 24px;
    margin-bottom: 52px;
}

@media (max-width: 991.98px) {
    .faq {
        flex-direction: column;
    }

    .faq__header {
        min-height: 150px;
        margin-bottom: 26px;
    }

    .faq__content__title,
.faq__content__text {
        margin-bottom: 26px;
    }
}
.features {
    background-color: #fff;
    position: sticky;
    bottom: 0;
    padding: 25px 25px 20px;
    width: 100%;
    z-index: 2;
}

.features__progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 8px;
    background-color: #109db9;
}

.features__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.features__item {
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: relative;
}
.features__item i {
    font-size: 2.2rem;
    line-height: 2.2rem;
    color: #25465F;
}
@media (max-width: 767.98px) {
    .features__item {
        padding: 0 12px;
    }
}

.features__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    border-right: 1px solid #25465F;
    padding: 0 20px;
}
.features__list:last-child {
    border-right: none;
}

.features__item__like {
    display: flex;
    flex-direction: row;
    line-height: 1;
    align-items: center;
}
.features__item__like .icon-like {
    margin-left: 5px;
    font-size: 3rem;
}
.features__item__like.liked .icon-like:before {
    content: "";
    color: #ea5b0f;
}

.features__item__nb-like {
    font-size: 18px;
    color: #ea5b0f;
}

.features__item__listen {
    display: flex;
    align-items: center;
    color: #25465F;
}
.features__item__listen a {
    margin-top: 0;
    color: #25465F;
    font-size: 1.4rem;
    font-weight: 300;
}
.features__item__listen a i {
    font-size: 2.3rem;
    margin-right: 5px;
}
.features__item__listen a span {
    margin-top: -1px;
}
@media (max-width: 991.98px) {
    .features__item__listen a i {
        margin-right: 0px;
    }
    .features__item__listen a span {
        display: none;
    }
}

.features__item__link-copied {
    display: none;
    position: absolute;
    bottom: calc(100% + 9px);
    background-color: #25465F;
    color: #fff;
    left: -5px;
    font-size: 0.9rem;
    padding: 8px 14px;
    white-space: nowrap;
}
.features__item__link-copied:before {
    content: "";
    position: absolute;
    pointer-events: none;
    left: 50%;
    transform: translate3d(-50%, 0%, 0);
    transition: all 0.3s ease;
    transition-delay: 1.2s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #25465F transparent transparent transparent;
    top: 100%;
}
.features__item__link-copied--show {
    display: block;
}

@media (max-width: 991.98px) {
    .features__title,
.features__tools {
        display: none;
    }
    .features__title.features__tools__copy,
.features__tools.features__tools__copy {
        display: flex;
    }
    .features__title.features__tools__copy .features__item,
.features__tools.features__tools__copy .features__item {
        display: none;
    }
    .features__title.features__tools__copy .features__item__copy,
.features__tools.features__tools__copy .features__item__copy {
        display: block;
        padding-right: 7px;
    }
    .features__title.features__tools__copy .features__item__listen,
.features__tools.features__tools__copy .features__item__listen {
        display: block;
        padding-left: 7px;
    }

    .features__list {
        padding: 0;
    }
}
.is_contrastmode .quizz-btn {
    background-color: #25465F;
}

.quizz-btn {
    position: fixed;
    z-index: 500;
    right: 0;
    top: 30%;
    transform: translate(0, -50%);
    width: 138px;
    transition: width 0.3s ease;
    background-color: #109db9;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    border-radius: 20px 0 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.quizz-btn .icon {
    margin-bottom: 3px;
    width: 26px;
}
.quizz-btn .icon img {
    width: 100%;
}
.quizz-btn .icon svg {
    width: 100%;
}
.quizz-btn .quizz-btn-link {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 400;
    position: relative;
    margin-top: 10px;
    padding-bottom: 10px;
}
.quizz-btn .quizz-btn-link:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    height: 2px;
}
@media (min-width: 992px) {
    .quizz-btn .quizz-btn-link {
        margin-top: 0;
        transition: all 0.3s ease;
        max-height: 0;
        opacity: 0;
    }
    .quizz-btn:hover .quizz-btn-link {
        margin-top: 10px;
        max-height: 50px;
        opacity: 1;
    }
}
@media (min-width: 768px) {
    .quizz-btn {
        padding: 20px 15px;
        font-size: 1.5rem;
        line-height: 1.7rem;
        width: 178px;
    }
    .quizz-btn .icon {
        margin-bottom: 5px;
        width: 26px;
    }
}

.nav-bullet {
    position: fixed;
    z-index: 500;
    right: calc(2% - 8px);
    top: 50%;
    transform: translate(0, 0);
    width: 40px;
    transition: width 0.3s ease;
}
.nav-bullet.hidden {
    display: none;
}
.nav-bullet.big {
    transform: translate(0, -35%);
}
.nav-bullet::before {
    content: "";
    background-color: #25465F;
    width: 100%;
    height: 20px;
    border-top-left-radius: 20px;
    display: block;
}
.nav-bullet::after {
    content: "";
    background-color: #25465F;
    width: 100%;
    height: 20px;
    display: block;
}
.nav-bullet li {
    display: flex;
    justify-content: flex-end;
    position: relative;
    height: 40px;
    width: 100%;
    text-overflow: ellipsis;
}
.nav-bullet li:first-child button {
    border-top-left-radius: 24px;
}
.nav-bullet a {
    height: 40px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    background-color: #25465F;
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    width: 100%;
    overflow: hidden;
}
.nav-bullet a:hover, .nav-bullet a.active {
    background-color: #109db9;
}
.nav-bullet a .btn-container {
    display: table;
    line-height: 1;
}
.nav-bullet a .btn-container .div,
.nav-bullet a .btn-container div {
    display: table-cell;
    vertical-align: middle;
}
.nav-bullet a .btn-container span, .nav-bullet a .btn-container p {
    display: flex;
    align-items: center;
}
.nav-bullet a .btn-container .num {
    color: #fff;
    justify-content: center;
    flex: 1 0 40px;
    width: 40px;
    height: 40px;
    text-indent: -1px;
    font-size: 3rem;
    top: -2px;
    position: relative;
}
.nav-bullet a .btn-container .title {
    padding: 0 20px 0 2px;
    color: #FFFFFF;
    height: 40px;
    text-align: left;
    white-space: nowrap;
    font-family: var(--font-1);
}
.nav-bullet a .btn-container .title .is-variant {
    display: initial;
}
@media (max-width: 991.98px) {
    .nav-bullet {
        display: none;
    }
}

.post-type-archive-communication-press .hero-article__infos {
    justify-content: flex-start;
}
.post-type-archive-communication-press .hero-article__info {
    margin-top: 14px;
}

.single-communication-press .card-document-light .card-document-light__text {
    font-size: 1.3rem;
}
.single-communication-press .card-document-light:nth-child(odd) {
    background-color: transparent;
}
@media (min-width: 992px) {
    .single-communication-press .card-document-light__inner {
        align-self: flex-start;
        width: 100%;
    }
}
.single-communication-press .contact-press-parent {
    text-align: center;
}
.single-communication-press .contact-press-parent .contact-press {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
    margin-top: 45px;
}
@media (max-width: 1199px) {
    .single-communication-press .contact-press-parent .contact-press {
        row-gap: 40px;
        flex-direction: column;
    }
}
.single-communication-press .contact-press-parent .contact-press ul {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .single-communication-press .contact-press-parent .contact-press ul {
        flex: 0 0 100%;
    }
}
.single-communication-press .contact-press-parent .contact-press ul li {
    margin-top: 5px;
}
.single-communication-press .contact-press-parent .contact-press ul li.contact-press-name {
    font-weight: 600;
}
.single-communication-press .contact-press-parent .contact-press ul li img {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
    object-position: center top;
    object-fit: cover;
    border-radius: 50%;
}
.single-communication-press .contact-press-parent .contact-press ul li a {
    text-decoration: underline;
}
.single-communication-press .contact-press-parent .contact-press a {
    color: #25465F;
}
.single-communication-press.is_darkmode .contact-press-parent .contact-press {
    color: #FFFFFF;
}
.single-communication-press.is_darkmode .contact-press-parent .contact-press a {
    color: #FFFFFF;
}

.search-no-results .hero-article__infos,
.search-results .hero-article__infos {
    justify-content: flex-start;
}
.search-no-results .hero-article__info,
.search-results .hero-article__info {
    margin-top: 14px;
}

.error404 .section-header {
    margin-bottom: 40px;
}
.error404 .rich-content {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
@media (max-width: 991.98px) {
    .error404 .rich-content {
        margin-bottom: 40px;
    }
}

.sitemap a:hover {
    text-decoration: underline;
}
.sitemap ul,
.sitemap ol {
    font-size: 2.5rem;
    line-height: 1.4;
}
.sitemap ul ul,
.sitemap ol ul {
    padding-left: 50px;
    font-size: 1.8rem;
}
.sitemap ul ul ul,
.sitemap ol ul ul {
    font-size: 1.5rem;
}
.sitemap ul li,
.sitemap ol li {
    margin: 10px 0;
}
.sitemap .children {
    margin-bottom: 30px;
}
.sitemap .parent-level-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
}
.sitemap .parent-level-1 .level-1 {
    padding: 15px;
    font-weight: 600;
    font-size: 2.8rem;
}
.sitemap .parent-level-1 .level-2 {
    font-weight: 600;
    padding-left: 0px;
    font-size: 1.4rem;
}
.sitemap .parent-level-1 .level-3 li {
    position: relative;
    padding-left: 30px;
}
.sitemap .parent-level-1 .level-3 li:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 3px;
    height: 18px;
    background-color: #109db9;
}
.sitemap .parent-level-1 a {
    text-decoration: underline;
}
@media (max-width: 991.98px) {
    .sitemap ul ul,
.sitemap ol ul {
        padding-left: 30px;
    }
    .sitemap .parent-level-1 {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767.98px) {
    .sitemap ul ul,
.sitemap ol ul {
        padding-left: 20px;
    }
}

.is_darkmode .sitemap .container {
    background: var(--color-3);
}
.is_darkmode .sitemap .container .parent-level-1 a {
    color: #FFFFFF;
}
.is_darkmode .sitemap .container .parent-level-1 .level-3 li:before {
    background-color: #FFFFFF;
}

.is_contrastmode .sitemap .parent-level-1 .level-3 li:before {
    background-color: #25465F;
}

.is_contrastmode.tax-taxo_type .evenement-grid .evenement-grid-content .main-title, .is_contrastmode.page-template-archive-evenement .evenement-grid .evenement-grid-content .main-title {
    color: #25465F;
}

.tax-taxo_type .evenement-grid .evenement-grid-content,
.page-template-archive-evenement .evenement-grid .evenement-grid-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    gap: 1px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .tax-taxo_type .evenement-grid .evenement-grid-content,
.page-template-archive-evenement .evenement-grid .evenement-grid-content {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (min-width: 1200px) {
    .tax-taxo_type .evenement-grid .evenement-grid-content,
.page-template-archive-evenement .evenement-grid .evenement-grid-content {
        grid-template-columns: repeat(3, 1fr);
    }
}
.tax-taxo_type .evenement-grid .evenement-grid-content .card-event,
.page-template-archive-evenement .evenement-grid .evenement-grid-content .card-event {
    aspect-ratio: auto;
}
.tax-taxo_type .evenement-grid .evenement-grid-content .section-card,
.page-template-archive-evenement .evenement-grid .evenement-grid-content .section-card {
    background: #F9F9F9;
    margin: 0;
    box-shadow: 1px 1px 0 0 #DDE0E1, -1px 0 0 0 #DDE0E1;
}
.tax-taxo_type .evenement-grid .evenement-grid-content.active,
.page-template-archive-evenement .evenement-grid .evenement-grid-content.active {
    display: grid;
}
.tax-taxo_type .evenement-grid .evenement-grid-content.no-results,
.page-template-archive-evenement .evenement-grid .evenement-grid-content.no-results {
    grid-template-columns: repeat(1, 1fr);
}
.tax-taxo_type .evenement-grid .evenement-grid-content.no-results p,
.page-template-archive-evenement .evenement-grid .evenement-grid-content.no-results p {
    text-align: center;
}
.tax-taxo_type .evenement-grid .evenement-grid-content .title,
.page-template-archive-evenement .evenement-grid .evenement-grid-content .title {
    grid-column: 1/-1;
    padding: 20px 15px;
    text-transform: capitalize;
}
.tax-taxo_type .evenement-grid .evenement-grid-content .main-title,
.page-template-archive-evenement .evenement-grid .evenement-grid-content .main-title {
    margin-top: 90px;
    color: #109db9;
}
@media (max-width: 991.98px) {
    .tax-taxo_type .evenement-grid .evenement-grid-content .main-title,
.page-template-archive-evenement .evenement-grid .evenement-grid-content .main-title {
        margin-top: 60px;
    }
}
.tax-taxo_type .evenement-grid .evenement-grid-content .section-card + .title,
.page-template-archive-evenement .evenement-grid .evenement-grid-content .section-card + .title {
    padding-top: 60px;
}
@media (max-width: 991.98px) {
    .tax-taxo_type .evenement-grid .evenement-grid-content .section-card + .title,
.page-template-archive-evenement .evenement-grid .evenement-grid-content .section-card + .title {
        padding-top: 40px;
    }
}
.tax-taxo_type .evenement-grid .evenement-type,
.page-template-archive-evenement .evenement-grid .evenement-type {
    display: flex;
    justify-content: center;
    background: #F9F9F9;
    margin-bottom: 30px;
    border-bottom: 1px solid #DDE0E1;
}
.tax-taxo_type .evenement-grid .evenement-type a,
.page-template-archive-evenement .evenement-grid .evenement-type a {
    margin: 0 50px;
    padding: 10px 0;
    color: #25465F;
}
.tax-taxo_type .evenement-grid .evenement-type a.active,
.page-template-archive-evenement .evenement-grid .evenement-type a.active {
    border-bottom: 5px solid #109db9;
}
@media (max-width: 991.98px) {
    .tax-taxo_type .evenement-grid .evenement-type a,
.page-template-archive-evenement .evenement-grid .evenement-type a {
        margin: 0 10px;
    }
}
.tax-taxo_type.is_darkmode .evenement-grid .evenement-grid-content .section-card,
.page-template-archive-evenement.is_darkmode .evenement-grid .evenement-grid-content .section-card {
    background: #122B3D;
    box-shadow: 1px 1px 0 0 #FFFFFF, -1px 0 0 0 #FFFFFF;
}
.tax-taxo_type.is_darkmode .evenement-grid .evenement-type,
.page-template-archive-evenement.is_darkmode .evenement-grid .evenement-type {
    background: #122B3D;
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.tax-taxo_type.is_darkmode .evenement-grid .evenement-type a,
.page-template-archive-evenement.is_darkmode .evenement-grid .evenement-type a {
    color: #FFFFFF;
}
.tax-taxo_type.is_contrastmode .evenement-grid .evenement-type a.active,
.page-template-archive-evenement.is_contrastmode .evenement-grid .evenement-type a.active {
    border-bottom: 5px solid #25465F;
}

.single-evenement .header-content {
    margin-bottom: 20px;
}
.single-evenement .header-content h2 {
    font-family: "BouyguesRead", sans-serif;
    font-weight: 600;
    line-height: 5.8rem;
    font-size: 4.8rem;
    position: relative;
    margin-bottom: 30px;
    outline: none;
}
@media (max-width: 991.98px) {
    .single-evenement .header-content h2 {
        font-size: 3.8rem;
        margin-bottom: 0;
    }
}
.single-evenement .header-content .evenement-compteur {
    display: inline-block;
    background-color: #109db9;
    color: #FFFFFF;
    padding: 17px 16px;
    font-weight: 600;
    font-size: 27px;
    text-transform: uppercase;
}
.single-evenement .header-content .content {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
}
.single-evenement .header-content .content .calendar {
    display: flex;
    padding-right: 60px;
    border-right: 1px solid #DDE0E1;
    margin-right: 60px;
    width: 33%;
}
.single-evenement .header-content .content .calendar .picto {
    margin-right: 20px;
}
.single-evenement .header-content .content .calendar .calendar-text .date {
    font-size: 24px;
    font-weight: 600;
    color: #109db9;
    line-height: 1;
}
.single-evenement .header-content .content .calendar .calendar-text .hour {
    margin-top: 15px;
    font-weight: 600;
}
.single-evenement .header-content .content .location {
    display: flex;
    align-items: flex-start;
}
.single-evenement .header-content .content .location .picto {
    margin-right: 20px;
}
.single-evenement .header-content .content .location .picto svg,
.single-evenement .header-content .content .location .picto svg path,
.single-evenement .header-content .content .location .picto svg g {
    color: #25465F;
    fill: #25465F;
    stroke: #25465F;
}
.single-evenement .header-content .content .location .location-title {
    font-weight: 600;
    margin-bottom: 10px;
}
@media (max-width: 991.98px) {
    .single-evenement .header-content .content {
        flex-direction: column;
    }
    .single-evenement .header-content .content .calendar {
        border: 0px;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .single-evenement .header-content .content .calendar .calendar-text .hour {
        margin-top: 0;
    }
}
.single-evenement.is_darkmode .header-content h2 {
    color: #FFFFFF;
}
.single-evenement.is_darkmode .header-content .evenement-compteur {
    color: #25465F;
    background-color: #FFFFFF;
}
.single-evenement.is_darkmode .header-content .content .calendar .picto svg {
    color: #FFFFFF;
    fill: #FFFFFF;
}
.single-evenement.is_darkmode .header-content .content .calendar .calendar-text .hour {
    color: #FFFFFF;
}
.single-evenement.is_darkmode .header-content .content .location .picto svg,
.single-evenement.is_darkmode .header-content .content .location .picto svg path,
.single-evenement.is_darkmode .header-content .content .location .picto svg g {
    color: #FFFFFF;
    fill: #FFFFFF;
}
.single-evenement.is_darkmode .header-content .content .location .location-title {
    color: #FFFFFF;
}
.single-evenement.is_darkmode .header-content .content .location .location-desc {
    color: #FFFFFF;
}
.single-evenement.is_contrastmode .header-content .evenement-compteur {
    background-color: #25465F;
}
.single-evenement.is_contrastmode .header-content .content .calendar .calendar-text .date {
    color: #25465F;
}

/*# sourceMappingURL=app.css.map*/