@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  /*font: inherit;*/
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before, .fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before, .fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before, .fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before, .fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before, .fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before, .fa-users:before {
  content: "";
}
.fa-chain:before, .fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before, .fa-scissors:before {
  content: "";
}
.fa-copy:before, .fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before, .fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before, .fa-sort:before {
  content: "";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "";
}
.fa-legal:before, .fa-gavel:before {
  content: "";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before, .fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before, .fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before, .fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before, .fa-usd:before {
  content: "";
}
.fa-rupee:before, .fa-inr:before {
  content: "";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "";
}
.fa-won:before, .fa-krw:before {
  content: "";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before, .fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before, .fa-car:before {
  content: "";
}
.fa-cab:before, .fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "";
}
.fa-ge:before, .fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before, .fa-weixin:before {
  content: "";
}
.fa-send:before, .fa-paper-plane:before {
  content: "";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before, .fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before, .fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before, .fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before, .fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before, .fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "";
}
.fa-fa:before, .fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-vcard:before, .fa-address-card:before {
  content: "";
}
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before, .fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before, .fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.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 {
  color: #222;
  font-size: 16px;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  text-shadow: none;
}
::selection {
  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 audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade_wrapper {
  background: #fe4a64;
  position: fixed;
  z-index: 999;
  width: 100%;
}
.browserupgrade {
  margin: 0;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
.browserupgrade strong {
  font-family: 'Cabrito-Bold';
}
.btn_upgrade {
  display: inline-block;
  margin: 10px 10px;
  cursor: pointer;
  background: #fff;
  padding: 8px 16px;
  font-size: 17px;
  line-height: 1;
  color: #fe4a64;
  border-radius: 3px;
  border: 2px solid #fff;
}
#upgrade_plus_tard {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
#upgrade_plus_tard:hover {
  background: #fff;
  color: #fe4a64;
}
/* ==========================================================================
   Slick Slider
   ========================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slider {
  -webkit-user-select: text !important;
  -khtml-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
.slick-list.draggable {
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.slick-prev, .slick-next {
  display: none !important;
}
ul.slick-dots {
  margin-left: 0;
  padding: 0 0 10px 0 !important;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.slick-dots li {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border-radius: 100%;
  margin: 0 0.5rem;
  border: 2px solid #ededed;
  position: relative;
}
.slick-dots li::before {
  content: "";
}
.slick-dots li.slick-active::before {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 100%;
  position: absolute;
  background-color: #FBC212;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slick-dots li button {
  display: none;
}
/* ====================================================================================================== */
/* =general */
/* ====================================================================================================== */
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  webkit-appearance: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
  color: #222222;
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: none;
  overflow-x: hidden;
}
select::-ms-expand {
  display: none;
}
input[type=text] {
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
mark {
  background: transparent;
  color: #FBC212;
}
sup {
  font-size: 0.6em;
  vertical-align: 0.2em;
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
}
.clear {
  clear: both !important;
}
:focus {
  outline: 0 !important;
}
::-moz-selection {
  background: #FBC212;
  color: #ededed;
}
::selection {
  background: #FBC212;
  color: #ededed;
}
::-moz-selection {
  background: #FBC212;
  color: #ededed;
}
section {
  background: #fff;
}
.content_hide_menu {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in-out;
  -o-transition: 0.5s opacity ease-in-out;
  transition: 0.5s opacity ease-in-out;
}
.content_width {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
.content_large {
  width: calc(100% - 50px);
  margin: auto;
}
.content_full {
  width: 100%;
}
#global_content {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .content_width {
    width: 85%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .content_width {
    width: 85%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .content_width {
    width: 85%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .content_width {
    width: calc(100% - 50px);
  }
}
/* Responsive - test */
/* =================================================== */
.responsive_test {
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  position: fixed;
  z-index: 99999999;
  color: #fff;
}
#responsive0 {
  background: #000;
  display: block;
}
#responsive1 {
  background: #000;
  display: none;
}
#responsive2 {
  background: #000;
  display: none;
}
#responsive3 {
  background: #000;
  display: none;
}
#responsive4 {
  background: #000;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #responsive0 {
    display: none;
  }
  #responsive1 {
    display: block;
  }
  #responsive2 {
    display: none;
  }
  #responsive3 {
    display: none;
  }
  #responsive4 {
    display: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #responsive0 {
    display: none;
  }
  #responsive1 {
    display: none;
  }
  #responsive2 {
    display: block;
  }
  #responsive3 {
    display: none;
  }
  #responsive4 {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  #responsive0 {
    display: none;
  }
  #responsive1 {
    display: none;
  }
  #responsive2 {
    display: none;
  }
  #responsive3 {
    display: block;
  }
  #responsive4 {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  #responsive0 {
    display: none;
  }
  #responsive1 {
    display: none;
  }
  #responsive2 {
    display: none;
  }
  #responsive3 {
    display: none;
  }
  #responsive4 {
    display: block;
  }
}
/* Grid */
/* =================================================== */
#grid_content_large_1, #grid_content_large_2, #grid_content_width_1, #grid_content_width_2 {
  position: fixed;
  height: 100%;
  width: 2px;
  z-index: 99999999;
  top: 0;
}
#grid_content_large_1, #grid_content_large_2 {
  background-color: blue;
}
#grid_content_width_1, #grid_content_width_2 {
  background-color: red;
}
/* ==========================================================================
  @font-face
   ========================================================================== */
@font-face {
  font-family: 'Cabrito-Bold';
  src: url('../fonts/Cabrito-NorBol.woff2') format('woff2'), url('../fonts/Cabrito-NorBol.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================== */
/* =fonts */
/* ====================================================================================================== */
h1 {
  font-size: 2.2rem;
  margin: 0;
  line-height: 1.2;
  font-weight: normal;
}
h2 {
  font-size: 1.6rem;
  margin: 0;
  line-height: 1.3;
  font-weight: normal;
}
h3 {
  font-size: 1.45rem;
  margin: 0;
  line-height: 1.35;
  font-weight: normal;
}
h4 {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.4;
  font-weight: normal;
}
h5 {
  font-size: 1.3rem;
  margin: 0;
  line-height: 1.4;
  font-weight: normal;
}
h6 {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.4;
  font-weight: normal;
}
ul {
  font-size: 1.1rem;
  margin: 0;
  padding-left: 0;
  line-height: 1.4;
}
li {
  list-style: none;
  position: relative;
  font-family: 'Roboto-Regular';
}
li strong {
  font-family: 'Roboto-Bold';
}
p {
  font-size: 1.1rem;
  margin: 0;
  line-height: 1.4;
  font-family: 'Roboto-Regular';
}
p strong {
  font-family: 'Roboto-Bold';
}
p.chapeau {
  font-size: 1.25rem;
  margin: 0;
  line-height: 1.4;
  font-family: 'Roboto-Regular';
}
p.chapeau strong {
  font-family: 'Roboto-Bold';
}
p.legende, ul.legende {
  font-size: 0.8rem;
  margin: 0;
  line-height: 1.4;
  font-family: 'Roboto-Regular';
}
p.legende strong, ul.legende strong {
  font-family: 'Roboto-Bold';
}
/*=========================================================================*/
/*Entry_title sidebar_title*/
/*=========================================================================*/
.entry_title {
  padding: 3rem 0;
  position: relative;
}
.taxonomy_product_cat .entry_title {
  padding: 12rem 0 3.5rem 0;
  position: relative;
}
.entry_title h1 {
  padding-top: 1rem;
  line-height: 1.2 !important;
  font-family: 'Cabrito-Bold';
  color: #43413E;
  text-align: center;
}
.breadcrumb {
  padding: 0.4rem 0 0 0;
  text-align: center;
}
.breadcrumb p span {
  margin: 0 5px;
  color: #FBC212;
  font-family: 'Roboto-Bold';
}
/* Page Catégories Offres et Page Offres*/
/* =================================================== */
.liste_des_offres {
  padding-top: 3rem;
}
/*=========================================================================*/
/*page_defaut*/
/*=========================================================================*/
.page_defaut {
  background: #ffffff;
}
.page_defaut .entry_title {
  position: relative;
}
.page_defaut .entry_title_bg {
  background-color: #ededed;
  background-image: url(../img/bg_entry_title_chenil_et_caisse.png);
  background-position: 2rem 1rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  width: calc(100% - 2rem);
  height: calc(100% - 1rem);
  top: 1rem;
  left: 1rem;
}
.page_defaut .entry_title h1 br.br_separator {
  display: block;
  margin-top: -1.1rem;
}
.page_defaut .entry_title h1 span.separator {
  height: 4px;
  display: inline-block;
  vertical-align: 0rem;
  background-color: #FBC212;
  width: 2.25rem;
}
.taxonomy_product_cat .entry_title_bg {
  background-color: #FBC212;
  background-size: cover;
  background-position: center center;
  background-image: none;
}
.taxonomy_product_cat .entry_title .thumbnail_degrade {
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: calc(100% - 2rem);
  height: 70%;
  z-index: 1;
  background: black;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.taxonomy_product_cat .entry_title .content_width {
  position: relative;
  z-index: 2;
}
.taxonomy_product_cat .entry_title .content_width h1, .taxonomy_product_cat .entry_title .content_width .breadcrumb p {
  color: #fff;
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .page_defaut .entry_title_bg {
    background-position: 0rem 1rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .page_defaut .entry_title_bg {
    background-position: 0rem 1rem;
    width: 100%;
    height: 100%;
    top: 0rem;
    left: 0rem;
  }
}
/*=========================================================================*/
/*article_blog*/
/*=========================================================================*/
/*HEADER ARTICLE*/
.article_blog .entry_title, .page_les_actualites .entry_title {
  height: 30rem;
  padding: 0;
  position: relative;
}
.article_blog .entry_title_wrapper, .page_les_actualites .entry_title_wrapper {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%, 0%);
}
.breadcrumb_blog {
  color: #fff;
  text-align: center;
  padding-top: 0.7rem;
}
.breadcrumb_blog span {
  margin: 0 7px;
  color: #ededed;
}
.single_actu_term {
  text-align: center;
  color: #fff;
  font-size: 0.6rem;
}
.single_actu_term a {
  margin-right: 0.4rem;
  text-transform: uppercase;
  border: 1px solid #FBC212;
  background-color: transparent;
  padding: 0.2rem 0.6rem;
  border-radius: 1.5rem;
  transition: 0.1s background-color ease-in-out;
}
.single_actu_term a:hover {
  background-color: #FBC212;
  transition: 0.1s background-color ease-in-out;
}
.single_actu_term a i {
  margin-right: 0.15rem;
  color: #FBC212;
  transition: 0.05s color ease-in-out;
}
.single_actu_term a:hover i {
  color: #ededed;
  transition: 0.05s color ease-in-out;
}
.article_blog .entry_title_wrapper h1, .page_les_actualites .entry_title_wrapper h1 {
  text-align: center;
  color: #fff;
}
.article_blog .entry_title_wrapper h1 span {
  background: transparent;
  padding: 7px 13px;
}
/*Retour catégorie (pour les offres)*/
.retour_categorie {
  position: absolute;
  bottom: 0;
  left: 50%;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  line-height: 1.5;
}
.retour_categorie a {
  padding: 0.4rem 1rem;
  color: #43413E;
  background: #fff;
  border-radius: 1rem;
}
.retour_categorie a i {
  margin-right: 5px;
  color: #FBC212;
}
/*IMAGE DE FOND (POSTTHUMBNAIL)*/
.article_blog .entry_title .post_thumbnail {
  width: calc(100% - 2rem);
  height: calc(100% - 1rem);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  top: 1rem;
  position: absolute;
  left: 1rem;
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .article_blog .entry_title .post_thumbnail {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    top: 0;
    position: absolute;
    left: 0;
  }
  .article_blog .entry_title .post_thumbnail_degrade {
    width: 100%;
    height: 50%;
    bottom: 0rem;
    position: absolute;
    left: 0rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .article_blog .entry_title .post_thumbnail {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    top: 0;
    position: absolute;
    left: 0;
  }
  .article_blog .entry_title .post_thumbnail_degrade {
    width: 100%;
    height: 50%;
    bottom: 0rem;
    position: absolute;
    left: 0rem;
  }
}
.article_blog .entry_title .post_thumbnail_degrade, .page_les_actualites .entry_title .post_thumbnail {
  width: calc(100% - 2rem);
  height: calc(100% - 1rem);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  left: 1rem;
  bottom: 0;
}
.article_blog .entry_title .post_thumbnail_degrade, .page_les_actualites .entry_title .post_thumbnail_degrade {
  width: calc(100% - 2rem);
  height: 50%;
  bottom: 0rem;
  position: absolute;
  left: 1rem;
  background: black;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
/*DATE*/
.entry_title_date {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 1rem;
}
.entry_title_date span {
  display: inline-block;
  color: #43413E;
  font-size: 0.8rem;
  line-height: 1;
}
.date_mois {
  border-left: 1px solid #FBC212;
  border-right: 1px solid #FBC212;
  padding: 0 0.2rem;
}
.date_jour {
  padding: 0 0.2rem 0 0;
}
.date_annee {
  padding: 0 0 0 0.2rem;
}
#aside_actualites_wrapper .entry_title_date {
  background-color: #ededed;
}
/*Partage d'article*/
.article_share_top {
  padding: 1rem 0;
  border-bottom: 1px solid #ededed;
}
.article_share_bottom {
  padding: 0.8rem 0 5rem 0;
  border-top: 1px solid #ededed;
}
.share_button {
  width: 2.8rem;
  height: 2.8rem;
  display: inline-block;
  border-radius: 100%;
  border: none !important;
  vertical-align: -1rem;
  margin: 0 7px;
  position: relative;
  background: #FBC212;
  -webkit-transition: 0.1s background ease-in-out !important;
  -o-transition: 0.1s background ease-in-out !important;
  transition: 0.1s background ease-in-out !important;
}
.share_button:hover {
  background: #43413E;
  -webkit-transition: 0.1s background ease-in-out !important;
  -o-transition: 0.1s background ease-in-out !important;
  transition: 0.1s background ease-in-out !important;
}
.share_button i {
  font-size: 1rem;
  color: #ededed;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*Navigation dans le blog*/
#nav_blog {
  border-top: 1px solid #ededed;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav_blog_item {
  position: relative;
}
#nav_blog_left, #nav_blog_right {
  width: calc(50% - 3rem);
  position: relative;
}
#nav_blog_center {
  width: 6rem;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  position: relative;
}
#nav_blog_center i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nav_blog_link_item {
  color: #FBC212;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: 0.1s background-color ease-in-out;
  -o-transition: 0.1s background-color ease-in-out;
  transition: 0.1s background-color ease-in-out;
  padding: 2rem 0.75rem;
}
.nav_blog_link_item:hover {
  background-color: #ededed;
  -webkit-transition: 0.1s background-color ease-in-out;
  -o-transition: 0.1s background-color ease-in-out;
  transition: 0.1s background-color ease-in-out;
}
.nav_blog_prevnext {
  text-transform: uppercase;
}
.nav_blog_title {
  color: #43413E;
  padding-top: 0.5rem;
  font-family: 'Roboto-Bold';
}
#nav_blog_right .nav_blog_prevnext, #nav_blog_right .nav_blog_title {
  text-align: right;
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .article_blog .entry_title .post_thumbnail_degrade, .page_les_actualites .entry_title .post_thumbnail {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    position: absolute;
    left: 0rem;
    bottom: 0;
  }
  .article_blog .entry_title .post_thumbnail_degrade, .page_les_actualites .entry_title .post_thumbnail_degrade {
    width: 100%;
    height: 50%;
    bottom: 0rem;
    position: absolute;
    left: 0rem;
  }
  #nav_blog_left, #nav_blog_right {
    width: 100%;
    position: relative;
  }
  #nav_blog_center {
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
  }
  #nav_blog_right .nav_blog_prevnext, #nav_blog_right .nav_blog_title {
    text-align: left;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .article_blog .entry_title .post_thumbnail_degrade, .page_les_actualites .entry_title .post_thumbnail {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    position: absolute;
    left: 0rem;
    bottom: 0;
  }
  .article_blog .entry_title .post_thumbnail_degrade, .page_les_actualites .entry_title .post_thumbnail_degrade {
    width: 100%;
    height: 50%;
    bottom: 0rem;
    position: absolute;
    left: 0rem;
  }
  #nav_blog_left, #nav_blog_right {
    width: 100%;
    position: relative;
  }
  #nav_blog_center {
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
  }
  #nav_blog_right .nav_blog_prevnext, #nav_blog_right .nav_blog_title {
    text-align: left;
  }
}
/*=========================================================================*/
/*page_les_actualites*/
/*=========================================================================*/
/*IMAGE DE FOND (POSTTHUMBNAIL)*/
.page_les_actualites .articles_wrapper {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: calc(80% + 2rem) !important;
  max-width: calc(1200px + 2rem) !important;
  margin: auto;
}
/* INFINITE SCROLL */
.scroll_infinite_wrapper {
  padding-top: 0 !important;
  margin-top: -2rem;
}
.infinite-scroll-last {
  text-align: center;
}
.infinite-scroll-error {
  text-align: center;
}
.scroller-status {
  display: none;
}
.pagination {
  display: none;
}
/* loader-ellips
        ------------------------- */
