@charset "UTF-8";

.makeRelative {
    position: relative
}

.textCenter {
    text-align: center
}

.textLeft {
    text-align: left
}

.textRight {
    text-align: right
}

nav ul li {
    display: inline-block
}

img[src=""] {
    display: none !important;
}

hr {
    width: 100%;
    height: 1px;
    clear: both;
    background: color(#000, .25);
    color: color(#000, .25);
    margin: 1rem 0;
    border: none
}

a {
    text-decoration: none;
    color: inherit
}

* {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-backface-visibility: hidden
}

*,
:focus {
    outline: none
}

:invalid {
    -webkit-box-shadow: none;
    box-shadow: none
}

:-moz-submit-invalid,
:-moz-ui-invalid {
    box-shadow: none
}

input[type=checkbox] {
    -webkit-appearance: checkbox
}

body,
html {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    color: color(#000);
    font-size: 16px
}

.touch body,
.touch html,
body,
html {
    overflow-x: hidden
}

.row {
    max-width: 2048px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.row.column-0>.column {
    width: 0
}

.row.column-1>.column {
    width: 4.1666666667%
}

.row.column-2>.column {
    width: 8.3333333333%
}

.row.column-3>.column {
    width: 12.5%
}

.row.column-4>.column {
    width: 16.6666666667%
}

.row.column-5>.column {
    width: 20.8333333333%
}

.row.column-6>.column {
    width: 25%
}

.row.column-7>.column {
    width: 29.1666666667%
}

.row.column-8>.column {
    width: 33.3333333333%
}

.row.column-9>.column {
    width: 37.5%
}

.row.column-10>.column {
    width: 41.6666666667%
}

.row.column-11>.column {
    width: 45.8333333333%
}

.row.column-12>.column {
    width: 50%
}

.row.column-13>.column {
    width: 54.1666666667%
}

.row.column-14>.column {
    width: 58.3333333333%
}

.row.column-15>.column {
    width: 62.5%
}

.row.column-16>.column {
    width: 66.6666666667%
}

.row.column-17>.column {
    width: 70.8333333333%
}

.row.column-18>.column {
    width: 75%
}

.row.column-19>.column {
    width: 79.1666666667%
}

.row.column-20>.column {
    width: 83.3333333333%
}

.row.column-21>.column {
    width: 87.5%
}

.row.column-22>.column {
    width: 91.6666666667%
}

.row.column-23>.column {
    width: 95.8333333333%
}

.row.column-24>.column {
    width: 100%
}

@media only screen and (min-width:0px) {
    .row.small-0>.column .row.small-0>.column {
        width: 0;
        display: none
    }

    .row.small-full>.column {
        width: 100%
    }

    .row.small-half>.column {
        width: 50%
    }

    .row.small-third>.column {
        width: 33.3333333333%
    }

    .row.small-quarter>.column {
        width: 25%
    }

    .row.small-1>.column {
        width: 4.1666666667%
    }

    .row.small-2>.column {
        width: 8.3333333333%
    }

    .row.small-3>.column {
        width: 12.5%
    }

    .row.small-4>.column {
        width: 16.6666666667%
    }

    .row.small-5>.column {
        width: 20.8333333333%
    }

    .row.small-6>.column {
        width: 25%
    }

    .row.small-7>.column {
        width: 29.1666666667%
    }

    .row.small-8>.column {
        width: 33.3333333333%
    }

    .row.small-9>.column {
        width: 37.5%
    }

    .row.small-10>.column {
        width: 41.6666666667%
    }

    .row.small-11>.column {
        width: 45.8333333333%
    }

    .row.small-12>.column {
        width: 50%
    }

    .row.small-13>.column {
        width: 54.1666666667%
    }

    .row.small-14>.column {
        width: 58.3333333333%
    }

    .row.small-15>.column {
        width: 62.5%
    }

    .row.small-16>.column {
        width: 66.6666666667%
    }

    .row.small-17>.column {
        width: 70.8333333333%
    }

    .row.small-18>.column {
        width: 75%
    }

    .row.small-19>.column {
        width: 79.1666666667%
    }

    .row.small-20>.column {
        width: 83.3333333333%
    }

    .row.small-21>.column {
        width: 87.5%
    }

    .row.small-22>.column {
        width: 91.6666666667%
    }

    .row.small-23>.column {
        width: 95.8333333333%
    }

    .row.small-24>.column {
        width: 100%
    }
}

@media only screen and (min-width:751px) {
    .row.medium-0>.column .row.medium-0>.column {
        width: 0;
        display: none
    }

    .row.medium-full>.column {
        width: 100%
    }

    .row.medium-half>.column {
        width: 50%
    }

    .row.medium-third>.column {
        width: 33.3333333333%
    }

    .row.medium-quarter>.column {
        width: 25%
    }

    .row.medium-1>.column {
        width: 4.1666666667%
    }

    .row.medium-2>.column {
        width: 8.3333333333%
    }

    .row.medium-3>.column {
        width: 12.5%
    }

    .row.medium-4>.column {
        width: 16.6666666667%
    }

    .row.medium-5>.column {
        width: 20.8333333333%
    }

    .row.medium-6>.column {
        width: 25%
    }

    .row.medium-7>.column {
        width: 29.1666666667%
    }

    .row.medium-8>.column {
        width: 33.3333333333%
    }

    .row.medium-9>.column {
        width: 37.5%
    }

    .row.medium-10>.column {
        width: 41.6666666667%
    }

    .row.medium-11>.column {
        width: 45.8333333333%
    }

    .row.medium-12>.column {
        width: 50%
    }

    .row.medium-13>.column {
        width: 54.1666666667%
    }

    .row.medium-14>.column {
        width: 58.3333333333%
    }

    .row.medium-15>.column {
        width: 62.5%
    }

    .row.medium-16>.column {
        width: 66.6666666667%
    }

    .row.medium-17>.column {
        width: 70.8333333333%
    }

    .row.medium-18>.column {
        width: 75%
    }

    .row.medium-19>.column {
        width: 79.1666666667%
    }

    .row.medium-20>.column {
        width: 83.3333333333%
    }

    .row.medium-21>.column {
        width: 87.5%
    }

    .row.medium-22>.column {
        width: 91.6666666667%
    }

    .row.medium-23>.column {
        width: 95.8333333333%
    }

    .row.medium-24>.column {
        width: 100%
    }
}

@media only screen and (min-width:961px) {
    .row.large-0>.column .row.large-0>.column {
        width: 0;
        display: none
    }

    .row.large-full>.column {
        width: 100%
    }

    .row.large-half>.column {
        width: 50%
    }

    .row.large-third>.column {
        width: 33.3333333333%
    }

    .row.large-quarter>.column {
        width: 25%
    }

    .row.large-1>.column {
        width: 4.1666666667%
    }

    .row.large-2>.column {
        width: 8.3333333333%
    }

    .row.large-3>.column {
        width: 12.5%
    }

    .row.large-4>.column {
        width: 16.6666666667%
    }

    .row.large-5>.column {
        width: 20.8333333333%
    }

    .row.large-6>.column {
        width: 25%
    }

    .row.large-7>.column {
        width: 29.1666666667%
    }

    .row.large-8>.column {
        width: 33.3333333333%
    }

    .row.large-9>.column {
        width: 37.5%
    }

    .row.large-10>.column {
        width: 41.6666666667%
    }

    .row.large-11>.column {
        width: 45.8333333333%
    }

    .row.large-12>.column {
        width: 50%
    }

    .row.large-13>.column {
        width: 54.1666666667%
    }

    .row.large-14>.column {
        width: 58.3333333333%
    }

    .row.large-15>.column {
        width: 62.5%
    }

    .row.large-16>.column {
        width: 66.6666666667%
    }

    .row.large-17>.column {
        width: 70.8333333333%
    }

    .row.large-18>.column {
        width: 75%
    }

    .row.large-19>.column {
        width: 79.1666666667%
    }

    .row.large-20>.column {
        width: 83.3333333333%
    }

    .row.large-21>.column {
        width: 87.5%
    }

    .row.large-22>.column {
        width: 91.6666666667%
    }

    .row.large-23>.column {
        width: 95.8333333333%
    }

    .row.large-24>.column {
        width: 100%
    }
}

@media only screen and (min-width:1281px) {
    .row.xlarge-0>.column .row.xlarge-0>.column {
        width: 0;
        display: none
    }

    .row.xlarge-full>.column {
        width: 100%
    }

    .row.xlarge-half>.column {
        width: 50%
    }

    .row.xlarge-third>.column {
        width: 33.3333333333%
    }

    .row.xlarge-quarter>.column {
        width: 25%
    }

    .row.xlarge-1>.column {
        width: 4.1666666667%
    }

    .row.xlarge-2>.column {
        width: 8.3333333333%
    }

    .row.xlarge-3>.column {
        width: 12.5%
    }

    .row.xlarge-4>.column {
        width: 16.6666666667%
    }

    .row.xlarge-5>.column {
        width: 20.8333333333%
    }

    .row.xlarge-6>.column {
        width: 25%
    }

    .row.xlarge-7>.column {
        width: 29.1666666667%
    }

    .row.xlarge-8>.column {
        width: 33.3333333333%
    }

    .row.xlarge-9>.column {
        width: 37.5%
    }

    .row.xlarge-10>.column {
        width: 41.6666666667%
    }

    .row.xlarge-11>.column {
        width: 45.8333333333%
    }

    .row.xlarge-12>.column {
        width: 50%
    }

    .row.xlarge-13>.column {
        width: 54.1666666667%
    }

    .row.xlarge-14>.column {
        width: 58.3333333333%
    }

    .row.xlarge-15>.column {
        width: 62.5%
    }

    .row.xlarge-16>.column {
        width: 66.6666666667%
    }

    .row.xlarge-17>.column {
        width: 70.8333333333%
    }

    .row.xlarge-18>.column {
        width: 75%
    }

    .row.xlarge-19>.column {
        width: 79.1666666667%
    }

    .row.xlarge-20>.column {
        width: 83.3333333333%
    }

    .row.xlarge-21>.column {
        width: 87.5%
    }

    .row.xlarge-22>.column {
        width: 91.6666666667%
    }

    .row.xlarge-23>.column {
        width: 95.8333333333%
    }

    .row.xlarge-24>.column {
        width: 100%
    }
}

.row.full>.column {
    width: 100%
}

.row.half>.column {
    width: 50%
}

.row.third>.column {
    width: 33.3333333333%
}

.row.quarter>.column {
    width: 25%
}

.page-template-portail .row.quarter>.column {
    width: 33.33%
}

@media only screen and (min-width:1921px) {
    .row.xxlarge-0>.column .row.xxlarge-0>.column {
        width: 0;
        display: none
    }

    .row.xxlarge-full>.column {
        width: 100%
    }

    .row.xxlarge-half>.column {
        width: 50%
    }

    .row.xxlarge-third>.column {
        width: 33.3333333333%
    }

    .row.xxlarge-quarter>.column {
        width: 25%
    }

    .row.xxlarge-1>.column {
        width: 4.1666666667%
    }

    .row.xxlarge-2>.column {
        width: 8.3333333333%
    }

    .row.xxlarge-3>.column {
        width: 12.5%
    }

    .row.xxlarge-4>.column {
        width: 16.6666666667%
    }

    .row.xxlarge-5>.column {
        width: 20.8333333333%
    }

    .row.xxlarge-6>.column {
        width: 25%
    }

    .row.xxlarge-7>.column {
        width: 29.1666666667%
    }

    .row.xxlarge-8>.column {
        width: 33.3333333333%
    }

    .row.xxlarge-9>.column {
        width: 37.5%
    }

    .row.xxlarge-10>.column {
        width: 41.6666666667%
    }

    .row.xxlarge-11>.column {
        width: 45.8333333333%
    }

    .row.xxlarge-12>.column {
        width: 50%
    }

    .row.xxlarge-13>.column {
        width: 54.1666666667%
    }

    .row.xxlarge-14>.column {
        width: 58.3333333333%
    }

    .row.xxlarge-15>.column {
        width: 62.5%
    }

    .row.xxlarge-16>.column {
        width: 66.6666666667%
    }

    .row.xxlarge-17>.column {
        width: 70.8333333333%
    }

    .row.xxlarge-18>.column {
        width: 75%
    }

    .row.xxlarge-19>.column {
        width: 79.1666666667%
    }

    .row.xxlarge-20>.column {
        width: 83.3333333333%
    }

    .row.xxlarge-21>.column {
        width: 87.5%
    }

    .row.xxlarge-22>.column {
        width: 91.6666666667%
    }

    .row.xxlarge-23>.column {
        width: 95.8333333333%
    }

    .row.xxlarge-24>.column {
        width: 100%
    }
}

.row.center {
    justify-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.row.right {
    justify-items: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.col {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.col.column-0 {
    width: 0
}

.col.column-1 {
    width: 4.1666666667%
}

.col.column-2 {
    width: 8.3333333333%
}

.col.column-3 {
    width: 12.5%
}

.col.column-4 {
    width: 16.6666666667%
}

.col.column-5 {
    width: 20.8333333333%
}

.col.column-6 {
    width: 25%
}

.col.column-7 {
    width: 29.1666666667%
}

.col.column-8 {
    width: 33.3333333333%
}

.col.column-9 {
    width: 37.5%
}

.col.column-10 {
    width: 41.6666666667%
}

.col.column-11 {
    width: 45.8333333333%
}

.col.column-12 {
    width: 50%
}

.col.column-13 {
    width: 54.1666666667%
}

.col.column-14 {
    width: 58.3333333333%
}

.col.column-15 {
    width: 62.5%
}

.col.column-16 {
    width: 66.6666666667%
}

.col.column-17 {
    width: 70.8333333333%
}

.col.column-18 {
    width: 75%
}

.col.column-19 {
    width: 79.1666666667%
}

.col.column-20 {
    width: 83.3333333333%
}

.col.column-21 {
    width: 87.5%
}

.col.column-22 {
    width: 91.6666666667%
}

.col.column-23 {
    width: 95.8333333333%
}

.col.column-24 {
    width: 100%
}

@media only screen and (min-width:0px) {
    .col.small-0 .col.small-0 {
        width: 0;
        display: none
    }

    .col.small-full {
        width: 100%
    }

    .col.small-half {
        width: 50%
    }

    .col.small-third {
        width: 33.3333333333%
    }

    .col.small-quarter {
        width: 25%
    }

    .col.small-1 {
        width: 4.1666666667%
    }

    .col.small-2 {
        width: 8.3333333333%
    }

    .col.small-3 {
        width: 12.5%
    }

    .col.small-4 {
        width: 16.6666666667%
    }

    .col.small-5 {
        width: 20.8333333333%
    }

    .col.small-6 {
        width: 25%
    }

    .col.small-7 {
        width: 29.1666666667%
    }

    .col.small-8 {
        width: 33.3333333333%
    }

    .col.small-9 {
        width: 37.5%
    }

    .col.small-10 {
        width: 41.6666666667%
    }

    .col.small-11 {
        width: 45.8333333333%
    }

    .col.small-12 {
        width: 50%
    }

    .col.small-13 {
        width: 54.1666666667%
    }

    .col.small-14 {
        width: 58.3333333333%
    }

    .col.small-15 {
        width: 62.5%
    }

    .col.small-16 {
        width: 66.6666666667%
    }

    .col.small-17 {
        width: 70.8333333333%
    }

    .col.small-18 {
        width: 75%
    }

    .col.small-19 {
        width: 79.1666666667%
    }

    .col.small-20 {
        width: 83.3333333333%
    }

    .col.small-21 {
        width: 87.5%
    }

    .col.small-22 {
        width: 91.6666666667%
    }

    .col.small-23 {
        width: 95.8333333333%
    }

    .col.small-24 {
        width: 100%
    }
}

@media only screen and (min-width:751px) {
    .col.medium-0 .col.medium-0 {
        width: 0;
        display: none
    }

    .col.medium-full {
        width: 100%
    }

    .col.medium-half {
        width: 50%
    }

    .col.medium-third {
        width: 33.3333333333%
    }

    .col.medium-quarter {
        width: 25%
    }

    .col.medium-1 {
        width: 4.1666666667%
    }

    .col.medium-2 {
        width: 8.3333333333%
    }

    .col.medium-3 {
        width: 12.5%
    }

    .col.medium-4 {
        width: 16.6666666667%
    }

    .col.medium-5 {
        width: 20.8333333333%
    }

    .col.medium-6 {
        width: 25%
    }

    .col.medium-7 {
        width: 29.1666666667%
    }

    .col.medium-8 {
        width: 33.3333333333%
    }

    .col.medium-9 {
        width: 37.5%
    }

    .col.medium-10 {
        width: 41.6666666667%
    }

    .col.medium-11 {
        width: 45.8333333333%
    }

    .col.medium-12 {
        width: 50%
    }

    .col.medium-13 {
        width: 54.1666666667%
    }

    .col.medium-14 {
        width: 58.3333333333%
    }

    .col.medium-15 {
        width: 62.5%
    }

    .col.medium-16 {
        width: 66.6666666667%
    }

    .col.medium-17 {
        width: 70.8333333333%
    }

    .col.medium-18 {
        width: 75%
    }

    .col.medium-19 {
        width: 79.1666666667%
    }

    .col.medium-20 {
        width: 83.3333333333%
    }

    .col.medium-21 {
        width: 87.5%
    }

    .col.medium-22 {
        width: 91.6666666667%
    }

    .col.medium-23 {
        width: 95.8333333333%
    }

    .col.medium-24 {
        width: 100%
    }
}

@media only screen and (min-width:961px) {
    .col.large-0 .col.large-0 {
        width: 0;
        display: none
    }

    .col.large-full {
        width: 100%
    }

    .col.large-half {
        width: 50%
    }

    .col.large-third {
        width: 33.3333333333%
    }

    .col.large-quarter {
        width: 25%
    }

    .col.large-1 {
        width: 4.1666666667%
    }

    .col.large-2 {
        width: 8.3333333333%
    }

    .col.large-3 {
        width: 12.5%
    }

    .col.large-4 {
        width: 16.6666666667%
    }

    .col.large-5 {
        width: 20.8333333333%
    }

    .col.large-6 {
        width: 25%
    }

    .col.large-7 {
        width: 29.1666666667%
    }

    .col.large-8 {
        width: 33.3333333333%
    }

    .col.large-9 {
        width: 37.5%
    }

    .col.large-10 {
        width: 41.6666666667%
    }

    .col.large-11 {
        width: 45.8333333333%
    }

    .col.large-12 {
        width: 50%
    }

    .col.large-13 {
        width: 54.1666666667%
    }

    .col.large-14 {
        width: 58.3333333333%
    }

    .col.large-15 {
        width: 62.5%
    }

    .col.large-16 {
        width: 66.6666666667%
    }

    .col.large-17 {
        width: 70.8333333333%
    }

    .col.large-18 {
        width: 75%
    }

    .col.large-19 {
        width: 79.1666666667%
    }

    .col.large-20 {
        width: 83.3333333333%
    }

    .col.large-21 {
        width: 87.5%
    }

    .col.large-22 {
        width: 91.6666666667%
    }

    .col.large-23 {
        width: 95.8333333333%
    }

    .col.large-24 {
        width: 100%
    }
}

@media only screen and (min-width:1281px) {
    .col.xlarge-0 .col.xlarge-0 {
        width: 0;
        display: none
    }

    .col.xlarge-full {
        width: 100%
    }

    .col.xlarge-half {
        width: 50%
    }

    .col.xlarge-third {
        width: 33.3333333333%
    }

    .col.xlarge-quarter {
        width: 25%
    }

    .col.xlarge-1 {
        width: 4.1666666667%
    }

    .col.xlarge-2 {
        width: 8.3333333333%
    }

    .col.xlarge-3 {
        width: 12.5%
    }

    .col.xlarge-4 {
        width: 16.6666666667%
    }

    .col.xlarge-5 {
        width: 20.8333333333%
    }

    .col.xlarge-6 {
        width: 25%
    }

    .col.xlarge-7 {
        width: 29.1666666667%
    }

    .col.xlarge-8 {
        width: 33.3333333333%
    }

    .col.xlarge-9 {
        width: 37.5%
    }

    .col.xlarge-10 {
        width: 41.6666666667%
    }

    .col.xlarge-11 {
        width: 45.8333333333%
    }

    .col.xlarge-12 {
        width: 50%
    }

    .col.xlarge-13 {
        width: 54.1666666667%
    }

    .col.xlarge-14 {
        width: 58.3333333333%
    }

    .col.xlarge-15 {
        width: 62.5%
    }

    .col.xlarge-16 {
        width: 66.6666666667%
    }

    .col.xlarge-17 {
        width: 70.8333333333%
    }

    .col.xlarge-18 {
        width: 75%
    }

    .col.xlarge-19 {
        width: 79.1666666667%
    }

    .col.xlarge-20 {
        width: 83.3333333333%
    }

    .col.xlarge-21 {
        width: 87.5%
    }

    .col.xlarge-22 {
        width: 91.6666666667%
    }

    .col.xlarge-23 {
        width: 95.8333333333%
    }

    .col.xlarge-24 {
        width: 100%
    }
}

.col.full {
    width: 100%
}

.col.half {
    width: 50%
}

.col.third {
    width: 33.3333333333%
}

.col.quarter {
    width: 25%
}

@media only screen and (min-width:1921px) {
    .col.xxlarge-0 .col.xxlarge-0 {
        width: 0;
        display: none
    }

    .col.xxlarge-full {
        width: 100%
    }

    .col.xxlarge-half {
        width: 50%
    }

    .col.xxlarge-third {
        width: 33.3333333333%
    }

    .col.xxlarge-quarter {
        width: 25%
    }

    .col.xxlarge-1 {
        width: 4.1666666667%
    }

    .col.xxlarge-2 {
        width: 8.3333333333%
    }

    .col.xxlarge-3 {
        width: 12.5%
    }

    .col.xxlarge-4 {
        width: 16.6666666667%
    }

    .col.xxlarge-5 {
        width: 20.8333333333%
    }

    .col.xxlarge-6 {
        width: 25%
    }

    .col.xxlarge-7 {
        width: 29.1666666667%
    }

    .col.xxlarge-8 {
        width: 33.3333333333%
    }

    .col.xxlarge-9 {
        width: 37.5%
    }

    .col.xxlarge-10 {
        width: 41.6666666667%
    }

    .col.xxlarge-11 {
        width: 45.8333333333%
    }

    .col.xxlarge-12 {
        width: 50%
    }

    .col.xxlarge-13 {
        width: 54.1666666667%
    }

    .col.xxlarge-14 {
        width: 58.3333333333%
    }

    .col.xxlarge-15 {
        width: 62.5%
    }

    .col.xxlarge-16 {
        width: 66.6666666667%
    }

    .col.xxlarge-17 {
        width: 70.8333333333%
    }

    .col.xxlarge-18 {
        width: 75%
    }

    .col.xxlarge-19 {
        width: 79.1666666667%
    }

    .col.xxlarge-20 {
        width: 83.3333333333%
    }

    .col.xxlarge-21 {
        width: 87.5%
    }

    .col.xxlarge-22 {
        width: 91.6666666667%
    }

    .col.xxlarge-23 {
        width: 95.8333333333%
    }

    .col.xxlarge-24 {
        width: 100%
    }
}

.padding-01 {
    padding: 4.1666666667vw
}

.padding-top-01 {
    padding-top: 4.1666666667vw
}

.padding-left-01 {
    padding-left: 4.1666666667vw
}

.padding-bottom-01,
.padding-right-01 {
    padding-right: 4.1666666667vw
}

.margin-01 {
    margin: 4.1666666667vw
}

.margin-top-01 {
    margin-top: 4.1666666667vw
}

.margin-left-01 {
    margin-left: 4.1666666667vw
}

.margin-bottom-01,
.margin-right-01 {
    margin-right: 4.1666666667vw
}

.top-01 {
    top: 4.1666666667vw
}

.left-01 {
    left: 4.1666666667vw
}

.right-01 {
    right: 4.1666666667vw
}

.bottom-01 {
    bottom: 4.1666666667vw
}

.max-width-01,
.min-width-01,
.width-01 {
    width: 4.1666666667vw
}

.height-01,
.min-height-01 {
    height: 4.1666666667vw
}

.padding-02 {
    padding: 8.3333333333vw
}

.padding-top-02 {
    padding-top: 8.3333333333vw
}

.padding-left-02 {
    padding-left: 8.3333333333vw
}

.padding-bottom-02,
.padding-right-02 {
    padding-right: 8.3333333333vw
}

.margin-02 {
    margin: 8.3333333333vw
}

.margin-top-02 {
    margin-top: 8.3333333333vw
}

.margin-left-02 {
    margin-left: 8.3333333333vw
}

.margin-bottom-02,
.margin-right-02 {
    margin-right: 8.3333333333vw
}

.top-02 {
    top: 8.3333333333vw
}

.left-02 {
    left: 8.3333333333vw
}

.right-02 {
    right: 8.3333333333vw
}

.bottom-02 {
    bottom: 8.3333333333vw
}

.max-width-02,
.min-width-02,
.width-02 {
    width: 8.3333333333vw
}

.height-02,
.min-height-02 {
    height: 8.3333333333vw
}

.padding-03 {
    padding: 12.5vw
}

.padding-top-03 {
    padding-top: 12.5vw
}

.padding-left-03 {
    padding-left: 12.5vw
}

.padding-bottom-03,
.padding-right-03 {
    padding-right: 12.5vw
}

.margin-03 {
    margin: 12.5vw
}

.margin-top-03 {
    margin-top: 12.5vw
}

.margin-left-03 {
    margin-left: 12.5vw
}

.margin-bottom-03,
.margin-right-03 {
    margin-right: 12.5vw
}

.top-03 {
    top: 12.5vw
}

.left-03 {
    left: 12.5vw
}

.right-03 {
    right: 12.5vw
}

.bottom-03 {
    bottom: 12.5vw
}

.max-width-03,
.min-width-03,
.width-03 {
    width: 12.5vw
}

.height-03,
.min-height-03 {
    height: 12.5vw
}

.padding-04 {
    padding: 16.6666666667vw
}

.padding-top-04 {
    padding-top: 16.6666666667vw
}

.padding-left-04 {
    padding-left: 16.6666666667vw
}

.padding-bottom-04,
.padding-right-04 {
    padding-right: 16.6666666667vw
}

.margin-04 {
    margin: 16.6666666667vw
}

.margin-top-04 {
    margin-top: 16.6666666667vw
}

.margin-left-04 {
    margin-left: 16.6666666667vw
}

.margin-bottom-04,
.margin-right-04 {
    margin-right: 16.6666666667vw
}

.top-04 {
    top: 16.6666666667vw
}

.left-04 {
    left: 16.6666666667vw
}

.right-04 {
    right: 16.6666666667vw
}

.bottom-04 {
    bottom: 16.6666666667vw
}

.max-width-04,
.min-width-04,
.width-04 {
    width: 16.6666666667vw
}

.height-04,
.min-height-04 {
    height: 16.6666666667vw
}

.padding-05 {
    padding: 20.8333333333vw
}

.padding-top-05 {
    padding-top: 20.8333333333vw
}

.padding-left-05 {
    padding-left: 20.8333333333vw
}

.padding-bottom-05,
.padding-right-05 {
    padding-right: 20.8333333333vw
}

.margin-05 {
    margin: 20.8333333333vw
}

.margin-top-05 {
    margin-top: 20.8333333333vw
}

.margin-left-05 {
    margin-left: 20.8333333333vw
}

.margin-bottom-05,
.margin-right-05 {
    margin-right: 20.8333333333vw
}

.top-05 {
    top: 20.8333333333vw
}

.left-05 {
    left: 20.8333333333vw
}

.right-05 {
    right: 20.8333333333vw
}

.bottom-05 {
    bottom: 20.8333333333vw
}

.max-width-05,
.min-width-05,
.width-05 {
    width: 20.8333333333vw
}

.height-05,
.min-height-05 {
    height: 20.8333333333vw
}

.padding-06 {
    padding: 25vw
}

.padding-top-06 {
    padding-top: 25vw
}

.padding-left-06 {
    padding-left: 25vw
}

.padding-bottom-06,
.padding-right-06 {
    padding-right: 25vw
}

.margin-06 {
    margin: 25vw
}

.margin-top-06 {
    margin-top: 25vw
}

.margin-left-06 {
    margin-left: 25vw
}

.margin-bottom-06,
.margin-right-06 {
    margin-right: 25vw
}

.top-06 {
    top: 25vw
}

.left-06 {
    left: 25vw
}

.right-06 {
    right: 25vw
}

.bottom-06 {
    bottom: 25vw
}

.max-width-06,
.min-width-06,
.width-06 {
    width: 25vw
}

.height-06,
.min-height-06 {
    height: 25vw
}

.padding-07 {
    padding: 29.1666666667vw
}

.padding-top-07 {
    padding-top: 29.1666666667vw
}

.padding-left-07 {
    padding-left: 29.1666666667vw
}

.padding-bottom-07,
.padding-right-07 {
    padding-right: 29.1666666667vw
}

.margin-07 {
    margin: 29.1666666667vw
}

.margin-top-07 {
    margin-top: 29.1666666667vw
}

.margin-left-07 {
    margin-left: 29.1666666667vw
}

.margin-bottom-07,
.margin-right-07 {
    margin-right: 29.1666666667vw
}

.top-07 {
    top: 29.1666666667vw
}

.left-07 {
    left: 29.1666666667vw
}

.right-07 {
    right: 29.1666666667vw
}

.bottom-07 {
    bottom: 29.1666666667vw
}

.max-width-07,
.min-width-07,
.width-07 {
    width: 29.1666666667vw
}

.height-07,
.min-height-07 {
    height: 29.1666666667vw
}

.padding-08 {
    padding: 33.3333333333vw
}

.padding-top-08 {
    padding-top: 33.3333333333vw
}

.padding-left-08 {
    padding-left: 33.3333333333vw
}

.padding-bottom-08,
.padding-right-08 {
    padding-right: 33.3333333333vw
}

.margin-08 {
    margin: 33.3333333333vw
}

.margin-top-08 {
    margin-top: 33.3333333333vw
}

.margin-left-08 {
    margin-left: 33.3333333333vw
}

.margin-bottom-08,
.margin-right-08 {
    margin-right: 33.3333333333vw
}

.top-08 {
    top: 33.3333333333vw
}

.left-08 {
    left: 33.3333333333vw
}

.right-08 {
    right: 33.3333333333vw
}

.bottom-08 {
    bottom: 33.3333333333vw
}

.max-width-08,
.min-width-08,
.width-08 {
    width: 33.3333333333vw
}

.height-08,
.min-height-08 {
    height: 33.3333333333vw
}

.padding-09 {
    padding: 37.5vw
}

.padding-top-09 {
    padding-top: 37.5vw
}

.padding-left-09 {
    padding-left: 37.5vw
}

.padding-bottom-09,
.padding-right-09 {
    padding-right: 37.5vw
}

.margin-09 {
    margin: 37.5vw
}

.margin-top-09 {
    margin-top: 37.5vw
}

.margin-left-09 {
    margin-left: 37.5vw
}

.margin-bottom-09,
.margin-right-09 {
    margin-right: 37.5vw
}

.top-09 {
    top: 37.5vw
}

.left-09 {
    left: 37.5vw
}

.right-09 {
    right: 37.5vw
}

.bottom-09 {
    bottom: 37.5vw
}

.max-width-09,
.min-width-09,
.width-09 {
    width: 37.5vw
}

.height-09,
.min-height-09 {
    height: 37.5vw
}

.padding-10 {
    padding: 41.6666666667vw
}

.padding-top-10 {
    padding-top: 41.6666666667vw
}

.padding-left-10 {
    padding-left: 41.6666666667vw
}

.padding-bottom-10,
.padding-right-10 {
    padding-right: 41.6666666667vw
}

.margin-10 {
    margin: 41.6666666667vw
}

.margin-top-10 {
    margin-top: 41.6666666667vw
}

.margin-left-10 {
    margin-left: 41.6666666667vw
}

.margin-bottom-10,
.margin-right-10 {
    margin-right: 41.6666666667vw
}

.top-10 {
    top: 41.6666666667vw
}

.left-10 {
    left: 41.6666666667vw
}

.right-10 {
    right: 41.6666666667vw
}

.bottom-10 {
    bottom: 41.6666666667vw
}

.max-width-10,
.min-width-10,
.width-10 {
    width: 41.6666666667vw
}

.height-10,
.min-height-10 {
    height: 41.6666666667vw
}

.padding-11 {
    padding: 45.8333333333vw
}

.padding-top-11 {
    padding-top: 45.8333333333vw
}

.padding-left-11 {
    padding-left: 45.8333333333vw
}

.padding-bottom-11,
.padding-right-11 {
    padding-right: 45.8333333333vw
}

.margin-11 {
    margin: 45.8333333333vw
}

.margin-top-11 {
    margin-top: 45.8333333333vw
}

.margin-left-11 {
    margin-left: 45.8333333333vw
}

.margin-bottom-11,
.margin-right-11 {
    margin-right: 45.8333333333vw
}

.top-11 {
    top: 45.8333333333vw
}

.left-11 {
    left: 45.8333333333vw
}

.right-11 {
    right: 45.8333333333vw
}

.bottom-11 {
    bottom: 45.8333333333vw
}

.max-width-11,
.min-width-11,
.width-11 {
    width: 45.8333333333vw
}

.height-11,
.min-height-11 {
    height: 45.8333333333vw
}

.padding-12 {
    padding: 50vw
}

.padding-top-12 {
    padding-top: 50vw
}

.padding-left-12 {
    padding-left: 50vw
}

.padding-bottom-12,
.padding-right-12 {
    padding-right: 50vw
}

.margin-12 {
    margin: 50vw
}

.margin-top-12 {
    margin-top: 50vw
}

.margin-left-12 {
    margin-left: 50vw
}

.margin-bottom-12,
.margin-right-12 {
    margin-right: 50vw
}

.top-12 {
    top: 50vw
}

.left-12 {
    left: 50vw
}

.right-12 {
    right: 50vw
}

.bottom-12 {
    bottom: 50vw
}

.max-width-12,
.min-width-12,
.width-12 {
    width: 50vw
}

.height-12,
.min-height-12 {
    height: 50vw
}

.padding-13 {
    padding: 54.1666666667vw
}

.padding-top-13 {
    padding-top: 54.1666666667vw
}

.padding-left-13 {
    padding-left: 54.1666666667vw
}

.padding-bottom-13,
.padding-right-13 {
    padding-right: 54.1666666667vw
}

.margin-13 {
    margin: 54.1666666667vw
}

.margin-top-13 {
    margin-top: 54.1666666667vw
}

.margin-left-13 {
    margin-left: 54.1666666667vw
}

.margin-bottom-13,
.margin-right-13 {
    margin-right: 54.1666666667vw
}

.top-13 {
    top: 54.1666666667vw
}

.left-13 {
    left: 54.1666666667vw
}

.right-13 {
    right: 54.1666666667vw
}

.bottom-13 {
    bottom: 54.1666666667vw
}

.max-width-13,
.min-width-13,
.width-13 {
    width: 54.1666666667vw
}

.height-13,
.min-height-13 {
    height: 54.1666666667vw
}

.padding-14 {
    padding: 58.3333333333vw
}

.padding-top-14 {
    padding-top: 58.3333333333vw
}

.padding-left-14 {
    padding-left: 58.3333333333vw
}

.padding-bottom-14,
.padding-right-14 {
    padding-right: 58.3333333333vw
}

.margin-14 {
    margin: 58.3333333333vw
}

.margin-top-14 {
    margin-top: 58.3333333333vw
}

.margin-left-14 {
    margin-left: 58.3333333333vw
}

.margin-bottom-14,
.margin-right-14 {
    margin-right: 58.3333333333vw
}

.top-14 {
    top: 58.3333333333vw
}

.left-14 {
    left: 58.3333333333vw
}

.right-14 {
    right: 58.3333333333vw
}

.bottom-14 {
    bottom: 58.3333333333vw
}

.max-width-14,
.min-width-14,
.width-14 {
    width: 58.3333333333vw
}

.height-14,
.min-height-14 {
    height: 58.3333333333vw
}

.padding-15 {
    padding: 62.5vw
}

.padding-top-15 {
    padding-top: 62.5vw
}

.padding-left-15 {
    padding-left: 62.5vw
}

.padding-bottom-15,
.padding-right-15 {
    padding-right: 62.5vw
}

.margin-15 {
    margin: 62.5vw
}

.margin-top-15 {
    margin-top: 62.5vw
}

.margin-left-15 {
    margin-left: 62.5vw
}

.margin-bottom-15,
.margin-right-15 {
    margin-right: 62.5vw
}

.top-15 {
    top: 62.5vw
}

.left-15 {
    left: 62.5vw
}

.right-15 {
    right: 62.5vw
}

.bottom-15 {
    bottom: 62.5vw
}

.max-width-15,
.min-width-15,
.width-15 {
    width: 62.5vw
}

.height-15,
.min-height-15 {
    height: 62.5vw
}

.padding-16 {
    padding: 66.6666666667vw
}

.padding-top-16 {
    padding-top: 66.6666666667vw
}

.padding-left-16 {
    padding-left: 66.6666666667vw
}

.padding-bottom-16,
.padding-right-16 {
    padding-right: 66.6666666667vw
}

.margin-16 {
    margin: 66.6666666667vw
}

.margin-top-16 {
    margin-top: 66.6666666667vw
}

.margin-left-16 {
    margin-left: 66.6666666667vw
}

.margin-bottom-16,
.margin-right-16 {
    margin-right: 66.6666666667vw
}

.top-16 {
    top: 66.6666666667vw
}

.left-16 {
    left: 66.6666666667vw
}

.right-16 {
    right: 66.6666666667vw
}

.bottom-16 {
    bottom: 66.6666666667vw
}

.max-width-16,
.min-width-16,
.width-16 {
    width: 66.6666666667vw
}

.height-16,
.min-height-16 {
    height: 66.6666666667vw
}

.padding-17 {
    padding: 70.8333333333vw
}

.padding-top-17 {
    padding-top: 70.8333333333vw
}

.padding-left-17 {
    padding-left: 70.8333333333vw
}

.padding-bottom-17,
.padding-right-17 {
    padding-right: 70.8333333333vw
}

.margin-17 {
    margin: 70.8333333333vw
}

.margin-top-17 {
    margin-top: 70.8333333333vw
}

.margin-left-17 {
    margin-left: 70.8333333333vw
}

.margin-bottom-17,
.margin-right-17 {
    margin-right: 70.8333333333vw
}

.top-17 {
    top: 70.8333333333vw
}

.left-17 {
    left: 70.8333333333vw
}

.right-17 {
    right: 70.8333333333vw
}

.bottom-17 {
    bottom: 70.8333333333vw
}

.max-width-17,
.min-width-17,
.width-17 {
    width: 70.8333333333vw
}

.height-17,
.min-height-17 {
    height: 70.8333333333vw
}

.padding-18 {
    padding: 75vw
}

.padding-top-18 {
    padding-top: 75vw
}

.padding-left-18 {
    padding-left: 75vw
}

.padding-bottom-18,
.padding-right-18 {
    padding-right: 75vw
}

.margin-18 {
    margin: 75vw
}

.margin-top-18 {
    margin-top: 75vw
}

.margin-left-18 {
    margin-left: 75vw
}

.margin-bottom-18,
.margin-right-18 {
    margin-right: 75vw
}

.top-18 {
    top: 75vw
}

.left-18 {
    left: 75vw
}

.right-18 {
    right: 75vw
}

.bottom-18 {
    bottom: 75vw
}

.max-width-18,
.min-width-18,
.width-18 {
    width: 75vw
}

.height-18,
.min-height-18 {
    height: 75vw
}

.padding-19 {
    padding: 79.1666666667vw
}

.padding-top-19 {
    padding-top: 79.1666666667vw
}

.padding-left-19 {
    padding-left: 79.1666666667vw
}

.padding-bottom-19,
.padding-right-19 {
    padding-right: 79.1666666667vw
}

.margin-19 {
    margin: 79.1666666667vw
}

.margin-top-19 {
    margin-top: 79.1666666667vw
}

.margin-left-19 {
    margin-left: 79.1666666667vw
}

.margin-bottom-19,
.margin-right-19 {
    margin-right: 79.1666666667vw
}

.top-19 {
    top: 79.1666666667vw
}

.left-19 {
    left: 79.1666666667vw
}

.right-19 {
    right: 79.1666666667vw
}

.bottom-19 {
    bottom: 79.1666666667vw
}

.max-width-19,
.min-width-19,
.width-19 {
    width: 79.1666666667vw
}

.height-19,
.min-height-19 {
    height: 79.1666666667vw
}

.padding-20 {
    padding: 83.3333333333vw
}

.padding-top-20 {
    padding-top: 83.3333333333vw
}

.padding-left-20 {
    padding-left: 83.3333333333vw
}

.padding-bottom-20,
.padding-right-20 {
    padding-right: 83.3333333333vw
}

.margin-20 {
    margin: 83.3333333333vw
}

.margin-top-20 {
    margin-top: 83.3333333333vw
}

.margin-left-20 {
    margin-left: 83.3333333333vw
}

.margin-bottom-20,
.margin-right-20 {
    margin-right: 83.3333333333vw
}

.top-20 {
    top: 83.3333333333vw
}

.left-20 {
    left: 83.3333333333vw
}

.right-20 {
    right: 83.3333333333vw
}

.bottom-20 {
    bottom: 83.3333333333vw
}

.max-width-20,
.min-width-20,
.width-20 {
    width: 83.3333333333vw
}

.height-20,
.min-height-20 {
    height: 83.3333333333vw
}

.padding-21 {
    padding: 87.5vw
}

.padding-top-21 {
    padding-top: 87.5vw
}

.padding-left-21 {
    padding-left: 87.5vw
}

.padding-bottom-21,
.padding-right-21 {
    padding-right: 87.5vw
}

.margin-21 {
    margin: 87.5vw
}

.margin-top-21 {
    margin-top: 87.5vw
}

.margin-left-21 {
    margin-left: 87.5vw
}

.margin-bottom-21,
.margin-right-21 {
    margin-right: 87.5vw
}

.top-21 {
    top: 87.5vw
}

.left-21 {
    left: 87.5vw
}

.right-21 {
    right: 87.5vw
}

.bottom-21 {
    bottom: 87.5vw
}

.max-width-21,
.min-width-21,
.width-21 {
    width: 87.5vw
}

.height-21,
.min-height-21 {
    height: 87.5vw
}

.padding-22 {
    padding: 91.6666666667vw
}

.padding-top-22 {
    padding-top: 91.6666666667vw
}

.padding-left-22 {
    padding-left: 91.6666666667vw
}

.padding-bottom-22,
.padding-right-22 {
    padding-right: 91.6666666667vw
}

.margin-22 {
    margin: 91.6666666667vw
}

.margin-top-22 {
    margin-top: 91.6666666667vw
}

.margin-left-22 {
    margin-left: 91.6666666667vw
}

.margin-bottom-22,
.margin-right-22 {
    margin-right: 91.6666666667vw
}

.top-22 {
    top: 91.6666666667vw
}

.left-22 {
    left: 91.6666666667vw
}

.right-22 {
    right: 91.6666666667vw
}

.bottom-22 {
    bottom: 91.6666666667vw
}

.max-width-22,
.min-width-22,
.width-22 {
    width: 91.6666666667vw
}

.height-22,
.min-height-22 {
    height: 91.6666666667vw
}

.padding-23 {
    padding: 95.8333333333vw
}

.padding-top-23 {
    padding-top: 95.8333333333vw
}

.padding-left-23 {
    padding-left: 95.8333333333vw
}

.padding-bottom-23,
.padding-right-23 {
    padding-right: 95.8333333333vw
}

.margin-23 {
    margin: 95.8333333333vw
}

.margin-top-23 {
    margin-top: 95.8333333333vw
}

.margin-left-23 {
    margin-left: 95.8333333333vw
}

.margin-bottom-23,
.margin-right-23 {
    margin-right: 95.8333333333vw
}

.top-23 {
    top: 95.8333333333vw
}

.left-23 {
    left: 95.8333333333vw
}

.right-23 {
    right: 95.8333333333vw
}

.bottom-23 {
    bottom: 95.8333333333vw
}

.max-width-23,
.min-width-23,
.width-23 {
    width: 95.8333333333vw
}

.height-23,
.min-height-23 {
    height: 95.8333333333vw
}

.padding-24 {
    padding: 100vw
}

.padding-top-24 {
    padding-top: 100vw
}

.padding-left-24 {
    padding-left: 100vw
}

.padding-bottom-24,
.padding-right-24 {
    padding-right: 100vw
}

.margin-24 {
    margin: 100vw
}

.margin-top-24 {
    margin-top: 100vw
}

.margin-left-24 {
    margin-left: 100vw
}

.margin-bottom-24,
.margin-right-24 {
    margin-right: 100vw
}

.top-24 {
    top: 100vw
}

.left-24 {
    left: 100vw
}

.right-24 {
    right: 100vw
}

.bottom-24 {
    bottom: 100vw
}

.max-width-24,
.min-width-24,
.width-24 {
    width: 100vw
}

.height-24,
.min-height-24 {
    height: 100vw
}

@media only screen and (min-width:960px) and (max-width:9999px) {
    .hide-for-large-up {
        display: none
    }
}

@media only screen and (min-width:960px) and (max-width:1280px) {
    .hide-for-large-only {
        display: none
    }
}

@media only screen and (min-width:750px) and (max-width:9999px) {
    .hide-for-medium-up {
        display: none
    }
}

@media only screen and (min-width:750px) and (max-width:960px) {
    .hide-for-medium-only {
        display: none
    }
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .hide-for-small {
        display: none
    }
}

@media only screen and (min-width:750px) and (max-width:9999px) {
    .show-for-small-only {
        display: none
    }
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .show-for-medium-only {
        display: none
    }
}

@media only screen and (min-width:960px) and (max-width:9999px) {
    .show-for-medium-only {
        display: none
    }
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .show-for-large-only {
        display: none
    }
}

@media only screen and (min-width:1280px) and (max-width:9999px) {
    .show-for-large-only {
        display: none
    }
}

.heading-font-family {
    font-family: montserrat, serif
}

.body-font-family {
    font-family: montserrat, sans-serif;
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: montserrat, serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left
}

h1.sub,
h2.sub,
h3.sub,
h4.sub,
h5.sub,
h6.sub {
    font-weight: 300
}

h1 {
    font-size: 72px;
    line-height: 1.25
}

@media only screen and (min-width:0px) and (max-width:750px) {
    h1 {
        font-size: 2.625rem
    }
}

h2 {
    font-size: 2rem;
    line-height: 1.25
}

@media only screen and (min-width:0px) and (max-width:750px) {
    h2 {
        font-size: 24px
    }
}

h3 {
    font-size: 1.875rem
}

h3,
h4 {
    line-height: 1.25
}

.titre-histoire {
    font-size: 1.875rem;
    line-height: 1.25
}

h4 {
    font-size: 1.25rem;
    font-weight: 600
}

h5 {
    font-size: .875rem
}

h5,
h6 {
    line-height: 1.25
}

h6 {
    font-size: .75rem
}

.font-bold,
strong {
    font-weight: 600
}

small {
    font-size: smaller
}

del {
    text-decoration: line-through
}

ins {
    text-decoration: underline
}

sub {
    vertical-align: sub
}

sub,
sup {
    font-size: smaller
}

sup {
    vertical-align: sup
}

p {
    font-family: montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin: 0;
    padding: 0
}

p.text-tiny {
    font-size: .75rem
}

p.text-small {
    font-size: .875rem
}

p.text-regular {
    font-size: 1rem
}

p.text-large {
    font-size: 1.125rem
}

p.text-xlarge {
    font-size: 1.5rem
}

blockquote {
    margin: 0;
    padding: .5rem 1rem
}

h1+h1,
h2+h1,
h3+h1,
h4+h1,
h5+h1,
pre+h1,
span.code p+h1 {
    margin-top: .75rem
}

h1+p,
h1+ul,
h2+p,
h2+ul,
h3+p,
h3+ul,
h4+p,
h4+ul,
h5+p,
h5+ul,
pre+p,
pre+ul,
span.code p+p,
span.code p+ul {
    margin-top: 2rem
}

h1+.row,
h2+.row,
h3+.row,
h4+.row,
h5+.row,
pre+.row,
span.code p+.row {
    margin-top: 1rem
}

h1+h1,
h1+h2,
h1+h3,
h1+h4,
h1+h5,
h2+h1,
h2+h2,
h2+h3,
h2+h4,
h2+h5,
h3+h1,
h3+h2,
h3+h3,
h3+h4,
h3+h5,
h4+h1,
h4+h2,
h4+h3,
h4+h4,
h4+h5,
h5+h1,
h5+h2,
h5+h3,
h5+h4,
h5+h5,
pre+h1,
pre+h2,
pre+h3,
pre+h4,
pre+h5,
span.code p+h1,
span.code p+h2,
span.code p+h3,
span.code p+h4,
span.code p+h5 {
    margin-top: 8px
}

h1+p,
h2+p,
h3+p,
h4+p,
h5+p,
pre+p,
span.code p+p {
    margin-top: 1rem
}

pre+h1,
pre+h2,
pre+h3,
pre+h4,
pre+h5,
span.code+h1,
span.code+h2,
span.code+h3,
span.code+h4,
span.code+h5 {
    margin-top: 2rem
}

p+p {
    margin-top: .5rem
}

p[true*=" button"],
p[true^=button] {
    margin-top: 2rem
}

p+table,
p+ul {
    margin-top: 1rem
}

h1+p,
h2+p,
h3+p,
h4+p,
h5+p {
    margin-top: 1.0416666667vw
}

h1+table,
h2+table,
h3+table,
h4+table,
h5+table {
    margin-top: 1rem
}

h2+h5,
h3+h5,
h4+h5 {
    margin-top: .8333333333vw
}

table+h1,
table+h2,
table+h3,
table+h4,
table+h5,
table+p {
    margin-top: 2rem
}

blockquote+h1,
blockquote+h2,
blockquote+h3,
blockquote+h4,
blockquote+h5,
blockquote+p {
    margin-top: 1rem
}

blockquote+h1,
blockquote+h2,
blockquote+h3,
blockquote+h4,
blockquote+h5,
blockquote+p,
ul+h1,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+p {
    margin-top: 2rem
}

div+h1,
div+h2,
div+h3,
div+h4,
div+h5,
div+table,
p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+table {
    margin-top: 2.0833333333vw
}

@font-face {
    font-family: def;
    src: url(../fonts/def.eot?#iefix) format("embedded-opentype"), url(../fonts/def.woff) format("woff"), url(../fonts/def.ttf) format("truetype"), url(../fonts/def.svg#def) format("svg");
    font-weight: 400;
    font-style: normal
}

a.icon.agriculture:before,
a.icon.arrow-bottom:before,
a.icon.arrow-left:before,
a.icon.arrow-right:before,
a.icon.arrow-top:before,
a.icon.artisan:before,
a.icon.association:before,
a.icon.automobile:before,
a.icon.batiment:before,
a.icon.close-s:before,
a.icon.close:before,
a.icon.commercant:before,
a.icon.distribution:before,
a.icon.go-back:before,
a.icon.go-down:before,
a.icon.go-next:before,
a.icon.go-up:before,
a.icon.industrie:before,
a.icon.marker:before,
a.icon.quote:before,
a.icon.sante:before,
a.icon.syndicat:before,
a.icon.zoom-in:before,
a.icon.zoom-out:before,
a.icon.zoom:before,
li.icon.agriculture a:before,
li.icon.arrow-bottom a:before,
li.icon.arrow-left a:before,
li.icon.arrow-right a:before,
li.icon.arrow-top a:before,
li.icon.artisan a:before,
li.icon.association a:before,
li.icon.automobile a:before,
li.icon.batiment a:before,
li.icon.close-s a:before,
li.icon.close a:before,
li.icon.commercant a:before,
li.icon.distribution a:before,
li.icon.go-back a:before,
li.icon.go-down a:before,
li.icon.go-next a:before,
li.icon.go-up a:before,
li.icon.industrie a:before,
li.icon.marker a:before,
li.icon.quote a:before,
li.icon.sante a:before,
li.icon.syndicat a:before,
li.icon.zoom-in a:before,
li.icon.zoom-out a:before,
li.icon.zoom a:before,
span.icon.agriculture:before,
span.icon.arrow-bottom:before,
span.icon.arrow-left:before,
span.icon.arrow-right:before,
span.icon.arrow-top:before,
span.icon.artisan:before,
span.icon.association:before,
span.icon.automobile:before,
span.icon.batiment:before,
span.icon.close-s:before,
span.icon.close:before,
span.icon.commercant:before,
span.icon.distribution:before,
span.icon.go-back:before,
span.icon.go-down:before,
span.icon.go-next:before,
span.icon.go-up:before,
span.icon.industrie:before,
span.icon.marker:before,
span.icon.quote:before,
span.icon.sante:before,
span.icon.syndicat:before,
span.icon.zoom-in:before,
span.icon.zoom-out:before,
span.icon.zoom:before {
    font-family: def, sans-serif
}

a.icon.agriculture:before,
span.icon.agriculture:before {
    content: "󡀁"
}

a.icon.arrow-bottom:before,
span.icon.arrow-bottom:before {
    content: "󡀂"
}

a.icon.arrow-left:before,
span.icon.arrow-left:before {
    content: "󡀃"
}

a.icon.arrow-right:before,
span.icon.arrow-right:before {
    content: "󡀄"
}

a.icon.arrow-top:before,
span.icon.arrow-top:before {
    content: "󡀅"
}

a.icon.artisan:before,
span.icon.artisan:before {
    content: "󡀆"
}

a.icon.association:before,
span.icon.association:before {
    content: "󡀇"
}

a.icon.automobile:before,
span.icon.automobile:before {
    content: "󡀈"
}

a.icon.batiment:before,
span.icon.batiment:before {
    content: "󡀉"
}

a.icon.close-s:before,
span.icon.close-s:before {
    content: "󡀊"
}

a.icon.close:before,
span.icon.close:before {
    content: "󡀋"
}

a.icon.commercant:before,
span.icon.commercant:before {
    content: "󡀌"
}

a.icon.distribution:before,
span.icon.distribution:before {
    content: "󡀍"
}

a.icon.go-back:before,
span.icon.go-back:before {
    content: "󡀎"
}

a.icon.go-down:before,
span.icon.go-down:before {
    content: "󡀏"
}

a.icon.go-next:before,
span.icon.go-next:before {
    content: "󡀐"
}

a.icon.go-up:before,
span.icon.go-up:before {
    content: "󡀑"
}

a.icon.industrie:before,
span.icon.industrie:before {
    content: "󡀒"
}

a.icon.marker:before,
span.icon.marker:before {
    content: "󡀓"
}

a.icon.quote:before,
span.icon.quote:before {
    content: "󡀔"
}

a.icon.sante:before,
span.icon.sante:before {
    content: "󡀕"
}

a.icon.syndicat:before,
span.icon.syndicat:before {
    content: "󡀖"
}

a.icon.zoom-in:before,
span.icon.zoom-in:before {
    content: "󡀗"
}

a.icon.zoom-out:before,
span.icon.zoom-out:before {
    content: "󡀘"
}

a.icon.zoom:before,
span.icon.zoom:before {
    content: "󡀙"
}

li.icon.agriculture a:before {
    content: "󡀁"
}

li.icon.arrow-bottom a:before {
    content: "󡀂"
}

li.icon.arrow-left a:before {
    content: "󡀃"
}

li.icon.arrow-right a:before {
    content: "󡀄"
}

li.icon.arrow-top a:before {
    content: "󡀅"
}

li.icon.artisan a:before {
    content: "󡀆"
}

li.icon.association a:before {
    content: "󡀇"
}

li.icon.automobile a:before {
    content: "󡀈"
}

li.icon.batiment a:before {
    content: "󡀉"
}

li.icon.close-s a:before {
    content: "󡀊"
}

li.icon.close a:before {
    content: "󡀋"
}

li.icon.commercant a:before {
    content: "󡀌"
}

li.icon.distribution a:before {
    content: "󡀍"
}

li.icon.go-back a:before {
    content: "󡀎"
}

li.icon.go-down a:before {
    content: "󡀏"
}

li.icon.go-next a:before {
    content: "󡀐"
}

li.icon.go-up a:before {
    content: "󡀑"
}

li.icon.industrie a:before {
    content: "󡀒"
}

li.icon.marker a:before {
    content: "󡀓"
}

li.icon.quote a:before {
    content: "󡀔"
}

li.icon.sante a:before {
    content: "󡀕"
}

li.icon.syndicat a:before {
    content: "󡀖"
}

li.icon.zoom-in a:before {
    content: "󡀗"
}

li.icon.zoom-out a:before {
    content: "󡀘"
}

li.icon.zoom a:before {
    content: "󡀙"
}

form {
    font-family: montserrat, sans-serif
}

form,
form p+p {
    margin-top: 30px
}

form input,
form textarea {
    font-family: montserrat, sans-serif
}

form input[type=email],
form input[type=tel],
form input[type=text] {
    border: .25px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    font-size: 16px;
    width: 100%
}

form input.wpcf7-submit {
    margin-top: 30px;
    cursor: pointer;
    border: none;
    -webkit-transition: .3s;
    transition: .3s
}

form textarea {
    max-width: 100%;
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border: .25px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wpcf7-response-output.wpcf7-validation-errors {
    background-color: rgba(253, 85, 85, .2);
    border: none;
    padding: 10px 15px;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400
}

.button,
[class*=" button-"],
[class^=button-],
button {
    display: inline-block;
    border-radius: 0;
    padding: 20px 25px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s
}

@media only screen and (min-width:0px) and (max-width:750px) {

    .button,
    [class*=" button-"],
    [class^=button-],
    button {
        font-size: 16px;
        padding: 15px 20px
    }
}

.button-black,
.button-Black {
    background-color: #000;
    color: #fff
}

.button-black:hover,
.button-Black:hover {
    background-color: #0d0d0d;
    color: #fff
}

.button-white,
.button-White,
.button-white:hover,
.button-White:hover {
    background-color: #fff;
    color: #000
}

.button-gray,
.button-Gray {
    background-color: #eee;
    color: #000
}

.button-gray:hover,
.button-Gray:hover {
    background-color: #fbfbfb;
    color: #000
}

.button-green,
.button-Green {
    background-color: #069e84;
    color: #fff
}

.button-green:hover,
.button-Green:hover {
    background-color: #07b799;
    color: #fff
}

.button-blue,
.button-Blue {
    background-color: #5c7abb;
    color: #000
}

.button-blue:hover,
.button-Blue:hover {
    background-color: #6e89c3;
    color: #000
}

.button-orange,
.button-Orange {
    background-color: #f07d00;
    color: #fff
}

.button-orange:hover,
.button-Orange:hover {
    background-color: #ff8a0b;
    color: #000
}

.button-red,
.button-Red {
    background-color: #fd5555;
    color: #000
}

.button-red:hover,
.button-Red:hover {
    background-color: #fd6e6e;
    color: #000
}

#header {
    margin-bottom: 60px
}

#header .header__holder {
    position: relative;
    height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#header .header__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: 50%
}

#page-id-578 #header .header__bg {
    background-position: 50% 26%;
}


#header .header__bg.dijon {
    background-color: rgba(0, 0, 0, .15);
    background-blend-mode: darken
}

#header .header__bg.bottom {
    background-position: bottom
}

#header .header__bg.top {
    background-position: top
}

#header .header__bg.black+h1 {
    color: #000
}

#header .header__bg.white+h1 {
    color: #fff
}

#header h1 {
    position: relative;
    z-index: 1;
    color: #fff;
    margin: 0 0 30px;
    text-transform: uppercase;
    text-align: center
}

