/* --------------------------------------------------------------------------------------- */


/*                                          $BOOTSTRAP                                     */


/* --------------------------------------------------------------------------------------- */


/* @bootstrapFolder : "../boostrap/"; */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

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

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}


/* --------------------------------------------------------------------------------------- */


/*                                          END BOOTSTRAP                                  */


/* --------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------- */


/* 											$CUSTOM                               			*/


/* --------------------------------------------------------------------------------------- */

@font-face {
    font-family: "HelveticaNeueW01-Thin";
    src: url("../css/fonts/f_fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot");
    src: url("../css/fonts/f_fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot") format("eot"), url("../css/fonts/f_fonts/aff68211-86bb-476d-882e-f7a3face144c.woff2") format("woff2"), url("../css/fonts/f_fonts/50d35bbc-dfd4-48f1-af16-cf058f69421d.woff") format("woff"), url("../css/fonts/f_fonts/278bef59-6be1-4800-b5ac-1f769ab47430.ttf") format("truetype"), url("../css/fonts/f_fonts/2e309b1b-08b8-477f-bc9e-7067cf0af0b3.svg") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW01-45Ligh";
    src: url("../css/fonts/f_fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot");
    src: url("../css/fonts/f_fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot") format("eot"), url("../css/fonts/f_fonts/5a13f7d1-b615-418e-bc3a-525001b9a671.woff2") format("woff2"), url("../css/fonts/f_fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"), url("../css/fonts/f_fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"), url("../css/fonts/f_fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW01-65Medi";
    src: url("../css/fonts/f_fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot");
    src: url("../css/fonts/f_fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot") format("eot"), url("../css/fonts/f_fonts/3600b37f-2bf1-45f3-be3a-03365f16d9cb.woff2") format("woff2"), url("../css/fonts/f_fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff") format("woff"), url("../css/fonts/f_fonts/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf") format("truetype"), url("../css/fonts/f_fonts/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW01-75Bold";
    src: url("../css/fonts/f_fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot");
    src: url("../css/fonts/f_fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot") format("eot"), url("../css/fonts/f_fonts/3b303641-706e-4221-94c4-4fb491f4f8ef.woff2") format("woff2"), url("../css/fonts/f_fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"), url("../css/fonts/f_fonts/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf") format("truetype"), url("../css/fonts/f_fonts/f751c8ae-1057-46d9-8d74-62592e002568.svg") format("svg");
}


/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */


/*
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
*/


/*
 * A better looking default horizontal rule
 */

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


/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

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


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/*
- CUSTOM $RESET -------------------------------------------------------------
*/


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}


/* List */

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


/* Forms */

legend {
    display: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}


/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}


/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/* !!! ATTENTION !!! - Il faudra peut-être mettre ces styles dans la feuille helpers/utils appellée en dernier */


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
- $LAYOUT -------------------------------------------------------------
*/


/* Float */

.fLeft,
.left,
.bloc {
    float: left;
}

.fRight,
.right {
    float: right;
}


/* Clear */

.clear {
    clear: both;
}

.cLeft {
    clear: left;
}

.cRight {
    clear: right;
}

.lastBlock {
    display: block;
    float: none;
    width: auto;
    overflow: hidden;
}

.noWidth {
    width: auto;
}


/*
- $DISPLAY -------------------------------------------------------------
*/

.dspTable {
    display: table;
    width: 100%;
}

.dspTable--fullWH {
    width: 100%;
    height: 100%;
}

.dspCellBottom {
    display: table-cell;
    vertical-align: bottom;
}


/*
- $TEXT -------------------------------------------------------------
*/


/* Text alignements */

.txtC {
    text-align: center;
}

.txtL {
    text-align: left;
}

.txtR {
    text-align: right;
}

.txtJ {
    text-align: justify;
}

.ftUpp {
    text-transform: uppercase;
}


/*
- $LIST-------------------------------------------------------------
*/

.gridList li {
    float: left;
}

.listInlb li {
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
}


/*
- $BOX-------------------------------------------------------------
*/

.boxFull {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}


/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix,
.container,
.container-fluid,
.row {
    *zoom: 1;
}

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

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icone__bullet:before {
    content: "\e905";
}

.icon-icon__arrowRight:before {
    content: "\e901";
    font-size: 30px;
    color: #ff682e;
}

.icon-icon__arrowLeft:before {
    content: "\e904";
    font-size: 30px;
    color: #ff682e;
}

.icon-icon__quotationMarkOpen:before {
    content: "\e908";
}

.icon-icon__quotationMarkClose:before {
    content: "\e909";
}

.icon-icon__home:before {
    content: "\e90a";
}

.icon-icon__arrowDown:before {
    content: "\e903";
}

.icon-icon__download:before {
    content: "\e902";
    font-size: 40px;
}

.icon-menu:before {
    content: "\e900";
    font-size: 30px;
    color: #535353;
}

.icon-plus:before {
    content: "\e907";
}

.icon-icon__home {
    font-size: 1.6em;
    vertical-align: middle;
}

.icon-plus {
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    line-height: 40px;
    font-size: 13px;
}

.icon-plus.colorWhite:before {
    color: #ff682e;
}

.icon-plus.colorOrange:before {
    color: #fff;
}

.icon-plus.colorOrange {
    background-color: #ff682e;
}

.icon-icon__download.colorOrange {
    background-color: #fff;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    display: inline-block;
}

a {
    text-decoration: none;
}

hr {
    height: 30px;
    border: none;
    margin: 0;
}

strong,
b {
    font-family: 'HelveticaNeueW01-65Medi';
    font-weight: normal;
}

input:-moz-ui-invalid,
textarea:-moz-ui-invalid {
    box-shadow: none;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]+label {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: none;
    border: 1px solid #535353;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.1s ease-in;
}

input[type="radio"]+label:before {
    content: '';
    position: absolute;
    display: block;
    height: 14px;
    width: 14px;
    top: 50%;
    left: 50%;
    background: #535353;
    border-radius: 100%;
    transition: all 0.1s ease-in;
    transform: translateZ(0) translate(-50%, -50%) scale(0);
}

input[type="radio"]:checked+label {
    width: 14px;
    height: 14px;
    margin: 3px;
}

input[type="radio"]:checked+label:before {
    transform: translateZ(0) translate(-50%, -50%) scale(1);
}

html {
    -webkit-font-smoothing: antialiased;
    /* maxvoltar.com/archive/-webkit-font-smoothing */
    -moz-osx-font-smoothing: grayscale;
    /* overflow-y: scroll; */
    /* Display vertical scrollbar - avoid jump according to window's height */
    background: none;
}

body {
    font: 0.625em/1.4 'HelveticaNeueW01-45Ligh';
    /* 16x.0,625=10px ; 1em = 10px*/
    /* word-wrap: break-word; */
    background-color: #fff;
    color: #535353;
}

h1,
h2,
h3 {
    font-weight: normal;
}

dd,
dl,
dt {
    margin: 0;
}

