@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/*
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
*/
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Google Fonts > "functions.php" > "function google_fonts()". */
/* wp_enqueue_style('googleFonts', 'https://fonts.googleapis.com/css?family=Roboto:400,300,700,900'); */
h1, h2, h3, h4, h5, h6, ol, ul, table, p {
  margin: 10px 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, ol:first-child, ul:first-child, table:first-child, p:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, ol:last-child, ul:last-child, table:last-child, p:last-child {
  margin-bottom: 0;
}

header .container, footer .container {
  margin: auto;
  padding: 0;
  max-width: 1200px;
}

.container h1 {
  margin: auto;
  padding: 0;
  max-width: 1200px;
}
.container .post-content > * {
  margin: auto;
  padding: 0;
  max-width: 1200px;
}
@media only screen and (max-width : 992px) {
  .container .post-content > * {
    max-width: 100%;
  }
}
.container .post-content > *.maxed {
  max-width: none;
}
.container .post-content > *.padded {
  max-width: 950px;
  padding: 0 15px;
}

.wp-block-columns {
  gap: 0 !important;
}
.wp-block-columns .wp-block-column {
  padding: 5px;
  /*
  &:first-child 
  {
  	text-align: right;
  }
  */
}
.wp-block-columns .wp-block-column .wp-block-image {
  margin-bottom: 0;
}
.wp-block-columns.maxed .wp-block-column {
  padding: 0;
}
.wp-block-columns.maxed .wp-block-column p, .wp-block-columns.maxed .wp-block-column ul {
  padding: 2px;
  max-width: 460px;
}
.wp-block-columns.maxed .wp-block-column:first-child > * {
  float: right;
}
.wp-block-columns.maxed .wp-block-column:first-child:after {
  content: " ";
  display: block;
}

#flex-content .bloc {
  overflow: hidden;
  margin: 30px 0;
}
@media only screen and (max-width : 600px) {
  #flex-content .bloc {
    margin: 0 0 15px 0;
  }
}
#flex-content .bloc .row {
  display: block;
  margin: 15px 0;
}
#flex-content .bloc .row:first-child {
  margin-top: 0;
}
#flex-content .bloc .row:last-child {
  margin-bottom: 0;
}
#flex-content .bloc .layout-titre {
  text-align: center;
}
#flex-content .bloc .layout-image {
  text-align: center;
}
#flex-content .bloc .layout-galerie .slide {
  text-align: center;
}
#flex-content .bloc .layout-bouton {
  margin-top: 10px;
  text-align: right;
}
#flex-content .bloc .layout-bouton a {
  display: inline-block;
  padding: 5px;
  border: 2px solid #000000;
  text-decoration: none;
}
#flex-content .bloc .layout-bouton a:hover {
  border-color: #000000;
}
#flex-content .bloc .cols-wrapper {
  padding: 0;
  margin: 0 -20px;
  font-size: 0;
}
#flex-content .bloc .cols-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width : 600px) {
  #flex-content .bloc .cols-wrapper {
    margin: 0;
  }
}
#flex-content .bloc .cols-wrapper .col {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media only screen and (max-width : 600px) {
  #flex-content .bloc .cols-wrapper .col {
    padding: 0;
  }
}
#flex-content .bloc .cols-wrapper .col.col-1 {
  float: left;
}
#flex-content .bloc .cols-wrapper .col.col-2 {
  float: right;
}
#flex-content .bloc .cols-wrapper.cols-20-80 .col-1 {
  width: 20%;
}
#flex-content .bloc .cols-wrapper.cols-20-80 .col-2 {
  width: 80%;
}
@media only screen and (max-width : 600px) {
  #flex-content .bloc .cols-wrapper.cols-20-80 .col-1,
#flex-content .bloc .cols-wrapper.cols-20-80 .col-2 {
    width: 100%;
  }
}
#flex-content .bloc .cols-wrapper.cols-30-70 .col-1 {
  width: 30%;
}
#flex-content .bloc .cols-wrapper.cols-30-70 .col-2 {
  width: 70%;
}
@media only screen and (max-width : 600px) {
  #flex-content .bloc .cols-wrapper.cols-30-70 .col-1,
#flex-content .bloc .cols-wrapper.cols-30-70 .col-2 {
    width: 100%;
  }
}
#flex-content .bloc .cols-wrapper.cols-40-60 .col-1 {
  width: 40%;
}
#flex-content .bloc .cols-wrapper.cols-40-60 .col-2 {
  width: 60%;
}
@media only screen and (max-width : 600px) {
  #flex-content .bloc .cols-wrapper.cols-40-60 .col-1,
#flex-content .bloc .cols-wrapper.cols-40-60 .col-2 {
    width: 100%;
  }
}
#flex-content .bloc .cols-wrapper.cols-50-50 .col-1 {
  width: 50%;
}
#flex-content .bloc .cols-wrapper.cols-50-50 .col-2 {
  width: 50%;
}
@media only screen and (max-width : 600px) {
  #flex-content .bloc .cols-wrapper.cols-50-50 .col-1,
#flex-content .bloc .cols-wrapper.cols-50-50 .col-2 {
    width: 100%;
  }
}
#flex-content .bloc .cols-wrapper.cols-60-40 .col-1 {
  width: 60%;
}
#flex-content .bloc .cols-wrapper.cols-60-40 .col-2 {
  width: 40%;
}
@media only screen and (max-width : 600px) {
  #flex-content .bloc .cols-wrapper.cols-60-40 .col-1,
#flex-content .bloc .cols-wrapper.cols-60-40 .col-2 {
    width: 100%;
  }
}
#flex-content .bloc .cols-wrapper.cols-70-30 .col-1 {
  width: 70%;
}
#flex-content .bloc .cols-wrapper.cols-70-30 .col-2 {
  width: 30%;
}
@media only screen and (max-width : 600px) {
  #flex-content .bloc .cols-wrapper.cols-70-30 .col-1,
#flex-content .bloc .cols-wrapper.cols-70-30 .col-2 {
    width: 100%;
  }
}
#flex-content .bloc .cols-wrapper.cols-80-20 .col-1 {
  width: 80%;
}
#flex-content .bloc .cols-wrapper.cols-80-20 .col-2 {
  width: 20%;
}
@media only screen and (max-width : 600px) {
  #flex-content .bloc .cols-wrapper.cols-80-20 .col-1,
#flex-content .bloc .cols-wrapper.cols-80-20 .col-2 {
    width: 100%;
  }
}
@media only screen and (max-width : 600px) {
  #flex-content .bloc .cols-wrapper .col:first-child {
    margin-bottom: 10px;
  }
  #flex-content .bloc .cols-wrapper .col:last-child {
    margin-top: 10px;
  }
}
#flex-content .bloc .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
#flex-content .bloc .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  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: inline-block;
  vertical-align: middle;
}
.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;
}