.fil-arianne {
    position: absolute;
    top: 298px;
    text-align: center;
    background: rgba(255, 255, 255, 0.99);
    padding: 2px 19px 2px 9px;
}

.fil-arianne p {
    font-size: 12px;
}

.fil-arianne a {
    font-weight: 600;
    color: #222
}

.home #header {
    margin-bottom: 15px
}

.home #city-name {
    font-size: 28px;
    color: #f07d00;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 60px
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .home #city-name {
        font-size: 21px;
        text-align: center
    }
}

body.page-template-contact #header .header__bg {
    background-position: 100%
}

#footer {
    margin: 120px 4.1666666667vw 0;
    position: relative;
    background-color: #a7a7a6
}


.footer__right {
    float: right;
}

.footer__menu {
    text-align: right;
    float: right;
}

@media only screen and (min-width:0px) and (max-width:750px) {
    #footer {
        margin-top: 60px
    }
}

#footer .lds-letters {
    display: block;
    width: 91.6666666667vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .07;
    overflow: hidden
}

#footer .lds-letters img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 25%
}

#footer .footer__holder {
    padding: 4.1666666667vw;
    color: #fff;
    position: relative;
    z-index: 5
}

#footer .footer__left {
    width: 20.8333333333vw;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (min-width:0px) and (max-width:960px) {
    #footer .footer__left {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-bottom: 45px
    }
}