.row {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.row:nth-child(2) .wysiwyg__w1:first-child {
    padding-top: 0px;
}

.wrapper {
    padding: 0;
    max-width: 1280px;
    margin: 0 auto;
}

p,
blockquote {
    margin: 0;
    padding: 0;
}

.breadcrumb {
    margin: 20px 0 10px;
    font-family: 'HelveticaNeueW01-45Ligh';
}

.breadcrumb span {
    font-size: 16px;
    color: #ff682e;
}

.breadcrumb span a {
    font-size: 14px;
    color: #ff682e;
}

.breadcrumb span strong {
    color: #000;
    font-weight: normal;
    font-size: 14px;
    font-family: 'HelveticaNeueW01-45Ligh';
}

.breadcrumb span span span {
    color: #000;
}

.breadcrumb span span span a {
    color: #000;
    font-weight: normal;
    font-size: 14px;
}

.main {
    padding-top: 30px;
}

.txt1 {
    font-size: 1.9em;
    font-family: 'HelveticaNeueW01-45Ligh';
}

.txt2 {
    font-size: 2em;
    font-family: 'HelveticaNeueW01-65Medi';
}

.txt3 {
    font-size: 1.7em;
    font-family: 'HelveticaNeueW01-45Ligh';
}

.txt4 {
    font-size: 1.4em;
    font-family: 'HelveticaNeueW01-65Medi';
}

.title1 {
    font-size: 3em;
    font-family: 'HelveticaNeueW01-45Ligh';
    line-height: 110%;
}

.title2 {
    font-size: 1.9em;
    font-family: 'HelveticaNeueW01-45Ligh';
    line-height: 110%;
}

.title3 {
    font-size: 2.6em;
    font-family: 'HelveticaNeueW01-45Ligh';
    margin-bottom: 25px;
    line-height: 110%;
}

.title4 {
    font-size: 2em;
    font-family: 'HelveticaNeueW01-75Bold';
    line-height: 110%;
}

.title5 {
    font-size: 1.9em;
    font-family: 'HelveticaNeueW01-65Medi';
    line-height: 110%;
}

.line.error {
    border-left: 5px solid #ff682e;
    padding-left: 10px;
}

.line.error p {
    line-height: 20px;
    font-size: 14px;
    color: #ff682e;
}

.line.success {
    border-left: 5px solid #2ea8ff;
    padding-left: 10px;
}

.line.success p {
    line-height: 20px;
    font-size: 14px;
    color: #2ea8ff;
}

.blockquote1 {
    position: relative;
    padding: 40px 0 40px 30px;
}

.blockquote1:before {
    content: '\e908';
    font-family: 'icomoon' !important;
    position: absolute;
    top: -15px;
    left: 0;
    font-size: 4em;
    color: #ff682e;
}

.blockquote1:after {
    content: '\e909';
    font-family: 'icomoon' !important;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 4em;
    color: #ff682e;
}

.cite1 {
    padding: 0 0 0 30px;
    font-size: 1.4em;
}

.list1 li {
    float: left;
}

.list3 li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.list3 li:before {
    content: "\e905";
    font-family: "icomoon";
    font-size: 0.6em;
    color: #ff682e;
    position: absolute;
    left: 2px;
    top: 5px;
}

.box1 {
    padding: 30px;
}

.box2 {
    padding: 40px 50px;
}

.box3 {
    height: 200px;
    text-align: center;
    display: table;
}

.box3 .icon-icon__plus {
    font-size: 4em;
    display: inline-block;
}

.box3 a {
    text-decoration: none;
}

.box3 .title5 {
    margin-bottom: 15px;
}

.box4 {
    padding: 50px;
}

.box5 {
    padding: 20px 30px;
}

.box6 {
    padding: 55px 0;
}

.box6.banner {
    padding: 45px 0;
}

.box6.banner .bt1 {
    border: 1px solid #fff;
    color: #fff;
}

.box6.banner .bt1:after {
    background: #fff;
}

.box6.banner .bt1 .animBt {
    color: #ff682e;
}

.box7 {
    padding: 40px 0;
}

.boxTitle {
    text-align: center;
}

.boxTitle .boxTitle__content {
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    width: 50px;
    display: inline-block;
}

.boxTitle .boxTitle__content img {
    margin-bottom: 15px;
}

.boxTitle2 {
    margin: 34px 0 34px;
}

.boxTitle2 h1 {
    display: inline-block;
    margin-right: 40px;
}

.boxTitle3 {
    margin: 34px 0 10px;
}

.resp {
    width: 100%;
    height: auto;
}


/* colors */

.colorGray {
    color: #b1b1b1;
}

.colorWhite {
    color: #fff !important;
}

.colorOrange {
    color: #ff682e;
}

.colorDarkGray {
    color: #535353;
}

.bgColorOrange {
    background-color: #ff682e;
}

.bgColorGray {
    background-color: #ebebeb;
}

.bgColorJaune {
    background-color: #f9b84e;
}

.bgColorViolet {
    background-color: #c24760;
}

.menu {
    height: 80px;
}

.menuMobile {
    display: none;
}

.menu__list {
    display: table;
    width: 100%;
    padding-right: 40px;
}

.menu__list>li {
    display: table-cell;
    height: 80px;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #ebebeb;
}

.menu__list>li:first-child {
    border-left: 0 none;
}

.menu__list>li.menu-item-has-children>a:after {
    content: '\e903';
    font-family: 'icomoon';
    font-size: 1.7em;
    vertical-align: middle;
    display: inline-block;
    color: #ff682e;
}

.menu__list>li a {
    text-decoration: none;
    color: #ff682e;
    font-size: 1.7em;
    font-family: 'HelveticaNeueW01-45Ligh';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    line-height: 79px;
}

.home {
    width: 86px;
    text-align: center;
    background-color: #535353;
}

.header {
    position: relative;
}

.header:first-of-type {
    height: 80px;
}

.HeaderBlock {
    background-color: #ff682e;
    position: relative;
    height: 360px;
}

.HeaderBlock__logo {
    text-align: center;
    line-height: 360px;
}

.HeaderBlock2,
.HeaderBlock2>div {
    height: 100%;
}

.HeaderBlock2__hidden {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}

.HeaderBlock2__over {
    width: 100%;
    position: relative;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    background-position: center !important;
}

@media screen and (min-width: 940px) {
    .HeaderBlock2:hover .HeaderBlock2__over {
        width: 50%;
    }
}

.HeaderAnim__content {
    text-align: center;
    background-color: #e85417;
}

.HeaderBlock2__container {
    display: table;
    width: 100%;
    height: 100%;
}

.HeaderBlock2__container h3 {
    margin-bottom: 20px;
}

.HeaderBlock2__content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.sub-menu {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    background-color: #ebebeb;
    padding: 0 50px;
    z-index: 999;
}

.sub-menu li {
    float: left;
    padding: 0 12px;
}

.sub-menu li:first-child:before {
    content: '';
    display: none;
}

.sub-menu li:before {
    content: '|';
    margin-right: 35px;
    color: #ff682e;
}

.sub-menu li a {
    line-height: 2.8em;
}

.sub-menu.submenuOn {
    display: block !important;
}

.lang {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.lang .lang__select.cs-skin-lang {
    width: 100%;
}

.lang .lang__select.cs-skin-lang .cs-placeholder {
    padding: 0;
    width: 100%;
    height: 80px;
    background-color: #ff682e;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    padding-top: 32px;
}

.lang .lang__select.cs-skin-lang .cs-placeholder:after {
    background-color: #ff682e;
    top: 60px;
    height: 18px;
    overflow: hidden;
    line-height: 14px;
    width: 100%;
}

.lang .lang__select.cs-skin-lang .cs-options {
    background-color: #f6f2f1;
}

.lang .lang__select.cs-skin-lang .cs-options li {
    color: #ff682e;
    font-size: 1.4em;
}

.lang .lang__select.cs-skin-lang .cs-options li span {
    height: 30px;
    text-align: center;
    padding: 0;
    line-height: 2em;
}

.lang .lang__select.cs-skin-lang .cs-options li:first-child {
    /*display:none;*/
}

.fct {
    font-style: normal;
}

.map {
    max-width: 100%;
}

.map__title {
    margin: 15px 0;
}

.map__title img {
    display: block;
    margin: 0 auto 15px;
}

.map {
    position: relative;
    padding-bottom: 30px;
}

.map__legend {
    position: absolute;
    left: 60%;
    bottom: -30px;
    transform: translateX(-50%);
    max-width: 89%;
}

.map__legend li {
    font-size: 1.5em;
}

.map__legend li .ico {
    background: url(../img/sprite__legend.jpg) 0 0 no-repeat;
    width: 34px;
    height: 34px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.map__legend .icoLegend1 {
    background-position: 0 0;
}

.map__legend .icoLegend2 {
    background-position: 0 -48px !important;
}

.map__legend .icoLegend3 {
    background-position: 0 -87px !important;
}

.map--fullWidth .map {
    width: 90%;
}

.map--fullWidth .map__legend {
    bottom: 30px;
    right: 30px;
}

.map--fullWidth .map__title {
    margin: 40px 0 30px;
}

.news {
    min-height: 555px;
}

.news .box4 .news__article {
    margin-bottom: 30px;
}

.news .box4 .news__article:last-child {
    margin-bottom: 0;
}

.news .boxTtile {
    margin-bottom: 25px;
}

.news .boxTtile .boxTtile__content img {
    margin-bottom: 20px;
}

.news .boxTtile .title2 {
    padding-bottom: 30px;
    position: relative;
}

.news .boxTtile .title2:after {
    content: '';
    border-bottom: 1px solid #fff;
    width: 50px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -25px;
}

.news .news__title {
    margin-bottom: 10px;
}

.news .news__date {
    font-size: 1.3em;
    margin-bottom: 10px;
    display: block;
}

.box5.knowMore {
    border-top: 1px solid #fff;
}

.box5.knowMore .link1 .labelBox5 {
    display: inline-block;
    float: right;
    line-height: 40px;
    font-size: 16px;
}

.actuSelect {
    margin-top: 0px;
    min-width: 150px;
    margin-left: 30px;
}

.actuSelect.cs-select .cs-placeholder {
    font-size: 1.4em;
}

.actuSelect.cs-select .cs-options li {
    color: #535353;
    font-size: 1.4em;
}

.article__content {
    padding: 0 50px;
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.aside1 {
    background-color: #ebebeb;
    padding: 50px;
}

.aside1 .article__content {
    padding: 0;
}

.aside1__title {
    margin: 0 0 50px 0;
}

.aside__listArticles li {
    margin: 0 0 50px 0;
}

.article {
    display: table;
}

.article p {
    color: #535353;
}

.article__listboutons {
    margin: 20px 0 0;
}

.article__listboutons li {
    margin: 0 10px 0 0;
}

.article__contentTxt {
    margin: 10px 0;
}

.gab2col aside {
    height: 100%;
}

.link1 {
    padding: 10px 15px;
    display: inline-block;
    font-size: 1.4em;
    color: #fff;
    text-decoration: none;
}

.link1:hover,
.link1.active {
    /*background-color:#000; color:#fff;*/
}

.link1 span {
    margin-right: 8px;
}

.bt1 {
    padding: 5px 55px;
    border: 1px solid #ff682e;
    color: #ff682e;
    font-size: 1.2em;
    font-family: 'HelveticaNeueW01-75Bold';
    line-height: 30px;
    background-color: transparent;
    display: inline-block;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bt1.postuler_offre {
    margin-top: 0px;
}

.bt1:after {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    content: '';
    left: 0;
    top: 0;
    padding: 0;
    z-index: -1;
    background: #ff682e;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
}

.bt1:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.bt1:hover .animBt {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.animBt {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    color: #fff;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    transition-timing-function: ease-out;
}

.bt2 {
    padding: 5px 15px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.2em;
    line-height: 30px;
    background-color: transparent;
    display: inline-block;
    min-width: 114px;
    text-align: center;
    font-family: 'HelveticaNeueW01-75Bold';
}

.btPlus {
    position: relative;
    overflow: hidden;
    line-height: 38px;
}

.btPlus.colorWhite {
    border: solid 2px #ffffff;
}

.btPlus.colorWhite .btPlus_anim {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.btPlus.colorWhite .btPlus_anim:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    background-color: #ff682e;
    position: absolute;
    left: 17px;
    top: 17px;
    border-radius: 100%;
    transition: all 0.4s ease-in-out;
}

.btPlus.colorWhite .btPlus_anim:after {
    content: "\e907";
    color: #fff;
    position: absolute;
    top: -50px;
    left: 12px;
    transition: all 0.4s ease-in-out;
    transition-delay: 0.1s;
}

.btPlus.colorWhite .btPlus_anim:hover:before {
    width: 42px;
    height: 42px;
    left: -1px;
    top: -1px;
}

.btPlus.colorWhite .btPlus_anim:hover:after {
    top: 0px;
}

.btPlus.colorOrange {
    border: solid 2px #ff682e;
}

.btPlus.colorOrange .btPlus_anim {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.btPlus.colorOrange .btPlus_anim:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    background-color: #fff;
    position: absolute;
    left: 17px;
    top: 17px;
    border-radius: 100%;
    transition: all 0.4s ease-in-out;
}

.btPlus.colorOrange .btPlus_anim:after {
    content: "\e907";
    color: #ff682e;
    position: absolute;
    top: -50px;
    left: 12px;
    transition: all 0.4s ease-in-out;
    transition-delay: 0.1s;
}

.btPlus.colorOrange .btPlus_anim:hover:before {
    width: 42px;
    height: 42px;
    left: -1px;
    top: -1px;
}

.btPlus.colorOrange .btPlus_anim:hover:after {
    top: 0px;
}

.input1 {
    border: 1px solid #535353;
    height: 40px;
    padding: 0 8px;
    font-size: 1.4em;
    width: 320px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
}

.file__label span {
    margin-right: 8px;
}

.contact {
    margin: 45px 0;
}

.contact h2 {
    color: #ff682e;
}

.contact .line {
    margin: 0 0 12px 0;
    line-height: 40px;
}

.contact .icon-icon__download {
    vertical-align: middle;
}

.contact .cs-options span {
    line-height: 20px;
    color: #000;
    font-size: 14px;
    color: #535353;
    padding: 10px;
    height: auto;
    white-space: normal;
}

.contact .cs-options .cs-selected span {
    background-color: #f5f2f1;
    font-family: 'HelveticaNeueW01-75Bold';
}

.contact .cs-options .cs-selected span:after {
    content: none;
}

.contact .contact__content {
    float: none;
    margin: 0 auto;
    min-width: 850px;
}

.contact .cs-select {
    width: 320px;
    font-weight: normal;
}

.contact .cs-skin-border ul li span {
    border-bottom: none;
}

.contact .cs-skin-border ul li:last-child span {
    border-bottom: 1px solid #000;
}

.contact__label {
    display: inline-block;
    width: 90px;
    text-align: right;
    padding-right: 8px;
    white-space: nowrap;
    line-height: 22px;
}


/*
.contact__2col>div:nth-child(2n){ text-align:right;
  .margLeft1{ text-align:left;}
}
*/

.blocTextArea {
    position: absolute;
    left: 89px;
    right: 0;
    top: 0;
}

.blocTextArea .textarea1 {
    width: 100%;
    border: 1px solid #535353;
    height: 100%;
    min-height: 300px;
    font-size: 14px;
    line-height: 20px;
}

.blocMessage {
    min-height: 300px;
    position: relative;
}

.blocTextArea2 {
    width: 320px;
    height: 100px;
    display: inline-block;
}

.blocTextArea2 .textarea2 {
    width: 100%;
    border: 1px solid #535353;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
}

.job,
.banner {
    margin-bottom: 45px;
}

.job.box6,
.banner.box6 {
    margin-bottom: 0px;
}

.job.box6 .contact,
.banner.box6 .contact {
    display: none;
}

.job .jobTitle {
    margin-bottom: 10px;
}

.hcard {
    margin-top: 20px;
    font-size: 1.2em;
}

.listPersons li {
    text-align: center;
    margin-bottom: 20px;
}

.listPersons img {
    border-radius: 50%;
}

.bgColorOrange .listPersons li {
    color: #fff;
}

.bgColorOrange .contact__label {
    color: #fff;
}

.bgColorOrange .input1,
.bgColorOrange .blocTextArea2 .textarea2 {
    border-color: #fff;
}

.bgColorOrange .contact h2 {
    color: #fff;
}

.bgColorOrange input[type="radio"]+label {
    border: 1px solid #fff !important;
}

.bgColorOrange input[type="radio"]+label:before {
    background: #fff !important;
}

.bgColorGray .listPersons li {
    color: #535353;
}

.wysiwyg--size1 {
    width: 75%;
}

.wysiwyg--2col {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
}

.wysiwyg__emploi {
    margin-bottom: 30px;
}

.wysiwyg__emploi h1 {
    font-size: 3em;
    font-family: 'HelveticaNeueW01-45Ligh';
    line-height: 110%;
    color: #ff682e;
    margin: 34px 0 10px;
}

.wysiwyg__emploi p {
    font-size: 1.7em;
    font-family: 'HelveticaNeueW01-45Ligh';
    margin-top: 15px;
}

.wysiwyg__emploi h2 {
    font-size: 2.6em;
    font-family: 'HelveticaNeueW01-45Ligh';
    margin-bottom: 25px;
    line-height: 110%;
    color: #ff682e;
}

.wysiwyg__emploi h3 {
    font-size: 2em;
    font-family: 'HelveticaNeueW01-75Bold';
    line-height: 110%;
    color: #535353;
    margin-bottom: 8px;
}

.wysiwyg__emploi>ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.wysiwyg__emploi>ul li:before {
    content: "\e905";
    font-family: "icomoon";
    font-size: 0.6em;
    color: #ff682e;
    position: absolute;
    left: 2px;
    top: 5px;
}

.wysiwyg__emploi>ul>li {
    font-size: 1.7em;
    font-family: 'HelveticaNeueW01-45Ligh';
    margin-bottom: 0 !important;
}

.wysiwyg__emploi.wysiwyg--2col {
    position: relative;
    padding-top: 45px;
}

.wysiwyg__emploi.wysiwyg--2col h2 {
    position: absolute;
    top: 0;
}

.wysiwyg__emploi.wysiwyg--2col>ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.wysiwyg__emploi.wysiwyg--2col>ul li:before {
    content: "\e905";
    font-family: "icomoon";
    font-size: 0.6em;
    color: #ff682e;
    position: absolute;
    left: 2px;
    top: 5px;
}

.wysiwyg__emploi.wysiwyg--2col>ul>li {
    font-size: 1.7em;
    font-family: 'HelveticaNeueW01-45Ligh';
}

.wysiwyg__presentation h1,
.wysiwyg__pays h1 {
    font-size: 3em;
    font-family: 'HelveticaNeueW01-45Ligh';
    line-height: 110%;
    color: #ff682e;
    margin: 64px 0 40px;
}

.wysiwyg__presentation h2,
.wysiwyg__pays h2 {
    font-size: 2.6em;
    font-family: 'HelveticaNeueW01-45Ligh';
    margin-bottom: 25px;
    line-height: 110%;
    color: #ff682e;
    margin-bottom: 20px;
}

.wysiwyg__presentation p,
.wysiwyg__pays p {
    font-size: 1.7em;
    font-family: 'HelveticaNeueW01-45Ligh';
    margin-bottom: 15px;
    color: #535353;
}

.wysiwyg__presentation p em,
.wysiwyg__pays p em {
    color: #535353;
}

.wysiwyg__presentation blockquote,
.wysiwyg__pays blockquote {
    position: relative;
    padding: 40px 0 40px 30px;
    padding: 40px 0 40px 0;
}

.wysiwyg__presentation blockquote:before,
.wysiwyg__pays blockquote:before {
    content: '\e908';
    font-family: 'icomoon' !important;
    position: absolute;
    top: -15px;
    left: 0;
    font-size: 4em;
    color: #ff682e;
}

.wysiwyg__presentation blockquote:after,
.wysiwyg__pays blockquote:after {
    content: '\e909';
    font-family: 'icomoon' !important;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 4em;
    color: #ff682e;
}

.wysiwyg__presentation blockquote p,
.wysiwyg__pays blockquote p {
    color: #535353;
}

.wysiwyg__presentation>ul li,
.wysiwyg__pays>ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.wysiwyg__presentation>ul li:before,
.wysiwyg__pays>ul li:before {
    content: "\e905";
    font-family: "icomoon";
    font-size: 0.6em;
    color: #ff682e;
    position: absolute;
    left: 2px;
    top: 5px;
}

.wysiwyg__presentation>ul>li,
.wysiwyg__pays>ul>li {
    font-size: 1.7em;
    font-family: 'HelveticaNeueW01-45Ligh';
}

.wysiwyg__pays {
    margin-bottom: 0;
}

.wysiwyg__blocTxt {
    padding: 30px;
    float: right;
}

.wysiwyg__blocTxt p {
    font-size: 1.7em;
    font-family: 'HelveticaNeueW01-45Ligh';
    margin-top: 15px;
}

.wysiwyg__blocTxt h2 {
    font-size: 2.6em;
    font-family: 'HelveticaNeueW01-45Ligh';
    margin-bottom: 25px;
    line-height: 110%;
    color: #ff682e;
}

.wysiwyg__blocTxt h3 {
    font-size: 2em;
    font-family: 'HelveticaNeueW01-75Bold';
    line-height: 110%;
    color: #535353;
    margin-bottom: 8px;
}

.wysiwyg__blocTxt>ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.wysiwyg__blocTxt>ul li:before {
    content: "\e905";
    font-family: "icomoon";
    font-size: 0.6em;
    color: #ff682e;
    position: absolute;
    left: 2px;
    top: 5px;
}

.wysiwyg__blocTxt>ul>li {
    font-size: 1.7em;
    font-family: 'HelveticaNeueW01-45Ligh';
}

.wysiwyg--videoTxt {
    min-height: 360px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

.wysiwyg__presentation iframe,
.wysiwyg__presentation img {
    float: left;
}

.wysiwyg__presentation>ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.wysiwyg__presentation>ul li:before {
    content: "\e905";
    font-family: "icomoon";
    font-size: 0.6em;
    color: #ff682e;
    position: absolute;
    left: 2px;
    top: 5px;
}

.wysiwyg__presentation>ul>li {
    font-size: 1.7em;
    font-family: 'HelveticaNeueW01-45Ligh';
}

.wysiwyg__presentation.media--right iframe,
.wysiwyg__presentation.media--right img {
    float: right;
}

.wysiwyg__presentation.media--right .wysiwyg__blocTxt {
    float: left;
}

.wysiwyg__video {
    position: absolute;
    top: 0;
    bottom: 0;
}


/*.media--right{
    @media screen and (min-width: (@breakpoint_md)){
      iframe, img{ left: auto; right: 0; }
      h2{ left:50px; top:40px; right:55%}
      p{ left:50px; right:55%; }
     }
  }*/

.historique {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    background-color: #f5f2f1;
}

.historique .historique__nav {
    position: absolute;
    z-index: 999;
    width: 640px;
    left: 50%;
    margin-left: -320px;
}

.historique .historique__nav #historique__prev {
    position: absolute;
    left: -20px;
    width: 40px;
    top: 10px;
    height: 40px;
    display: inline-block;
    background-color: #fff;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.historique .historique__nav #historique__next {
    position: absolute;
    right: -20px;
    width: 40px;
    top: 10px;
    height: 40px;
    display: inline-block;
    background-color: #fff;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.historique .historique__nav span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    position: absolute;
}

.historique__liste {
    margin-left: 0;
}

.historique__liste>li {
    float: left;
    width: 640px;
    position: relative;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: #fff;
    margin-right: 2px !important;
    padding-bottom: 15px;
    height: 100%;
}

.historique__liste>li.current {
    opacity: 1;
    filter: alpha(opacity=100);
}

.historique__liste>li.current ul li:first-child {
    background-color: #ff682e;
    margin: 0 0 30px 0;
}

.wysiwyg__historique li {
    margin: 0 50px 15px 50px;
    font-size: 1.6em;
}

.wysiwyg__historique li:first-child {
    text-align: center;
    font-size: 40px;
    line-height: 60px;
    margin: 0 0 25px 0;
    font-family: 'HelveticaNeueW01-75Bold';
    color: #fff;
    background-color: #eeeae9;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.wysiwyg__historique li:first-child:before {
    content: '';
}

.wysiwyg__historique li.current {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media screen and (min-width: 767px) {
    .keyFigures__list {
        height: 0;
        padding-bottom: 25%;
    }
    .keyFigures__list li {
        text-align: center;
        display: table;
        height: 100%;
    }
}

.wysiwyg__keyFigures {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}

.wysiwyg__keyFigures h2 {
    font-size: 6em;
    color: #f9b84e;
    font-family: 'HelveticaNeueW01-45Ligh';
    line-height: 60px;
}

.wysiwyg__keyFigures h3 {
    font-size: 8em;
    color: #fff;
    font-family: 'HelveticaNeueW01-75Bold';
}

.wysiwyg__keyFigures p {
    color: #fff;
    font-size: 2em;
    font-family: 'HelveticaNeueW01-45Ligh';
    line-height: 128%;
}

.wysiwyg__keyFigures p strong {
    font-family: 'HelveticaNeueW01-75Bold';
    font-weight: normal;
}

.wysiwyg__keyFigures>ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.wysiwyg__keyFigures>ul li:before {
    content: "\e905";
    font-family: "icomoon";
    font-size: 0.6em;
    color: #ff682e;
    position: absolute;
    left: 2px;
    top: 5px;
}

.wysiwyg__keyFigures>ul>li {
    font-size: 1.7em;
    font-family: 'HelveticaNeueW01-45Ligh';
}

.wysiwyg__w1,
.wysiwyg__w2 {
    padding: 20px 0;
}

.wysiwyg__w1 h2,
.wysiwyg__w2 h2 {
    font-size: 2.6em;
    font-family: 'HelveticaNeueW01-45Ligh';
    margin-bottom: 25px;
    line-height: 110%;
    color: #ff682e;
}

.wysiwyg__w1 h3,
.wysiwyg__w2 h3 {
    font-size: 1.9em;
    font-family: 'HelveticaNeueW01-45Ligh';
}

.wysiwyg__w1 p,
.wysiwyg__w2 p {
    font-size: 1.7em;
    margin-bottom: 25px;
    /*font-family:@fontHelvetica65 */
}

.wysiwyg__w1>ul li,
.wysiwyg__w2>ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.wysiwyg__w1>ul li:before,
.wysiwyg__w2>ul li:before {
    content: "\e905";
    font-family: "icomoon";
    font-size: 0.6em;
    color: #ff682e;
    position: absolute;
    left: 2px;
    top: 5px;
}

.wysiwyg__w1>ul>li,
.wysiwyg__w2>ul>li {
    font-size: 1.7em;
    font-family: 'HelveticaNeueW01-45Ligh';
}

.wysiwyg__w1 ol,
.wysiwyg__w2 ol {
    font-size: 30px;
    color: #ff682e;
    font-family: 'HelveticaNeueW01-45Ligh';
}

.wysiwyg__w1 ol li h2,
.wysiwyg__w2 ol li h2 {
    font-size: 30px;
}

.wysiwyg__w2 {
    padding: 30px 0;
}

.article3>section.row:nth-child(0n+3) .wysiwyg:not(.wysiwyg__emploi) {
    padding-top: 0 !important;
}

@media screen and (min-width: 940px) {
    .flexbox .banner .banner__content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .flexbox .banner .banner__content>div {
        float: none;
        width: auto;
    }
    .flexbox .banner .banner__content .title3 {
        margin-bottom: 0;
    }
    .flexbox .banner .banner__content .bt2 {
        padding: 10px 80px;
    }
    .flexbox .banner .banner__content img {
        border-radius: 100px;
        overflow: hidden;
        height: 165px;
    }
}

.popin {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: url(../img/bg-opacity.png) repeat 0 0;
    top: 0;
    left: 0;
    display: none;
}

.popin__content {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    left: 50%;
    top: 50%;
    height: 60%;
    background-color: #fff;
    min-height: 528px;
    min-width: 720px;
    width: 67%;
    max-width: 1000px;
}

.popin__desc {
    height: 100%;
    padding: 63px 45px;
    overflow: hidden;
}

.popin__descTxt {
    margin: 32px 0;
    font-size: 1.3em;
}

.popin__img {
    width: auto;
    float: left;
    height: 100%;
}

.close {
    width: 20px;
    height: 35px;
    position: absolute;
    top: -40px;
    right: 0;
    text-decoration: none;
    font-weight: lighter;
    color: #fff;
}

.close:after {
    content: 'X';
    font-size: 3em;
}

.popin__properties {
    font-size: 1.3em;
}

.popin__properties li {
    margin-bottom: 10px;
}

.popin__logoMarque {
    margin: 50px 0;
}

.noPadd {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.noPaddH {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.cBoth {
    clear: both;
    display: block;
}

.mg10_0 {
    margin: 10px 0;
}

.mg20_0 {
    margin: 20px 0;
}

.mgTop35 {
    margin-top: 35px;
}

.mgTop60 {
    margin-top: 60px;
}

.vBottom {
    vertical-align: bottom !important;
}

.vMiddle {
    vertical-align: middle;
    display: table-cell;
    margin: 0 auto;
}

.resp {
    width: 100%;
    height: auto;
}

.hr1 {
    border-color: #fff;
}

.margLeft1 {
    margin-left: 90px !important;
}

.mgBottom0 {
    margin-bottom: 0px !important;
}

.mgBottom40 {
    margin-bottom: 40px;
}

.mgBottom60 {
    margin-bottom: 60px;
}

.noDesktop {
    display: none;
}

.paddR1 {
    padding-right: 50px;
}

.paddL1 {
    padding-left: 50px;
}

.aligncenter {
    text-align: center;
}

.footer {
    height: 90px;
    line-height: 90px;
}

.footer .FooterMenu a {
    color: #535353;
}

.footer .FooterMenu li {
    float: left;
    padding: 0 5px;
    font-family: 'HelveticaNeueW01-45Ligh';
    font-size: 12px;
}

.footer .FooterMenu li:first-child:before {
    content: '';
    display: none;
}

.footer .FooterMenu li:before {
    content: '|';
    margin-right: 5px;
    color: #ff682e;
}


/* Default custom select styles */

div.cs-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background: #fff;
    z-index: 100;
    max-width: 500px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.cs-select:focus {
    outline: none;
    /* For better accessibility add a style for this in your skin */
}

.cs-select select {
    display: none;
}

.cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    /*padding: 1em;*/
    padding: 0 8px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Placeholder and selected option */

.cs-select>span {
    padding-right: 3.5em;
}

.cs-select>span::after,
.cs-select .cs-selected span::after {
    speak: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs-select>span::after {
    content: '\25BE';
    right: 0;
    width: 40px;
    background-color: #ebebeb;
    text-align: center;
    font-size: 3em;
    color: #fff;
}

.cs-select .cs-selected span::after {
    content: '\2713';
    margin-left: 1em;
}

.cs-select.cs-active>span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
    z-index: 200;
}


/* Options */

.cs-select .cs-options {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    visibility: hidden;
}

.cs-select.cs-active .cs-options {
    visibility: visible;
}

.cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cs-select ul span {
    padding: 1em;
}

.cs-select ul li.cs-focus span {
    background-color: #ddd;
}


/* Optgroup and optgroup label */

.cs-select li.cs-optgroup ul {
    padding-left: 1em;
}

.cs-select li.cs-optgroup>span {
    cursor: default;
}

div.cs-skin-border {
    background: transparent;
    font-size: 1.4em;
    font-weight: 700;
    max-width: 600px;
}

@media screen and (max-width: 30em) {
    div.cs-skin-border {
        font-size: 1em;
    }
}

.cs-skin-border>span {
    border: 1px solid #535353;
    border-color: inherit;
    -webkit-transition: background 0.2s, border-color 0.2s;
    transition: background 0.2s, border-color 0.2s;
    line-height: 40px;
}

.cs-skin-border>span::after,
.cs-skin-border .cs-selected span::after {
    /* font-family: 'icomoon';
  content: '\e000';*/
}

.cs-skin-border ul span::after {
    content: '';
    opacity: 0;
}

.cs-skin-border .cs-selected span::after {
    content: '\e00e';
    color: #ddd9c9;
    font-size: 1.5em;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cs-skin-border.cs-active>span {
    /* background: #fff;
  border-color: #fff;
  color: #2980b9;*/
}

.cs-skin-border .cs-options {
    color: #2980b9;
    font-size: 0.75em;
    opacity: 0;
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
    transition: opacity 0.2s, visibility 0s 0.2s;
}

.cs-skin-border.cs-active .cs-options {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cs-skin-border ul span {
    padding: 1em 2em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
    background: #f5f3ec;
}

.onlyMobile,
.onlyTable {
    display: none;
}

@media screen and (min-width: 1300px) {
    .media--right .wysiwyg__blocTxt {
        padding-left: 0px !important;
    }
    .row {
        padding-left: 0px !important;
    }
    .historique .row {
        padding-left: 30px !important;
    }
    .footer .row {
        padding-left: 30px !important;
    }
    .box1 .row,
    .box2 .row,
    .box3 .row,
    .box4 .row,
    .box5 .row,
    .box6 .row,
    .box7 .row,
    .boxTitle .row,
    .boxTitle__content .row,
    .boxTitle2 .row,
    .boxTitle3 .row {
        padding-left: 30px !important;
    }
    .box1.row,
    .box2.row,
    .box3.row,
    .box4.row,
    .box5.row,
    .box6.row,
    .box7.row,
    .boxTitle.row,
    .boxTitle__content.row,
    .boxTitle2.row,
    .boxTitle3.row {
        padding-left: 30px !important;
    }
}

@media screen and (min-width: 767px) {
    .keyFigures__list li:first-child .wysiwyg__keyFigures {
        vertical-align: middle;
        padding: 0 15px;
    }
    .wysiwyg__keyFigures {
        vertical-align: inherit;
        padding: 65px 15px;
    }
}

@media screen and (max-width: 767px) {
    html {
        margin: 0 !important;
    }
    main {
        margin-top: 50px !important;
    }
    .wrapper {
        width: 320px;
        overflow: hidden;
    }
    .noMobile {
        display: none !important;
    }
    .noDesktop {
        display: block;
    }
    #wpadminbar {
        display: none;
    }
    .breadcrumb {
        display: none;
    }
    .gab2col>div {
        height: auto !important;
    }
    .row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .noPadd {
        padding: 0px 0px !important;
    }
    .noPaddHMob {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .scale90 {
        transform: scale(0.8);
    }
    .header {
        height: 50px !important;
        width: 100%;
        padding-bottom: 0;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 1001;
    }
    .menu {
        display: none;
    }
    .lang {
        display: none;
    }
    .menuMobile {
        display: block;
    }
    .menuMobile-header {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #f6f2f1;
        text-align: center;
        line-height: 50px;
    }
    .menuMobile-header .logoMobile {
        padding: 0;
        height: 40px;
        transform: scale(0.96);
    }
    .menuMobile-navigation {
        display: none;
        z-index: 1000;
        position: relative;
        overflow-y: scroll;
        overflow-x: hidden;
        background: #fff;
    }
    .menuMobile-navigation-links,
    .menuMobile-navigation-lang {
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .menuMobile-navigation-links .menu__list,
    .menuMobile-navigation-lang .menu__list {
        display: block;
        width: 100%;
        padding: 0;
    }
    .menuMobile-navigation-links .menu__list .home,
    .menuMobile-navigation-lang .menu__list .home {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: #ff682e;
    }
    .menuMobile-navigation-links .menu__list .home a,
    .menuMobile-navigation-lang .menu__list .home a {
        color: #fff;
        line-height: 50px;
    }
    .menuMobile-navigation-links .menu__list .home .icon-icon__home,
    .menuMobile-navigation-lang .menu__list .home .icon-icon__home {
        display: none;
    }
    .menuMobile-navigation-links .menu__list .menu-item,
    .menuMobile-navigation-lang .menu__list .menu-item {
        display: block;
        height: auto;
        background: #ff682e;
        position: relative;
        border: none;
    }
    .menuMobile-navigation-links .menu__list .menu-item a,
    .menuMobile-navigation-lang .menu__list .menu-item a {
        color: #fff;
        line-height: 50px;
    }
    .menuMobile-navigation-links .menu__list .menu-item-has-children a:after,
    .menuMobile-navigation-lang .menu__list .menu-item-has-children a:after {
        color: #fff;
        position: absolute;
        right: 10px;
        top: 0px;
    }
    .menuMobile-navigation-links .menu__list .menu-item .sub-menu,
    .menuMobile-navigation-lang .menu__list .menu-item .sub-menu {
        padding: 0;
        background: #fff;
        position: relative;
    }
    .menuMobile-navigation-links .menu__list .menu-item .sub-menu li,
    .menuMobile-navigation-lang .menu__list .menu-item .sub-menu li {
        display: block;
        float: none;
        padding: 0;
        color: #535353;
        background: #fff;
    }
    .menuMobile-navigation-links .menu__list .menu-item .sub-menu li a,
    .menuMobile-navigation-lang .menu__list .menu-item .sub-menu li a {
        color: #535353;
    }
    .menuMobile-navigation-links .menu__list .menu-item .sub-menu li:before,
    .menuMobile-navigation-lang .menu__list .menu-item .sub-menu li:before {
        margin: 0;
        content: '';
    }
    .menuMobile-navigation-lang {
        overflow: visible !important;
    }
    .menuMobile #burgerButton {
        top: 15px;
        left: 15px;
        position: absolute;
        overflow: hidden;
        cursor: pointer;
        z-index: 11;
    }
    .menuMobile #burgerButton.active .slice1 {
        transform: rotateZ(-45deg) translate3d(-4px, 4px, 0);
        -webkit-transform: rotateZ(-45deg) translate3d(-4px, 4px, 0);
        -ms-transform: rotateZ(-45deg) translate3d(-4px, 4px, 0);
    }
    .menuMobile #burgerButton.active .slice2 {
        opacity: 0;
    }
    .menuMobile #burgerButton.active .slice3 {
        transform: rotateZ(45deg) translate3d(-5px, -5px, 0);
        -webkit-transform: rotateZ(45deg) translate3d(-5px, -5px, 0);
        -ms-transform: rotateZ(45deg) translate3d(-5px, -5px, 0);
    }
    .menuMobile #burgerButton .slice1,
    .menuMobile #burgerButton .slice2,
    .menuMobile #burgerButton .slice3 {
        position: relative;
        margin: 3px 0;
        width: 22px;
        height: 3px;
        background: #535353;
        border-radius: 1px;
        transition: all 250ms ease-out;
    }
    .HeaderBlock {
        height: auto;
    }
    .HeaderBlock2__over {
        padding: 50px 40px;
    }
    .HeaderBlockhidden {
        display: none;
    }
    .blockquote1 {
        padding: 50px 0;
    }
    .map__title {
        margin: 40px 0;
    }
    .mapWrapper {
        overflow: scroll;
    }
    .mapWrapper img.map {
        height: 350px;
        width: auto;
        max-width: none;
    }
    .map__legend {
        position: relative;
        padding: 0 20px;
        right: 0;
        left: auto;
        transform: none;
    }
    .map__legend img {
        width: 100%;
    }
    .news .box4 .news__article {
        margin-bottom: 100px;
    }
    .news .box4 .news__article:first-of-type {
        margin-top: 40px;
    }
    .news .box4 .news__article:last-child {
        margin-bottom: 0;
    }
    .menu__contenair {
        width: 100%;
        z-index: 9;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 46px;
        background: url(../img/logo-mobile2.png) no-repeat center 10px;
    }
    .menu__contenair .sub-menu {
        background-color: #f6f2f1;
        padding: 0;
        position: inherit;
    }
    .menu__contenair .sub-menu li {
        border-bottom: 1px solid #535353;
        float: none;
    }
    .menu__contenair .sub-menu li:last-child {
        border-bottom: 0 none;
    }
    .menu__contenair .sub-menu li:before {
        content: '';
        margin-right: 0;
    }
    .menu__contenair .sub-menu li a {
        color: #535353;
        line-height: 1.4em;
        padding: 8px 0;
    }
    .menu__contenair .menu__list {
        display: block;
    }
    .menu__contenair .menu__list>li {
        display: block;
        width: 100%;
        border-left: 0 none;
        height: auto;
        background-color: #ff682e;
        border-bottom: 1px solid #fff;
    }
    .menu__contenair .menu__list>li.menu-item-has-children>a:after {
        color: #fff;
    }
    .menu__contenair .menu__list>li>a {
        line-height: 2.5em;
        color: #fff;
    }
    .menu__contenair .home {
        background-color: transparent;
    }
    .menu__contenair .home .icon-icon__home {
        display: none;
    }
    .article__content {
        padding: 50px 30px;
    }
    .contact__2col>div:nth-child(2n) {
        text-align: left;
    }
    .contact .contact__content {
        min-width: auto;
    }
    div.cs-select,
    .input1 {
        width: 260px !important;
    }
    .contact__label {
        text-align: left;
        width: auto;
    }
    .g-recaptcha {
        margin-left: -30px;
    }
    .g-recaptcha-custom {
        transform: scale(0.85);
        margin-left: -20px;
    }
    .blocTextArea {
        position: inherit;
        left: 0;
    }
    .blocTextArea width:250px .textarea1 {
        width: 260px;
    }
    .blocTextArea2 .textarea2 {
        width: 260px;
    }
    .margLeft1 {
        margin-left: 0 !important;
    }
    .paddR1 {
        padding-right: 0;
    }
    .paddL1 {
        padding-left: 0;
    }
    .wysiwyg__w1 {
        padding: 30px 0;
    }
    .wysiwyg__w1 img {
        max-width: 100%;
        height: auto;
    }
    .wysiwyg--2col {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    .wysiwyg__presentation.wysiwyg--videoTxt,
    .wysiwyg__presentation.wysiwyg--imgTxt,
    .wysiwyg__pays.wysiwyg--videoTxt,
    .wysiwyg__pays.wysiwyg--imgTxt {
        margin: 0;
    }
    .wysiwyg__presentation.wysiwyg--videoTxt h2,
    .wysiwyg__presentation.wysiwyg--imgTxt h2,
    .wysiwyg__pays.wysiwyg--videoTxt h2,
    .wysiwyg__pays.wysiwyg--imgTxt h2 {
        padding: 0;
    }
    .wysiwyg__presentation.wysiwyg--videoTxt p,
    .wysiwyg__presentation.wysiwyg--imgTxt p,
    .wysiwyg__pays.wysiwyg--videoTxt p,
    .wysiwyg__pays.wysiwyg--imgTxt p {
        padding: 0;
    }
    .wysiwyg__presentation.wysiwyg--videoTxt hr,
    .wysiwyg__presentation.wysiwyg--imgTxt hr,
    .wysiwyg__pays.wysiwyg--videoTxt hr,
    .wysiwyg__pays.wysiwyg--imgTxt hr {
        display: none;
    }
    .wysiwyg__video {
        position: relative;
        height: 240px;
    }
    .keyFigures__list li {
        display: table;
        width: 100%;
    }
    .keyFigures__list li:first-child {
        height: 150px !important;
    }
    .keyFigures__list .wysiwyg__keyFigures {
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px;
        text-align: center;
    }
    .historique .historique__nav {
        width: auto;
        left: 15px;
        right: 15px;
        margin-left: 0;
    }
    .historique .historique__nav #historique__prev {
        left: 0;
    }
    .historique .historique__nav #historique__next {
        right: 0;
    }
    .wysiwyg__historique li {
        margin: 0 20px 15px 20px;
    }
    .banner__content>div:last-child {
        text-align: center;
    }
    .box6.banner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .box6.banner .banner__content {
        text-align: center;
    }
    .box6.banner .banner__content img {
        border-radius: 100%;
    }
    .box6.banner .banner__content .title3 {
        margin-top: 25px;
    }
    .box7 {
        padding: 40px 20px;
    }
    .services .box3 {
        display: block;
        text-align: : center;
        width: 100%;
        height: 100%;
    }
    .services .box3 .vMiddle {
        width: 100%;
        display: block;
        padding: 60px;
    }
    .actuSelect {
        margin-top: 35px;
        min-width: 150px;
        margin-left: 0px;
    }
    .actuSelect.cs-select .cs-placeholder {
        font-size: 1.7em;
    }
    .actuSelect.cs-select .cs-options li {
        font-size: 1.7em;
    }
    .contact .line {
        width: 260px;
    }
    .civilite .contact__label {
        width: 45px;
    }
    .civilite .contact__label:last-of-type {
        margin-left: 40px;
    }
    .footer {
        width: 100%;
        line-height: inherit;
        height: auto;
        min-height: 50px;
        padding: 20px;
    }
    .footer .row {
        padding: 0 !important;
    }
    .footer .FooterMenu li a {
        color: #535353;
    }
    .footer .FooterMenu li a:visited {
        color: #ff682e;
    }
    .footer .FooterMenu li::before {
        display: none;
    }
}

@media screen and (min-width: 767px) and (max-width: 940px) {
    .noTablet {
        display: none !important;
    }
    .HeaderAnim {
        display: none;
    }
    .contact__2col>div:nth-child(2n) {
        text-align: left;
    }
    .menu__list>li {
        padding-top: 18px;
        height: 62px;
    }
    .menu__list>li a {
        font-size: 13px;
        line-height: 1.2em;
        padding: 0 3px;
    }
    .sub-menu li {
        padding: 0 3px;
    }
    .sub-menu li:before {
        margin-right: 5px;
    }
    .sub-menu li a {
        padding: 5px 3px;
    }
    .home {
        width: 45px;
    }
    .lang .lang__select.cs-skin-lang .cs-placeholder {
        padding-top: 15px;
        height: 62px;
    }
    .lang .lang__select.cs-skin-lang .cs-placeholder:after {
        top: 45px;
        font-size: 2em;
    }
    /*.article__contentTxt{ display:none }*/
    .contact .contact__content {
        min-width: 500px;
        width: 450px;
    }
    .blocTextArea {
        width: 320px;
    }
    .wysiwyg--2col {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
    .paddR1 {
        padding-right: 0;
    }
    .paddL1 {
        padding-left: 0;
    }
    .menu {
        height: auto;
    }
    .wysiwyg--2col {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    .wysiwyg__emploi {
        margin-bottom: 30px;
    }
    .wysiwyg__keyFigures {
        font-size: 80%;
    }
    .wysiwyg__keyFigures h3 {
        line-height: 1.2em;
    }
    .wysiwyg__keyFigures p {
        margin-bottom: 10px;
    }
    .keyFigures__list {
        overflow: initial;
    }
    .wysiwyg__presentation.wysiwyg--videoTxt,
    .wysiwyg__presentation.wysiwyg--imgTxt,
    .wysiwyg__pays.wysiwyg--videoTxt,
    .wysiwyg__pays.wysiwyg--imgTxt {
        margin: 0;
    }
    .wysiwyg__presentation.wysiwyg--videoTxt h2,
    .wysiwyg__presentation.wysiwyg--imgTxt h2,
    .wysiwyg__pays.wysiwyg--videoTxt h2,
    .wysiwyg__pays.wysiwyg--imgTxt h2 {
        padding: 30px 0px 0 0px;
    }
    .wysiwyg__presentation.wysiwyg--videoTxt p,
    .wysiwyg__presentation.wysiwyg--imgTxt p,
    .wysiwyg__pays.wysiwyg--videoTxt p,
    .wysiwyg__pays.wysiwyg--imgTxt p {
        padding: 0 0px 30px 0px;
    }
    .wysiwyg__blocTxt {
        padding: 30px 42px;
    }
    .wysiwyg__video {
        position: relative;
        height: 430px;
    }
    .flexbox .banner .banner__content>div {
        float: none;
        display: inline-block;
    }
    .flexbox .banner .banner__content>div.col-sm-4 {
        margin-left: -2px;
        padding: 0 0 0 20px;
    }
    .flexbox .banner .banner__content>div img {
        border-radius: 100px;
    }
    .map__legend {
        position: relative;
        text-align: right;
        right: 0;
        left: auto;
        transform: none;
    }
    .map__legend img {
        max-width: 40%;
    }
    .aside1 {
        background: #f9f8f8;
    }
    .input1,
    .blocTextArea2 .textarea2,
    .blocTextArea .textarea1 {
        -webkit-border-radius: 0;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .services .box3 {
        display: flex;
        align-items: center;
    }
    .services .box3 .vMiddle {
        display: block;
        width: 100%;
    }
    .pos-title-sm {
        width: 33.33333333%;
        text-align: center;
        padding-left: 20px;
    }
    .txtC-sm {
        text-align: center;
    }
    .wysiwyg__presentation.media--right .wysiwyg__blocTxt {
        padding-top: 0;
    }
    .blocTextArea {
        left: 92px;
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .menu__list>li {
        height: 70px;
    }
    .menu__list>li a {
        font-size: 15px;
        line-height: 1.2em;
        padding: 11px 3px;
    }
    .lang .lang__select.cs-skin-lang .cs-placeholder {
        height: 70px;
        padding-top: 25px;
    }
    .lang .lang__select.cs-skin-lang .cs-placeholder:after {
        top: 55px;
        font-size: 2em;
    }
    .input1,
    .blocTextArea2 .textarea2,
    .blocTextArea .textarea1 {
        -webkit-border-radius: 0;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
}


/* --------------------------------------------------------------------------------------- */


/* 											END CUSTOM                               		*/


/* --------------------------------------------------------------------------------------- */