.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #FBC212;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1), .loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}
.loader-ellips__dot:nth-child(4) {
  left: 3em;
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}
.loader-ellips__dot:nth-child(2), .loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}
.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
/*=========================================================================*/
/*page_accueil*/
/*=========================================================================*/
.entry_title_home {
  position: relative;
}
.entry_title_home_wrapper {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  padding-bottom: 0rem;
}
#entry_title_home_preaccroche {
  text-transform: uppercase;
  font-size: 1rem;
  color: #fff;
  font-family: 'Roboto-Regular';
  text-align: center;
  margin-top: 1rem;
  letter-spacing: 0.15rem;
  margin-bottom: 0.5rem;
  display: none;
}
#entry_title_home_accroche {
  text-align: center;
  font-size: 2.4rem;
  font-family: 'Cabrito-Bold';
  color: #fff;
  max-width: 700px;
  margin: auto;
}
#entry_title_home_accroche strong {
  color: #ededed;
}
.entry_title_home_wrapper .cta_btn_lead {
  margin-top: 20px;
  padding-bottom: 5px;
}
#entry_title_home_image {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  position: absolute;
  left: 1rem;
  top: 1rem;
  background-color: #43413E;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#entry_title_home_image_principale {
  width: 550px;
  max-width: 100%;
  height: auto;
  margin: auto;
}
#entry_title_home_image_degrade {
  width: calc(100% - 2rem);
  position: absolute;
  height: 70%;
  bottom: 1rem;
  position: absolute;
  left: 1rem;
  background: black;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.entry_title_scroll {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  height: 3rem;
  background-color: #fff;
  z-index: 1;
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  #entry_title_home_accroche {
    font-size: 1.8rem;
  }
  #entry_title_home_accroche br {
    display: none;
  }
  #entry_title_home_image {
    background-attachment: scroll;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  #entry_title_home_accroche {
    font-size: 1.8rem;
  }
  #entry_title_home_accroche br {
    display: none;
  }
  #entry_title_home_image {
    background-attachment: scroll;
  }
}
/*=========================================================================*/
/* Page contact */
/*=========================================================================*/
.coldouble_contact {
  width: calc(80% + 2rem) !important;
  max-width: calc(1200px + 2rem) !important;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.coldouble_contact_left {
  width: calc(33.33% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.coldouble_contact_right {
  width: calc(66.66% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.coldouble_contact_right h2 {
  padding-top: 0 !important;
}
.coldouble_contact_right .nf-form-cont {
  margin-top: 0;
}
/*Bloc coordonnées*/
#coordonnees {
  width: 100%;
}
#coordonnees_wrapper {
  background: #ededed;
  padding: 1.5rem 2rem;
}
.coordonnees_p_i {
  position: relative;
  padding-left: 1.6rem !important;
}
.coordonnees_p_i i {
  position: absolute;
  top: 0.35rem;
  left: 0;
  color: #FBC212;
}
#coordonnees_image {
  background: #FBC212;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
#coordonnees_image_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#coordonnees_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .coldouble_contact {
    width: calc(85% + 2rem);
  }
  .coldouble_contact_left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #coordonnees {
    width: 50%;
  }
  #coordonnees_image {
    background: #FBC212;
    width: 50%;
    padding-top: 0%;
  }
  .coldouble_contact_right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .coldouble_contact {
    width: calc(85% + 2rem);
  }
  .coldouble_contact_left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .coldouble_contact_right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .coldouble_contact {
    width: 85%;
  }
  .coldouble_contact_left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .coldouble_contact_right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .coldouble_contact {
    width: calc(100% - 50px);
  }
  .coldouble_contact_left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .coldouble_contact_right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-top: 3rem;
  }
}
.padding_section {
  padding: 3rem 0;
}
.padding_section_top {
  padding-top: 3rem;
}
.padding_section_bottom {
  padding-bottom: 3rem;
}
.fond_clair {
  background-color: #ededed;
}
.col_double_texte_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col_double_texte_item {
  width: 50%;
}
.col_double_texte_item_left .col_double_texte_item_wrapper {
  padding-right: 1rem;
}
.col_double_texte_item_right .col_double_texte_item_wrapper {
  padding-left: 1rem;
}
.col_double_texte .cta_btn_lead {
  text-align: center !important;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .col_double_texte_item {
    width: 100%;
  }
  .col_double_texte_item_left .col_double_texte_item_wrapper {
    padding-right: 0rem;
  }
  .col_double_texte_item_right .col_double_texte_item_wrapper {
    padding-left: 0rem;
  }
  .col_double_texte_item_right {
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .col_double_texte_item {
    width: 100%;
  }
  .col_double_texte_item_left .col_double_texte_item_wrapper {
    padding-right: 0rem;
  }
  .col_double_texte_item_right .col_double_texte_item_wrapper {
    padding-left: 0rem;
  }
  .col_double_texte_item_right {
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .col_double_texte_item {
    width: 100%;
  }
  .col_double_texte_item_left .col_double_texte_item_wrapper {
    padding-right: 0rem;
  }
  .col_double_texte_item_right .col_double_texte_item_wrapper {
    padding-left: 0rem;
  }
  .col_double_texte_item_right {
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .col_double_texte_item {
    width: 100%;
  }
  .col_double_texte_item_left .col_double_texte_item_wrapper {
    padding-right: 0rem;
  }
  .col_double_texte_item_right .col_double_texte_item_wrapper {
    padding-left: 0rem;
  }
  .col_double_texte_item_right {
    padding-top: 2rem;
  }
}
.col_double {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col_left {
  width: calc(50% - 1rem);
  position: relative;
}
.col_left_wrapper {
  position: relative;
  height: 100%;
}
.col_left_wrapper_padding, .col_right_wrapper_padding {
  padding: 4rem 0;
}
.col_right {
  width: calc(50% - 1rem);
  position: relative;
}
.col_right_wrapper {
  position: relative;
  height: 100%;
}
.slider16_9 {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider16_9 .slick-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider16_9 .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider16_9_item {
  background: red;
  position: relative;
  width: 100%;
  height: 100%;
}
.slider16_9_item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cb_video_iframe_embed {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.afficher_la_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #43413E;
  cursor: pointer;
}
.afficher_la_video_bg_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.afficher_la_video_bg_wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.afficher_la_video_play {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 50%;
  left: 50%;
  margin-left: -2rem;
  margin-top: -2rem;
  border-radius: 2rem;
  border: 2px solid #ededed;
}
.afficher_la_video_play_i {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  top: 50%;
  left: 50%;
  margin-left: -0.7rem;
  margin-top: -0.8rem;
}
.afficher_la_video_play_i path {
  fill: #ededed;
}
.cb_video_iframe_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image_simple_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  border: 4px solid #fff;
  box-shadow: 0 0 10px #999;
}
.image_simple {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
}
.image_simple img {
  width: 100%;
  height: 100%;
}
.image_simple img.image_simple_ajustee {
  object-fit: contain;
}
.image_simple img.image_simple_recadree {
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .col_left {
    width: 100%;
  }
  .col_left_wrapper_padding, .col_right_wrapper_padding {
    padding: 0rem 0;
  }
  .col_right {
    width: 100%;
    padding-top: 2rem;
  }
  .image_simple_wrapper {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .slider16_9 {
    height: inherit;
    padding-top: 56.25%;
  }
  .cb_video_iframe_embed {
    height: inherit;
    padding-top: 56.25%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .col_left {
    width: 100%;
  }
  .col_left_wrapper_padding, .col_right_wrapper_padding {
    padding: 0rem 0;
  }
  .col_right {
    width: 100%;
    padding-top: 2rem;
  }
  .image_simple_wrapper {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .slider16_9 {
    height: inherit;
    padding-top: 56.25%;
  }
  .cb_video_iframe_embed {
    height: inherit;
    padding-top: 56.25%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .col_left {
    width: 100%;
  }
  .col_left_wrapper_padding, .col_right_wrapper_padding {
    padding: 0rem 0;
  }
  .col_right {
    width: 100%;
    padding-top: 2rem;
  }
  .image_simple_wrapper {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .slider16_9 {
    height: inherit;
    padding-top: 56.25%;
  }
  .cb_video_iframe_embed {
    height: inherit;
    padding-top: 56.25%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .col_left {
    width: 100%;
  }
  .col_left_wrapper_padding, .col_right_wrapper_padding {
    padding: 0rem 0;
  }
  .col_right {
    width: 100%;
    padding-top: 2rem;
  }
  .image_simple_wrapper {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .slider16_9 {
    height: inherit;
    padding-top: 56.25%;
  }
  .cb_video_iframe_embed {
    height: inherit;
    padding-top: 56.25%;
  }
}
.col_double_wide_imgright, .col_double_wide_imgleft {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col_left_wide_imgleft {
  width: calc(50% - 1rem);
  background-color: #FBC212;
  position: relative;
}
.col_left_wide_imgleft_img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.col_left_wide_imgleft_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.col_wide_img_opacity {
  opacity: 0.3;
}
.col_wide_img_transparent {
  opacity: 0.3;
}
.col_right_wide_imgleft {
  width: calc(50% + 1rem);
}
.col_right_wide_imgleft_wrapper {
  padding-left: 3rem;
}
.col_left_wide_imgright {
  width: calc(50% + 1rem);
}
.col_left_wide_imgright_wrapper {
  padding-right: 3rem;
  float: right;
}
.col_right_wide_imgright {
  width: calc(50% - 1rem);
  background-color: #FBC212;
  position: relative;
}
.col_right_wide_imgright_img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.col_right_wide_imgright_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.col_left_wide_imgleft_img_texte, .col_right_wide_imgright_img_texte {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.col_left_wide_imgleft_img_texte {
  right: 0;
  padding-right: 3rem;
}
.col_right_wide_imgright_img_texte {
  left: 0;
  padding-left: 3rem;
}
.col_left_wide_imgleft_img_texte p, .col_right_wide_imgright_img_texte p {
  color: #fff;
  font-family: 'Cabrito-Bold';
  font-size: 2rem;
}
.col_left_wide_imgleft_img_texte p {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .col_left_wide_imgleft {
    width: 100%;
    padding-top: 56.25%;
  }
  .col_right_wide_imgleft {
    width: 100%;
  }
  .col_right_wide_imgleft_wrapper {
    padding-left: 0px;
    width: 85% !important;
    margin: auto;
  }
  .col_left_wide_imgright {
    width: 100%;
  }
  .col_left_wide_imgright_wrapper {
    padding-right: 0px;
    width: 85% !important;
    margin: auto;
    float: none;
  }
  .col_right_wide_imgright {
    width: 100%;
    padding-top: 56.25%;
  }
  .col_left_wide_imgleft_img_texte, .col_right_wide_imgright_img_texte {
    width: 100% !important;
  }
  .col_left_wide_imgleft_img_texte {
    padding-right: 25px;
    padding-left: 25px;
  }
  .col_right_wide_imgright_img_texte {
    padding-left: 25px;
    padding-right: 25px;
  }
  .col_left_wide_imgleft_img_texte p {
    text-align: center;
  }
  .col_right_wide_imgright_img_texte p {
    text-align: center;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .col_left_wide_imgleft {
    width: 100%;
    padding-top: 56.25%;
  }
  .col_right_wide_imgleft {
    width: 100%;
  }
  .col_right_wide_imgleft_wrapper {
    padding-left: 0px;
    width: 85% !important;
    margin: auto;
  }
  .col_left_wide_imgright {
    width: 100%;
  }
  .col_left_wide_imgright_wrapper {
    padding-right: 0px;
    width: 85% !important;
    margin: auto;
    float: none;
  }
  .col_right_wide_imgright {
    width: 100%;
    padding-top: 56.25%;
  }
  .col_left_wide_imgleft_img_texte, .col_right_wide_imgright_img_texte {
    width: 100% !important;
  }
  .col_left_wide_imgleft_img_texte {
    padding-right: 25px;
    padding-left: 25px;
  }
  .col_right_wide_imgright_img_texte {
    padding-left: 25px;
    padding-right: 25px;
  }
  .col_left_wide_imgleft_img_texte p {
    text-align: center;
  }
  .col_right_wide_imgright_img_texte p {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .col_left_wide_imgleft {
    width: 100%;
    padding-top: 56.25%;
  }
  .col_right_wide_imgleft {
    width: 100%;
  }
  .col_right_wide_imgleft_wrapper {
    padding-left: 0px;
    width: 85% !important;
    margin: auto;
  }
  .col_left_wide_imgright {
    width: 100%;
  }
  .col_left_wide_imgright_wrapper {
    padding-right: 0px;
    width: 85% !important;
    margin: auto;
    float: none;
  }
  .col_right_wide_imgright {
    width: 100%;
    padding-top: 56.25%;
  }
  .col_left_wide_imgleft_img_texte, .col_right_wide_imgright_img_texte {
    width: 100% !important;
  }
  .col_left_wide_imgleft_img_texte {
    padding-right: 25px;
    padding-left: 25px;
  }
  .col_right_wide_imgright_img_texte {
    padding-left: 25px;
    padding-right: 25px;
  }
  .col_left_wide_imgleft_img_texte p, .col_right_wide_imgright_img_texte p {
    text-align: center;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .col_left_wide_imgleft {
    width: 100%;
    padding-top: 56.25%;
  }
  .col_right_wide_imgleft {
    width: 100%;
  }
  .col_right_wide_imgleft_wrapper {
    padding-left: 0px;
    width: calc(100% - 50px) !important;
    margin: auto;
  }
  .col_left_wide_imgright {
    width: 100%;
  }
  .col_left_wide_imgright_wrapper {
    padding-right: 0px;
    width: calc(100% - 50px) !important;
    margin: auto;
    float: none;
  }
  .col_right_wide_imgright {
    width: 100%;
    padding-top: 56.25%;
  }
  .col_left_wide_imgleft_img_texte, .col_right_wide_imgright_img_texte {
    width: 100% !important;
  }
  .col_left_wide_imgleft_img_texte {
    padding-right: 25px;
    padding-left: 25px;
  }
  .col_right_wide_imgright_img_texte {
    padding-left: 25px;
    padding-right: 25px;
  }
  .col_left_wide_imgleft_img_texte p, .col_right_wide_imgright_img_texte p {
    text-align: center;
    font-size: 1.3rem;
  }
  .col_left_wide_imgleft_img_texte p br, .col_right_wide_imgright_img_texte p br {
    display: none;
  }
}
.bloc_photos_suite {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: calc(80% + 2rem) !important;
  max-width: calc(1200px + 2rem) !important;
  margin: auto;
  margin-bottom: -2rem;
}
.image_suite_wrapper_wrapper {
  position: relative;
}
.copyright_image {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.5rem;
  color: #fff;
  z-index: 1;
  text-align: right;
}
.Format_3_4, .Format_16_9, .Format_1_1 {
  position: relative;
  width: 100%;
  height: 0;
}
.Format_3_4 {
  padding-top: 125%;
}
.Format_16_9 {
  padding-top: 56.24%;
}
.Format_1_1 {
  padding-top: 100%;
}
.image_suite_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.image_suite_wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.legende_image_suite {
  padding-top: 0.5rem;
}
.legende_image_suite p {
  color: #FBC212;
}
.bloc_photos_suite_item_mono {
  width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
}
.bloc_photos_suite_item_double {
  width: calc(50% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
}
.bloc_photos_suite_item_triple {
  width: calc(33.33% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
}
.bloc_photos_suite_item_quadruple {
  width: calc(25% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bloc_photos_suite_item_double {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .bloc_photos_suite_item_triple {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .bloc_photos_suite_item_quadruple {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .bloc_photos_suite {
    width: 85% !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .bloc_photos_suite_item_double {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .bloc_photos_suite_item_triple {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .bloc_photos_suite_item_quadruple {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .bloc_photos_suite {
    width: 85% !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .bloc_photos_suite_item_double {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .bloc_photos_suite_item_triple {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .bloc_photos_suite_item_quadruple {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .bloc_photos_suite {
    width: 85% !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .bloc_photos_suite_item_double {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .bloc_photos_suite_item_triple {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .bloc_photos_suite_item_quadruple {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .bloc_photos_suite {
    width: calc(100% - 50px) !important;
  }
}
.bloc_call_to_action {
  max-width: 700px;
  margin: auto;
  text-align: center;
}
.bloc_call_to_action .cta_btn_lead {
  text-align: center !important;
  margin-top: 1.5rem;
}
.bloc_separateur_sep {
  height: 4px;
  background-color: #ededed;
}
.bloc_separateur_sep_centre {
  margin: 4px 0;
}
.bloc_iframe_video_texte {
  max-width: 700px;
  margin: auto;
  text-align: center;
}
.bloc_iframe_video_code {
  position: relative;
  padding-top: 56.25%;
  margin: 2rem 0;
}
.bloc_iframe_video_code iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bloc_iframe_video_code .cb_video_iframe_embed {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
}
.bloc_iframe_video_cta {
  max-width: 700px;
  margin: auto;
  text-align: center;
}
.bloc_iframe_video_cta .cta_btn_lead {
  text-align: center !important;
}
.grand_slider {
  width: 100%;
  background-color: #43413E;
  padding-top: 56.25%;
  position: relative;
}
ul.grand_slider_slides {
  margin-left: 0 !important;
  padding: 0 !important;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
ul.grand_slider_slides .slick-list {
  position: relative;
  height: 100%;
}
ul.grand_slider_slides .slick-track {
  position: relative;
  height: 100%;
}
li.grand_slider_slide:before {
  content: none !important;
}
li.grand_slider_slide {
  background-color: #43413E;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 !important;
}
.grand_slider_nav {
  height: 100px;
  width: 100%;
  background-color: #43413E;
  position: relative;
}
ul.grand_slider_nav_slides {
  height: 100px;
  width: 100%;
  margin-left: 0 !important;
  padding: 0 !important;
}
li.grand_slider_nav_slide:before {
  content: none !important;
}
li.grand_slider_nav_slide {
  height: 100px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top: 4px solid #43413E;
  border-bottom: 4px solid #43413E;
  border-left: 2px solid #43413E;
  border-right: 2px solid #43413E;
  opacity: 0.4;
  transition: 0.1s opacity ease-in-out;
  cursor: pointer;
  margin: 0 !important;
}
li.grand_slider_nav_slide:hover {
  opacity: 1;
  transition: 0.1s opacity ease-in-out;
}
li.grand_slider_nav_slide.slick-current {
  opacity: 1;
}
.bloc_grand_slider .cta_btn_lead {
  text-align: center !important;
}
.bloc_temoignages_accroche {
  margin-bottom: 2rem;
}
.slider_temoignages {
  max-width: 700px;
  margin: auto;
  padding-bottom: 2rem;
}
.slider_temoignages ul.slick-dots {
  padding-bottom: 0 !important;
}
.slider_temoignages_item {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
}
.temoignage_item_avatar {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  margin-top: 10px;
}
.temoignage_item {
  width: calc(100% - 90px);
  padding-left: 3rem;
}
.temoignage_item_texte {
  position: relative;
}
.temoignage_item_texte:before {
  content: "“";
  position: absolute;
  left: -1.8rem;
  top: -0.5rem;
  color: #6cc2d7;
  font-size: 2.9rem;
  font-family: 'Cabrito-Bold';
}
.temoignage_item_sans_photo {
  width: 100%;
  padding-left: 0rem;
}
.temoignage_item_sans_photo .temoignage_item_texte {
  text-align: center;
  padding-left: 2rem;
  position: relative;
  display: inline-block !important;
  left: 50%;
  transform: translate(-50%, 0);
}
.temoignage_item_sans_photo .temoignage_item_texte:before {
  content: "“";
  position: absolute;
  left: 0.2rem;
  top: -0.5rem;
  color: #FBC212;
  font-size: 2.9rem;
  font-family: 'Cabrito-Bold';
}
.temoignage_item_sans_photo .temoignage_item_auteur {
  text-align: center;
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .temoignage_item_avatar {
    margin: auto;
    margin-top: 0px;
    margin-bottom: 1.5rem;
  }
  .temoignage_item {
    width: 100%;
    padding: 0px 3rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .temoignage_item_avatar {
    margin: auto;
    margin-top: 0px;
    margin-bottom: 1.5rem;
  }
  .temoignage_item {
    width: 100%;
    padding: 0px 1.5rem;
  }
}
.multicolonnes_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(80% + 2rem) !important;
  max-width: calc(1200px + 2rem) !important;
  margin: auto;
  margin-bottom: -2rem;
}
.multicolonnes_item {
  margin-bottom: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
}
.rangee_de_2 {
  width: calc(50% - 2rem);
}
.rangee_de_3 {
  width: calc(33.33% - 2rem);
}
.rangee_de_4 {
  width: calc(25% - 2rem);
}
.rangee_de_5 {
  width: calc(20% - 2rem);
}
.avec_bordure {
  border: 1px solid #ededed;
  padding: 1.5rem;
}
.fond_clair .avec_bordure {
  border: 1px solid #fff;
}
.sans_bordure {
  padding: 1.5rem 0;
}
.multicolonnes_item_bouton {
  padding-bottom: 6rem;
}
.sans_bordure.multicolonnes_item_bouton {
  padding-bottom: 4rem;
}
.icon_multicolonnes {
  margin: auto;
  margin-bottom: 1.5rem;
  position: relative;
  margin-top: -40px;
  border-radius: 100%;
  border: 1px solid #ededed;
}
.fond_clair .icon_multicolonnes {
  border: 1px solid #fff;
}
.petit_icone {
  width: 80px;
  height: 80px;
}
.grand_icone {
  width: 120px;
  height: 120px;
}
.multicolonnes_btn {
  text-align: center;
  margin-top: 1rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 2rem;
}
.sans_bordure .multicolonnes_btn {
  bottom: 0rem;
}
.fond_clair .btn {
  border-color: #fff;
}
.fond_clair .btn:hover {
  border-color: #fff !important;
  background-color: #fff;
}
.multicolonnes_gamme h3, .multicolonnes_gamme p {
  text-align: center !important;
}
.multicolonnes_gamme h3 {
  font-family: 'Cabrito-Bold' !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .rangee_de_2 {
    width: calc(50% - 2rem);
  }
  .rangee_de_3 {
    width: calc(50% - 2rem);
  }
  .rangee_de_4 {
    width: calc(33.33% - 2rem);
  }
  .rangee_de_5 {
    width: calc(33.33% - 2rem);
  }
  .multicolonnes_wrapper {
    width: calc(85% + 2rem) !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .rangee_de_2 {
    width: calc(50% - 2rem);
  }
  .rangee_de_3 {
    width: calc(50% - 2rem);
  }
  .rangee_de_4 {
    width: calc(50% - 2rem);
  }
  .rangee_de_5 {
    width: calc(50% - 2rem);
  }
  .multicolonnes_wrapper {
    width: calc(85% + 2rem) !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .rangee_de_2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .rangee_de_3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .rangee_de_4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .rangee_de_5 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .multicolonnes_wrapper {
    width: 85% !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .rangee_de_2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .rangee_de_3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .rangee_de_4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .rangee_de_5 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .multicolonnes_wrapper {
    width: calc(100% - 50px) !important;
  }
}
.question_reponse_item {
  margin-top: 1.5rem;
}
.question_reponse_title {
  border: 2px solid #ededed;
  padding: 0.5rem 1rem 0.5rem 4rem;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  transition: 0.1s background-color ease-in-out;
}
.question_reponse_title:hover {
  background-color: #ededed;
  transition: 0.1s background-color ease-in-out;
}
.question_reponse_title.active {
  background-color: #ededed;
}
.question_reponse_title h3 {
  margin: 0 !important;
  font-size: 1.3rem;
}
.question_reponse_title h3 br, .question_reponse_title h3 span {
  display: none !important;
}
.question_reponse_title_icone {
  height: 100%;
  width: 3rem;
  position: absolute;
  border-right: 2px solid #ededed;
  top: 0;
  left: 0;
  background-color: #FBC212;
}
.question_reponse_title_icone_plus, .question_reponse_title_icone_moins {
  position: absolute;
  font-size: 1.5rem;
  line-height: 1;
  font-family: 'Cabrito-Bold';
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.question_reponse_title_icone_moins {
  display: none;
}
.question_reponse_wysiwyg {
  border: 2px solid #ededed;
  border-top: 0;
  padding: 1rem 3rem 1rem 4rem;
  display: none;
}
.single_product .entry_title {
  text-align: center;
}
.product_cat_term {
  padding-top: 1rem;
  font-size: 0.6rem !important;
}
.product_cat_term a {
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 0.2rem 0.6rem;
  border-radius: 1rem;
  color: #43413E;
  margin: 0.4rem 0.2rem 0 0.2rem;
  background-color: transparent;
  display: inline-block;
  transition: 0.1s background-color ease-in-out;
}
.product_cat_term a i {
  color: #FBC212;
}
.product_cat_term a:hover {
  background-color: #fff;
  transition: 0.1s background-color ease-in-out;
}
.single_product .entry_title h1 {
  padding-top: 1rem;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1.5rem 1rem;
  margin: 0;
  margin-bottom: 1.5rem;
  position: relative;
  background-color: #ededed;
  background-color: #fff;
  border: 2px solid #ededed;
  color: #FBC212;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  text-align: center;
}
.woocommerce-error strong, .woocommerce-info strong, .woocommerce-message strong {
  font-weight: normal !important;
}
.woocommerce-message::before, .woocommerce-info::before {
  content: none;
}
.woocommerce-error::before {
  content: none;
}
.woocommerce-error li::before, .woocommerce-info li::before, .woocommerce-message li::before {
  content: none !important;
}
.succes_ajout_au_panier {
  color: #FBC212;
  text-align: center;
  margin-bottom: 1rem;
}
.succes_ajout_au_panier_suite br {
  display: none;
}
.btn_succes_message_continue {
  margin-right: 0.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .succes_ajout_au_panier_suite br {
    display: inline;
  }
  .btn_succes_message_continue {
    margin-right: 0rem;
  }
  .btn_succes_message_panier {
    margin-top: 0.5rem;
  }
}
.product_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product.onbackorder .product_main .cart {
  display: none;
}
.product.outofstock .product_main .stock, .product.onbackorder .product_main .stock {
  margin-top: 10px;
  font-family: 'Roboto-Bold';
}
.product_photos {
  width: calc(50% - 1rem);
}
.product_photos_container {
  outline: 1px solid #ededed;
}
.product_photos_wrapper {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
  background-color: #fff;
}
.woo_slider_product {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.woo_slider_product .slick-list, .woo_slider_product .slick-track {
  height: 100%;
}
.woo_slider_product_slide {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.woo_slider_product_slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product_photos_thumb_wrapper {
  margin-top: 5px;
  width: calc(100% + 6px);
  margin-left: -3px;
  padding-top: 22.22%;
  position: relative;
  background-color: #fff;
}
.woo_slider_product_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.woo_slider_product_thumb .slick-list, .woo_slider_product_thumb .slick-track {
  height: 100%;
}
.woo_slider_product_slide_thumb {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}
.woo_slider_product_slide_thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.woo_slider_product_slide_thumb.slick-current img {
  opacity: 1;
}
.product_infos {
  width: calc(50% - 1rem);
}
.product_infos_separator {
  padding: 1rem 0;
}
.product_infos_separator_line {
  height: 1px;
  background-color: #ededed;
}
.product_infos_achat .price {
  font-size: 1.3rem;
  font-family: 'Roboto-Bold';
  color: #FBC212;
}
.product-type-variable .product_infos_achat p.price {
  display: none;
}
.product_infos_achat .price del {
  text-decoration: none;
  opacity: 0.5;
  position: relative;
}
.product_infos_achat .price del:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  background-color: #43413E;
}
.product_infos_achat .price ins {
  text-decoration: none;
}
.product_infos_achat .cart {
  padding-top: 1rem;
  display: flex;
}
.product_infos_achat .variations_form {
  padding-top: 1rem;
  display: block;
}
.product_infos_achat .variations_form .woocommerce-variation-add-to-cart {
  padding-top: 1rem;
  display: flex;
}
.product_infos_achat .variations_form .woocommerce-variation-price {
  padding-top: 1rem;
}
.product_infos_achat .variations_form a.reset_variations {
  display: none !important;
}
.product_infos_achat .variations_form .variations select {
  display: none;
}
.product_infos_achat .variations_form .variations {
  font-size: 1.15rem;
}
.product_infos_achat .variations_form .variations label {
  margin-right: 0.5rem;
}
.product_infos_achat .variations_form .variations .value input {
  margin-right: 0.3rem;
}
.variation_item_selector {
  padding: 0.5rem;
  border: 1px solid #ededed;
  font-size: 0.8rem;
  margin-right: 0.8rem;
  background-color: transparent;
  cursor: pointer;
  transition: 0.1s background-color ease-in-out;
}
.variation_item_selector:hover {
  background-color: #ededed;
  transition: 0.1s background-color ease-in-out;
}
.variation_item_selector.active {
  background-color: #ededed;
}
.variation_item_selector label {
  margin-right: 0rem !important;
}
.variation_item_selector input {
  display: none;
}
.product_infos_achat .quantity {
  height: 2.2rem;
  width: 5rem;
}
.product_infos_achat .quantity .screen-reader-text {
  display: none;
}
.product_infos_achat .quantity input {
  height: 2.2rem;
  width: 5rem;
  border: 2px solid #ededed;
  padding: 0 0.5rem;
  font-size: 1.1rem;
  color: #FBC212;
  text-align: center;
}
.product_infos_achat .single_add_to_cart_button {
  border: none !important;
  color: #FBC212;
  font-size: 0.8rem;
  line-height: 1;
  background-color: #43413E;
  text-transform: uppercase;
  margin-left: 0.8rem;
  padding: 0.7rem 1.6rem !important;
  border-radius: 1.5rem;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out;
  white-space: nowrap;
}
.product_infos_achat .single_add_to_cart_button:hover {
  background-color: #FBC212;
  color: #43413E;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out;
}
.product-type-variable .woocommerce-tabs {
  display: none;
}
.titre_upsell {
  text-align: center;
  font-size: 1.2rem;
  color: #FBC212 !important;
}
.titre_upsell br.br_separator {
  margin-top: -0.2rem !important;
}
.titre_upsell span.separator {
  background-color: #ededed !important;
}
.fond_clair .titre_upsell {
  color: #43413E !important;
}
.fond_clair .titre_upsell span.separator {
  background-color: #FBC212 !important;
}
.produits_upsell {
  margin-top: 2rem;
}
.produits_upsell .retour_boutique {
  margin-top: 2rem !important;
}
.products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin-left: -1rem;
}
.produit_extrait {
  border: 1px solid #ededed;
  box-shadow: 0 0 10px #ededed;
  width: calc(33.33% - 2rem);
  margin: 0 1rem 2rem 1rem;
}
.fond_clair .produit_extrait {
  border: 1px solid #fff;
}
.date_de_disponibilite {
  position: absolute;
  z-index: 1;
  top: 2.5rem;
  right: -1px;
  font-size: 0.65rem;
  text-transform: uppercase;
  background-color: #fff;
  color: #43413E;
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  text-align: center;
  line-height: 1.15;
  display: none;
}
.date_de_disponibilite_text {
  color: #FBC212;
  font-size: 0.5rem;
  font-family: 'Roboto-Bold';
}
.date_de_disponibilite_dateinfo {
  font-family: 'Roboto-Bold';
}
.produit_extrait.onbackorder .date_de_disponibilite {
  display: block;
}
.produit_extrait_image {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
  background-color: #fff;
}
.gamme_produits_extrait {
  position: absolute;
  z-index: 1;
  top: 0.8rem;
  right: 0px;
  font-size: 0.65rem;
  text-transform: uppercase;
  color: #43413E;
  background-color: #FBC212;
  line-height: 1;
  padding: 0.3rem 0.5rem;
}
.produit_extrait_image_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ededed;
}
.produit_extrait_image_wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.produit_extrait_wrapper {
  padding: 0.6rem 1rem 1.5rem 1rem;
}
.produit_extrait_wrapper .product_cat_term {
  text-align: center;
}
.produit_extrait_wrapper .product_cat_term a {
  border: 1px solid #ededed;
  background-color: transparent;
  transition: 0.1s background-color ease-in-out;
}
.fond_clair .produit_extrait_wrapper .product_cat_term a {
  border: 1px solid #fff;
}
.produit_extrait_wrapper .product_cat_term a:hover {
  border: 1px solid #ededed;
  background-color: #ededed;
  transition: 0.1s background-color ease-in-out;
}
.fond_clair .produit_extrait_wrapper .product_cat_term a:hover {
  border: 1px solid #fff;
  background-color: #fff;
}
.produit_extrait_titre_prix {
  padding: 1rem 0;
  text-align: center;
}
.produit_extrait_titre {
  font-size: 1.3rem;
  margin-bottom: 0.2rem;
}
.produit_extrait_titre a {
  color: #43413E;
  font-family: 'Cabrito-Bold';
  transition: 0.1s color ease-in-out;
}
.produit_extrait_titre a:hover {
  color: #FBC212;
  transition: 0.1s color ease-in-out;
}
.produit_extrait_titre_prix .price {
  font-size: 1.3rem;
  font-family: 'Roboto-Bold';
  color: #FBC212;
}
.produit_extrait_titre_prix .price del {
  text-decoration: none;
  opacity: 0.5;
  position: relative;
}
.produit_extrait_titre_prix .price del::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  background-color: #43413E;
}
.produit_extrait_titre_prix .price ins {
  text-decoration: none;
}
.produit_extrait_cta {
  border-top: 1px solid #ededed;
  padding-top: 1.5rem;
  text-align: center;
}
.fond_clair .produit_extrait_cta {
  border-top: 1px solid #fff;
}
.fond_clair .produit_extrait_cta .btn {
  border-color: #FBC212;
  background-color: transparent;
}
.fond_clair .produit_extrait_cta .btn:hover {
  border-color: #FBC212 !important;
  background-color: #FBC212;
}
.produit_extrait_wrapper a.add_to_cart_button {
  display: inline-block;
  margin: auto;
  white-space: nowrap;
  font-size: 0.8rem;
  line-height: 1;
  text-transform: uppercase;
  color: #FBC212;
  padding: 0.7rem 1.6rem;
  background-color: #43413E;
  border-radius: 1.5rem;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out;
  margin-top: 0.7rem;
}
.produit_extrait_wrapper a.add_to_cart_button:hover {
  background-color: #FBC212;
  color: #43413E;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out;
}
.produit_extrait_wrapper a.added_to_cart {
  display: none;
}
.produit_extrait_wrapper a.add_to_cart_button.added::after {
  content: "";
  font-family: "FontAwesome";
  margin-left: 0.5rem;
  color: #FBC212;
  transition: 0.05s color ease-in-out;
}
.produit_extrait_wrapper a.add_to_cart_button.added:hover::after {
  color: #43413E;
  transition: 0.05s color ease-in-out;
}
.produit_extrait.outofstock .produit_extrait_cta .button, .produit_extrait.onbackorder .produit_extrait_cta .button {
  display: none;
}
.produit_extrait.outofstock p.extrait_enrupturedestock {
  background-color: #ededed;
  margin-top: 0.7rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 0.7rem 1.6rem;
  line-height: 1;
}
.produit_extrait.onbackorder p.extrait_enreapprovisionnement {
  background-color: #ededed;
  margin-top: 0.7rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 0.7rem 1.6rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .produit_extrait {
    width: calc(50% - 2rem);
    margin: 0 1rem 2rem 1rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .product_photos {
    width: 100%;
  }
  .product_infos {
    width: 100%;
    margin-top: 2rem;
  }
  .produit_extrait {
    width: calc(50% - 2rem);
    margin: 0 1rem 2rem 1rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .product_photos {
    width: 100%;
  }
  .product_infos {
    width: 100%;
    margin-top: 2rem;
  }
  .produit_extrait {
    width: calc(50% - 2rem);
    margin: 0 1rem 2rem 1rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .product_photos {
    width: 100%;
  }
  .product_infos {
    width: 100%;
    margin-top: 2rem;
  }
  .produit_extrait {
    width: calc(100% - 2rem);
    margin: 0 1rem 2rem 1rem;
  }
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  border: none !important;
  padding: 0.7rem 1.6rem !important;
  border-radius: 1.5em !important;
  color: #FBC212 !important;
  background-color: #43413E !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: 0.1s background-color ease-in-out, 0.05s color ease-in-out !important;
  display: inline-block !important;
  font-weight: normal !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  border: none !important;
  padding: 0.7rem 1.6rem !important;
  border-radius: 1.5em !important;
  color: #43413E !important;
  background-color: #FBC212 !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: 0.1s background-color ease-in-out, 0.05s color ease-in-out !important;
  display: inline-block !important;
  font-weight: normal !important;
  box-shadow: none !important;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 2px solid #ededed;
}
.thumb_category_product {
  position: relative;
  padding-top: 100%;
  width: 100%;
  background-color: #FBC212;
}
.thumb_category_product_image {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
}
.thumb_category_product_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.thumb_category_product_degrade {
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: black;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.thumb_category_product_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 1rem;
}
.thumb_category_product_title {
  text-align: center;
  font-size: 1.6rem;
  font-family: 'Cabrito-Bold';
  color: #fff;
  margin-bottom: 0.7rem;
}
.thumb_category_product_wrapper .cta_btn_lead a {
  background-color: #FBC212;
  color: #43413E;
}
.thumb_category_product_wrapper .cta_btn_lead a:hover {
  background-color: #ededed;
  color: #43413E;
}
#filtre_produit_terms {
  margin-bottom: 2rem;
  font-size: 0.6rem;
  line-height: 1;
  margin-top: -0.5rem;
  background-color: #FBC212;
  padding: 0.5rem 0.7rem 0.7rem 0.7rem;
  text-align: center;
}
.produit_filtre_item {
  padding: 0.2rem 0.6rem;
  border: 1px solid #fff;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 1rem;
  transition: 0.1s background-color ease-in-out;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.6rem;
}
.produit_filtre_item:hover {
  background-color: #fff;
  transition: 0.1s background-color ease-in-out;
}
.produit_filtre_item.active {
  background-color: #fff;
}
.produit_filtre_item_nom {
  font-size: 0.6rem;
  line-height: 1;
  color: #43413E;
  text-transform: uppercase;
}
.produit_filtre_item_nom i {
  color: #FBC212;
}
.remove_margin {
  margin-top: -2rem;
}
#product_cat_retour_boutique {
  margin-top: 1.5rem;
}
#product_cat_retour_boutique a i {
  color: #ededed;
  margin-right: 0.35rem;
  transition: 0.05s color ease-in-out;
}
#product_cat_retour_boutique a:hover i {
  color: #ededed;
  transition: 0.05s color ease-in-out;
}
.succes_ajout_au_panier_suite {
  text-align: center !important;
}
.succes_ajout_au_panier_suite .btn_succes_message_panier, .succes_ajout_au_panier_suite br {
  display: none !important;
}
.return-to-shop {
  text-align: center;
  margin-top: 1.5rem !important;
}
.woocommerce table.shop_table {
  border: 2px solid #ededed;
  margin: 0 -2px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0px;
}
.woocommerce table.shop_table th {
  font-weight: normal;
  font-family: 'Roboto-Bold';
  color: #43413E;
  padding: 9px 12px;
  line-height: 1.5em;
}
.woocommerce table.shop_table td {
  border-top: 2px solid #ededed;
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: normal;
  font-family: 'Roboto-Bold';
}
.woocommerce a.remove {
  color: #FBC212 !important;
  box-shadow: none;
  line-height: 1.35rem !important;
  background-color: transparent !important;
  transition: 0.05s color ease-in-ut, 0.1s background-color ease-in-out;
}
.woocommerce a.remove:hover {
  color: #ededed !important;
  box-shadow: none;
  background-color: #FBC212 !important;
  transition: 0.05s color ease-in-ut, 0.1s background-color ease-in-out;
}
.product-quantity .quantity .input-text {
  height: 2.2rem;
  border: 2px solid #ededed;
  padding: 0 0.5rem;
  font-size: 1.1rem;
  color: #FBC212;
  text-align: center;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  height: 2.2rem;
  border: 2px solid #ededed;
  padding: 0 0.5rem;
  font-size: 1.1rem;
  color: #FBC212;
  text-align: center;
  margin: 0 1rem 0 0;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 130px;
}
.woocommerce ul#shipping_method li input {
  margin: 0.5rem 0.5rem 0 0;
  vertical-align: top;
}
.woocommerce ul#shipping_method li label bdi {
  font-weight: normal;
  font-family: 'Cabrito-Bold';
  color: #FBC212;
}
#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: 0.5em;
  display: inline-block;
  font-size: 1.15rem;
}
#add_payment_method .cart-collaterals .shipping-calculator-button::after, .woocommerce-cart .cart-collaterals .shipping-calculator-button::after, .woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
  color: #FBC212;
}
#calc_shipping_country_field {
  margin-bottom: 0px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid #ededed;
  border-radius: 0px;
}
.woocommerce form .form-row .select2-container {
  margin-bottom: 0.5rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #FBC212 transparent transparent transparent;
}
.select2-container .select2-selection--single {
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222222;
  font-size: 1.15rem;
  padding: 0.5rem !important;
  line-height: 1.4;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
}
.woocommerce-shipping-destination strong {
  font-weight: normal;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1.4;
  border: 2px solid #ededed;
  padding: 0.5rem;
  font-size: 1.15rem;
}
.woocommerce form .form-row {
  padding: 0px;
  margin: 0 0 6px;
  margin-bottom: 1rem;
}
tr.order-total strong {
  font-weight: normal;
  font-family: 'Roboto-Bold';
  color: #43413E;
}
.woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: calc(50% - 1rem) !important;
}
#billing_country_field, #shipping_country_field {
  margin-bottom: 10px !important;
}
#billing_country_field .select2 {
  display: none;
}
.woocommerce form .form-row .select2-container {
  width: 100% !important;
}
.woocommerce form .form-row label {
  line-height: 2;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #43413E;
  padding-bottom: 0.2rem;
}
.woocommerce form .form-row .required {
  font-weight: normal;
  color: #FBC212;
}
#order_comments {
  height: 200px;
  font-family: 'Roboto-Regular';
  resize: none;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: normal !important;
  border-top: 2px solid #ededed;
}
.woocommerce-shipping-totals #shipping_method li {
  margin-bottom: 0 !important;
  font-size: 1.1rem !important;
}
.woocommerce-shipping-totals #shipping_method li::before {
  content: none;
}
.order-total {
  background-color: #ededed;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: #ededed !important;
  border-radius: 0px !important;
  padding: 2rem;
}
#payment a {
  border-bottom: 0.125rem solid #fff !important;
  box-shadow: inset 0 -0.125rem 0 #fff !important;
  transition: 0.2s box-shadow cubic-bezier(0.77, 0, 0.175, 1) !important;
}
#payment a:hover {
  box-shadow: inset 0 -1.5rem 0 #fff !important;
  transition: 0.2s box-shadow cubic-bezier(0.77, 0, 0.175, 1) !important;
}
#payment .woocommerce-notice::before {
  content: none;
}
#payment .woocommerce-notice {
  line-height: 1.4;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  padding: 0 0 1rem 0 !important;
  border-bottom: 2px solid #fff !important;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 1rem 0 0 0 !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  width: 100% !important;
  padding: 1rem !important;
  margin: 1rem 0 !important;
  font-size: 1.15rem !important;
  border-radius: 0 !important;
  line-height: 1.5 !important;
  background-color: #fff !important;
  color: #222222 !important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #fff;
  border-top-color: #dfdcde;
  border-right-color: #dfdcde;
  border-left-color: #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
#add_payment_method #payment div.payment_box p, .woocommerce-cart #payment div.payment_box p, .woocommerce-checkout #payment div.payment_box p {
  margin-top: 0 !important;
}
.computop-display-card-oneclick {
  display: none;
}
#computop_nx_cards, #computop_one_time_cards {
  margin-bottom: 0 !important;
}
#privacy_policy_field {
  margin-bottom: 0 !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: left;
  margin-top: 1.5rem;
}
.woocommerce form .form-row.place-order {
  margin-bottom: 0rem !important;
}
.woocommerce form .form-row.place-order p.form-row {
  margin-bottom: 0rem !important;
}
p.woocommerce-thankyou-order-received {
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
  color: #FBC212;
}
ul.woocommerce-order-overview li::before {
  content: none !important;
}
.woocommerce ul.order_details li {
  font-size: 0.8rem !important;
  border-right: 2px solid #ededed !important;
}
.woocommerce ul.order_details li:last-child {
  border-right: none !important;
}
.woocommerce ul.order_details li strong {
  font-weight: normal !important;
}
.woocommerce .woocommerce-order-details tfoot tr:last-child {
  background-color: #ededed;
}
strong.product-quantity {
  font-weight: normal !important;
  font-family: 'Roboto-Bold';
  color: #FBC212;
}
.woocommerce-column--billing-address .woocommerce-column__title, .woocommerce-column--shipping-address .woocommerce-column__title {
  font-size: 1.2rem;
  color: #FBC212;
}
.woocommerce .woocommerce-customer-details address {
  border: none;
  border-left: 2px solid #ededed;
  text-align: left;
  width: 100%;
  border-radius: 0 !important;
  padding: 0 !important;
  padding-left: 1rem !important;
  font-size: 1.15rem;
  line-height: 1.4;
}
.woocommerce-customer-details--phone {
  margin: 0 !important;
}
.woocommerce-customer-details--phone::before {
  color: #FBC212;
  content: "" !important;
  font-family: "FontAwesome" !important;
}
.woocommerce-customer-details--email {
  margin: 0 !important;
}
.woocommerce-customer-details--email::before {
  color: #FBC212;
  content: "" !important;
  font-family: "FontAwesome" !important;
}
.woocommerce-MyAccount-navigation {
  background-color: #ededed;
  width: 30% !important;
}
.woocommerce-MyAccount-navigation li {
  margin: 0 !important;
  padding: 0;
  border-bottom: 1px solid #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.woocommerce-MyAccount-navigation li::before {
  content: none !important;
}
.woocommerce-MyAccount-navigation li a {
  color: #FBC212;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out;
  display: block;
  padding: 0.5rem 0.8rem;
  box-shadow: none;
  border-bottom: none;
  background-color: transparent;
}
.woocommerce-MyAccount-navigation li a:hover {
  background-color: #ccc;
  color: #43413E;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out;
  box-shadow: none;
  border-bottom: none;
}
.woocommerce-MyAccount-navigation li.is-active {
  background-color: #ccc;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce-MyAccount-content {
  width: calc(70% - 2rem) !important;
}
.woocommerce table.my_account_orders {
  font-size: 0.8rem;
}
.woocommerce table.my_account_orders .woocommerce-button.button {
  padding: 0.35rem 0.9rem 0.4rem 0.9rem !important;
  margin-right: 0.3rem;
}
.woocommerce-Addresses {
  padding-top: 2rem;
}
.woocommerce-Addresses address {
  font-style: normal;
  font-size: 1.15rem;
}
.woocommerce-form-row em {
  font-size: 0.8rem;
  font-style: normal;
  color: #FBC212;
}
.woocommerce-EditAccountForm legend {
  font-size: 1.15rem;
  font-family: 'Roboto-Bold';
  margin: 1rem 0;
  color: #43413E;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none;
  padding: 0px;
  margin: 0 auto;
  text-align: left;
  border-radius: 0px;
  max-width: 700px;
}
.woocommerce-account h2 {
  text-align: center;
}
.woocommerce-ResetPassword {
  margin: 0 auto;
  max-width: 700px;
}
.woocommerce form.woocommerce-ResetPassword .form-row-first {
  width: 100% !important;
  margin-top: 1rem;
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    width: 100% !important;
  }
  .woocommerce-MyAccount-content {
    padding-top: 2rem;
    width: 100% !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .woocommerce-MyAccount-navigation {
    width: 100% !important;
  }
  .woocommerce-MyAccount-content {
    padding-top: 2rem;
    width: 100% !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .woocommerce-MyAccount-navigation {
    width: 100% !important;
  }
  .woocommerce-MyAccount-content {
    padding-top: 2rem;
    width: 100% !important;
  }
}
#yith_wcps_info_cart {
  display: none !important;
}
#alma-payment-plans {
  margin-top: -15px !important;
}
#alma-payment-plans .atw-border {
  border: 2px solid #ededed !important;
  border-radius: none;
}
#alma-payment-plans .atw-rounded-md {
  border-radius: 0 !important;
}
#alma-payment-plans .atw-pb-0 {
  padding-bottom: 10px !important;
}
#alma-payment-plans .atw-p-2 {
  padding: 10px !important;
}
.wc_payment_method.payment_method_alma img {
  display: inline !important;
}
.entry-content .cta_btn_lead {
  margin-top: 1.5rem;
  text-align: left;
}
.entry-content a {
  border-bottom: 0.125rem solid #ededed;
  box-shadow: inset 0 -0.125rem 0 #ededed;
  transition: 0.2s box-shadow cubic-bezier(0.77, 0, 0.175, 1);
}
.entry-content a:hover {
  box-shadow: inset 0 -1.5rem 0 #ededed;
  transition: 0.2s box-shadow cubic-bezier(0.77, 0, 0.175, 1);
}
.fond_clair .entry-content a {
  border-bottom: 0.125rem solid #fff;
  box-shadow: inset 0 -0.125rem 0 #fff;
  transition: 0.2s box-shadow cubic-bezier(0.77, 0, 0.175, 1);
}
.fond_clair .entry-content a:hover {
  box-shadow: inset 0 -1.5rem 0 #fff;
  transition: 0.2s box-shadow cubic-bezier(0.77, 0, 0.175, 1);
}
.entry-content p.legende, .entry-content p.chapeau, .entry-content p, .entry-content li {
  margin: 0.75rem 0;
}
.entry-content p strong {
  color: #43413E;
  font-weight: normal;
}
.entry-content p.chapeau {
  color: #FBC212;
}
.entry-content p.chapeau strong {
  color: #FBC212;
}
.entry-content ul li {
  margin-left: 1.3rem;
}
.entry-content ul li strong {
  color: #43413E;
  font-weight: normal;
}
.entry-content ul li:before {
  color: #FBC212;
  content: '•';
  position: absolute;
  left: -1.3rem;
  font-family: 'Roboto-Bold';
}
.entry-content h1 {
  text-transform: uppercase;
  font-family: 'Roboto-Light';
  color: #FBC212;
  margin: 1.3rem 0 0.8rem 0;
}
.entry-content h1 strong {
  font-family: 'Roboto-Light';
  color: #43413E;
  font-weight: normal;
}
.entry-content h2 {
  font-family: 'Cabrito-Bold';
  color: #43413E;
  margin: 2.5rem 0 0.8rem 0;
}
.entry-content h2 strong {
  font-family: 'Cabrito-Bold';
  font-weight: normal;
  color: #FBC212;
}
.entry-content h2 br.br_separator {
  display: block;
  margin-top: -0.6rem;
}
.entry-content h2 span.separator {
  height: 4px;
  display: inline-block;
  vertical-align: 0rem;
  background-color: #FBC212;
  width: 2.25rem;
}
.entry-content h3 {
  font-family: 'Roboto-Bold';
  color: #43413E;
  margin: 1.3rem 0 0.8rem 0;
}
.entry-content h3 strong {
  font-family: 'Roboto-Bold';
  color: #43413E;
  font-weight: normal;
}
.entry-content h3 br.br_separator {
  display: block;
  margin-top: -0.6rem;
}
.entry-content h3 span.separator {
  height: 2px;
  display: inline-block;
  vertical-align: 0rem;
  background-color: #ededed;
  width: 2.25rem;
}
.entry-content h4 {
  font-family: 'Roboto-Light';
  color: #FBC212;
  margin: 1.3rem 0 0.8rem 0;
}
.entry-content h4 strong {
  font-family: 'Roboto-Bold';
  font-weight: normal;
}
.entry-content h5 {
  font-family: 'Roboto-Regular';
  color: #FBC212;
  margin: 1.3rem 0 0.8rem 0;
}
.entry-content h5 strong {
  font-family: 'Roboto-Bold';
  font-weight: normal;
}
.entry-content h6 {
  font-family: 'Roboto-Regular';
  color: #FBC212;
  margin: 1.3rem 0 0.8rem 0;
}
.entry-content h6 strong {
  font-family: 'Roboto-Bold';
  font-weight: normal;
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .entry-content h2 br, .entry-content h3 br, .entry-content h4 br, .entry-content h5 br, .entry-content h6 br {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .entry-content h2 br, .entry-content h3 br, .entry-content h4 br, .entry-content h5 br, .entry-content h6 br {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .entry-content h2 br, .entry-content h3 br, .entry-content h4 br, .entry-content h5 br, .entry-content h6 br {
    display: none;
  }
}
/* ====================================================================================================== */
/* =header fixed */
/* ====================================================================================================== */
#header {
  background-color: #fff;
  height: 100px;
  width: 100%;
  position: fixed;
  z-index: 3;
  transition: 0.3s height ease-in-out;
  border-bottom: 2px solid #ededed;
}
#header.header_scroll {
  height: 60px;
  transition: 0.3s height ease-in-out;
}
#header_back {
  background-color: #fff;
  height: 100px;
  transition: 0.3s height ease-in-out;
}
#header_back.header_scroll {
  height: 60px;
  transition: 0.3s height ease-in-out;
}
#branding {
  height: 100px;
  position: absolute;
  z-index: 2;
  left: 25px;
  transition: 0.3s height ease-in-out;
}
#header.header_scroll #branding {
  height: 60px;
  transition: 0.3s height ease-in-out;
}
#content_header {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#logo_header_img {
  position: relative;
  height: 60px;
  width: auto;
  transition: 0.3s height ease-in-out;
}
#logo_header_img_scroll {
  position: relative;
  height: 35px;
  width: auto;
  transition: 0.3s height ease-in-out;
}
/*Content Nav Header */
/*=============================================*/
#content_nav_header {
  position: absolute;
  height: 100%;
  width: calc(100% - 85px);
  right: 70px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  z-index: 1;
  transition: 0.3s right ease-in-out;
}
.content_nav_header_noburger {
  right: 25px !important;
}
.menu_mobile_trigger_noburger {
  display: none;
}
#header.header_onepage #content_nav_header {
  right: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .content_nav_header_noburger {
    right: 70px !important;
  }
  .menu_mobile_trigger_noburger {
    display: block;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .content_nav_header_noburger {
    right: 70px !important;
  }
  .menu_mobile_trigger_noburger {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .content_nav_header_noburger {
    right: 70px !important;
  }
  .menu_mobile_trigger_noburger {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .content_nav_header_noburger {
    right: 70px !important;
  }
  .menu_mobile_trigger_noburger {
    display: block;
  }
}
/*Header burger */
/*=============================================*/
#menu_mobile_trigger {
  background-color: transparent;
  height: 100px;
  width: 28px;
  right: 25px;
  position: absolute;
  cursor: pointer;
  transition: 0.3s height ease-in-out;
}
#header.header_onepage #menu_mobile_trigger {
  display: none;
}
#header.header_scroll #menu_mobile_trigger {
  height: 60px;
  transition: 0.3s height ease-in-out;
}
#burger {
  width: 28px;
  height: 18px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FBC212;
  border-radius: 1em;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
#burger span:nth-child(1) {
  top: 0px;
}
#burger span:nth-child(2), #burger span:nth-child(3) {
  top: 8px;
}
#burger span:nth-child(4) {
  top: 16px;
}
#burger.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
#burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#burger.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
/*Header contact phone*/
/*=============================================*/
#header_contact, #header_phone, #header_panier {
  background: transparent;
  height: 100px;
  position: relative;
  transition: 0.3s height ease-in-out;
}
#header.header_scroll #header_contact, #header.header_scroll #header_phone, #header.header_scroll #header_panier {
  height: 60px;
  transition: 0.3s height ease-in-out;
}
#header_contact, #header_phone, #header_panier {
  padding: 0 0 0 10px;
}
.one_page #header_contact {
  padding-right: 0;
}
/*Header contact*/
/*=============================================*/
#header_contact .cta_btn_lead {
  top: 50%;
  position: relative;
  white-space: nowrap;
  transform: translate(0, -50%);
  padding-top: 5px;
  padding-bottom: 5px;
}
#header_contact .cta_btn_lead a, #header_contact .cta_btn_lead span.cta_onepage {
  background-color: #43413E;
  color: #FBC212;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out;
}
#header_contact .cta_btn_lead a:hover, #header_contact .cta_btn_lead span.cta_onepage:hover {
  background-color: #FBC212;
  color: #43413E;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out;
}
/*Header panier (Woocommerce)*/
/*=============================================*/
#header_panier .cta_btn_lead {
  top: 50%;
  position: relative;
  white-space: nowrap;
  transform: translate(0, -50%);
  padding-top: 5px;
  padding-bottom: 5px;
}
#header_panier .cta_btn_lead span#header_panier_nbr {
  border: 2px solid #ededed !important;
  padding: 0.7rem 1.6rem;
  border-radius: 1.5em;
  color: #43413E;
  background-color: transparent;
  font-size: 0.8rem;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  transition: 0.1s background-color ease-in-out;
}
#header_panier .cta_btn_lead span#header_panier_nbr i {
  display: inline-block !important;
  margin-right: 0.3rem;
  color: #FBC212;
  margin-right: 7px;
  font-size: 16px;
  vertical-align: -1px;
  line-height: 0;
}
#header_panier .cta_btn_lead span#header_panier_nbr:hover, #header_panier .cta_btn_lead span#header_panier_nbr.active {
  background-color: #ededed;
  transition: 0.1s background-color ease-in-out;
}
#header_panier_content {
  position: absolute;
  padding: 1.5rem 1rem;
  background-color: #fff;
  box-shadow: 0 0 15px #333;
  top: 100%;
  right: 0;
}
#header_panier_content:before {
  content: "";
  font-family: 'FontAwesome';
  position: absolute;
  top: -20px;
  right: 12px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}