#footer .footer__left .logo {
    max-width: 220px;
    display: block
}

@media only screen and (min-width:0px) and (max-width:960px) {



    #footer .footer__left .logo {
        width: 100%;
        max-width: 100%
    }

    #footer .footer__left .logo img {
        width: 220px
    }
}

#footer .footer__left h4 {
    margin-bottom: .5em
}

#footer .footer__left h4:not(:first-child) {
    border-top: 0 solid #fff
}

#footer .footer__left a+h4 {
    margin-top: 1.5em
}

#footer .footer__left address {
    font-style: normal;
    position: relative;
    padding-top: 1em
}

@media only screen and (min-width:750px) and (max-width:9999px) {
    #footer .footer__left address:before {
        content: "";
        height: 1px;
        width: 45px;
        background-color: #fff;
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

    #footer .footer__left address+address {
        margin-top: 1em;
        padding-top: 1em
    }

    #footer .footer__left address+a {
        margin-top: 1em;
        display: block
    }
}

@media only screen and (min-width:0px) and (max-width:960px) {
    #footer .footer__left address+a {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        display: block;
        margin-top: 30px
    }
}

#footer .footer__right {
    width: 62.5vw
}

@media only screen and (min-width:0px) and (max-width:960px) {
    #footer .footer__right {
        width: 100%
    }
}