.slick-slider {
  margin-bottom: 50px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 20;
  transform: translate(0, -50%);
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

ul.slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}
ul.slick-dots li {
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: inline-block;
  vertical-align: middle;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/plugins/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/plugins/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/plugins/fancybox/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/plugins/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/plugins/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../img/plugins/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
.floatl {
  position: relative;
}

.floatl--focused .floatl__label {
  color: #000000;
}

.floatl--active .floatl__label {
  opacity: 1;
  visibility: visible;
  top: 1px;
}
.floatl--active .floatl__label.floatl__txtarea {
  top: 2px;
}
.floatl--active .floatl__input {
  padding: 17px 8px 3px 8px;
}
.floatl--active.floatl--multiline .floatl__label {
  background-color: white;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 80%, rgba(255, 255, 255, 0) 100%);
}

.floatl__label {
  transition: all 200ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: inline-block;
  top: 9px;
  left: 6px;
  padding: 5px 3px 3px 3px;
  font-size: 10px;
  line-height: 1em;
  font-weight: bold;
  color: #000000;
}
@media only screen and (max-width : 600px) {
  .floatl__label {
    font-size: 9px;
    line-height: 12px;
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}

.floatl__input {
  width: 100%;
  max-width: 700px;
  transition: all 200ms ease-in-out;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  margin-top: 0;
  margin-left: 0;
  padding: 8px 8px;
  font-size: 15px;
  border: 3px solid #222222;
}
.floatl__input::-moz-selection {
  color: white;
  background-color: #000000;
}
.floatl__input::selection {
  color: white;
  background-color: #000000;
}
.floatl__input:focus {
  border-color: #000000;
}

input.floatl__input {
  height: 42px;
}

.floatl__input::-webkit-input-placeholder {
  color: black;
  opacity: 1;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
}
@media only screen and (max-width : 600px) {
  .floatl__input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.floatl__input::-moz-placeholder {
  color: black;
  opacity: 1;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
}
@media only screen and (max-width : 600px) {
  .floatl__input::-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.floatl__input:-ms-input-placeholder {
  color: black;
  opacity: 1;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
}
@media only screen and (max-width : 600px) {
  .floatl__input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.floatl__input:-moz-placeholder {
  color: black;
  opacity: 1;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
}
@media only screen and (max-width : 600px) {
  .floatl__input:-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

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

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

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

body {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000000;
  background-color: #ffffff;
  /*&:after {
      @include position(fixed,null,10px,10px,null);
      @include arial;
      @include font-size(15,20);
      @include large-screen {
          content: "Large screen";
      }
      @include medium-screen {
          content: "Medium screen";
      }
      @include small-screen {
          content: "Small screen";
      }
  }*/
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
}

*:focus {
  outline: 1px dotted lightslategray;
}

#header #nav-wrapper {
  background-color: transparent;
  transition: all, 0.3s;
}
#header #nav-wrapper #nav-trigger {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media only screen and (max-width : 992px) {
  #header #nav-wrapper #nav-trigger {
    display: inline-block;
    vertical-align: top;
    float: none;
    line-height: 26px;
    margin: 20px;
  }
}
@media only screen and (max-width : 600px) {
  #header #nav-wrapper #nav-trigger {
    position: relative;
    top: inherit;
    left: inherit;
    margin: 20px;
  }
}
#header #nav-wrapper #nav-trigger a {
  display: block;
}
#header #nav-wrapper #nav-trigger a span {
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  width: 30px;
  height: 24px;
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
  transition: all, 0.3s;
}
@media only screen and (max-width : 600px) {
  #header #nav-wrapper #nav-trigger a span {
    width: 18px;
    height: 14px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
}
#header #nav-wrapper #nav-trigger a span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  background-color: #000000;
  transition: all, 0.3s;
}
@media only screen and (max-width : 600px) {
  #header #nav-wrapper #nav-trigger a span:after {
    height: 2px;
    margin-top: -1px;
  }
}
#header #nav-wrapper #nav-trigger a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  background-color: #000000;
  transition: all, 0.3s;
}
@media only screen and (max-width : 600px) {
  #header #nav-wrapper #nav-trigger a span:before {
    height: 2px;
    margin-top: -1px;
  }
}
@media only screen and (max-width : 992px) {
  #header #nav-wrapper #nav-menu {
    display: none;
  }
}
#header #nav-wrapper #nav-menu #nav-primary > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  text-align: left;
}
@media only screen and (max-width : 992px) {
  #header #nav-wrapper #nav-menu #nav-primary > ul {
    text-align: left;
    padding-bottom: 25px;
  }
}
#header #nav-wrapper #nav-menu #nav-primary > ul > li {
  display: inline-block;
}
@media only screen and (min-width : 993px) {
  #header #nav-wrapper #nav-menu #nav-primary > ul > li:first-child {
    margin-left: 40px;
  }
}
@media only screen and (max-width : 992px) {
  #header #nav-wrapper #nav-menu #nav-primary > ul > li {
    display: block;
    text-align: left;
  }
}
#header #nav-wrapper #nav-menu #nav-primary > ul > li > a {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 5px 25px;
}
@media only screen and (max-width : 992px) {
  #header #nav-wrapper #nav-menu #nav-primary > ul > li > a {
    padding: 10px 20px;
  }
}
@media only screen and (min-width : 601px) {
  #header #nav-wrapper #nav-menu #nav-primary > ul > li:last-child > a {
    padding-right: 0;
  }
}
@media only screen and (max-width : 992px) {
  #header #nav-wrapper.nav-open {
    background-color: #ffffff;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
  }
}
#header #nav-wrapper.nav-open #nav-trigger a span {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
#header #nav-wrapper.nav-open #nav-trigger a span:before, #header #nav-wrapper.nav-open #nav-trigger a span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  background-color: #000000;
}
#header #nav-wrapper.nav-open #nav-trigger a span:before {
  transform: rotate(135deg);
}
#header #nav-wrapper.nav-open #nav-trigger a span:after {
  transform: rotate(225deg);
}
#header #nav-wrapper.nav-open #nav-menu {
  display: block;
  clear: both;
  padding: 20px 0;
}
@media only screen and (max-width : 600px) {
  #header #nav-wrapper.nav-open #nav-menu {
    padding: 0;
  }
}

#breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
#breadcrumb ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
#breadcrumb ul li a {
  display: inline-block;
  vertical-align: middle;
}

.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.pagination ul li a {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}

body {
  padding-top: 150px;
}
@media only screen and (max-width : 992px) {
  body {
    padding-top: 75px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0);
  transition: all, 0.3s;
}
#header.scrolled {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
}

#header-wrap {
  font-size: 0;
  text-align: right;
}
@media only screen and (min-width : 993px) {
  #header-wrap {
    height: 150px;
    line-height: 150px;
  }
}
@media only screen and (min-width : 601px) and (max-width : 992px) {
  #header-wrap {
    height: 75px;
    line-height: 26px;
  }
}
@media only screen and (max-width : 600px) {
  #header-wrap {
    height: 65px;
    line-height: 65px;
    text-align: left;
  }
}
#header-wrap:after {
  content: "";
  display: table;
  clear: both;
}
#header-wrap #logo {
  float: left;
  padding: 40px 0 0 0;
  line-height: 1;
}
@media only screen and (min-width : 601px) and (max-width : 992px) {
  #header-wrap #logo {
    padding: 10px 0 0 70px;
  }
}
@media only screen and (max-width : 600px) {
  #header-wrap #logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    float: none;
    padding: 20px 60px 20px 60px;
    text-align: center;
  }
  #header-wrap #logo a {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
  }
}
#header-wrap #nav-wrapper {
  vertical-align: middle;
}

#home_intro {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
}
#home_intro #home_intro_slider {
  margin: 0;
  padding: 0;
}
#home_intro #home_intro_slider .slide .inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 29%;
  min-height: 550px;
  text-align: center;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width : 600px) {
  #home_intro #home_intro_slider .slide .inner {
    min-height: 250px;
    padding-bottom: 70%;
  }
}
#home_intro #home_intro_slider .slide .inner img {
  display: none;
}
#home_intro #home_intro_content {
  width: 100%;
}
@media only screen and (min-width : 993px) {
  #home_intro #home_intro_content {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width : 601px) and (max-width : 992px) {
  #home_intro #home_intro_content {
    position: absolute;
    bottom: 0;
    left: 10px;
  }
}
@media only screen and (max-width : 600px) {
  #home_intro #home_intro_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    max-width: 43%;
  }
}
#home_intro #home_intro_content .wrap {
  max-width: 50%;
  padding: 0 30px 30px 0;
}
@media only screen and (max-width : 600px) {
  #home_intro #home_intro_content .wrap {
    max-width: 100%;
    padding: 0;
  }
}
#home_intro #home_intro_content .titre h1 {
  font-size: 25px;
  line-height: 30px;
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
}
@media only screen and (max-width : 600px) {
  #home_intro #home_intro_content .titre h1 {
    font-size: 9px;
    line-height: 14px;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
#home_intro #home_intro_content .description {
  margin: 30px 0 0 0;
  font-size: 20px;
  line-height: 25px;
  font-size: 2rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}
@media only screen and (max-width : 600px) {
  #home_intro #home_intro_content .description {
    margin: 5px 0 0 0;
  }
}
#home_intro #home_intro_content .description p {
  font-size: 20px;
  line-height: 25px;
  font-size: 2rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}