#header_panier_content p {
  white-space: nowrap;
  text-align: center;
}
#header_panier_content p a.header_panier_content_lien {
  color: #FBC212;
  transition: 0.1s color ease-in-out;
}
#header_panier_content p a.header_panier_content_lien:hover {
  color: #43413E;
  transition: 0.1s color ease-in-out;
}
#header_panier .cta_btn_lead.header_panier_content_cta {
  top: inherit;
  position: relative;
  white-space: nowrap;
  transform: none;
  padding-top: 0.8rem;
  padding-bottom: 0px;
}
/*Header phone*/
/*=============================================*/
#header_phone .cta_btn_lead {
  top: 50%;
  position: relative;
  white-space: nowrap;
  transform: translate(0, -50%);
  padding-top: 5px;
  padding-bottom: 5px;
}
#header_phone .cta_btn_lead span.cta_btn_phone_off {
  background-color: transparent;
  border: 2px solid #ededed !important;
  color: #43413E;
  transition: 0.1s background-color ease-in-out;
}
#header_phone .cta_btn_lead span.cta_btn_phone_off:hover {
  background-color: #ededed;
  transition: 0.1s background-color ease-in-out;
}
#header_phone .cta_btn_lead span.cta_btn_phone_off i, #header_phone .cta_btn_lead span.cta_btn_phone_on a i {
  margin-right: 7px;
  font-size: 20px;
  vertical-align: -2px;
  line-height: 0;
  color: #FBC212;
}
#header_phone .cta_btn_lead span.cta_btn_phone_off span {
  opacity: 1;
}
#header_phone .cta_btn_lead span.cta_btn_phone_on {
  display: none;
  color: #43413E !important;
}
#header_phone .cta_btn_lead span.cta_btn_phone_on a {
  background: transparent;
  color: #43413E !important;
}
#header_phone .cta_btn_lead span.cta_btn_phone_on a:hover {
  color: #43413E !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #menu_header {
    display: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #menu_header {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  #header_phone {
    display: none;
  }
  #menu_header {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  #header_phone {
    display: none;
  }
  #header_contact {
    display: none;
  }
  #menu_header {
    display: none;
  }
}
/* ====================================================================================================== */
/* =header (menu-principal) */
/* ====================================================================================================== */
#menu_header {
  background: transparent;
  height: 40px;
  width: auto;
  position: relative;
  transform: translate(0, -50%);
  top: 50%;
}
ul#menu-menu-principal {
  margin-left: 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