#footer .footer__right .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (min-width:0px) and (max-width:960px) {
    #footer .footer__right .footer__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#footer .footer__right .footer__menu>.footer__menu__item {
    max-width: 16.6666666667vw
}

@media only screen and (min-width:0px) and (max-width:960px) {
    #footer .footer__right .footer__menu>.footer__menu__item {
        max-width: 100%
    }
}

#footer .footer__right .footer__menu>.footer__menu__item:first-child>a {
    white-space: nowrap
}

#footer .footer__right .footer__menu__item>a {
    font-weight: 400;
    font-size: 1.125rem;
    text-transform: uppercase
}

#footer .footer__right .footer__menu__item:last-child>a {
    display: none
}

#footer .footer__right .footer__menu__item:last-child ul {
    margin-top: 0;
    padding-top: 0
}

#footer .footer__right .footer__menu__item:last-child ul:before {
    display: none
}

#footer .footer__right .footer__menu__item:last-child ul li>a {
    font-weight: 400;
    font-size: 1.125rem;
    text-transform: uppercase
}

#footer .footer__right .footer__menu__item+.footer__menu__item {
    margin-top: 0;
    padding-left: 4.1666666667vw
}

@media only screen and (min-width:0px) and (max-width:960px) {
    #footer .footer__right .footer__menu__item+.footer__menu__item {
        padding-left: 0;
        margin-top: 45px
    }
}