@media only screen and (max-width : 600px) {
  #home_intro #home_intro_content .description p {
    font-size: 8px;
    line-height: 13px;
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
}

#home_marques {
  margin: 0 0 75px 0;
}
@media only screen and (max-width : 992px) {
  #home_marques {
    margin: 0 20px 30px 20px;
    padding: 30px 0 0 0;
  }
}
@media only screen and (max-width : 600px) {
  #home_marques {
    font-size: 0;
    text-align: center;
  }
  .archive #home_marques {
    margin: 0;
    padding: 0;
  }
}
#home_marques #home_marques_content {
  padding: 80px 0 0 0;
  margin: 0 0 45px 0;
}
.archive #home_marques #home_marques_content {
  padding-top: 0;
}
@media only screen and (max-width : 600px) {
  #home_marques #home_marques_content {
    margin: 0;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 0;
  }
}
@media only screen and (max-width: 374px) {
  #home_marques #home_marques_content {
    width: 100%;
    padding-right: 0;
  }
}
#home_marques #home_marques_content .titre {
  margin: 0 0 30px 0;
}
@media only screen and (max-width : 600px) {
  #home_marques #home_marques_content .titre {
    margin: 0 0 20px 0;
  }
}
#home_marques #home_marques_content .titre h2 {
  font-size: 29px;
  line-height: 34px;
  font-size: 2.9rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width : 600px) {
  #home_marques #home_marques_content .titre h2 {
    font-size: 15px;
    line-height: 18px;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
@media only screen and (max-width : 600px) {
  #home_marques #home_marques_content .titre h1 {
    font-size: 20px;
    line-height: 25px;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
#home_marques #home_marques_content .description {
  margin: 0 0 30px 0;
}
@media only screen and (max-width : 600px) {
  #home_marques #home_marques_content .description {
    margin: 0 0 20px 0;
  }
}
#home_marques #home_marques_content .description p {
  margin: 0;
}
@media only screen and (max-width : 600px) {
  #home_marques #home_marques_content .description p {
    font-size: 10px;
    line-height: 13px;
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .archive #home_marques #home_marques_content .description p {
    font-size: 15px;
    line-height: 18px;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
#home_marques #home_marques_list {
  position: relative;
}
@media only screen and (max-width : 600px) {
  #home_marques #home_marques_list {
    margin: 0;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 374px) {
  #home_marques #home_marques_list {
    width: 100%;
    position: relative;
    margin: auto;
  }
}
#home_marques #home_marques_list .marques-wrap {
  padding: 0;
  margin: 0 -5px;
  list-style: none;
  font-size: 0;
}
#home_marques #home_marques_list .marques-wrap .marque {
  display: inline-block;
  vertical-align: middle;
  width: 33.3333%;
  padding: 5px;
}
@media only screen and (max-width : 600px) {
  #home_marques #home_marques_list .marques-wrap .marque {
    width: 50%;
  }
}
#home_marques #home_marques_list .marques-wrap .marque .inner {
  position: relative;
}
#home_marques #home_marques_list .marques-wrap .marque .inner .logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
#home_marques #home_marques_list .marques-wrap .marque .inner .logo .img-wrap {
  display: block;
  vertical-align: top;
  background-color: #ffffff;
  padding: 10px 5px;
  margin: 0 50px 50px 50px;
}
@media only screen and (max-width : 600px) {
  #home_marques #home_marques_list .marques-wrap .marque .inner .logo .img-wrap {
    margin: 0 20% 25px;
    padding: 7px 15px;
  }
}
#home_marques #home_marques_list .marques-wrap ul.slick-dots {
  text-align: right;
  margin: 0;
}
@media only screen and (max-width: 374px) {
  #home_marques #home_marques_list .marques-wrap ul.slick-dots {
    text-align: center;
  }
}
#home_marques #home_marques_list .marques-wrap ul.slick-dots li {
  padding: 0 2px;
}
#home_marques #home_marques_list .marques-wrap ul.slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: none;
  border: 1px solid #000000;
  background-color: #000000;
  padding: 0;
  margin: 0;
}
#home_marques #home_marques_list .marques-wrap ul.slick-dots li.slick-active button {
  background-color: #ffffff;
}

#home_pro,
#finance {
  background-color: #f0eeeb;
}
@media only screen and (max-width : 600px) {
  #home_pro,
#finance {
    padding: 0 20px;
    font-size: 0;
  }
  #home_pro .container,
#finance .container {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
  #home_pro .container #home_pro_content,
#finance .container #home_pro_content {
    width: 100%;
    padding: 20px 0;
  }
  #home_pro .section_list,
#finance .section_list {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
  #home_pro .section_list ul,
#finance .section_list ul {
    margin: 20px;
  }
  #home_pro .section_list ul li a .inner .titre h2,
#finance .section_list ul li a .inner .titre h2 {
    font-size: 11px;
    line-height: 14px;
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  #home_pro .section_list ul li a .inner .description p,
#finance .section_list ul li a .inner .description p {
    font-size: 9px;
    line-height: 16px;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}

