@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond:600i,700,700i);

.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.row, .row.reverse {
    -webkit-box-orient: horizontal
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col.reverse, .row.reverse {
    -webkit-box-direction: reverse
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    flex-direction: column-reverse
}

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-1 {
    margin-left: 8.333%
}

.col-xs-offset-2 {
    margin-left: 16.667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.333%
}

.col-xs-offset-5 {
    margin-left: 41.667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.333%
}

.col-xs-offset-8 {
    margin-left: 66.667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.333%
}

.col-xs-offset-11 {
    margin-left: 91.667%
}

.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

@media only screen and (min-width: 48em) {
    .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-offset-1 {
        margin-left: 8.333%
    }

    .col-sm-offset-2 {
        margin-left: 16.667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.333%
    }

    .col-sm-offset-5 {
        margin-left: 41.667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.333%
    }

    .col-sm-offset-8 {
        margin-left: 66.667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.333%
    }

    .col-sm-offset-11 {
        margin-left: 91.667%
    }

    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }

    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@media only screen and (min-width: 62em) {
    .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-offset-1 {
        margin-left: 8.333%
    }

    .col-md-offset-2 {
        margin-left: 16.667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.333%
    }

    .col-md-offset-5 {
        margin-left: 41.667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.333%
    }

    .col-md-offset-8 {
        margin-left: 66.667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.333%
    }

    .col-md-offset-11 {
        margin-left: 91.667%
    }

    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }

    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@media only screen and (min-width: 75em) {
    .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-offset-1 {
        margin-left: 8.333%
    }

    .col-lg-offset-2 {
        margin-left: 16.667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.333%
    }

    .col-lg-offset-5 {
        margin-left: 41.667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.333%
    }

    .col-lg-offset-8 {
        margin-left: 66.667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.333%
    }

    .col-lg-offset-11 {
        margin-left: 91.667%
    }

    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }

    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

.btn {
    align-items: center;
    background-color: transparent;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    font-family: Open Sans Condensed, sans-serif;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    min-width: 125px;
    padding: 3px 31px;
    text-transform: uppercase;
    transition: color .2s ease, border .2s ease, background-color .2s ease
}

.btn:hover {
    background-color: #e7581a;
    border-color: #e7581a;
    color: #fff
}

.btn--white {
    border: 2px solid hsla(0, 0%, 100%, .3);
    color: #fff
}

.btn--black {
    border: 2px solid rgba(0, 0, 0, .3);
    color: #00437a
}

.btn--large {
    padding: 16px 31px
}

html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal
}

a img {
    border: 0
}

*, :after, :before {
    box-sizing: border-box;
    margin: 0
}

.content {
    overflow: hidden
}

select {
    -webkit-appearance: none;
    -moz-appearance: none
}

select::-ms-expand {
    display: none
}

blockquote {
    margin: 0
}

blockquote p {
    color: #00437a;
    font-family: Cormorant Garamond;
    font-size: 20px;
    font-style: italic;
    margin: 40px auto;
    padding: 20px
}

.container {
    margin: 0 auto;
    max-width: 998px;
    width: 100%
}

.containerMarginRight {
    padding-right: calc(50% - 499px)
}

i.small {
    font-size: .8em
}

ul {
    padding: 0
}

li {
    list-style-type: none
}

h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2
}

h1, h2 {
    font-family: Open Sans Condensed, sans-serif
}

h2 {
    align-items: center;
    display: flex;
    font-size: 35px;
    font-weight: 300;
    justify-content: flex-start
}

h2:before {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 2px;
    margin-right: 17px;
    width: 81px
}

h2.textOnly {
    padding: 0
}

h2.textOnly:before {
    display: none
}

h3 {
    color: #000;
    font-family: Open Sans Condensed;
    font-size: 38px;
    font-weight: 300;
    margin-top: 50px
}

.pageDescription + .container > .ezrichtext-field, .pageDescription + .container > h2 {
    margin-top: 40px
}

p {
    font-size: 15px
}

p, p a {
    font-family: Arial, "sans-serif";
    font-weight: 400;
    line-height: 25px
}

p a {
    text-decoration: underline
}

p.marginBottom {
    margin-bottom: 35px
}

h2 + p, p + h2 {
    margin-top: 25px
}

.navigation .navigation__link {
    display: block
}

.navigation__link, .navigation__title, a {
    color: #00437a;
    font-family: Open Sans Condensed, sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease
}

.navigation__link:not(.stretched-link), .navigation__title:not(.stretched-link), a:not(.stretched-link) {
    line-height: 40px
}

.navigation__link.DocumentItem__text, .navigation__title.DocumentItem__text, a.DocumentItem__text {
    line-height: inherit
}

.navigation__link:hover, a:hover {
    color: #e7581a;
    cursor: pointer
}

.type {
    color: #e7581a;
    font-family: Cormorant Garamond;
    font-size: 22px;
    font-style: italic;
    font-weight: 700
}

.page__description {
    font-family: Open Sans Condensed, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.1
}

.greySection {
    background: linear-gradient(126deg, #f1f1f1, #f9f9f9);
    margin-top: 30px;
    padding: 47px 0 81px
}

.greySection--withForm {
    padding: 49px 72px
}

.greySection.greySection--blueTitles h2 {
    color: #00437a;
    font-family: Open Sans Condensed;
    font-size: 28px;
    font-weight: 700;
    margin-top: 60px;
    text-align: left;
    text-transform: uppercase
}

.greySection.greySection--blueTitles h2:before {
    display: none
}

.twoColumns {
    display: flex;
    flex-wrap: wrap
}

.twoColumns__leftColumn {
    display: flex;
    margin-right: 20px;
    width: 30%
}

.twoColumns__rightColumn {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    width: calc(70% - 20px)
}

.tabs ul.nav.nav-tabs, .tabs ul.tabs-component-tabs, .vue-tabs ul.nav.nav-tabs, .vue-tabs ul.tabs-component-tabs {
    border-radius: 3px;
    display: flex;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 35px 0
}

.tabs li.tab, .tabs li.tabs-component-tab, .vue-tabs li.tab, .vue-tabs li.tabs-component-tab {
    align-self: flex-start;
    border: 1px solid #a0a0a0;
    display: flex
}

.tabs .tabs-component-tab-a, .tabs li.tab a[role=tab], .vue-tabs .tabs-component-tab-a, .vue-tabs li.tab a[role=tab] {
    color: #00437a;
    font-family: Open Sans Condensed;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    line-height: inherit;
    margin: 3px;
    padding: 9px 27px;
    text-align: center;
    text-transform: uppercase
}

.tabs .tabs-component-tab-a:active, .tabs .tabs-component-tab-a:focus, .tabs .tabs-component-tab-a:hover, .tabs li.tab a[role=tab].active, .tabs li.tab a[role=tab].title-tab.active, .tabs li.tab a[role=tab]:active, .tabs li.tab a[role=tab]:focus, .tabs li.tab a[role=tab]:hover, .tabs li.tabs-component-tab.is-active a, .vue-tabs .tabs-component-tab-a:active, .vue-tabs .tabs-component-tab-a:focus, .vue-tabs .tabs-component-tab-a:hover, .vue-tabs li.tab a[role=tab].active, .vue-tabs li.tab a[role=tab].title-tab.active, .vue-tabs li.tab a[role=tab]:active, .vue-tabs li.tab a[role=tab]:focus, .vue-tabs li.tab a[role=tab]:hover, .vue-tabs li.tabs-component-tab.is-active a {
    background: #f0532e;
    color: #fff
}

p.lightText {
    color: #444;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px
}

.wrapperIframe--youtube {
    display: block;
    padding: 35px 0;
    text-align: center;
    width: 100%
}

.wrapperIframe--youtube iframe {
    min-height: 390px;
    width: 100%
}

.tab-container {
    display: none
}

.tab-container.active {
    display: block
}

@media screen and (max-width: 1279px) {
    .container {
        max-width: 602px
    }

    h1 {
        font-size: 40px
    }

    h2 {
        font-size: 35px
    }

    .containerMarginRight {
        padding-right: calc(50% - 301px)
    }

    .twoColumns__leftColumn {
        padding: 0;
        width: 40%
    }

    .twoColumns__rightColumn {
        width: calc(60% - 20px)
    }

    .navigation__link:hover, a:hover {
        color: inherit
    }

    .vue-tabs ul.nav.nav-tabs {
        border: none;
        width: 100%
    }

    .vue-tabs li.tab {
        border-bottom: 1px solid #a0a0a0;
        border-left: 1px solid #a0a0a0;
        border-top: 1px solid #a0a0a0;
        margin: 5px 0;
        width: 100%
    }

    .vue-tabs li.tab a {
        width: 100%
    }

    .vue-tabs li.tab:last-child {
        border-right: 1px solid #a0a0a0
    }

    ul.tabs-component-tabs {
        flex-wrap: wrap;
        width: 100%
    }

    .tabs li.tabs-component-tab {
        border-bottom: 2px solid #a0a0a0;
        border-right: none;
        width: 100%
    }

    .tabs li.tabs-component-tab a {
        width: 100%
    }

    .tabs li.tabs-component-tab:last-child {
        border-bottom: 0
    }

    .wrapperIframe--youtube iframe {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .container {
        margin: 0;
        max-width: 100%;
        padding: 0 15px
    }

    h1 {
        font-size: 30px
    }

    h2 {
        font-size: 25px;
        padding-left: 44px;
        position: relative
    }

    h2:before {
        left: 0;
        position: absolute;
        top: 25px;
        width: 34px
    }

    .type {
        font-size: 20px
    }

    .page__description {
        font-size: 24px
    }

    .greySection.greySection--blueTitles h2 {
        padding-left: 0
    }

    .twoColumns__leftColumn {
        flex-wrap: wrap;
        margin-right: 0;
        padding: 0;
        width: 100%
    }

    .twoColumns__rightColumn {
        width: 100%
    }

    .containerMarginRight {
        padding-right: 0
    }

    .wrapperIframe--youtube iframe {
        height: auto;
        width: 100%
    }
}

h2.searchRedNoticeTitle {
    border-bottom: 1px solid #a6a6a6;
    border-top: 1px solid #a6a6a6;
    padding-bottom: 25px;
    padding-top: 25px
}

@media screen and (min-width: 1280px) {
    h2.searchRedNoticeTitle {
        padding-left: 120px
    }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
    h2.searchRedNoticeTitle {
        padding-left: 25px
    }
}

@media screen and (max-width: 767px) {
    h2.searchRedNoticeTitle {
        padding-left: 80px
    }

    h2.searchRedNoticeTitle:before {
        left: 30px;
        top: 50px
    }
}

@media screen and (min-width: 1280px) {
    .wrapperIframe--youtube {
        text-align: right
    }

    .edito .wrapperIframe--youtube {
        text-align: center
    }

    .wrapperIframe--youtube iframe {
        height: 504px;
        width: 896px
    }
}

[dir=rtl] h2:before {
    left: auto;
    margin-left: 17px;
    margin-right: 0;
    right: 0
}

[dir=rtl] .greySection.greySection--blueTitles h2 {
    padding: 0
}

@media screen and (min-width: 1280px) {
    [dir=rtl] .tabs li.tabs-component-tab {
        border-left: 2px solid #a6a6a6;
        border-right: none
    }

    [dir=rtl] .tabs li.tabs-component-tab:last-child {
        border-left: none
    }

    [dir=rtl] h2.searchRedNoticeTitle {
        padding-left: 0;
        padding-right: 120px
    }
}

@media screen and (max-width: 767px) {
    [dir=rtl] h2 {
        padding: 0 44px 0 0
    }

    [dir=rtl] h2.searchRedNoticeTitle {
        padding: 25px 80px 25px 0
    }

    [dir=rtl] h2.searchRedNoticeTitle:before {
        left: auto;
        right: 30px
    }

    [dir=rtl] .wantedpersons .toggleFormSpecialButton {
        padding: 20px 25px 20px 0
    }

    [dir=rtl] .wantedpersons .toggleFormSpecialButton:after {
        margin-left: 0;
        margin-right: 15px
    }
}

.sitemap h2 {
    margin-top: 10px
}

.sitemap h2 a {
    color: #00437a;
    font-size: 38px;
    font-weight: 700
}

.sitemap h2:before {
    content: none
}

.sitemap h3 {
    margin-left: 5px;
    margin-top: 0
}

.sitemap h3 a {
    color: #000;
    font-size: 35px;
    font-weight: 300
}

.sitemap h4 {
    margin-left: 10px
}

.sitemap h4 a {
    color: rgba(0, 0, 0, .7);
    font-size: 24px;
    font-weight: 300
}

.sitemap h5 {
    margin-left: 15px
}

.sitemap h5 a {
    color: #e7581a;
    font-family: Cormorant Garamond;
    font-size: 22px;
    font-style: italic;
    font-weight: 700
}

.generalForm {
    padding: 25px 60px 25px 25px
}

.generalForm select::-ms-expand {
    display: none
}

.generalForm select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0
}

.generalForm h3 {
    margin: 0 0 25px
}

.generalForm > form > div {
    display: flex
}

.generalForm label {
    display: flex;
    font-family: Open Sans Condensed, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    width: 20%
}

@media screen and (max-width: 767px) {
    .generalForm label {
        width: auto
    }
}

.generalForm input {
    border: 1px solid #a0a0a0;
    border-collapse: separate;
    border-radius: 0;
    display: flex;
    height: 38px;
    line-height: 38px;
    margin-bottom: 25px;
    padding: 0 10px;
    width: 60%
}

.generalForm__dateOfDisapearanceSelector input:first-of-type {
    margin-bottom: 0
}

.generalForm__identityUnknownCheckbox {
    margin-top: 20px
}

.generalForm label.generalForm__checkboxLabel {
    display: inline;
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    text-align: left
}

.contact label.generalForm__checkboxLabel {
    height: auto;
    margin: 25px auto auto 20%;
    width: 80%
}

.generalForm__selectArea {
    background-color: #fff;
    background: #fff url(/build/images/arrow-select.bcdffb98.svg);
    background-position: calc(100% - 15px);
    background-repeat: no-repeat;
    border: 1px solid #a0a0a0;
    border-collapse: separate;
    border-radius: 0;
    display: flex;
    height: 40px;
    line-height: 38px;
    margin-bottom: 15px;
    padding: 0 38px 0 10px;
    position: relative;
    width: 100%
}

.generalForm__selectArea--borderless {
    background-color: transparent;
    background: url(/build/images/arrow-select.bcdffb98.svg);
    background-position: calc(100% - 15px);
    background-repeat: no-repeat;
    border: none;
    box-shadow: none;
    padding-right: 38px;
    width: auto
}

div.generalForm__ageSelector {
    display: flex !important;
    flex-wrap: wrap
}

div.generalForm__ageSelector label {
    display: flex;
    margin-bottom: 15px;
    width: 25%
}

div.generalForm__ageSelector label:first-of-type {
    width: 100%
}

div.generalForm__ageSelector label.generalForm__separatorAge, div.generalForm__ageSelector label:nth-of-type(2) {
    color: #000;
    display: flex;
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    height: 38px;
    justify-content: center;
    line-height: 38px;
    line-height: 36px;
    text-align: left;
    width: 20% !important
}

div.generalForm__ageSelector input {
    color: #000;
    display: flex;
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    width: 40% !important
}

div.generalForm__dateOfDisappearanceSelector {
    display: flex !important;
    flex-wrap: wrap
}

div.generalForm__dateOfDisappearanceSelector label {
    display: flex;
    margin-bottom: 15px;
    width: 25%
}

div.generalForm__dateOfDisappearanceSelector label:first-of-type {
    width: 100%
}

div.generalForm__dateOfDisappearanceSelector label:nth-of-type(2) {
    color: #000;
    display: flex;
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    height: 38px;
    justify-content: center;
    line-height: 38px;
    line-height: 36px;
    text-align: left;
    width: 10% !important
}

div.generalForm__dateOfDisappearanceSelector input {
    color: #000;
    display: flex;
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    width: 45% !important
}

.generalForm__textAreaWrapper {
    display: flex
}

.generalForm__textAreaLabel {
    display: flex;
    margin-right: 0
}

.generalForm__textArea {
    border: 1px solid #a0a0a0;
    border-collapse: separate;
    border-radius: 0;
    color: #000;
    display: flex;
    font-family: Arial;
    max-width: 80%;
    min-height: 180px;
    padding: 15px;
    width: 80%
}

@media screen and (max-width: 1279px) {
    .generalForm__textArea {
        max-width: none;
        width: 100%
    }
}

@media screen and (min-width: 1280px) {
    .generalForm__textArea {
        min-width: 60%
    }
}

.generalForm__Submit {
    background: linear-gradient(126deg, #24335b 23%, #004373 77%);
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Open Sans Condensed;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    line-height: 50px;
    margin-top: 30px;
    text-transform: uppercase;
    width: 100%
}

.generalForm__Submit:hover {
    background: linear-gradient(126deg, #3d5596 23%, #00375f 77%)
}

.generalForm__recaptcha {
    margin: 25px auto auto 20%;
    overflow: hidden
}

.generalForm__recaptcha img {
    margin-left: -3px
}

.generalForm__wrapperButtons {
    margin: 30px 0 0 20%
}

.generalForm__wrapperButtons button.btn {
    line-height: 40px;
    margin-right: 10px;
    padding: 3px 31px
}

.generalForm__wrapperButtons button.generalForm__clear {
    background: none;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-family: Open Sans Condensed;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    padding: 3px 31px;
    position: relative;
    text-transform: uppercase;
    transition: all .2s ease
}

.generalForm__wrapperButtons button.generalForm__clear:after {
    background: #a6a6a6;
    bottom: 11px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25%;
    position: absolute;
    top: auto;
    transition: all .2s ease;
    width: 50%
}

.generalForm__wrapperButtons button.generalForm__clear:active, .generalForm__wrapperButtons button.generalForm__clear:hover {
    background: #e7581a;
    color: #fff
}

.generalForm__wrapperButtons button.generalForm__clear:active:after, .generalForm__wrapperButtons button.generalForm__clear:hover:after {
    background: #fff
}

.generalForm > form > div.generalForm__checkBox {
    display: inline-block
}

.generalForm__checkBox {
    width: 100%
}

.generalForm__checkBox [type=checkbox]:checked, .generalForm__checkBox [type=checkbox]:not(:checked) {
    left: -9999px;
    position: absolute
}

.generalForm__checkBox [type=checkbox]:checked + label, .generalForm__checkBox [type=checkbox]:not(:checked) + label {
    cursor: pointer;
    display: flex;
    line-height: 20px;
    padding-left: 28px;
    position: relative
}

.generalForm__checkBox [type=checkbox]:checked + label:before, .generalForm__checkBox [type=checkbox]:not(:checked) + label:before {
    background: #fff;
    border: 1px solid #ccc;
    border-collapse: separate;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .1s;
    width: 20px
}

.generalForm__checkBox [type=checkbox]:checked + label:after, .generalForm__checkBox [type=checkbox]:not(:checked) + label:after {
    color: #444;
    content: "✔";
    font-size: 1.4em;
    left: .2em;
    line-height: .8;
    position: absolute;
    top: .2em;
    transition: all .2s
}

.generalForm__checkBox [type=checkbox]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0)
}

.generalForm__checkBox [type=checkbox]:checked + label:after {
    opacity: 1;
    transform: scale(1)
}

.generalForm__checkBox [type=checkbox]:disabled:checked + label:before, .generalForm__checkBox [type=checkbox]:disabled:not(:checked) + label:before {
    background-color: #ddd;
    border-color: #bbb;
    box-shadow: none
}

.generalForm__checkBox [type=checkbox]:disabled:checked + label:after {
    color: #999
}

.generalForm__checkBox [type=checkbox]:disabled + label {
    color: #aaa
}

.generalForm__checkBox [type=checkbox]:checked:focus + label:before, .generalForm__checkBox [type=checkbox]:not(:checked):focus + label:before {
    border: 1px dotted #444
}

.generalForm__checkBox label:hover:before {
    border: 1px solid #a0a0a0 !important
}

.generalForm__checkBox label a {
    line-height: inherit
}

.generalForm__radioButton {
    margin-top: 20px
}

.generalForm__radioButton [type=radio]:checked, .generalForm__radioButton [type=radio]:not(:checked) {
    left: -9999px;
    position: absolute
}

.generalForm__radioButton [type=radio]:checked + label, .generalForm__radioButton [type=radio]:not(:checked) + label {
    cursor: pointer;
    display: flex;
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin: 15px 0;
    padding-left: 28px;
    position: relative;
    text-align: left
}

.generalForm__radioButton [type=radio]:checked + label:before, .generalForm__radioButton [type=radio]:not(:checked) + label:before {
    background: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 100%;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .2s;
    width: 18px
}

.generalForm__radioButton [type=radio]:checked + label:after, .generalForm__radioButton [type=radio]:not(:checked) + label:after {
    background: #444;
    border-radius: 100%;
    content: "";
    height: 12px;
    left: 3px;
    position: absolute;
    top: 3px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 12px
}

.generalForm__radioButton [type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.generalForm__radioButton [type=radio]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

[dir=rtl] [type=checkbox]:checked, [dir=rtl] [type=checkbox]:not(:checked), [dir=rtl] [type=radio]:checked, [dir=rtl] [type=radio]:not(:checked) {
    left: auto;
    right: -9999px
}

[dir=rtl] .twoColumns__leftColumn {
    margin-left: 20px;
    margin-right: 0
}

[dir=rtl] .containerMarginRight {
    padding-right: 0
}

@media screen and (min-width: 768px) {
    [dir=rtl] .containerMarginRight {
        padding-left: calc(50% - 301px)
    }
}

[dir=rtl] .generalForm__radioButton [type=radio]:checked + label, [dir=rtl] .generalForm__radioButton [type=radio]:not(:checked) + label {
    padding: 0 28px 0 0
}

[dir=rtl] .generalForm__radioButton [type=radio]:checked + label:before, [dir=rtl] .generalForm__radioButton [type=radio]:not(:checked) + label:before {
    left: auto;
    right: 0
}

[dir=rtl] .generalForm__radioButton [type=radio]:checked + label:after, [dir=rtl] .generalForm__radioButton [type=radio]:not(:checked) + label:after {
    left: auto;
    right: 3px
}

[dir=rtl] .generalForm__checkBox [type=checkbox]:checked, [dir=rtl] .generalForm__checkBox [type=checkbox]:checked + label, [dir=rtl] .generalForm__checkBox [type=checkbox]:not(:checked), [dir=rtl] .generalForm__checkBox [type=checkbox]:not(:checked) + label {
    padding: 0 28px 0 0
}

[dir=rtl] .generalForm__checkBox [type=checkbox]:checked + label:before, [dir=rtl] .generalForm__checkBox [type=checkbox]:not(:checked) + label:before {
    left: auto;
    right: 0
}

[dir=rtl] [type=checkbox]:checked + label:after, [dir=rtl] [type=checkbox]:not(:checked) + label:after {
    left: auto;
    right: .2em
}

@media screen and (max-width: 767px) {
    [dir=rtl] .redNoticesList__list {
        padding: 0 20px 0 0
    }

    [dir=rtl] .twoColumns__leftColumn {
        margin-left: 0
    }
}

@media screen and (max-width: 1279px) {
    .generalForm {
        padding: 25px 25px 0 0
    }

    .generalForm > form > div, .standardForm > form > div > div {
        display: block
    }

    .contact label.generalForm__checkboxLabel {
        margin-left: 0;
        width: 100%
    }

    .generalForm__recaptcha {
        margin: 25px 0 0
    }

    .generalForm__wrapperButtons {
        margin: 30px 0 0
    }

    .generalForm__wrapperButtons button.btn {
        display: inline
    }

    .generalForm input, .generalForm__textArea {
        display: block;
        width: 100%
    }
}

@media screen and (max-width: 1279px) and (max-width: 767px) {
    .contact__colRight.greySection {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .generalForm {
        padding: 25px 0 0
    }

    .generalForm h3 {
        display: none
    }

    .generalForm__recaptcha img {
        height: auto;
        max-width: 100%
    }

    .generalForm__wrapperButtons {
        display: flex !important
    }
}

.standardForm > form > div > div {
    display: flex;
    flex-direction: column
}

.standardForm > form > div {
    display: block
}

.alert.alert-danger {
    display: block;
    margin-bottom: 2rem;
    margin-top: 2rem
}

.alert.alert-danger .d-block {
    display: block
}

.alert.alert-danger .form-error-icon {
    display: none
}

.alert.alert-danger .form-error-message {
    color: #d00;
    display: block;
    margin-bottom: .5rem
}

.header {
    background-color: #fff
}

.header__container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%
}

.header__logo {
    background-color: transparent;
    height: 92px;
    transform: translateX(90px)
}

.header__logo__img, .header__logo__img--sticky {
    height: 100%
}

.header__logo__img--sticky {
    display: none
}

.header__right {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    margin-left: auto
}

.header__actions {
    display: flex;
    flex-direction: column
}

.header.sticky .header__actions {
    flex-direction: row;
    min-width: 152px
}

.langage, .langage__choice, .menu__toggle, .search__toggle {
    align-items: center;
    border-left: 1px solid #a6a6a6;
    color: #e7581a;
    display: flex;
    height: 60px;
    justify-content: center;
    text-transform: uppercase;
    width: 76px
}

.langage a, .langage__choice a, .menu__toggle a, .search__toggle a {
    border-left: none;
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 100
}

.langage__choice a {
    height: 100%;
    line-height: 60px;
    text-align: center;
    transition: none;
    width: 100%
}

@media screen and (max-width: 1399px) {
    .langage__choice a {
        line-height: 40px
    }
}

.search__toggle {
    background-color: transparent;
    cursor: pointer;
    position: relative;
    transition: fill .3s ease, background-color .3s ease
}

.search__toggle svg {
    pointer-events: none
}

.search__toggle .search__closesearch {
    display: none
}

.menu__toggle:after, .search__toggle:after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 8px solid #e7581a;
    bottom: -8px;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity .3s ease;
    visibility: hidden;
    width: 0;
    z-index: 3
}

.search__toggle.active {
    background-color: #e7581a
}

.search__toggle.active .search__logo {
    display: none
}

.search__toggle.active .search__closesearch {
    display: inline
}

.menu__toggle.active:after, .search__toggle.active:after {
    opacity: 1;
    visibility: visible
}

.search__toggle.active .search__logo path {
    fill: #fff
}

.search__logo {
    width: 30px
}

.search__logo path {
    fill: #e7581a
}

.menu__toggle {
    display: none
}

.langage {
    border-bottom: 1px solid #a6a6a6;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
    position: relative
}

.langage__current {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.langage__current:after {
    content: ">";
    margin-left: 7px;
    transform: rotate(90deg)
}

.langage__choices {
    border-right: 1px solid #a6a6a6;
    overflow: hidden;
    position: absolute;
    right: -1px;
    top: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: transform .3s ease;
    z-index: 2
}

.langage__choices.active {
    height: auto;
    transform: scaleY(1)
}

.langage__choice {
    background-color: #fff;
    border-bottom: 1px solid #a6a6a6;
    cursor: pointer;
    list-style-type: none;
    transition: background-color .2s ease, color .2s ease
}

.langage__choice:hover {
    background-color: #e7581a;
    color: #fff
}

.header.sticky {
    border-bottom: 1px solid #a6a6a6;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4
}

.header .header__logo__img--sticky--mobile {
    display: none
}

.header.sticky .header__logo__img--sticky--mobile {
    display: flex;
    height: 42px;
    width: 45px
}

@media screen and (min-width: 1400px) {
    .header.sticky .header__logo__img--sticky--mobile {
        display: none
    }
}

.header.sticky + div {
    margin-top: 120px
}

@media (min-width: 1400px) {
    .header.sticky .header__logo {
        display: flex;
        height: 60px;
        justify-content: center;
        padding: 9px 0;
        transform: translateX(98px);
        width: 75px
    }
}

.header.sticky .header__logo__img {
    display: none
}

@media screen and (max-width: 1399px) {
    .header.sticky .header__logo__img {
        display: block
    }
}

.header.sticky .header__logo__img--sticky {
    display: flex;
    display: none
}

@media screen and (min-width: 1400px) {
    .header.sticky .header__logo__img--sticky {
        display: flex;
        height: 16px;
        margin: 13px 0;
        transform: translateX(35px)
    }
}

.header.sticky .langage, .header.sticky .search__toggle {
    height: 76px
}

@media screen and (max-width: 1399px) {
    .header {
        height: 80px
    }

    .header__logo {
        height: 60px;
        transform: translateX(25px)
    }

    .header__actions {
        flex-direction: row
    }

    .langage {
        border-bottom: none
    }

    .langage, .menu__toggle, .search__toggle {
        height: 80px;
        width: 80px
    }

    .menu__toggle {
        align-items: center;
        cursor: pointer;
        display: flex;
        justify-content: center;
        position: relative;
        transition: background-color .3s ease
    }

    .header.sticky + div {
        margin-top: 80px
    }

    .langage__choices.active li.langage__choice {
        height: 40px;
        width: 80px
    }

    .langage__choices li.langage__choice {
        width: 80px
    }

    .header.sticky .langage, .header.sticky .menu__toggle, .header.sticky .search__toggle {
        height: 60px
    }
}

@media screen and (max-width: 1399px) and (max-width: 1400px) {
    .header.sticky .langage, .header.sticky .menu__toggle, .header.sticky .search__toggle {
        height: 80px
    }
}

[dir=rtl] .header__right {
    margin-left: 0;
    margin-right: auto
}

[dir=rtl] .header__logo {
    transform: translateX(-25px)
}

[dir=rtl] .langage, [dir=rtl] .menu__toggle, [dir=rtl] .search__toggle {
    border-left: 0;
    border-right: 1px solid #a6a6a6
}

@media screen and (min-width: 1400px) {
    [dir=rtl] .header.sticky .header__logo__img--sticky {
        transform: translateX(-136px)
    }
}

[dir=rtl] .langage__current:after {
    margin-left: 0;
    margin-right: 7px;
    transform: rotate(270deg)
}

@media screen and (max-width: 767px) {
    .header__logo {
        transform: translateX(15px)
    }
}

.footer {
    background: #004373
}

.footer .container {
    max-width: 1200px
}

.footer .container, .footer__col {
    display: flex;
    justify-content: flex-start
}

.footer__col {
    align-items: flex-start;
    color: #fff;
    flex-direction: column;
    padding: 125px 20px 10px;
    width: 16.66%
}

.footer__col__title {
    font-family: Open Sans Condensed, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.footer__col__list {
    margin-top: 50px
}

.footer__col__list--social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px)
}

.footer__col__list li {
    margin-bottom: 12px
}

.footer__col__list--social li {
    margin: 0 5px 10px
}

.footer__col a {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2
}

.footer__col a:hover {
    color: #e7581a
}

.footer__logo {
    margin: -20px auto 0;
    max-width: 101px
}

.footer__social {
    align-items: center;
    -webkit-backface-visibility: hidden;
    display: flex;
    height: 50px;
    justify-content: center;
    transform: translateZ(0) scale(1);
    transition: transform .3s ease;
    width: 50px
}

.footer__social:hover {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) scale(.85)
}