#footer .footer__right .footer__menu__sub-menu {
    margin-top: 15px;
    padding-top: 15px;
    position: relative
}

#footer .footer__right .footer__menu__sub-menu:before {
    content: "";
    height: 1px;
    width: 45px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

#footer .footer__right .footer__menu__sub-menu__item {
    display: block;
    font-size: 13px
}

@media only screen and (min-width:0px) and (max-width:960px) {
    #footer .footer__right .footer__menu__sub-menu__item {
        line-height: 1
    }
}

@media only screen and (min-width:0px) and (max-width:750px) {
    #footer ul {
        padding-left: 0
    }
}

#footer ul li {
    background: none;
    padding-left: 0
}

#copyright {
    background-color: #fff;
    padding: 15px 0 40px;
    position: relative;
    z-index: 5
}

#copyright p {
    font-size: 13px;
    font-weight: 300;
    text-align: right
}

@media only screen and (min-width:0px) and (max-width:750px) {
    ul:not(.nav__menu) {
        padding-left: 15px
    }
}

ul:not(.nav__menu) li {
    background: url(../img/list-orange.png) no-repeat 0 0;
    background-size: 10px;
    padding-left: 20px;
    list-style: none
}

ul:not(.nav__menu) li+li {
    margin-top: 16px
}

.content-block {
    position: relative;
    padding-right: 4.1666666667vw
}

.content-block:not(.no-bg):before {
    content: "";
    display: block;
    width: 62.5vw;
    height: calc(100% + 30px);
    background-color: #eee;
    position: absolute;
    right: 4.1666666667vw;
    top: -15px;
    z-index: -1
}

.content-block__title {
    margin-bottom: 18px;
    display: none;
}


.content-block__title span {
    display: inline-block;
    vertical-align: baseline;
    font-size: 4.0625rem;
    color: #5c7abb
}

.content-block__title span+h2 {
    margin-left: 20px
}

.content-block__title h2 {
    display: inline-block;
    vertical-align: baseline
}

.titreh2 {
    display: inline-block;
    vertical-align: baseline;
    font-size: 2rem;
    line-height: 1.25;
}

.content-block__title:after {
    content: "";
    width: 45px;
    height: 1px;
    display: block;
    background-color: #000;
    margin-top: 18px
}

.content-block__inner {
    padding-right: 4.1666666667vw;
    padding-bottom: 30px
}

.content-block+.row {
    margin-top: 90px
}

.has_subitems .content-block__title h2 {
    color: #f07d00;
    font-weight: 300
}

.has_subitems .content-block__title h2 b {
    display: block;
    font-weight: 400
}

.has_subitems .content-block__inner p+ul {
    padding-left: 15px
}

@media only screen and (min-width:750px) and (max-width:9999px) {
    .has_subitems .content-block:nth-child(n+3) {
        margin-top: 45px
    }
}

#burger-menu {
    display: none;
    cursor: pointer
}

@media screen and (max-width:1100px) {
    #burger-menu {
        display: inline-block
    }
}

#burger-menu .label {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.125rem;
    color: #fff;
    -webkit-transition: .4s cubic-bezier(.75, .75, .25, .5);
    transition: .4s cubic-bezier(.75, .75, .25, .5)
}

@media only screen and (min-width:0px) and (max-width:750px) {
    #burger-menu .label {
        color: #000
    }
}

#burger-menu .burger-icon {
    display: inline-block;
    width: 34px;
    height: 26px;
    position: relative;
    vertical-align: middle;
    margin-left: 20px
}

@media only screen and (min-width:0px) and (max-width:750px) {
    #burger-menu .burger-icon {
        margin-left: 10px
    }
}

#burger-menu .burger-icon span {
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #000;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

#burger-menu .burger-icon span:first-child {
    top: 0
}

#burger-menu .burger-icon span:nth-child(2) {
    top: 12px
}

#burger-menu .burger-icon span:nth-child(3) {
    top: 24px
}

@media only screen and (min-width:0px) and (max-width:750px) {
    #burger-menu .burger-icon span {
        background-color: #000
    }
}

#burger-menu.active .burger-icon span:first-child {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg)
}

#burger-menu.active .burger-icon span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

#burger-menu.active .burger-icon span:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg)
}

#nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0 20px
}

#nav ul li {
    background: none;
    padding-left: 0
}

#nav .nav__logo {
    width: 140px
}

#nav .nav__logo img {
    width: 100%;
    display: block
}

#nav .nav__city a {
    text-transform: uppercase
}

#nav .nav__menu__item {
    display: inline-block;
    vertical-align: middle;
    font-family: montserrat, sans-serif;
    font-size: .9375rem;
    font-weight: 400
}

#nav .nav__menu__item a {
    display: block
}

#nav .nav__menu__item+.nav__menu__item {
    margin-left: 20px
}

#nav .nav__menu__item--show-only-mobile {
    display: none
}

#nav .nav__menu__item--active {
    color: #f07d00
}

#nav .nav__menu__item--parent {
    position: relative
}

#nav .nav__menu__item--parent--active {
    color: #f07d00
}

#nav .nav__menu__item--parent:hover .nav__menu__sub-menu {
    max-height: 500px
}

#nav .nav__menu__item:first-child .nav__menu__sub-menu .nav__menu__item--active {
    background-color: transparent
}

#nav .nav__menu__item:first-child .nav__menu__sub-menu .nav__menu__item--active:hover {
    background-color: #eee
}

#nav .nav__menu__sub-menu {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 5;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #fff;
    max-height: 0;
    min-width: 100%;
    overflow: hidden;
    -webkit-transition: max-height .3s;
    transition: max-height .3s
}

#nav .nav__menu__sub-menu .nav__menu__item--active {
    background-color: #eee
}

#nav .nav__menu__sub-menu__item {
    font-size: 14px;
    font-weight: 400;
    color: #5c7abb;
    white-space: nowrap;
    min-width: 100%;
    background-color: #fff;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

#nav .nav__menu__sub-menu__item>a {
    display: block;
    padding: 10px 15px
}

#nav .nav__menu__sub-menu__item:hover {
    background-color: #eee
}

#nav .nav__menu__sub-menu__item+li {
    margin-top: 0
}

@media screen and (max-width:1100px) {
    #nav {
        position: relative;
        z-index: 10
    }

    #nav .nav__city {
        display: none
    }

    #nav .nav__menu {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px 0 transparent;
        box-shadow: 0 0 10px 0 transparent;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: .5s;
        transition: .5s
    }

    #nav .nav__menu__item {
        display: block;
        background-color: #fff;
        z-index: 5
    }

    #nav .nav__menu__item--show-only-mobile {
        display: block
    }

    #nav .nav__menu__item>a {
        font-size: 16px;
        line-height: 2
    }

    #nav .nav__menu__item+.nav__menu__item {
        margin-left: 0
    }

    #nav .nav__menu>.nav__menu__item {
        padding: 10px 15px
    }

    #nav .nav__menu__sub-menu {
        display: none
    }

    #nav #burger-menu.active+.nav__menu {
        max-height: 400px;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
    }
}

.sector__introduction {
    margin-bottom: 60px
}

.sector__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.sector__item {
    width: calc(25% - 18.75px)
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .sector__item {
        width: calc(50% - 25px)
    }
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .sector__item {
        width: 100%
    }
}

.sector__item__icon {
    width: 100%;
    height: 200px;
    background-color: #eee;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.sector__item__icon span {
    font-size: 5.2083333333vw;
    color: #5c7abb;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .sector__item__icon span {
        font-size: 75px
    }
}

.sector__item__icon span.association:before {
    position: relative;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    display: inline-block
}

.sector__item__icon:hover {
    background-color: #5c7abb
}

.sector__item__icon:hover span {
    color: #fff
}

.sector__item h2 {
    margin-top: 14px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #5c7abb;
    text-transform: uppercase
}

.sector__item+.sector__item {
    margin-left: 25px
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .sector__item+.sector__item {
        margin-left: 0;
        margin-top: 25px
    }
}

@media only screen and (min-width:750px) and (max-width:9999px) {
    .sector__item:nth-child(4n+5) {
        margin-left: 0
    }

    .sector__item:nth-child(n+5) {
        margin-top: 30px
    }
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .sector__item:nth-child(2n+3) {
        margin-left: 0
    }

    .sector__item:nth-child(n+3) {
        margin-top: 30px
    }
}

.metier__item {
    position: relative
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .metier__item {
        display: block
    }
}

.metier__item__content__holder {
    padding-top: 0px
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .metier__item__content__holder {
        padding-top: 20px
    }
}

.metier__item__content__holder:before {
    height: 100% !important
}

.metier__item .content-block {
    position: static
}

.metier__item .content-block__title h2 {
    margin-left: 0
}

.metier__item .content-block__inner {
    padding: 0
}

.metier__item__image {
    width: 41.6666666667vw;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .metier__item__image {
        width: 100%
    }
}

.metier__item__content__holder {
    width: 29.1666666667vw
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .metier__item__content__holder {
        width: 100%
    }
}

.metier__item__button {
    margin-top: 30px
}

@media only screen and (min-width:750px) and (max-width:9999px) {
    .metier__item:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .metier__item:nth-child(2n) .metier__item__image {
        padding-left: 2.0833333333vw
    }

    .metier__item:nth-child(2n) .metier__item__content__holder {
        margin-right: 4.1666666667vw
    }

    .double .metier__item:nth-child(2n) .metier__item__content__holder {
        margin-right: 0.167vw;
    }

    .metier__item:nth-child(2n) .content-block:before {
        right: -30px;
        top: -30px
    }

    .metier__item:nth-child(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 50px !important;
    }

    .metier__item:nth-child(odd) .metier__item__image {
        padding-right: 2.0833333333vw
    }

    .double .metier__item:nth-child(2n+1) .metier__item__content__holder {
        margin-left: 0.167vw;
    }

    .metier__item:nth-child(odd) .metier__item__content__holder {
        margin-left: 4.1666666667vw
    }

    .metier__item:first-child .content-block:before,
    .metier__item:nth-child(odd) .content-block:before {
        left: -30px;
        top: -30px
    }
}


/* .nav__menu__item--553 {
    display: none !important;
}

.page-template-ville .nav__menu__item--553,
.page-id-548 .nav__menu__item--553 {
    display: inline-block !important;
}
 */

@media only screen and (min-width:1100px) {
    .nav__menu__item--portail {
        float: right;
        position: absolute;
        right: 32px;
    }
}



.propal-quizz {
    margin: 30px 0px 0px 0px;
}

#rna {
    display: none;
}

#reponse {
    opacity: 0;
    transition: all 0.3s ease;
    margin: 30px 0px 0px 0px;
}

#reponse.visible {
    opacity: 1;
}

#reponse span {
    font-weight: bold;
    color: #333;
    margin: 20px 0px 0px 0px;
    display: inherit;

}

.go-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #f07d00;
    color: #fff;
    padding: 10px;
    font-size: 30px;
    border-radius: 33px;
    line-height: 29px;
    border: 3px solid #fff;
    opacity: 0;
    z-index: 200;
    transition: all 0.3s ease;
}

.opacity {
    opacity: 1;
}

@media screen and (min-width:750px) {
    .metier__item+.metier__item {
        margin-top: 150px;
        margin-right: 100px;
    }

}


@media only screen and (min-width:0px) and (max-width:750px) {
    .metier__item+.metier__item {
        margin-top: 120px
    }
}

.double {
    display: flex;
    flex-direction: row;
}

.double .metier__item__image {
    flex: none;
    width: 29.667vw;
}

.double .content-block:not(.no-bg)::before {
    width: 33vw;
}


.offer__item__title {
    position: relative;
    margin-bottom: 30px
}

.offer__item__title:after {
    content: "";
    width: 45px;
    height: 1px;
    display: block;
    background-color: #000;
    margin-top: 18px
}

.offer__item__title h1,
.offer__item__title h2 {
    color: #f07d00
}

.offer__item__title h1 span,
.offer__item__title h2 span {
    display: block
}

.offer__item__title h1 span.city,
.offer__item__title h2 span.city {
    font-size: 24px;
    font-weight: 300
}

.offer__item__title h1 span.position,
.offer__item__title h2 span.position {
    text-transform: uppercase
}

.offer__item__profil {
    width: 37.5vw;
    padding-right: 4.1666666667vw
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .offer__item__profil {
        width: 100%;
        padding-right: 0
    }
}

.offer__item__details {
    position: relative;
    width: 35.5vw;
    padding: 3.167vw;
    margin-top: 7px;
    background-color: #eee
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .offer__item__details {
        width: calc(100% + 60px);
        padding: 30px;
        margin-top: 20px;
        margin-left: -30px
    }
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .offer__item__details {
        width: 100%;
        margin: 20px 0 0
    }
}

.offer__item__details p {
    font-size: 21px
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .offer__item__details p {
        font-size: 18px
    }
}