ul#menu-menu-principal li {
  line-height: 40px;
  font-size: 12px;
  font-family: 'Roboto-Regular';
  background: transparent;
  position: relative;
}
ul#menu-menu-principal li.menu_boutique {
  font-family: 'Roboto-Bold';
}
ul#menu-menu-principal li a {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 15px;
  color: #43413E;
  position: relative;
}
ul#menu-menu-principal li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #ededed;
  transition: 0.2s width ease-in-out;
}
.menu-item-has-children a:before {
  content: "›";
  padding-right: 5px;
  color: #FBC212;
}
ul#menu-menu-principal li:hover a:after {
  width: calc(100% - 30px);
  transition: 0.2s width ease-in-out;
}
ul#menu-menu-principal li.current-menu-item a, ul#menu-menu-principal li.current-menu-parent a, ul#menu-menu-principal li.current-menu-ancestor a, ul#menu-menu-principal li.current_page_item a, ul#menu-menu-principal li.current_post_ancestor a {
  color: #43413E;
}
ul#menu-menu-principal li.current-menu-item a:after, ul#menu-menu-principal li.current-menu-parent a:after, ul#menu-menu-principal li.current-menu-ancestor a:after, ul#menu-menu-principal li.current_page_item a:after, ul#menu-menu-principal li.current_post_ancestor a:after {
  width: calc(100% - 30px);
}
ul#menu-menu-principal li:before {
  content: none;
}
ul#menu-menu-principal li .sub-menu {
  position: absolute;
  left: -1px;
  margin-left: 0;
  border-top: 0;
  padding-top: 20px;
}
ul#menu-menu-principal li .sub-menu div {
  box-shadow: 0 0 15px #333;
}
ul#menu-menu-principal li .sub-menu:before {
  content: "";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0px;
  left: 12px;
  color: #ededed;
  font-size: 30px;
  line-height: 1;
}
ul#menu-menu-principal li .sub-menu li {
  white-space: nowrap;
  text-align: left;
  background-color: #ededed;
  border-left: 0;
  line-height: 45px;
}
ul#menu-menu-principal li .sub-menu li a {
  width: 100%;
  background-color: #ededed;
  color: #43413E;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out;
}
ul#menu-menu-principal li .sub-menu li a:after {
  display: none;
}
ul#menu-menu-principal li .sub-menu li a:before {
  content: none;
}
ul#menu-menu-principal li .sub-menu li a:hover {
  background-color: #FBC212;
  color: #43413E;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out;
}
ul#menu-menu-principal li .sub-menu li.current-menu-item a, ul#menu-menu-principal li .sub-menu li.current-menu-parent a, ul#menu-menu-principal li .sub-menu li.current-menu-ancestor a, ul#menu-menu-principal li .sub-menu li.current_page_item a, ul#menu-menu-principal li .sub-menu li.current_post_ancestor a {
  background-color: #FBC212;
  color: #43413E;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #menu_header {
    display: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #menu_header {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  #menu_header {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  #menu_header {
    display: none;
  }
}
/* ====================================================================================================== */
/* =menu (menu-burger)
/* ====================================================================================================== */
#menu_mask {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #43413E;
  opacity: 0.8;
  z-index: 2;
  display: none;
}
#menu {
  position: fixed;
  width: 400px;
  background: #ededed;
  z-index: 3;
  overflow-y: auto;
  overflow-x: hidden;
  bottom: 0;
  left: 100%;
}
.content_width_wrapper_menu {
  padding: 50px 30px;
}
#menu-menu-mobile {
  border-bottom: 1px solid #fff;
}
#menu_content ul {
  margin-left: 0;
}
#menu_content ul li:before {
  content: none;
}
#menu_content li {
  border-top: 1px solid #fff;
}
#menu_content li a {
  color: #43413E;
  display: block;
  background: transparent;
  padding: 8px 0px;
  text-align: left;
  transition: 0.1s color ease-in-out;
}
#menu_content li a:hover {
  color: #FBC212;
  transition: 0.1s color ease-in-out;
}
#menu_content li.current-menu-item > a, #menu_content li.current-menu-parent > a, #menu_content li.current-menu-ancestor > a, #menu_content li.current_page_item > a, #menu_content li.current_post_ancestor > a {
  font-family: 'Roboto-Bold';
}
#menu_content li.current-menu-item a:before, #menu_content li.current-menu-parent a:before, #menu_content li.current-menu-ancestor a:before, #menu_content li.current_page_item a:before, #menu_content li.current_post_ancestor a:before {
  font-family: 'Roboto-Bold';
}
#menu_content ul .sub-menu li a {
  padding-left: 20px;
  font-size: 0.8rem;
  text-transform: uppercase;
}
#menu_content ul .sub-menu li a:before {
  content: '›';
  margin-right: 6px;
}
#menu_content ul .sub-menu .sub-menu li a {
  padding-left: 40px;
}
#menu_content ul .sub-menu .sub-menu li a:before {
  content: none;
}
#burger_rs_accroche {
  padding: 40px 0 10px 0;
  font-family: 'Cabrito-Bold';
  color: #43413E;
  text-align: left;
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  #menu {
    width: calc(100% - 25px);
  }
}
#alerte_code_promo {
  position: fixed;
  padding: 0.5rem 0;
  background-color: #FBC212;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