.footer__social img {
    width: 100%
}

.subFooter {
    border-top: 1px solid hsla(0, 0%, 100%, .15);
    display: flex;
    justify-content: flex-start;
    padding: 0 20px
}

.subFooter a, .subFooter__copyright {
    color: hsla(0, 0%, 100%, .2);
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-right: 40px;
    text-transform: uppercase;
    transition: all .2s ease
}

.subFooter a:active, .subFooter a:focus, .subFooter a:hover {
    color: #e7581a
}

.subFooter__copyright {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: 0
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
    .footer {
        margin-top: 50px;
        position: relative
    }

    .footer__col:first-child {
        border-bottom: 1px solid hsla(0, 0%, 100%, .15);
        position: absolute;
        top: 20px;
        width: 100%
    }

    .footer .container {
        flex-wrap: wrap;
        padding-top: 145px
    }

    .footer__col {
        padding: 20px;
        width: 25%
    }

    .footer__col__title {
        font-size: 14px
    }

    .footer__col__list {
        margin-top: 40px
    }

    .footer__col:last-child {
        align-items: center;
        border-left: 0;
        border-right: 0;
        border-top: 1px solid hsla(0, 0%, 100%, .15);
        padding: 0;
        width: 100%
    }

    .footer__col:last-child .footer__col__title {
        display: none
    }

    .footer__col__list--social {
        align-items: center;
        height: 94px;
        justify-content: center;
        margin-top: 0
    }

    .footer__col__list--social li {
        margin: 0 7.5px
    }
}

@media screen and (max-width: 767px) {
    .footer {
        margin-top: 0
    }

    .footer .container {
        flex-wrap: wrap
    }

    .footer__social {
        height: 38px;
        width: 38px
    }

    .footer__col {
        padding: 40px 20px 0;
        width: 50%
    }

    .footer__col:last-child {
        width: 100%
    }

    .footer__col:first-child {
        border-bottom: 1px solid hsla(0, 0%, 100%, .15);
        border-left: none;
        margin-left: -30px;
        margin-right: -30px;
        padding: 40px 30px 20px;
        width: calc(100% + 60px)
    }

    .footer__col:last-child {
        border-left: none;
        border-right: none;
        border-top: 1px solid hsla(0, 0%, 100%, .15);
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 20px 5px;
        width: calc(100% + 60px)
    }

    .footer__col__list--social {
        justify-content: space-between;
        margin: 0 auto;
        max-width: 480px;
        width: 100%
    }

    .footer__col:last-child .footer__col__title {
        display: none
    }

    .subFooter {
        flex-wrap: wrap;
        padding-bottom: 20px
    }

    .subFooter > a, .subFooter > span {
        text-align: center
    }

    .subFooter > span {
        justify-content: center;
        width: 100%
    }

    .subFooter a {
        margin-right: 0;
        width: 50%
    }

    .subFooter__copyright {
        margin-left: 0
    }
}

@media screen and (max-width: 375px) {
    .footer__col__list--social li {
        margin: 0 0 10px
    }
}

@media screen and (min-width: 768px) {
    [dir=rtl] .subFooter__copyright {
        margin-left: 0;
        margin-right: auto
    }
}

.menu__toggle__btn {
    height: 32px;
    padding-top: 16px;
    position: relative;
    width: 32px
}

.menu__toggle span:after, .menu__toggle span:before {
    content: "";
    left: 0;
    position: absolute;
    top: -9px
}

.menu__toggle span:after {
    top: 9px
}

.menu__toggle span {
    display: block;
    position: relative
}

.menu__toggle span, .menu__toggle span:after, .menu__toggle span:before {
    backface-visibility: hidden;
    background-color: #e7581a;
    height: 2px;
    transition: all .3s;
    width: 100%
}

.menu__toggle.active {
    background-color: #e7581a
}

.menu__toggle.active span, .menu__toggle.active span:after, .menu__toggle.active span:before {
    background-color: #fff
}

.menu__toggle.active span {
    background-color: transparent
}

.menu__toggle.active span:before {
    transform: rotate(45deg) translate(5px, 5px)
}

.menu__toggle.active span:after {
    transform: rotate(-45deg) translate(7px, -8px)
}

.menu__toggle.active + #menu {
    opacity: 1;
    visibility: visible
}

.navigation__submenu a {
    color: #00437a;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.navigation__HiddenCloseButton {
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 80px;
    width: calc(100% - 320px)
}

li > .navigation__directlink--levelzero {
    border-bottom: 1px solid #a0a0a0;
    color: #000;
    display: none;
    font-family: Open Sans Condensed;
    font-size: 15px;
    font-weight: 700;
    line-height: 46px;
    position: relative;
    width: 100%
}

li > .navigation__directlink--levelzero:after {
    background: url(/build/images/arrow-down.7a47c218.svg) no-repeat;
    content: "";
    height: 10px;
    position: absolute;
    right: 20px;
    top: 16px;
    transform: rotate(270deg);
    transform-origin: 6px 6px;
    transition: transform .2s ease;
    width: 10px
}

.navigation__submenu a:hover {
    color: #e7581a;
    text-decoration: none
}

@media screen and (min-width: 1400px) {
    .navigation {
        align-items: flex-end;
        display: flex;
        height: 100%
    }

    .navigation__menu {
        display: flex;
        flex-direction: row
    }

    .navigation__menu a:active, .navigation__menu a:focus, .navigation__menu a:hover {
        text-decoration: none
    }

    .navigation__menu > li {
        display: flex
    }

    .navigation__menu > li:active, .navigation__menu > li:active a, .navigation__menu > li:focus, .navigation__menu > li:focus a, .navigation__menu > li:hover, .navigation__menu > li:hover a {
        text-decoration: none
    }

    .navigation__menu__item--DirectURL a {
        position: relative
    }

    .navigation__menu__item--DirectURL.active a {
        color: #000 !important;
        position: relative;
        text-decoration: none !important
    }

    .navigation__menu__item--DirectURL.active a:after {
        background: #e7581a;
        bottom: 10px;
        content: "";
        height: 2px;
        position: absolute;
        width: 100%
    }

    .navigation__link {
        font-size: 18px;
        line-height: 1;
        margin-right: 30px;
        padding: 18px 0;
        position: relative
    }

    span.navigation__link:after {
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 8px solid #fff;
        bottom: -7px;
        content: "";
        height: 0;
        width: 0;
        z-index: 3
    }

    .navigation__submenu, span.navigation__link:after {
        display: none;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0
    }

    .navigation__submenu {
        align-items: flex-start;
        background-color: #eee;
        flex-direction: column;
        flex-wrap: wrap;
        height: 400px;
        justify-content: flex-start;
        padding: 25px 10% 15px;
        top: 92px;
        z-index: 2
    }

    .navigation__menu__item.active > .navigation__link, .navigation__menu__item:hover > .navigation__link {
        color: #e7581a;
        text-decoration: none
    }

    .navigation__menu__item.active > .navigation__link:after, .navigation__menu__item.active > .navigation__submenu {
        display: flex
    }

    .navigation__title {
        align-items: center;
        display: flex;
        flex-direction: inline-flex;
        font-size: 16px;
        justify-content: flex-start;
        text-transform: uppercase
    }

    .navigation__title a {
        color: #00437a;
        font-family: Open Sans Condensed, "sans-serif";
        font-size: 14px;
        font-weight: 700
    }

    .navigation__title:before {
        background-color: #000;
        content: "";
        display: inline-block;
        height: 1px;
        margin-right: 10px;
        width: 20px
    }

    .navigation__submenu > li {
        margin-bottom: 20px;
        min-width: 25%
    }

    .header.sticky .navigation__submenu {
        top: 60px
    }

    li.navigation__menu__language {
        display: none
    }
}

@media screen and (max-width: 1399px) {
    .navigation__HiddenCloseButton {
        bottom: 0;
        display: flex;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 80px;
        width: calc(100% - 320px)
    }

    .navigation__menu__language .langage {
        border: none;
        display: block !important
    }

    .navigation {
        background-color: #eee;
        display: none;
        height: 100vh;
        margin: auto 0;
        overflow-x: hidden;
        overflow-y: scroll;
        position: absolute;
        right: 0;
        top: 80px;
        z-index: 3
    }

    .navigation__directlink, .navigation__directlink a {
        font-style: italic;
        position: relative
    }

    .navigation__directlink {
        border-bottom: 1px solid #a6a6a6;
        border-top: 1px solid #a6a6a6;
        margin: 5px 0;
        padding-right: 13px;
        width: 90% !important
    }

    .navigation__directlink:after {
        background: url(/build/images/arrow-down.7a47c218.svg) no-repeat;
        content: "";
        height: 8px;
        position: absolute;
        right: 10px;
        right: 0;
        top: 8px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        width: 8px
    }

    ul.navigation__menu li.navigation__menu__item ul.navigation__submenu li ul li.navigation__directlink {
        display: none
    }

    .navigation__submenu a:hover {
        color: inherit;
        text-decoration: none
    }

    .navigation__clickthirdLevel.active:after {
        transform: rotate(180deg)
    }

    .navigation__submenu--thirdLevel {
        display: none
    }

    .navigation__submenu--thirdLevel.active {
        display: block
    }

    .navigation.active {
        display: flex
    }

    .navigation__menu {
        align-content: flex-start;
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        max-width: 320px;
        padding-bottom: 120px
    }

    .navigation__menu__item {
        align-items: flex-start;
        border-bottom: 1px solid #a6a6a6;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        min-height: 56px;
        min-width: 320px;
        padding: 0 15px;
        position: relative
    }

    .navigation__menu__item:after {
        background: url(/build/images/arrow-down.7a47c218.svg) no-repeat;
        content: "";
        height: 12px;
        pointer-events: none;
        position: absolute;
        right: 25px;
        top: 22px;
        transform: rotate(0);
        transform-origin: 6px 6px;
        transition: transform .2s ease;
        width: 20px
    }

    .navigation__menu__item.active:after {
        transform: rotate(180deg)
    }

    .navigation__menu__item.active .navigation__link {
        color: #e7581a;
        text-decoration: none
    }

    .navigation__menu__item.active .navigation__submenu {
        display: flex;
        padding-left: 30px;
        width: 100%
    }

    .navigation__menu__item--DirectURL:after {
        transform: rotate(-90deg)
    }

    .navigation__submenu {
        display: none;
        flex-direction: column;
        height: auto
    }

    .navigation__submenu > li > ul {
        padding-left: 28px
    }

    .navigation__link {
        font-size: 17px;
        margin-top: 8px;
        width: 100%
    }

    .navigation__menu__item.active .navigation__link {
        border-bottom: 1px solid #a0a0a0
    }

    .navigation__title {
        align-items: center;
        display: flex;
        margin-left: -28px;
        width: 100%
    }

    .navigation__title a {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit
    }

    .navigation__title ~ li {
        display: none
    }

    .navigation__submenu li {
        position: relative
    }

    ul.navigation__submenu > li > ul.active > li {
        display: flex;
        width: 100%
    }

    ul.navigation__submenu > li > ul.active > li.navigation__title:after {
        right: -2px;
        transform: rotate(180deg)
    }

    .navigation__submenu > li > ul > li.navigation__title:after {
        background: url(/build/images/arrow-down.7a47c218.svg) no-repeat;
        content: "";
        height: 10px;
        position: absolute;
        right: -4px;
        top: 16px;
        transform: rotate(0deg);
        transform-origin: 6px 6px;
        transition: transform .2s ease;
        width: 10px
    }

    .navigation__title:before {
        background-color: #a6a6a6;
        content: "";
        display: inline-block;
        height: 1px;
        margin-right: 17px;
        width: 10px
    }

    .header.sticky .navigation {
        top: 80px
    }
}