.section {
  position: relative;
  background-color: #ffffff;
  color: #000000;
}
.section a {
  color: #000000;
}
.section.dark {
  background-color: #000000;
  color: #ffffff;
}
.section.dark a {
  color: #ffffff;
}
.section .section_content {
  width: 50%;
  padding: 0 30px 0 0;
}
@media only screen and (min-width : 601px) {
  .section .section_content {
    min-height: 550px;
    line-height: 550px;
  }
}
@media only screen and (min-width : 601px) and (max-width : 992px) {
  .section .section_content {
    padding: 0 30px 0 10px;
  }
}
.section .section_content a {
  display: block;
}
@media only screen and (min-width : 601px) {
  .section .section_content .wrap {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
}
.section .section_content .wrap .titre {
  margin: 0 0 30px 0;
}
@media only screen and (max-width : 600px) {
  .section .section_content .wrap .titre {
    margin: 0 0 20px 0;
  }
}
.section .section_content .wrap .titre h2 {
  font-size: 29px;
  line-height: 34px;
  font-size: 2.9rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width : 600px) {
  .section .section_content .wrap .titre h2 {
    font-size: 15px;
    line-height: 18px;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.section .section_content .wrap .description {
  font-size: 19px;
  line-height: 24px;
  font-size: 1.9rem;
  line-height: 2.4rem;
  margin: 0 0 30px 0;
}
@media only screen and (max-width : 600px) {
  .section .section_content .wrap .description {
    margin: 0;
  }
}
.section .section_content .wrap .description p {
  margin: 0;
}
@media only screen and (max-width : 600px) {
  .section .section_content .wrap .description p {
    font-size: 10px;
    line-height: 13px;
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
@media only screen and (min-width : 601px) {
  .section .section_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 50%;
    max-width: 950px;
    background-size: cover;
    background-position: center center;
  }
  .section .section_image img {
    display: none;
  }
}
.section .section_image a {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width : 601px) {
  .section .section_image a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width : 601px) {
  .section .section_list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 50%;
    max-width: 950px;
    min-height: 550px;
    line-height: 550px;
  }
}
.section .section_list ul {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  text-align: left;
  line-height: 1;
  width: 100%;
}
@media only screen and (min-width : 601px) and (max-width : 992px) {
  .section .section_list ul {
    margin: 0;
  }
}
@media only screen and (max-width : 600px) {
  .section .section_list ul {
    margin: 0 10px 20px 10px;
  }
}
.section .section_list ul li {
  display: inline-block;
  margin: 0 0 0 60px;
}
.section .section_list ul li a {
  display: block;
  padding: 10px 5px;
}
@media only screen and (max-width : 600px) {
  .section .section_list ul li a {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1550px) {
  .section .section_list ul li {
    display: block;
    margin: 0;
  }
  .section .section_list ul li a {
    display: inline-block;
    padding: 10px 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1550px) and (max-width : 600px) {
  .section .section_list ul li a {
    padding: 10px 0;
  }
}
.section .section_list ul li .inner {
  text-align: left;
}
.section .section_list ul li .inner .titre {
  margin: 0;
}
.section .section_list ul li .inner .titre h2 {
  font-size: 25px;
  line-height: 30px;
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  border-bottom: 2px solid #000000;
}
.section .section_list ul li .inner .description p {
  font-size: 14px;
  line-height: 19px;
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin: 0;
}

#finance {
  background-color: #f0eeeb;
}
@media only screen and (min-width : 601px) {
  #finance .section_content {
    min-height: 165px;
    line-height: 165px;
  }
  #finance .section_list {
    min-height: 165px;
    line-height: 165px;
  }
}

#footer {
  position: relative;
  background-color: #ffffff;
  padding: 80px 0 120px 0;
}
@media only screen and (min-width : 601px) and (max-width : 992px) {
  #footer {
    padding: 80px 10px 120px 10px;
  }
}
@media only screen and (max-width : 600px) {
  #footer {
    padding: 20px 30px;
  }
  #footer #logo-footer a {
    display: block;
    width: 64px;
  }
}
#footer #group-sites-links {
  margin: 40px 0;
}
@media only screen and (max-width : 600px) {
  #footer #group-sites-links {
    margin: 20px 0;
  }
}
#footer #group-sites-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
#footer #group-sites-links ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 45px 0 0;
}
@media only screen and (max-width : 600px) {
  #footer #group-sites-links ul li {
    margin: 0 15px 0 0;
  }
}
#footer #group-sites-links ul li:last-child {
  margin-right: 0;
}
#footer #group-sites-links ul li a {
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
}
@media only screen and (max-width : 600px) {
  #footer #group-sites-links ul li a {
    display: block;
    font-size: 10px;
    line-height: 13px;
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
#footer #site-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
#footer #site-links ul li {
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: block;
  margin: 0;
}
@media only screen and (max-width : 600px) {
  #footer #site-links ul li {
    font-size: 10px;
    line-height: 13px;
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
#footer #site-links ul li a {
  display: inline-block;
  vertical-align: middle;
}
#footer .container {
  position: relative;
}
#footer .language_selector {
  position: absolute;
  right: 0;
  bottom: 0;
  white-space: nowrap;
}
@media only screen and (max-width : 600px) {
  #footer .language_selector {
    position: relative;
    right: inherit;
    bottom: inherit;
    text-align: right;
    padding: 10px 0 0 0;
  }
}
#footer .language_selector .label {
  display: inline-block;
  vertical-align: middle;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #757575;
  margin: 0 5px 0 0;
}
@media only screen and (max-width : 600px) {
  #footer .language_selector .label {
    font-size: 10px;
    line-height: 13px;
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
#footer .language_selector ul {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer .language_selector ul li {
  text-align: left;
  position: relative;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  color: #757575;
  white-space: nowrap;
}
@media only screen and (max-width : 600px) {
  #footer .language_selector ul li {
    font-size: 10px;
    line-height: 13px;
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
#footer .language_selector ul li a,
#footer .language_selector ul li span {
  cursor: pointer;
  display: inline-block;
  color: #757575;
}
#footer .language_selector ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}
#footer .language_selector ul li:hover ul, #footer .language_selector ul li.open ul {
  display: block;
}