#alerte_code_promo p {
  text-align: center;
}
#alerte_code_promo p strong {
  font-weight: normal;
  font-family: 'Roboto-Bold';
  background-color: #fff;
  padding: 0.05rem 0.15rem;
}
/*=========================================================================*/
/*Pre-Footer*/
/*=========================================================================*/
#pre_footer {
  padding: 2rem 0;
}
#pre_footer .icon_multicolonnes {
  margin-top: 0;
  margin-bottom: 1rem;
}
#pre_footer .icon_multicolonnes {
  border: none;
  border-radius: none;
}
/*=========================================================================*/
/*Footer*/
/*=========================================================================*/
#footer {
  background: #ffffff;
}
#footer_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3.5rem 0;
}
#footer_left {
  color: #222222;
  width: 50%;
}
.menu-menu-footer-container {
  width: 50%;
  padding-right: 3.5rem;
}
#menu-menu-footer {
  margin-left: 0;
  text-align: right;
}
#menu-menu-footer li:before {
  content: "";
}
#menu-menu-footer li {
  white-space: nowrap;
  display: inline-block;
  margin-left: 15px;
}
#menu-menu-footer li a {
  padding: 3px 0;
  border-bottom: 0.125rem solid #ededed;
  box-shadow: inset 0 -0.125rem 0 #ededed;
  transition: 0.2s box-shadow cubic-bezier(0.77, 0, 0.175, 1);
}
#menu-menu-footer li a:hover {
  box-shadow: inset 0 -1.5rem 0 #ededed;
  transition: 0.2s box-shadow cubic-bezier(0.77, 0, 0.175, 1);
}
#footer_colophon {
  background-color: #FBC212;
  padding: 5px;
}
#footer_colophon p {
  color: #ededed;
  text-align: center;
  line-height: 1;
}
#footer_colophon p a {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#retourenhaut {
  position: fixed;
  bottom: 2.7rem;
  right: 25px;
  height: 40px;
  width: 40px;
  background-color: transparent;
  cursor: pointer;
}
#retourenhaut_svg {
  width: 100%;
  height: 100%;
}
#retourenhaut_svg .cls-1, #retourenhaut_svg .cls-2, #retourenhaut_svg .cls-3 {
  fill: none;
}
#retourenhaut_svg .cls-2 {
  stroke: #ededed;
  stroke-miterlimit: 10;
  stroke-width: 1.6px;
  vector-effect: non-scaling-stroke;
}
#retourenhaut_svg .cls-3 {
  stroke: #FBC212;
  stroke-miterlimit: 10;
  stroke-width: 2.2px;
  vector-effect: non-scaling-stroke;
}
#circle_progress {
  stroke-width: 2.2px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer_left {
    width: 100%;
    text-align: center;
  }
  .menu-menu-footer-container {
    width: 100%;
  }
  #menu-menu-footer {
    text-align: center;
  }
  #menu-menu-footer li {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #footer_left {
    width: 100%;
    text-align: center;
  }
  .menu-menu-footer-container {
    width: 100%;
  }
  #menu-menu-footer {
    text-align: center;
  }
  #menu-menu-footer li {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  #footer_left {
    width: 100%;
    text-align: center;
  }
  .menu-menu-footer-container {
    width: 100%;
  }
  #menu-menu-footer {
    text-align: center;
  }
  #menu-menu-footer li {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  #footer_left {
    width: 100%;
    text-align: center;
  }
  .menu-menu-footer-container {
    width: 100%;
  }
  #menu-menu-footer {
    text-align: center;
  }
  #menu-menu-footer li {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
  }
}
#bandeau_cookies {
  background-color: #43413E;
  position: fixed;
  width: 550px;
  left: 1rem;
  bottom: 1rem;
  z-index: 9999999;
  padding: 1.5rem 0;
}
.texte_bandeau_cookies {
  text-align: center;
  padding-bottom: 1.2rem;
  color: #ededed;
}
#ligne_1_bandeau_cookies {
  padding-bottom: 0rem;
}
#cookies_ensavoirplus {
  margin-right: 20px;
  background-color: #43413E;
  border: 2px solid #FBC212 !important;
  color: #ededed;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out, 0.1s border-color ease-in-out;
}
#cookies_ensavoirplus:hover {
  background-color: #ededed !important;
  border-color: #ededed !important;
  color: #43413E !important;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out, 0.1s border-color ease-in-out;
}
#cookies_sep {
  display: none;
}
#boutons_bandeau {
  display: flex;
  justify-content: space-between;
}
#bandeau_content, #en_savoir_plus_content {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  color: #fff;
}
#accepter_cookies, #refuser_cookies {
  width: 25%;
  background-color: #FBC212;
  color: #43413E;
  white-space: nowrap;
}
#accepter_cookies:hover, #refuser_cookies:hover {
  background-color: #ededed;
  color: #43413E;
}
#accepter_cookies_selectionnes {
  background-color: #FBC212;
  color: #43413E;
}
#accepter_cookies_selectionnes:hover {
  background-color: #ededed;
  color: #43413E;
}
#choisir_lesquels_cookies, #retour_texte {
  width: 40%;
  background-color: #43413E;
  border: 2px solid #FBC212 !important;
  color: #ededed;
}
#choisir_lesquels_cookies:hover, #retour_texte:hover {
  background-color: #ededed !important;
  border-color: #ededed !important;
  color: #43413E !important;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out, 0.1s border-color ease-in-out;
}
#en_savoir_plus_cookies {
  padding: 1.5rem 0;
  width: 550px;
  height: auto;
  background-color: #43413E;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  display: none;
  z-index: 9999;
}
#en-savoir-plus-wrapper {
  display: flex;
  justify-content: space-between;
}
#content_en_savoir_plus_cookies {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  color: #fff;
}
#texte_en_savoir_plus_cookies {
  padding: 0px 0px 20px 0px;
  width: 100%;
  color: #fff;
}
#lien_texte_bandeau_cookie_ligne_2, #texte_bandeau_cookie_ligne_2 {
  padding: 0 !important;
}
.switch_en_savoir_plus {
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #222;
}
input:focus + .slider {
  box-shadow: 0 0 1px #222;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.arrow {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
}
.arrow-left {
  display: flex !important;
  padding: 5px 15px 5px 15px;
  color: #fff !important;
  margin-right: 5px;
}
.arrow-left:hover {
  color: #FBC212 !important;
  cursor: pointer;
}
.arrow-left:hover .arrow {
  border: solid #FBC212;
  border-width: 0 2px 2px 0;
}
.arrow-left-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow-left-text {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.arrow-left-wrapper {
  width: 100%;
  padding: 10px 0px 40px 0px;
  display: flex;
  justify-content: space-between;
}
.arrow-left-wrapper p {
  width: 50%;
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #bandeau_cookies {
    width: 100%;
    left: 0rem;
    bottom: 0rem;
  }
  #en_savoir_plus_cookies {
    width: 100%;
    bottom: 0;
    left: 0;
  }
  #en_savoir_plus_content {
    width: 80%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  #bandeau_cookies {
    width: 100%;
    left: 0rem;
    bottom: 0rem;
  }
  #bandeau_cookies a {
    padding: 0.7rem 1rem;
  }
  #en_savoir_plus_cookies {
    width: 100%;
    bottom: 0;
    left: 0;
  }
  #en_savoir_plus_content {
    width: 80%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  #boutons_bandeau {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #boutons_bandeau a {
    width: 60%;
    margin-bottom: 1rem;
  }
  #bandeau_cookies {
    width: 100%;
    left: 0rem;
    bottom: 0rem;
  }
  #bandeau_cookies a {
    display: flex;
    justify-content: center;
  }
  #en_savoir_plus_cookies {
    width: 100%;
    bottom: 0;
    left: 0;
  }
  #en_savoir_plus_content {
    width: 80%;
  }
  #cookies_ensavoirplus {
    margin-right: 0px;
  }
  #cookies_sep {
    display: block;
  }
}
/* Call to Action */
/* =================================================== */
.cta_btn_lead {
  line-height: 1;
  text-align: center;
}
.cta_btn_lead a {
  box-shadow: none !important;
}
.cta_btn_lead a:hover {
  box-shadow: none !important;
}
.cta_btn_lead a, .cta_btn_lead button, .cta_btn_lead span.cta_onepage, .cta_btn_lead span.cta_btn_phone_click {
  border: none !important;
  padding: 0.7rem 1.6rem;
  border-radius: 1.5em;
  color: #FBC212;
  background-color: #43413E;
  font-size: 0.8rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.1s background-color ease-in-out, 0.05s color ease-in-out;
  display: inline-block;
}
.cta_btn_lead a:hover, .cta_btn_lead button:hover, .cta_btn_lead span.cta_onepage:hover, .cta_btn_lead span.cta_btn_phone_click:hover {
  transition: 0.1s background-color ease-in-out, 0.05s color ease-in-out;
  color: #43413E;
  background-color: #FBC212;
}
.cta_btn_phone_on {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  color: #fff;
  white-space: nowrap;
}
.entry_title_home_wrapper .cta_btn_lead a {
  margin: 0.5rem 0.5rem !important;
  background-color: #FBC212;
  color: #43413E;
  transition: 0.1s background-color ease-in-out, 0.05s color ease-in-out;
}
.entry_title_home_wrapper .cta_btn_lead a:hover {
  background-color: #ededed;
  color: #43413E;
  transition: 0.1s background-color ease-in-out, 0.05s color ease-in-out;
}
/* Bouton */
/* =================================================== */
.btn {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  border-radius: 1.5rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1;
  background-color: transparent;
  border: 2px solid #FBC212;
  color: #43413E;
  white-space: nowrap;
  transition: 0.1s background-color ease-in-out;
}
.btn:hover {
  border: 2px solid #FBC212 !important;
  background-color: #FBC212;
  transition: 0.1s background-color ease-in-out;
}
/*Cookie bar*/
#cookie-law-info-bar {
  box-shadow: none !important;
  padding: 20px 15px !important;
  background-color: #43413E !important;
}
#cookie_action_close_header {
  text-transform: uppercase !important;
  font-size: 12px !important;
  padding: 10px 20px !important;
  margin-top: 0 !important;
  margin-left: 10px !important;
  background-color: #FBC212 !important;
  border: 2px solid #FBC212 !important;
  color: #ededed !important;
  line-height: 1;
  transition: 0.1s background-color ease-in-out, 0.1s border-color ease-in-out, 0.05s color ease-in-out;
  border-radius: 30px;
}
#cookie_action_close_header:hover {
  background-color: #ededed !important;
  border: 2px solid #ededed !important;
  color: #43413E !important;
  transition: 0.1s background-color ease-in-out, 0.1s border-color ease-in-out, 0.05s color ease-in-out;
}
#CONSTANT_OPEN_URL {
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  padding: 10px 20px !important;
  margin-top: 0 !important;
  margin-left: 10px !important;
  background-color: #43413E !important;
  border: 2px solid #FBC212 !important;
  color: #ededed !important;
  line-height: 1;
  transition: 0.1s background-color ease-in-out;
  border-radius: 30px;
}
#CONSTANT_OPEN_URL:hover {
  background-color: #FBC212 !important;
  border: 2px solid #FBC212 !important;
  color: #43413E !important;
  transition: 0.1s background-color ease-in-out;
}
#cookie_action_close_header {
  margin: 10px !important;
}
#CONSTANT_OPEN_URL {
  margin: 10px !important;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #43413E;
  opacity: 0.7;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #43413E;
  opacity: 0.7;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #43413E;
  opacity: 0.7;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #43413E;
  opacity: 0.7;
}
.nf-form-fields-required {
  font-size: 0.8rem;
}
/*Formulaire*/
.nf-form-cont {
  margin-top: 0px;
}
.nf-form-content {
  padding-top: 1rem;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.nf-multi-cell .nf-cell {
  padding: 0 10px !important;
}
.nf-field-container {
  margin-bottom: 15px !important;
}
.label-above .nf-field-label {
  margin-bottom: 5px !important;
  text-transform: uppercase !important;
  font-size: 0.8rem !important;
}
.label-right .nf-after-field {
  width: 100%;
}
.nf-field-label label {
  font-weight: normal !important;
}
.nf-error-msg, .ninja-forms-req-symbol {
  color: #FBC212 !important;
}
.nf-error-msg {
  font-size: 0.8rem !important;
  margin-right: 0 !important;
  background-color: #fe4a64;
  color: #fff !important;
  padding: 5px;
}
.nf-error .ninja-forms-field {
  border: 2px solid #ededed !important;
}
.nf-field-element input, .nf-field-element textarea {
  border: none;
  border: 2px solid #ededed;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 10px;
  font-size: 1.2rem;
  font-family: 'Roboto-Regular';
  box-shadow: none !important;
}
.nf-field-element textarea {
  resize: none;
  height: 120px !important;
}
.nf-field-element input[type="button"] {
  background: #43413E;
  border: none;
  color: #ededed;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 1rem;
  transition: 0.1s background ease-in-out;
}
.nf-field-element input[type="button"]:hover {
  background: #FBC212;
  transition: 0.1s background ease-in-out;
}
/*Confirmation = success message*/
.nf-response-msg {
  display: block;
  padding: 1px 10px;
  margin-bottom: 1rem;
  background-color: #6ae04a;
  color: #fff;
}
/*reCaptcha*/
.checkbox-container .label-right .field-wrap {
  display: flex !important;
}
.checkbox-container.label-right .nf-field-label {
  width: 1.5rem !important;
  padding-left: 0 !important;
  padding-right: 0.75rem !important;
  position: relative !important;
}
.label-right .checkbox-wrap .nf-field-element input[type="checkbox"] {
  top: 0.3rem;
  position: absolute;
}
.checkbox-container.label-right .nf-field-label .ninja-forms-req-symbol {
  position: absolute !important;
  top: 0px !important;
  left: 0.75rem;
}
.checkbox-container.label-right .nf-field-description {
  margin-right: 0 !important;
}
.checkbox-container.label-right .nf-field-description p {
  padding-top: 0rem !important;
}
.label-right .checkbox-wrap {
  cursor: pointer;
  position: relative;
}
.custom_checkbox {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #ededed;
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0;
}
.custom_checkbox_inner {
  width: calc(1.5rem - 0.7rem);
  height: calc(1.5rem - 0.7rem);
  background-color: #FBC212;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#validation_formulaire {
  position: relative;
}
#form_loader {
  width: 2.5rem;
  height: 100%;
  display: inline-block;
  position: absolute;
  margin-left: 10px;
}
#form_loader_loading {
  height: 1.4rem;
  width: 1.4rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.7rem;
  border-radius: 100%;
  border: 2px solid #FBC212;
}
#form_loader_loading_2 {
  height: 1.4rem;
  width: 1.4rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.7rem;
  border-radius: 100%;
  border: 2px solid #FBC212;
}
.article_extrait {
  width: calc(33.33% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
  border: 1px solid #ededed;
  position: relative;
}
.article_extrait_thumbnail {
  position: relative;
}
.actu_term_degrade {
  position: absolute;
  top: 0;
  left: 0;
  height: 5rem;
  width: 100%;
  background: black;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.article_extrait_thumbnail p {
  margin: inherit !important;
}
.article_extrait_thumbnail .actu_term {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 0.6rem;
  white-space: nowrap;
}
.article_extrait_thumbnail .actu_term a {
  border-bottom: none;
  color: #fff;
  margin-right: 0.4rem;
  text-transform: uppercase;
  border: 1px solid #FBC212;
  background-color: transparent;
  padding: 0.2rem 0.6rem;
  border-radius: 1.5rem;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  border: 1px solid #FBC212;
  border-radius: 1rem;
  transition: 0.1s background-color ease-in-out;
}
.article_extrait_thumbnail .actu_term a i {
  color: #FBC212;
  margin-right: 0.15rem;
  transition: 0.05s color ease-in-out;
}
.article_extrait_thumbnail .actu_term a:hover {
  background-color: #FBC212;
  transition: 0.1s background-color ease-in-out;
}
.article_extrait_thumbnail .actu_term a:hover i {
  color: #ededed;
  transition: 0.05s color ease-in-out;
}
.article_extrait_post_title {
  text-transform: none !important;
  font-size: 1.4rem;
  font-family: 'Cabrito-Bold' !important;
  padding: 1rem 0 0.8rem 0;
}
.article_extrait_post_title a {
  border-bottom: none;
  color: #FBC212;
  transition: 0.1s color ease-in-out;
}
.article_extrait_post_title a:hover {
  border-bottom: none;
  color: #43413E;
  transition: 0.1s color ease-in-out;
}
.article_extrait_wrapper_text {
  padding: 2rem 1.5rem 5rem 1.5rem;
  position: relative;
}
.btn_article_extrait {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .article_extrait {
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .article_extrait {
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .article_extrait {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .article_extrait {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/*=========================================================================*/
/*Offres*/
/*=========================================================================*/
.liste_des_offres .content_width {
  margin-top: 2rem;
}
.entry-content h2.offres_categorie_titre {
  margin-bottom: 1.3rem !important;
}
.entry-content h2.offres_categorie_titre a {
  border: none !important;
  box-shadow: none;
}
.offre_extrait_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(80% + 2rem) !important;
  max-width: calc(1200px + 2rem) !important;
  margin: auto;
}
.offre_extrait {
  background: #ededed;
  position: relative;
  width: calc(50% - 2rem);
  margin: 0 1rem 2rem 1rem;
}
.offre_extrait_photo {
  width: 100%;
  padding-top: 56.25%;
  background: #FBC212;
  position: relative;
}
.offre_extrait_photo a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.offre_extrait_photo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offre_extrait_photo_title {
  padding: 0rem 1.5rem 2rem 1.5rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: 'Cabrito-Bold';
}
.offre_thumb_degrade {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.offre_extrait_content {
  width: 100%;
  padding: 2rem 1.5rem 5rem 1.5rem;
}
.offre_extrait_cta {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}
.offre_extrait_cta a {
  display: inline-block;
  border: 2px solid #fff;
  background-color: transparent;
  text-transform: uppercase;
  transition: 0.1s background-color ease-in-out;
}
.offre_extrait_cta a:hover {
  border: 2px solid #fff !important;
  background-color: #fff;
  color: #FBC212;
  transition: 0.1s background-color ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .offre_extrait_wrapper {
    width: calc(85% + 2rem) !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .offre_extrait_wrapper {
    width: calc(85% + 2rem) !important;
  }
  .offre_extrait {
    width: calc(100% + 2rem);
    margin: 0 1rem 2rem 1rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .offre_extrait_wrapper {
    width: 85% !important;
  }
  .offre_extrait {
    width: 100%;
    margin: 0 0rem 2rem 0rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .offre_extrait_wrapper {
    width: calc(100% - 50px) !important;
  }
  .offre_extrait {
    width: 100%;
    margin: 0 0rem 2rem 0rem;
  }
}
.rs_link {
  text-align: left;
}
.rs_link_item {
  display: inline-block;
  position: relative;
  height: 45px;
  width: 45px;
  margin: 0 5px;
  background-color: #FBC212;
  border-radius: 100%;
  transition: 0.1s background-color ease-in-out;
}
.rs_link_item:hover {
  background-color: #43413E;
  transition: 0.1s background-color ease-in-out;
}
.rs_link_item i {
  position: absolute;
  font-size: 15px;
  color: #43413E;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.05s color ease-in-out;
}
.rs_link_item:hover i {
  position: absolute;
  font-size: 15px;
  color: #FBC212;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.05s color ease-in-out;
}
/*=========================================================================*/
/*aside_newsletter_rs*/
/*=========================================================================*/
#aside_newsletter_rs {
  background: #43413E;
  position: relative;
}
#aside_newsletter_rs_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  opacity: 0.3;
}
.aside_newsletter_rs_title {
  position: relative;
  padding: 0 0 0.6rem 0;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  font-family: 'Cabrito-Bold';
}
#margin_btw_newsletter_rs {
  height: 30px;
}
#aside_newsletter_form {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: auto;
}
#aside_newsletter_rs .rs_link {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #aside_newsletter_form {
    width: 100%;
    max-width: 500px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #aside_newsletter_form {
    width: 100%;
    max-width: 500px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  #aside_newsletter_form {
    width: 100%;
    max-width: 500px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  #aside_newsletter_form {
    width: 100%;
  }
}
.mailpoet_form {
  padding: 0 !important;
}
.mailpoet_form .mailpoet_paragraph {
  margin-bottom: 10px !important;
}
.mailpoet_paragraph_1_2_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mailpoet_paragraph_1 {
  width: 65%;
  height: 45px !important;
}
.mailpoet_paragraph_1 input.mailpoet_text {
  height: 45px !important;
  padding: 5px 8px 5px 18px !important;
  font-size: 1.15rem !important;
  border: 2px solid #ededed !important;
  border-radius: 2rem 0rem 0rem 2rem;
}
.mailpoet_paragraph_2 {
  width: 35%;
  height: 45px !important;
}
.mailpoet_paragraph_2 input.mailpoet_submit {
  line-height: 30px !important;
  font-size: 0.8rem !important;
  height: 45px !important;
  border: none !important;
  background-color: #FBC212;
  color: #43413E;
  text-transform: uppercase;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out;
  border-radius: 0rem 2rem 2rem 0rem;
}
.mailpoet_paragraph_2 input.mailpoet_submit:hover {
  background-color: #ededed;
  color: #43413E;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out;
}
.mailpoet_form_loading {
  width: 100% !important;
  text-align: center !important;
  line-height: 45px !important;
  background-color: #ededed !important;
  height: 45px !important;
}
.mailpoet_form_loading > span {
  width: 5px;
  height: 5px;
  background-color: #FBC212 !important;
}
.mailpoet_paragraph_1 input, .mailpoet_paragraph_2 input {
  width: 100% !important;
}
.mailpoet_text {
  width: 100%;
}
.mailpoet_paragraph_3_rgpd {
  padding-top: 0.6rem !important;
  font-size: 0.8rem !important;
  color: #fff !important;
  text-align: center;
}
input.parsley-error, select.parsley-error, textarea.parsley-error {
  background-color: #fff !important;
  border: none !important;
  color: #fe4a64 !important;
}
.parsley-errors-list {
  color: #fff !important;
  background-color: #fe4a64 !important;
  font-size: 0.8rem !important;
  line-height: 1em !important;
  list-style-type: none;
  margin: none !important;
  margin-top: 0 !important;
  opacity: 0;
  transition: all 0.1s ease-in-out !important;
  position: absolute !important;
}
.parsley-errors-list li:before {
  content: none !important;
}
.parsley-required, .parsley-custom-error-message {
  color: #fff !important;
  font-size: 0.8rem !important;
  padding: 0.3rem !important;
}
input.parsley-success, select.parsley-success, textarea.parsley-success {
  background-color: #fff !important;
  border: none !important;
  color: #6ae04a !important;
}
.mailpoet_validate_success {
  font-weight: normal !important;
  color: #fff !important;
  font-size: 0.8rem !important;
  background-color: #6ae04a !important;
  padding: 0.3rem 0.5rem !important;
  margin-top: 0.5rem !important;
  position: absolute;
  transform: translate(0, -100%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mailpoet_paragraph_1 {
    width: 100%;
  }
  .mailpoet_paragraph_2 {
    width: 100%;
    margin-top: 10px;
  }
  .mailpoet_paragraph_1 input.mailpoet_text {
    padding: 5px 18px 5px 18px !important;
    border-radius: 2rem 2rem 2rem 2rem;
  }
  .mailpoet_paragraph_2 input.mailpoet_submit {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .mailpoet_paragraph_1 {
    width: 100%;
  }
  .mailpoet_paragraph_2 {
    width: 100%;
    margin-top: 10px;
  }
  .mailpoet_paragraph_1 input.mailpoet_text {
    padding: 5px 18px 5px 18px !important;
    border-radius: 2rem 2rem 2rem 2rem;
  }
  .mailpoet_paragraph_2 input.mailpoet_submit {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .mailpoet_paragraph_1 {
    width: 100%;
  }
  .mailpoet_paragraph_2 {
    width: 100%;
    margin-top: 10px;
  }
  .mailpoet_paragraph_1 input.mailpoet_text {
    padding: 5px 18px 5px 18px !important;
    border-radius: 2rem 2rem 2rem 2rem;
  }
  .mailpoet_paragraph_2 input.mailpoet_submit {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .mailpoet_paragraph_1 {
    width: 100%;
  }
  .mailpoet_paragraph_2 {
    width: 100%;
    margin-top: 10px;
  }
  .mailpoet_paragraph_1 input.mailpoet_text {
    padding: 5px 18px 5px 18px !important;
    border-radius: 2rem 2rem 2rem 2rem;
  }
  .mailpoet_paragraph_2 input.mailpoet_submit {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
/*=========================================================================*/
/*aside_actualites*/
/*=========================================================================*/
#aside_actualites {
  background: #ededed;
}
#aside_actualites_title {
  padding: 0 0 1.3rem 0;
  font-size: 1.6rem;
  text-align: center;
  color: #FBC212;
  font-family: 'Roboto-Light';
  text-transform: uppercase;
}
#aside_actualites_wrapper {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: calc(80% + 2rem) !important;
  max-width: calc(1200px + 2rem) !important;
  margin: auto;
}
#aside_actualites .article_extrait {
  border: 1px solid #fff;
}
#aside_actualites .btn {
  border: 2px solid #fff;
}
#aside_actualites .btn:hover {
  border: 2px solid #fff !important;
  background: #fff;
}
#aside_actualites .cta_btn_lead {
  text-align: center;
  padding-top: 3rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #aside_actualites_wrapper {
    width: calc(85% + 2rem) !important;
  }
  #aside_actualites .article_extrait_3 {
    display: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #aside_actualites_wrapper {
    width: calc(85% + 2rem) !important;
  }
  #aside_actualites .article_extrait_3 {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  #aside_actualites_wrapper {
    width: 85% !important;
  }
  #aside_actualites .cta_btn_lead {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  #aside_actualites_wrapper {
    width: calc(100% - 50px) !important;
  }
  #aside_actualites .cta_btn_lead {
    padding-top: 3rem;
  }
}
#home_intro h2 {
  font-size: 1.3rem;
  text-transform: none;
  padding-left: 1rem !important;
  border-left: 2px solid #fff;
}
#home_intro .col_left_wide_imgleft {
  background-color: #43413E;
}
#home_marques .icon_multicolonnes {
  margin: auto;
  margin-bottom: 1rem;
  position: relative;
  margin-top: 0px;
  border-radius: 0;
  border: none;
}
#home_marques h3 strong {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-family: 'Roboto-Regular';
  background-color: #ededed;
  padding: 0.3rem 0.8rem;
  letter-spacing: 0.1rem;
  display: inline-block;
  margin-bottom: 1rem;
  color: #FBC212;
  position: relative;
}
#home_marques h3 strong span.home_marques_drapeau_1, #home_marques h3 strong span.home_marques_drapeau_2 {
  position: absolute;
  background-color: #FBC212;
  height: 100%;
  width: 1rem;
}
#home_marques h3 strong span.home_marques_drapeau_1 {
  top: 0.25rem;
  left: -1rem;
}
#home_marques h3 strong span.home_marques_drapeau_2 {
  top: 0.25rem;
  right: -1rem;
}
#home_marques h3 {
  font-family: 'Cabrito-Bold';
  color: #43413E;
}
#home_marques h3 br {
  display: inline !important;
}
#quisommesnous_marques .icon_multicolonnes {
  margin-bottom: 1rem;
  border-radius: 0;
  border: none;
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #quisommesnous_3marques p br {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  #quisommesnous_3marques p br {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  #quisommesnous_3marques p br {
    display: none;
  }
}
.nomdelamarque {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto-Regular';
  color: #FBC212;
  font-size: 0.9rem;
  letter-spacing: 0.15rem;
}
.nomdelamarque .nomdelamarque_wrapper {
  background-color: #fff;
  padding: 0.3rem 1rem;
  position: relative;
}
.nomdelamarque .nomdelamarque_wrapper .nomdelamarque_wrapper_back1, .nomdelamarque .nomdelamarque_wrapper .nomdelamarque_wrapper_back2 {
  position: absolute;
  height: 100%;
  width: 1rem;
  top: 0.3rem;
  background-color: #FBC212;
}
.nomdelamarque .nomdelamarque_wrapper .nomdelamarque_wrapper_back1 {
  left: -1rem;
}
.nomdelamarque .nomdelamarque_wrapper .nomdelamarque_wrapper_back2 {
  right: -1rem;
}
.accrochedelamarque {
  padding-top: 1.4rem !important;
}
.marque_bloc_intro {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.marque_bloc_intro_col1 {
  width: calc(33.33% - 1rem);
  position: relative;
}
.marque_bloc_intro_col1 .logo_marque {
  position: relative;
  height: 80%;
  max-height: 150px;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.marque_bloc_intro_col2 {
  width: calc(66.66% - 1rem);
  background-color: #ededed;
  padding: 2rem;
  border-left: 2px solid #FBC212;
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .marque_bloc_intro_col1 {
    width: 100%;
    height: 200px;
  }
  .marque_bloc_intro_col1 .logo_marque {
    position: relative;
    height: 80%;
    max-height: 200px;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
  }
  .marque_bloc_intro_col2 {
    width: 100%;
    padding: 2rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .marque_bloc_intro_col1 {
    width: 100%;
    height: 200px;
  }
  .marque_bloc_intro_col1 .logo_marque {
    position: relative;
    height: 80%;
    max-height: 200px;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
  }
  .marque_bloc_intro_col2 {
    width: 100%;
    padding: 2rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .marque_bloc_intro_col1 {
    width: 100%;
    height: 200px;
  }
  .marque_bloc_intro_col1 .logo_marque {
    position: relative;
    height: 80%;
    max-height: 200px;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
  }
  .marque_bloc_intro_col2 {
    width: 100%;
    padding: 2rem;
  }
}
/*# sourceMappingURL=main.css.map */