@media screen and (min-width: 1400px) {
    [dir=rtl] .navigation {
        margin-left: 20px
    }

    [dir=rtl] .navigation__title:before {
        margin-left: 10px;
        margin-right: 0
    }
}

@media screen and (max-width: 1399px) {
    [dir=rtl] ul.navigation__submenu > li > ul.active > li.navigation__title:after {
        left: -35px;
        right: auto
    }

    [dir=rtl] .navigation__menu__language .langage {
        border: none;
        display: block !important
    }

    [dir=rtl] .navigation__menu__language .langage__current:after {
        margin-right: 5px
    }

    [dir=rtl] .navigation__directlink:after {
        left: 0;
        right: auto;
        transform: translateY(-50%) rotate(90deg)
    }

    [dir=rtl] .navigation {
        left: 0;
        right: auto
    }

    [dir=rtl] .navigation__menu__item {
        padding-left: 0;
        padding-right: 15px
    }

    [dir=rtl] .navigation__menu__item:after {
        left: 25px;
        right: auto
    }

    [dir=rtl] .navigation__menu__item.navigation__menu__item--DirectURL:after {
        transform: rotate(90deg)
    }

    [dir=rtl] .navigation__title:before {
        margin-left: 17px;
        margin-right: 0
    }

    [dir=rtl] .navigation__directlink--levelzero:after {
        left: 0;
        right: auto;
        transform: rotate(90deg)
    }

    [dir=rtl] .navigation__submenu > li > ul > li.navigation__title:after {
        left: -35px;
        right: auto
    }
}

.search {
    align-items: center;
    background-color: #eee;
    display: flex;
    flex-direction: column;
    height: 450px;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 120px;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: transform .3s ease-in-out;
    width: 100%;
    z-index: 2
}

.search.active {
    transform: scaleY(1)
}

.search h2 {
    color: #000;
    text-transform: capitalize
}

.search__actions {
    margin-top: 10px;
    position: relative
}

.search__input {
    border: none;
    font-family: Cormorant Garamond;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    height: 60px;
    padding: 0 76px 0 17px;
    width: 590px
}

.search__trigger {
    align-items: center;
    background-color: #fff;
    border: none;
    bottom: 1px;
    cursor: pointer;
    display: flex;
    height: 55px;
    justify-content: center;
    margin: auto 0;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 75px
}

@media screen and (max-width: 1279px) {
    .header.sticky .search {
        top: 80px
    }
}

@media screen and (min-width: 1280px) {
    .header.sticky .search {
        top: 60px
    }
}

@media screen and (max-width: 1279px) {
    .search {
        top: 80px
    }
}

@media screen and (max-width: 767px) {
    .search {
        height: 400px
    }

    .search h2 {
        padding-left: 74px;
        padding-right: 20px
    }

    .search h2:before {
        left: 30px
    }

    .search__actions {
        width: calc(100% - 60px)
    }

    .search__input {
        width: 100%
    }
}

[dir=rtl] .search h2 {
    padding-left: 20px;
    padding-right: 74px
}

[dir=rtl] .search h2:before {
    margin-left: 0;
    margin-right: 17px
}

.slider {
    margin: 30px 10px
}

.slider .container {
    position: relative
}

@media screen and (max-width: 1279px) {
    .slider .container {
        max-width: 800px
    }
}

.slider .swiper-container {
    margin: 0 auto;
    width: 800px
}

.slider .swiper-slide, .slider .swiper-wrapper {
    margin: 0 auto;
    max-width: 800px
}

.slider .swiper-slide--position-relative {
    position: relative
}

.slider .swiper-slide img {
    margin: 0 auto;
    max-height: 459px;
    max-width: 696px
}

.slider .swiper-slide iframe {
    max-width: 696px;
    min-height: 435px;
    width: 100%
}

.slider .swiper-slide .imageWithCaption__caption {
    margin-left: 0;
    width: 85%
}

.slider .swiper-pagination {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .66);
    bottom: 0;
    color: #00437a;
    display: flex;
    font-family: Open Sans Condensed;
    font-size: 28px;
    left: auto;
    line-height: 0;
    margin: auto 0;
    padding-bottom: 170px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 1
}

.slider .swiper-pagination-current {
    font-size: 50px;
    font-weight: 400;
    margin-left: 10px;
    margin-right: 10px
}

@media screen and (max-width: 767px) {
    .slider .swiper-pagination-current {
        font-size: 30px
    }
}

.slider .swiper-pagination-total {
    font-size: 30px;
    font-weight: 200;
    margin-left: 3px
}

@media screen and (max-width: 767px) {
    .slider .swiper-pagination-total {
        font-size: 20px
    }
}

.slider .swiper-button-next, .slider .swiper-button-prev, .slider .swiper-container-rtl .swiper-button-next, .slider .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    background: linear-gradient(126deg, #24335b 23%, #004373 77%);
    height: 50px;
    fill: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 1
}

.slider .swiper-button-next .picto, .slider .swiper-button-next svg, .slider .swiper-button-prev .picto, .slider .swiper-button-prev svg {
    height: 16px;
    width: auto
}

.slider .swiper-button-prev, .slider .swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 104px;
    width: 50px
}

.slider .swiper-button-next, .slider .swiper-container-rtl .swiper-button-next {
    right: 2px;
    width: 102px
}

@media screen and (max-width: 1279px) {
    .slider .swiper-container {
        max-width: 602px;
        position: static
    }

    .slider .swiper-slide, .slider .swiper-wrapper {
        max-width: 602px
    }

    .slider .swiper-slide img {
        margin: 0 auto;
        max-height: 345px;
        max-width: 522px
    }

    .slider .swiper-slide iframe {
        min-height: 300px
    }

    .slider .swiper-slide .imageWithCaption__caption {
        width: 95%
    }

    .slider .swiper-button-next, .slider .swiper-pagination {
        right: -42px
    }

    .slider .swiper-button-prev {
        right: 60px
    }
}

@media screen and (max-width: 767px) {
    .slider {
        margin: 50px 5px
    }

    .slider .container {
        margin-right: 0;
        padding: 0
    }

    .slider .swiper-container, .slider .swiper-wrapper {
        margin: 0 auto;
        max-width: none;
        width: 100%
    }

    .slider .swiper-slide {
        margin: 0 auto
    }

    .slider .swiper-slide img {
        display: flex;
        height: auto;
        margin: 0;
        max-height: none;
        max-width: none;
        width: 100%
    }

    .slider .swiper-slide iframe {
        min-height: 100px
    }

    .slider .swiper-slide .imageWithCaption__caption {
        width: 100%
    }

    .slider .swiper-pagination {
        background: transparent;
        height: 90px;
        justify-content: flex-end;
        left: 0;
        margin: 0;
        padding: 0;
        position: inherit;
        right: 0;
        width: 100%
    }

    .slider .swiper-button-next, .slider .swiper-button-prev {
        bottom: 20px;
        top: auto
    }

    .slider .swiper-button-prev {
        left: 0;
        right: 0
    }

    .slider .swiper-button-next {
        left: 51px;
        right: 0
    }

    .slider .imageWithCaption__caption {
        margin-top: 10px;
        padding: 0
    }
}

body[dir=rtl] .slider .swiper-pagination {
    left: 0;
    right: auto
}

body[dir=rtl] .slider .swiper-slide img {
    margin-left: 104px
}

body[dir=rtl] .slider .swiper-button-prev, body[dir=rtl] .slider .swiper-container-rtl .swiper-button-prev {
    left: 102px;
    right: auto;
    transform: scaleX(-1);
    width: 50px
}

body[dir=rtl] .slider .swiper-button-next, body[dir=rtl] .slider .swiper-container-rtl .swiper-button-next {
    left: 2px;
    right: auto;
    transform: scaleX(-1);
    width: 102px
}

@media screen and (max-width: 1350px) {
    .wrapper_wysiwygEdito [dir=rtl] {
        transform: translateX(-50px)
    }

    .wrapper_wysiwygEdito .slider {
        margin: 30px 5px
    }

    .wrapper_wysiwygEdito .slider .container {
        max-width: 602px
    }
}

[dir=rtl] .swiper-slide {
    text-align: left
}

@media screen and (max-width: 767px) {
    [dir=rtl] .swiper-button-prev {
        left: auto;
        right: 103px
    }
}

[dir=rtl] .swiper-slide .imageWithCaption__caption {
    text-align: right;
    width: auto
}

.sharesShortcuts {
    display: flex;
    height: 0;
    overflow: visible;
    width: auto
}

.sharesShortcuts.sticky {
    position: fixed;
    right: 0;
    top: 70px;
    z-index: 2
}

.sharesShortcuts__wrapper {
    margin-left: auto;
    margin-right: 0;
    padding: 5px 0 0 40px;
    right: 0;
    width: calc(45vw - 499px)
}

.sharesShortcuts__urlSocial {
    background: #fff;
    border: 1px solid #a6a6a6;
    border-radius: 36px;
    display: flex;
    height: 36px;
    line-height: 36px;
    margin-bottom: 5px;
    text-align: center;
    width: 36px
}

.sharesShortcuts__urlSocial.scrollTop {
    display: none
}

.sharesShortcuts__urlSocial.scrollTop .sharesShortcuts__iconSocial {
    width: 17px
}

.sharesShortcuts__urlSocial img {
    align-items: center;
    display: flex;
    transition: all .2s ease
}

.sharesShortcuts__iconSocial {
    aspect-ratio: 1/1;
    height: auto;
    margin: auto;
    transition: transform .3s ease;
    width: 22px
}

.sharesShortcuts__urlSocial:hover img {
    transform: translateZ(0) scale(.7)
}

@media screen and (min-width: 1280px) and (max-width: 1349px) {
    .sharesShortcuts__wrapper {
        padding: 20px 0 0 40px;
        width: calc(45vw - 499px)
    }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
    .sharesShortcuts__wrapper {
        padding: 20px 0 0 40px;
        width: calc(45vw - 301px)
    }
}

@media screen and (max-width: 1349px) {
    .sharesShortcuts.sticky {
        top: 70px
    }
}

@media screen and (max-width: 767px) {
    .sharesShortcuts__wrapper {
        justify-content: flex-end;
        margin-right: 15px;
        padding: 15px 5px 0 0;
        width: auto;
        z-index: 1
    }

    .sharesShortcuts__urlSocial {
        margin: 0 10px 0 0
    }

    .sharesShortcuts__content {
        display: flex
    }
}

[dir=rtl] .sharesShortcuts {
    left: 62px;
    padding-left: 0
}

[dir=rtl] .sharesShortcuts__wrapper {
    left: 0;
    margin-left: 0;
    margin-right: auto;
    padding: 60px 40px 0 0 !important;
    right: auto
}

[dir=rtl] .sharesShortcuts__content > a {
    margin-left: 0;
    margin-right: 10px
}

[dir=rtl] .sharesShortcuts.sticky {
    left: 0;
    right: auto
}

@media screen and (min-width: 975px) and (max-width: 1279px) {
    [dir=rtl] .home .sharesShortcuts.sticky {
        padding-left: 56px
    }
}

@media screen and (max-width: 767px) {
    [dir=rtl] .sharesShortcuts__wrapper {
        margin-left: 30px;
        padding: 15px 5px 0 0
    }

    [dir=rtl] .sharesShortcuts__content a {
        margin-bottom: 8px
    }
}

.breadcrumb .breadcrumb__wrapper {
    border-left: 2px solid #e7581a;
    display: flex;
    flex-wrap: wrap;
    font-family: Arial;
    font-size: 18px;
    padding: 15px 0 0 100px
}

.breadcrumb span {
    color: #353535;
    display: block;
    font-size: 14px;
    min-width: 0;
    overflow: hidden;
    padding: 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.breadcrumb span a {
    font-size: 14px;
    font-weight: inherit;
    line-height: inherit
}

.breadcrumb span a:active, .breadcrumb span a:focus, .breadcrumb span a:hover {
    color: #e7581a
}

.breadcrumb span:first-of-type {
    padding-left: 0
}

.breadcrumb span.active {
    color: #353535;
    font-style: normal;
    text-decoration: none
}

.breadcrumb .breadcrumb__arrow {
    display: flex;
    padding-top: 5px
}

.breadcrumb .breadcrumb__arrow img {
    height: 7px;
    margin-bottom: 3px;
    transform: rotate(270deg);
    width: 7px
}

.breadcrumb + .sharesShortcuts + .pageDescription {
    padding-top: 40px
}

.breadcrumb .navigation__link, .breadcrumb .navigation__title, .breadcrumb a {
    color: #00437a;
    font-family: Arial
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        display: none
    }

    .breadcrumb + .sharesShortcuts + .pageDescription {
        padding-top: 60px
    }
}

[dir=rtl] .breadcrumb span:first-of-type {
    padding-left: 15px
}

[dir=rtl] .breadcrumb .breadcrumb__wrapper {
    border-left: none;
    border-right: 2px solid #e7581a;
    display: flex
}

[dir=rtl] .breadcrumb__arrow img {
    transform: rotate(90deg)
}

@media screen and (min-width: 1350px) {
    [dir=rtl] .breadcrumb {
        max-width: 1002px
    }
}

@media screen and (min-width: 975px) and (max-width: 1279px) {
    [dir=rtl] .breadcrumb {
        max-width: 605px
    }
}

.imageWithCaption__container {
    margin: 0 auto;
    padding: 20px 0;
    text-align: inherit;
    width: 85%
}

.imageWithCaption__container--with-link {
    position: relative
}

.imageWithCaption__container img {
    height: auto;
    max-width: 100%
}

.imageWithCaption__container.wrapInText {
    margin: auto;
    width: auto
}

.imageWithCaption__container.right {
    float: right;
    padding: .5rem 0 20px 20px
}

.imageWithCaption__container.left {
    float: left;
    padding: .5rem 20px 20px 0
}

.imageWithCaption__caption {
    color: #000;
    font-family: Open Sans Condensed;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 0
}

@media screen and (max-width: 767px) {
    .imageWithCaption__container.wrapInText {
        float: none;
        margin: 15px auto 35px;
        padding: 0;
        width: 85%
    }

    .imageWithCaption__caption {
        padding: 7px 30px
    }
}

[dir=rtl] .imageWithCaption__container.wrapInText {
    float: left;
    padding: 20px 20px 20px 0
}