.offer__item__details .button__holder {
    position: absolute;
    right: 4.1666666667vw;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.offer__item+.offer__item {
    margin-top: 90px
}

@media (min-width:750px) {
    .lds-slider {
        margin-top: 90px
    }

    .lds-slider .lds-slide {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .lds-slider .lds-slide__title {
        width: 33.3333333333vw;
        cursor: pointer
    }

    .lds-slider .lds-slide__title h2 {
        text-align: right;
        font-size: 1.25rem;
        padding-left: 2.333vw;
        text-transform: uppercase;
        -webkit-transition: color .4s;
        transition: color .4s
    }

    .lds-slider .lds-slide__content {
        position: relative;
        width: 41.6666666667vw;
        margin-left: 4.1666666667vw;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .5s;
        transition: .5s
    }
}

@media only screen and (min-width:750px) and (min-width:0px) and (max-width:960px) {
    .lds-slider .lds-slide__content {
        width: 58.3333333333vw
    }
}

@media (min-width:750px) {
    .lds-slider .lds-slide__content:before {
        content: "";
        width: 5.2083333333vw;
        height: 3px;
        background-color: #f07d00;
        display: block;
        position: absolute;
        left: 0;
        top: 12px;
        z-index: 1;
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: translateX(-50%) scaleX(0);
        transform: translateX(-50%) scaleX(0);
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease
    }

    .lds-slider .lds-slide__content__holder {
        position: absolute;
        top: -30px;
        left: 0;
        width: 100%;
        overflow: hidden
    }

    .lds-slider .lds-slide__content__inner {
        position: absolute;
        top: 30px;
        left: 0;
        -webkit-transform: translateX(-75%);
        transform: translateX(-75%);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        max-width: 29.1666666667vw;
        position: relative;
        padding: 0 0 60px 4.1666666667vw
    }
}

@media only screen and (min-width:750px) and (min-width:0px) and (max-width:960px) {
    .lds-slider .lds-slide__content__inner {
        max-width: 50vw
    }
}

@media (min-width:750px) {
    .lds-slider .lds-slide__content__inner:after {
        content: "";
        width: 33.3333333333vw;
        height: 100%;
        display: block;
        position: absolute;
        background-color: #eee;
        z-index: -1;
        left: 0;
        top: -30px;
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s
    }
}

@media only screen and (min-width:750px) and (min-width:0px) and (max-width:960px) {
    .lds-slider .lds-slide__content__inner:after {
        width: 33.3333333333vw
    }
}

@media (min-width:750px) {
    .lds-slider .lds-slide:last-child .lds-slide__content__holder {
        top: inherit;
        bottom: 0
    }

    .lds-slider .lds-slide.before-last .lds-slide__content__holder {
        top: inherit;
        bottom: 50%;
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }

    .lds-slider .lds-slide+.lds-slide {
        margin-top: 30px
    }

    .lds-slider .lds-slide.active .lds-slide__title h2 {
        color: #f07d00;
        font-weight: 400
    }

    .lds-slider .lds-slide.active .lds-slide__content {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }

    .lds-slider .lds-slide.active .lds-slide__content:before {
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
        -webkit-transform: translateX(-50%) scaleX(1);
        transform: translateX(-50%) scaleX(1)
    }

    .lds-slider .lds-slide.active .lds-slide__content__inner {
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .lds-slider .lds-slide.active .lds-slide__content__inner:after {
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@media (max-width:960px) and (min-width:750px) {
    .lds-slide__title h2 {
        font-style: 18px;
        padding-left: 0
    }

    .lds-slide__content {
        width: 58.3333333333vw
    }

    .lds-slide__content ul {
        max-width: 50vw
    }

    .lds-slide__content ul:after {
        width: 33.3333333333vw
    }
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .lds-slide h2 {
        margin-bottom: 15px;
        color: #f07d00
    }

    .lds-slide ul li {
        list-style: none
    }

    .lds-slide ul li .icon {
        color: #f07d00
    }

    .lds-slide+.lds-slide {
        margin-top: 45px
    }
}

#main .row.history {
    padding: 0 4.1666666667vw
}

@media only screen and (min-width:0px) and (max-width:960px) {
    #main .row.history {
        padding: 0
    }
}

.history-slider__holder {
    position: relative;
    margin-top: 60px;
    max-width: 100%
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .history-slider__holder {
        margin-top: 30px
    }
}

.history-slider__nav__wrapper {
    position: absolute;
    left: 33.3333333333vw;
    top: 30px;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.history-slider__nav__controls .icon {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f07d00;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.history-slider__nav__controls .icon.disable {
    background-color: #eee
}

.history-slider__nav__item {
    cursor: pointer
}

.history-slider__nav .slick-slide {
    font-size: 20px;
    width: auto !important;
    color: rgba(0, 0, 0, .25);
    -webkit-transition: color .3s;
    transition: color .3s
}

.history-slider__nav .slick-slide+.slick-slide {
    padding-left: 30px
}

.history-slider__nav .slick-slide.slick-current {
    color: #000
}

.history-slider__wrapper {
    overflow: hidden
}

.history-slider__wrapper .slick-slide {
    opacity: 0;
    -webkit-transition: .6s cubic-bezier(.75, .75, .25, .5);
    transition: .6s cubic-bezier(.75, .75, .25, .5)
}

.history-slider__wrapper .slick-slide.slick-active {
    opacity: 1
}

.history-slider__item__date {
    width: 29.1666666667vw;
    position: relative;
    z-index: 0;
    background-color: #f07d00;
    padding: 2.0833333333vw 4.1666666667vw;
    text-align: center
}

.history-slider__item__date .date {
    color: #fff;
    font-size: 8.3333333333vw;
    line-height: 1
}

.history-slider__item__date p {
    margin-top: 0;
    color: #000;
    font-size: 1.25rem
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .history-slider__item__date p {
        display: none
    }
}

.history-slider__item__content {
    position: relative;
    z-index: 1;
    margin-top: -4.1666666667vw;
    width: 54.1666666667vw;
    padding: 4.1666666667vw;
    background-color: #eee;
    margin-left: 25vw
}

.history-slider__item__content .content-block__inner {
    padding: 0
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .history-slider__nav__wrapper {
        display: block;
        top: 0
    }

    .history-slider__nav__controls {
        margin-bottom: 10px
    }

    .history-slider__item__content {
        margin-top: 0;
        margin-left: 8.3333333333vw;
        width: 75vw
    }
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .history-slider__item__content {
        margin-top: 0;
        margin-left: 0;
        width: 100%
    }

    .history-slider__nav.slick-slider {
        display: none
    }
}

.values-slider {
    position: relative
}

.values-slider__holder {
    margin-top: 30px;
    max-width: 100%;
    width: 100%
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .values-slider__holder {
        position: relative
    }
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .values-slider__holder {
        margin-top: 45px
    }
}

.values-slider__nav {
    max-width: 37.5vw;
    overflow: hidden
}

.values-slider__nav__item {
    cursor: pointer
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .values-slider__nav {
        max-width: 66.6666666667vw
    }
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .values-slider__nav {
        max-width: 100%;
        padding: 0 75px
    }
}

.values-slider__nav__wrapper {
    max-width: 37.5vw
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .values-slider__nav__wrapper {
        max-width: 66.6666666667vw;
        margin-left: 16.6666666667vw
    }
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .values-slider__nav__wrapper {
        margin-left: 0;
        max-width: 100%
    }
}

.values-slider__nav__wrapper .icon {
    display: inline-block;
    padding: 15px 30px;
    background-color: #eee;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .values-slider__nav__wrapper .icon {
        padding: 10px 20px
    }
}

.values-slider__nav__wrapper .icon.disable {
    opacity: 0
}

.values-slider__nav__wrapper .icon.go-back {
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    z-index: 2
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .values-slider__nav__wrapper .icon.go-back {
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.values-slider__nav__wrapper .icon.go-next {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.values-slider__nav .slick-list {
    padding: 0 !important
}

.values-slider__nav .slick-slide {
    width: auto !important;
    -webkit-transition: .3s;
    transition: .3s
}

.values-slider__nav .slick-slide.slick-current {
    color: #f07d00;
    font-weight: 600
}

.values-slider__nav .slick-slide+.slick-slide {
    padding-left: 30px
}

.values-slider .info {
    position: absolute;
    top: 0;
    right: 45px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    z-index: 2;
    color: #f07d00
}

.values-slider .info span {
    color: #000
}

.values-slider__wrapper {
    width: 37.5vw;
    position: absolute !important;
    top: 0;
    right: 10.4166666667vw;
    overflow: hidden;
    z-index: 1
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .values-slider__wrapper {
        position: relative !important;
        right: 0;
        width: 66.6666666667vw;
        margin: 45px auto 0
    }
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .values-slider__wrapper {
        width: 100%
    }
}

.values-slider__wrapper .slick-slide {
    max-width: 100%
}

.values-slider__item {
    background-color: #f07d00;
    padding: 4.1666666667vw
}

.values-slider__item p {
    font-size: 32px;
    line-height: 1.2;
    color: #fff
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .values-slider__item p {
        font-size: 21px
    }
}

.values-slider__item .quote {
    color: hsla(0, 0%, 100%, .25);
    font-size: 45px
}

.values-slider__item .quote:last-child {
    -webkit-transform: scale(-1);
    transform: scale(-1);
    float: right
}

.single #header h1 {
    color: #000
}

@media (min-width:750px) {
    .industry_mission {
        margin-top: 90px
    }

    .industry_mission__title {
        color: #f07d00;
        margin-bottom: 45px
    }
}

@media (max-width:960px) and (min-width:750px) {
    .industry_mission__item__title h2 {
        font-style: 18px;
        padding-left: 0
    }

    .industry_mission__item__content {
        width: 58.3333333333vw
    }

    .industry_mission__item__content ul {
        max-width: 50vw
    }

    .industry_mission__item__content ul:after {
        width: 33.3333333333vw
    }
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .industry_mission__title {
        color: #f07d00;
        margin-bottom: 30px;
        margin-top: 15px
    }

    .industry_mission__title h2 {
        font-size: 32px
    }
}

.single-metiers .metier__holder .content-block {
    padding-right: 0
}

.single-metiers .metier__holder .content-block__title {
    color: #f07d00
}

.single-metiers .metier__holder .content-block__title h2 b {
    text-transform: uppercase
}

.single-recrutement .header__bg {
    background-image: url(../img/header-recrutement.jpg) !important
}

.single-recrutement h1 {
    font-size: 2.25rem
}

.single-recrutement .offer__item__profil {
    width: 100%
}


.flex-col {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
    align-items: flex-end
}

.mot_boss {
    display: inline-block;
    width: 100%;

}

.btn-mot-boss {
    display: inline-block;
    background: #f07d00 url(../img/btn-player-mot-boss.jpg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: left center;
    padding: 19px 33px 20px 68px;
    color: #fff;
    background-size: 68px;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 30px;
    cursor: pointer;
}

.video-boss {
    opacity: 0;
    width: 100%;
    height: 1px;
    transition: all 0.3s ease;
}

.video-boss.active {
    height: auto;
    padding: 20px 0px;
    opacity: 1;
}

.video-recrutement {
    text-align: right;
    flex: 2 1 auto;
    width: 100%;
    align-items: flex-start;
}

.intro-recrutement {
    width: 100%;
    flex: 2 1 auto;
    align-items: flex-end
}

.video-recrutement iframe {
    min-height: 360px;
    height: 360px;
    float: right;
    width: 100%;
}


@media only screen and (min-width:0px) and (max-width:750px) {


    .flex-col {
        flex-direction: column;

    }

    .single-recrutement .offer__item__details {
        float: none;
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px
    }
}

.single-recrutement .offer__item__form {
    max-width: 50vw;
    margin-top: 60px
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .single-recrutement .offer__item__form {
        max-width: 100%
    }
}

.single-recrutement .offer__item__form h2 {
    color: #f07d00
}

.single-recrutement .offer__item__form form {
    background-color: #eee;
    padding: 60px
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .single-recrutement .offer__item__form form {
        padding: 30px
    }
}

.single-recrutement section.row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#canvas {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

#canvas,
#canvas .letter {
    position: absolute
}

#canvas .letter.top {
    top: 0
}

#canvas .letter.lettre1 {
    top: 6%;
}

#canvas .letter.lettre2 {
    top: 22%;
}


#canvas .letter.lettre3 {
    top: 38%;
}


.home #canvas .letter.lettre3 {
    top: 52%;
}


#canvas .letter.lettre4 {
    top: 57%;
}

.home #canvas .letter.lettre4 {
    top: 88%;
    display: none;
} 

#canvas .letter.lettre5 {
    top: 78%;
}


#canvas .letter.lettre6 {
    top: 90%;
}


.home #canvas .letter.lettre6 {
    display: none;
}


#canvas .letter.middle {
    top: 50%
}

#canvas .letter.bottom {
    bottom: 0
}

#canvas .letter.left {
    left: 0
}

#canvas .letter.right {
    right: 0
}

#canvas .letter-l img {
    width: 33.3333333333vw
}

#canvas .letter-d img {
    width: 45.8333333333vw
}

#canvas .letter-s img {
    width: 29.1666666667vw
}

.team-overview {
    width: 100%
}

.team-overview__item {
    width: 100%;
    position: relative
}

.team-overview__item.hide {
    display: none
}

.team-overview__image {
    width: 45.8333333333vw;
    position: relative;
    z-index: 2
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .team-overview__image {
        width: 100%
    }

    .team-overview__image img {
        display: block
    }
}

.team-overview__content {
    position: absolute;
    right: 0;
    bottom: -4.1666666667vw;
    width: 62.5vw;
    padding: 4.1666666667vw;
    z-index: 1;
    background-color: #eee
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .team-overview__content {
        width: auto;
        right: inherit;
        left: 37.5vw;
        width: 50vw;
        top: 0;
        bottom: inherit
    }
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .team-overview__content {
        width: 100%;
        position: relative;
        left: 0
    }
}

.team-overview__content__inner {
    padding-left: 32.2916666667vw
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .team-overview__content__inner {
        padding-left: 8.3333333333vw
    }
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .team-overview__content__inner {
        padding: 0
    }
}

.team-overview__content .member {
    position: relative
}

.team-overview__content .member h3,
.team-overview__content .member h4 {
    font-size: 30px;
    color: #f07d00;
    font-weight: 400
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .team-overview__content .member h4 {
        font-size: 21px
    }
}

.team-overview__content .member p {
    font-size: 24px;
    margin-top: 8px
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .team-overview__content .member p {
        font-size: 18px
    }
}

.team-overview__content .member:not(:last-child):after {
    content: "";
    width: 45px;
    height: 1px;
    display: block;
    background-color: #000;
    margin-top: 18px
}

.team-overview__content .member+.member {
    margin-top: 30px
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .team-overview__content .member+.member {
        margin-top: 15px
    }
}

.team-overview.empty+.team__holder {
    margin-top: 45px
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .team-overview.empty+.team__holder {
        margin-top: 15px
    }
}

.team__holder {
    margin-top: 12.5vw
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .team__holder {
        margin-top: 180px
    }
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .team__holder {
        margin-top: 120px
    }
}

.team__item {
    margin-bottom: 60px;
    padding: 0;
    max-width: 36.4583333333vw;
    width: 36.4583333333vw
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .team__item {
        max-width: 50%
    }
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .team__item {
        max-width: 100%;
        width: 100%
    }
}

.team__item.hide {
    display: none
}

.team__item__wrapper {
    position: relative;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .team__item__wrapper {
        padding-left: 0
    }
}

.team__item__wrapper:before {
    content: "";
    display: block;
    width: 27.0833333333vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: -15px;
    background-color: #eee;
    z-index: -1;
    padding: 15px 0
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .team__item__wrapper:before {
        display: none
    }
}

.team__item__image {
    width: 18.75vw;
    margin-top: -30px
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .team__item__image {
        width: 33.3333333333vw;
        margin-top: 0
    }
}

.team__item__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
    max-width: 14.5833333333vw
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .team__item__content {
        max-width: 45.8333333333vw
    }
}

.team__item__content h4 {
    position: relative;
    font-size: 30px;
    font-weight: 400
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .team__item__content h4 {
        font-size: 21px
    }
}

.team__item__content h4 span {
    display: block
}

.team__item__content h4 span.lastname {
    text-transform: uppercase
}

.team__item__content h4:after {
    content: "";
    width: 45px;
    height: 1px;
    display: block;
    background-color: #000;
    margin-top: 18px
}

.team__item__content .position {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 300
}

.team__item__content a {
    font-size: 16px;
    padding: 15px 20px
}

@media only screen and (min-width:960px) and (max-width:9999px) {
    .team__item.active:nth-child(n+4) {
        margin-top: 3.125vw
    }
}


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

a,
address,
li,
span,
ul {
    font-family: montserrat, sans-serif
}

a,
address,
span {
    font-style: normal
}

img {
    max-width: 100%
}

body {
    font-family: montserrat, sans-serif
}

body #main,
body #page-header {
    padding: 0 4.1666666667vw;
    position: relative
}

.page-header {
    padding: 0 4.1666666667vw !important;
    position: relative
}



body #main section.row {
    padding: 0 8.3333333333vw;
    position: relative;
    z-index: 0
}

@media only screen and (min-width:0px) and (max-width:750px) {
    body #main section.row {
        padding: 0
    }
}

.page-template-portail #main {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-top: 5px solid #f07d00;
    padding: 0;
    height: 100vh
}