#page-content {
  padding: 20px 0;
}
@media only screen and (max-width : 992px) {
  #page-content {
    padding: 0 20px;
  }
}
#page-content h1 {
  font-size: 29px;
  line-height: 35px;
  font-size: 2.9rem;
  line-height: 3.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width : 600px) {
  #page-content h1 {
    font-size: 20px;
    line-height: 25px;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
#page-content .post-content {
  margin: 0 0 15px 0;
}
@media only screen and (max-width : 600px) {
  #page-content .post-content {
    font-size: 15px;
    line-height: 18px;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
#page-content.form_page #form-content {
  margin: 20px 0 0 0;
}
#page-content.form_page .wrap-txt {
  margin: 40px 0 10px 0;
}
#page-content.form_page .wrap-txt + .field {
  margin-top: 10px;
}
#page-content.form_page .txt-1,
#page-content.form_page .post-content h3 {
  font-size: 19px;
  line-height: 25px;
  font-size: 1.9rem;
  line-height: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
#page-content.form_page h3.txt-1 {
  margin: 0 0 10px 0;
}
#page-content.form_page .txt-2 {
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.form-wrap .request a {
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  text-decoration: underline;
  color: #888;
}
.form-wrap .lost-password a {
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-decoration: underline;
  color: #888;
}
.form-wrap.form_contact .field textarea {
  min-height: 300px;
}
.form-wrap .field {
  margin: 0 0 20px 0;
}
.form-wrap .field label {
  text-transform: uppercase;
}
.form-wrap .field label span {
  text-transform: none;
}
.form-wrap .field .error {
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #9D1818;
  margin: 5px 0 0 0;
}
.form-wrap .field.submit {
  margin: 20px 0;
}
.form-wrap .field.submit input {
  width: 100%;
  max-width: 700px;
  display: block;
  border: 3px solid #000000;
  background-color: #ffffff;
  text-align: center;
  padding: 2px 5px;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: all, 0.3s;
  border-radius: 0;
  -webkit-appearance: none;
}
.form-wrap .field.submit input:hover {
  background-color: #000000;
  color: #ffffff;
}
.form-wrap .field textarea {
  min-height: 450px;
}
@media only screen and (max-width : 600px) {
  .form-wrap .field textarea {
    min-height: 250px;
  }
}
@media only screen and (max-width : 600px) {
  .form-wrap .field.floatl--multiline label {
    right: 6px;
  }
}
@media only screen and (max-width : 600px) {
  .form-wrap .field.floatl--active textarea {
    padding-top: 30px;
  }
  .form-wrap .field.floatl--active textarea:focus {
    padding-top: 30px;
  }
}
.form-wrap .recaptcha-wrap {
  margin: 20px 0;
}

.form_contact_wrapper {
  overflow: hidden;
}
.form_contact_wrapper .wrap {
  float: left;
  width: 50%;
}
@media only screen and (max-width : 600px) {
  .form_contact_wrapper .wrap {
    float: none;
    width: 100%;
  }
}
.form_contact_wrapper .img-wrap {
  padding: 0 20px 0 0;
}
@media only screen and (max-width : 600px) {
  .form_contact_wrapper .img-wrap {
    display: none;
  }
}
.form_contact_wrapper .img-wrap img {
  width: 100%;
}
.form_contact_wrapper .form-wrap .error {
  color: #b90000;
}
#page-content.form_page .form_contact_wrapper .form-wrap #form-content {
  margin-top: 0;
}

.checkbox-wrap {
  margin: 0 0 40px 0;
}
.checkbox-wrap .row {
  margin: 5px 0;
}
.checkbox-wrap label {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 0 0 0 30px;
}
@media only screen and (max-width : 600px) {
  .checkbox-wrap label {
    font-size: 14px;
    line-height: 30px;
    font-size: 1.4rem;
    line-height: 3rem;
  }
}
.checkbox-wrap input[type=checkbox],
.checkbox-wrap input[type=radio] {
  display: none;
}
.checkbox-wrap input[type=checkbox] + label:before,
.checkbox-wrap input[type=radio] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  font-weight: normal;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-size: 2.4rem;
  line-height: 3rem;
}
.checkbox-wrap input[type=checkbox] + label:before {
  font-weight: bold;
}
.checkbox-wrap input[type=radio] + label:before {
  content: "\f10c";
}
.checkbox-wrap input[type=radio]:checked + label:before {
  content: "\f05d";
}
.checkbox-wrap input[type=checkbox] + label:before {
  content: "\f096";
}
.checkbox-wrap input[type=checkbox]:checked + label:before {
  content: "\f046";
}

.select_pays {
  width: 100%;
  max-width: 700px;
  border: 3px solid #222222;
  padding: 11px 8px;
  font-size: 16px;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width : 600px) {
  .select_pays {
    font-size: 14px;
  }
}

.p-presse {
  margin: 15px 0 40px 0;
  font-size: 16px;
}