.bannerHome {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 400px;
    line-height: 0;
    min-height: 400px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.bannerHome:after {
    background: linear-gradient(126deg, #24335b 23%, #004373 77%);
    bottom: 0;
    content: "";
    display: flex;
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0
}

.bannerHome__img {
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: -9999px;
    top: -9999px;
    width: auto
}

.bannerHome__container {
    align-items: center;
    display: flex;
    height: 400px;
    line-height: normal;
    margin: auto;
    padding: 20px 100px;
    position: relative;
    z-index: 1
}

.bannerHome__container:before {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px
}

.bannerHome__video {
    border-left: 2px solid #e7581a;
    bottom: auto;
    left: 0;
    max-width: 83vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 500px
}

.bannerHome__video iframe {
    height: 300px !important
}

.bannerHome__video ~ .bannerHome__title {
    margin-left: 430px
}

.bannerHome__video ~ .bannerHome__title h1 {
    font-size: 40px
}

.bannerHome__video ~ .bannerHome__title:before {
    display: none
}

.bannerHome__title {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%
}

.bannerHome__title h1 {
    width: 100%
}

.bannerHome__title:before {
    background-color: #e7581a;
    content: "";
    height: 100%;
    left: -101px;
    position: absolute;
    width: 2px
}

.bannerHome__titleType {
    display: inline-flex;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px
}

.bannerHome__btn {
    margin-top: 15px
}

@media screen and (min-width: 1440px) {
    .bannerHome {
        min-height: 400px
    }
}

@media screen and (max-width: 1279px) {
    .bannerHome {
        min-height: 400px
    }

    .bannerHome__container {
        height: 400px;
        padding: 20px 70px
    }

    .bannerHome__video {
        width: 340px
    }

    .bannerHome__video iframe {
        height: 200px !important
    }

    .bannerHome__video ~ .bannerHome__title {
        margin-left: 290px
    }

    .bannerHome__video ~ .bannerHome__title h1 {
        font-size: 26px;
        width: calc(100% + 50px)
    }

    .bannerHome__title:before {
        left: -71px
    }

    .bannerHome__titleType {
        font-size: 28px
    }
}

@media screen and (max-width: 767px) {
    .bannerHome {
        height: auto;
        min-height: 400px
    }

    .bannerHome__container {
        flex-direction: column;
        height: auto;
        padding: 20px 45px 20px 70px
    }

    .bannerHome__container:before {
        display: none
    }

    .bannerHome__video {
        margin-bottom: 20px;
        position: relative;
        top: 100px;
        width: 320px
    }

    .bannerHome__video ~ .bannerHome__title {
        margin-left: 0;
        width: 320px
    }

    .bannerHome__title:before {
        left: -42px
    }
}

@media screen and (min-width: 1280px) {
    .bannerHome__video ~ .bannerHome__title {
        margin-left: 420px;
        margin-right: -100px
    }
}

@media screen and (max-width: 1279px) {
    .notice {
        align-items: flex-start;
        display: flex;
        flex-direction: column
    }

    .notice__content {
        padding-bottom: 40px;
        width: 100%
    }

    .notice__img {
        height: 122px;
        margin: -20px 0 20px 40px
    }
}

@media screen and (min-width: 1280px) {
    [dir=rtl] .bannerHome__title:before {
        left: auto;
        right: -101px
    }
}

@media screen and (max-width: 1279px) {
    [dir=rtl] .notice__img {
        margin: -20px 40px 20px 0
    }

    [dir=rtl] .footer__col:nth-child(2) {
        border-right: 1px solid hsla(0, 0%, 100%, .15);
        margin-right: 0
    }
}

.bannerEdito {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
    overflow: hidden;
    position: relative
}

.bannerEdito__img {
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: -9999px;
    top: -9999px;
    width: 100%
}

.bannerEdito:after {
    background: #004373;
    opacity: .7
}

.bannerEdito:after, .bannerEdito:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.bannerEdito:before {
    height: 100%;
    margin: 0 auto;
    width: 1px;
    z-index: 9
}

.bannerEdito__container {
    padding: 210px 100px 0;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 976px) {
    body[dir=rtl] .bannerEdito__container {
        max-width: 605px
    }
}

@media screen and (min-width: 1350px) {
    body[dir=rtl] .bannerEdito__container {
        max-width: 1002px
    }
}

.bannerEdito__content {
    min-height: 190px;
    position: relative
}

.bannerEdito__content:before {
    background-color: #e7581a;
    content: "";
    height: 100%;
    left: -99px;
    min-height: 150px;
    position: absolute;
    width: 2px
}

body[dir=rtl] .bannerEdito__content:before {
    right: -101px
}

.bannerEdito__title ~ div {
    margin-top: 120px
}

.bannerEdito__date {
    color: hsla(0, 0%, 100%, .8);
    display: block;
    font-size: 20px;
    margin-top: 10px
}

.bannerEdito__date, .bannerEdito__description {
    font-family: Open Sans Condensed;
    font-weight: 300
}

.bannerEdito__description {
    border-right: 1px solid #e7581a;
    color: rgba(0, 0, 0, .3);
    font-size: 28px;
    padding-top: 60px;
    text-align: left
}

@media screen and (max-width: 480px) {
    .bannerEdito {
        overflow: hidden;
        position: relative
    }

    .bannerEdito, .bannerEdito__content:before {
        min-height: 100px
    }
}

@media screen and (min-width: 768px) and (max-width: 1350px) {
    .bannerEdito__container {
        padding: 165px 100px 0
    }
}

@media screen and (max-width: 767px) {
    .bannerEdito__container:before {
        display: none
    }

    .bannerEdito__img {
        height: auto;
        margin: auto;
        min-height: 0;
        min-width: 100%;
        position: absolute;
        width: 100%
    }

    .bannerEdito__container {
        padding: 29px 15px 0 75px
    }

    .bannerEdito__content:before {
        content: "";
        left: -38px;
        position: absolute
    }

    .bannerEdito__content {
        min-height: 0;
        padding-bottom: 0
    }

    .bannerEdito__title {
        font-size: 18px
    }

    .bannerEdito__date {
        font-size: 15px
    }
}

.bannerPage {
    height: 200px;
    overflow: hidden;
    position: relative
}

.bannerPage:before {
    background: linear-gradient(126deg, #24335b 23%, #004373 77%);
    height: 200px;
    width: 100%;
    z-index: -1
}

.bannerPage:after, .bannerPage:before {
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0
}

.bannerPage:after {
    bottom: 0;
    height: 100%;
    width: 1px
}

.bannerPage__container {
    padding: 70px 100px 0;
    z-index: 1
}

.bannerPage__container:before {
    background: url(/build/images/logo-bg-big.c7684055.png) no-repeat;
    background-position: calc(100% + 15px) calc(100% - 10px);
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 460px;
    z-index: -1
}

.bannerPage__content {
    min-height: 130px;
    position: relative
}

.bannerPage__content:before {
    background-color: #e7581a;
    content: "";
    height: 100%;
    left: -101px;
    position: absolute;
    width: 2px
}

.bannerPage__title ~ div {
    margin-top: 120px
}

@media screen and (max-width: 767px) {
    .bannerPage__container:before {
        display: none
    }

    .bannerPage__container {
        border-right: 0;
        padding: 70px 37px 0
    }

    .bannerPage__content:before {
        content: "";
        left: -38px;
        position: absolute
    }

    .bannerPage {
        padding: 0 36px
    }
}

[dir=rtl] .bannerPage__content:before {
    right: -101px
}

@media screen and (max-width: 767px) {
    [dir=rtl] .bannerPage__content:before {
        right: -41px
    }
}

.followUs .container {
    display: flex;
    flex-direction: column
}

.followUs iframe {
    align-self: center;
    border: 1px solid #a6a6a6 !important
}

.followUs h2 + div.TwitterThread {
    margin-top: 45px
}

.highlights__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px
}

.highlights__list .highlight {
    margin-bottom: 59px;
    max-height: 415px;
    width: 286px
}

.highlights__list .highlight:nth-of-type(3n+3) {
    margin-right: 0
}

.highlight__mainUrl {
    line-height: inherit
}

@media screen and (min-width: 1280px) {
    .highlights__list {
        flex-wrap: wrap;
        justify-content: inherit;
        margin-right: -10%;
        width: 100%
    }

    .highlights__list .highlight {
        margin-right: 5%;
        width: 30%
    }
}

@media screen and (max-width: 1279px) {
    .highlights__list .highlight {
        margin-bottom: 18px
    }

    .highlights__list {
        margin-top: 30px
    }
}

@media screen and (max-width: 767px) {
    .highlights > .container .highlight {
        margin: 0 0 30px;
        width: 100%
    }

    .highlights > .container .highlight__img {
        height: auto;
        width: 100%
    }

    .highlights > .container .highlight__frontInfo {
        min-height: 0;
        padding: 15px 15px 20px 5px
    }

    .highlights > .container .highlight__img__container {
        height: auto;
        max-height: 260px
    }

    .highlights__list {
        justify-content: center
    }

    .highlights__list .highlight {
        margin: 0 10px 30px
    }

    .highlights__list .highlight:nth-of-type(3n+3) {
        margin-right: 10px
    }
}

@media screen and (max-width: 480px) {
    .highlights__list .highlight {
        margin: 0 0 30px
    }
}

@media screen and (min-width: 1280px) {
    [dir=rtl] .highlights__list .highlight {
        margin-left: 5%;
        margin-right: 0
    }

    [dir=rtl] .highlights__list {
        margin-left: auto;
        margin-right: auto
    }

    [dir=rtl] .highlights__list .highlight:nth-of-type(3n+3) {
        margin-left: 0
    }
}

.highlight {
    border-bottom: 1px solid #a6a6a6;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    position: relative
}

.highlight__img__container {
    height: 215px;
    line-height: 0
}

.highlight__img__container:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .2s ease
}

.highlight__img {
    height: auto;
    width: 100%
}

.highlight__frontInfo {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 153px;
    padding: 5px 29px 0;
    position: relative
}

.highlight__cta, .highlight__description, .highlight__title, .highlight__type {
    z-index: 1
}

.highlight__type {
    display: block;
    width: 100%
}

.highlight__title {
    color: #00437a;
    font-family: Open Sans Condensed, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: normal
}

.highlight__description {
    color: #fff;
    line-height: 22px;
    margin-top: 12px
}

.highlight__cta, .highlight__description {
    display: none
}

body[dir=rtl] .highlight__cta .picto {
    transform: scaleX(-1)
}

@media screen and (min-width: 1280px) {
    .highlight:hover .highlight__cta .picto, .highlight:hover .highlight__cta svg {
        height: 17px;
        margin: 20px 0 30px;
        width: 36px
    }

    .highlight:hover .highlight__cta .picto path, .highlight:hover .highlight__cta svg path {
        fill: #e7581a
    }

    .highlight:hover .highlight__img__container {
        height: 100%;
        min-height: 368px;
        position: relative
    }

    .highlight:hover .highlight__img__container:after {
        background-color: #00437a;
        display: inline-block;
        opacity: .89
    }

    .highlight:hover .highlight__frontInfo {
        background-color: transparent;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0
    }

    .highlight:hover .highlight__title {
        color: #fff
    }

    .highlight:hover .highlight__cta, .highlight:hover .highlight__description {
        display: flex
    }
}

@media screen and (max-width: 767px) {
    .highlight__frontInfo {
        min-height: 140px;
        padding: 25px 15px 5px
    }

    .highlight__img__container {
        height: 260px
    }

    .highlight__img {
        height: 260px;
        width: auto
    }

    .highlight__title {
        font-size: 22px
    }
}

.notices__list {
    display: flex;
    justify-content: space-between;
    margin-top: 45px
}

.notices__list .notice {
    width: calc(50% - 10px)
}

@media screen and (max-width: 767px) {
    .notices__list {
        flex-direction: column
    }

    .notices__list .notice {
        margin-bottom: 30px;
        width: 100%
    }
}

.notice {
    align-items: center;
    border: 1px solid #a6a6a6;
    display: inline-flex;
    justify-content: flex-start
}

.notice__img {
    height: 230px;
    width: auto
}

.notice__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px 40px;
    width: calc(100% - 153px)
}

.notice__title {
    color: #24335b;
    font-family: Open Sans Condensed, sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase
}

.notice__description {
    color: #555;
    line-height: 1.2;
    margin-top: 20px
}

.notice__link {
    align-items: center;
    display: flex;
    line-height: 1.2;
    margin-top: 10px
}

.notice__link path {
    fill: #000
}

.notice__btnIcon {
    height: 16px;
    margin-right: 10px;
    margin-top: 3px;
    width: 36px
}

body[dir=rtl] .notice__btnIcon {
    transform: scaleX(-1)
}

@media screen and (max-width: 1279px) {
    .notice {
        align-items: flex-start;
        display: flex;
        flex-direction: column
    }

    .notice__content {
        max-height: 100%;
        padding-bottom: 40px;
        width: 100%
    }

    .notice__img {
        height: 122px;
        margin: -20px 0 20px 40px
    }

    [dir=rtl] .notice__img {
        margin: -20px 40px 20px 0
    }

    [dir=rtl] .footer__col:nth-last-child(2) {
        border-right: none;
        margin-right: 0
    }
}

.people {
    background: #eee
}

.people .container {
    display: flex
}

.documents__header, .people__header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px
}

@media screen and (max-width: 767px) {
    .documents__header, .people__header {
        margin-top: 25px
    }
}

.documents__btn, .people__btn {
    margin-left: 25px
}

.people__list {
    display: flex;
    flex-direction: row;
    margin-top: 35px;
    padding-bottom: 10px
}

.people__list.single > .peopleItem {
    width: 100%
}

.people__list.single > .people__right {
    display: none
}

@media (min-width: 779px) {
    .people__list.single .peopleItem {
        padding-top: 35vw
    }
}

.people__list.double .peopleItem {
    padding-top: 25vw
}

@media (max-width: 779px) {
    .people__list.double .peopleItem, .people__list.double .people__right .peopleItem {
        padding-top: 56.9vw
    }

    .people__list.double > .peopleItem, .people__list.double > .people__right .peopleItem {
        width: 100%
    }
}

@media (min-width: 780px) {
    .people__list.double > .peopleItem, .people__list.double > .people__right .peopleItem {
        width: 100%
    }
}

@media (min-width: 1280px) {
    .people__list.double > .peopleItem, .people__list.double > .people__right {
        width: 50%
    }

    .people__list.double > .people__right .peopleItem {
        width: 100%
    }
}

.people__list > .peopleItem {
    display: flex;
    padding-top: 41vw;
    width: 64%
}

.people__list > .peopleItem .people__content {
    max-width: 500px
}

.people__right {
    display: flex;
    flex-direction: column;
    width: 36%
}

.people__right .peopleItem {
    padding-top: 20.5vw;
    width: 100%
}

@media screen and (max-width: 1279px) {
    .people__header {
        margin-top: 50px
    }

    .people__list {
        flex-direction: column;
        margin-top: 30px;
        padding-bottom: 30px
    }

    .people__list > .peopleItem {
        padding-top: 64.6vw;
        width: 100%
    }

    .people__right {
        display: flex;
        flex-direction: row;
        width: 100%
    }

    .people__right .peopleItem {
        padding-top: 32.3vw;
        width: 50%
    }
}

@media screen and (max-width: 767px) {
    .people__header {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 40px
    }

    .people__btn {
        margin-left: 44px;
        margin-top: 10px
    }

    .people__list > .peopleItem {
        width: 100%
    }

    .people__right {
        flex-direction: column
    }

    .people__right .peopleItem {
        padding-top: 56.9vw;
        width: 100%
    }

    .documents__btn, .people__btn {
        margin-top: 15px
    }
}

[dir=rtl] .documents__btn, [dir=rtl] .people__btn {
    margin-left: 0;
    margin-right: 25px
}

.peopleItem {
    overflow: hidden;
    position: relative
}

.peopleItem__mainUrl {
    top: 0
}

.peopleItem:before, .peopleItem__mainUrl {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0
}