.page-template-portail #main,
.page-template-portail #main .portail__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.page-template-portail #main .portail__top {
    width: 100%;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-template-portail #main .portail__top .logos {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-portail #main .portail__top .logos {
        margin: 45px 0
    }
}

.page-template-portail #main .portail__top .logos img {
    width: 340px;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-portail #main .portail__top .logos img {
        width: 120px
    }
}

.page-template-portail #main .portail__top .logos img+img {
    margin-left: 8.3333333333vw
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-portail #main .portail__top .logos img+img {
        margin-left: 30px
    }
}

.page-template-portail #main .portail__top p {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 0 4.1666666667vw
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-portail #main .portail__top p {
        font-size: 21px
    }
}

.page-template-portail #main .portail__top p b {
    font-size: 1.5625rem
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-portail #main .portail__top p b {
        font-size: 18px
    }
}

.page-template-portail #main .portail__top .words {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: -1
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-portail #main .portail__top .words {
        top: 130px
    }
}

.page-template-portail #main .portail__top .words li {
    text-align: right;
    font-size: 3.75rem;
    text-transform: uppercase;
    color: #eee;
    list-style: none;
    background: none
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-portail #main .portail__top .words li {
        font-size: 32px
    }
}

.page-template-portail #main .portail__top .words li+li {
    margin-top: 0
}

.page-template-portail #main .portail__bottom {
    margin: 0
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-portail #main .portail__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page-template-portail #main .portail__bottom .city {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-portail #main .portail__bottom .city {
        width: 100%;
        min-height: 120px
    }
}

.page-template-portail #main .portail__bottom .city>a {
    display: block;
    width: 100%;
    padding: 30px;
    background-color: rgba(0, 0, 0, .45);
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-portail #main .portail__bottom .city>a {
        min-height: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.page-template-portail #main .portail__bottom .city h2 {
    text-align: center;
    font-weight: 600;
    font-size: 1.875rem;
    text-shadow: 0 0 8px rgba(0, 0, 0, .9);
    text-transform: uppercase
}

.page-template-portail #main .portail__bottom .city__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-position: 50%
}

.page-template-portail #main .portail__bottom .city:hover a {
    background-color: transparent
}


/** Nouvelle page **/


.page-template-nouvelle-page-accueil #main {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
}

.page-template-ville .nav__menu__item--82,
.page-template-nouvelle-page-accueil .nav__menu__item--82 {
    display: none !important;
}

.page-template-nouvelle-page-accueil #main,
.page-template-nouvelle-page-accueil #main .portail__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.page-template-nouvelle-page-accueil #main .portail__top {
    width: 100%;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-template-nouvelle-page-accueil #main .portail__top .logos {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-nouvelle-page-accueil #main .portail__top .logos {
        margin: 45px 0
    }
}

.page-template-nouvelle-page-accueil #main .portail__top .logos img {
    width: 340px;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-nouvelle-page-accueil #main .portail__top .logos img {
        width: 120px
    }
}

.page-template-nouvelle-page-accueil #main .portail__top .logos img+img {
    margin-left: 8.3333333333vw
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-nouvelle-page-accueil #main .portail__top .logos img+img {
        margin-left: 30px
    }
}

.page-template-nouvelle-page-accueil #main .portail__top p {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 0 4.1666666667vw
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-nouvelle-page-accueil #main .portail__top p {
        font-size: 21px
    }
}

.page-template-nouvelle-page-accueil #main .portail__top p b {
    font-size: 1.5625rem
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-nouvelle-page-accueil #main .portail__top p b {
        font-size: 18px
    }
}

.page-template-nouvelle-page-accueil #main .portail__top .words {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: -1
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-nouvelle-page-accueil #main .portail__top .words {
        top: 130px
    }
}

.page-template-nouvelle-page-accueil #main .portail__top .words li {
    text-align: right;
    font-size: 3.75rem;
    text-transform: uppercase;
    color: #eee;
    list-style: none;
    background: none
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-nouvelle-page-accueil #main .portail__top .words li {
        font-size: 32px
    }
}

.page-template-nouvelle-page-accueil #main .portail__top .words li+li {
    margin-top: 0
}

.page-template-nouvelle-page-accueil #main .portail__bottom {
    margin: 0
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-nouvelle-page-accueil #main .portail__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page-template-nouvelle-page-accueil #main .portail__bottom .city {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    min-height: 222px;
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-nouvelle-page-accueil #main .portail__bottom .city {
        width: 100%;
        min-height: 120px
    }
}

.page-template-nouvelle-page-accueil #main .portail__bottom .city>a {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, .45);
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-nouvelle-page-accueil #main .portail__bottom .city>a {
        min-height: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.page-template-nouvelle-page-accueil #main .portail__bottom .city h2 {
    text-align: center;
    font-weight: 600;
    font-size: 1.875rem;
    text-shadow: 0 0 8px rgba(0, 0, 0, .9);
    text-transform: uppercase
}


.page-template-nouvelle-page-accueil #main .portail__bottom .city h3 {
    text-align: center;
    font-weight: 600;
    font-size: 1.875rem;
    text-shadow: 0 0 8px rgba(0, 0, 0, .9);
    text-transform: uppercase
}

.page-template-nouvelle-page-accueil #main .portail__bottom .city__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-position: 50%
}

.page-template-nouvelle-page-accueil #main .portail__bottom .city:hover a {
    background-color: transparent
}

.city__holder {
    z-index: 100;
    padding: 30px 0px;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.page-template-nouvelle-page-accueil #main section.row+.row,
.home #main section.row+.row {
    margin-top: 20px;
    margin-bottom: 60px
}

@media only screen and (min-width:0px) and (max-width:750px) {

    .page-template-nouvelle-page-accueil #main section.row+.row,
    .home #main section.row+.row {
        margin-top: 30px
    }
}

.page-template-nouvelle-page-accueil #main .about,
.page-template-nouvelle-page-accueil #main .team_intro,
.home #main .about,
.home #main .team_intro {
    padding-left: 12.5vw;
    padding-right: 12.5vw
}

@media only screen and (min-width:0px) and (max-width:960px) {

    .page-template-nouvelle-page-accueil #main .about,
    .page-template-nouvelle-page-accueil #main .team_intro,
    .home #main .about,
    .home #main .team_intro {
        padding-left: 0;
        padding-right: 0
    }
}

.page-template-nouvelle-page-accueil #main .about .content-block,
.home #main .about .content-block,
.home #main .team_intro .content-block {
    padding-right: 0
}

.page-template-nouvelle-page-accueil #main section.history>.content-block,
.home #main section.history>.content-block {
    padding-left: 8.3333333333vw
}


@media only screen and (min-width:0px) and (max-width:960px) {
    .page-template-nouvelle-page-accueil #main section.history>.content-block {
        padding-left: 0
    }
}

.page-template-nouvelle-page-accueil #main section.team.keep-space {
    margin-bottom: calc(4.16667vw + 120px)
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .page-template-nouvelle-page-accueil #main section.team {
        padding: 0
    }
}

.page-template-nouvelle-page-accueil #main section.team>.content-block {
    padding-left: 4.1666666667vw
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .page-template-nouvelle-page-accueil #main section.team>.content-block {
        padding-left: 0
    }
}

.page-template-nouvelle-page-accueil #main .key_figures>.content-block {
    padding-left: 4.1666666667vw
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-nouvelle-page-accueil #main .key_figures>.content-block {
        padding-left: 0
    }
}

.page-template-nouvelle-page-accueil #main .key_figures__holder {
    margin-top: 0
}

.page-template-nouvelle-page-accueil #main .key_figures__item {
    margin: 30px 0
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-nouvelle-page-accueil #main .key_figures__item {
        margin: 15px 0
    }
}

.page-template-nouvelle-page-accueil #main .key_figures__item div {
    text-align: center
}

.page-template-nouvelle-page-accueil #main .key_figures__item .number {
    font-size: 80px;
    font-weight: 600;
    color: #5c7abb
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .page-template-nouvelle-page-accueil #main .key_figures__item .number {
        font-size: 60px
    }
}

.page-template-nouvelle-page-accueil #main .key_figures__item .number span {
    font-size: 40px
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .page-template-nouvelle-page-accueil #main .key_figures__item .number span {
        font-size: 32px
    }
}

.page-template-nouvelle-page-accueil #main .key_figures__item .content {
    font-size: 20px;
    text-transform: uppercase
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .page-template-nouvelle-page-accueil #main .key_figures__item .content {
        font-size: 18px
    }
}

.page-template-nouvelle-page-accueil #main section.values {
    padding-bottom: 12.5vw
}

.page-template-nouvelle-page-accueil #main section.values .content-block__inner {
    width: 25vw;
    padding: 0
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .page-template-nouvelle-page-accueil #main section.values .content-block__inner {
        width: 100%
    }
}


/* fin nouvelle page */


@media only screen and (min-width:0px) and (max-width:960px) {
    .home #main section.history>.content-block {
        padding-left: 0
    }
}

.home #main section.team.keep-space {
    margin-bottom: calc(4.16667vw + 120px)
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .home #main section.team {
        padding: 0
    }
}

.home #main section.team>.content-block {
    padding-left: 4.1666666667vw
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .home #main section.team>.content-block {
        padding-left: 0
    }
}

.home #main .key_figures>.content-block {
    padding-left: 4.1666666667vw
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .home #main .key_figures>.content-block {
        padding-left: 0
    }
}

.home #main .key_figures__holder {
    margin-top: 0
}

.home #main .key_figures__item {
    margin: 30px 0
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .home #main .key_figures__item {
        margin: 15px 0
    }
}

.home #main .key_figures__item div {
    text-align: center
}

.home #main .key_figures__item .number {
    font-size: 80px;
    font-weight: 600;
    color: #f07d00;
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .home #main .key_figures__item .number {
        font-size: 60px
    }
}

.home #main .key_figures__item .number span {
    font-size: 40px
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .home #main .key_figures__item .number span {
        font-size: 32px
    }
}

.home #main .key_figures__item .content {
    font-size: 20px;
    text-transform: uppercase
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .home #main .key_figures__item .content {
        font-size: 18px
    }
}

.home #main section.values {
    padding-bottom: 12.5vw
}

.home #main section.values .content-block__inner {
    width: 25vw;
    padding: 0
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .home #main section.values .content-block__inner {
        width: 100%
    }
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-contact .agencies {
        width: 100%
    }

    .page-template-contact .agencies .agency__holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .page-template-contact .agencies .agency__item {
        width: 50%
    }
}

@media only screen and (min-width:0px) and (max-width:750px) and (min-width:0px) and (max-width:750px) {
    .page-template-contact .agencies .agency__item {
        width: 100%
    }
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-contact .agencies .agency__item+.agency__item {
        margin-top: 0
    }
}

@media only screen and (min-width:0px) and (max-width:750px) and (min-width:0px) and (max-width:750px) {
    .page-template-contact .agencies .agency__item+.agency__item {
        margin-top: 30px
    }
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-contact .agencies .agency__item:nth-child(n+3) {
        margin-top: 30px
    }
}

.page-template-contact .agency__item__title {
    width: 33%;
    padding-right: 4.1666666667vw
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-contact .agency__item__title {
        width: 100%;
        padding-right: 0
    }
}

.page-template-contact .agency__item__title h2 {
    font-size: 30px
}

.page-template-contact .agency__item__content__inner {
    max-width: 54.1666666667vw;
    padding-left: 12.5vw;
    padding-right: 8.3333333333vw
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-contact .agency__item__content__inner {
        width: 100%;
        padding: 0
    }
}

.page-template-contact .agency__item__content__inner h2 {
    position: relative;
    text-transform: uppercase
}

.page-template-contact .agency__item__content__inner h2 .icon {
    position: absolute;
    left: -15px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    font-size: 45px;
    color: #f07d00
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-contact .agency__item__content__inner h2 {
        display: none
    }
}

.page-template-contact .agency__item__content__inner hr {
    display: inline-block;
    width: 45px
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-contact .agency__item__content__inner hr:first-of-type {
        display: none
    }
}

.page-template-contact .agency__item__content__inner:after {
    width: 54.1666666667vw
}

.page-template-contact .form__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 90px
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-contact .form__holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.page-template-contact .form__title {
    width: 16.6666666667vw;
    margin-left: 8.3333333333vw;
    padding-top: 30px
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-contact .form__title {
        margin-left: 0;
        width: 100%
    }
}

.page-template-contact .form__title h2 {
    text-transform: uppercase
}

.page-template-contact .form__title h2 span {
    font-size: 24px;
    display: block;
    margin-top: 5px
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-contact .form__title h2 span {
        display: inline
    }
}

.page-template-contact .form__title h2:after {
    content: "";
    display: block;
    width: 45px;
    height: 1px;
    background-color: #000;
    margin-top: 15px
}

.page-template-contact .form__inner {
    position: relative;
    width: 58.3333333333vw;
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
    padding-top: 30px
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-contact .form__inner {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%
    }
}

.page-template-contact .form__inner:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -8.3333333333vw;
    top: 0;
    z-index: -1;
    background-color: #eee
}

@media only screen and (min-width:0px) and (max-width:750px) {
    .page-template-contact .form__inner:after {
        left: 0
    }
}

.page-template-contact .form__inner form {
    margin-top: 0
}

.page-template-contact .form__inner form input:not([type=submit]),
.page-template-contact .form__inner form textarea {
    background-color: transparent
}

.page-template-contact .form__inner form input:not([type=submit])::-ms-input-placeholder,
.page-template-contact .form__inner form textarea::-ms-input-placeholder {
    color: #f07d00
}

.page-template-contact .form__inner form input:not([type=submit])::placeholder,
.page-template-contact .form__inner form textarea::placeholder {
    color: #f07d00
}

.page-template-contact .form__inner form input:not([type=submit])::-webkit-input-placeholder,
.page-template-contact .form__inner form textarea::-webkit-input-placeholder {
    color: #f07d00
}

.page-template-contact .form__inner form input:not([type=submit]):-moz-placeholder,
.page-template-contact .form__inner form input:not([type=submit])::-moz-placeholder,
.page-template-contact .form__inner form textarea:-moz-placeholder,
.page-template-contact .form__inner form textarea::-moz-placeholder {
    color: #f07d00
}

.page-template-contact .form__inner form input:not([type=submit]):-ms-input-placeholder,
.page-template-contact .form__inner form textarea:-ms-input-placeholder {
    color: #f07d00
}

.page-template-contact .form__inner form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px
}

.page-template-contact .form__inner form .wpcf7-form-control-wrap:last-child {
    margin-bottom: 0
}

.page-template-contact .form__inner form .wpcf7-form-control-wrap+br {
    display: none
}

.page-template-contact .form__inner form p+p {
    margin-top: 15px
}

img.lozad:not([data-loaded]) {
    width: 100%;
    height: 0;
    padding-top: 56.5%;
    background-color: #676666;
    display: inline-block
}

.page-template-default #main section a:not(.button) {
    text-decoration: underline
}

#cookie-law-info-again {
    padding: 8px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #eee !important;
    left: 4.1666666667vw !important
}


.hideme {
    opacity: 0;
}






.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

ul.slick-dots {
    font-size: 0;
    text-align: center;
    padding-top: 3rem
}

ul.slick-dots li {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, .1);
    border-radius: 1rem;
    margin: 0 .5rem;
    position: relative
}

ul.slick-dots li:before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    background: #00f;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.25);
    transform: translate(-50%, -50%) scale(.25);
    -webkit-transition: .2s;
    transition: .2s
}

ul.slick-dots li.slick-active:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: .2s;
    transition: .2s
}

ul.slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0
}


.container,
.container div {
    background-size: 100%;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
}

.autoplay .container{
    background-position: center -100px ;
    background-size: cover;
}



.autoplay,
.autoplay .slick-slider {
    width: 100% !important;
    height: 400px;

}