#marque-logo {
  margin: 80px 0;
  text-align: center;
}
@media only screen and (max-width : 992px) {
  #marque-logo {
    margin: 40px 0;
  }
}

#flex-content .bloc .layout-titre {
  text-align: left;
}
#flex-content .bloc .layout-titre h2 {
  font-size: 22px;
  line-height: 27px;
  font-size: 2.2rem;
  line-height: 2.7rem;
  text-transform: uppercase;
}
@media only screen and (max-width : 600px) {
  #flex-content .bloc .layout-titre h2 {
    font-size: 18px;
    line-height: 21px;
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
}
#flex-content .bloc .layout-texte {
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
}
@media only screen and (max-width : 600px) {
  #flex-content .bloc .layout-texte {
    font-size: 15px;
    line-height: 18px;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
#flex-content .bloc .layout-texte h2 {
  font-size: 22px;
  line-height: 27px;
  font-size: 2.2rem;
  line-height: 2.7rem;
  text-transform: uppercase;
}
#flex-content .bloc .layout-texte p a {
  text-decoration: underline;
}
#flex-content .bloc.multibrand {
  position: relative;
}
#flex-content .bloc.multibrand h2 {
  margin: 15px 0;
}
#flex-content .bloc.multibrand .layout-texte {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
}
#flex-content .bloc.multibrand .layout-texte p {
  transform: translate(0, -50%);
  display: inline-block;
  min-width: 33.333%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 65px 45px;
}
@media only screen and (max-width : 600px) {
  #flex-content .bloc.multibrand .layout-texte p {
    padding: 10px 25px;
  }
}
#flex-content .bloc.multibrand .layout-texte p a {
  font-size: 19px;
  line-height: 25px;
  font-size: 1.9rem;
  line-height: 2.5rem;
  text-decoration: none;
}
@media only screen and (max-width : 600px) {
  #flex-content .bloc.multibrand .layout-texte p a {
    font-size: 15px;
    line-height: 19px;
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}

body.term-professionnels #flex-content .bloc h2 {
  font-size: 19px;
  line-height: 25px;
  font-size: 1.9rem;
  line-height: 2.5rem;
}
body.term-professionnels #flex-content .bloc .row {
  margin: 0;
}

#footer_marques {
  margin: 120px 0 0 0;
  padding: 50px 0;
  background-color: #f2f2f2;
  overflow: hidden;
}
@media only screen and (max-width : 600px) {
  #footer_marques {
    margin: 60px 0 0 0;
    padding: 25px 0;
  }
}
#footer_marques h2 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 23px;
  font-size: 2rem;
  line-height: 2.3rem;
}
@media only screen and (max-width : 992px) {
  #footer_marques h2 {
    font-size: 15px;
    line-height: 18px;
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 0 20px;
  }
}
#footer_marques ul {
  margin: 30px -8px 0 -8px;
  padding: 0;
  list-style: none;
  font-size: 0;
}
@media only screen and (max-width : 992px) {
  #footer_marques ul {
    padding: 0 20px;
  }
}
#footer_marques ul li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  min-width: 150px;
}
@media only screen and (max-width : 600px) {
  #footer_marques ul li {
    min-width: 100px;
  }
}
#footer_marques ul li a {
  display: block;
  padding: 8px;
}
#footer_marques ul li a img {
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all, 0.3s;
}
#footer_marques ul li a .img-wrap {
  text-align: center;
  margin: 15px 0 0 0;
}
@media only screen and (max-width : 600px) {
  #footer_marques ul li a .img-wrap {
    padding: 0 10px;
  }
}
#footer_marques ul li a:hover img {
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}

@media only screen and (max-width : 600px) {
  #home_talents .section_content,
#home_presse .section_content {
    width: 160px;
    padding: 80px 20px;
  }
  #home_talents .section_image,
#home_presse .section_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 160px;
    background-size: cover;
    background-position: right center;
  }
  #home_talents .section_image a,
#home_presse .section_image a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #home_talents .section_image img,
#home_presse .section_image img {
    display: none;
  }
}

#linkoffres .linktitle {
  font-size: 19px;
  line-height: 24px;
  font-size: 1.9rem;
  line-height: 2.4rem;
  margin: 5px 0 25px;
}
@media only screen and (max-width : 600px) {
  #linkoffres .linktitle {
    font-size: 15px;
    line-height: 19px;
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
#linkoffres .linkoffre {
  font-size: 19px;
  line-height: 24px;
  font-size: 1.9rem;
  line-height: 2.4rem;
  margin: 5px 0 25px;
  cursor: pointer;
}
@media only screen and (max-width : 600px) {
  #linkoffres .linkoffre {
    font-size: 15px;
    line-height: 19px;
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
#linkoffres .linkoffre.candidate {
  margin: 60px 0;
}
#linkoffres .bold {
  font-weight: bold;
}
#linkoffres div[data-cat=STAGES] {
  font-weight: bold;
}

#tjs {
  display: none;
  border-bottom: 1px solid #000000;
  padding: 0;
}
#tjs .tj {
  display: none;
  border-top: 1px solid #000000;
  padding: 5px 0;
}
#tjs .tj .titrejobs {
  cursor: pointer;
}
@media only screen and (max-width : 600px) {
  #tjs .tj .titrejobs {
    font-size: 15px;
    line-height: 19px;
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
#tjs .tj > h4 {
  cursor: pointer;
}
#tjs .tj .t2 {
  display: none;
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
#tjs .tj .t2 div {
  text-align: center;
}
#tjs .tj .t2 div a {
  margin: 10px 0;
  padding: 5px 10px;
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
}
#tjs .tj h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