.peopleItem:before {
    background: linear-gradient(0deg, #000, transparent);
    content: "";
    display: flex;
    opacity: .8;
    pointer-events: none;
    top: 33.33%;
    z-index: 1
}

.peopleItem__img {
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: -9999px;
    top: -9999px;
    width: 100%
}

.peopleItem__content {
    bottom: 0;
    left: 0;
    line-height: 2rem;
    margin: 0;
    max-width: 100%;
    padding: 33px 70px 33px 23px;
    position: absolute;
    right: 0;
    transition: bottom .3s ease;
    z-index: 2
}

.peopleItem__quote {
    color: #e7581a;
    display: flex;
    font-size: 18px;
    margin-top: 10px
}

.peopleItem__name {
    color: #fff;
    font-family: Open Sans Condensed, sans-serif;
    font-size: 20px;
    font-weight: 700
}

.peopleItem__btn {
    align-items: center;
    border-left: 1px solid hsla(0, 0%, 100%, .15);
    border-top: 1px solid hsla(0, 0%, 100%, .15);
    bottom: 0;
    display: flex;
    height: 70px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 70px;
    z-index: 2
}

.peopleItem__btnIcon {
    padding-top: 5px;
    width: 36px;
    fill: #fff
}

.peopleItem:hover .peopleItem__content {
    bottom: 20px
}

.peopleItem:hover .peopleItem__btnIcon path {
    fill: #e7581a
}

@media screen and (max-width: 1279px) {
    .peopleItem__quote {
        font-family: Open Sans Condensed, sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 23px
    }

    .peopleItem__name {
        display: flex;
        font-size: 15px;
        margin-top: 10px
    }
}

@media screen and (max-width: 767px) {
    .peopleItem__img {
        height: auto;
        min-height: 0
    }

    .peopleItem__btn {
        display: none
    }

    .peopleItem__content {
        padding: 33px 23px 20px
    }

    .peopleItem__quote {
        font-family: Open Sans Condensed, sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 23px
    }

    .peopleItem__name {
        display: flex;
        font-size: 15px;
        margin-top: 10px
    }
}

[dir=rtl] .peopleItem__btn {
    border-left: none;
    border-right: 1px solid hsla(0, 0%, 100%, .15);
    left: 0;
    right: auto
}

.quizcards {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: start;
    transition: margin-left .5s ease-in-out;
    width: auto
}

.quizcards .quizcard:last-child .quiz__answers {
    pointer-events: none;
    visibility: hidden
}

.quizcard {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0;
    width: auto
}

.quiz__title {
    color: #e7581a;
    font-family: Cormorant Garamond;
    font-size: 32px;
    font-style: italic;
    font-weight: 600;
    white-space: nowrap;
    width: 100%
}

.quiz__title:after, .quiz__title:before {
    background-color: #a6a6a6;
    content: "";
    display: inline-block;
    height: 1px;
    width: 50%
}

.quiz__title:before {
    margin-right: 25px
}

.quiz__title:after {
    margin-left: 25px
}

.quiz__container {
    border-bottom: 1px solid #a6a6a6;
    border-left: 1px solid #a6a6a6;
    border-right: 1px solid #a6a6a6;
    display: block;
    margin-top: -19px;
    overflow: hidden;
    padding-top: 30px;
    width: 100%
}

.quiz__answer, .quiz__question {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 1
}

.quiz__answer, .quiz__details, .quiz__question {
    font-family: Open Sans Condensed, sans-serif;
    text-align: center
}

.quiz__details {
    margin: 20px 25px
}

.quiz__answers {
    display: flex;
    margin: 35px auto 30px;
    max-width: 340px
}

.quiz__answers .btn {
    display: block;
    line-height: 40px;
    margin: auto;
    text-align: center
}

@media screen and (max-width: 1279px) {
    .quiz__container {
        padding: 35px 0 0
    }

    .quiz__answer, .quiz__question {
        text-align: center
    }

    .quiz__answers {
        margin: 35px auto
    }

    .quizcard__question {
        padding: 0 30px
    }
}

@media screen and (max-width: 767px) {
    .quiz__container {
        padding: 30px 0 0
    }

    .quiz__title {
        padding: 0
    }

    .quiz__title:before {
        position: relative;
        top: 0;
        width: 50%
    }

    .quiz__answer, .quiz__question {
        font-size: 22px
    }

    .quiz__answers {
        flex-direction: column
    }

    .quiz__answers .btn:nth-of-type(2) {
        margin-top: 10px
    }
}

@media screen and (min-width: 768px) {
    [dir=rtl] .quiz__answers .btn:first-of-type {
        margin-left: 0
    }

    [dir=rtl] .quiz__answers .btn:nth-of-type(2) {
        margin-right: 10px
    }
}

[dir=rtl] .quiz__title:after {
    margin-left: 0;
    margin-right: 25px
}

.whoWeAre {
    background: linear-gradient(126deg, #24335b 23%, #004373 77%);
    height: 500px;
    position: relative
}

.whoWeAre:after, .whoWeAre:before {
    background: url(/build/images/pattern-circuit.4479c0ba.svg);
    background-repeat: repeat;
    background-size: 850px 850px;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    opacity: .08;
    position: absolute;
    right: 0;
    top: 0
}

.whoWeAre:after {
    background: url(/build/images/pattern-circuit-blue.ce9092b0.svg);
    background-position: 35px 50px;
    background-size: 850px 850px;
    opacity: .4
}

.whoWeAre__container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

@media screen and (min-width: 1280px) {
    .whoWeAreItem {
        padding: 0 120px 75px 100px !important;
        position: relative !important
    }

    .whoWeAreItem .whoWeAreItem__btn {
        bottom: 0;
        position: absolute
    }
}

@media screen and (max-width: 1279px) {
    .whoWeAre {
        height: 440px
    }
}

@media screen and (max-width: 767px) {
    .whoWeAre {
        height: auto;
        padding-bottom: 55px
    }

    .whoWeAre__container {
        flex-direction: column
    }

    .whoWeAre .whoWeAreItem {
        margin-top: 55px
    }
}

.whoWeAreItem {
    align-items: flex-start;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Open Sans Condensed, sans-serif;
    max-width: 50%;
    min-height: 335px;
    padding: 0 120px 0 100px;
    position: relative;
    width: 100%;
    z-index: 2
}

.whoWeAreItem > * {
    display: block
}

.whoWeAreItem:nth-of-type(2) {
    padding-right: 100px
}

.whoWeAreItem:before, .whoWeAreItem:nth-of-type(2):after {
    background-color: #e7581a;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px
}

.whoWeAreItem:before {
    left: 0
}

.whoWeAreItem:first-child:before {
    left: -1px
}

.whoWeAreItem:nth-child(2):after {
    right: -1px
}

.whoWeAreItem__type {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 35px;
    margin-left: -10px;
    opacity: .4;
    width: 100%
}

.whoWeAreItem__number {
    font-size: 90px;
    font-weight: 700;
    line-height: .9;
    width: 100%
}

.whoWeAreItem__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    width: 100%
}

.whoWeAreItem__description {
    line-height: 1.2;
    margin: 5px 0 10px;
    width: 100%
}

.whoWeAreItem__btn {
    margin-top: auto
}

@media screen and (max-width: 1279px) {
    .whoWeAreItem, .whoWeAreItem:nth-of-type(2) {
        padding: 0 20px 0 30px
    }

    .whoWeAreItem__number {
        font-size: 80px;
        margin-bottom: 5px
    }

    .whoWeAreItem__title {
        font-size: 34px
    }

    .whoWeAreItem__description {
        font-size: 13px;
        margin-top: 10px
    }
}

@media screen and (max-width: 767px) {
    .whoWeAreItem {
        max-width: 100%;
        padding: 0 0 0 40px
    }

    .whoWeAreItem:nth-child(2):before {
        left: -1px
    }

    .whoWeAreItem:nth-child(2):after {
        display: none
    }

    .whoWeAreItem__type {
        font-size: 30px;
        margin-bottom: 30px
    }

    .whoWeAreItem__title {
        font-size: 30px
    }

    .whoWeAreItem__description {
        font-size: 15px
    }
}

.overview.hidden {
    display: none
}

.overview__container {
    border: 1px solid #a6a6a6;
    padding: 40px 40px 30px
}

.overview__list, .overview__listItem {
    display: inline;
    vertical-align: middle
}

.overview__listItem {
    font-family: Open Sans Condensed;
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
    margin-left: 50px
}

.overview__listItem:first-child {
    margin-left: 0
}

.overview__title {
    color: #00437a;
    display: block;
    font-family: Open Sans Condensed;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    padding-left: 0;
    text-transform: uppercase;
    vertical-align: middle
}

@media screen and (max-width: 1279px) and (min-width: 767px) {
    .overview__title {
        display: block
    }
}

.overview__title:before {
    display: none
}

@media screen and (max-width: 767px) {
    .overview__listItem {
        display: block;
        margin-left: 0
    }
}

[dir=rtl] .overview__listItem {
    margin-left: 25px;
    margin-right: 25px
}

@media screen and (min-width: 768px) {
    [dir=rtl] .overview__title {
        float: right;
        padding: 0 25px;
        width: 100%
    }
}

.pageDescription {
    color: rgba(0, 0, 0, .7);
    font-family: Open Sans Condensed;
    font-size: 24px;
    font-weight: 300;
    padding: 40px 0 0 100px
}

@media screen and (max-width: 767px) {
    .pageDescription {
        margin-left: 36px;
        padding-left: 36px;
        padding-right: 15px;
        width: calc(100% - 36px)
    }
}

.pageDescription--withMenu {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.pageDescription--withMenu__menu {
    border-right: 2px solid #e7581a;
    display: flex;
    justify-content: flex-end;
    margin-left: -155px;
    padding-right: 10px;
    position: absolute
}

.pageDescription--withMenu__menu .pageDescription--withMenu__menu__mobile {
    display: none
}

.pageDescription--withMenu__menu.sticky {
    padding-top: 7px;
    position: fixed;
    top: 100px;
    z-index: 1
}

.pageDescription--withMenu__menu ul.top-level {
    width: 145px
}

.pageDescription--withMenu__menu ul li, .pageDescription--withMenu__menu ul li a {
    color: #00437a;
    font-family: Open Sans Condensed;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 3px 2px
}

.pageDescription--withMenu__menu ul li a:active, .pageDescription--withMenu__menu ul li a:active > a, .pageDescription--withMenu__menu ul li a:active > a span, .pageDescription--withMenu__menu ul li a:active > span, .pageDescription--withMenu__menu ul li a:focus, .pageDescription--withMenu__menu ul li a:focus > a, .pageDescription--withMenu__menu ul li a:focus > a span, .pageDescription--withMenu__menu ul li a:focus > span, .pageDescription--withMenu__menu ul li a:hover, .pageDescription--withMenu__menu ul li a:hover > a, .pageDescription--withMenu__menu ul li a:hover > a span, .pageDescription--withMenu__menu ul li a:hover > span, .pageDescription--withMenu__menu ul li:active, .pageDescription--withMenu__menu ul li:active > a, .pageDescription--withMenu__menu ul li:active > a span, .pageDescription--withMenu__menu ul li:active > span, .pageDescription--withMenu__menu ul li:focus, .pageDescription--withMenu__menu ul li:focus > a, .pageDescription--withMenu__menu ul li:focus > a span, .pageDescription--withMenu__menu ul li:focus > span, .pageDescription--withMenu__menu ul li:hover, .pageDescription--withMenu__menu ul li:hover > a, .pageDescription--withMenu__menu ul li:hover > a span, .pageDescription--withMenu__menu ul li:hover > span {
    color: #e7581a
}

.pageDescription--withMenu__menu ul li.navigation_title, .pageDescription--withMenu__menu ul li.navigation_title a {
    color: #00437a;
    cursor: pointer;
    font-family: Open Sans Condensed;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 4px;
    transition: all .2s ease
}

.pageDescription--withMenu__menu ul li.navigation_title a.active, .pageDescription--withMenu__menu ul li.navigation_title a.active > a, .pageDescription--withMenu__menu ul li.navigation_title a.active > span, .pageDescription--withMenu__menu ul li.navigation_title a.active > span a, .pageDescription--withMenu__menu ul li.navigation_title a:active, .pageDescription--withMenu__menu ul li.navigation_title a:active > a, .pageDescription--withMenu__menu ul li.navigation_title a:active > span, .pageDescription--withMenu__menu ul li.navigation_title a:active > span a, .pageDescription--withMenu__menu ul li.navigation_title a:focus, .pageDescription--withMenu__menu ul li.navigation_title a:focus > a, .pageDescription--withMenu__menu ul li.navigation_title a:focus > span, .pageDescription--withMenu__menu ul li.navigation_title a:focus > span a, .pageDescription--withMenu__menu ul li.navigation_title a:hover, .pageDescription--withMenu__menu ul li.navigation_title a:hover > a, .pageDescription--withMenu__menu ul li.navigation_title a:hover > span, .pageDescription--withMenu__menu ul li.navigation_title a:hover > span a, .pageDescription--withMenu__menu ul li.navigation_title.active, .pageDescription--withMenu__menu ul li.navigation_title.active > a, .pageDescription--withMenu__menu ul li.navigation_title.active > span, .pageDescription--withMenu__menu ul li.navigation_title.active > span a, .pageDescription--withMenu__menu ul li.navigation_title:active, .pageDescription--withMenu__menu ul li.navigation_title:active > a, .pageDescription--withMenu__menu ul li.navigation_title:active > span, .pageDescription--withMenu__menu ul li.navigation_title:active > span a, .pageDescription--withMenu__menu ul li.navigation_title:focus, .pageDescription--withMenu__menu ul li.navigation_title:focus > a, .pageDescription--withMenu__menu ul li.navigation_title:focus > span, .pageDescription--withMenu__menu ul li.navigation_title:focus > span a, .pageDescription--withMenu__menu ul li.navigation_title:hover, .pageDescription--withMenu__menu ul li.navigation_title:hover > a, .pageDescription--withMenu__menu ul li.navigation_title:hover > span, .pageDescription--withMenu__menu ul li.navigation_title:hover > span a {
    color: #e7581a
}

.pageDescription--withMenu__menu ul li.navigation_title a span, .pageDescription--withMenu__menu ul li.navigation_title span {
    position: relative
}

.pageDescription--withMenu__menu ul li.navigation_title:not(.active) a, .pageDescription--withMenu__menu ul li.navigation_title:not(.active) a a, .pageDescription--withMenu__menu ul li.navigation_title:not(.active) a span, .pageDescription--withMenu__menu ul li.navigation_title:not(.active) span {
    display: inline-block
}

.pageDescription--withMenu__menu ul li.navigation_title.active {
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    position: relative
}

.pageDescription--withMenu__menu ul li.navigation_title.active span:after {
    background: #e7581a;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0
}

.pageDescription--withMenu__menu ul li.nav_with_child:before {
    content: "+";
    display: inline-block;
    font-family: Arial;
    font-size: 17px;
    font-weight: 100;
    margin: 0 15px 0 -21px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 12px
}

.pageDescription--withMenu__menu ul li.nav_with_child.active:before {
    content: "-";
    font-size: 17px
}

.pageDescription--withMenu__menu ul li + ul, .pageDescription--withMenu__menu ul ul.sub-menu {
    display: none
}

.pageDescription--withMenu__menu ul ul.sub-menu li.active a, .pageDescription--withMenu__menu ul ul.sub-menu li.active span {
    color: #e7581a
}

.pageDescription--withMenu__menu ul ul.sub-menu:last-child {
    margin-bottom: 6px
}

.pageDescription--withMenu__menu ul li.nav_with_child.active + li ul.sub-menu {
    display: block
}

.pageDescription--withMenu__wrapperText {
    margin-left: 0
}

@media screen and (min-width: 1280px) {
    .pageDescription--withMenu {
        margin: 0 auto;
        max-width: 998px;
        width: 100%
    }
}

@media screen and (max-width: 1375px) {
    .pageDescription--withMenu__wrapperText {
        margin-right: 0;
        order: 1
    }

    .pageDescription--withMenu {
        flex-wrap: nowrap;
        margin: 0 auto;
        max-width: 998px;
        width: 100%
    }

    .pageDescription--withMenu__container-mobile {
        padding-right: 30px
    }
}

@media screen and (max-width: 1279px) {
    .pageDescription--withMenu {
        align-items: inherit;
        flex-wrap: wrap;
        max-width: 602px
    }

    .pageDescription--withMenu__wrapperText {
        padding-left: 50px
    }
}

@media screen and (max-width: 975px) {
    .pageDescription--withMenu__menu {
        border-right: none;
        position: static
    }

    .pageDescription--withMenu__menu > ul {
        display: none
    }

    .pageDescription--withMenu__menu {
        border-left: 2px solid #e7581a;
        margin: 0;
        order: 0;
        padding: 70px 0 0 35px
    }

    .pageDescription--withMenu__menu > .pageDescription--withMenu__menu__mobile {
        display: flex;
        width: 100%
    }

    .pageDescription--withMenu__menu > .pageDescription--withMenu__menu__mobile .generalForm__selectArea {
        font-weight: 700;
        margin-bottom: 0
    }

    .pageDescription--withMenu__menu > .pageDescription--withMenu__menu__mobile .generalForm__selectArea option.lvl1 {
        font-size: 1.1rem
    }

    .pageDescription--withMenu__menu > .pageDescription--withMenu__menu__mobile .generalForm__selectArea option.lvl2 {
        font-size: .9rem
    }

    .pageDescription--withMenu__wrapperText {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px
    }

    .pageDescription--withMenu__container-mobile {
        font-size: 23px;
        padding-right: 0
    }
}

@media screen and (max-width: 767px) {
    .pageDescription--withMenu {
        margin: 0;
        max-width: none;
        padding: 0 37px
    }
}

[dir=rtl] .pageDescription--withMenu__wrapperText {
    margin-left: auto
}

@media screen and (min-width: 976px) {
    [dir=rtl] .pageDescription--withMenu__wrapperText {
        margin-right: 30px
    }
}

[dir=rtl] .pageDescription--withMenu__menu {
    border: none;
    border-left: 2px solid #e7581a;
    margin-left: -160px;
    padding-left: 10px;
    padding-right: 0;
    transform: translateX(100%);
    width: auto
}

[dir=rtl] .pageDescription--withMenu__menu ul.top-level {
    padding-right: 15px;
    width: 160px
}

[dir=rtl] .pageDescription--withMenu__menu ul li.navigation_title:before {
    margin: 0 -13px 0 25px
}

@media screen and (max-width: 975px) {
    [dir=rtl] .pageDescription--withMenu__menu {
        justify-content: right;
        max-width: 998px;
        transform: none;
        width: 100%
    }
}

@media screen and (min-width: 1280px) {
    [dir=rtl] .pageDescription--withMenu__menu {
        justify-content: right;
        max-width: 998px
    }
}

@media screen and (max-width: 1375px) {
    [dir=rtl] .pageDescription--withMenu__menu {
        order: 1
    }

    [dir=rtl] .pageDescription--withMenu__menu ul.top-level {
        border-right: none
    }

    [dir=rtl] .pageDescription--withMenu__wrapperText {
        margin-left: 0;
        margin-right: auto;
        order: 0
    }
}

@media screen and (max-width: 1279px) {
    [dir=rtl] .pageDescription--withMenu__menu {
        border-right: none;
        margin-left: 0;
        margin-right: auto
    }
}

@media screen and (max-width: 767px) {
    [dir=rtl] .pageDescription--withMenu {
        margin-left: 0;
        margin-right: auto;
        margin-top: 20px;
        max-width: none
    }
}

@media screen and (max-width: 975px) {
    [dir=rtl] .pageDescription--withMenu__menu {
        border: none
    }

    [dir=rtl] .pageDescription--withMenu__wrapperText {
        margin-right: 0;
        order: 1
    }
}

@media screen and (max-width: 1350px) and (min-width: 1280px) {
    [dir=rtl] .pageDescription--withMenu {
        max-width: 598px
    }
}

.countries {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -30px 0 0
}

.countries__countryItem {
    border-bottom: 1px solid #a0a0a0;
    display: flex;
    margin-right: 3%;
    width: 30.33%
}

.countries .countries__countryItem:nth-child(3n) {
    margin-right: 0
}

@media screen and (max-width: 1279px) {
    .countries__countryItem {
        width: 47%
    }

    .countries .countries__countryItem:nth-child(3n) {
        margin-right: 3%
    }
}

@media screen and (max-width: 767px) {
    .countries {
        display: block;
        flex-wrap: no-wrap;
        margin-right: 0
    }

    .countries__countryItem {
        display: block;
        margin-right: 0;
        width: 100%
    }

    [dir=rtl] .countries .countries__countryItem:nth-child(3n) {
        margin-right: 0
    }
}

.CountryItem__img {
    margin-right: 15px
}

.CountryItem__img, .CountryItem_text {
    line-height: 50px;
    vertical-align: middle
}

.CountryItem_text {
    font-family: Open Sans Condensed;
    font-size: 15px;
    font-weight: 700;
    text-align: left
}

[dir=rtl] .CountryItem__img {
    margin-left: 15px;
    margin-right: 0
}

.documents {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px 0 0
}

.documents__documentItem {
    display: flex;
    margin-right: 3%;
    width: 100%
}

@media screen and (max-width: 767px) {
    .documents {
        margin-right: 0
    }

    .documents__documentItem {
        border-bottom: 1px solid #a0a0a0;
        display: flex;
        margin-right: 0;
        width: 100%
    }
}

.DocumentItem {
    border-bottom: 1px solid #a0a0a0;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.DocumentItem.hasButton {
    border-bottom: 0
}

.DocumentItem.hasButton .DocumentItem__buttonWrapper {
    border-top: 1px solid #a0a0a0
}

.DocumentItem__withButton {
    width: 100%
}

.DocumentItem__wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 15px 20px;
    width: 100%
}

.DocumentItem__text {
    display: flex;
    flex: auto;
    font-family: Open Sans Condensed;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding: 0 10px;
    text-align: inherit;
    width: 65%
}

.DocumentItem__bullet {
    display: flex;
    font-family: Arial;
    font-weight: inherit;
    line-height: inherit;
    margin-right: 6px
}

.DocumentItem__containerPicto {
    display: flex;
    width: 5%
}

.DocumentItem__picto {
    max-height: 30px;
    max-width: 25px
}

.DocumentItem__languageList {
    display: flex;
    flex: initial;
    font-family: Arial;
    line-height: 20px;
    min-width: 182px;
    padding: 0 10px
}

.DocumentItem__content {
    display: flex;
    flex-wrap: nowrap;
    width: 90%
}

.DocumentItem__format {
    display: none
}

.DocumentItem__format, .DocumentItem__weight {
    color: #444;
    font-family: Arial;
    line-height: 20px;
    padding: 0 10px
}

.DocumentItem__weight {
    display: flex;
    flex: initial
}

.DocumentItem__buttonWrapper {
    margin-bottom: 30px
}

.DocumentItem__ctaIcon {
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    width: 50px
}

.DocumentItem__bullet:before {
    background: #000;
    border-radius: 7px;
    content: "";
    display: inline-block;
    height: 7px;
    margin: 6px 7px 1px 0;
    width: 7px
}

.DocumentItem__bullet--green:before {
    background: #249700
}

.DocumentItem__bullet--red:before {
    background: red
}

.DocumentItem__bullet--blue:before {
    background: #0054ff
}

.DocumentItem__bullet--yellow:before {
    background: #ffc000
}

@media screen and (max-width: 767px) {
    .DocumentItem__content {
        display: block;
        width: 90%
    }

    .DocumentItem__text {
        width: 95%
    }

    .DocumentItem__containerPicto {
        display: flex;
        width: 10%
    }

    .DocumentItem__picto {
        max-height: 30px;
        max-width: 25px
    }

    .DocumentItem.noButton {
        border-bottom: 0
    }
}

[dir=rtl] .DocumentItem__bullet:before {
    margin: 6px 0 1px 7px
}

[dir=rtl] .DocumentItem__ctaIcon {
    transform: scaleX(-1)
}

[dir=rtl] .DocumentItem__format, [dir=rtl] .DocumentItem__weight {
    padding-left: 15px;
    padding-right: 0
}

.shareQuote, .shareQuote + h2, .shareQuote + p {
    margin-top: 30px
}

.shareQuote__wrapper {
    display: block;
    margin: 0 auto;
    max-width: 735px
}

.shareQuote__label {
    line-height: 31px;
    vertical-align: bottom
}

.shareQuote__text {
    color: #e7581a;
    font-family: Cormorant Garamond;
    font-size: 38px;
    font-style: italic;
    text-align: left;
    vertical-align: top
}

.shareQuote__share {
    display: inline;
    font-family: Open Sans Condensed;
    font-size: 13px;
    font-weight: 700;
    line-height: 33px;
    margin-left: 20px;
    vertical-align: bottom
}

.shareQuote__separator {
    color: #a6a6a6;
    font-size: 10px;
    margin: 7px;
    vertical-align: bottom
}

.shareQuote__separator--first {
    margin-left: 20px
}

.shareQuote__iconSocial {
    display: inline;
    height: 33px;
    transition: transform .3s ease;
    vertical-align: bottom;
    width: 25px
}

.shareQuote__iconSocial:hover {
    transform: rotate(1turn)
}

@media screen and (max-width: 1279px) {
    .shareQuote__share {
        display: block;
        margin-left: 0
    }

    .shareQuote__text {
        font-size: 28px
    }
}

[dir=rtl] .shareQuote__share {
    display: block
}

.quote {
    margin: 50px auto
}

.quote__wrapper {
    display: block;
    margin: 0 auto;
    max-width: 735px
}

.quote__text {
    color: #e7581a;
    font-family: Cormorant Garamond;
    font-size: 38px;
    font-style: italic;
    text-align: left;
    vertical-align: top
}

.quote__author {
    display: block;
    font-weight: 700;
    margin-top: 15px
}

.links {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px 0 0
}

.links__linkItem {
    border-bottom: 1px solid #a0a0a0;
    display: flex;
    margin-right: 3%;
    width: 30.33%
}

@media screen and (max-width: 1279px) {
    .links__linkItem {
        width: 47%
    }
}

@media screen and (max-width: 767px) {
    .links {
        margin-right: 0
    }

    .links__linkItem {
        border-bottom: 1px solid #a0a0a0;
        display: flex;
        margin-right: 0;
        width: 100%
    }
}

[dir=rtl] .links {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.LinkItem {
    margin-top: 30px;
    width: 100%
}

.LinkItem__wrapper {
    display: flex;
    padding-bottom: 30px
}

.LinkItem__containerPicto {
    display: flex;
    max-width: 50px;
    width: 15%
}

.LinkItem__picto {
    margin-top: 5px;
    max-height: 30px;
    max-width: 25px
}

.LinkItem__content {
    display: flex;
    flex-wrap: wrap;
    width: 85%
}

.LinkItem__text {
    display: flex;
    font-family: Open Sans Condensed;
    font-size: 15px;
    font-weight: 700;
    line-height: inherit;
    margin-bottom: 5px;
    padding-top: 3px;
    width: 100%
}

.container.NewsList {
    margin-bottom: 30px
}

.NewsList h2 {
    margin-top: 70px
}

.NewsList + .container > h2 {
    margin-top: 75px
}

@media screen and (max-width: 767px) {
    .container.NewsList {
        margin: 0 0 10px;
        padding-top: 0
    }

    .NewsList h2 {
        margin-top: 25px
    }
}

.newsItem {
    border: 1px solid #a0a0a0;
    margin-top: 20px
}

.newsItem__wrapper {
    display: flex
}

.newsItem__wrapperImg {
    display: flex;
    height: 165px;
    min-height: 0;
    overflow: hidden;
    position: relative;
    width: 250px
}

.newsItem__img {
    display: block;
    height: 165px;
    max-width: 100%;
    width: 250px
}

.newsItem__wrapperTxt {
    display: flex;
    overflow: hidden;
    padding-left: 80px;
    width: 75%
}

.newsItem__centeredContent {
    align-self: center;
    display: flex;
    flex-direction: column;
    width: 100%
}

.newsItem__mainTitle {
    color: #00437a;
    font-family: Open Sans Condensed;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
    padding-right: 60px;
    transition: color .2s ease
}

@media screen and (max-width: 767px) {
    .newsItem__mainTitle {
        font-size: 19px;
        padding-right: 20px
    }
}

.newsItem__mainTitle:hover {
    color: #e7581a
}

.newsItem__date {
    color: #444;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px
}

@media screen and (max-width: 1279px) {
    .newsItem__wrapperImg {
        height: 132px;
        width: 200px
    }

    .newsItem__date {
        margin-top: 5px
    }

    .newsItem__wrapperTxt {
        padding-left: 40px;
        width: 70%
    }

    .newsItem__img {
        height: 132px;
        position: absolute;
        width: 200px
    }
}

@media screen and (max-width: 767px) {
    .newsItem__mainTitle {
        line-height: 25px;
        margin-bottom: 10px;
        margin-top: 10px;
        white-space: inherit
    }

    .newsItem__wrapperImg {
        height: 127px;
        min-height: 0;
        min-width: 0;
        width: 195px
    }

    .newsItem__img {
        height: 127px;
        position: absolute;
        width: 193px
    }
}

@media screen and (max-width: 500px) {
    .newsItem__wrapperImg {
        height: 66px;
        width: 102px
    }

    .newsItem__wrapperTxt {
        padding-left: 20px
    }

    .newsItem__mainTitle {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 10px
    }

    .newsItem__img {
        height: 66px;
        position: absolute;
        width: 100px
    }

    .newsItem__date {
        font-size: 10px
    }
}

[dir=rtl] .newsItem__date {
    padding-right: 60px
}

.newsItemLarge {
    border: 1px solid #a0a0a0;
    margin-top: 50px
}

.newsItemLarge__wrapper {
    display: flex
}

.newsItemLarge__wrapperImg {
    display: flex;
    min-height: 40vh;
    overflow: hidden;
    position: relative;
    width: 50%
}

.newsItemLarge__img {
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: -9999px;
    top: -9999px;
    width: auto
}

.newsItemLarge__wrapperTxt {
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 50%
}

.newsItemLarge__centeredContent {
    align-self: center;
    display: flex;
    flex-direction: column;
    padding: 0 60px;
    width: 100%
}

.newsItemLarge__mainTitle {
    color: #00437a;
    font-family: Open Sans Condensed;
    font-size: 30px;
    font-weight: 700;
    transition: color .2s ease
}

.newsItemLarge__mainTitle:hover {
    color: #e7581a
}

.newsItemLarge__date {
    color: #444;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px
}

@media screen and (max-width: 767px) {
    .newsItemLarge__wrapper {
        flex-direction: column;
        flex-wrap: wrap
    }

    .newsItemLarge__wrapperImg, .newsItemLarge__wrapperTxt {
        width: 100%
    }

    .newsItemLarge__centeredContent {
        padding: 30px
    }

    .newsItemLarge__mainTitle {
        margin-top: 0
    }
}

.socialmedia {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px 0 0
}

.socialmedia__socialItem {
    display: flex;
    flex-grow: 0;
    margin-top: 50px;
    padding-right: 15px;
    width: 25%
}

@media screen and (max-width: 1279px) {
    .socialmedia__socialItem {
        padding-right: 15px;
        width: 50%
    }
}

@media screen and (max-width: 480px) {
    .socialmedia__socialItem {
        display: block;
        width: 100%
    }
}

.socialItem__wrapper {
    display: flex
}

.socialItem__wrapperImg {
    margin-right: 10px
}

.socialItem__label {
    font-family: Open Sans Condensed;
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    vertical-align: bottom
}

[dir=rtl] .socialItem__wrapperImg {
    margin-left: 10px;
    margin-right: 0
}

.redNoticesList__ajaxContainer {
    width: 100%
}

.redNoticesList__list {
    margin-right: -20px;
    overflow: hidden;
    width: 100%
}

.redNoticesList__listWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%
}

.redNoticesList__item {
    border-bottom: 1px solid #a0a0a0;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding-right: 20px;
    width: 25%
}

@media screen and (min-width: 1280px) {
    .redNoticesList__item {
        margin: 30px 2%;
        width: 18%
    }
}

.redNoticesList__quantity {
    color: #00437a;
    font-family: Open Sans Condensed;
    font-size: 26px;
    font-weight: 300;
    line-height: 32px
}

.redNoticesList__quantity strong {
    font-weight: 700
}

#limitedResults {
    font-size: 20px
}