@media screen and (max-width:1060px) {

    .container,
    .container div {
        background-size: cover;
        background-position: center center !important;
        height: 340px;
    }

    .autoplay,
    .autoplay .slick-slider {
        width: 100% !important;
        height: 340px;
        margin-bottom: -50px;
    }

    .accroche {
        margin-top: 35px !important;
    }

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

    .metier__item {
        width: 100% !important;
    }
}

@media screen and (max-width:700px) {}

.slick-prev,
.slick-next {
    display: none !important;
}

.accroche {
    position: absolute;
    margin-top: 294px;
    font-family: montserrat, sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    line-height: 38px;
    right: 102px;
    text-align: right;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}


.accroche-header {
    position: absolute;
    margin-top: 2px;
    font-family: montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 38px;
    border-left: 2px solid #000;
    padding:18px 0px 18px 18px;
    left:250px; 
}


/* ville */

.page-template-ville #header img {
    display: none;
}

.page-template-ville .team__holder {
    margin-top: 30px !important;
}

.page-template-ville .MOLLARD,
.page-template-ville .Hooghe {
    display: none;
}

.introville {
    margin: 30px 0px 50px 0px;
}

.introville h2 {
    margin-top: 60px;
}

.introville h2::before {
    content: "";
    display: block;
    width: 45.083vw;
    height: 32%;
    position: absolute;
    right: -15px;
    bottom: -5px;
    background-color: #eee;
    z-index: -1;
    padding: 15px 0;
}

@media screen and (max-width:900px) {

    .accroche {
        margin-top: 90px !important;
        right: 70px !important;
        margin-left: 40px !important;
    }

    .page-template-nouvelle-page-accueil #main section.row+.row,
    .home #main section.row+.row {
        padding: 0px 40px;
    }

}

.page-template-ville #canvas .letter.bottom {
    bottom: -90%;
    display: none;
}

@media only screen and (max-width:1300px) {

    .page-template-nouvelle-page-accueil #main .about,
    .page-template-nouvelle-page-accueil #main .team_intro,
    .home #main .about,
    .home #main .team_intro {
        padding-left: 4.5vw;
        padding-right: 4.5vw;
    }

}

@media screen and (max-width:1600px) {

    .accroche-header{
        display:none;
    }

}

@media screen and (min-width:600px) and (max-width:1080px) {

    .accroche-header{
        display:inline-block;
        left: 165px;
    
    }

}


@media screen and (max-width:1260px) {
    .header__bg img {
        width: 140% !important;
    }
}

@media screen and (max-width:610px) {

    .double .metier__item__image {
        width: 80vw;
    }

    .header__bg img {
        display: none !important;
    }
}


@media screen and (min-width:1260px) {


    .bloc-orange {
        padding-left: 75px;
    }

    .bloc-orange::before {
        content: "" !important;
        display: block !important;
        width: 13px;
        height: 30%;
        position: absolute !important;
        left: 10px;
        top: 255px;
        background-color: #f07d00;
        z-index: -1;
        padding: 15px 0;
    }

    .bloc-orange2::before {
        content: "";
        display: block;
        width: 13px;
        height: 30%;
        position: absolute;
        left: 10px;
        top: 275px;
        background-color: #f07d00;
        z-index: -1;
        padding: 15px 0;
    }

    .bloc-orange2 {
        padding-left: 75px;
    }


    .bloc-orange h2::before {
        content: "";
        display: block;
        width: 45.083vw;
        height: 32%;
        position: absolute;
        right: -15px;
        bottom: -5px;
        background-color: #eee;
        z-index: -1;
        padding: 15px 0;
    }

}

.page-template-ville #canvas .letter.left {
    transform-origin: top left;
}

.page-template-ville #canvas .letter.right {
    transform-origin: top right;
}

.page-template-ville #canvas .letter {
    transform: scale(0.65);
}

.nav__menu__sub-menu--2 {
    display: none;
    position: absolute !important;
    margin-left: 215px;
    transform: translateY(261px);
}

.nav__menu__sub-menu:hover {
    overflow: visible !important;
}

.nav__menu__item--557:hover .nav__menu__sub-menu--2 {
    display: flex !important;
    flex-direction: column !important;
    transform: translateY(261px) !important;
}


.ytp-pause-overlay {
    bottom: -200px !important;
    display: none !important;
}

.page-id-576 #header .header__bg {
    background-position: 0px;
}

.page-id-580 #header .header__bg {
    background-position: center bottom;
}

.page-id-579 #header .header__bg {
    background-position: center bottom;
}

.page-id-92 h1 {
    opacity: 0 !important;
}

.contenu-actualites {
    /* width: 64%;
    float: left;*/
	width: 100%;
}

.interieur-article h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #475f6b;
}

.interieur-article {
    color: #475f6b;
}

.interieur-article img {
    display: none;
}

.head-meta {
    width: 100%;
    clear: both;
    display: inline-block;
}

.head-meta .categorie {
    background: #dbdbdb;
    border-radius: 23px;
    color: #3f555f;
    padding: 7px 15px;
    font-weight: 502;
    float: left;
    transition: all 0.3s ease;
    margin: 14px;
}

.head-meta .date {
    float: left;
}

.single .contenu-actualites h1 {
    font-size: 25px;
    color: #475f6b;
    margin: 0px !important;
    font-weight: 600;

}

.image-extrait {
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
    height: 270px;
    display: inline-block;
    background-size: cover !important;
    background-position: bottom center !important;
}

.reseaux {
    margin-top: 40px;
    background: #eeeeee;
    padding: 20px 0px 16px 30px;
    font-size: 25px;
    color: #475f6b;
}

.reseaux a {
    width: 42px;
    height: 42px;
    display: inline-block;
}

.sstitre {
    margin-right: 5px;
    float: left;
    display: inline;
    margin-top: 6px;
}

.reseaux img {
    width: 100%;
    display: inline-block !important;
}

.contenu-actualites .date {
    background: url('https://www.cabinetlds.com/content/themes/lds/img/icone-calendar.png') no-repeat 0 0;
    background-size: auto;
    background-size: 20px;
    padding: 0px 0px 0px 29px;
    font-size: 21px;
    font-weight: 100;
    margin: 18px 12px;
}

.search .sidebar,
.single .sidebar,
.tag .sidebar,
.category .sidebar,
.page-template-actualites .sidebar {
    width: 33%;
    margin-left: 3%;
}



.search article,
.tag article,
.category article,
.page-template-actualites article {
    padding: 20px;
    margin: 10px 1%;
    width: 48%;
    float: left;
    transition: all 0.3s ease;
}

.search article:hover,
.tag article:hover,
.category article:hover,
.page-template-actualites article:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);

}

.search article h3,
.tag article h3,
.category article h3,
.page-template-actualites article h3 {
    margin: 0px 9px 19px 9px;
    font-size: 17px;
    font-weight: 600;
    color: #344147;
}

.search article img,
.tag article img,
.category article img,
.page-template-actualites article img {
    height: auto;
}

.search article .date,
.tag article .date,
.category article .date,
.page-template-actualites article .date {
    background: url(../img/icone-calendar.png) no-repeat 0 0;
    background-size: 20px;
    padding: 0px 0px 0px 29px;
    font-size: 21px;
    font-weight: 100;
    margin: 18px 12px;
}

.search article:nth-child(2n+2),
.tag article:nth-child(2n+2),
.category article:nth-child(2n+2),
.page-template-actualites article:nth-child(2n+2) {
    clear: both;
    background: #fff;
}

.column {
    background: #fff;
}

.search article:hover .categorie,
.tag article:hover .categorie,
.category article:hover .categorie,
.page-template-actualites article:hover .categorie {
    background: #f58532;
    color: #fff;
}

.bloc-flash-info {
    background: #eeeeee;
    padding: 15px;
}

.thematique {
    border-top: 1px solid #61737c;
    padding: 23px 12px;
    clear: both;
    margin: 13px 0px 0px 0px;
    display: inline-block;
    width: 100%;
}

.thematique a {
    background: #fff;
    color: #f58532;
    font-weight: 600;
    padding: 7px 11px;
    margin: 0px 10px;
    border: 1px solid #d3d3d3;

}


.bloc-flash-info img {
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
}

.bloc-flash-info .btn-telecharger {
    background: #3f555f url(../img/icone-download.png) no-repeat 15px center;
    background-size: auto;
    background-size: auto;
    background-size: 18px;
    font-weight: 600;
    font-size: 20px;
    padding: 10px 0px 10px 42px;
    color: #fff;
    width: 50%;
    display: inline-block;
    margin: 5px 10px 0px 8px;
    border-radius: 1px;
}

.bloc-flash-info .btn-archives {
    background: #f58532 url(../img/icone-download.png) no-repeat 90% center;
    background-size: auto;
    background-size: 20px;
    font-weight: 600;
    font-size: 20px;
    padding: 10px 30px;
    color: #fff;
    padding: 10px 0px 10px 42px;
    width: 44%;
    display: inline-block;
    margin: 5px 0px 0px 0px;
    border-radius: 1px;
}

.recherche {
    background: #eeeeee;
    padding: 13px;
    margin-bottom: 20px;
}

.recherche h4 {
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.recherche select {
    width: 220px;
    padding: 8px 31px 8px 12px;
    background: #fafafa url(../img/fleche-select.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 95% 8px;
    border: 1px solid #d3d3d3;
    margin-left: 10px;
    background-size: 19px;
    color: #475f6b;
    font-family: montserrat, serif;
    font-weight: 500;
    border-radius: 2px;
}

#ofpost_tag option[value="42"],
#ofpost_tag option[value="45"] {
    display: none !important;
}

.searchandfilter input[type="submit"] {

    background: #475f6b;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    border-radius: 3px;
    padding: 7px 11px;
    margin: 0px 10px;
    border: none;
    cursor: pointer;

}

.searchandfilter li {
    float: left;
    margin: 0px !important;
    background: none !important;
}

.titre-recherche {
    font-weight: 100;
    color: #475f6b;
    border-bottom: 2px solid #475f6b;
    padding: 4px 10px 10px 10px;
    text-align: right;
}

.titre-recherche span {
    font-weight: 900;
    font-size: 1.3em;
    color: #475f6b;
}

.titre-actu {
    color: #f07d00;
    font-size: 30px;
    margin-bottom: 10px;
    clear: both;
    width: 100%
}

.categorie {
    background: #dbdbdb;
    border-radius: 23px;
    color: #3f555f;
    padding: 7px 15px;
    font-weight: 502;
    float: right;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.titre-flash {
    color: #3f555f;
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 10px;
}

.titre-flash span {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 40px;
}


.page-numbers {
    background: #eeeeee;
    padding: 5px 10px;
    border: 1px solid #d4d4d4;
    border-radius: 20px;
    color: #475f6b;
    font-weight: 900;
    min-width: 32px;
    display: inline-block;
    text-align: center;
}

.page-numbers.current {
    background: #f58532 !important;
    border: 1px solid #ffffff;
    color: #fff;
}

.page-numbers.current span {
    color: #fff;
}

.pagination {
    display: inline-block;
    margin: 40px 0px 0px 0px;
    text-align: right;
    width: 100%;
}

.wp-pagenavi a,
.wp-pagenavi span {
    background: #eeeeee;
    padding: 5px 10px;
    border: 1px solid #d4d4d4;
    border-radius: 20px;
    color: #475f6b;
    font-weight: 900;
    min-width: 32px;
    display: inline-block;
    text-align: center;
}

.wp-pagenavi .extend {
    width: 0px;
    margin: 0px -5px;
    border: none;
    background: none;
    color: #aaa;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #5c7abb;
}

@media only screen and (max-width:1250px) {

    .searchandfilter li {
        margin: 3px 0px !important;
        padding: 0px !important;
        width: 100%;
    }

    .searchandfilter li select {
        width: 90% !important;
        margin: 0px !important;
    }

    .searchandfilter h4 {
        width: 180px
    }

    .searchandfilter input[type="submit"] {
        margin: 3px 0px;
        width: 100px;
    }

    .bloc-flash-info .btn-archives,
    .bloc-flash-info .btn-telecharger {
        width: 100%;
        margin: 2px 0px;
    }

    .thematique a {
        display: inline-block;
        margin: 3px 5px 0px 0px;
    }

    .thematique span {
        display: inline-block;
        clear: both;
        width: 100%;
    }

    .reseaux {
        font-size: 20px;
    }

}

@media only screen and (max-width:690px) {

    .sstitre {
        clear: both;
        margin-bottom: 10px;
    }

    .sidebar {
        width: 100% !important;
        clear: both !important;
        margin-top: 30px;
    }

    .contenu-actualites {
        width: 100% !important;
        clear: both !important;
    }

}

.contenu-actualites h1 {
    margin-bottom: 10px;
}

.contenu-actualites .image-externe {
    margin: 10px 0px;
}

.recherche select option[value="42"],
.recherche select option[value="45"],
.recherche select option[value="18"],
.recherche select option[value="19"],
.recherche select option[value="21"],
.recherche select option[value="23"],
.recherche select option[value="15"],
.recherche select option[value="22"],
.recherche select option[value="1"] {
    display: none !important;
}



.page-template-actualites #canvas .letter.lettre2 {
    top: 45%;
}

.page-template-actualites #canvas .letter.lettre3 {
    top: 82%;
}

.nav__menu__item--facebook a {
    display: block !important;
    background: url(../img/icon-facebook.png) !important;
    background-size: auto;
    text-indent: -1000px !important;
    width: 28px !important;
    height: 28px !important;
    background-size: 28px !important;
    overflow: hidden !important;
}

.nav__menu__item--linkedin a {
    display: block !important;
    background: url(../img/icon-linkedIn.png) !important;
    background-size: auto;
    text-indent: -1000px !important;
    width: 28px !important;
    height: 28px !important;
    background-size: 28px !important;
    overflow: hidden !important;
}

.nav__menu__item--facebook {
    position: absolute;
    right: calc(4.1666666667vw + 90px);
    top: 62px;
}

.nav__menu__item--linkedin {
    position: absolute;
    right: calc(4.1666666667vw + 50px);
    top: 62px;
}

.key_figures__item.Clients {
    margin-left: 17% !important;
}


.pep .metier__item__content__holder::before {
    height: 145% !important;
}

.karwell .metier__item__content__holder::before {
    height: 116% !important;
}

.valeurs-rh .button-orange,
.valeurs-rh .button-orange:hover {
    background: #009fe3 !important;
    color: #fff;
}

.gbk .button-orange,
.gbk .button-orange:hover {
    background: #811e80 !important;
    color: #fff;
}


.ads .button-orange,
.ads .button-orange:hover {
    background: #e41b12 !important;
    color: #fff;
}

.lds-2 .button-orange,
.lds-2 .button-orange:hover {
    background: #5c79bb !important;
    color: #fff;
}

.fce .button-orange,
.fce .button-orange:hover {
    background: #b85e5c !important;
    color: #fff;
}


.metier__item__image img {
margin-bottom: 10px;
}

.metier__item__image .logo{
    width: 200px;
}

/* .metier__item:nth-child(2n) .logo{
float:right;
}

.metier__item:nth-child(2n) p{
text-align: right;
} */


@media only screen and (max-width:690px) {

    .go-top{
        display: none;
    }


.autoplay{
    height: 235px;
}

.content-block:not(.no-bg)::before{
    display:none;
}

.autoplay .container{
    background-size: 100%;
    background-position: top center !important;
}

.metier__item + .metier__item,
.metier__item {
    margin-top: 40px !important;
}

#nav .nav__menu > .nav__menu__item {
    padding: 2px 9px;
}

.page-template-nouvelle-page-accueil #main .key_figures__item{
    margin: 15px auto !important;
} 

.page-template-nouvelle-page-accueil #main section.row + .row, .home #main section.row + .row,
.about{
    margin-bottom: 0px !important;
}

}

.searchandfilter h4{
    margin: 5px 0px;
}