#content-404 {
  height: 100vh;
  line-height: 100vh;
  background-image: url(../img/404.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#content-404 .inner {
  width: 100%;
  max-width: 440px;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
  padding: 45px 70px;
}
#content-404 .inner .txt-1 {
  margin: 40px 0 25px 0;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-size: 2.2rem;
  line-height: 3rem;
  text-transform: uppercase;
  letter-spacing: 4px;
}
#content-404 .inner .txt-1 span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 4px;
}
#content-404 .inner .txt-12 {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
#content-404 .inner .action {
  margin: 45px 0 0 0;
}
#content-404 .inner .action a {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  background: #000000;
  padding: 5px 30px;
  border: 2px solid #000000;
  transition: all, 0.3s;
}
#content-404 .inner .action a:hover {
  background: #ffffff;
  color: #000000;
}

.banner-wrap {
  position: relative;
}
.banner-wrap .mobile-banner {
  display: none;
}
@media only screen and (max-width : 600px) {
  .banner-wrap {
    padding-bottom: 66.666%;
    background-size: cover;
  }
  .banner-wrap .mobile-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
  }
  .banner-wrap img {
    display: none;
  }
}

html.nav-open #main,
html.nav-open #footer {
  position: relative;
}
html.nav-open #main:after,
html.nav-open #footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d6be82;
  background: rgba(214, 190, 130, 0.5);
}

@media only screen and (max-width : 600px) {
  #main {
    overflow: hidden;
  }
}

#page-content.financial {
  background-color: #f0eeeb;
  padding: 70px 0;
}
@media only screen and (max-width : 992px) {
  #page-content.financial {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-content.financial article {
  font-size: 14px;
  line-height: 20px;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 40px;
}
#page-content.financial article ul {
  margin: 0 0 10px 0;
  padding: 0 0 0 40px;
}
#page-content.financial article ul li ul li {
  margin: 5px 0;
}
#page-content.financial article hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
#page-content.financial article header h3 {
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: bold;
  color: #3c3c3c;
  margin: 20px 0 10px 0;
}
#page-content.financial article .entry-content {
  color: #333333;
}
#page-content.financial article .entry-content p {
  font-size: 14px;
  line-height: 20px;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 0 10px;
}
#page-content.financial article .entry-date {
  margin: 20px 0 50px;
  font-size: 12px;
  line-height: 16px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #9e9e9e;
}
#page-content.financial article .files {
  margin-top: 10px;
}
#page-content.financial article .files .pdf-container,
#page-content.financial article .files .mp3-container {
  margin-bottom: 30px;
}
#page-content.financial article .files .pdf-container a span,
#page-content.financial article .files .mp3-container a span {
  font-size: 14px;
  line-height: 20px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #000000;
  margin-left: 5px;
}
#page-content.financial article .separator {
  border-top: 1px solid lightgrey;
  margin-bottom: 20px;
}
#page-content.financial .form-wrap .error {
  color: #b90000;
  margin: 0 0 5px 0;
}
#page-content.financial .form-wrap .request a {
  font-size: 20px;
  line-height: 24px;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #000000;
  text-transform: uppercase;
}
#page-content.financial .form-wrap .field {
  margin: 0 0 40px 0;
  width: 100%;
  max-width: 410px;
}
#page-content.financial .form-wrap .field.request {
  margin: 35px 0;
}
#page-content.financial .form-wrap .field .floatl__input {
  height: 52px;
  background-color: #f0eeeb;
}
#page-content.financial .form-wrap .field .floatl__input::-webkit-input-placeholder {
  color: black;
}
#page-content.financial .form-wrap .field .floatl__input::-moz-placeholder {
  color: black;
  opacity: 1;
}
#page-content.financial .form-wrap .field .floatl__input:-ms-input-placeholder {
  color: black;
}
#page-content.financial .form-wrap .field .floatl__input:-moz-placeholder {
  color: black;
}
#page-content.financial .form-wrap .field.submit input {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  background: #000000;
  color: #ffffff;
  padding: 6px 30px 5px 30px;
  width: auto;
}

.page-template-page-financial.logged-in #page-content.financial {
  padding: 20px 0;
  background-color: #ffffff;
}
@media only screen and (max-width : 600px) {
  .page-template-page-financial.logged-in #page-content.financial {
    padding: 20px 10px;
  }
}

#info_cookies {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-size: 1.3rem;
  line-height: 2rem;
  width: 100%;
  z-index: 2000;
  color: #000000;
  background: #f9f9f9;
  text-align: center;
  padding: 15px;
}
#info_cookies a {
  text-decoration: underline;
}
#info_cookies span {
  font-size: 15px;
  line-height: 20px;
  font-size: 1.5rem;
  line-height: 2rem;
  cursor: pointer;
  margin: 0 0 0 10px;
}

@media only screen and (max-width : 600px) {
  h2,
h3,
.form-wrap .txt-1,
.form-wrap .txt-2,
#page-content.financial .form-wrap .request a {
    font-size: 15px !important;
    line-height: 19px !important;
    font-size: 1.5rem !important;
    line-height: 1.9rem !important;
  }
  .font_sd {
    font-size: 12px !important;
    line-height: 19px !important;
    font-size: 1.2rem !important;
    line-height: 1.9rem !important;
  }
}