@media screen and (max-width: 1279px) {
    .redNoticesList__item {
        width: 50%
    }
}

@media screen and (max-width: 767px) {
    .redNoticesList__list {
        padding: 0 0 0 20px;
        width: 100%
    }
}

.redNoticeItem__responsiveImageContainer {
    position: relative;
    width: 100%
}

.redNoticeItem__img {
    height: auto;
    object-fit: contain;
    width: 100%
}

.redNoticeItem__text {
    padding: 5px 0 35px 5px
}

.notice_un_entities .redNoticeItem__text, .notice_un_persons .redNoticeItem__text {
    padding: 0 0 35px 50px
}

.redNoticeItem__redNoticeArea {
    left: 0;
    position: absolute;
    top: 0
}

.redNoticeItem__wrapper {
    position: relative
}

.redNoticesList .redNoticeItem__labelLink {
    color: #00437a;
    font-family: Open Sans Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 15px;
    min-height: 102px;
    min-height: 75px
}

.redNoticesList .redNoticeItem__labelLink:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.redNoticeItem__standardText {
    color: #000;
    font-family: Open Sans Condensed;
    font-size: 16px;
    font-weight: 700
}

[dir=rtl] .redNoticeItem__redNoticeArea {
    right: 0
}

[dir=rtl] .redNoticeItem__text {
    padding: 0 40px 35px 0
}

.redNoticeDescription {
    border-left: 2px solid #e7581a;
    color: rgba(0, 0, 0, .7);
    display: flex;
    font-family: Open Sans Condensed;
    font-size: 28px;
    font-weight: 300;
    padding: 60px 0 0 100px
}

.redNoticeDescription__imageContainer {
    display: flex;
    padding-right: 20px;
    width: 15%
}

.redNoticeDescription__imageContainer img {
    height: auto;
    margin-top: 5px;
    width: 100%
}

.redNoticeDescription__textContainer {
    color: #000;
    display: flex;
    font-family: Open Sans Condensed;
    font-size: 25px;
    font-weight: 300;
    width: 85%
}

@media screen and (max-width: 767px) {
    .redNoticeDescription {
        flex-wrap: wrap;
        margin-left: 38px;
        max-width: calc(100vw - 35px);
        padding: 60px 0 0 35px
    }

    .redNoticeDescription__imageContainer {
        min-width: 0
    }

    .redNoticeDescription__imageContainer img {
        width: 40%
    }

    .redNoticeDescription__textContainer {
        padding-right: 35px
    }
}

@media screen and (max-width: 400px) {
    .redNoticeDescription__imageContainer {
        margin-bottom: 20px;
        width: 100%
    }
}

[dir=rtl] .redNoticeDescription__imageContainer {
    padding: 0 0 0 20px
}

.generalForm--redNoticeForm {
    padding: 25px
}

.generalForm--redNoticeForm > form > div {
    display: block
}

.generalForm--redNoticeForm button, .generalForm--redNoticeForm input {
    width: 100%
}

.generalForm--redNoticeForm .btn {
    border: 2px solid rgba(0, 0, 0, .3);
    line-height: 40px
}

.generalForm--redNoticeForm label {
    display: block;
    width: 100%
}

@media screen and (min-width: 768px) {
    [dir=rtl] .generalForm.generalForm--redNoticeForm {
        padding: 25px 25px 0
    }
}

.redNoticeLargePhoto {
    display: flex;
    margin-top: -138px;
    position: relative;
    width: 100%
}

.redNoticeLargePhoto, .redNoticeLargePhoto--red {
    border-left: 2px solid #c11602
}

.redNoticeLargePhoto--yellow {
    border-left: 2px solid #fbd500
}

.redNoticeLargePhoto__wrapperImg {
    display: block;
    padding-right: 80px;
    width: 100%
}

.redNoticeLargePhoto__img {
    display: block;
    height: auto;
    width: 100%
}

.redNoticeLargePhoto__wrapperNotice {
    height: auto;
    position: absolute;
    right: 48.5px;
    top: 0;
    width: 60px
}

@media screen and (max-width: 1279px) {
    .redNoticeLargePhoto {
        margin-top: 30px
    }
}

.bannerWantedSingle {
    height: 250px;
    overflow: hidden;
    position: relative
}

.bannerWantedSingle .hidden {
    display: none
}

.bannerWantedSingle:before {
    background: linear-gradient(126deg, #24335b 23%, #004373 77%);
    content: "";
    height: 250px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.bannerWantedSingle__container {
    min-height: 250px;
    z-index: 1
}

.bannerWantedSingle__content {
    min-height: 250px;
    position: relative
}

.bannerWantedSingle__title ~ div {
    margin-top: 120px
}

.bannerWantedSingle__buttonContainer {
    line-height: 115px;
    min-height: 115px;
    padding: 0 15px
}

.bannerWantedSingle__returnButton {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: Open Sans Condensed;
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s ease
}

.bannerWantedSingle__returnButton:hover {
    color: #e7581a
}

.bannerWantedSingle__btnIcon {
    display: inline-block;
    height: 17px;
    width: 36px;
    fill: #e7581a;
    margin-right: 10px;
    transform: scaleX(-1);
    vertical-align: middle
}

.bannerWantedSingle__wrapperText {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%
}

.bannerWantedSingle__wrapperText--sub {
    justify-content: left;
    margin-top: -8px;
    padding-right: 15px;
    width: 70%
}

.bannerWantedSingle__title, .bannerWantedSingle__wantedBy {
    display: flex;
    width: 100%
}

.bannerWantedSingle__title {
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 10px
}

.bannerWantedSingle__title, .bannerWantedSingle__wantedBy {
    color: #fff;
    font-family: Open Sans Condensed;
    text-align: left
}

.bannerWantedSingle__wantedBy {
    font-size: 20px;
    font-weight: 300
}

.bannerWantedSingle__wantedBy strong {
    font-weight: 700;
    margin-left: 5px
}

@media screen and (max-width: 1279px) {
    .bannerWantedSingle__wrapperText {
        padding: 0 10px;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .bannerWantedSingle__container:before {
        display: none
    }

    .bannerWantedSingle__buttonContainer {
        line-height: 60px;
        min-height: 60px
    }

    .bannerWantedSingle__container {
        min-height: 0;
        padding: 0 30px
    }

    .bannerWantedSingle__content:before {
        content: "";
        left: -38px;
        position: absolute
    }

    .bannerWantedSingle__content {
        min-height: 0
    }
}

[dir=rtl] .bannerWantedSingle__btnIcon {
    margin: 0 0 0 10px
}

.byRegionsCountries {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px
}

.byRegionsCountries__RegionContainerWrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    padding-right: 15px;
    width: 25%
}

.byRegionsCountries__regionNameContainer {
    display: flex;
    min-height: 110px;
    width: 100%
}

.byRegionsCountries__regionName {
    color: #000;
    font-family: Open Sans Condensed;
    font-size: 36px;
    font-weight: 300;
    min-width: 72px;
    padding: 15px 0 10px;
    position: relative;
    text-align: left
}

.byRegionsCountries__regionName:before {
    background: #000;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 80%
}

.byRegionsCountries__regionName:after {
    background: #000;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 80%
}

.byRegionsCountries__countryItem {
    align-items: baseline;
    display: flex;
    margin-bottom: 5px;
    margin-top: 5px;
    min-height: 30px;
    width: 100%
}

.byRegionsCountries__countryItemWrapper {
    margin-top: 20px
}

.byRegionsCountries__countryItemImage {
    padding-right: 15px
}

.byRegionsCountries__countryItemImage img {
    vertical-align: middle
}

.byRegionsCountries__countryItemText a {
    line-height: 20px;
    vertical-align: middle
}

@media screen and (max-width: 1279px) {
    .byRegionsCountries__RegionContainerWrapper {
        width: 50%
    }
}

@media screen and (max-width: 767px) {
    .byRegionsCountries__RegionContainerWrapper, .byRegionsCountries__regionName, .byRegionsCountries__regionName:after, .byRegionsCountries__regionName:before {
        width: 100%
    }

    .byRegionsCountries__regionNameContainer {
        min-height: 0
    }
}

[dir=rtl] .byRegionsCountries__regionName:after, [dir=rtl] .byRegionsCountries__regionName:before {
    left: auto;
    right: 0
}

[dir=rtl] .byRegionsCountries__regionName {
    text-align: right
}

[dir=rtl] .byRegionsCountries__countryItemImage {
    padding-left: 15px;
    padding-right: 0
}

.abcCountries {
    margin-top: 35px
}

.abcCountries__item {
    margin-bottom: 20px
}

.abcCountries__wrapper {
    display: flex;
    flex-wrap: nowrap
}

.abcCountries__letterContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 10%
}

.abcCountries__listingCountries {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 10px 25px;
    width: 90%
}

.abcCountries__singleCountryItem {
    padding: 2px 0
}

.abcCountries__country {
    border-right: 1px solid #a6a6a6;
    margin: 0 20px 0 0;
    padding-right: 20px
}

.abcCountries__country a {
    line-height: inherit;
    margin-bottom: 25px;
    position: relative
}

.abcCountries__listingCountries .abcCountries__singleCountryItem:last-child .abcCountries__country {
    border-right: none
}

.abcCountries__letterContainer {
    border-top: 2px solid #000
}

.abcCountries__singleLetter {
    color: #00437a;
    font-family: Open Sans Condensed;
    font-size: 40px;
    font-weight: 300;
    line-height: 45px;
    padding: 7px 0 5px;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 767px) {
    .abcCountries__wrapper {
        flex-wrap: wrap
    }

    .abcCountries__listingCountries {
        padding-left: 0;
        width: 100%
    }

    .abcCountries__letterContainer {
        width: 100%
    }

    .abcCountries__country {
        margin-bottom: 10px
    }
}

[dir=rtl] .abcCountries__listingCountries {
    padding: 15px 25px 0 0
}

[dir=rtl] .abcCountries__country {
    border-left: 1px solid #a6a6a6;
    border-right: none;
    margin: 0 0 0 20px;
    padding: 0 0 0 20px
}

[dir=rtl] .abcCountries__listingCountries .abcCountries__singleCountryItem:last-child .abcCountries__country {
    border-left: none
}

.mediaItem {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 70px;
    overflow: hidden;
    position: relative
}

.mediaItem__buttonWrapper {
    background: #fff;
    border-top: 1px solid #a6a6a6;
    z-index: 1
}

.mediaItem__ctaIcon {
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    width: 50px
}

.DocumentItem__date {
    color: #444;
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 5px;
    width: 100%
}

.mediaItem__frontInfo a {
    line-height: inherit
}

.mediaItem__frontInfo a:hover, .mediaItem__frontInfo a:hover span {
    color: #e7581a
}

.mediaItem__date {
    color: #444;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    margin-top: 7px
}

.mediaItem__img__container {
    height: 190px;
    line-height: 0
}

.mediaItem__img {
    height: auto;
    width: 100%
}

.mediaItem__frontInfo {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 160px;
    padding: 25px 15px 0;
    position: relative
}

.mediaItem__video__container {
    margin: 20px 0
}

.mediaItem__videoLink {
    padding: 25px 15px 90px
}

.mediaItem__cta, .mediaItem__description, .mediaItem__title, .mediaItem__type {
    transition: all .2s ease;
    z-index: 1
}

.mediaItem__title {
    color: #00437a;
    font-family: Open Sans Condensed, sans-serif;
    font-size: 22px;
    font-weight: 700
}

@media screen and (max-width: 1279px) {
    .mediaItem__frontInfo {
        min-height: 195px
    }
}

@media screen and (max-width: 767px) {
    .mediaItem__buttonWrapper {
        border-top: 0
    }

    .mediaItem__frontInfo {
        min-height: 110px;
        padding: 25px 15px 5px
    }

    .mediaItem__title {
        font-size: 18px
    }
}

@media screen and (max-width: 480px) {
    .mediaItem__img {
        height: auto;
        width: 100%
    }
}

[dir=rtl] .mediaItem__ctaIcon {
    margin-left: 5px;
    margin-right: 0;
    transform: scaleX(-1)
}

.medias__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: -70px;
    margin-top: 20px
}

.medias__list .mediaItem {
    justify-content: start;
    margin-bottom: 59px;
    width: 286px
}

@media screen and (max-width: 1279px) {
    .medias__list .mediaItem {
        margin-bottom: 18px;
        margin-right: 10%;
        width: 40%
    }

    .medias__list {
        margin-right: -67px;
        margin-top: 30px
    }
}

@media screen and (max-width: 767px) {
    .medias > .container {
        padding: 0
    }

    .medias__list {
        justify-content: center;
        margin-right: 0
    }

    .medias__list .mediaItem {
        margin: 0 10px 30px
    }

    .medias__list .mediaItem:nth-of-type(3n+3) {
        margin-right: 10px
    }
}

@media screen and (max-width: 480px) {
    .medias__list .mediaItem {
        margin: 0 0 30px;
        width: 100%
    }
}

[dir=rtl] .mediaItem {
    margin-left: 70px;
    margin-right: 0
}

[dir=rtl] .medias__list {
    margin-left: -70px;
    margin-right: 0
}

@media screen and (max-width: 1279px) {
    [dir=rtl] .mediaItem {
        margin-left: 67px
    }

    [dir=rtl] .medias__list .mediaItem:nth-of-type(3n+3) {
        margin-right: 0
    }
}

.contactBlock__picto {
    background: linear-gradient(126deg, #24335b 23%, #004373 77%);
    display: flex;
    height: 60px;
    left: 15px;
    position: absolute;
    top: -8px;
    width: 40px
}

.contactBlock__picto.svg {
    padding: 0 5px
}

.contactBlock__title {
    color: #24335b;
    font-family: Open Sans Condensed;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-left: 35px;
    text-transform: uppercase
}

.contactBlock__pictoImg {
    height: 60px;
    width: 100%
}

.contactBlock__wrappertxt p {
    color: #444;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: justify
}

.contactBlock__wrappertxt p + p {
    margin-top: 15px
}

.contactBlock__wrappertxt--warning {
    margin-top: 25px
}

.contact__BlockContactInfosItem {
    border: 1px solid #a6a6a6;
    margin: 0 25px 25px 0;
    min-height: 400px;
    padding: 23px 40px 40px;
    position: relative;
    width: calc(33.3% - 25px)
}

.contact__BlockContactInfosItem.js-ReadMore {
    max-height: 300px;
    padding: 23px 40px 120px;
    position: relative;
    transition: all .7s ease-in-out
}

.contact__BlockContactInfosItem.js-ReadMore .contactBlock__wrappertxt {
    max-height: 230px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    transition: all .7s ease-in-out
}

.contact__BlockContactInfosItem.js-ReadMore .contactBlock__wrappertxt:after {
    bottom: 0;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    transition: all .2s ease
}

.contact__BlockContactInfosItem.js-ReadMore .contactBlock__wrapperReadMore {
    background: #fff;
    bottom: 40px;
    left: 40px;
    position: absolute;
    right: 40px;
    top: auto
}

.contact__BlockContactInfosItem.js-ReadMore.active, .contact__BlockContactInfosItem.js-ReadMore.active .contactBlock__wrappertxt {
    max-height: 1200px
}

.contact__BlockContactInfosItem.js-ReadMore.active .contactBlock__wrappertxt:after {
    opacity: 0;
    visibility: hidden
}

.contact__BlockContactInfosItem.active .contactBlock__wrapperReadMore .readlesslabel {
    display: inline
}

.contact__BlockContactInfosItem.active .contactBlock__wrapperReadMore .readmorelabel {
    display: none
}

.contact__BlockContactInfosItem.active .contactBlock__wrapperReadMore svg {
    transform: rotate(-180deg)
}

.contactBlock__wrapperReadMore {
    border-top: 1px solid #a6a6a6;
    margin-top: 35px
}

.contactBlock__wrapperReadMore a, .contactBlock__wrapperReadMore button {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-family: Open Sans Condensed, sans-serif;
    font-size: 15px;
    font-weight: 700;
    height: auto;
    line-height: 40px;
    margin-top: 3px;
    padding: 0;
    text-align: left;
    transition: all .2s ease;
    width: 100%
}

.contactBlock__wrapperReadMore a:active, .contactBlock__wrapperReadMore a:focus, .contactBlock__wrapperReadMore a:hover, .contactBlock__wrapperReadMore button:active, .contactBlock__wrapperReadMore button:focus, .contactBlock__wrapperReadMore button:hover {
    color: #e7581a;
    outline: none
}

.contactBlock__wrapperReadMore a .readmorelabel, .contactBlock__wrapperReadMore button .readmorelabel {
    display: inline
}

.contactBlock__wrapperReadMore a .readlesslabel, .contactBlock__wrapperReadMore button .readlesslabel {
    display: none
}

.contactBlock__wrapperReadMore a span, .contactBlock__wrapperReadMore button span {
    display: inline-block;
    vertical-align: middle
}

.contactBlock__wrapperReadMore a svg.picto, .contactBlock__wrapperReadMore button svg.picto {
    display: inline-block;
    margin-left: 5px;
    margin-top: 3px;
    transition: transform .3s ease-in-out;
    vertical-align: middle;
    width: 15px
}

.contactBlock__wrapperReadMore .contactBlock__picto, .contactBlock__wrapperReadMore .picto, .contactBlock__wrapperReadMore svg {
    height: 12px;
    margin: -2px 0 0 3px;
    vertical-align: middle;
    width: auto
}

.contactBlock__wrapperReadMore a:active svg path, .contactBlock__wrapperReadMore a:focus svg path, .contactBlock__wrapperReadMore a:hover svg path, .contactBlock__wrapperReadMore button:active svg path, .contactBlock__wrapperReadMore button:focus svg path, .contactBlock__wrapperReadMore button:hover svg path {
    fill: #e7581a
}

.contactBlock__wrapperButton {
    margin-top: 35px
}

.contactBlock__wrapperButton a.btn {
    display: inline-block;
    text-align: center
}

@media screen and (max-width: 1279px) {
    .contact__BlockContactInfosItem {
        width: calc(50% - 25px)
    }
}

@media screen and (max-width: 767px) {
    .contact__BlockContactInfosItem {
        padding-right: 25px;
        width: 100%
    }
}

.blockLinkItem {
    background: linear-gradient(126deg, #24335b 23%, #004373 77%);
    margin-bottom: 1px;
    min-height: 135px;
    padding: 40px 50px;
    position: relative
}

.blockLinkItem--wrapper {
    border-left: 2px solid #e7581a;
    color: #fff;
    font-family: Open Sans Condensed;
    padding-left: 50px
}

.blockLinkItem__title {
    font-family: Open Sans Condensed;
    font-size: 36px;
    font-weight: 700
}

.blockLinkItem__description {
    font-family: Arial;
    font-size: 15px;
    font-weight: 400
}

.BlockLinks__btn {
    display: inline-block;
    margin: 15px 0
}

.BlockLinks__btn.last {
    margin-bottom: 0
}

.blockLinkItem:after, .blockLinkItem:before {
    background: url(/build/images/pattern-circuit.4479c0ba.svg);
    background-repeat: repeat;
    background-size: 850px 850px;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    opacity: .12;
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (max-width: 767px) {
    .BlockLinks__container {
        padding: 0
    }
}

.TwitterThread__wrapper {
    overflow: hidden;
    width: 100%
}

.TwitterThread__wrapper img {
    height: auto;
    width: 100%
}

@media screen and (min-width: 768px) {
    .TwitterThread__imgMobile {
        display: none
    }

    .TwitterThread__imgDesktop {
        display: inline
    }
}

@media screen and (max-width: 767px) {
    .TwitterThread__imgMobile {
        display: inline
    }

    .TwitterThread__imgDesktop {
        display: none
    }
}

.countryBanner {
    height: 200px;
    overflow: hidden;
    position: relative
}

.countryBanner:before {
    background: linear-gradient(126deg, #24335b 23%, #004373 77%);
    content: "";
    height: 200px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.countryBanner__container {
    min-height: 200px;
    padding: 70px 20px 0 100px;
    z-index: 1
}

.countryBanner__container:before {
    background: url(/build/images/logo-bg.2f6cc25f.png) no-repeat;
    bottom: auto;
    content: "";
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 374px;
    z-index: -1
}

.countryBanner__content {
    min-height: 130px;
    position: relative
}

.countryBanner__content:before {
    background-color: #e7581a;
    content: "";
    height: 100%;
    left: -101px;
    position: absolute;
    width: 2px
}

.countryBanner__moreInfos {
    color: #fff;
    display: flex;
    font-family: Open Sans Condensed;
    font-size: 20px;
    width: 100%
}

.countryBanner__moreInfos strong {
    font-weight: 700
}

@media screen and (min-width: 768px) {
    .countryBanner__moreInfos {
        padding-top: 20px
    }
}

.countryBanner__moreInfos div {
    padding-right: 60px
}

.countryBanner__title {
    font-size: 40px;
    margin-bottom: 5px
}

.countryBanner__title img {
    margin-right: 15px;
    vertical-align: top
}

.countryBanner__title span {
    height: 50px;
    line-height: 50px;
    vertical-align: top
}

@media screen and (max-width: 1280px) {
    .countryBanner {
        height: auto
    }

    .countryBanner:before {
        height: 100%
    }

    .countryBanner__content {
        min-height: 300px
    }

    .countryBanner__container {
        min-height: 0
    }

    .countryBanner__moreInfos {
        flex-wrap: wrap;
        padding-top: 25px
    }

    .countryBanner__moreInfos div {
        padding: 15px 0;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .countryBanner__title {
        font-size: 30px
    }

    .countryBanner__container:before {
        display: none
    }

    .countryBanner__container {
        padding: 45px 75px 0
    }

    .countryBanner__moreInfos {
        padding-top: 0
    }

    .countryBanner__content:before {
        content: "";
        left: -38px;
        position: absolute
    }

    .countryBanner__title span {
        display: block;
        height: auto;
        line-height: 35px;
        margin-top: 15px
    }
}

[dir=rtl] .countryBanner__title img {
    margin-left: 15px;
    margin-right: 0
}

[dir=rtl] .countryBanner__moreInfos div {
    padding-left: 60px;
    padding-right: 0
}

.filters .generalForm {
    flex-wrap: wrap;
    padding: 0
}

.filters .generalForm__selectArea {
    color: #00437a;
    font-family: Open Sans Condensed;
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
    width: auto
}

.filters .generalForm__selectArea--borderless {
    color: #000;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400
}

.filters .generalForm label {
    align-items: center;
    color: #444;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    height: 38px;
    margin-right: 15px;
    width: auto
}

.filters__wrapper {
    display: flex;
    width: 100%
}

.filters__leftPart, .filters__rightPart {
    display: flex;
    width: 70%
}

.filters__rightPart {
    justify-content: flex-end;
    width: 30%
}

.filters__byCategory, .filters__byType, .filters__byYear {
    display: flex;
    margin-right: 20px
}

@media screen and (max-width: 1279px) {
    .filters__byCategory, .filters__byType, .filters__byYear, .filters__leftPart, .filters__rightPart {
        flex-wrap: wrap;
        justify-content: left;
        margin-right: 0;
        width: 100%
    }

    .filters .generalForm__selectArea {
        text-align: center;
        width: 100%
    }

    .filters .generalForm__selectArea--borderless {
        border: 1px solid #a6a6a6
    }
}

[dir=rtl] .filters .generalForm label {
    margin-left: 15px;
    margin-right: 0
}

@media screen and (min-width: 1280px) {
    [dir=rtl] .generalForm__recaptcha {
        margin: 25px 20% auto auto
    }

    [dir=rtl] .generalForm__wrapperButtons {
        margin: 30px 20% 0 0
    }
}

@media screen and (max-width: 1279px) {
    [dir=rtl] .generalForm {
        padding: 25px 25px 0
    }

    [dir=rtl] .generalForm__recaptcha {
        margin: 25px 0 0
    }

    [dir=rtl] .generalForm__wrapperButtons {
        margin: 30px 0 0
    }
}

@media screen and (min-width: 768px) {
    [dir=rtl] .generalForm {
        padding: 25px 0 25px 60px
    }
}

@media screen and (max-width: 767px) {
    [dir=rtl] .generalForm:not(.generalForm--redNoticeForm) {
        padding: 25px 0 0
    }
}

.counter {
    padding: 20px 0;
    text-align: center
}

.counter, .counter .counter__wrap {
    width: 100%
}

.counter .counter__wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.counter .counter__wrap ul li {
    color: #000;
    padding: 0 5px
}

.counter .counter__wrap ul li, .counter .counter__wrap ul li a {
    font-family: Open Sans Condensed;
    font-size: 24px;
    font-weight: 300
}

.counter .counter__wrap ul li a {
    color: #00437a;
    padding: 0 10px
}

.counter .counter__wrap ul li a.active, .counter .counter__wrap ul li a:focus, .counter .counter__wrap ul li a:hover {
    color: #e7581a;
    font-weight: 700
}

.counter .counter__wrap ul li .left-arrow {
    margin-right: 15px
}

.counter .counter__wrap ul li .right-arrow {
    margin-left: 15px
}

.counter .counter__wrap ul li .picto {
    height: 15px;
    width: auto
}

.counter .counter__wrap ul li:active svg path, .counter .counter__wrap ul li:focus svg path, .counter .counter__wrap ul li:hover svg path {
    fill: #e7581a
}

[dir=rtl] .counter .counter__wrap ul li a .picto, [dir=rtl] .counter .counter__wrap ul li a svg {
    transform: rotate(180deg)
}

.home .highlights {
    margin-top: 90px
}

.home .whoWeAre {
    margin-top: 70px
}

.home .quiz {
    margin-top: 79px
}

.home .people {
    margin-top: 97px
}

.home .followUs {
    margin-top: 73px
}

.home .notices {
    margin-top: 50px
}

.home + footer {
    margin-top: 120px
}

.home .sharesShortcuts__wrapper {
    padding: 20px 0 0 40px
}

.home.video .container.bannerHome__container .bannerHome__btn {
    display: none
}

@media screen and (max-width: 1279px) {
    .home .highlights {
        margin-top: 70px
    }

    .home .whoWeAre {
        margin-top: 50px
    }

    .home .quiz {
        margin-top: 69px
    }

    .home .people {
        margin-top: 80px
    }

    .home .followUs {
        margin-top: 57px
    }

    .home .highlights {
        margin-top: 65px
    }

    .home .whoWeAre {
        margin-top: 20px
    }

    .home .quiz {
        margin-top: 47px
    }

    .home .people {
        margin-top: 50px
    }

    .home .followUs {
        margin-top: 37px
    }
}

@media screen and (max-width: 767px) {
    .home .highlights > .container {
        padding: 0 30px
    }
}

.edito .greySection {
    padding-bottom: 40px;
    padding-top: 20px
}

.edito .greySection h2 {
    margin-top: 40px
}

.theme h2 {
    margin-top: 120px
}

.theme .page__description {
    margin-top: 30px
}

.theme .highlights {
    margin-top: 60px
}

@media screen and (max-width: 1279px) {
    .theme h2 {
        margin-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .highlights > .container {
        padding: 0
    }
}

.wantedpersons h2 {
    margin-top: 60px
}

.wantedpersons button {
    margin-top: 40px
}

.twoColumns__rightColumn .counter {
    margin: 40px 0 30px
}

.twoColumns__rightColumn .redNoticesList {
    display: flex;
    flex-wrap: wrap
}

.twoColumns__rightColumn .redNoticesList__list {
    display: flex;
    width: 100%
}

.wantedpersons.hidden {
    display: none
}

.wantedpersons .toggleFormSpecialButton {
    background-color: transparent;
    border: none;
    color: #000;
    display: flex;
    font-family: Open Sans Condensed;
    font-size: 17px;
    font-weight: 700;
    padding: 20px 0 20px 25px;
    text-transform: uppercase;
    width: 100%
}

.wantedpersons .toggleFormSpecialButton:after {
    background: url(/build/images/arrow-down.7a47c218.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 7px;
    margin-left: 15px;
    margin-top: 7px;
    transform: rotate(180deg);
    vertical-align: middle;
    width: 10px
}

@media screen and (min-width: 768px) {
    .wantedpersons .toggleFormSpecialButton {
        display: none
    }
}

.wantedpersons .toggleFormSpecialButton.active:after {
    transform: rotate(0)
}

.wantedpersons .counter li.hidden, .wantedpersons .redNoticesList__quantity.hidden {
    display: none
}

.wrapThis {
    width: 100%
}

@media screen and (min-width: 768px) {
    .wrapThis {
        display: flex
    }
}

@media screen and (max-width: 767px) {
    .toggleFormSpecialButton.active + div.wrapThis {
        display: none
    }
}

@media screen and (min-width: 1280px) {
    .wantedpersons--container {
        padding-left: 102px
    }
}

.wantedsingle.hidden {
    display: none
}

.wantedsingle p {
    line-height: 21px
}

.wantedsingle h3 {
    color: #000;
    font-family: Open Sans Condensed;
    font-size: 38px;
    font-weight: 300;
    margin: 40px 0 30px
}

.wantedsingle .wantedsingle__titlewithsubtitle h3 {
    margin-bottom: 0
}

.wantedsingle .wantedsingle__titlewithsubtitle i {
    display: block;
    margin-bottom: 30px
}

.wantedsingle h3.redNoticesList--overalltitle {
    margin-bottom: 10px
}

.wantedsingle .greySection h2 {
    margin: 40px 0
}

.wantedsingle .greySection i:not(:first-child) {
    display: block;
    margin-top: 40px
}

.wantedsingle .redNoticesList__item {
    display: none
}

.wantedsingle .redNoticesList__listWrapper .redNoticesList__item:nth-child(-n+3) {
    display: flex
}

.wantedsingle .redNoticesList__header {
    display: none
}

.wantedsingle .wantedsingle__colleft {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    width: 30%
}

.wantedsingle .wantedsingle__colright {
    display: inline;
    flex-wrap: wrap;
    padding-top: 20px;
    width: 70%
}

.wantedsingle .wantedsingle__wrappercolumns {
    display: flex;
    flex-wrap: wrap
}

.wantedsingle .wantedsingle__wrappercolumns .hidden {
    display: none
}

.wantedsingle .wantedsingle__wrapperOtherPhotos {
    display: flex;
    padding-right: 65px;
    width: 100%
}

.wantedsingle .wantedsingle__otherPhotos {
    cursor: pointer;
    display: block;
    margin-right: 15px;
    padding: 10px 0;
    width: 50%
}

.wantedsingle .wantedsingle__otherPhotosImage {
    height: auto;
    width: 100%
}

.wantedsingle .wantedsingle__infosWrapper {
    display: block;
    width: 100%
}

.wantedsingle .wantedsingle__infosWrapper table {
    color: #000;
    font-family: Open Sans Condensed;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    width: auto
}

.wantedsingle .wantedsingle__infosWrapper table td {
    vertical-align: top;
    width: 225px
}

.wantedsingle .wantedsingle__infosWrapper table td.large {
    width: 100%
}

.wantedsingle .wantedsingle__infosWrapper table strong {
    font-weight: 700
}

.wantedsingle .wantedsingle__infosWrapper tr:not(:last-child) td.hr {
    border-bottom: 1px solid #ccc
}

.wantedsingle .summaryContent table {
    width: 100%
}

@media screen and (min-width: 1280px) {
    .wantedsingle .redNoticesList__item {
        width: 25%
    }
}

@media screen and (max-width: 1279px) {
    .wantedsingle .wantedsingle__colleft, .wantedsingle .wantedsingle__colright {
        width: 100%
    }

    .wantedsingle .redNoticeLargePhoto__wrapperImg {
        padding-right: 29px
    }

    .wantedsingle .redNoticeLargePhoto__wrapperNotice {
        right: 0
    }

    .wantedsingle .wantedsingle__wrapperOtherPhotos {
        padding-right: 13px
    }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
    .wantedsingle .wantedsingle__colleft, .wantedsingle .wantedsingle__colright {
        margin-right: 10%;
        width: 40%
    }

    .wantedsingle .redNoticeItem__text {
        padding: 25px 0 35px
    }
}

@media screen and (max-width: 767px) {
    .wantedsingle__colleft {
        margin-top: 37px
    }

    .wantedsingle .redNoticesList__list {
        margin: 0 -30px;
        width: 100vw
    }
}

@media screen and (min-width: 1280px) {
    [dir=rtl] .redNoticeLargePhoto__wrapperImg {
        padding: 0 0 0 80px
    }

    [dir=rtl] .redNoticeLargePhoto, [dir=rtl] .redNoticeLargePhoto--red {
        border-left: none;
        border-right: 2px solid #c11602
    }

    [dir=rtl] .redNoticeLargePhoto__wrapperNotice {
        left: 48.5px;
        right: auto
    }

    [dir=rtl] .wantedsingle .wantedsingle__wrapperOtherPhotos {
        padding: 0 0 0 65px
    }

    [dir=rtl] .wantedsingle .wantedsingle__otherPhotos {
        margin: 0 0 0 15px
    }

    [dir=rtl] .wantedsingle .wantedsingle__infosWrapper table td {
        text-align: right
    }
}

[dir=rtl] .bannerWantedSingle__wantedBy strong {
    margin: 0 5px 0 0
}

.contact .contact__BlockContactInfos {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-top: 60px
}

.contact h2 {
    margin-top: 50px
}

.contact .contact__twoColumns {
    display: flex;
    flex-wrap: wrap
}

.contact .contact__colLeft {
    width: 70%
}

.contact .contact__colRight {
    width: 30%
}

.contact .greySection {
    padding: 40px
}

.contact .contact__adressArea {
    color: #00437a;
    font-family: Open Sans Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px
}

.contact .contact__confirm {
    color: green;
    font-size: 22px;
    margin: 12px 25px
}

@media screen and (min-width: 1280px) {
    .contact .generalForm__selectArea {
        width: 60%
    }
}

@media screen and (max-width: 1279px) {
    .contact .contact__colLeft {
        width: 60%
    }

    .contact .contact__colRight.greySection {
        padding: 15px;
        width: 40%
    }

    .contact .generalForm__selectArea {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .contact .contact__colLeft, .contact .contact__colRight.greySection {
        width: 100%
    }
}

.dispatch .container--dispatch {
    padding: 40px 0 0 100px
}

@media screen and (min-width: 975px) and (max-width: 1280px) {
    .dispatch .container--dispatch {
        transform: translateX(50px)
    }
}

.dispatch .container--dispatch div.BlockLinks {
    padding-bottom: 60px
}

.dispatch h2 {
    margin-top: 70px
}

.dispatch .NewsList h2 {
    margin-top: 0
}

.dispatch div.highlights {
    margin-top: 40px
}

.dispatch div.highlights h2 {
    display: none
}

.dispatch div.highlights__list .highlight:nth-child(-n+3) {
    display: flex
}

@media screen and (max-width: 1279px) {
    .dispatch .container--dispatch {
        padding-left: 0
    }
}

@media screen and (max-width: 1350px) {
    .dispatch .container--dispatch {
        max-width: 602px
    }
}

@media screen and (max-width: 767px) {
    .dispatch .container--dispatch {
        padding: 30px 37px 0
    }

    .dispatch .container--dispatch div.BlockLinks {
        margin: 0 -37px;
        padding-bottom: 50px;
        width: 100vw
    }

    .dispatch .container--dispatch .BlockLinks__btn {
        margin-left: 37px
    }
}

.dispatch-like > div {
    padding: 30px 0 0 100px
}

@media screen and (max-width: 1279px) and (min-width: 976px) {
    .dispatch-like {
        left: 50px;
        position: relative
    }
}

@media screen and (max-width: 1279px) {
    .dispatch-like > div {
        padding-left: 0
    }
}

@media screen and (max-width: 767px) {
    .dispatch-like > div {
        padding: 30px 37px 0
    }
}

[dir=rtl] .dispatch-like {
    padding-right: 40px
}

[dir=rtl] .dispatch-like > div {
    padding: 30px 0 0
}

[dir=rtl] .overview {
    padding-right: 100px
}

@media screen and (max-width: 975px) {
    [dir=rtl] .dispatch-like, [dir=rtl] .overview {
        padding-right: 0
    }

    [dir=rtl] .pageDescription--withMenu__menu {
        padding-left: 0
    }
}

[dir=rtl] .dispatch .container--dispatch {
    padding-right: 30px
}

@media screen and (min-width: 975px) and (max-width: 1280px) {
    [dir=rtl] .dispatch .container--dispatch {
        transform: translateX(0)
    }
}

@media screen and (max-width: 1350px) {
    [dir=rtl] .dispatch .container--dispatch {
        padding-left: 0
    }
}

@media screen and (max-width: 975px) {
    [dir=rtl] .dispatch .container--dispatch {
        padding-right: 0
    }
}

@media screen and (max-width: 767px) {
    [dir=rtl] .dispatch .container--dispatch {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width: 1280px) and (max-width: 1350px) {
    .dispatch-container .bannerEdito__container, .dispatch-container .bannerPage__container, .dispatch-container .breadcrumb, .dispatch-container .countryBanner__container, .dispatch-like .container:not(.overview__container), .overview__container, .pageDescription--withMenu {
        max-width: 602px
    }
}

@media screen and (min-width: 975px) and (max-width: 1350px) {
    .dispatch .highlights__list .highlight {
        margin-left: 0 !important;
        width: 47.5%
    }

    .dispatch .highlights__list .highlight:nth-child(2n) {
        margin-right: 0 !important
    }

    .dispatch .highlights__list .highlight:nth-child(odd) {
        margin-right: 5% !important
    }

    [dir=rtl] .dispatch .highlights__list .highlight:nth-child(odd) {
        margin-right: 0 !important
    }

    [dir=rtl] .dispatch .highlights__list .highlight:nth-child(2n) {
        margin-right: 5% !important
    }
}

@media screen and (min-width: 1350px) {
    [dir=rtl] .dispatch .breadcrumb {
        max-width: 1002px
    }
}

[dir=rtl] .dispatch .sharesShortcuts, [dir=rtl] .edito .sharesShortcuts {
    position: absolute;
    right: auto
}

[dir=rtl] .dispatch .sharesShortcuts.sticky, [dir=rtl] .edito .sharesShortcuts.sticky {
    left: 30px;
    position: fixed
}

@media screen and (max-width: 767px) {
    [dir=rtl] .dispatch .sharesShortcuts, [dir=rtl] .edito .sharesShortcuts {
        left: 30px;
        margin-top: -30px
    }
}

[dir=rtl] .dispatch .sharesShortcuts__wrapper, [dir=rtl] .edito .sharesShortcuts__wrapper {
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: 0
}

@media screen and (min-width: 968px) and (max-width: 1280px) {
    [dir=rtl] .dispatch-like .container:not(.overview__container) {
        padding-right: 50px
    }
}

@media screen and (min-width: 1281px) and (max-width: 1350px) {
    [dir=rtl] .dispatch-like .greySection .container {
        padding-right: 50px
    }
}

.listings .mediaItem {
    border-bottom: 1px solid #a6a6a6
}

.listings + footer {
    margin-top: 60px
}

.listings .pageDescription {
    margin-bottom: 50px
}

.listings .documents {
    margin-top: 0
}

.whatyoucando .wrapperIframe--youtube + .notices {
    margin-top: 60px
}

.whatyoucando .notices {
    margin-bottom: 100px
}

.whatyoucando .highlights > .container > h2 {
    display: none
}

.whatyoucando h2 + .highlights {
    margin-top: 50px
}

.whatyoucando .highlights__list .highlight {
    display: none
}

.whatyoucando .highlights__list .highlight:nth-child(-n+8) {
    display: flex
}

@media screen and (max-width: 767px) {
    .whatyoucando .highlights > .container, .whatyoucando .notices > .container {
        padding: 0
    }
}

.membercountries .pageDescription {
    margin-bottom: 40px
}

.searchPage .greySection {
    margin-top: 60px;
    padding: 50px 75px
}

.searchPage .search__inputBlock--actions {
    background-color: #fff;
    margin-top: 10px;
    position: relative
}

.searchPage .search__inputBlock--input {
    border: none;
    font-family: Cormorant Garamond;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    height: 60px;
    padding: 0 76px 0 17px;
    width: 590px
}

.searchPage .search__inputBlock--trigger {
    align-items: center;
    background-color: #fff;
    border: none;
    bottom: 1px;
    cursor: pointer;
    display: flex;
    height: 55px;
    justify-content: center;
    margin: auto 0;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 75px
}

.searchPage .search__inputBlock--logo {
    width: 30px
}

.searchPage .search__inputBlock--logo path {
    fill: #e7581a
}

.searchPage .search__resultsBlock--wrapper {
    margin: 25px auto
}

.searchPage .search__resultsBlock--filters {
    margin-top: 15px
}

.searchPage .search__resultItem {
    border: 1px solid #a0a0a0;
    margin-top: 20px
}

.searchPage .search__resultItem--wrapper {
    display: flex
}

.searchPage .search__resultItem--wrapperImg {
    display: flex;
    height: 165px;
    min-height: 0;
    overflow: hidden;
    position: relative;
    width: 250px
}

.searchPage .search__resultItem--img {
    display: block;
    height: 165px;
    max-width: 100%;
    width: 250px
}

.searchPage .search__resultItem--wrapperTxt {
    display: flex;
    overflow: hidden;
    padding-left: 80px;
    width: 80%
}

.searchPage .search__resultItem--centeredContent {
    align-self: center;
    display: flex;
    flex-direction: column;
    width: 100%
}

.searchPage .search__resultItem--mainTitle {
    color: #00437a;
    font-family: Open Sans Condensed;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
    padding-right: 60px;
    transition: color .2s ease
}

@media screen and (max-width: 767px) {
    .searchPage .search__resultItem--mainTitle {
        font-size: 19px;
        padding-right: 20px
    }
}

.searchPage .search__resultItem--mainTitle:hover {
    color: #e7581a
}

.searchPage .search__resultItem--date, .searchPage .search__resultItem--description, .searchPage .search__resultItem--type {
    color: #444;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px
}

.searchPage .search__resultItem--type {
    margin-top: 20px
}

@media screen and (max-width: 1279px) {
    .searchPage .search__resultItem--wrapperImg {
        height: 132px;
        width: 200px
    }

    .searchPage .search__resultItem--date, .searchPage .search__resultItem--description {
        margin-top: 10px
    }

    .searchPage .search__resultItem--type {
        margin-bottom: 5px;
        margin-top: 15px
    }

    .searchPage .search__resultItem--wrapperTxt {
        padding-left: 40px
    }

    .searchPage .search__resultItem--img {
        height: 132px;
        position: absolute;
        width: 200px
    }
}

@media screen and (max-width: 767px) {
    .searchPage .greySection {
        padding: 25px 0
    }

    .searchPage .search__inputBlock--actions, .searchPage .search__inputBlock--input {
        width: 100%
    }

    .searchPage .search__resultItem--mainTitle {
        line-height: 30px;
        line-height: 25px;
        margin-bottom: 10px;
        margin-top: 10px;
        white-space: inherit
    }

    .searchPage .search__resultItem--date, .searchPage .search__resultItem--description, .searchPage .search__resultItem--type {
        font-size: 11px;
        margin-bottom: 5px;
        margin-top: 0
    }

    .searchPage .search__resultItem--wrapperImg {
        height: 127px;
        min-height: 0;
        min-width: 0;
        width: 195px
    }

    .searchPage .search__resultItem--img {
        height: 127px;
        position: absolute;
        width: 193px
    }
}

@media screen and (max-width: 500px) {
    .searchPage .search__resultItem--wrapperImg {
        height: 66px;
        width: 102px
    }

    .searchPage .search__resultItem--wrapperTxt {
        padding-left: 20px
    }

    .searchPage .search__resultItem--mainTitle {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 10px
    }

    .searchPage .search__resultItem--img {
        font-size: 10px;
        height: 66px;
        position: absolute;
        width: 100px
    }
}

[dir=rtl] .search__resultItem--date {
    padding-right: 60px
}

.sitemap a.h7 {
    color: #000;
    display: flex;
    font-size: 13px;
    font-weight: 100;
    line-height: 30px;
    margin-left: 40px;
    opacity: .7
}

.sitemap h6 {
    margin-left: 20px
}

.documentsPage .documents__header, .documentsPage h2 {
    margin-bottom: 45px
}

.documentsPage .documents__header h2 {
    margin-bottom: 0
}

@media screen and (max-width: 1279px) {
    .documentsPage .documents__header, .documentsPage h2 {
        margin-bottom: 25px
    }
}

@media print {
    .News__newsItem, .contact__BlockContactInfosItem, .container.quote, .highlight, .mediaItem, .notice, .notice__img, .people .peopleItem, .peopleItem__content, .redNoticeItem, .redNoticeItem__redNoticeArea, .redNoticesList__item, .shareQuote__wrapper, .whoWeAreItem, .whoWeAre__container, footer, img {
        page-break-inside: avoid !important
    }

    .TwitterThread__imgMobile, .bannerEdito__img, .bannerHome:after, .bannerHome__btn, .bannerHome__img, .bannerWantedSingle__returnButton, .breadcrumb, .btn, .contactBlock__wrapperReadMore, .counter__wrap, .filters, .footer, .mediaItem__cta, .notice__link, .overview, .peopleItem__btn, .people__btn, .quiz, .slider, .whoWeAreItem__btn, iframe {
        display: none
    }

    h2 {
        padding-left: 0
    }

    h2:before {
        display: none
    }

    .container {
        max-width: none
    }

    footer.footer .container .footer__col:first-child, footer.footer .container .footer__col:last-child {
        display: none
    }

    .footer__col {
        color: #000;
        width: 25%
    }

    .footer__col a {
        color: #000
    }

    .subFooter a, .subFooter span {
        color: grey
    }

    .header {
        border-bottom: 1px solid #a6a6a6
    }

    .header__logo {
        margin-left: 5px;
        transform: none
    }

    .header.sticky .header__logo__img--sticky {
        display: none
    }

    .header.sticky .header__logo {
        height: 92px
    }

    .header.sticky .header__logo__img {
        display: block
    }

    .header.sticky {
        height: auto;
        position: inherit
    }

    .header.sticky + div {
        margin-top: 0
    }

    .footer {
        background: none
    }

    .header__actions, .navigation, .sharesShortcuts {
        display: none
    }

    .bannerEdito, .bannerHome, .bannerPage {
        height: auto
    }

    .bannerEdito__container, .bannerHome__container, .bannerPage__container {
        min-height: 0;
        padding: 0
    }

    .bannerEdito__content, .bannerPage__content {
        min-height: 0
    }

    .pageDescription {
        margin-top: 60px;
        padding-top: 0
    }

    .bannerHome__title {
        margin-top: 30px
    }

    .bannerHome__container {
        height: auto;
        padding: 0
    }

    .type {
        color: #eee
    }

    .bannerHome {
        min-height: 0
    }

    .highlights__list {
        justify-content: center;
        margin-right: -20%;
        width: 100%
    }

    .highlights__list .highlight, .highlights__list .highlight:nth-of-type(3n+3) {
        margin-right: 10%;
        width: 40%
    }

    .whoWeAre, .whoWeAre:after, .whoWeAre:before {
        background: none
    }

    .whoWeAreItem {
        color: #000 !important;
        padding: 15px;
        padding-right: 0 !important
    }

    .whoWeAreItem:after, .whoWeAreItem:before {
        display: none
    }

    .whoWeAreItem__type {
        margin: 0
    }

    .people__list {
        flex-wrap: wrap
    }

    .people__list .peopleItem, .people__list .people__right {
        width: 100%
    }

    .people__list .peopleItem img, .people__list .people__right img {
        display: none
    }

    .people__right .peopleItem {
        padding-top: 0
    }

    .peopleItem {
        min-height: 200px
    }

    .peopleItem__content {
        position: relative
    }

    .people__list > .peopleItem {
        padding-top: 0
    }

    .peopleItem__content {
        max-width: none
    }

    .peopleItem:before {
        display: none
    }

    .whoWeAre {
        height: auto
    }

    .home .people, .people__header {
        margin-top: 10px
    }

    .peopleItem__content blockquote, .peopleItem__content span {
        color: #000 !important;
        max-width: none;
        position: relative
    }

    .contact__BlockContactInfosItem {
        margin-top: 8px;
        width: 100%
    }

    .contact__colLeft {
        display: none
    }

    .contact .contact__colRight {
        padding: 0;
        width: 100%
    }

    .contactBlock__picto {
        background: none;
        background-color: #00266b;
        -webkit-print-color-adjust: exact
    }

    .countryBanner {
        height: auto
    }

    .countryBanner__container {
        margin: 30px 0;
        min-height: 0;
        padding: 0
    }

    .countryBanner__content {
        min-height: 0
    }

    .byRegionsCountries__RegionContainerWrapper {
        padding-right: 0;
        width: 100%
    }

    .DocumentItem, .DocumentItem__wrapper, .documents__documentItem {
        width: 100%
    }

    .socialmedia__socialItem {
        margin-right: 0;
        width: 100%
    }

    .pageDescription--withMenu__menu {
        display: none
    }

    .blockLinkItem, .container.container--dispatch {
        padding-left: 0
    }

    .DocumentItem__wrapper.noButton, .links__linkItem {
        margin-right: 0;
        width: 100%
    }

    .tabs li.tabs-component-tab {
        border: none
    }

    li.tabs-component-tab:not(.is-active) {
        display: none
    }

    .notices__list {
        flex-wrap: wrap
    }

    .notices__list .notice {
        margin-bottom: 25px;
        width: 100%
    }

    .bannerHome__video ~ .bannerHome__title {
        margin-left: 25px
    }

    .bannerHome__video, .twoColumns__leftColumn {
        display: none
    }

    .twoColumns__rightColumn {
        width: 100%
    }
}

.ezrichtext-field h1 {
    color: #000;
    font-family: Open Sans Condensed, sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.2;
    margin: -35px auto 0;
    padding-top: 60px
}

.ezrichtext-field h2 {
    margin-top: -40px;
    padding-top: 80px
}

.ezrichtext-field h3, .ezrichtext-field h4, .ezrichtext-field h5 {
    align-items: center;
    color: #000;
    display: flex;
    flex-direction: inline-flex;
    font-family: Open Sans Condensed, sans-serif;
    font-size: 33px;
    font-weight: 300;
    justify-content: flex-start;
    margin-top: -35px;
    padding-top: 60px
}

.ezrichtext-field h3 {
    font-size: 32px
}

.ezrichtext-field h4 {
    font-size: 25px
}

.ezrichtext-field h5 {
    font-size: 22px
}

.ezrichtext-field h3:before, .ezrichtext-field h4:before, .ezrichtext-field h5:before {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 2px;
    margin-right: 17px;
    width: 40px
}

.ezrichtext-field h4:before {
    width: 21px
}

.ezrichtext-field h5:before {
    width: 14px
}

.ezrichtext-field h1 + ol, .ezrichtext-field h1 + p, .ezrichtext-field h1 + table, .ezrichtext-field h1 + ul, .ezrichtext-field h2 + ol, .ezrichtext-field h2 + p, .ezrichtext-field h2 + table, .ezrichtext-field h2 + ul, .ezrichtext-field h3 + ol, .ezrichtext-field h3 + p, .ezrichtext-field h3 + table, .ezrichtext-field h3 + ul, .ezrichtext-field h4 + ol, .ezrichtext-field h4 + p, .ezrichtext-field h4 + table, .ezrichtext-field h4 + ul, .ezrichtext-field h5 + ol, .ezrichtext-field h5 + p, .ezrichtext-field h5 + table, .ezrichtext-field h5 + ul {
    margin-bottom: 20px;
    margin-top: 10px
}

.ezrichtext-field p + p {
    margin-top: 10px
}

.ezrichtext-field ol, .ezrichtext-field ul {
    font-family: Arial, "sans-serif";
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 5px 0;
    padding-left: 32px
}

.ezrichtext-field ol ol, .ezrichtext-field ol ul, .ezrichtext-field ul ol, .ezrichtext-field ul ul {
    margin-left: 20px
}

.ezrichtext-field ol li, .ezrichtext-field ul li {
    list-style-type: inherit
}

.ezrichtext-field table {
    border: none;
    border-collapse: collapse;
    font-family: Arial, "sans-serif";
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 5px 0;
    padding: 0
}

.ezrichtext-field table * {
    border: none
}

.ezrichtext-field table td, .ezrichtext-field table th {
    border: 1px solid #a6a6a6;
    padding: 10px;
    text-align: left
}

.ezrichtext-field table thead {
    background-color: #ececec;
    font-size: 16px
}

.ezrichtext-field table tr:nth-child(2n) {
    background: #fbfbfb
}

.ezrichtext-field .slider {
    margin: 30px 0
}

.ezrichtext-field .quote:last-child, .ezrichtext-field .shareQuote:last-child, .ezrichtext-field h2:last-child, .ezrichtext-field h3:last-child, .ezrichtext-field h4:last-child, .ezrichtext-field h5:last-child, .ezrichtext-field ol:last-child, .ezrichtext-field p:last-child, .ezrichtext-field table:last-child, .ezrichtext-field ul:last-child {
    margin-bottom: 40px
}

@media screen and (max-width: 1279px) {
    .ezrichtext-field h1, .ezrichtext-field h2, .ezrichtext-field h3, .ezrichtext-field h4, .ezrichtext-field h5 {
        margin-top: -80px;
        padding-top: 80px
    }

    .ezrichtext-field h3 {
        font-size: 31px
    }
}

@media screen and (max-width: 767px) {
    .ezrichtext-field h2 {
        margin-top: 15px;
        padding-top: 6px
    }

    .ezrichtext-field h3, .ezrichtext-field h4, .ezrichtext-field h5 {
        margin-top: 8px;
        padding-top: 3px;
        position: relative
    }

    .ezrichtext-field h3 {
        font-size: 23px;
        padding-left: 32px
    }

    .ezrichtext-field h4 {
        font-size: 21px;
        padding-left: 24px
    }

    .ezrichtext-field h5 {
        font-size: 19px;
        padding-left: 20px
    }

    .ezrichtext-field h3:before, .ezrichtext-field h4:before, .ezrichtext-field h5:before {
        left: 0;
        position: absolute;
        width: 21px
    }

    .ezrichtext-field h4:before {
        width: 14px
    }

    .ezrichtext-field h5:before {
        width: 10px
    }
}

@media screen and (max-width: 500px) {
    .ezrichtext-field .newsItem__mainTitle {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 10px
    }
}

[dir=rtl] .ezrichtext-field h3:before, [dir=rtl] .ezrichtext-field h4:before, [dir=rtl] .ezrichtext-field h5:before {
    left: auto;
    margin-left: 17px;
    margin-right: 0;
    right: 0
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.9.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    width: 100%;
    z-index: 1000000
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    height: 100%;
    margin: 0
}

#baguetteBox-overlay .full-image img {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    display: inline-block;
    height: auto;
    margin-top: -25px;
    max-height: 80%;
    max-width: 80%;
    vertical-align: middle;
    width: auto
}

#baguetteBox-overlay .full-image figcaption {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    color: #ccc;
    display: block;
    font-family: sans-serif;
    line-height: 1.8;
    position: absolute;
    text-align: center;
    white-space: normal;
    width: 100%
}

#baguetteBox-overlay .full-image figcaption span {
    display: inline-block;
    line-height: 150%;
    padding: 10px 0 25px;
    text-align: left;
    width: 52%
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    margin-right: -1px;
    width: 1px
}

#baguetteBox-slider {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease;
    white-space: nowrap;
    width: 100%
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

@-webkit-keyframes bounceFromRight {
    0%, to {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
}

@keyframes bounceFromRight {
    0%, to {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
}

@-webkit-keyframes bounceFromLeft {
    0%, to {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
}

@keyframes bounceFromLeft {
    0%, to {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    height: 60px;
    top: 50%;
    top: calc(50% - 30px);
    width: 44px
}

.baguetteBox-button {
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    color: #ddd;
    cursor: pointer;
    font: 1.6em sans-serif;
    margin: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    height: 30px;
    right: 2%;
    right: calc(2% + 6px);
    top: 20px;
    width: 30px
}

.baguetteBox-button svg {
    left: 0;
    position: absolute;
    top: 0
}

.baguetteBox-spinner {
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px
}

.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
    -webkit-animation: bounce 2s ease-in-out infinite;
    animation: bounce 2s ease-in-out infinite;
    background-color: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%
}

.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounce {
    0%, to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%, to {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@media (max-width: 959px) {
    #baguetteBox-overlay .full-image figcaption span {
        width: 90%
    }
}

.privacy-cookie-banner {
    background: #24335b;
    bottom: 0;
    left: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    z-index: 1024
}

.privacy-cookie-banner--slide-down {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.privacy-cookie-banner--slide-up {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-height: 145px;
    opacity: 1;
    padding: 10px 25px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media screen and (max-width: 767px) {
    .privacy-cookie-banner--slide-up {
        flex-direction: column
    }
}

.privacy-cookie-banner__message {
    color: #fff
}

.privacy-cookie-banner__btn {
    border: 2px solid hsla(0, 0%, 100%, .3);
    color: #fff;
    line-height: inherit
}

.privacy-cookie-banner__btn:focus, .privacy-cookie-banner__btn:hover {
    background: #e7581a;
    color: #fff
}

.privacy-cookie-banner__learn-more {
    color: #fff;
    display: block;
    line-height: 1.5;
    margin-left: 20px;
    text-decoration: none
}

.privacy-cookie-banner__learn-more:focus, .privacy-cookie-banner__learn-more:hover {
    color: #e7581a;
    text-decoration: none
}

.privacy-cookie-banner__close {
    color: #fff;
    display: block;
    font-size: 10px;
    margin-left: 15px;
    margin-top: 10px;
    opacity: 1;
    text-shadow: none
}

.privacy-cookie-banner__close:focus, .privacy-cookie-banner__close:hover {
    color: #e7581a;
    text-decoration: none
}

.privacy-cookie-banner__action {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: space-around;
    margin-left: 5px
}

[class*=" privacy-cookie-banner__icon-"], [class^=privacy-cookie-banner__icon-] {
    speak: none;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.privacy-cookie-banner__icon-close:before {
    content: "✖";
    font-size: 2rem
}

.swiper-container {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
    z-index: 1
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 27px 44px;
    cursor: pointer;
    height: 44px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 10
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23007aff' d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44z'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23007aff' d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0z'/%3E%3C/svg%3E");
    left: auto;
    right: 10px
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23fff' d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23fff' d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0z'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: #000;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 1
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: transform .2s, top .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: transform .2s, left .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: transform .2s, right .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-container-vertical > .swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-container-horizontal > .swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-container-vertical > .swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-zoom-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-lazy-preloader:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 120 120'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-linecap='round' stroke-width='11' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 100%;
    width: 100%
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 120 120'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-linecap='round' stroke-width='11' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow {
    background: #000;
    bottom: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.ez-view-smilecontactcontactview, .ez-view-smilecontactlistcontactsview, .ez-view-smilecontactlistformsview {
    background: #fff;
    padding: 1em 2em
}

.smilecontact-list-toolbar-legend {
    font-size: 110%;
    font-weight: 700;
    padding: .2em
}

.smilecontact-list-filter {
    margin: 0
}

.smilecontact-list-title {
    border-bottom: 1px solid #ccc;
    margin-top: 0;
    padding-bottom: 3px
}

.smilecontact-list {
    margin: 0;
    width: 100%
}

.smilecontact-list-pagination {
    display: flex;
    font-size: 90%;
    margin: .5em 0;
    padding: 0;
    width: 100%
}

.ez-serverside-content ul.smilecontact-list-pagination {
    list-style-type: none
}

.smilecontact-list-page {
    width: 50%
}

.smilecontact-list-previous {
    margin-right: 1em;
    text-align: right
}

.smilecontact-list-up {
    margin: 0 1em;
    text-align: center
}

.smilecontact-list-next {
    margin-left: 1em;
    text-align: left
}

.report-form-container {
    font-family: Arial, sans-serif;
    max-width: 800px;
}

.report-form-container h2 {
    font-family: Open Sans Condensed;
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 16px;
    color: #333;
}

.report-form-container h3 {
    font-family: Open Sans Condensed, sans-serif;
    font-size: 38px !important;
    font-weight: 300 !important;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #333;
}

.report-form-container p {
    margin-bottom: 15px;
    line-height: 1.8;
    text-align: justify;
    color: #333;
}

.report-form-container strong {
   font-family: Open Sans Condensed, sans-serif;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.form-description {
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    font-size: 0.95em;
}

label .required {
    color: #cc0000;
}

input[type="text"],
input[type="email"],
textarea {
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-family: inherit;
    color: #333;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: none;
    border-color: #666;
}

textarea {
    resize: vertical;
    min-height: 120px;
}

.helper-text {
    font-size: 0.85em;
    color: #666;
    margin-top: 5px;
}

.submit-btn {
    background-color: #2c4057;
    color: white;
    padding: 12px 30px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
}

.submit-btn:hover {
    background-color: #1e2d3d;
}

.submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.success-message {
    display: none;
    background-color: #e8f5e9;
    border: 1px solid #c8e6c9;
    color: #2e7d32;
    padding: 20px;
    margin-top: 20px;
}

.success-message.show {
    display: block;
}

.success-message h3 {
    margin: 0 0 10px 0;
    font-size: 1.1em;
}

.error-message {
    display: none;
    background-color: #ffebee;
    border: 1px solid #ffcdd2;
    color: #c62828;
    padding: 15px;
    margin-top: 20px;
}

.error-message.show {
    display: block;
}

@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
    }
}