@charset "UTF-8";
/* Gris */
/* noir transparence */
/* vert */
/* vert lien */
/* orange */
/* orange plus lumineux*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,900|Titillium+Web:400,700");
/* Gris pour les bg de section, etc. */
/* Gris charbon */
  /*
$header-sizes: (
  small: (
    'h1': 35,
    'h2': 30,
    'h3': 25,
    'h4': 18,
    'h5': 18,
    'h6': 18,
  ),
  medium: (
    'h1': 40,
    'h2': 30,
    'h3': 30,
    'h4': 18,
    'h5': 18,
    'h6': 18,
  ),
);*/
/* Voir sass accordion*/
/*Border des ensemble de champs*/
/*Padding des ensemble de champs*/
/*Margin des ensemble de champs*/
/*Espace entre legende et fieldset border*/
/*Espace global pour les éléments*/
/*Couleur du texte d'aide*/
/*Taille du texte d'aide*/
/*Style du texte d'aide*/
/*Couleur des étiquettes*/
/*Couleur bg des étiquettes*/
/*Border autour des étiquettes*/
/* Padding gauche droite des étiquettes*/
/*Couleur du texte du label*/
/*Taille du texte du label*/
/*Épaisseur du texte du label*/
/*Interligne du texte du label*/
/*Couleur bg des menus sélectionnés*/
/*Couleur du triangle déroulant à l'intérieur des menus de sélection. Réglez sur transparentpour l'enlever entièrement.*/
/*Rayon des menus sélectionnés*/
/*Couleur du texte dans les champs*/
/*Font du texte dans les champs*/
/*Hauteur du texte dans les champs*/
/*Épaisseur du texte dans les champs*/
/*Interligne du texte des champs*/
/*Couleur bg des entrées de texte*/
/*Couleur bg du focus des entrées de texte*/
/*Couleur bg des entrées de texte désactivées*/
/*Border des champs*/
/*Border des champs en focus*/
/*Padding des champs*/
/*inset 0 1px 2px rgba($black, 0.1)*/
/*0 0 5px $medium-gray*/
/*$global-radius  Rayon pour les entrées de texte*/
/*Rayon pour les bouton de formulaire*/
/*1rem => crée un problème avec le sous-sous-menu*/
/*0.7rem 1rem*/
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }
.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }
.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }
.spin-cw {
  animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }
.spin-ccw {
  animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }
.wiggle {
  animation-name: wiggle-7deg; }
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block; }

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

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

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

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

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

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

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

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

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

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

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible; }

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 18px; }

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

/*@include foundation-xy-grid-classes;*/
/*@include foundation-grid;*/
.row {
  max-width: 66.66667rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.55556rem;
    margin-left: -0.55556rem; }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -0.83333rem;
        margin-left: -0.83333rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.83333rem;
        margin-left: -0.83333rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-right: -0.83333rem;
        margin-left: -0.83333rem; } }
    @media screen and (min-width: 90em) {
      .row .row {
        margin-right: -0.83333rem;
        margin-left: -0.83333rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.55556rem;
  padding-left: 0.55556rem;
  min-width: 0; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 0.83333rem;
      padding-left: 0.83333rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.55556rem;
  padding-left: 0.55556rem; }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .medium-offset-1 {
    margin-left: 8.33333%; }

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .medium-offset-2 {
    margin-left: 16.66667%; }

  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

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

  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .medium-offset-4 {
    margin-left: 33.33333%; }

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .medium-offset-5 {
    margin-left: 41.66667%; }

  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

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

  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .medium-offset-7 {
    margin-left: 58.33333%; }

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .medium-offset-8 {
    margin-left: 66.66667%; }

  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

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

  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .medium-offset-10 {
    margin-left: 83.33333%; }

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .medium-offset-11 {
    margin-left: 91.66667%; }

  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }

  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }

  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }

  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }

  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }

  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }

  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }

  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }
@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    flex: 1 1 0px; } }
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 48em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }
@media print, screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.83333rem;
    padding-left: 0.83333rem; } }
@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .large-offset-1 {
    margin-left: 8.33333%; }

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .large-offset-2 {
    margin-left: 16.66667%; }

  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

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

  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .large-offset-4 {
    margin-left: 33.33333%; }

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .large-offset-5 {
    margin-left: 41.66667%; }

  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

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

  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .large-offset-7 {
    margin-left: 58.33333%; }

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .large-offset-8 {
    margin-left: 66.66667%; }

  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

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

  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .large-offset-10 {
    margin-left: 83.33333%; }

  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .large-offset-11 {
    margin-left: 91.66667%; }

  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }

  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }

  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }

  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }

  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }

  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }

  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }

  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px; } }
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }
@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.83333rem;
    padding-left: 0.83333rem; } }
@media screen and (min-width: 75em) {
  .xlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .xlarge-offset-0 {
    margin-left: 0%; }

  .xlarge-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .xlarge-offset-1 {
    margin-left: 8.33333%; }

  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .xlarge-offset-2 {
    margin-left: 16.66667%; }

  .xlarge-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

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

  .xlarge-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .xlarge-offset-4 {
    margin-left: 33.33333%; }

  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .xlarge-offset-5 {
    margin-left: 41.66667%; }

  .xlarge-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

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

  .xlarge-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .xlarge-offset-7 {
    margin-left: 58.33333%; }

  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .xlarge-offset-8 {
    margin-left: 66.66667%; }

  .xlarge-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

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

  .xlarge-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .xlarge-offset-10 {
    margin-left: 83.33333%; }

  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .xlarge-offset-11 {
    margin-left: 91.66667%; }

  .xlarge-up-1 {
    flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }

  .xlarge-up-2 {
    flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }

  .xlarge-up-3 {
    flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }

  .xlarge-up-4 {
    flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }

  .xlarge-up-5 {
    flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }

  .xlarge-up-6 {
    flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }

  .xlarge-up-7 {
    flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }

  .xlarge-up-8 {
    flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }
@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    flex: 1 1 0px; } }
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 75em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      flex: 1 1 0px; } }
@media screen and (min-width: 75em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.83333rem;
    padding-left: 0.83333rem; } }
@media screen and (min-width: 90em) {
  .xxlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .xxlarge-offset-0 {
    margin-left: 0%; }

  .xxlarge-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .xxlarge-offset-1 {
    margin-left: 8.33333%; }

  .xxlarge-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .xxlarge-offset-2 {
    margin-left: 16.66667%; }

  .xxlarge-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

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

  .xxlarge-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .xxlarge-offset-4 {
    margin-left: 33.33333%; }

  .xxlarge-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .xxlarge-offset-5 {
    margin-left: 41.66667%; }

  .xxlarge-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

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

  .xxlarge-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .xxlarge-offset-7 {
    margin-left: 58.33333%; }

  .xxlarge-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .xxlarge-offset-8 {
    margin-left: 66.66667%; }

  .xxlarge-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

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

  .xxlarge-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .xxlarge-offset-10 {
    margin-left: 83.33333%; }

  .xxlarge-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .xxlarge-offset-11 {
    margin-left: 91.66667%; }

  .xxlarge-up-1 {
    flex-wrap: wrap; }
    .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }

  .xxlarge-up-2 {
    flex-wrap: wrap; }
    .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }

  .xxlarge-up-3 {
    flex-wrap: wrap; }
    .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }

  .xxlarge-up-4 {
    flex-wrap: wrap; }
    .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }

  .xxlarge-up-5 {
    flex-wrap: wrap; }
    .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }

  .xxlarge-up-6 {
    flex-wrap: wrap; }
    .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }

  .xxlarge-up-7 {
    flex-wrap: wrap; }
    .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }

  .xxlarge-up-8 {
    flex-wrap: wrap; }
    .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }
@media screen and (min-width: 90em) and (min-width: 90em) {
  .xxlarge-expand {
    flex: 1 1 0px; } }
.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 90em) {
    .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
      flex: 1 1 0px; } }
@media screen and (min-width: 90em) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.83333rem;
    padding-left: 0.83333rem; } }
.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.11111rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 1.66667rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1; }

  .medium-order-2 {
    order: 2; }

  .medium-order-3 {
    order: 3; }

  .medium-order-4 {
    order: 4; }

  .medium-order-5 {
    order: 5; }

  .medium-order-6 {
    order: 6; } }
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }

  .large-order-2 {
    order: 2; }

  .large-order-3 {
    order: 3; }

  .large-order-4 {
    order: 4; }

  .large-order-5 {
    order: 5; }

  .large-order-6 {
    order: 6; } }
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1; }

  .xlarge-order-2 {
    order: 2; }

  .xlarge-order-3 {
    order: 3; }

  .xlarge-order-4 {
    order: 4; }

  .xlarge-order-5 {
    order: 5; }

  .xlarge-order-6 {
    order: 6; } }
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1; }

  .xxlarge-order-2 {
    order: 2; }

  .xxlarge-order-3 {
    order: 3; }

  .xxlarge-order-4 {
    order: 4; }

  .xxlarge-order-5 {
    order: 5; }

  .xxlarge-order-6 {
    order: 6; } }
.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: flex; }

  .medium-flex-child-auto {
    flex: 1 1 auto; }

  .medium-flex-child-grow {
    flex: 1 0 auto; }

  .medium-flex-child-shrink {
    flex: 0 1 auto; }

  .medium-flex-dir-row {
    flex-direction: row; }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }

  .medium-flex-dir-column {
    flex-direction: column; }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }

  .large-flex-child-auto {
    flex: 1 1 auto; }

  .large-flex-child-grow {
    flex: 1 0 auto; }

  .large-flex-child-shrink {
    flex: 0 1 auto; }

  .large-flex-dir-row {
    flex-direction: row; }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }

  .large-flex-dir-column {
    flex-direction: column; }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex; }

  .xlarge-flex-child-auto {
    flex: 1 1 auto; }

  .xlarge-flex-child-grow {
    flex: 1 0 auto; }

  .xlarge-flex-child-shrink {
    flex: 0 1 auto; }

  .xlarge-flex-dir-row {
    flex-direction: row; }

  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse; }

  .xlarge-flex-dir-column {
    flex-direction: column; }

  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex; }

  .xxlarge-flex-child-auto {
    flex: 1 1 auto; }

  .xxlarge-flex-child-grow {
    flex: 1 0 auto; }

  .xxlarge-flex-child-shrink {
    flex: 0 1 auto; }

  .xxlarge-flex-dir-row {
    flex-direction: row; }

  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse; }

  .xxlarge-flex-dir-column {
    flex-direction: column; }

  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.4;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #a4a4a4; }

h1, .h1 {
  font-size: 1.33333rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.83333rem; }

h2, .h2 {
  font-size: 1.11111rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.83333rem; }

h3, .h3 {
  font-size: 1.05556rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.83333rem; }

h4, .h4 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.83333rem; }

h5, .h5 {
  font-size: 0.94444rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.83333rem; }

h6, .h6 {
  font-size: 0.88889rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.83333rem; }

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 2.66667rem; }

  h2, .h2 {
    font-size: 2.22222rem; }

  h3, .h3 {
    font-size: 1.72222rem; }

  h4, .h4 {
    font-size: 1.38889rem; }

  h5, .h5 {
    font-size: 1.11111rem; }

  h6, .h6 {
    font-size: 0.88889rem; } }
a {
  line-height: inherit;
  color: #666666;
  text-decoration: underline;
  cursor: pointer; }
  a:hover, a:focus {
    color: #da8c1f; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 66.66667rem;
  height: 0;
  margin: 1.11111rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(102, 102, 102, 0.7);
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: inside;
  line-height: 1.4; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: 700; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.61111rem 1.11111rem 0.05556rem;
  border-left: 3px solid #666666; }
  blockquote, blockquote p {
    line-height: 1.4;
    color: #404040; }

cite {
  display: block;
  font-size: 0.72222rem;
  color: #2d2d2d; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.11111rem 0.27778rem 0.05556rem;
  border: 1px solid #a4a4a4;
  background-color: #ddd;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #000; }

kbd {
  margin: 0;
  padding: 0.11111rem 0.22222rem 0;
  background-color: #ddd;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #2d2d2d; }

.lead {
  font-size: 22.5px;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

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

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }

  .medium-text-right {
    text-align: right; }

  .medium-text-center {
    text-align: center; }

  .medium-text-justify {
    text-align: justify; } }
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }

  .large-text-right {
    text-align: right; }

  .large-text-center {
    text-align: center; }

  .large-text-justify {
    text-align: justify; } }
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }

  .xlarge-text-right {
    text-align: right; }

  .xlarge-text-center {
    text-align: center; }

  .xlarge-text-justify {
    text-align: justify; } }
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left; }

  .xxlarge-text-right {
    text-align: right; }

  .xxlarge-text-center {
    text-align: center; }

  .xxlarge-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }

  .show-for-print {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #2d2d2d;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .print-break-inside {
    page-break-inside: auto; } }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.74444rem;
  margin: 0 0 0.88889rem;
  padding: 0.7rem;
  border: 1px solid rgba(102, 102, 102, 0.2);
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #666666;
  transition: border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #3f8e45;
    background-color: #fff;
    box-shadow: none;
    transition: border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #a4a4a4; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #ddd;
  cursor: default; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 0.88889rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.44444rem;
  margin-right: 0.88889rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.44444rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #666666; }
  label.middle {
    margin: 0 0 0.88889rem;
    padding: 0.5rem 0; }

.help-text {
  margin-top: -0.44444rem;
  font-size: 0.72222rem;
  font-style: italic;
  color: #666666; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 0.88889rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #a4a4a4;
  background: #ddd;
  color: #666666;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

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

legend {
  max-width: 100%;
  margin-bottom: 0.44444rem; }

.fieldset {
  margin: 1rem 0;
  padding: 1.11111rem;
  border: 1px solid #a4a4a4; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.16667rem;
    padding: 0 0.16667rem; }

select {
  height: 2.74444rem;
  margin: 0 0 0.88889rem;
  padding: 0.7rem;
  appearance: none;
  border: 1px solid rgba(102, 102, 102, 0.2);
  border-radius: 0;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #666666;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2845, 45, 45%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -0.88889rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.33333rem;
  transition: border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #3f8e45;
    background-color: #fff;
    box-shadow: none;
    transition: border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #ddd;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #ec5840;
  background-color: #fdeeec; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.44444rem;
  margin-bottom: 0.88889rem;
  font-size: 0.66667rem;
  font-weight: 700;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0.11111rem;
  font-family: inherit;
  padding: 0.77778rem 0.88889rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.77778rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #666666;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #3f8e45;
    color: #fff; }
  .button.tiny {
    font-size: 0.66667rem; }
  .button.small {
    font-size: 0.72222rem; }
  .button.large {
    font-size: 1rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #666666;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #525252;
      color: #fff; }
  .button.secondary {
    background-color: #3f8e45;
    color: #000; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #327237;
      color: #000; }
  .button.success {
    background-color: #3adb76;
    color: #000; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #000; }
  .button.warning {
    background-color: #ffae00;
    color: #000; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #000; }
  .button.alert {
    background-color: #ec5840;
    color: #000; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #000; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #666666;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #666666;
        color: #fff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #3f8e45;
        color: #000; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #000; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #000; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #000; }
  .button.hollow {
    border: 1px solid #666666;
    color: #666666; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #333333;
      color: #333333; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #666666;
        color: #666666; }
    .button.hollow.primary {
      border: 1px solid #666666;
      color: #666666; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #333333;
        color: #333333; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #666666;
          color: #666666; }
    .button.hollow.secondary {
      border: 1px solid #3f8e45;
      color: #3f8e45; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #204723;
        color: #204723; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #3f8e45;
          color: #3f8e45; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #ec5840;
          color: #ec5840; }
  .button.clear {
    border: 1px solid #666666;
    color: #666666; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #333333;
      color: #333333; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #666666;
        color: #666666; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #666666;
      color: #666666; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #333333;
        color: #333333; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #666666;
          color: #666666; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #3f8e45;
      color: #3f8e45; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #204723;
        color: #204723; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #3f8e45;
          color: #3f8e45; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #ec5840;
          color: #ec5840; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 0.88889rem; }
  .button.dropdown.hollow::after {
    border-top-color: #666666; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #666666; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #3f8e45; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #ec5840; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #ddd;
  border-bottom: 0;
  font-size: 0.66667rem;
  line-height: 1;
  color: #666666; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #ddd; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #ddd;
  border-bottom: 0;
  background-color: #fff;
  color: #666666; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #ddd; }

.accordion-menu li {
  width: 100%; }
.accordion-menu a {
  padding: 0.7rem 1rem; }
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #666666 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }
.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #666666 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #666666;
  color: #3f8e45; }
  .badge.primary {
    background: #666666;
    color: #000; }
  .badge.secondary {
    background: #3f8e45;
    color: #000; }
  .badge.success {
    background: #3adb76;
    color: #000; }
  .badge.warning {
    background: #ffae00;
    color: #000; }
  .badge.alert {
    background: #ec5840;
    color: #000; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.61111rem;
    color: #000;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #a4a4a4; }
  .breadcrumbs a {
    color: #666666; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #a4a4a4;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.77778rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.66667rem; }
  .button-group.small .button {
    font-size: 0.72222rem; }
  .button-group.large .button {
    font-size: 1rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #666666;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #525252;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #3f8e45;
    color: #000; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #327237;
      color: #000; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #000; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #000; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #000; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #000; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #000; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #000; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .button-group.stacked-for-small .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 47.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid #2d2d2d;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: #666666; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #e8e8e8;
    color: #666666; }
  .callout.secondary {
    background-color: #dff1e1;
    color: #666666; }
  .callout.success {
    background-color: #e1faea;
    color: #666666; }
  .callout.warning {
    background-color: #fff3d9;
    color: #666666; }
  .callout.alert {
    background-color: #fce6e2;
    color: #666666; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #666666; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  flex: 0 1 auto;
  display: flex;
  padding: 1rem;
  background: #ddd; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.close-button {
  position: absolute;
  color: #2d2d2d;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 48em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.xlarge-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.xlarge-expanded li {
      flex: 1 1 0px; }
    .menu.xlarge-simple li {
      flex: 1 1 0px; } }
  @media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.xxlarge-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.xxlarge-expanded li {
      flex: 1 1 0px; }
    .menu.xxlarge-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #666666;
    color: #fff; }
  .menu .active > a {
    background: #666666;
    color: #fff; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #a4a4a4;
    box-shadow: 0 7px 0 #a4a4a4, 0 14px 0 #a4a4a4; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #2d2d2d;
    box-shadow: 0 7px 0 #2d2d2d, 0 14px 0 #2d2d2d; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: rgba(255, 255, 255, 0); }
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }
.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.5); }
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000; }
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000 transparent transparent; }
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #a4a4a4;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    visibility: visible;
    display: block; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #000 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }
.dropdown.menu a {
  padding: 0.7rem 1rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }
.dropdown.menu .is-active > a {
  background: transparent;
  color: #666666; }
.no-js .dropdown.menu ul {
  display: none; }
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }
.dropdown.menu.vertical > li > a::after {
  right: 14px; }
.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000 transparent transparent; }
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000; }
@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000; } }
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000; } }
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000; } }
@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000; } }
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: none;
  background: #ddd; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 0.88889rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #666666;
  color: #3f8e45; }
  .label.primary {
    background: #666666;
    color: #000; }
  .label.secondary {
    background: #3f8e45;
    color: #000; }
  .label.success {
    background: #3adb76;
    color: #000; }
  .label.warning {
    background: #ffae00;
    color: #000; }
  .label.alert {
    background: #ec5840;
    color: #000; }

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 47.9375em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }
  @media screen and (max-width: 47.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    flex: 1 1 0px; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #000; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #000; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25); }

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0); }

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }
@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }
@media print, screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-xlarge .close-button {
      display: none; } }
@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-xxlarge .close-button {
      display: none; } }
.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(0, 0, 0, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #a4a4a4; }
    .orbit-bullets button:hover {
      background-color: #2d2d2d; }
    .orbit-bullets button.is-active {
      background-color: #2d2d2d; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.05556rem;
    border-radius: 0;
    font-size: 0.77778rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 48em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.16667rem 0.55556rem;
    border-radius: 0;
    color: #000; }
    .pagination a:hover,
    .pagination button:hover {
      background: #ddd; }
  .pagination .current {
    padding: 0.16667rem 0.55556rem;
    background: #666666;
    color: foreground(#666666);
    cursor: default; }
  .pagination .disabled {
    padding: 0.16667rem 0.55556rem;
    color: #a4a4a4;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.16667rem 0.55556rem;
    content: '\2026';
    color: #000; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #a4a4a4; }
  .progress.primary .progress-meter {
    background-color: #666666; }
  .progress.secondary .progress-meter {
    background-color: #3f8e45; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #666666; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #ddd;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #a4a4a4;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #666666;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #575757; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #a4a4a4;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal {
      width: 600px;
      max-width: 66.66667rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal.tiny {
      width: 30%;
      max-width: 66.66667rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.small {
      width: 50%;
      max-width: 66.66667rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.large {
      width: 90%;
      max-width: 66.66667rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 47.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.77778rem;
  font-weight: bold;
  color: #fff;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #a4a4a4;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fff;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #666666; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.55556rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.66667rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 0.88889rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid rgba(250, 250, 250, 0);
    background-color: rgba(255, 255, 255, 0); }

  caption {
    padding: 0.44444rem 0.55556rem 0.55556rem;
    font-weight: 700; }

  thead {
    background: rgba(252, 252, 252, 0);
    color: inherit; }

  tfoot {
    background: rgba(250, 250, 250, 0);
    color: inherit; }

  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.44444rem 0.55556rem 0.55556rem;
    font-weight: 700;
    text-align: left; }

  tbody th,
  tbody td {
    padding: 0.44444rem 0.55556rem 0.55556rem; }

  tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid rgba(250, 250, 250, 0);
    background-color: rgba(255, 255, 255, 0); }

  table.striped tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: rgba(250, 250, 250, 0); }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: rgba(247, 247, 247, 0); }
table.hover tfoot tr:hover {
  background-color: rgba(245, 245, 245, 0); }
table.hover tbody tr:hover {
  background-color: rgba(250, 250, 250, 0); }
table.hover.striped tr:nth-of-type(even):hover {
  background-color: rgba(245, 245, 245, 0); }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #ddd;
  background: #fff;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #666666; }
  .tabs.primary > li > a {
    color: #fff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #6e6e6e; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.66667rem;
    line-height: 1;
    color: #666666; }
    .tabs-title > a:hover {
      background: #fff;
      color: #585858; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #ddd;
      color: #666666; }

.tabs-content {
  border: 1px solid #ddd;
  border-top: 0;
  background: #fff;
  color: foreground(#fff, #666666);
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #ddd;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(102, 102, 102, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0;
  background: #fff;
  color: #666666;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0;
    margin-right: 0; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #2d2d2d;
  font-weight: 700;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000;
  font-size: 80%;
  color: #fff; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #000;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #fff; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 48em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge {
      flex-wrap: wrap; }
      .top-bar.stacked-for-xlarge .top-bar-left,
      .top-bar.stacked-for-xlarge .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  .top-bar.stacked-for-xxlarge {
    flex-wrap: wrap; }
    .top-bar.stacked-for-xxlarge .top-bar-left,
    .top-bar.stacked-for-xxlarge .top-bar-right {
      flex: 0 0 100%;
      max-width: 100%; }

.top-bar-title {
  flex: 0 0 auto;
  margin: 1rem; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
    visibility: hidden
}

ul.menu.drilldown.invisible {
    visibility: visible
}

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }
.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }
.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }
.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }
.spin-cw {
  animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }
.spin-ccw {
  animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }
.wiggle {
  animation-name: wiggle-7deg; }
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: 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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/Skin/ajax-loader.gif") center center no-repeat;
  /*slick-image-url("ajax-loader.gif")*/ }

/* Icons */
@font-face {
  font-family: "slick";
  src: "../Library/fonts/slick.eot";
  /*slick-font-url("slick.eot")*/
  src: "../Library/fonts/slick.eot?#iefix" format("embedded-opentype"), "../Library/fonts/slick.woff" format("woff"), "../Library/fonts/slick.ttf" format("truetype"), "s../Library/fonts/lick.svg#slick" format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* variable accordion */
/* Titre */
/* couleur titre */
/* fond titre */
/* padding titre */
/* margin */
/* minimum hauteur  */
/* font-family */
/* font-weight */
/* font-size*/
/* line-height*/
/*border*/
/* textt-transform */
/* Titre hover */
/* couleur */
/* background */
/*border*/
/* icone couleur */
/*-- Titre actif ouvert --*/
/* couleur */
/* background */
/* border*/
/* Titre before ++++++ icône plus ++++++++++++++++++ */
/* code */
/* couleur */
/* font-family */
/* font-size */
/* font-weight */
/* right */
/* left */
/* top */
/* animation du plus */
/* Titre before actif ------ icône moins ------------------------  */
/* code icône - */
/* icône - actif couleur */
/* font-size */
/* font-weight */
/* font-family */
/* right */
/* left */
/* top */
/* animation du moins 0 */
/* Description */
/* background */
/* couleur */
/* font-family */
/* font-weight */
/* font-size */
/* line-height */
/* border*/
/* margin*/
/* padding */
/* border-top*/
/* border-left*/
/* border-right*/
/* border-bottom*/
/* dernier titre border-bottom*/
.wa-article .accordion .wraptitle {
  margin: 0; }

.accordion {
  background-color: rgba(255, 255, 255, 0) !important;
  text-shadow: none; }
  .accordion .accordion-item:last-child .accordion-title {
    border: none; }
    .accordion .accordion-item:last-child .accordion-title:hover {
      border: none; }
  .accordion .accordion-item.is-active:last-child .accordion-title {
    border: none; }
  .accordion .accordion-title {
    background: #fff;
    padding: 0.83333rem 2.77778rem 0.83333rem 1.11111rem;
    margin: 0 0 0.55556rem 0;
    min-height: inherit;
    text-decoration: none;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    color: #666666;
    font-size: 1.1rem;
    line-height: 1.2;
    position: relative;
    border: none;
    text-transform: none;
    text-align: left;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .accordion .accordion-title:after {
      content: '';
      height: 0;
      background: #da8c1f;
      width: 8px;
      position: absolute;
      left: 0;
      bottom: 0;
      -moz-transition: height 0.3s ease;
      -o-transition: height 0.3s ease;
      -webkit-transition: height 0.3s ease;
      transition: height 0.3s ease; }
    .accordion .accordion-title h1, .accordion .accordion-title h2, .accordion .accordion-title h3, .accordion .accordion-title h4, .accordion .accordion-title h5, .accordion .accordion-title h6 {
      font-family: inherit;
      font-weight: inherit;
      font-size: inherit;
      color: inherit;
      padding: 0;
      margin: 0;
      text-transform: inherit;
      line-height: inherit; }
      .accordion .accordion-title h1:before, .accordion .accordion-title h1:after, .accordion .accordion-title h2:before, .accordion .accordion-title h2:after, .accordion .accordion-title h3:before, .accordion .accordion-title h3:after, .accordion .accordion-title h4:before, .accordion .accordion-title h4:after, .accordion .accordion-title h5:before, .accordion .accordion-title h5:after, .accordion .accordion-title h6:before, .accordion .accordion-title h6:after {
        display: none; }
      .accordion .accordion-title h1:before, .accordion .accordion-title h1:after, .accordion .accordion-title h2:before, .accordion .accordion-title h2:after, .accordion .accordion-title h3:before, .accordion .accordion-title h3:after, .accordion .accordion-title h4:before, .accordion .accordion-title h4:after, .accordion .accordion-title h5:before, .accordion .accordion-title h5:after, .accordion .accordion-title h6:before, .accordion .accordion-title h6:after {
        display: none; }
    .accordion .accordion-title .wraptitle h1, .accordion .accordion-title .wraptitle h2, .accordion .accordion-title .wraptitle h3, .accordion .accordion-title .wraptitle h4, .accordion .accordion-title .wraptitle h5, .accordion .accordion-title .wraptitle h6 {
      display: inline-block; }
    .accordion .accordion-title .wraptitle .subtitle {
      display: inline-block; }
      .accordion .accordion-title .wraptitle .subtitle:before {
        content: ', '; }
    .accordion .accordion-title:hover {
      background: #fff;
      color: #da8c1f;
      border: none; }
      .accordion .accordion-title:hover .wraptitle .subtitle {
        /*color:$black;*/ }
      .accordion .accordion-title:hover:after {
        height: 100%; }
      .accordion .accordion-title:hover:before {
        /*@include transform($accordion-before-hover-transform);*/
        color: rgba(0, 0, 0, 0.7); }
    .accordion .accordion-title:before {
      /*content:$accordion-before-content;	
      font-size:$accordion-before-font-size;
      font-weight:$accordion-before-font-weight;	
      font-family:$accordion-before-font-family;
      color:$white;	
      right:$accordion-before-right;
      left:$accordion-before-left;
      top:$accordion-before-actif-top;		
      @include transition(all 0.5s ease);
      @include background($color-3);
      @include border-radius(100px);
      width:36px;
      height:36px;
      text-align:center;
      padding-top:8px;*/
      top: inherit;
      left: inherit;
      font-family: var(--fa-style-family,FontAwesome);
      content: '\f067';
      color: #fff;
      font-size: 22px;
      text-align: right;
      padding: 12px 10px 0 0;
      height: 45px;
      width: 75px;
      display: block;
      background: url(../images/Skin/texture-vert.svg) no-repeat;
      background-size: 75px 77px;
      background-position: 0 0;
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 0;
      -moz-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .accordion .accordion-title .number {
      position: absolute;
      color: rgba(255, 255, 255, 0);
      left: 0;
      top: 0;
      display: block; }
  .accordion .is-active > .accordion-title {
    color: #da8c1f;
    background: #fff;
    border: none; }
    .accordion .is-active > .accordion-title:after {
      height: 100%; }
    .accordion .is-active > .accordion-title:before {
      color: #fff;
      content: "";
      font-size: 1rem;
      font-weight: 400;
      font-family: var(--fa-style-family,FontAwesome);
      left: inherit;
      right: 0;
      bottom: 0;
      -moz-transition: color 0.5s ease;
      -o-transition: color 0.5s ease;
      -webkit-transition: color 0.5s ease;
      transition: color 0.5s ease; }
    .accordion .is-active > .accordion-title:hover:before {
      color: rgba(0, 0, 0, 0.7);
      /*@include transform($accordion-before-actif-hover-transform);*/ }
  .accordion .accordion-content {
    color: #666666;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4em;
    margin: -0.55556rem 0 0.55556rem 0;
    padding: 1.11111rem;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: rgba(255, 255, 255, 0);
    text-align: left; }
    .accordion .accordion-content:last-child {
      border-bottom: none; }

/* liste en grille */
.wa-article .module-liste-grille .wraptitle {
  margin-bottom: 10px; }
  .wa-article .module-liste-grille .wraptitle .subtitle {
    color: #c47e1c;
    text-transform: uppercase;
    font-size: 1rem; }

.module-liste-grille .wraptitle h1, .module-liste-grille .wraptitle h2, .module-liste-grille .wraptitle h3, .module-liste-grille .wraptitle h4, .module-liste-grille .wraptitle h5, .module-liste-grille .wraptitle h6 {
  color: #666666;
  text-indent: 2.16667rem;
  text-transform: none;
  font-weight: 700;
  font-size: 1.25rem;
  position: relative; }
  .module-liste-grille .wraptitle h1:before, .module-liste-grille .wraptitle h1:after, .module-liste-grille .wraptitle h2:before, .module-liste-grille .wraptitle h2:after, .module-liste-grille .wraptitle h3:before, .module-liste-grille .wraptitle h3:after, .module-liste-grille .wraptitle h4:before, .module-liste-grille .wraptitle h4:after, .module-liste-grille .wraptitle h5:before, .module-liste-grille .wraptitle h5:after, .module-liste-grille .wraptitle h6:before, .module-liste-grille .wraptitle h6:after {
    background: #da8c1f;
    width: 0.55556rem;
    height: 0.94444rem;
    position: absolute;
    top: 0.33333rem;
    left: 0.33333rem;
    content: '';
    display: block;
    margin: 0;
    -moz-transform: skew(-35deg, 0deg);
    -ms-transform: skew(-35deg, 0deg);
    -webkit-transform: skew(-35deg, 0deg);
    transform: skew(-35deg, 0deg); }
  .module-liste-grille .wraptitle h1:after, .module-liste-grille .wraptitle h2:after, .module-liste-grille .wraptitle h3:after, .module-liste-grille .wraptitle h4:after, .module-liste-grille .wraptitle h5:after, .module-liste-grille .wraptitle h6:after {
    left: 1.11111rem; }
.module-liste-grille .columns {
  position: relative;
  padding: 20px 40px 40px; }
  .module-liste-grille .columns:after {
    content: '';
    position: absolute;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    left: 15px;
    top: 0;
    display: block;
    border: 4px solid rgba(0, 0, 0, 0.15);
    z-index: -1; }
.module-liste-grille .liste-grille-content .columns {
  padding: 0;
  border: none; }
  .module-liste-grille .liste-grille-content .columns:after {
    display: none; }

#back-top {
  background: #da8c1f;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  border-radius: 40px;
  visibility: hidden;
  position: fixed;
  right: 0.83333rem;
  bottom: 15px;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 4;
  padding-top: 0.27778rem;
  cursor: default; }
  #back-top:before {
    content: '';
    top: 15px;
    left: 12px;
    display: block;
    line-height: 1;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    z-index: 5;
    position: absolute; }
  #back-top:hover {
    background: #39803e;
    color: #fff; }
  #back-top.back-top-show {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
    cursor: pointer; }

/* ======== vidéo redimentionnement====  */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*===========Ancres ========== */
/* ancres avec une entete absolute */
div:target {
  padding-top: 9.44444rem;
  margin-top: -9.44444rem; }

.Ancres {
  /*width:rem-calc(900);*/
  /*max-width:100%;*/
  /*margin:0 auto;*/ }

a.AncreItem {
  color: inherit;
  border-radius: 5px;
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 6px 22px 6px 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-shadow: none;
  line-height: 1.2;
  font-size: 0.9rem;
  position: relative;
  text-decoration: none;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 3px solid rgba(0, 0, 0, 0.2); }
  a.AncreItem:after {
    font-family: var(--fa-style-family,FontAwesome);
    position: absolute;
    right: 0.44444rem;
    top: 0.44444rem;
    content: '\f0d7';
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 400;
    text-shadow: none;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    color: #da8c1f;
    -moz-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    -webkit-transition: margin 0.3s ease;
    transition: margin 0.3s ease; }
  a.AncreItem:hover {
    text-decoration: none;
    border-color: rgba(0, 0, 0, 0.15);
    color: inherit; }
    a.AncreItem:hover:after {
      margin-top: 3px; }

/* ======= Crédit photo ======= */
.div-credit-photo {
  max-width: 100%;
  display: inline-block;
  text-align: inherit; }
  .div-credit-photo.credit-gauche {
    display: block;
    margin: 0 0 0.55556rem; }
    @media print, screen and (min-width: 48em) {
      .div-credit-photo.credit-gauche {
        float: left;
        margin: 0 1.66667rem 0.55556rem 0; } }
  .div-credit-photo.credit-droite {
    display: block;
    margin: 0 0 0.55556rem; }
    @media print, screen and (min-width: 48em) {
      .div-credit-photo.credit-droite {
        float: right;
        margin: 0 0 0.55556rem 1.66667rem; } }
  .div-credit-photo a {
    text-decoration: none !important; }
  .div-credit-photo img {
    display: block;
    width: 100%; }
  .div-credit-photo .img-gauche,
  .div-credit-photo .img-droite {
    margin-bottom: 0;
    height: auto;
    display: block; }

.credit-photo,
.div-credit-photo .credit-photo {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.3em;
  font-size: 0.66667rem;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: 0.22222rem 0 0.55556rem 0;
  display: block;
  clear: both; }

/* button image */
/*------- photon bande titre noir avec transition -------- */
.div-credit-photo .button-image .credit-photo {
  position: relative;
  text-align: left;
  color: #bbb;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-size: 0.66667rem;
  line-height: 0.77778rem;
  z-index: 4; }

.div-credit-photo .button-image:hover .credit-photo {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.button-image {
  overflow: hidden;
  display: block;
  position: relative;
  text-decoration: none;
  margin-bottom: 0;
  padding: 0 0 8px 8px; }
  .button-image:after {
    content: '';
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    width: calc(100% - 8px);
    display: block;
    height: calc(100% - 8px);
    top: 0;
    left: 8px;
    z-index: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .button-image:before {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    height: calc(100% - 12px);
    background: #fff;
    top: 20px;
    left: -8px;
    z-index: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .button-image img {
    width: 100%;
    height: auto;
    position: relative; }
  .button-image .div-credit-photo {
    width: 100% !important;
    margin-bottom: 0;
    padding-bottom: 0; }
    .button-image .div-credit-photo img {
      display: inline-block; }
  .button-image .button-image-titre {
    color: #fff;
    display: block;
    text-shadow: #000 0 0 10px;
    width: 100%;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0 1.11111rem;
    font-size: 1rem;
    line-height: 1.2;
    z-index: 2;
    text-align: center;
    position: absolute;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .button-image .button-image-description {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*@include background(rgba($black,0.7));*/
    color: #fff;
    /*position:absolute;
    bottom:0;
    left:0;	*/
    width: 100%;
    display: block;
    height: 0;
    padding: 0.38889rem 0 0;
    font-size: 0.77778rem;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    text-transform: none;
    z-index: 2;
    margin-bottom: -3.33333rem; }
    .button-image .button-image-description .credit-photo {
      font-size: 0.66667rem;
      line-height: 0.88889rem;
      display: block;
      color: #ffa424; }
  .button-image:hover {
    /*&:before{
    	@include background(#eee);			
    }*/ }
    .button-image:hover:after {
      background: rgba(0, 0, 0, 0.3); }
    .button-image:hover .button-image-titre {
      /*color:$white;		*/ }
    .button-image:hover .button-image-description {
      display: block;
      margin-bottom: 0;
      height: 100%;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }

/* Box Boite*/
/* fond gris */
/* couleur bordure simple */
/* couleur border */
/* padding small */
/* padding medium */
/* padding large */
/* ------------- */
#page-accueil .wa-article .titre-icone h2 {
  font-size: 37px;
  text-indent: 56px;
  line-height: 1.1; }
  #page-accueil .wa-article .titre-icone h2:before, #page-accueil .wa-article .titre-icone h2:after {
    height: 26px; }

.wa-article {
  /* Alignement Titre editeur center right
  ----------------------------- */
  /*Surtitre et sous-titre 
  -----------------------------*/
  /* ------------ Ornement  ----------- */
  /* Boîte Sobre 
  --------------------------------*/
  /* Boîte photo texte 
  --------------------------------*/ }
  .wa-article [data-style-align="center"] {
    text-align: center; }
    .wa-article [data-style-align="center"] h3:after {
      margin-left: auto;
      margin-right: auto; }
  .wa-article [data-style-align="right"] {
    text-align: right; }
    .wa-article [data-style-align="right"] h3:after {
      margin-left: auto; }
  .wa-article .wraptitle {
    display: block;
    margin-bottom: 1.11111rem; }
    .wa-article .wraptitle h1, .wa-article .wraptitle h2, .wa-article .wraptitle h3, .wa-article .wraptitle h4, .wa-article .wraptitle h5, .wa-article .wraptitle h6 {
      margin-bottom: 0; }
    .wa-article .wraptitle h3:after {
      margin-bottom: 0.55556rem; }
    .wa-article .wraptitle .supertitle, .wa-article .wraptitle .subtitle {
      color: #666666;
      text-transform: uppercase;
      font-family: "Titillium Web", sans-serif;
      font-weight: 700;
      font-size: 1.1rem;
      line-height: 1.2;
      display: block; }
      .wa-article .wraptitle .supertitle h1, .wa-article .wraptitle .supertitle h2, .wa-article .wraptitle .supertitle h3, .wa-article .wraptitle .supertitle h4, .wa-article .wraptitle .supertitle h5, .wa-article .wraptitle .supertitle h6, .wa-article .wraptitle .subtitle h1, .wa-article .wraptitle .subtitle h2, .wa-article .wraptitle .subtitle h3, .wa-article .wraptitle .subtitle h4, .wa-article .wraptitle .subtitle h5, .wa-article .wraptitle .subtitle h6 {
        color: inherit;
        padding: 0;
        margin: 0;
        line-height: inherit;
        font-size: inherit;
        font-weight: inherit;
        font-family: inherit;
        text-transform: inherit; }
        .wa-article .wraptitle .supertitle h1:before, .wa-article .wraptitle .supertitle h1:after, .wa-article .wraptitle .supertitle h2:before, .wa-article .wraptitle .supertitle h2:after, .wa-article .wraptitle .supertitle h3:before, .wa-article .wraptitle .supertitle h3:after, .wa-article .wraptitle .supertitle h4:before, .wa-article .wraptitle .supertitle h4:after, .wa-article .wraptitle .supertitle h5:before, .wa-article .wraptitle .supertitle h5:after, .wa-article .wraptitle .supertitle h6:before, .wa-article .wraptitle .supertitle h6:after, .wa-article .wraptitle .subtitle h1:before, .wa-article .wraptitle .subtitle h1:after, .wa-article .wraptitle .subtitle h2:before, .wa-article .wraptitle .subtitle h2:after, .wa-article .wraptitle .subtitle h3:before, .wa-article .wraptitle .subtitle h3:after, .wa-article .wraptitle .subtitle h4:before, .wa-article .wraptitle .subtitle h4:after, .wa-article .wraptitle .subtitle h5:before, .wa-article .wraptitle .subtitle h5:after, .wa-article .wraptitle .subtitle h6:before, .wa-article .wraptitle .subtitle h6:after {
          display: none; }
    .wa-article .wraptitle .supertitle {
      margin: 0 0 0.11111rem 0; }
    .wa-article .wraptitle .subtitle {
      margin: 0.27778rem 0 0 0; }
  .wa-article .box-marge {
    margin-bottom: 2.77778rem; }
  .wa-article .cadre-simple {
    border: 4px solid rgba(0, 0, 0, 0.2); }
  .wa-article .cadre-stylise {
    border: 10px solid #3f8e45; }
  .wa-article .titre-icone {
    position: relative;
    padding: 0;
    margin: 0 0 10px;
    display: block;
    /* h2 de base */ }
    .wa-article .titre-icone h1, .wa-article .titre-icone h2, .wa-article .titre-icone h3, .wa-article .titre-icone h4, .wa-article .titre-icone h5, .wa-article .titre-icone h6 {
      color: #666666;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1.2;
      margin: 0;
      padding: 0 0 0 0;
      position: relative;
      display: block;
      overflow: hidden;
      text-indent: 2.83333rem; }
      .wa-article .titre-icone h1:before, .wa-article .titre-icone h1:after, .wa-article .titre-icone h2:before, .wa-article .titre-icone h2:after, .wa-article .titre-icone h3:before, .wa-article .titre-icone h3:after, .wa-article .titre-icone h4:before, .wa-article .titre-icone h4:after, .wa-article .titre-icone h5:before, .wa-article .titre-icone h5:after, .wa-article .titre-icone h6:before, .wa-article .titre-icone h6:after {
        background: #da8c1f;
        width: 0.66667rem;
        height: 1.16667rem;
        position: absolute;
        top: 0.38889rem;
        left: 0.44444rem;
        content: '';
        display: block;
        margin: 0;
        -moz-transform: skew(-35deg, 0deg);
        -ms-transform: skew(-35deg, 0deg);
        -webkit-transform: skew(-35deg, 0deg);
        transform: skew(-35deg, 0deg); }
      .wa-article .titre-icone h1:after, .wa-article .titre-icone h2:after, .wa-article .titre-icone h3:after, .wa-article .titre-icone h4:after, .wa-article .titre-icone h5:after, .wa-article .titre-icone h6:after {
        left: 1.44444rem; }
    .wa-article .titre-icone h1 {
      text-indent: 3.16667rem; }
      .wa-article .titre-icone h1:before, .wa-article .titre-icone h1:after {
        left: 0.66667rem;
        top: 0.66667rem;
        height: 1.72222rem; }
      .wa-article .titre-icone h1:after {
        left: 1.66667rem; }
    .wa-article .titre-icone h3 {
      text-indent: 2.38889rem;
      text-transform: none;
      font-weight: 700;
      font-size: 1.6rem; }
      .wa-article .titre-icone h3:before, .wa-article .titre-icone h3:after {
        left: 0.44444rem;
        top: 0.44444rem;
        height: 1.16667rem;
        width: 0.55556rem; }
      .wa-article .titre-icone h3:after {
        left: 1.22222rem; }
    .wa-article .titre-icone h4 {
      text-indent: 2.16667rem; }
      .wa-article .titre-icone h4:before, .wa-article .titre-icone h4:after {
        left: 0.33333rem;
        top: 0.33333rem;
        height: 0.94444rem;
        width: 0.55556rem; }
      .wa-article .titre-icone h4:after {
        left: 1.11111rem; }
    .wa-article .titre-icone h5 {
      text-indent: 1.88889rem;
      font-size: 1.1rem; }
      .wa-article .titre-icone h5:before, .wa-article .titre-icone h5:after {
        left: 0.33333rem;
        top: 0.27778rem;
        height: 0.83333rem;
        width: 0.44444rem; }
      .wa-article .titre-icone h5:after {
        left: 1rem; }
    .wa-article .titre-icone h6 {
      text-indent: 1.88889rem;
      font-size: 1.1rem;
      text-transform: none; }
      .wa-article .titre-icone h6:before, .wa-article .titre-icone h6:after {
        left: 0.33333rem;
        top: 0.27778rem;
        height: 0.83333rem;
        width: 0.44444rem; }
      .wa-article .titre-icone h6:after {
        left: 1rem; }
    .wa-article .titre-icone [data-style-align="center"] {
      text-align: center;
      display: block; }
      .wa-article .titre-icone [data-style-align="center"] h1, .wa-article .titre-icone [data-style-align="center"] h2, .wa-article .titre-icone [data-style-align="center"] h3, .wa-article .titre-icone [data-style-align="center"] h4, .wa-article .titre-icone [data-style-align="center"] h5, .wa-article .titre-icone [data-style-align="center"] h6 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block; }
    .wa-article .titre-icone [data-style-align="right"] {
      text-align: right;
      display: block; }
      .wa-article .titre-icone [data-style-align="right"] h1, .wa-article .titre-icone [data-style-align="right"] h2, .wa-article .titre-icone [data-style-align="right"] h3, .wa-article .titre-icone [data-style-align="right"] h4, .wa-article .titre-icone [data-style-align="right"] h5, .wa-article .titre-icone [data-style-align="right"] h6 {
        margin-left: auto;
        display: inline-block; }
    .wa-article .titre-icone .wraptitle {
      margin-bottom: 0; }
  .wa-article .sobre {
    background: #fff; }
  .wa-article .photo-texte .bg-photo-texte {
    width: 100%;
    height: auto;
    background-position: center center;
    min-height: 16.66667rem;
    display: block;
    position: relative;
    z-index: 0;
    padding: 2.22222rem 0.83333rem 1.66667rem; }
    @media print, screen and (min-width: 48em) {
      .wa-article .photo-texte .bg-photo-texte {
        padding: 4.44444rem 2.22222rem; } }
    .row-100 .wa-article .photo-texte .bg-photo-texte {
      padding: 5.55556rem 0; }
    .wa-article .photo-texte .bg-photo-texte:before {
      content: '';
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
    .wa-article .photo-texte .bg-photo-texte .row {
      position: relative;
      z-index: 1; }
      @media print, screen and (min-width: 64em) {
        .row-100 .wa-article .photo-texte .bg-photo-texte .row {
          max-width: 66.66667rem;
          margin: 0 auto; } }

.wa-article .sobre {
  /* accordion -- */
  /* --- */ }
  .wa-article .sobre .accordion .accordion-title {
    background: #eee;
    /*color:$white;*/ }
    .wa-article .sobre .accordion .accordion-title h1, .wa-article .sobre .accordion .accordion-title h2, .wa-article .sobre .accordion .accordion-title h3, .wa-article .sobre .accordion .accordion-title h4, .wa-article .sobre .accordion .accordion-title h5, .wa-article .sobre .accordion .accordion-title h6 {
      /*color:inherit;*/ }
    .wa-article .sobre .accordion .accordion-title:hover {
      background: #eee;
      /*color:$color-1b;	*/ }
      .wa-article .sobre .accordion .accordion-title:hover:before {
        /*color:$color-1b;*/ }
    .wa-article .sobre .accordion .accordion-title:before {
      /*color:$white;	*/ }
  .wa-article .sobre .accordion .is-active > .accordion-title {
    /*color:$white;*/
    background: #eee; }
    .wa-article .sobre .accordion .is-active > .accordion-title:before {
      /*color:$white;*/ }
  .wa-article .sobre .accordion .accordion-content {
    /*color:$white;	*/ }

/* Boîte Accent  et fond foncé
--------------------------------*/
.bg-accent .wa-article .classique,
.wa-article .accent {
  background: #595959;
  color: #fff;
  /* Accent -- accordion -- */
  /* --- */
  /* tableau*/
  /*  --- */
  /* icons */
  /*  --- */
  /* actualités */
  /* -- */ }
  .bg-accent .wa-article .classique .slogan,
  .wa-article .accent .slogan {
    color: inherit; }
  .bg-accent .wa-article .classique .subtitle,
  .wa-article .accent .subtitle {
    color: #3f8e45; }
    .bg-accent .wa-article .classique .subtitle h1, .bg-accent .wa-article .classique .subtitle h2, .bg-accent .wa-article .classique .subtitle h3, .bg-accent .wa-article .classique .subtitle h4, .bg-accent .wa-article .classique .subtitle h5, .bg-accent .wa-article .classique .subtitle h6,
    .wa-article .accent .subtitle h1,
    .wa-article .accent .subtitle h2,
    .wa-article .accent .subtitle h3,
    .wa-article .accent .subtitle h4,
    .wa-article .accent .subtitle h5,
    .wa-article .accent .subtitle h6 {
      color: inherit; }
  .bg-accent .wa-article .classique h1, .bg-accent .wa-article .classique h2, .bg-accent .wa-article .classique h3, .bg-accent .wa-article .classique h4, .bg-accent .wa-article .classique h5, .bg-accent .wa-article .classique h6,
  .wa-article .accent h1,
  .wa-article .accent h2,
  .wa-article .accent h3,
  .wa-article .accent h4,
  .wa-article .accent h5,
  .wa-article .accent h6 {
    color: inherit; }
  .bg-accent .wa-article .classique hr,
  .wa-article .accent hr {
    border-color: rgba(255, 255, 255, 0.2); }
    .bg-accent .wa-article .classique hr.hr-color-large, .bg-accent .wa-article .classique hr.hr-color-small,
    .wa-article .accent hr.hr-color-large,
    .wa-article .accent hr.hr-color-small {
      border-color: #fff; }
  .bg-accent .wa-article .classique a,
  .wa-article .accent a {
    color: #fff; }
    .bg-accent .wa-article .classique a:hover,
    .wa-article .accent a:hover {
      color: #ffa424; }
  .bg-accent .wa-article .classique a.phone-link, .bg-accent .wa-article .classique a.no-tel,
  .wa-article .accent a.phone-link,
  .wa-article .accent a.no-tel {
    color: inherit; }
    .bg-accent .wa-article .classique a.phone-link:hover, .bg-accent .wa-article .classique a.no-tel:hover,
    .wa-article .accent a.phone-link:hover,
    .wa-article .accent a.no-tel:hover {
      color: inherit; }
  .bg-accent .wa-article .classique a.lien-fleche:hover,
  .wa-article .accent a.lien-fleche:hover {
    color: #ffa424; }
  .bg-accent .wa-article .classique a.AncreItem,
  .wa-article .accent a.AncreItem {
    border-color: #fff;
    color: inherit; }
    .bg-accent .wa-article .classique a.AncreItem:hover,
    .wa-article .accent a.AncreItem:hover {
      color: inherit;
      border-color: #fff; }
  .bg-accent .wa-article .classique .credit-photo, .bg-accent .wa-article .classique .div-credit-photo .credit-photo,
  .wa-article .accent .credit-photo,
  .wa-article .accent .div-credit-photo .credit-photo {
    color: rgba(255, 255, 255, 0.8); }
  .bg-accent .wa-article .classique .supertitle,
  .wa-article .accent .supertitle {
    color: inherit; }
  .bg-accent .wa-article .classique .subtitle,
  .wa-article .accent .subtitle {
    color: inherit; }
  .bg-accent .wa-article .classique .date-stylise-gauche,
  .bg-accent .wa-article .classique .date-stylise-gauche-medium,
  .wa-article .accent .date-stylise-gauche,
  .wa-article .accent .date-stylise-gauche-medium {
    border-color: #fff;
    color: #fff; }
  .bg-accent .wa-article .classique .date-stylise-annee,
  .wa-article .accent .date-stylise-annee {
    background: #fff;
    color: #666666; }
  .bg-accent .wa-article .classique .button-primary,
  .bg-accent .wa-article .classique .button.primary,
  .bg-accent .wa-article .classique .button-primary-tiny,
  .bg-accent .wa-article .classique .button.primary.tiny,
  .bg-accent .wa-article .classique .button-primary-small,
  .bg-accent .wa-article .classique .button.primary.small,
  .bg-accent .wa-article .classique .button-primary-large,
  .bg-accent .wa-article .classique .button.primary.large,
  .wa-article .accent .button-primary,
  .wa-article .accent .button.primary,
  .wa-article .accent .button-primary-tiny,
  .wa-article .accent .button.primary.tiny,
  .wa-article .accent .button-primary-small,
  .wa-article .accent .button.primary.small,
  .wa-article .accent .button-primary-large,
  .wa-article .accent .button.primary.large {
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .bg-accent .wa-article .classique .button-primary:hover,
    .bg-accent .wa-article .classique .button.primary:hover,
    .bg-accent .wa-article .classique .button-primary-tiny:hover,
    .bg-accent .wa-article .classique .button.primary.tiny:hover,
    .bg-accent .wa-article .classique .button-primary-small:hover,
    .bg-accent .wa-article .classique .button.primary.small:hover,
    .bg-accent .wa-article .classique .button-primary-large:hover,
    .bg-accent .wa-article .classique .button.primary.large:hover,
    .wa-article .accent .button-primary:hover,
    .wa-article .accent .button.primary:hover,
    .wa-article .accent .button-primary-tiny:hover,
    .wa-article .accent .button.primary.tiny:hover,
    .wa-article .accent .button-primary-small:hover,
    .wa-article .accent .button.primary.small:hover,
    .wa-article .accent .button-primary-large:hover,
    .wa-article .accent .button.primary.large:hover {
      color: #fff;
      -moz-box-shadow: rgba(129, 83, 18, 0.4) 0 0 57px inset;
      -webkit-box-shadow: rgba(129, 83, 18, 0.4) 0 0 57px inset;
      box-shadow: rgba(129, 83, 18, 0.4) 0 0 57px inset; }
  .bg-accent .wa-article .classique .button-secondary,
  .bg-accent .wa-article .classique .button.secondary,
  .bg-accent .wa-article .classique .button-secondary-tiny,
  .bg-accent .wa-article .classique .button.secondary.tiny,
  .bg-accent .wa-article .classique .button-secondary-small,
  .bg-accent .wa-article .classique .button.secondary.small,
  .bg-accent .wa-article .classique .button-secondary-large,
  .bg-accent .wa-article .classique .button.secondary.large,
  .wa-article .accent .button-secondary,
  .wa-article .accent .button.secondary,
  .wa-article .accent .button-secondary-tiny,
  .wa-article .accent .button.secondary.tiny,
  .wa-article .accent .button-secondary-small,
  .wa-article .accent .button.secondary.small,
  .wa-article .accent .button-secondary-large,
  .wa-article .accent .button.secondary.large {
    background: #fff;
    color: #666666;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .bg-accent .wa-article .classique .button-secondary:hover,
    .bg-accent .wa-article .classique .button.secondary:hover,
    .bg-accent .wa-article .classique .button-secondary-tiny:hover,
    .bg-accent .wa-article .classique .button.secondary.tiny:hover,
    .bg-accent .wa-article .classique .button-secondary-small:hover,
    .bg-accent .wa-article .classique .button.secondary.small:hover,
    .bg-accent .wa-article .classique .button-secondary-large:hover,
    .bg-accent .wa-article .classique .button.secondary.large:hover,
    .wa-article .accent .button-secondary:hover,
    .wa-article .accent .button.secondary:hover,
    .wa-article .accent .button-secondary-tiny:hover,
    .wa-article .accent .button.secondary.tiny:hover,
    .wa-article .accent .button-secondary-small:hover,
    .wa-article .accent .button.secondary.small:hover,
    .wa-article .accent .button-secondary-large:hover,
    .wa-article .accent .button.secondary.large:hover {
      background: #da8c1f;
      color: #fff;
      -moz-box-shadow: rgba(129, 83, 18, 0.4) 0 0 57px inset;
      -webkit-box-shadow: rgba(129, 83, 18, 0.4) 0 0 57px inset;
      box-shadow: rgba(129, 83, 18, 0.4) 0 0 57px inset; }
  .bg-accent .wa-article .classique blockquote, .bg-accent .wa-article .classique .blockquote,
  .wa-article .accent blockquote,
  .wa-article .accent .blockquote {
    color: #fff; }
  .bg-accent .wa-article .classique .cite,
  .wa-article .accent .cite {
    color: #3f8e45; }
  .bg-accent .wa-article .classique .txt-color-1,
  .wa-article .accent .txt-color-1 {
    color: #ffa424; }
  .bg-accent .wa-article .classique .txt-color-2,
  .wa-article .accent .txt-color-2 {
    color: #000; }
  .bg-accent .wa-article .classique .accordion .accordion-title,
  .wa-article .accent .accordion .accordion-title {
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.8); }
    .bg-accent .wa-article .classique .accordion .accordion-title h1, .bg-accent .wa-article .classique .accordion .accordion-title h2, .bg-accent .wa-article .classique .accordion .accordion-title h3, .bg-accent .wa-article .classique .accordion .accordion-title h4, .bg-accent .wa-article .classique .accordion .accordion-title h5, .bg-accent .wa-article .classique .accordion .accordion-title h6,
    .wa-article .accent .accordion .accordion-title h1,
    .wa-article .accent .accordion .accordion-title h2,
    .wa-article .accent .accordion .accordion-title h3,
    .wa-article .accent .accordion .accordion-title h4,
    .wa-article .accent .accordion .accordion-title h5,
    .wa-article .accent .accordion .accordion-title h6 {
      color: inherit; }
    .bg-accent .wa-article .classique .accordion .accordion-title:hover,
    .wa-article .accent .accordion .accordion-title:hover {
      background: rgba(0, 0, 0, 0.3);
      color: #fff; }
      .bg-accent .wa-article .classique .accordion .accordion-title:hover:before,
      .wa-article .accent .accordion .accordion-title:hover:before {
        /*color:$color-1b;	*/ }
    .bg-accent .wa-article .classique .accordion .accordion-title:before,
    .wa-article .accent .accordion .accordion-title:before {
      /*color:$white;	*/ }
  .bg-accent .wa-article .classique .accordion .is-active > .accordion-title,
  .wa-article .accent .accordion .is-active > .accordion-title {
    color: #fff;
    background: rgba(0, 0, 0, 0.3); }
    .bg-accent .wa-article .classique .accordion .is-active > .accordion-title:before,
    .wa-article .accent .accordion .is-active > .accordion-title:before {
      /*color:$white;*/ }
  .bg-accent .wa-article .classique .accordion .accordion-content,
  .wa-article .accent .accordion .accordion-content {
    color: #fff; }
  .bg-accent .wa-article .classique table,
  .wa-article .accent table {
    border-color: rgba(0, 0, 0, 0.2); }
    .bg-accent .wa-article .classique table td, .bg-accent .wa-article .classique table tr, .bg-accent .wa-article .classique table th,
    .wa-article .accent table td,
    .wa-article .accent table tr,
    .wa-article .accent table th {
      border-color: rgba(0, 0, 0, 0.2); }
    .bg-accent .wa-article .classique table caption.TitreColonne,
    .bg-accent .wa-article .classique table tr.TitreColonne td,
    .bg-accent .wa-article .classique table tr.TitreColonne th,
    .wa-article .accent table caption.TitreColonne,
    .wa-article .accent table tr.TitreColonne td,
    .wa-article .accent table tr.TitreColonne th {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .bg-accent .wa-article .classique table caption.TitreColonne-2,
    .bg-accent .wa-article .classique table tr.TitreColonne-2 td,
    .bg-accent .wa-article .classique table tr.TitreColonne-2 th,
    .wa-article .accent table caption.TitreColonne-2,
    .wa-article .accent table tr.TitreColonne-2 td,
    .wa-article .accent table tr.TitreColonne-2 th {
      color: #666666;
      background-color: #fff; }
  .bg-accent .wa-article .classique .icone-classique-medium .fa,
  .bg-accent .wa-article .classique .icone-classique-large .fa,
  .bg-accent .wa-article .classique .icone-classique-large-side .fa,
  .bg-accent .wa-article .classique .icone-classique-medium-side .fa,
  .wa-article .accent .icone-classique-medium .fa,
  .wa-article .accent .icone-classique-large .fa,
  .wa-article .accent .icone-classique-large-side .fa,
  .wa-article .accent .icone-classique-medium-side .fa {
    color: inherit; }
  .bg-accent .wa-article .classique .icone-classique-medium.icone-color-1 .fa,
  .bg-accent .wa-article .classique .icone-classique-large.icone-color-1 .fa,
  .bg-accent .wa-article .classique .icone-classique-large-side.icone-color-1 .fa,
  .bg-accent .wa-article .classique .icone-classique-medium-side.icone-color-1 .fa,
  .wa-article .accent .icone-classique-medium.icone-color-1 .fa,
  .wa-article .accent .icone-classique-large.icone-color-1 .fa,
  .wa-article .accent .icone-classique-large-side.icone-color-1 .fa,
  .wa-article .accent .icone-classique-medium-side.icone-color-1 .fa {
    color: #da8c1f; }
  .bg-accent .wa-article .classique .icone-classique-medium.icone-color-2 .fa,
  .bg-accent .wa-article .classique .icone-classique-large.icone-color-2 .fa,
  .bg-accent .wa-article .classique .icone-classique-large-side.icone-color-2 .fa,
  .bg-accent .wa-article .classique .icone-classique-medium-side.icone-color-2 .fa,
  .wa-article .accent .icone-classique-medium.icone-color-2 .fa,
  .wa-article .accent .icone-classique-large.icone-color-2 .fa,
  .wa-article .accent .icone-classique-large-side.icone-color-2 .fa,
  .wa-article .accent .icone-classique-medium-side.icone-color-2 .fa {
    color: #3f8e45; }
  .bg-accent .wa-article .classique .icone-stylise-medium .fa,
  .bg-accent .wa-article .classique .icone-stylise-large .fa,
  .bg-accent .wa-article .classique .icone-stylise-large-side .fa,
  .bg-accent .wa-article .classique .icone-stylise-medium-side .fa,
  .wa-article .accent .icone-stylise-medium .fa,
  .wa-article .accent .icone-stylise-large .fa,
  .wa-article .accent .icone-stylise-large-side .fa,
  .wa-article .accent .icone-stylise-medium-side .fa {
    background: #fff;
    color: #666666; }
  .bg-accent .wa-article .classique .icone-stylise-medium.icone-color-1 .fa,
  .bg-accent .wa-article .classique .icone-stylise-large.icone-color-1 .fa,
  .bg-accent .wa-article .classique .icone-stylise-large-side.icone-color-1 .fa,
  .bg-accent .wa-article .classique .icone-stylise-medium-side.icone-color-1 .fa,
  .wa-article .accent .icone-stylise-medium.icone-color-1 .fa,
  .wa-article .accent .icone-stylise-large.icone-color-1 .fa,
  .wa-article .accent .icone-stylise-large-side.icone-color-1 .fa,
  .wa-article .accent .icone-stylise-medium-side.icone-color-1 .fa {
    background: #da8c1f;
    color: #fff; }
  .bg-accent .wa-article .classique .icone-stylise-medium.icone-color-2 .fa,
  .bg-accent .wa-article .classique .icone-stylise-large.icone-color-2 .fa,
  .bg-accent .wa-article .classique .icone-stylise-large-side.icone-color-2 .fa,
  .bg-accent .wa-article .classique .icone-stylise-medium-side.icone-color-2 .fa,
  .wa-article .accent .icone-stylise-medium.icone-color-2 .fa,
  .wa-article .accent .icone-stylise-large.icone-color-2 .fa,
  .wa-article .accent .icone-stylise-large-side.icone-color-2 .fa,
  .wa-article .accent .icone-stylise-medium-side.icone-color-2 .fa {
    background: #3f8e45;
    color: #fff; }
  .bg-accent .wa-article .classique .News-rss a,
  .wa-article .accent .News-rss a {
    background: rgba(0, 0, 0, 0.3);
    color: #fff; }
    .bg-accent .wa-article .classique .News-rss a:hover,
    .wa-article .accent .News-rss a:hover {
      background: #3f8e45;
      color: #fff; }
  .bg-accent .wa-article .classique .News-more:hover, .bg-accent .wa-article .classique .News-addthis a.addthis_button_compact:hover, .News-addthis .bg-accent .wa-article .classique a.addthis_button_compact:hover,
  .wa-article .accent .News-more:hover,
  .wa-article .accent .News-addthis a.addthis_button_compact:hover,
  .News-addthis .wa-article .accent a.addthis_button_compact:hover {
    background: #fff;
    color: rgba(0, 0, 0, 0.6);
    border-color: #fff; }
  .bg-accent .wa-article .classique .News-addthis a.addthis_button_compact,
  .wa-article .accent .News-addthis a.addthis_button_compact {
    border-color: #fff;
    color: #fff; }
    .bg-accent .wa-article .classique .News-addthis a.addthis_button_compact:hover,
    .wa-article .accent .News-addthis a.addthis_button_compact:hover {
      background: #fff;
      border-color: #fff;
      color: rgba(0, 0, 0, 0.6); }
  .bg-accent .wa-article .classique .select_date select,
  .wa-article .accent .select_date select {
    border-color: #fff;
    color: #fff;
    background-image: url(../images/Skin/select-white.svg);
    background-size: 15px 15px; }
    .bg-accent .wa-article .classique .select_date select option,
    .wa-article .accent .select_date select option {
      color: rgba(0, 0, 0, 0.6); }
  .bg-accent .wa-article .classique .nouvellesLiens a,
  .wa-article .accent .nouvellesLiens a {
    color: #fff;
    border: 2px solid #fff; }
    .bg-accent .wa-article .classique .nouvellesLiens a:hover,
    .wa-article .accent .nouvellesLiens a:hover {
      background: #fff;
      color: rgba(0, 0, 0, 0.6);
      border-color: #fff; }
    .bg-accent .wa-article .classique .nouvellesLiens a.desactiver, .bg-accent .wa-article .classique .nouvellesLiens a.desactiver:hover,
    .wa-article .accent .nouvellesLiens a.desactiver,
    .wa-article .accent .nouvellesLiens a.desactiver:hover {
      border-color: rgba(0, 0, 0, 0.6);
      color: rgba(0, 0, 0, 0.6);
      background: rgba(255, 255, 255, 0); }
  .bg-accent .wa-article .classique ul.pagination li a,
  .wa-article .accent ul.pagination li a {
    border: 2px solid #fff;
    color: #fff; }
    .bg-accent .wa-article .classique ul.pagination li a:hover,
    .wa-article .accent ul.pagination li a:hover {
      background: #3f8e45;
      color: #fff;
      border-color: #3f8e45; }
  .bg-accent .wa-article .classique ul.pagination li.current a, .bg-accent .wa-article .classique ul.pagination li.current a:hover,
  .wa-article .accent ul.pagination li.current a,
  .wa-article .accent ul.pagination li.current a:hover {
    background: #fff;
    border-color: #fff;
    color: rgba(0, 0, 0, 0.6); }

/* Classique cadre slylisé */
.ClassiqueBox-cadre-stylise {
  margin-bottom: 2.77778rem; }
  @media screen and (max-width: 47.9375em) {
    .ClassiqueBox-cadre-stylise {
      /*margin-left:rem-calc(-10);
      margin-right:rem-calc(-10);*/ } }
  .ClassiqueBox-cadre-stylise .box-marge {
    padding: 2.22222rem 0.83333rem 1.66667rem;
    margin-bottom: 0; }
    @media print, screen and (min-width: 48em) {
      .ClassiqueBox-cadre-stylise .box-marge {
        padding: 2.22222rem 1.66667rem 1.66667rem; } }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .ClassiqueBox-cadre-stylise .box-marge {
        padding: 2.22222rem 0.83333rem 1.66667rem; } }

/* Sobre cadre stylisé */
.SobreBox-cadre-stylise-ornement .box-contener,
.SobreBox-cadre-stylise .box-contener,
.SplitBox .box-contener {
  padding: 0.55556rem;
  margin-bottom: 2.77778rem; }
  @media screen and (max-width: 47.9375em) {
    .SobreBox-cadre-stylise-ornement .box-contener,
    .SobreBox-cadre-stylise .box-contener,
    .SplitBox .box-contener {
      /*margin-left:rem-calc(-10);
      margin-right:rem-calc(-10);*/ } }
  .SobreBox-cadre-stylise-ornement .box-contener .box-marge,
  .SobreBox-cadre-stylise .box-contener .box-marge,
  .SplitBox .box-contener .box-marge {
    margin-bottom: 0; }

/* -------- Boîte avec un padding ---------*/
.box-padding {
  padding: 2.22222rem 0.83333rem 1.66667rem;
  /*margin-left:rem-calc(-10);
  margin-right:rem-calc(-10);	*/ }
  @media print, screen and (min-width: 48em) {
    .box-padding {
      padding: 2.22222rem 1.66667rem 1.66667rem;
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .box-padding {
      padding: 2.22222rem 0.83333rem 1.66667rem; } }

/* Classique étroite */
.ModuleBox p:last-of-type {
  margin: 0; }

/*Sur-titre sans-titre */
.surtitreBox p {
  margin: 0; }

/* ---------- fond de couleur - encadré - split - Titre  ---------------------------*/
@media print, screen and (min-width: 64em) {
  .SplitBox:nth-of-type(2n) .large-5 {
    order: 2; } }

.SplitBox .box-padding {
  margin: 0; }
.SplitBox .box-marge {
  padding: 0 0.55556rem; }
  @media print, screen and (min-width: 48em) {
    .SplitBox .box-marge {
      padding: 0 0.83333rem; } }

.image-block {
  position: relative;
  display: block; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .image-block {
      width: 100%;
      height: 22.22222rem; } }
  @media print, screen and (min-width: 48em) {
    .image-block {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; } }
  @media print, screen and (min-width: 64em) {
    .image-block {
      min-height: 28.61111rem; } }

.wa-zone .wa-article {
  margin-bottom: 3.33333rem; }

.wa-article .sobre .button-image:before {
  background: #ddd; }
.wa-article .sobre .wa_img_cadre {
  border-color: #ddd; }

/* boite sobre et section sobre */
.wa-article .sobre,
.bg-sobre .wa-article .classique {
  /*.accordion{
  	.accordion-title{		
  		@include background($white);		
  		color:$black;
  		h1,h2,h3,h4,h5,h6{ color:inherit;}					
  		&:hover{
  			@include background($color-1b);	
  			color:$white;						
  			&:before{				
  				color:$white;			
  			}
  		}						
  		&:before{			
  			color:$black;				
  		}								
  	}				
  	.is-active > .accordion-title{
  		color:$white;
  		@include background($color-2);					
  		
  		&:before{
  			color:$white;			
  		}					
  	}				
  	.accordion-content{
  		color:$black;
  	}			
  }*/
  /* --- */ }

/* bandeau photo et boite photo 
-------------------- */
.wa-article .photo-texte,
.slider-defaut .classique {
  color: #fff;
  /* photo txt -- accordion -- */
  /* --- */
  /* tableau*/
  /*  --- */
  /* icons */
  /*  --- */
  /* actualités */
  /* -- */ }
  .wa-article .photo-texte h1, .wa-article .photo-texte h2, .wa-article .photo-texte h3, .wa-article .photo-texte h4, .wa-article .photo-texte h5, .wa-article .photo-texte h6,
  .slider-defaut .classique h1,
  .slider-defaut .classique h2,
  .slider-defaut .classique h3,
  .slider-defaut .classique h4,
  .slider-defaut .classique h5,
  .slider-defaut .classique h6 {
    color: inherit; }
  .wa-article .photo-texte .slogan,
  .slider-defaut .classique .slogan {
    color: inherit; }
  .wa-article .photo-texte [class*="file_"],
  .slider-defaut .classique [class*="file_"] {
    /*&:before {
    	@include background($color-3);
    	color:$color-3;
    }*/ }
  .wa-article .photo-texte .titre-icone,
  .slider-defaut .classique .titre-icone {
    text-shadow: none; }
  .wa-article .photo-texte .subtitle,
  .slider-defaut .classique .subtitle {
    color: #fff; }
    .wa-article .photo-texte .subtitle h1, .wa-article .photo-texte .subtitle h2, .wa-article .photo-texte .subtitle h3, .wa-article .photo-texte .subtitle h4, .wa-article .photo-texte .subtitle h5, .wa-article .photo-texte .subtitle h6,
    .slider-defaut .classique .subtitle h1,
    .slider-defaut .classique .subtitle h2,
    .slider-defaut .classique .subtitle h3,
    .slider-defaut .classique .subtitle h4,
    .slider-defaut .classique .subtitle h5,
    .slider-defaut .classique .subtitle h6 {
      color: inherit; }
  .wa-article .photo-texte hr,
  .slider-defaut .classique hr {
    border-color: rgba(255, 255, 255, 0.4); }
    .wa-article .photo-texte hr.hr-color-large, .wa-article .photo-texte hr.hr-color-small,
    .slider-defaut .classique hr.hr-color-large,
    .slider-defaut .classique hr.hr-color-small {
      border-color: #fff; }
  .wa-article .photo-texte a,
  .slider-defaut .classique a {
    color: #fff; }
    .wa-article .photo-texte a:hover,
    .slider-defaut .classique a:hover {
      color: #ffa424; }
  .wa-article .photo-texte a.phone-link, .wa-article .photo-texte a.no-tel,
  .slider-defaut .classique a.phone-link,
  .slider-defaut .classique a.no-tel {
    color: inherit; }
    .wa-article .photo-texte a.phone-link:hover, .wa-article .photo-texte a.no-tel:hover,
    .slider-defaut .classique a.phone-link:hover,
    .slider-defaut .classique a.no-tel:hover {
      color: inherit; }
  .wa-article .photo-texte a.AncreItem,
  .slider-defaut .classique a.AncreItem {
    border-color: #fff;
    color: inherit; }
    .wa-article .photo-texte a.AncreItem:hover,
    .slider-defaut .classique a.AncreItem:hover {
      color: inherit;
      border-color: #fff; }
  .wa-article .photo-texte .credit-photo, .wa-article .photo-texte .div-credit-photo .credit-photo,
  .slider-defaut .classique .credit-photo,
  .slider-defaut .classique .div-credit-photo .credit-photo {
    color: rgba(255, 255, 255, 0.8); }
  .wa-article .photo-texte p.date-stylise-gauche,
  .wa-article .photo-texte .date-stylise-gauche-medium,
  .slider-defaut .classique p.date-stylise-gauche,
  .slider-defaut .classique .date-stylise-gauche-medium {
    border-color: #fff;
    color: #fff; }
  .wa-article .photo-texte .date-stylise-annee,
  .slider-defaut .classique .date-stylise-annee {
    background: #fff;
    color: #666666; }
  .wa-article .photo-texte a.lien-fleche:hover,
  .slider-defaut .classique a.lien-fleche:hover {
    color: #ffa424; }
  .wa-article .photo-texte .button-primary,
  .wa-article .photo-texte .button.primary,
  .wa-article .photo-texte .button-primary-tiny,
  .wa-article .photo-texte .button.primary.tiny,
  .wa-article .photo-texte .button-primary-small,
  .wa-article .photo-texte .button.primary.small,
  .wa-article .photo-texte .button-primary-large,
  .wa-article .photo-texte .button.primary.large,
  .slider-defaut .classique .button-primary,
  .slider-defaut .classique .button.primary,
  .slider-defaut .classique .button-primary-tiny,
  .slider-defaut .classique .button.primary.tiny,
  .slider-defaut .classique .button-primary-small,
  .slider-defaut .classique .button.primary.small,
  .slider-defaut .classique .button-primary-large,
  .slider-defaut .classique .button.primary.large {
    color: #fff; }
    .wa-article .photo-texte .button-primary:hover,
    .wa-article .photo-texte .button.primary:hover,
    .wa-article .photo-texte .button-primary-tiny:hover,
    .wa-article .photo-texte .button.primary.tiny:hover,
    .wa-article .photo-texte .button-primary-small:hover,
    .wa-article .photo-texte .button.primary.small:hover,
    .wa-article .photo-texte .button-primary-large:hover,
    .wa-article .photo-texte .button.primary.large:hover,
    .slider-defaut .classique .button-primary:hover,
    .slider-defaut .classique .button.primary:hover,
    .slider-defaut .classique .button-primary-tiny:hover,
    .slider-defaut .classique .button.primary.tiny:hover,
    .slider-defaut .classique .button-primary-small:hover,
    .slider-defaut .classique .button.primary.small:hover,
    .slider-defaut .classique .button-primary-large:hover,
    .slider-defaut .classique .button.primary.large:hover {
      color: #fff; }
  .wa-article .photo-texte .button-secondary,
  .wa-article .photo-texte .button.secondary,
  .wa-article .photo-texte .button-secondary-tiny,
  .wa-article .photo-texte .button.secondary.tiny,
  .wa-article .photo-texte .button-secondary-small,
  .wa-article .photo-texte .button.secondary.small,
  .wa-article .photo-texte .button-secondary-large,
  .wa-article .photo-texte .button.secondary.large,
  .slider-defaut .classique .button-secondary,
  .slider-defaut .classique .button.secondary,
  .slider-defaut .classique .button-secondary-tiny,
  .slider-defaut .classique .button.secondary.tiny,
  .slider-defaut .classique .button-secondary-small,
  .slider-defaut .classique .button.secondary.small,
  .slider-defaut .classique .button-secondary-large,
  .slider-defaut .classique .button.secondary.large {
    color: #fff; }
    .wa-article .photo-texte .button-secondary:hover,
    .wa-article .photo-texte .button.secondary:hover,
    .wa-article .photo-texte .button-secondary-tiny:hover,
    .wa-article .photo-texte .button.secondary.tiny:hover,
    .wa-article .photo-texte .button-secondary-small:hover,
    .wa-article .photo-texte .button.secondary.small:hover,
    .wa-article .photo-texte .button-secondary-large:hover,
    .wa-article .photo-texte .button.secondary.large:hover,
    .slider-defaut .classique .button-secondary:hover,
    .slider-defaut .classique .button.secondary:hover,
    .slider-defaut .classique .button-secondary-tiny:hover,
    .slider-defaut .classique .button.secondary.tiny:hover,
    .slider-defaut .classique .button-secondary-small:hover,
    .slider-defaut .classique .button.secondary.small:hover,
    .slider-defaut .classique .button-secondary-large:hover,
    .slider-defaut .classique .button.secondary.large:hover {
      color: #fff; }
  .wa-article .photo-texte blockquote, .wa-article .photo-texte .blockquote,
  .slider-defaut .classique blockquote,
  .slider-defaut .classique .blockquote {
    /*color:$white;*/ }
  .wa-article .photo-texte .cite,
  .slider-defaut .classique .cite {
    color: #da8c1f; }
  .wa-article .photo-texte .accordion .accordion-title,
  .slider-defaut .classique .accordion .accordion-title {
    background: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.8); }
    .wa-article .photo-texte .accordion .accordion-title h1, .wa-article .photo-texte .accordion .accordion-title h2, .wa-article .photo-texte .accordion .accordion-title h3, .wa-article .photo-texte .accordion .accordion-title h4, .wa-article .photo-texte .accordion .accordion-title h5, .wa-article .photo-texte .accordion .accordion-title h6,
    .slider-defaut .classique .accordion .accordion-title h1,
    .slider-defaut .classique .accordion .accordion-title h2,
    .slider-defaut .classique .accordion .accordion-title h3,
    .slider-defaut .classique .accordion .accordion-title h4,
    .slider-defaut .classique .accordion .accordion-title h5,
    .slider-defaut .classique .accordion .accordion-title h6 {
      color: inherit; }
    .wa-article .photo-texte .accordion .accordion-title:hover,
    .slider-defaut .classique .accordion .accordion-title:hover {
      background: rgba(0, 0, 0, 0.4);
      color: #fff; }
      .wa-article .photo-texte .accordion .accordion-title:hover:before,
      .slider-defaut .classique .accordion .accordion-title:hover:before {
        /*color:$color-1b;	*/ }
    .wa-article .photo-texte .accordion .accordion-title:before,
    .slider-defaut .classique .accordion .accordion-title:before {
      /*color:$white;	*/ }
  .wa-article .photo-texte .accordion .is-active > .accordion-title,
  .slider-defaut .classique .accordion .is-active > .accordion-title {
    color: #fff;
    background: rgba(0, 0, 0, 0.4); }
    .wa-article .photo-texte .accordion .is-active > .accordion-title:before,
    .slider-defaut .classique .accordion .is-active > .accordion-title:before {
      /*color:$white;*/ }
  .wa-article .photo-texte .accordion .accordion-content,
  .slider-defaut .classique .accordion .accordion-content {
    color: #fff; }
  .wa-article .photo-texte table,
  .slider-defaut .classique table {
    border-color: rgba(255, 255, 255, 0.5); }
    .wa-article .photo-texte table td, .wa-article .photo-texte table tr, .wa-article .photo-texte table th,
    .slider-defaut .classique table td,
    .slider-defaut .classique table tr,
    .slider-defaut .classique table th {
      border-color: rgba(0, 0, 0, 0.2); }
    .wa-article .photo-texte table.table-raye tr:nth-child(even),
    .slider-defaut .classique table.table-raye tr:nth-child(even) {
      background: rgba(0, 0, 0, 0.4); }
    .wa-article .photo-texte table.table-raye tr:nth-child(odd),
    .slider-defaut .classique table.table-raye tr:nth-child(odd) {
      background: rgba(0, 0, 0, 0.2); }
    .wa-article .photo-texte table caption.TitreColonne,
    .wa-article .photo-texte table tr.TitreColonne td,
    .wa-article .photo-texte table tr.TitreColonne th,
    .slider-defaut .classique table caption.TitreColonne,
    .slider-defaut .classique table tr.TitreColonne td,
    .slider-defaut .classique table tr.TitreColonne th {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .wa-article .photo-texte table caption.TitreColonne-2,
    .wa-article .photo-texte table tr.TitreColonne-2 td,
    .wa-article .photo-texte table tr.TitreColonne-2 th,
    .slider-defaut .classique table caption.TitreColonne-2,
    .slider-defaut .classique table tr.TitreColonne-2 td,
    .slider-defaut .classique table tr.TitreColonne-2 th {
      color: rgba(0, 0, 0, 0.6);
      background-color: rgba(255, 255, 255, 0.8); }
  .wa-article .photo-texte .icone-classique-medium .fa,
  .wa-article .photo-texte .icone-classique-large .fa,
  .wa-article .photo-texte .icone-classique-large-side .fa,
  .wa-article .photo-texte .icone-classique-medium-side .fa,
  .slider-defaut .classique .icone-classique-medium .fa,
  .slider-defaut .classique .icone-classique-large .fa,
  .slider-defaut .classique .icone-classique-large-side .fa,
  .slider-defaut .classique .icone-classique-medium-side .fa {
    color: inherit; }
  .wa-article .photo-texte .icone-classique-medium.icone-color-1 .fa,
  .wa-article .photo-texte .icone-classique-large.icone-color-1 .fa,
  .wa-article .photo-texte .icone-classique-large-side.icone-color-1 .fa,
  .wa-article .photo-texte .icone-classique-medium-side.icone-color-1 .fa,
  .slider-defaut .classique .icone-classique-medium.icone-color-1 .fa,
  .slider-defaut .classique .icone-classique-large.icone-color-1 .fa,
  .slider-defaut .classique .icone-classique-large-side.icone-color-1 .fa,
  .slider-defaut .classique .icone-classique-medium-side.icone-color-1 .fa {
    color: #da8c1f; }
  .wa-article .photo-texte .icone-classique-medium.icone-color-2 .fa,
  .wa-article .photo-texte .icone-classique-large.icone-color-2 .fa,
  .wa-article .photo-texte .icone-classique-large-side.icone-color-2 .fa,
  .wa-article .photo-texte .icone-classique-medium-side.icone-color-2 .fa,
  .slider-defaut .classique .icone-classique-medium.icone-color-2 .fa,
  .slider-defaut .classique .icone-classique-large.icone-color-2 .fa,
  .slider-defaut .classique .icone-classique-large-side.icone-color-2 .fa,
  .slider-defaut .classique .icone-classique-medium-side.icone-color-2 .fa {
    color: #3f8e45; }
  .wa-article .photo-texte .icone-stylise-medium .fa,
  .wa-article .photo-texte .icone-stylise-large .fa,
  .wa-article .photo-texte .icone-stylise-large-side .fa,
  .wa-article .photo-texte .icone-stylise-medium-side .fa,
  .slider-defaut .classique .icone-stylise-medium .fa,
  .slider-defaut .classique .icone-stylise-large .fa,
  .slider-defaut .classique .icone-stylise-large-side .fa,
  .slider-defaut .classique .icone-stylise-medium-side .fa {
    background: #fff;
    color: #666666; }
  .wa-article .photo-texte .icone-stylise-medium.icone-color-1 .fa,
  .wa-article .photo-texte .icone-stylise-large.icone-color-1 .fa,
  .wa-article .photo-texte .icone-stylise-large-side.icone-color-1 .fa,
  .wa-article .photo-texte .icone-stylise-medium-side.icone-color-1 .fa,
  .slider-defaut .classique .icone-stylise-medium.icone-color-1 .fa,
  .slider-defaut .classique .icone-stylise-large.icone-color-1 .fa,
  .slider-defaut .classique .icone-stylise-large-side.icone-color-1 .fa,
  .slider-defaut .classique .icone-stylise-medium-side.icone-color-1 .fa {
    background: #da8c1f;
    color: #fff; }
  .wa-article .photo-texte .icone-stylise-medium.icone-color-2 .fa,
  .wa-article .photo-texte .icone-stylise-large.icone-color-2 .fa,
  .wa-article .photo-texte .icone-stylise-large-side.icone-color-2 .fa,
  .wa-article .photo-texte .icone-stylise-medium-side.icone-color-2 .fa,
  .slider-defaut .classique .icone-stylise-medium.icone-color-2 .fa,
  .slider-defaut .classique .icone-stylise-large.icone-color-2 .fa,
  .slider-defaut .classique .icone-stylise-large-side.icone-color-2 .fa,
  .slider-defaut .classique .icone-stylise-medium-side.icone-color-2 .fa {
    background: #3f8e45;
    color: #fff; }
  .wa-article .photo-texte .News-rss a,
  .slider-defaut .classique .News-rss a {
    background: rgba(0, 0, 0, 0.3);
    color: #fff; }
    .wa-article .photo-texte .News-rss a:hover,
    .slider-defaut .classique .News-rss a:hover {
      background: #3f8e45;
      color: #fff; }
  .wa-article .photo-texte .News-more:hover, .wa-article .photo-texte .News-addthis a.addthis_button_compact:hover, .News-addthis .wa-article .photo-texte a.addthis_button_compact:hover,
  .slider-defaut .classique .News-more:hover,
  .slider-defaut .classique .News-addthis a.addthis_button_compact:hover,
  .News-addthis .slider-defaut .classique a.addthis_button_compact:hover {
    background: #fff;
    color: rgba(0, 0, 0, 0.6);
    border-color: #fff; }
  .wa-article .photo-texte .News-addthis a.addthis_button_compact,
  .slider-defaut .classique .News-addthis a.addthis_button_compact {
    border-color: #fff;
    color: #fff; }
    .wa-article .photo-texte .News-addthis a.addthis_button_compact:hover,
    .slider-defaut .classique .News-addthis a.addthis_button_compact:hover {
      background: #fff;
      border-color: #fff;
      color: rgba(0, 0, 0, 0.6); }
  .wa-article .photo-texte .select_date select,
  .slider-defaut .classique .select_date select {
    border-color: #fff;
    color: #fff;
    background-image: url(../images/Skin/select-white.svg);
    background-size: 15px 15px; }
    .wa-article .photo-texte .select_date select option,
    .slider-defaut .classique .select_date select option {
      color: rgba(0, 0, 0, 0.6); }
  .wa-article .photo-texte .nouvellesLiens a,
  .slider-defaut .classique .nouvellesLiens a {
    color: #fff;
    border: 2px solid #fff; }
    .wa-article .photo-texte .nouvellesLiens a:hover,
    .slider-defaut .classique .nouvellesLiens a:hover {
      background: #fff;
      color: rgba(0, 0, 0, 0.6);
      border-color: #fff; }
    .wa-article .photo-texte .nouvellesLiens a.desactiver, .wa-article .photo-texte .nouvellesLiens a.desactiver:hover,
    .slider-defaut .classique .nouvellesLiens a.desactiver,
    .slider-defaut .classique .nouvellesLiens a.desactiver:hover {
      border-color: rgba(0, 0, 0, 0.6);
      color: rgba(0, 0, 0, 0.6);
      background: rgba(255, 255, 255, 0); }
  .wa-article .photo-texte .dsActualite, .wa-article .photo-texte .news-divider,
  .slider-defaut .classique .dsActualite,
  .slider-defaut .classique .news-divider {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .wa-article .photo-texte ul.pagination li a,
  .slider-defaut .classique ul.pagination li a {
    border: 2px solid #fff;
    color: #fff; }
    .wa-article .photo-texte ul.pagination li a:hover,
    .slider-defaut .classique ul.pagination li a:hover {
      background: #3f8e45;
      color: #fff;
      border-color: #3f8e45; }
  .wa-article .photo-texte ul.pagination li.current a, .wa-article .photo-texte ul.pagination li.current a:hover,
  .slider-defaut .classique ul.pagination li.current a,
  .slider-defaut .classique ul.pagination li.current a:hover {
    background: #fff;
    border-color: #fff;
    color: rgba(0, 0, 0, 0.6); }

/* .row-100 .wa-article:last-of-type .box-marge { */
.row-100 .wa-padding-global:last-of-type .wa-article .box-marge {
  margin-bottom: 0; 
}

/* boite spécial icone animation cercle */
@keyframes border {
  0% {
    box-shadow: 37px -37px 0 8px #da8c1f, -37px -37px 0 8px #da8c1f, -37px 37px 0 8px #da8c1f, 37px 37px 0 8px #da8c1f, 0 0 0 8px #da8c1f; }
  25% {
    box-shadow: 0 -91px 0 8px #da8c1f, -37px -37px 0 8px #da8c1f, -37px 37px 0 8px #da8c1f, 37px 37px 0 8px #da8c1f, 0 0 0 8px #666666; }
  50% {
    box-shadow: 0 -91px 0 8px #da8c1f, -91px 0px 0 8px #da8c1f, -37px 37px 0 8px #da8c1f, 37px 37px 0 8px #da8c1f, 0 0 0 8px #666666; }
  75% {
    box-shadow: 0 -91px 0 8px #da8c1f, -91px 0px 0 8px #da8c1f, 0px 91px 0 8px #da8c1f, 37px 37px 0 8px #da8c1f, 0 0 0 8px #666666; }
  100% {
    box-shadow: 0 -91px 0 8px #da8c1f, -91px 0px 0 8px #da8c1f, 0px 91px 0 8px #da8c1f, 91px 20px 0 8px #da8c1f, 0 0 0 8px #666666; } }
.rond-ombre {
  height: 10px;
  width: calc(100% - 20px);
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 10px;
  top: 10px; }
  .rond-ombre:before {
    content: '';
    position: absolute;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmOGU0NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNmOGU0NSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #3f8e45), color-stop(100%, rgba(63, 142, 69, 0)));
    background-image: -moz-linear-gradient(left, #3f8e45, rgba(63, 142, 69, 0));
    background-image: -webkit-linear-gradient(left, #3f8e45, rgba(63, 142, 69, 0));
    background-image: linear-gradient(to right, #3f8e45, rgba(63, 142, 69, 0));
    width: 43%;
    height: 10px;
    left: 0;
    top: 0;
    display: block; }
  .rond-ombre:after {
    content: '';
    position: absolute;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmOGU0NSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjhlNDUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(63, 142, 69, 0)), color-stop(100%, #3f8e45));
    background-image: -moz-linear-gradient(left, rgba(63, 142, 69, 0), #3f8e45);
    background-image: -webkit-linear-gradient(left, rgba(63, 142, 69, 0), #3f8e45);
    background-image: linear-gradient(to right, rgba(63, 142, 69, 0), #3f8e45);
    width: 43%;
    height: 10px;
    right: 0;
    top: 0;
    display: block; }

.special-box {
  position: relative;
  background: #fff;
  padding: 67px 40px 35px 40px;
  display: block;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 45px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 45px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 45px;
  margin: 0 0 50px 0; }
  .special-box:before {
    content: '';
    border: 10px solid #3f8e45;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    position: absolute;
    display: block;
    z-index: 0; }
  .special-box:hover .special-title .fa:after {
    animation: border .4s ease 1 forwards;
    cursor: none; }
  .special-box .special-title h1, .special-box .special-title h2, .special-box .special-title h3, .special-box .special-title h4, .special-box .special-title h5, .special-box .special-title h6 {
    margin: 0;
    padding: 0 0 15px 0;
    text-transform: uppercase;
    color: #666666;
    font-size: 23px;
    line-height: 1.2;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    position: inherit; }
    .special-box .special-title h1:after, .special-box .special-title h2:after, .special-box .special-title h3:after, .special-box .special-title h4:after, .special-box .special-title h5:after, .special-box .special-title h6:after {
      content: '';
      width: 40px;
      height: 4px;
      position: relative;
      display: block;
      margin: 15px 0 0 0;
      background: #da8c1f; }
  .special-box .special-title h3 {
    font-size: 20px; }
  .special-box .special-title h4 {
    font-size: 19px; }
  .special-box .special-title h5 {
    font-size: 18px; }
  .special-box .special-title h6 {
    font-size: 17px; }
  .special-box .special-title .supertitle {
    color: #da8c1f;
    font-size: 1rem; }
  .special-box .special-title .subtitle {
    color: rgba(102, 102, 102, 0.7);
    font-size: 0.8rem; }
  .special-box .special-title [data-style-align="center"] h1, .special-box .special-title [data-style-align="center"] h2, .special-box .special-title [data-style-align="center"] h3, .special-box .special-title [data-style-align="center"] h4, .special-box .special-title [data-style-align="center"] h5, .special-box .special-title [data-style-align="center"] h6 {
    text-align: center; }
    .special-box .special-title [data-style-align="center"] h1:after, .special-box .special-title [data-style-align="center"] h2:after, .special-box .special-title [data-style-align="center"] h3:after, .special-box .special-title [data-style-align="center"] h4:after, .special-box .special-title [data-style-align="center"] h5:after, .special-box .special-title [data-style-align="center"] h6:after {
      margin-left: auto;
      margin-right: auto; }
  .special-box .special-title [data-style-align="right"] h1, .special-box .special-title [data-style-align="right"] h2, .special-box .special-title [data-style-align="right"] h3, .special-box .special-title [data-style-align="right"] h4, .special-box .special-title [data-style-align="right"] h5, .special-box .special-title [data-style-align="right"] h6 {
    text-align: right; }
    .special-box .special-title [data-style-align="right"] h1:after, .special-box .special-title [data-style-align="right"] h2:after, .special-box .special-title [data-style-align="right"] h3:after, .special-box .special-title [data-style-align="right"] h4:after, .special-box .special-title [data-style-align="right"] h5:after, .special-box .special-title [data-style-align="right"] h6:after {
      margin-left: auto; }
  .special-box .special-title .fa {
    font-size: 40px;
    width: 90px;
    height: 90px;
    color: #666666;
    text-align: center;
    /*border:8px solid $color-3;*/
    padding-top: 24px;
    display: block;
    position: absolute;
    top: -31px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    border-radius: 200px;
    background: #fff;
    -moz-box-shadow: #fff 0 0 0 10px;
    -webkit-box-shadow: #fff 0 0 0 10px;
    box-shadow: #fff 0 0 0 10px; }
    .special-box .special-title .fa:after {
      content: '';
      position: absolute;
      z-index: 0;
      top: 8px;
      left: 8px;
      overflow: hidden;
      width: 74px;
      height: 74px;
      border-radius: 50%;
      box-shadow: 37px -37px 0 8px #da8c1f, -37px -37px 0 8px #da8c1f, -37px 37px 0 8px #da8c1f, 37px 37px 0 8px #da8c1f, 0 0 0 8px #da8c1f; }
  .special-box a.btn-plus {
    color: rgba(255, 255, 255, 0);
    display: block;
    height: 0; }
    .special-box a.btn-plus:hover {
      color: rgba(255, 255, 255, 0); }
    .special-box a.btn-plus:before {
      content: '';
      position: absolute;
      top: -45px;
      left: 0;
      height: calc(100% + 45px);
      width: 100%;
      z-index: 1; }
    .special-box a.btn-plus:after {
      font-family: var(--fa-style-family,FontAwesome);
      content: '\f067';
      color: #fff;
      font-size: 22px;
      text-align: right;
      padding: 9px 5px 0 0;
      height: 40px;
      width: 75px;
      display: block;
      background: url(../images/Skin/texture-vert.svg) no-repeat;
      background-size: 75px 77px;
      background-position: 7px top;
      position: absolute;
      right: 19px;
      bottom: 19px;
      z-index: 0;
      -moz-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .special-box a.btn-plus:hover:after {
      color: rgba(0, 0, 0, 0.4); }

.special-box .contentsb{
position: relative;
}

/* Box picture à gauche icone et cadre simple */
.box-image .box-image-border {
  position: relative;
  padding: 0; }
  .box-image .box-image-border:before {
    content: '';
    position: absolute;
    height: calc(100% - 20px);
    width: 100%;
    display: block;
    right: 0;
    top: 20px;
    border-bottom: 4px solid #bcbcbd;
    border-right: 4px solid #bcbcbd; }
.box-image .box-image-title-border {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  padding-right: 25px; }
  .box-image .box-image-title-border .title-border {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    font-size: 20px; }
    .box-image .box-image-title-border .title-border:after {
      position: absolute;
      content: '';
      width: 3000px;
      height: 4px;
      top: 20px;
      right: -3000px;
      display: block;
      background: #bcbcbd; }
.box-image .box-image-content-border {
  position: relative;
  padding: 17px 40px 25px 0; }
.box-image .box-image-index {
  position: relative;
  z-index: 1; }
.box-image .box-image-picture {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0 0 10px 10px; }
  @media print, screen and (min-width: 48em) {
    .box-image .box-image-picture {
      margin: 0 40px 50px 0; } }
  .box-image .box-image-picture:before {
    content: '';
    background: #fff;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
    position: absolute;
    z-index: 0;
    width: calc(100% - 10px);
    left: 0;
    bottom: 0;
    height: calc(100% - 60px);
    display: block; }
  .box-image .box-image-picture a {
    position: relative;
    z-index: 1; }

/* statistique boite */
.wa-article .statistic-box .wraptitle {
  margin-bottom: 0; }

.statistic-box .statistic-title {
  position: relative;
  width: 200px;
  display: block;
  margin: 0 auto 20px;
  overflow: hidden;
  padding: 30px 20px 0; }
  .statistic-box .statistic-title:before {
    content: '';
    display: block;
    height: 200px;
    width: 200px;
    border-radius: 200px;
    border: 10px solid rgba(102, 102, 102, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0; }
  .statistic-box .statistic-title h1, .statistic-box .statistic-title h2, .statistic-box .statistic-title h3, .statistic-box .statistic-title h4, .statistic-box .statistic-title h5, .statistic-box .statistic-title h6 {
    position: relative;
    z-index: 1;
    color: #da8c1f;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    text-transform: none;
    padding: 0;
    margin: 0;
    font-family: "Titillium Web", sans-serif; }
  .statistic-box .statistic-title .supertitle {
    font-size: 100px;
    position: relative;
    z-index: 1;
    color: #da8c1f;
    line-height: 1;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif;
    margin-bottom: -10px; }
  .statistic-box .statistic-title .subtitle {
    position: relative;
    z-index: 1;
    color: #da8c1f;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-transform: none;
    padding: 0;
    margin: 0;
    font-family: "Titillium Web", sans-serif; }
.statistic-box .statistic-content h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 15px; }
  .statistic-box .statistic-content h3:after {
    content: '';
    background: #da8c1f;
    width: 60px;
    height: 8px;
    display: block;
    margin-top: 15px; }

/*IMPORT*/
/***** Icone ****/
/***** Icone 2 ****/
/***** Sous-puce tab ****/
/************* ul ol disc cercle carré puce par défaut *********************/
.wa-article {
  /* centré ------------------*/ }
  .wa-article ul, .wa-article ol {
    margin-left: 1.11111rem;
    margin-bottom: 0.83333rem;
    padding: 0;
    display: table; }
    table .wa-article ul, table .wa-article ol {
      display: block; }
    .wa-article ul li, .wa-article ol li {
      padding-bottom: 0.55556rem;
      list-style-position: inside;
      line-height: inherit; }
      .wa-article ul li:first-child, .wa-article ol li:first-child {
        margin-top: 0.55556rem; }
      .wa-article ul li:last-child, .wa-article ol li:last-child {
        padding-bottom: 0; }
    .wa-article ul ul, .wa-article ul ol, .wa-article ol ul, .wa-article ol ol {
      margin-bottom: 0;
      padding: 0; }
  .wa-article [data-style-align="center"] ul, .wa-article [data-style-align="center"] ol,
  .wa-article [data-style-align="center list-style-type: circle;"] ul,
  .wa-article [data-style-align="center list-style-type: circle;"] ol,
  .wa-article [data-style-align="center list-style-type: square;"] ul,
  .wa-article [data-style-align="center list-style-type: square;"] ol,
  .wa-article [data-style-align="center list-style-type: disc;"] ul,
  .wa-article [data-style-align="center list-style-type: disc;"] ol {
    display: block;
    margin-left: 0; }
  .wa-article ul ul {
    list-style-type: circle; }
    .wa-article ul ul ul {
      list-style: square; }

/* puce par defaut 2 - 3 - 4 col ---------------------*/
@media screen and (min-width: 48em) {
  .wa-article ul.ul-list-col-2, .wa-article ul.ul-list-col-3, .wa-article ul.ul-list-col-4, .wa-article ol.ul-list-col-2, .wa-article ol.ul-list-col-3, .wa-article ol.ul-list-col-4,
  ul.ul-list-col-2,
  ul.ul-list-col-3,
  ul.ul-list-col-4, ol.ul-list-col-2, ol.ul-list-col-3, ol.ul-list-col-4 {
    margin: 0 -30px 0.83333rem 1.11111rem;
    padding: 0;
    display: block; } }
.wa-article ul.ul-list-col-2:after, .wa-article ul.ul-list-col-3:after, .wa-article ul.ul-list-col-4:after, .wa-article ol.ul-list-col-2:after, .wa-article ol.ul-list-col-3:after, .wa-article ol.ul-list-col-4:after,
ul.ul-list-col-2:after,
ul.ul-list-col-3:after,
ul.ul-list-col-4:after, ol.ul-list-col-2:after, ol.ul-list-col-3:after, ol.ul-list-col-4:after {
  content: "";
  clear: both;
  display: block; }
@media screen and (min-width: 48em) {
  .wa-article ul.ul-list-col-2 li, .wa-article ul.ul-list-col-3 li, .wa-article ul.ul-list-col-4 li, .wa-article ol.ul-list-col-2 li, .wa-article ol.ul-list-col-3 li, .wa-article ol.ul-list-col-4 li,
  ul.ul-list-col-2 li,
  ul.ul-list-col-3 li,
  ul.ul-list-col-4 li, ol.ul-list-col-2 li, ol.ul-list-col-3 li, ol.ul-list-col-4 li {
    float: left;
    width: 50%;
    padding: 0 30px 0 0;
    margin-bottom: 10px; }
    .wa-article ul.ul-list-col-2 li:first-child, .wa-article ul.ul-list-col-3 li:first-child, .wa-article ul.ul-list-col-4 li:first-child, .wa-article ol.ul-list-col-2 li:first-child, .wa-article ol.ul-list-col-3 li:first-child, .wa-article ol.ul-list-col-4 li:first-child,
    ul.ul-list-col-2 li:first-child,
    ul.ul-list-col-3 li:first-child,
    ul.ul-list-col-4 li:first-child, ol.ul-list-col-2 li:first-child, ol.ul-list-col-3 li:first-child, ol.ul-list-col-4 li:first-child {
      margin-top: 0; }
    .wa-article ul.ul-list-col-2 li:nth-child(2n+1), .wa-article ul.ul-list-col-3 li:nth-child(2n+1), .wa-article ul.ul-list-col-4 li:nth-child(2n+1), .wa-article ol.ul-list-col-2 li:nth-child(2n+1), .wa-article ol.ul-list-col-3 li:nth-child(2n+1), .wa-article ol.ul-list-col-4 li:nth-child(2n+1),
    ul.ul-list-col-2 li:nth-child(2n+1),
    ul.ul-list-col-3 li:nth-child(2n+1),
    ul.ul-list-col-4 li:nth-child(2n+1), ol.ul-list-col-2 li:nth-child(2n+1), ol.ul-list-col-3 li:nth-child(2n+1), ol.ul-list-col-4 li:nth-child(2n+1) {
      clear: left; } }
.wa-article ul.ul-list-col-2 li ul, .wa-article ul.ul-list-col-3 li ul, .wa-article ul.ul-list-col-4 li ul, .wa-article ol.ul-list-col-2 li ul, .wa-article ol.ul-list-col-3 li ul, .wa-article ol.ul-list-col-4 li ul,
ul.ul-list-col-2 li ul,
ul.ul-list-col-3 li ul,
ul.ul-list-col-4 li ul, ol.ul-list-col-2 li ul, ol.ul-list-col-3 li ul, ol.ul-list-col-4 li ul {
  margin: 0 0 0 0.83333rem;
  padding: 0; }
  .wa-article ul.ul-list-col-2 li ul li:first-child, .wa-article ul.ul-list-col-3 li ul li:first-child, .wa-article ul.ul-list-col-4 li ul li:first-child, .wa-article ol.ul-list-col-2 li ul li:first-child, .wa-article ol.ul-list-col-3 li ul li:first-child, .wa-article ol.ul-list-col-4 li ul li:first-child,
  ul.ul-list-col-2 li ul li:first-child,
  ul.ul-list-col-3 li ul li:first-child,
  ul.ul-list-col-4 li ul li:first-child, ol.ul-list-col-2 li ul li:first-child, ol.ul-list-col-3 li ul li:first-child, ol.ul-list-col-4 li ul li:first-child {
    margin-top: 0.55556rem; }
  @media screen and (min-width: 48em) {
    .wa-article ul.ul-list-col-2 li ul li, .wa-article ul.ul-list-col-3 li ul li, .wa-article ul.ul-list-col-4 li ul li, .wa-article ol.ul-list-col-2 li ul li, .wa-article ol.ul-list-col-3 li ul li, .wa-article ol.ul-list-col-4 li ul li,
    ul.ul-list-col-2 li ul li,
    ul.ul-list-col-3 li ul li,
    ul.ul-list-col-4 li ul li, ol.ul-list-col-2 li ul li, ol.ul-list-col-3 li ul li, ol.ul-list-col-4 li ul li {
      float: none;
      width: 100%;
      margin-right: 0; } }

@media screen and (min-width: 48em) {
  .wa-article ul.ul-list-col-3 li, .wa-article ol.ul-list-col-3 li, ul.ul-list-col-3 li, ol.ul-list-col-3 li {
    width: 33.333%; }
    .wa-article ul.ul-list-col-3 li:nth-child(2n+1), .wa-article ol.ul-list-col-3 li:nth-child(2n+1), ul.ul-list-col-3 li:nth-child(2n+1), ol.ul-list-col-3 li:nth-child(2n+1) {
      clear: none; }
    .wa-article ul.ul-list-col-3 li:nth-child(3n+1), .wa-article ol.ul-list-col-3 li:nth-child(3n+1), ul.ul-list-col-3 li:nth-child(3n+1), ol.ul-list-col-3 li:nth-child(3n+1) {
      clear: left; } }
@media screen and (min-width: 48em) {
  .wa-article ul.ul-list-col-4 li, .wa-article ol.ul-list-col-4 li, ul.ul-list-col-4 li, ol.ul-list-col-4 li {
    width: 25%; }
    .wa-article ul.ul-list-col-4 li:nth-child(2n+1), .wa-article ol.ul-list-col-4 li:nth-child(2n+1), ul.ul-list-col-4 li:nth-child(2n+1), ol.ul-list-col-4 li:nth-child(2n+1) {
      clear: none; }
    .wa-article ul.ul-list-col-4 li:nth-child(4n+1), .wa-article ol.ul-list-col-4 li:nth-child(4n+1), ul.ul-list-col-4 li:nth-child(4n+1), ol.ul-list-col-4 li:nth-child(4n+1) {
      clear: left; } }

/* puce stylisés ----------------*/
.wa-article ul.list-stylise, ul.list-stylise {
  list-style: none; }
  .wa-article ul.list-stylise li, ul.list-stylise li {
    padding-left: 1.27778rem;
    position: relative; }
    .wa-article ul.list-stylise li:before, ul.list-stylise li:before {
      font-size: 1.11111rem;
      font-family: var(--fa-style-family,"FontAwesome");
      content: "";
      top: 0;
      position: absolute;
      font-weight: 400;
      left: 0;
      color: #da8c1f; }
    .wa-article ul.list-stylise li ul, ul.list-stylise li ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .wa-article ul.list-stylise li ul li:before, ul.list-stylise li ul li:before {
        content: "";
        font-size: 0.72222rem;
        top: 0.27778rem;
        color: inherit; }

.wa-article [data-style-align="center"] ul.list-stylise,
[data-style-align="center"] ul.list-stylise {
  text-align: center;
  display: block;
  margin-left: 0;
  padding-left: 0; }
  .wa-article [data-style-align="center"] ul.list-stylise li,
  [data-style-align="center"] ul.list-stylise li {
    padding-left: 0; }
    .wa-article [data-style-align="center"] ul.list-stylise li:before,
    [data-style-align="center"] ul.list-stylise li:before {
      padding-right: 0.33333rem;
      font-size: 1.11111rem;
      font-family: var(--fa-style-family,"FontAwesome");
      content: "";
      font-weight: 400;
      color: #da8c1f;
      position: relative;
      left: inherit;
      top: inherit; }
    .wa-article [data-style-align="center"] ul.list-stylise li ul li:before,
    [data-style-align="center"] ul.list-stylise li ul li:before {
      font-size: 0.72222rem;
      color: inherit;
      content: ""; }

/* sans puce */
.wa-article ul.list-sans-puce, ul.list-sans-puce {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
  .wa-article ul.list-sans-puce li, ul.list-sans-puce li {
    padding-left: 0; }
    .wa-article ul.list-sans-puce li:before, ul.list-sans-puce li:before {
      display: none; }
    .wa-article ul.list-sans-puce li ul, ul.list-sans-puce li ul {
      margin: 0;
      padding: 0;
      list-style: none; }
.wa-article ul.ul-list-border, ul.ul-list-border {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: block;
  /*groupé avec bordure*/ }
  @media screen and (min-width: 48em) {
    .wa-article ul.ul-list-border, ul.ul-list-border {
      margin-right: -30px; } }
  .wa-article ul.ul-list-border li, ul.ul-list-border li {
    display: block;
    padding-left: 0;
    padding: 10px 0 10px;
    position: relative; }
    @media screen and (min-width: 48em) {
      .wa-article ul.ul-list-border li, ul.ul-list-border li {
        padding: 10px 30px 10px 0; } }
    .wa-article ul.ul-list-border li:after, ul.ul-list-border li:after {
      display: block;
      content: '';
      width: 100%;
      height: 1px;
      background: rgba(0, 0, 0, 0.15);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
      @media screen and (min-width: 48em) {
        .wa-article ul.ul-list-border li:after, ul.ul-list-border li:after {
          width: calc(100% - 30px); } }
    .wa-article ul.ul-list-border li ul, ul.ul-list-border li ul {
      margin: 0;
      padding: 0;
      list-style: none; }
  .wa-article ul.ul-list-border.list-stylise li, ul.ul-list-border.list-stylise li {
    padding-left: 1.27778rem; }
    .wa-article ul.ul-list-border.list-stylise li:before, ul.ul-list-border.list-stylise li:before {
      top: 15px; }
  .wa-article ul.ul-list-border.ul-list-sur-une-ligne.list-stylise li, ul.ul-list-border.ul-list-sur-une-ligne.list-stylise li {
    padding: 10px 0 10px 1.27778rem; }
    .wa-article ul.ul-list-border.ul-list-sur-une-ligne.list-stylise li:after, ul.ul-list-border.ul-list-sur-une-ligne.list-stylise li:after {
      width: 100%; }
    .wa-article ul.ul-list-border.ul-list-sur-une-ligne.list-stylise li:before, ul.ul-list-border.ul-list-sur-une-ligne.list-stylise li:before {
      top: 15px; }
.wa-article ul.list-cadre-simple-center, ul.list-cadre-simple-center {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: block; }
  @media screen and (min-width: 48em) {
    .wa-article ul.list-cadre-simple-center, ul.list-cadre-simple-center {
      display: flex;
      align-items: stretch;
      flex-wrap: wrap;
      margin-right: -15px; } }
  .wa-article ul.list-cadre-simple-center li, ul.list-cadre-simple-center li {
    display: block;
    padding-left: 0;
    text-align: center;
    padding: 20px 15px 30px;
    position: relative; }
    @media screen and (min-width: 48em) {
      .wa-article ul.list-cadre-simple-center li, ul.list-cadre-simple-center li {
        padding: 20px 30px 30px 15px; } }
    .wa-article ul.list-cadre-simple-center li .fa, ul.list-cadre-simple-center li .fa {
      color: #3f8e45;
      font-size: 2.8rem;
      margin-bottom: 10px;
      display: block;
      text-align: center; }
    .wa-article ul.list-cadre-simple-center li:before, ul.list-cadre-simple-center li:before {
      display: block;
      content: '';
      width: 100%;
      height: calc(100% - 15px);
      border: 1px solid rgba(0, 0, 0, 0.15);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
      @media screen and (min-width: 48em) {
        .wa-article ul.list-cadre-simple-center li:before, ul.list-cadre-simple-center li:before {
          width: calc(100% - 15px); } }
    .wa-article ul.list-cadre-simple-center li ul, ul.list-cadre-simple-center li ul {
      margin: 0;
      padding: 0;
      list-style: none; }

.wa-article [data-style-align="center"] ul.ul-list-border.list-stylise li:before {
  top: inherit;
  left: inherit;
  position: relative; }
.wa-article [data-style-align="center"] ul.ul-list-border.ul-list-sur-une-ligne.list-stylise li {
  padding-left: 0; }

.wa-article [data-style-align="center"] ul.list-sans-puce,
[data-style-align="center"] ul.list-sans-puce {
  text-align: center;
  display: block; }

/* ------------ */
.wa-article ul.list-col,
ul.list-col {
  display: table;
  list-style: none;
  margin: 0 0 0.83333rem 1.11111rem;
  padding: 0; }
  table .wa-article ul.list-col, table
  ul.list-col {
    display: block; }
  .wa-article ul.list-col li,
  ul.list-col li {
    padding: 0 0 0.55556rem 1.27778rem;
    margin: 0;
    display: table;
    position: relative; }
    table .wa-article ul.list-col li, table
    ul.list-col li {
      display: block; }
    .wa-article ul.list-col li:before,
    ul.list-col li:before {
      font-size: 1.11111rem;
      font-family: var(--fa-style-family,"FontAwesome");
      content: "";
      top: 0;
      position: absolute;
      font-weight: 400;
      left: 0;
      color: #da8c1f; }
    .wa-article ul.list-col li ul,
    ul.list-col li ul {
      margin: 0;
      padding: 0; }
      .wa-article ul.list-col li ul li,
      ul.list-col li ul li {
        display: block;
        width: 100%;
        padding-left: 1.11111rem; }
        .wa-article ul.list-col li ul li:before,
        ul.list-col li ul li:before {
          content: "";
          font-size: 0.72222rem;
          top: 0.27778rem;
          color: inherit; }
        .wa-article ul.list-col li ul li:first-child,
        ul.list-col li ul li:first-child {
          margin-top: 0.55556rem; }

/* ---------- puce centrer avec puce ------------ */
.wa-article ul.list-col-center,
.wa-article [data-style-align="center"] ul.list-col,
ul.list-col-center,
[data-style-align="center"] ul.list-col {
  text-align: center;
  display: block;
  list-style: none;
  margin: 0 0 0.83333rem 0;
  padding: 0; }
  .wa-article ul.list-col-center li,
  .wa-article [data-style-align="center"] ul.list-col li,
  ul.list-col-center li,
  [data-style-align="center"] ul.list-col li {
    padding: 0 0 0.55556rem;
    display: block;
    margin: 0; }
    .wa-article ul.list-col-center li:before,
    .wa-article [data-style-align="center"] ul.list-col li:before,
    ul.list-col-center li:before,
    [data-style-align="center"] ul.list-col li:before {
      padding-right: 0.33333rem;
      font-size: 1.11111rem;
      font-family: var(--fa-style-family,"FontAwesome");
      content: "";
      font-weight: 400;
      color: #da8c1f;
      position: relative;
      left: inherit;
      top: inherit; }
    .wa-article ul.list-col-center li ul,
    .wa-article [data-style-align="center"] ul.list-col li ul,
    ul.list-col-center li ul,
    [data-style-align="center"] ul.list-col li ul {
      margin: 0;
      padding: 0; }
      .wa-article ul.list-col-center li ul li,
      .wa-article [data-style-align="center"] ul.list-col li ul li,
      ul.list-col-center li ul li,
      [data-style-align="center"] ul.list-col li ul li {
        display: block;
        width: 100%;
        padding-left: 0; }
        .wa-article ul.list-col-center li ul li:before,
        .wa-article [data-style-align="center"] ul.list-col li ul li:before,
        ul.list-col-center li ul li:before,
        [data-style-align="center"] ul.list-col li ul li:before {
          font-size: 0.72222rem;
          padding-right: 0.33333rem;
          color: inherit;
          content: ""; }

.wa-article ul.list-sur-une-ligne-avec-icon-center,
.wa-article [data-style-align="center"] ul.list-sur-une-ligne-avec-icon,
ul.list-sur-une-ligne-avec-icon-center,
[data-style-align="center"] ul.list-sur-une-ligne-avec-icon {
  text-align: center;
  display: block;
  list-style: none;
  margin: 0 0 0.83333rem 0;
  padding: 0; }
  .wa-article ul.list-sur-une-ligne-avec-icon-center li,
  .wa-article [data-style-align="center"] ul.list-sur-une-ligne-avec-icon li,
  ul.list-sur-une-ligne-avec-icon-center li,
  [data-style-align="center"] ul.list-sur-une-ligne-avec-icon li {
    padding: 0 0 0.55556rem;
    display: block;
    margin: 0; }
    @media screen and (min-width: 48em) {
      .wa-article ul.list-sur-une-ligne-avec-icon-center li,
      .wa-article [data-style-align="center"] ul.list-sur-une-ligne-avec-icon li,
      ul.list-sur-une-ligne-avec-icon-center li,
      [data-style-align="center"] ul.list-sur-une-ligne-avec-icon li {
        display: inline-block;
        margin: 0 2.22222rem 0.55556rem 0;
        vertical-align: top; } }
    .wa-article ul.list-sur-une-ligne-avec-icon-center li:before,
    .wa-article [data-style-align="center"] ul.list-sur-une-ligne-avec-icon li:before,
    ul.list-sur-une-ligne-avec-icon-center li:before,
    [data-style-align="center"] ul.list-sur-une-ligne-avec-icon li:before {
      padding-right: 0.33333rem;
      font-size: 1.11111rem;
      font-family: var(--fa-style-family,"FontAwesome");
      content: "";
      font-weight: 400;
      color: #da8c1f;
      position: relative;
      left: inherit;
      top: inherit; }
    .wa-article ul.list-sur-une-ligne-avec-icon-center li ul,
    .wa-article [data-style-align="center"] ul.list-sur-une-ligne-avec-icon li ul,
    ul.list-sur-une-ligne-avec-icon-center li ul,
    [data-style-align="center"] ul.list-sur-une-ligne-avec-icon li ul {
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 48em) {
        .wa-article ul.list-sur-une-ligne-avec-icon-center li ul,
        .wa-article [data-style-align="center"] ul.list-sur-une-ligne-avec-icon li ul,
        ul.list-sur-une-ligne-avec-icon-center li ul,
        [data-style-align="center"] ul.list-sur-une-ligne-avec-icon li ul {
          display: inline-block;
          margin-left: 2.22222rem; } }
      .wa-article ul.list-sur-une-ligne-avec-icon-center li ul li,
      .wa-article [data-style-align="center"] ul.list-sur-une-ligne-avec-icon li ul li,
      ul.list-sur-une-ligne-avec-icon-center li ul li,
      [data-style-align="center"] ul.list-sur-une-ligne-avec-icon li ul li {
        display: block;
        width: 100%;
        padding-left: 0; }
        @media screen and (min-width: 48em) {
          .wa-article ul.list-sur-une-ligne-avec-icon-center li ul li,
          .wa-article [data-style-align="center"] ul.list-sur-une-ligne-avec-icon li ul li,
          ul.list-sur-une-ligne-avec-icon-center li ul li,
          [data-style-align="center"] ul.list-sur-une-ligne-avec-icon li ul li {
            display: inline; } }
        .wa-article ul.list-sur-une-ligne-avec-icon-center li ul li:before,
        .wa-article [data-style-align="center"] ul.list-sur-une-ligne-avec-icon li ul li:before,
        ul.list-sur-une-ligne-avec-icon-center li ul li:before,
        [data-style-align="center"] ul.list-sur-une-ligne-avec-icon li ul li:before {
          font-size: 0.72222rem;
          padding-right: 0.33333rem;
          color: inherit; }

/* -----------  Fin  ----------- */
/* ------------- */
/* stylisée */
.wa-article ul.list-col-2,
.wa-article ul.list-col-3,
.wa-article ul.list-col-4,
ul.list-col-2,
ul.list-col-3,
ul.list-col-4 {
  display: block;
  list-style: none;
  margin: 0 -2.22222rem 0.83333rem 1.11111rem;
  padding: 0; }
  .wa-article ul.list-col-2:before, .wa-article ul.list-col-2:after,
  .wa-article ul.list-col-3:before,
  .wa-article ul.list-col-3:after,
  .wa-article ul.list-col-4:before,
  .wa-article ul.list-col-4:after,
  ul.list-col-2:before,
  ul.list-col-2:after,
  ul.list-col-3:before,
  ul.list-col-3:after,
  ul.list-col-4:before,
  ul.list-col-4:after {
    content: '';
    display: block;
    clear: both; }
  .wa-article ul.list-col-2 li,
  .wa-article ul.list-col-3 li,
  .wa-article ul.list-col-4 li,
  ul.list-col-2 li,
  ul.list-col-3 li,
  ul.list-col-4 li {
    padding: 0 2.22222rem 0.55556rem 1.27778rem;
    margin: 0;
    display: block;
    position: relative;
    text-align: left; }
    .wa-article ul.list-col-2 li:before,
    .wa-article ul.list-col-3 li:before,
    .wa-article ul.list-col-4 li:before,
    ul.list-col-2 li:before,
    ul.list-col-3 li:before,
    ul.list-col-4 li:before {
      font-size: 1.11111rem;
      font-family: var(--fa-style-family,"FontAwesome");
      content: "";
      top: 0;
      position: absolute;
      font-weight: 400;
      left: 0;
      color: #da8c1f; }
    .wa-article ul.list-col-2 li ul,
    .wa-article ul.list-col-3 li ul,
    .wa-article ul.list-col-4 li ul,
    ul.list-col-2 li ul,
    ul.list-col-3 li ul,
    ul.list-col-4 li ul {
      margin: 0;
      padding: 0; }
      .wa-article ul.list-col-2 li ul li,
      .wa-article ul.list-col-3 li ul li,
      .wa-article ul.list-col-4 li ul li,
      ul.list-col-2 li ul li,
      ul.list-col-3 li ul li,
      ul.list-col-4 li ul li {
        display: block;
        width: 100%;
        padding-left: 1.27778rem; }
        .wa-article ul.list-col-2 li ul li:before,
        .wa-article ul.list-col-3 li ul li:before,
        .wa-article ul.list-col-4 li ul li:before,
        ul.list-col-2 li ul li:before,
        ul.list-col-3 li ul li:before,
        ul.list-col-4 li ul li:before {
          font-size: 0.72222rem;
          top: 0.27778rem;
          color: inherit; }
        .wa-article ul.list-col-2 li ul li:first-child,
        .wa-article ul.list-col-3 li ul li:first-child,
        .wa-article ul.list-col-4 li ul li:first-child,
        ul.list-col-2 li ul li:first-child,
        ul.list-col-3 li ul li:first-child,
        ul.list-col-4 li ul li:first-child {
          margin-top: 0.55556rem; }

/************************ Liste sans puce *************************/
.wa-article ul.list-image-col-2,
.wa-article ul.list-image-col-3,
.wa-article ul.list-image-col-4,
ul.list-image-col-2,
ul.list-image-col-3,
ul.list-image-col-4 {
  display: block;
  list-style: none;
  margin: 0 -1.66667rem 0.83333rem -0.27778rem;
  padding: 0; }
  .wa-article ul.list-image-col-2:before, .wa-article ul.list-image-col-2:after,
  .wa-article ul.list-image-col-3:before,
  .wa-article ul.list-image-col-3:after,
  .wa-article ul.list-image-col-4:before,
  .wa-article ul.list-image-col-4:after,
  ul.list-image-col-2:before,
  ul.list-image-col-2:after,
  ul.list-image-col-3:before,
  ul.list-image-col-3:after,
  ul.list-image-col-4:before,
  ul.list-image-col-4:after {
    content: '';
    display: block;
    clear: both; }
  .wa-article ul.list-image-col-2 li,
  .wa-article ul.list-image-col-3 li,
  .wa-article ul.list-image-col-4 li,
  ul.list-image-col-2 li,
  ul.list-image-col-3 li,
  ul.list-image-col-4 li {
    text-align: left;
    padding: 0 1.66667rem 0.55556rem 0.27778rem;
    margin: 0; }
    .wa-article ul.list-image-col-2 li:before,
    .wa-article ul.list-image-col-3 li:before,
    .wa-article ul.list-image-col-4 li:before,
    ul.list-image-col-2 li:before,
    ul.list-image-col-3 li:before,
    ul.list-image-col-4 li:before {
      display: none; }
    .wa-article ul.list-image-col-2 li ul,
    .wa-article ul.list-image-col-3 li ul,
    .wa-article ul.list-image-col-4 li ul,
    ul.list-image-col-2 li ul,
    ul.list-image-col-3 li ul,
    ul.list-image-col-4 li ul {
      margin: 0;
      padding: 0; }
      .wa-article ul.list-image-col-2 li ul li,
      .wa-article ul.list-image-col-3 li ul li,
      .wa-article ul.list-image-col-4 li ul li,
      ul.list-image-col-2 li ul li,
      ul.list-image-col-3 li ul li,
      ul.list-image-col-4 li ul li {
        display: block;
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0 0 0.55556rem 1.27778rem; }
        .wa-article ul.list-image-col-2 li ul li:first-child,
        .wa-article ul.list-image-col-3 li ul li:first-child,
        .wa-article ul.list-image-col-4 li ul li:first-child,
        ul.list-image-col-2 li ul li:first-child,
        ul.list-image-col-3 li ul li:first-child,
        ul.list-image-col-4 li ul li:first-child {
          margin-top: 0.55556rem; }
        .wa-article ul.list-image-col-2 li ul li:before,
        .wa-article ul.list-image-col-3 li ul li:before,
        .wa-article ul.list-image-col-4 li ul li:before,
        ul.list-image-col-2 li ul li:before,
        ul.list-image-col-3 li ul li:before,
        ul.list-image-col-4 li ul li:before {
          font-size: 1.11111rem;
          font-family: var(--fa-style-family,"FontAwesome");
          content: "";
          top: 0;
          position: absolute;
          left: 0;
          display: block;
          color: #da8c1f; }
        .wa-article ul.list-image-col-2 li ul li ul li,
        .wa-article ul.list-image-col-3 li ul li ul li,
        .wa-article ul.list-image-col-4 li ul li ul li,
        ul.list-image-col-2 li ul li ul li,
        ul.list-image-col-3 li ul li ul li,
        ul.list-image-col-4 li ul li ul li {
          display: block;
          width: 100%;
          padding-left: 1.27778rem; }
          .wa-article ul.list-image-col-2 li ul li ul li:before,
          .wa-article ul.list-image-col-3 li ul li ul li:before,
          .wa-article ul.list-image-col-4 li ul li ul li:before,
          ul.list-image-col-2 li ul li ul li:before,
          ul.list-image-col-3 li ul li ul li:before,
          ul.list-image-col-4 li ul li ul li:before {
            font-size: 0.72222rem;
            top: 0.27778rem;
            color: inherit; }

.wa-article ul.list-sur-une-ligne-sans-icon,
ul.list-sur-une-ligne-sans-icon {
  margin: 0;
  padding: 0; }
  .wa-article ul.list-sur-une-ligne-sans-icon li,
  ul.list-sur-une-ligne-sans-icon li {
    display: block;
    margin: 0 0 0.83333rem 0;
    padding: 0;
    list-style: none;
    vertical-align: top; }
    .wa-article ul.list-sur-une-ligne-sans-icon li:before,
    ul.list-sur-une-ligne-sans-icon li:before {
      display: none; }

.wa-article ul.list-sur-une-ligne-avec-icon,
ul.list-sur-une-ligne-avec-icon {
  margin: 0 0 0 1.11111rem;
  padding: 0; }
  .wa-article ul.list-sur-une-ligne-avec-icon li,
  ul.list-sur-une-ligne-avec-icon li {
    display: block;
    margin: 0 0 0.55556rem;
    padding: 0 0 0 1.27778rem;
    list-style: none;
    vertical-align: top;
    position: relative; }
    .wa-article ul.list-sur-une-ligne-avec-icon li:before,
    ul.list-sur-une-ligne-avec-icon li:before {
      position: absolute;
      font-size: 1.11111rem;
      font-family: var(--fa-style-family,"FontAwesome");
      content: "";
      top: 0;
      left: 0;
      color: #da8c1f; }

/* defaut groupé */
@media screen and (min-width: 48em) {
  .wa-article ul.ul-list-sur-une-ligne,
  ul.ul-list-sur-une-ligne {
    margin: 0 0 0.83333rem; }
    .wa-article ul.ul-list-sur-une-ligne li,
    ul.ul-list-sur-une-ligne li {
      display: inline-block;
      margin: 0 1.66667rem 0.55556rem 0;
      position: relative;
      padding: 0 0 0 0.83333rem;
      vertical-align: top; }
      .wa-article ul.ul-list-sur-une-ligne li:before,
      ul.ul-list-sur-une-ligne li:before {
        content: '\f111';
        position: absolute;
        font-family: var(--fa-style-family,FontAwesome);
        font-size: 9px;
        left: 0;
        top: 6px; } }

/* defaut + stylisé groupé */
@media screen and (min-width: 48em) {
  .wa-article ul.ul-list-sur-une-ligne.list-stylise li,
  ul.ul-list-sur-une-ligne.list-stylise li {
    margin: 0 0.83333rem 0.55556rem 0;
    padding: 0 0 0 1.27778rem; }
    .wa-article ul.ul-list-sur-une-ligne.list-stylise li:before,
    ul.ul-list-sur-une-ligne.list-stylise li:before {
      content: "";
      font-size: 1.11111rem;
      top: 0; } }

@media screen and (min-width: 48em) {
  .wa-article ol.ul-list-sur-une-ligne,
  ol.ul-list-sur-une-ligne {
    /*&:after{ content:''; display:block; clear:both;}*/
    margin: 0;
    counter-reset: ol-list-numero; }
    .wa-article ol.ul-list-sur-une-ligne li,
    ol.ul-list-sur-une-ligne li {
      display: inline-block;
      margin: 0 1.66667rem 0.55556rem 0; }
      .wa-article ol.ul-list-sur-une-ligne li:before,
      ol.ul-list-sur-une-ligne li:before {
        content: counter(ol-list-numero) ". ";
        counter-increment: ol-list-numero;
        padding-right: 5px;
        display: inline-block; } }

@media screen and (min-width: 48em) {
  .wa-article ul.list-sur-une-ligne-sans-icon,
  .wa-article ul.list-sur-une-ligne-avec-icon,
  ul.list-sur-une-ligne-sans-icon,
  ul.list-sur-une-ligne-avec-icon {
    margin: 0; }
    .wa-article ul.list-sur-une-ligne-sans-icon li,
    .wa-article ul.list-sur-une-ligne-avec-icon li,
    ul.list-sur-une-ligne-sans-icon li,
    ul.list-sur-une-ligne-avec-icon li {
      display: inline-block;
      margin: 0 2.22222rem 0.55556rem 0; } }
@media screen and (min-width: 48em) {
  .wa-article ul.list-image-col-3,
  .wa-article ul.list-col-3,
  .wa-article ul.list-image-col-4,
  .wa-article ul.list-col-4,
  ul.list-image-col-3,
  ul.list-col-3,
  ul.list-image-col-4,
  ul.list-col-4 {
    margin: 0; }
    .wa-article ul.list-image-col-3 li,
    .wa-article ul.list-col-3 li,
    .wa-article ul.list-image-col-4 li,
    .wa-article ul.list-col-4 li,
    ul.list-image-col-3 li,
    ul.list-col-3 li,
    ul.list-image-col-4 li,
    ul.list-col-4 li {
      float: left;
      width: 50%; }
      .wa-article ul.list-image-col-3 li:nth-child(2n+1),
      .wa-article ul.list-col-3 li:nth-child(2n+1),
      .wa-article ul.list-image-col-4 li:nth-child(2n+1),
      .wa-article ul.list-col-4 li:nth-child(2n+1),
      ul.list-image-col-3 li:nth-child(2n+1),
      ul.list-col-3 li:nth-child(2n+1),
      ul.list-image-col-4 li:nth-child(2n+1),
      ul.list-col-4 li:nth-child(2n+1) {
        clear: left; } }
@media screen and (min-width: 47.5em) {
  .wa-article ul.list-image-col-3 li,
  .wa-article ul.list-col-3 li,
  .wa-article ul.list-image-col-4 li,
  .wa-article ul.list-col-4 li,
  ul.list-image-col-3 li,
  ul.list-col-3 li,
  ul.list-image-col-4 li,
  ul.list-col-4 li {
    float: left;
    width: 33.3333%; }
    .wa-article ul.list-image-col-3 li:nth-child(2n+1),
    .wa-article ul.list-col-3 li:nth-child(2n+1),
    .wa-article ul.list-image-col-4 li:nth-child(2n+1),
    .wa-article ul.list-col-4 li:nth-child(2n+1),
    ul.list-image-col-3 li:nth-child(2n+1),
    ul.list-col-3 li:nth-child(2n+1),
    ul.list-image-col-4 li:nth-child(2n+1),
    ul.list-col-4 li:nth-child(2n+1) {
      clear: none; }
    .wa-article ul.list-image-col-3 li:nth-child(3n+1),
    .wa-article ul.list-col-3 li:nth-child(3n+1),
    .wa-article ul.list-image-col-4 li:nth-child(3n+1),
    .wa-article ul.list-col-4 li:nth-child(3n+1),
    ul.list-image-col-3 li:nth-child(3n+1),
    ul.list-col-3 li:nth-child(3n+1),
    ul.list-image-col-4 li:nth-child(3n+1),
    ul.list-col-4 li:nth-child(3n+1) {
      clear: left; } }
@media screen and (min-width: 64em) {
  .wa-article ul.list-image-col-4 li,
  .wa-article ul.list-col-4 li,
  ul.list-image-col-4 li,
  ul.list-col-4 li {
    float: left;
    width: 25%; }
    .wa-article ul.list-image-col-4 li:nth-child(3n+1),
    .wa-article ul.list-col-4 li:nth-child(3n+1),
    ul.list-image-col-4 li:nth-child(3n+1),
    ul.list-col-4 li:nth-child(3n+1) {
      clear: none; }
    .wa-article ul.list-image-col-4 li:nth-child(4n+1),
    .wa-article ul.list-col-4 li:nth-child(4n+1),
    ul.list-image-col-4 li:nth-child(4n+1),
    ul.list-col-4 li:nth-child(4n+1) {
      clear: left; } }
@media screen and (min-width: 48em) {
  .wa-article ul.list-col-2,
  .wa-article ul.list-image-col-2,
  ul.list-col-2,
  ul.list-image-col-2 {
    margin-left: 0; }
    .wa-article ul.list-col-2 li,
    .wa-article ul.list-image-col-2 li,
    ul.list-col-2 li,
    ul.list-image-col-2 li {
      float: left;
      width: 50%; }
      .wa-article ul.list-col-2 li:nth-child(odd),
      .wa-article ul.list-image-col-2 li:nth-child(odd),
      ul.list-col-2 li:nth-child(odd),
      ul.list-image-col-2 li:nth-child(odd) {
        clear: both; } }
/*@include breakpoint(medium only) {
	.medium-7,
	.medium-6,
	.medium-5,
	.medium-4,
	.medium-3 {
		ul.list-image-col-2,
		ul.list-col-2,
		ul.list-image-col-3,
		ul.list-col-3,
		ul.list-image-col-4,
		ul.list-col-4{
			li{
				float:left;
				width:100%;				
				&:nth-child(1n+1) {
					clear:left;
				}
			}
		}
	}	
}*/
/*@import "menu";*/
/* bandeau avec une image en bg 
+ article dedans - pages sections 
----------------------------------- */
.slider-bg-color {
  background: #000; }

.slider-defaut {
  background: #666666;
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  background-size: cover;
  background-position: center center;
  padding-bottom: 20%;
  min-height: 400px; }
  @media print, screen and (min-width: 48em) {
    .slider-defaut {
      min-height: 325px; } }
  .webartchitecte .slider-defaut {
    padding-bottom: 0; }
  .slider-defaut:after {
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%; }

.content-absolute {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: 0;
  width: 100%;
  display: block; }
  .webartchitecte .content-absolute {
    position: relative;
    padding: 80px 0;
    top: inherit;
    bottom: inherit;
    z-index: 2;
    transform: inherit; }
  .content-absolute .classique {
    text-shadow: rgba(0, 0, 0, 0.5) 0 0 20px; }
    .content-absolute .classique .supertitle {
      color: #fff; }
  .content-absolute .box-marge {
    margin-bottom: 0; }

/* slider bandeau avec une couleur
-------------------------------------*/
.slider-defaut-color {
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  display: block;
  color: #fff; }
  .slider-defaut-color .content-padding {
    padding: 4.44444rem 0; }
    @media print, screen and (min-width: 64em) {
      .slider-defaut-color .content-padding {
        padding: 4.44444rem 0 5.55556rem; } }
  .slider-defaut-color .row {
    position: relative;
    z-index: 1; }

/* ======== bouton suivant précédent =========== */
/*color*/
/*color hover*/
/* background*/
/* background hover*/
/* border-radius*/
/* font-family*/
/* icone précédent */
/* icone suivant */
/* =========  bandeau accueil =========================== */
/* =========  Mode Caroussel =========================== */
/* =========  Mode Catalogue =========================== */
/* -------- pagination variables----------- */
/* padding*/
/* margin*/
/* -- Page en cours --- */
/* color */
/* background */
/* border*/
/* -- Autres Pages  --- */
/* color */
/* background */
/* border*/
/* font-size */
/* width*/
/* height*/
/* padding*/
/* font-weight */
/* line-height*/
/* font-family*/
/* border radius (0 ou 100px)*/
/* -- Autres Pages hover  --- */
/* color */
/* background */
/* border*/
/* ----page désactivé --*/
/* opacity*/
/* background*/
/* color*/
/*---- position image du catalogue ---- */
/* ================ variable catalogue image ================*/
/* margin entre les images */
/* legende hover */
/* background*/
/* padding*/
/* color */
/*font-family */
/* font-size */
/* line-height*/
/* text-align */
/* ======== bandeau accueil =========== */
.bandeau-accueil {
  z-index: 0;
  height: 270px;
  overflow: hidden;
  margin: 0; 
  --slick-arrow-icon-display: none;
}
  @media screen and (min-width: 40em) {
    .bandeau-accueil {
      height: calc(100vh - 290px);
      min-height: 24.44444rem; } }
  .bandeau-accueil .slick-slide {
    height: 270px;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    margin: 0; }
    @media screen and (min-width: 40em) {
      .bandeau-accueil .slick-slide {
        height: calc(100vh - 290px);
        min-height: 24.44444rem; } }
  .bandeau-accueil:hover .figcaption-author {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .bandeau-accueil .slider-accueil-content {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 900px;
    padding: 0 50px;
    max-width: 100%;
    text-align: center;
    color: #fff; }
    @media print, screen and (min-width: 48em) {
      .bandeau-accueil .slider-accueil-content {
        padding: 0 40px; } }
    .bandeau-accueil .slider-accueil-content .slider-accueil-title {
      font-family: "Titillium Web", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 1.38889rem;
      line-height: 1.2;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
      @media print, screen and (min-width: 48em) {
        .bandeau-accueil .slider-accueil-content .slider-accueil-title {
          font-size: 2.44444rem; } }
    .bandeau-accueil .slider-accueil-content .figcaption-legende {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 1rem;
      line-height: 1.2;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
      @media print, screen and (min-width: 48em) {
        .bandeau-accueil .slider-accueil-content .figcaption-legende {
          font-size: 1.11111rem; } }
  .bandeau-accueil .figcaption-author {
    display: block;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2em;
    position: absolute;
    text-align: right;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    @media print, screen and (min-width: 48em) {
      .bandeau-accueil .figcaption-author {
        font-size: 13px; } }
    .bandeau-accueil .figcaption-author .figcaption-legende {
      font-size: 20px;
      font-family: "Titillium Web", sans-serif;
      font-weight: 700;
      line-height: 1.2; }

/* ======== bouton suivant précédent =========== */
.slick-prev, .slick-next {
  position: absolute;
  width: 2rem;
  height: 2rem;
  display: block;
  text-align: center;
  border: none;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  border-radius: 100px;
  text-decoration: none;
  line-height: 0; }
  @media print, screen and (min-width: 48em) {
    .slick-prev, .slick-next {
      font-size: 2.77778rem;
      width: 2.77778rem;
      height: 2.77778rem; } }
  .slick-prev:before, .slick-next:before {
    font-family: var(--fa-style-family,FontAwesome);
    font-weight: 400;
    font-size: 0.83333rem;
    line-height: 1;
    color: #fff;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    width: 100%;
    text-align: center;
    padding: 0; }
    @media print, screen and (min-width: 48em) {
      .slick-prev:before, .slick-next:before {
        font-size: 1.11111rem;
        padding: 0; } }
  .slick-prev:hover, .slick-next:hover {
    background-color: rgba(0, 0, 0, 0.7) !important; }
    .slick-prev:hover:before, .slick-next:hover:before {
      color: #3f8e45 !important; }

.slick-prev {
  left: 1.11111rem; }
  @media print, screen and (min-width: 48em) {
    .slick-prev {
      left: 2.22222rem; } }
  .slick-prev:before {
    content: ""; }

.slick-next {
  right: 1.11111rem; }
  @media print, screen and (min-width: 48em) {
    .slick-next {
      right: 2.22222rem; } }
  .slick-next:before {
    content: ""; }

/*.bandeau-accueil{ 		
	@include breakpoint(small only){
		.slick-prev{			
			left:inherit;
			top:inherit;
			right:34px;
			bottom:-15px;				
		} 
		
		.slick-next{				
			top:inherit;
			right:0;
			bottom:-15px;
		}
	}
}*/
/* =========  Mode Caroussel =========================== */
.caroussel {
  z-index: 0;
  height: 13.88889rem;
  overflow: hidden; }
  @media print, screen and (min-width: 48em) {
    .caroussel {
      height: 22.22222rem; } }
  @media print, screen and (min-width: 64em) {
    .caroussel {
      height: 19.44444rem; } }
  @media print, screen and (min-width: 64em) {
    .large-12 .caroussel {
      height: calc(100vh - 300px);
      min-height: 33.33333rem; } }
  .caroussel .slick-slide {
    height: 13.88889rem;
    z-index: 0; }
    @media print, screen and (min-width: 48em) {
      .caroussel .slick-slide {
        height: 22.22222rem; } }
    @media print, screen and (min-width: 64em) {
      .caroussel .slick-slide {
        height: 19.44444rem; } }
    @media print, screen and (min-width: 48em) {
      .large-12 .caroussel .slick-slide {
        height: calc(100vh - 300px);
        min-height: 33.33333rem; } }
  .caroussel:hover .figcaption-container {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

.figcaption-container {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  .figcaption-container figcaption {
    background: rgba(0, 0, 0, 0.8);
    padding: 0.27778rem 0.55556rem;
    display: inline-block;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media print, screen and (min-width: 48em) {
      .figcaption-container figcaption {
        padding: 0.55556rem 1.11111rem; } }
    .figcaption-container figcaption .title-figcaption {
      display: inline-block;
      font-family: "Titillium Web", sans-serif;
      color: #fff;
      font-size: 0.77778rem;
      line-height: 1.2em;
      font-weight: 700;
      text-transform: uppercase;
      padding: 0 0 0.27778rem 0; }
    .figcaption-container figcaption .figcaption-barre {
      display: inline-block;
      padding: 0 0.55556rem;
      color: rgba(255, 255, 255, 0.2); }
    .figcaption-container figcaption .figcaption-description {
      display: inline-block;
      font-family: "Roboto", sans-serif;
      color: #fff;
      font-size: 0.72222rem;
      line-height: 1.2em;
      color: rgba(255, 255, 255, 0.8); }

/* =========  Mode Catalogue =========================== */
.wa-article ul.pagination,
ul.pagination {
  padding: 2.77778rem 0 0 0;
  display: inline-block; }
  .wa-article ul.pagination li,
  ul.pagination li {
    padding: 0;
    vertical-align: top;
    margin: 0 0.27778rem 0.27778rem 0;
    float: left; }
    .wa-article ul.pagination li:first-child,
    ul.pagination li:first-child {
      margin-top: 0; }
    .wa-article ul.pagination li.unavailable a, .wa-article ul.pagination li.unavailable a:hover,
    ul.pagination li.unavailable a,
    ul.pagination li.unavailable a:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3;
      background: rgba(255, 255, 255, 0);
      color: #000;
      border-radius: 0;
      border: 1px solid rgba(0, 0, 0, 0.5); }
    .wa-article ul.pagination li.current.unavailable,
    ul.pagination li.current.unavailable {
      background: rgba(255, 255, 255, 0);
      padding: 0;
      border-radius: 0;
      margin: 0 0.27778rem 0.27778rem 0; }
      .wa-article ul.pagination li.current.unavailable a,
      ul.pagination li.current.unavailable a {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        background: #3f8e45;
        color: #fff;
        border-color: rgba(255, 255, 255, 0);
        border-radius: 0;
        display: inline-block;
        margin: 0; }
        .wa-article ul.pagination li.current.unavailable a:hover,
        ul.pagination li.current.unavailable a:hover {
          background: #3f8e45;
          color: #fff;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          border-color: rgba(255, 255, 255, 0);
          border-radius: 0; }
    .wa-article ul.pagination li a,
    ul.pagination li a {
      text-decoration: none;
      font-weight: 700;
      border: 1px solid rgba(0, 0, 0, 0.5);
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      width: 2.22222rem;
      height: 2.22222rem;
      color: #000;
      font-size: 0.72222rem;
      line-height: 1;
      display: inline-block;
      padding: 0.66667rem 0.33333rem 0.33333rem;
      font-family: "Roboto", sans-serif;
      background: rgba(255, 255, 255, 0);
      border-radius: 0;
      margin: 0; }
      .wa-article ul.pagination li a:hover,
      ul.pagination li a:hover {
        background: #666666;
        color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.5); }

/* position image du catalogue */
/* ================ variable catalogue image ================*/
.masonry-css {
  column-count: 1;
  column-gap: 1rem;
  /*@include breakpoint(800px) {
    column-count: 4;
  }

  @include breakpoint(1100px) {
    column-count: 4;
  }*/ }
  @media screen and (min-width: 40em) {
    .masonry-css {
      column-count: 2; } }
  @media screen and (min-width: 64em) {
    .masonry-css {
      column-count: 3; } }

.masonry-css-item {
  break-inside: avoid;
  margin-bottom: 1rem; }

.card-image {
  overflow: hidden;
  position: relative; }
  .card-image .card-content {
    position: absolute;
    bottom: -4.44444rem;
    left: 0;
    width: 100%;
    display: block;
    padding: 0.55556rem;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 0.72222rem;
    line-height: 1.2em;
    text-align: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .card-image:hover .card-content {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    bottom: 0; }

/* mode miniature popup */
.caroussel-with-nav {
  display: none; }

.caroussel-nav {
  height: 5.55556rem;
  overflow: hidden; }
  .caroussel-nav .slick-prev {
    left: 0.83333rem; }
  .caroussel-nav .slick-next {
    right: 0.83333rem; }
  .caroussel-nav .slick-slider {
    height: 5.55556rem;
    margin-bottom: 0 !important; }
  .caroussel-nav .slick-slide {
    height: 5.55556rem;
    margin-right: 0.55556rem; }
    .caroussel-nav .slick-slide img {
      height: 5.55556rem; }
  .caroussel-nav .slick-track {
    height: 5.55556rem; }

/*IMPORT*/
/* bouton rss*/
.News-rss {
  text-align: right;
  position: relative; }
  .News-rss a {
    position: absolute;
    right: 0;
    bottom: -1.66667rem;
    text-decoration: none;
    display: inline-block;
    font-size: 0.88889rem;
    font-weight: 600;
    min-height: 2rem;
    padding: 0.33333rem 0.83333rem 0;
    font-family: "Roboto", sans-serif;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    color: #fff;
    z-index: 2;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .News-slider-bg .News-rss a {
      right: 4.44444rem;
      bottom: 0; }
    .News-rss a:hover {
      background: #3f8e45;
      color: #fff; }

/* ligne séparatrice */
.news-divider {
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.66667rem 0 0;
  margin: 1.66667rem 0 0;
  clear: both; }

/* --*/
/* Nouvelle liste */
.dsActualite {
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 1.66667rem; }

.ActualiteImage {
  padding: 0 0 0.83333rem 0; }
  @media print, screen and (min-width: 48em) {
    .ActualiteImage {
      padding: 0; } }

.ActualiteBreve {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  line-height: 1.4; }

/* pagination 1 - 2 -3 */
.pagination li {
  padding: 0;
  margin: 0; }
  .pagination li.current {
    background: rgba(255, 255, 255, 0);
    padding: 0;
    margin: 0; }
    .pagination li.current a, .pagination li.current a:hover {
      background-color: #ddd;
      color: #a4a4a4; }
  .pagination li a {
    text-decoration: none;
    background-color: #666666;
    font-family: "Titillium Web", sans-serif;
    text-align: center;
    color: #fff;
    font-weight: 500;
    width: 2rem;
    height: 2rem;
    margin: 0 0.33333rem 0.33333rem 0;
    border-radius: 5px;
    padding-top: 0.27778rem;
    font-size: 1.05556rem; }
    .pagination li a:hover {
      text-decoration: none;
      color: #000;
      background: #3f8e45; }

/* bouton lire plus */
.News-more, .News-addthis a.addthis_button_compact {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 2px solid #3f8e45;
  background: #3f8e45;
  display: block;
  padding: 0.55556rem 0.83333rem;
  max-width: calc(50% - 10px);
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  border-radius: 100px;
  margin: 0 0.55556rem 0.27778rem 0;
  min-height: 36px;
  text-align: center;
  float: left; }
  @media print, screen and (min-width: 48em) {
    .News-more, .News-addthis a.addthis_button_compact {
      display: inline-block;
      margin: 0 0.27778rem 0.27778rem 0;
      width: inherit;
      float: none;
      max-width: 100%; } }
  .News-more:hover, .News-addthis a.addthis_button_compact:hover {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-color: rgba(0, 0, 0, 0.6); }

/* bouton de partage */
.News-addthis a.addthis_button_compact {
  background: rgba(255, 255, 255, 0);
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 0.27778rem 0;
  display: inline-block;
  position: relative;
  padding-left: 35px;
  text-align: left; }
  .News-addthis a.addthis_button_compact .at-icon-wrapper {
    position: absolute;
    left: 15px;
    top: 0.6rem; }
    .PNewsTitle .News-addthis a.addthis_button_compact .at-icon-wrapper {
      left: 0; }
  .News-addthis a.addthis_button_compact:hover {
    background: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
    color: #fff; }
    .PNewsTitle .News-addthis a.addthis_button_compact:hover {
      background: rgba(255, 255, 255, 0);
      color: inherit; }

/* Détail de la nouvelle */
.News-detail-image {
  display: block;
  background-size: cover;
  width: 100%;
  height: 13.88889rem;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0.83333rem; }

.PNewsTitle .News-addthis {
  display: none;
  background-image: url(../images/Skin/ornement/titre-icon.svg); }
.PNewsTitle h1 {
  font-family: "Roboto", sans-serif;
  font-size: 1.38889rem;
  font-weight: 600;
  color: #666666;
  text-transform: none;
  margin: 0;
  position: relative;
  line-height: 1.3em; }
  @media print, screen and (min-width: 48em) {
    .PNewsTitle h1 {
      font-size: 1.94444rem; } }
  .PNewsTitle h1:after {
    width: 1.66667rem;
    height: 0.22222rem;
    background: #3f8e45;
    display: table;
    margin-top: 0.27778rem;
    margin-bottom: 1.38889rem;
    text-align: inherit;
    content: ''; }
    table .PNewsTitle h1:after {
      display: block; }

.navigation-detail,
.PNewsTitle,
.Narticle {
  text-align: left; }

.News-detail .ActualiteImage {
  margin: 0 0 0.83333rem 0; }
  @media print, screen and (min-width: 48em) {
    .News-detail .ActualiteImage {
      float: left;
      max-width: 40%;
      margin: 0 2.22222rem 2.22222rem 0; } }
  @media print, screen and (min-width: 64em) {
    .News-detail .ActualiteImage {
      max-width: 19.44444rem;
      margin: 0 2.22222rem 2.22222rem 0; } }

/*Actualités listes + résumé*/
h3.titre-actualite,
h1.N-h1 {
  font-size: 1.1rem;
  text-transform: none;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  margin: 0 0 0.05556rem;
  padding: 0; }
  h3.titre-actualite:after,
  h1.N-h1:after {
    margin-bottom: 0.55556rem; }
  .News-slider-breve h3.titre-actualite, .News-slider-breve
  h1.N-h1 {
    font-size: 1.38889rem; }

h1.N-h1 {
  font-size: 1.66667rem;
  line-height: 1.2em; }
  @media print, screen and (min-width: 48em) {
    h1.N-h1 {
      font-size: 2rem;
      line-height: 1.2em; } }
  h1.N-h1:after {
    width: 8.33333rem;
    margin: 1.11111rem 0 1.66667rem; }

.lien-color {
  background: #3f8e45;
  position: absolute;
  right: 0;
  bottom: -0.05556rem;
  padding: 0.66667rem 0.83333rem;
  display: inline-block;
  color: #000;
  font-size: 0.66667rem;
  white-space: nowrap;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  width: 2.33333rem;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden; }

.link-list-actualites {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0; }
  .link-list-actualites .zone-image {
    display: block;
    margin: 0 0 1.11111rem; }
    @media print, screen and (min-width: 48em) {
      .link-list-actualites .zone-image {
        margin: 0;
        /*max-width:40%;*/
        /*padding:rem-calc(0 20 0 0);*/
        /*float:left;*/ } }
    @media print, screen and (min-width: 64em) {
      .link-list-actualites .zone-image {
        max-width: 19.44444rem; } }
    @media screen and (min-width: 75em) {
      .link-list-actualites .zone-image {
        padding: 0 1.66667rem 0 0; } }
  @media screen and (max-width: 47.9375em) {
    .link-list-actualites .ActualiteTitre, .link-list-actualites .ArchivesTitre {
      padding-right: 3.33333rem;
      display: block; } }
  .link-list-actualites .content-actualite,
  .link-list-actualites .content-archives {
    position: relative;
    display: block;
    padding-bottom: 2.77778rem; }
  .link-list-actualites:hover {
    color: inherit;
    text-decoration: none; }

.News-contener {
  text-align: left;
  font-size: 0.88889rem;
  line-height: 1.4em;
  position: relative; }

.time {
  font-size: 0.72222rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: -0.27778rem 0 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  display: inline-block;
  line-height: 1.4em;
  padding: 0 0 0.55556rem 0; }

/* Acun résultat */
.actualitesresult .notice {
  clear: both;
  padding: 0.55556rem 0.27778rem;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 600; }

/* archives */
.no-padding-c.columns {
  padding-left: 0;
  padding-right: 0; }

/* navigation liens*/
.select_date {
  margin-bottom: 0.83333rem; }
  @media print, screen and (min-width: 48em) {
    .select_date {
      margin-bottom: 0; } }
  .select_date select {
    border: 2px solid rgba(0, 0, 0, 0.6);
    padding: 0 1.38889rem 0 0.55556rem;
    font-size: 0.88889rem;
    line-height: 1.2em;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    height: 2.22222rem;
    font-family: "Roboto", sans-serif;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0);
    display: inline-block;
    margin: 0;
    background-image: url(../images/Skin/select-black.svg);
    background-size: 15px 15px; }

.resulat_page {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-align: left;
  padding-bottom: 0.55556rem;
  line-height: 1.2em; }
  @media print, screen and (min-width: 48em) {
    .resulat_page {
      padding-bottom: 0; } }
  .resulat_page .resultat-nbr {
    font-size: 0.88889rem;
    display: block;
    font-weight: 400;
    line-height: 1.4em; }
    @media print, screen and (min-width: 48em) {
      .resulat_page .resultat-nbr {
        font-size: 1rem; } }

.nouvellesLiens {
  text-align: right; }
  .nouvellesLiens .navigation {
    display: inline-block; }
  .nouvellesLiens a {
    text-decoration: none;
    background: rgba(255, 255, 255, 0);
    color: rgba(0, 0, 0, 0.6);
    border: 2px solid rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    min-height: 2rem;
    margin: 0 0.33333rem 0.33333rem 0;
    padding: 0.55556rem 0 0 0;
    min-width: 1.88889rem;
    line-height: 1;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 0.72222rem;
    display: inline-block;
    float: left;
    text-align: center;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .nouvellesLiens a:last-of-type {
      margin-right: 0; }
    @media print, screen and (min-width: 48em) {
      .nouvellesLiens a {
        min-height: 2.22222rem;
        padding: 0.55556rem;
        min-width: 2rem;
        font-size: 0.88889rem; } }
    .nouvellesLiens a:hover {
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      border-color: rgba(0, 0, 0, 0.6); }
    .nouvellesLiens a.desactiver, .nouvellesLiens a.desactiver:hover {
      border-color: rgba(0, 0, 0, 0.2);
      color: rgba(0, 0, 0, 0.2);
      background: rgba(255, 255, 255, 0); }

/* pagination */
.pagination-position {
  text-align: center; }
  @media print, screen and (min-width: 48em) {
    .pagination-position {
      text-align: left; } }

ul.pagination {
  display: inline-block;
  margin: 0;
  padding: 0; }
  ul.pagination li {
    background: rgba(255, 255, 255, 0); }
    ul.pagination li a {
      border-radius: 5px;
      background: rgba(255, 255, 255, 0);
      border: 2px solid rgba(0, 0, 0, 0.6);
      color: rgba(0, 0, 0, 0.6);
      height: 2.22222rem;
      width: 2.22222rem;
      padding-top: 0.44444rem;
      line-height: 1em;
      font-family: "Roboto", sans-serif;
      font-weight: 600;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      ul.pagination li a:hover {
        background: #3f8e45;
        color: #fff;
        border: 2px solid #3f8e45; }
    ul.pagination li.current a, ul.pagination li.current a:hover {
      background: rgba(0, 0, 0, 0.6);
      border: 2px solid rgba(0, 0, 0, 0.6);
      color: #fff; }

/* News slider accueil */
.News-slider-bg {
  padding: 3.88889rem 0 2.22222rem; }
  @media print, screen and (min-width: 48em) {
    .News-slider-bg {
      padding: 3.88889rem 0 2.77778rem; } }

.News-slider-accueil {
  padding: 0;
  margin: 0; }
  @media print, screen and (min-width: 48em) {
    .News-slider-accueil {
      padding-bottom: 0;
      margin: 0; } }
  .News-slider-accueil .slick-prev, .News-slider-accueil .slick-next {
    top: -1rem; }
    @media print, screen and (min-width: 48em) {
      .News-slider-accueil .slick-prev, .News-slider-accueil .slick-next {
        font-size: 2rem;
        width: 2rem;
        height: 2rem; }
        .News-slider-accueil .slick-prev:before, .News-slider-accueil .slick-next:before {
          font-size: 0.83333rem; } }
  .News-slider-accueil .slick-prev {
    left: inherit;
    right: 2.22222rem; }
  .News-slider-accueil .slick-next {
    right: 0; }
  .News-slider-accueil ul.slick-dots {
    bottom: inherit !important;
    margin: 0; }
    @media print, screen and (min-width: 48em) {
      .News-slider-accueil ul.slick-dots {
        padding: 0;
        top: -1.94444rem;
        width: calc(100% - 210px);
        left: -0.55556rem;
        text-align: left; } }
    .News-slider-accueil ul.slick-dots li button:before {
      font-size: 1.66667rem; }
    .News-slider-accueil ul.slick-dots li button:hover:before {
      color: rgba(0, 0, 0, 0.6); }
    .News-slider-accueil ul.slick-dots li.slick-active button:before {
      color: #3f8e45;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }

.slider-ActualiteImage {
  display: block;
  width: 100%;
  text-align: center;
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .slider-ActualiteImage {
      padding-bottom: 1.66667rem; } }

.News-slider-breve {
  padding: 0.83333rem 0 0;
  font-size: 0.8rem;
  line-height: 1.4; }
  @media print, screen and (min-width: 48em) {
    .News-slider-breve {
      padding: 0; } }

.News-slider-contener {
  position: relative;
  padding-top: 0.22222rem; }
  @media print, screen and (min-width: 48em) {
    .News-slider-contener {
      padding-top: 1.66667rem; } }

/* =============== FOOTER ==========================  */
/* couleur titre*/
/* couleur text*/
/*background*/
footer.footer-2 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  display: block;
  position: relative;
  font-family: "Roboto", sans-serif;
  /* Titre accent footer */
  /* footer - logo */
  /* footer - coordonnes */
  /* coordonnee liste division automatique */
  /* liens facebook social */
  /* hover bande de couleur */
  /* -------- Footer Addthis Partage -------- */
  /* --------- copyright ------ */ }
  footer.footer-2 .row {
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease; }
    @media screen and (max-width: 47.9375em) {
      footer.footer-2 .row {
        max-width: 22.22222rem; } }
  footer.footer-2 .footer-section-1 {
    background: #3f8e45;
    padding: 1.66667rem 0.83333rem 0;
    color: #fff;
    display: block; }
  footer.footer-2 .footer-section-2 {
    color: #666666;
    padding: 0 0.83333rem; }
  footer.footer-2 .footer-section-2-top {
    padding: 60px 0 0;
    color: #666666; }
    @media print, screen and (min-width: 48em) {
      footer.footer-2 .footer-section-2-top {
        padding: 60px 0 30px; } }
  footer.footer-2 .footer-section-2-bottom {
    padding: 0 0 60px; }
  footer.footer-2 .footer-title {
    color: rgba(102, 102, 102, 0.7);
    font-weight: 700;
    font-size: 14px;
    font-family: "Titillium Web", sans-serif;
    line-height: 1.2;
    padding: 0 0 5px 0;
    margin: 0;
    text-transform: uppercase;
    display: block;
    position: relative;
    text-align: left;
    /*&:after{				
    	width:rem-calc(30);
    	height:rem-calc(4);
    	@include background($white);
    	display:block;				
    	content:'';
    	margin:rem-calc(6 0 20);	
    	display:table;				
    }*/ }
  footer.footer-2 .footer-section-1 .footer-title {
    color: #666666; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    footer.footer-2 .medium-border-right {
      border-right: 1px solid rgba(255, 255, 255, 0.1);
      margin-right: 0.83333rem;
      padding-right: 1.66667rem; } }
  @media print, screen and (min-width: 64em) {
    footer.footer-2 .pos-center-border {
      text-align: center;
      border-left: 1px solid rgba(255, 255, 255, 0.1);
      border-right: 1px solid rgba(255, 255, 255, 0.1); } }
  @media print, screen and (min-width: 64em) {
    footer.footer-2 .footer-marge.footer-padd {
      display: inline-block;
      padding: 0 1.66667rem;
      text-align: center; } }
  @media print, screen and (min-width: 64em) {
    footer.footer-2 .footer-marge.footer-padd-right {
      display: inline-block;
      padding: 0 0 0 1.66667rem; } }
  footer.footer-2 .footer-logo {
    display: block;
    width: 250px;
    height: auto; }
    @media print, screen and (min-width: 48em) {
      footer.footer-2 .footer-logo {
        margin-top: -17px;
        width: 100px; } }
    @media print, screen and (min-width: 64em) {
      footer.footer-2 .footer-logo {
        display: inline-block;
        float: left; } }
  footer.footer-2 .logo-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif;
    color: #666666;
    padding: 15px 0; }
    @media print, screen and (min-width: 48em) {
      footer.footer-2 .logo-title {
        padding: 15px 20px 0 0;
        font-size: 16px; } }
    @media print, screen and (min-width: 64em) {
      footer.footer-2 .logo-title {
        font-size: 20px;
        display: table;
        padding: 0 20px 0 20px; } }
    @media screen and (min-width: 75em) {
      footer.footer-2 .logo-title {
        padding: 0 65px 0 20px; } }
  footer.footer-2 .footer-adresse {
    padding: 0 0 0 40px;
    position: relative;
    color: rgba(102, 102, 102, 0.7);
    font-size: 16px;
    text-align: left;
    font-family: "Titillium Web", sans-serif;
    font-weight: 400; }
    @media print, screen and (min-width: 48em) {
      footer.footer-2 .footer-adresse {
        padding: 45px 0 0 0;
        display: inline-block; } }
    @media print, screen and (min-width: 64em) {
      footer.footer-2 .footer-adresse {
        padding: 0 0 0 40px; } }
    footer.footer-2 .footer-adresse .fa {
      position: absolute;
      color: #da8c1f;
      left: 0;
      top: 0;
      font-size: 42px;
      line-height: 1; }
  footer.footer-2 .footer-content-partage-padding {
    padding: 15px 0; }
    @media print, screen and (min-width: 48em) {
      footer.footer-2 .footer-content-partage-padding {
        padding: 0 0 0 20px;
        text-align: center; } }
    @media screen and (min-width: 75em) {
      footer.footer-2 .footer-content-partage-padding {
        padding: 0 0 0 40px; } }
  @media print, screen and (min-width: 48em) {
    footer.footer-2 .footer-content-partage {
      display: inline-block;
      text-align: left; } }
  footer.footer-2 .border-left-right-padding {
    padding: 15px 0; }
    @media print, screen and (min-width: 48em) {
      footer.footer-2 .border-left-right-padding {
        padding: 0; } }
    @media print, screen and (min-width: 64em) {
      footer.footer-2 .border-left-right-padding {
        padding: 0 20px; } }
    @media screen and (min-width: 75em) {
      footer.footer-2 .border-left-right-padding {
        padding: 0 40px; } }
  footer.footer-2 .border-left-right {
    text-align: center; }
    @media screen and (max-width: 47.9375em) {
      footer.footer-2 .border-left-right {
        border-top: 2px solid #ddd;
        border-bottom: 2px solid #ddd; } }
    @media print, screen and (min-width: 48em) {
      footer.footer-2 .border-left-right {
        border-left: 2px solid #ddd;
        border-right: 2px solid #ddd; } }
  footer.footer-2 .footer-coord {
    display: block;
    text-align: left; }
    @media screen and (min-width: 75em) {
      footer.footer-2 .footer-coord {
        width: 70%;
        float: left;
        padding: 0 0 0 1.66667rem;
        display: inline-block;
        text-align: left; } }
  footer.footer-2 .footer-phone-space {
    display: block;
    padding-bottom: 0.55556rem; }
    @media print, screen and (min-width: 48em) {
      footer.footer-2 .footer-phone-space {
        display: inline-block;
        padding-bottom: 0;
        padding-right: 0.83333rem; } }
  footer.footer-2 ul.footer-list-border {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer.footer-2 ul.footer-list-border li {
      padding: 0 0 0.55556rem;
      margin: 0;
      clear: both; }
      footer.footer-2 ul.footer-list-border li.split-2 {
        display: inline-block;
        padding-right: 0.83333rem;
        float: left;
        max-width: 11.11111rem; }
      footer.footer-2 ul.footer-list-border li .fa {
        color: #da8c1f;
        padding-right: 0.27778rem; }
    footer.footer-2 ul.footer-list-border a {
      color: inherit;
      text-decoration: underline; }
      footer.footer-2 ul.footer-list-border a:hover {
        color: #3f8e45; }
      footer.footer-2 ul.footer-list-border a.phone-link, footer.footer-2 ul.footer-list-border a.phone-link:hover {
        text-decoration: none;
        color: inherit; }
  footer.footer-2 .footer-social:after {
    content: '';
    clear: both;
    display: block; }
  footer.footer-2 .footer-social a {
    font-size: 1.38889rem;
    text-decoration: none;
    color: inherit;
    display: inline-block;
    min-width: 2rem;
    float: left;
    margin: 0 0.33333rem 0.33333rem 0;
    padding: 0 0.44444rem;
    text-align: center;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    footer.footer-2 .footer-social a:hover {
      color: #3f8e45; }
  footer.footer-2 .footer-section-1 .footer-social a:hover {
    color: #666666; }
  footer.footer-2 .position-addthis {
    text-align: left; }
    @media print, screen and (min-width: 48em) {
      footer.footer-2 .position-addthis {
        text-align: left;
        float: right; } }
    @media print, screen and (min-width: 64em) {
      footer.footer-2 .position-addthis {
        text-align: right; } }
  footer.footer-2 .footer-content-partage {
    display: inline-block; }
    footer.footer-2 .footer-content-partage .footer-title-partage {
      font-weight: 500;
      color: inherit;
      text-transform: none;
      display: block;
      padding: 0 0 0.55556rem 0; }
      @media print, screen and (min-width: 64em) {
        footer.footer-2 .footer-content-partage .footer-title-partage {
          display: inline-block;
          padding: 0.38889rem 0.55556rem 0 0;
          float: left; } }
    footer.footer-2 .footer-content-partage .footer-partage {
      display: inline-block; }
  footer.footer-2 .footer-phone {
    font-weight: 400;
    font-size: 1.38889rem;
    line-height: 1.2em;
    display: block; }
  footer.footer-2 .copy {
    font-size: 16px; }
  footer.footer-2 .copyrights {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    text-align: left; }
    @media screen and (max-width: 47.9375em) {
      footer.footer-2 .copyrights {
        border-top: 2px solid #ddd;
        padding-top: 15px; } }
    @media print, screen and (min-width: 48em) {
      footer.footer-2 .copyrights {
        display: inline-block; } }
  footer.footer-2 .footer-copy-barre {
    color: rgba(0, 0, 0, 0.2);
    padding: 0 10px;
    display: inline-block; }
  footer.footer-2 .kaleidos-lien {
    display: block;
    text-align: left; }
    @media print, screen and (min-width: 48em) {
      footer.footer-2 .kaleidos-lien {
        display: inline-block; } }
    footer.footer-2 .kaleidos-lien a {
      font-style: italic;
      text-decoration: none;
      font-weight: 400;
      font-size: 0.72222rem;
      color: rgba(0, 0, 0, 0.5);
      line-height: 1.2;
      text-align: left; }
      @media print, screen and (min-width: 64em) {
        footer.footer-2 .kaleidos-lien a {
          display: inline-block; } }
      footer.footer-2 .kaleidos-lien a:hover {
        color: rgba(0, 0, 0, 0.5); }
        footer.footer-2 .kaleidos-lien a:hover .kal-color {
          color: #3f8e45; }
  footer.footer-2 .footer-marge {
    margin-bottom: 1.66667rem;
    display: block; }
  footer.footer-2 .footer-section-1 .footer-marge {
    margin-bottom: 1.11111rem; }

/* menu principal - 1er niveau */
/* backgound */
/* couleur */
/* bouton background*/
/* border color */
/* border gauche*/
/* couleur puce fleche bas navigation */
/* 2e niveau */
/* background */
/* background */
/* couleur */
/* couleur hover */
/* border top */
/* font-family */
/* font-weight */
/* couleur puce fleche bas navigation */
/* liens zones lien gauche */
/* couleur liens */
/* couleur liens hover */
/* font-weight*/
/* font-family*/
/*menu-secondaire zone droite*/
/* background*/
/* couleur */
/* couleur hover */
/* ================ mobile small only =================*/
/* menu mobile */
/* color */
/* couleur hover */
/* background */
/* border bottom */
/* font-family*/
/* font-weight*/
/*menu-hamburger*/
/*  color */
/* color hover */
/*mobile - close*/
/* font-family close */
/*background*/
/*couleur*/
/*couleur-hover*/
/* 2e niveau */
/* background */
/* couleur */
/* couleur hover */
/* font-weight */
/* font-family*/
/* border bottom */
/* titre de section parent */
/* font-weight*/
/* font-family*/
/*color*/
/* retour menu canva 1er niveau */
/* couleur */
/* couleur hover */
/* menu secondaire haut */
/* color */
/* couleur hover */
/*font-weight*/
/*font-family */
/*----- fin variable -------*/
.header-size {
  background: #fff;
  height: 60px; }
  @media print, screen and (min-width: 48em) {
    .header-size {
      height: 77px; } }
  @media print, screen and (min-width: 64em) {
    .header-size {
      height: 200px; } }

.header_01 #header,
.header_01 #header.sticky.nav-over.is-stuck {
  /* ============ menu secondaire  medium et + ============*/
  /* ---- Background ---*/
  /* --- menu webartchitecte ---- */
  /* ---- menu sociaux Facebook avec icon ---- */
  /* --- Langue EN FR ----*/
  /* --- header 01 téléphone --- */
  /* =================== menu logo =====================*/
  /* ================== menu principale ======================== */
  /* puce 1er niveau - icon fleche sous menu */
  /*-- puce 2e niveau --*/
  /* animation sous menu */ }
  .header_01 #header .bg-menu-secondary,
  .header_01 #header.sticky.nav-over.is-stuck .bg-menu-secondary {
    background: #fff;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    z-index: 1;
    color: inherit; }
    @media print, screen and (min-width: 48em) {
      .header_01 #header .bg-menu-secondary,
      .header_01 #header.sticky.nav-over.is-stuck .bg-menu-secondary {
        padding: 10px 37px 10px 15px; } }
  .header_01 #header .menu-ol,
  .header_01 #header.sticky.nav-over.is-stuck .menu-ol {
    display: inline-block;
    list-style: none;
    margin: -10px 0 0 0;
    padding: 0;
    position: relative; }
    .header_01 #header .menu-ol:before,
    .header_01 #header.sticky.nav-over.is-stuck .menu-ol:before {
      content: '';
      width: calc(100% - 30px);
      height: 40px;
      border-bottom: 5px solid #ddd;
      border-right: 5px solid #ddd;
      position: absolute;
      z-index: -1;
      right: 0;
      top: 0; }
    .header_01 #header .menu-ol:after,
    .header_01 #header.sticky.nav-over.is-stuck .menu-ol:after {
      content: '';
      clear: both;
      display: block; }
    .header_01 #header .menu-ol ol,
    .header_01 #header.sticky.nav-over.is-stuck .menu-ol ol {
      margin: 0;
      padding: 0;
      list-style: none; }
    .header_01 #header .menu-ol li,
    .header_01 #header.sticky.nav-over.is-stuck .menu-ol li {
      margin: 0 30px 0 0;
      padding: 0;
      display: inline-block;
      float: left;
      text-align: center;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      position: relative; }
      .header_01 #header .menu-ol li:nth-child(1) a:before,
      .header_01 #header.sticky.nav-over.is-stuck .menu-ol li:nth-child(1) a:before {
        content: '\f015'; }
      .header_01 #header .menu-ol li:nth-child(2) a:before,
      .header_01 #header.sticky.nav-over.is-stuck .menu-ol li:nth-child(2) a:before {
        content: '\f0e0';
        font-size: 17px; }
      .header_01 #header .menu-ol li a,
      .header_01 #header.sticky.nav-over.is-stuck .menu-ol li a {
        position: relative;
        text-decoration: none;
        display: block;
        padding: 0;
        color: rgba(0, 0, 0, 0.6);
        text-transform: none;
        font-weight: 400;
        text-align: center;
        font-family: "Titillium Web", sans-serif;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 1.2;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .header_01 #header .menu-ol li a:before,
        .header_01 #header.sticky.nav-over.is-stuck .menu-ol li a:before {
          content: '\f0c1';
          font-family: var(--fa-style-family,FontAwesome);
          background: #666666;
          border-radius: 100px;
          color: #fff;
          font-size: 22px;
          line-height: 0;
          padding-top: 17px;
          text-align: center;
          display: block;
          height: 45px;
          width: 45px;
          margin: 15px auto 4px;
          border: 5px solid #fff;
          -moz-transition: background 0.3s ease;
          -o-transition: background 0.3s ease;
          -webkit-transition: background 0.3s ease;
          transition: background 0.3s ease; }
        @media screen and (min-width: 48em) and (max-width: 63.9375em) {
          .header_01 #header .menu-ol li a,
          .header_01 #header.sticky.nav-over.is-stuck .menu-ol li a {
            font-size: 0.72222rem; } }
        .header_01 #header .menu-ol li a:hover,
        .header_01 #header.sticky.nav-over.is-stuck .menu-ol li a:hover {
          color: #da8c1f; }
          .header_01 #header .menu-ol li a:hover:before,
          .header_01 #header.sticky.nav-over.is-stuck .menu-ol li a:hover:before {
            background: #da8c1f; }
  .header_01 #header a.icon-header,
  .header_01 #header.sticky.nav-over.is-stuck a.icon-header {
    text-decoration: none;
    height: 2rem;
    width: 2rem;
    text-align: center;
    line-height: 1;
    display: inline-block;
    font-size: 1.11111rem;
    color: #fff;
    padding: 0.27778rem 0.27778rem 0;
    margin-left: 0.27778rem; }
    @media print, screen and (min-width: 64em) {
      .header_01 #header a.icon-header,
      .header_01 #header.sticky.nav-over.is-stuck a.icon-header {
        padding: 0.27778rem 0.55556rem 0; } }
    .header_01 #header a.icon-header .txt-icon-header,
    .header_01 #header.sticky.nav-over.is-stuck a.icon-header .txt-icon-header {
      display: none; }
    .header_01 #header a.icon-header:hover,
    .header_01 #header.sticky.nav-over.is-stuck a.icon-header:hover {
      color: #3f8e45; }
  .header_01 #header .header-lang a,
  .header_01 #header.sticky.nav-over.is-stuck .header-lang a {
    color: #3f8e45;
    text-decoration: none;
    display: inline-block;
    min-height: 2rem;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1em;
    padding: 0.38889rem 0.27778rem 0;
    margin-left: 0.27778rem;
    margin-right: 0.83333rem; }
    @media print, screen and (min-width: 48em) {
      .header_01 #header .header-lang a,
      .header_01 #header.sticky.nav-over.is-stuck .header-lang a {
        margin-right: 0.27778rem; } }
    @media print, screen and (min-width: 64em) {
      .header_01 #header .header-lang a,
      .header_01 #header.sticky.nav-over.is-stuck .header-lang a {
        padding: 0.38889rem 0.55556rem 0;
        margin-left: 0.27778rem; } }
    .header_01 #header .header-lang a:hover,
    .header_01 #header.sticky.nav-over.is-stuck .header-lang a:hover {
      color: #fff; }
  .header_01 #header .header-phone,
  .header_01 #header.sticky.nav-over.is-stuck .header-phone {
    display: table;
    font-size: 11px;
    line-height: 1.1;
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    padding: 0 0 0 12px;
    border-left: 2px solid #ddd;
    text-transform: uppercase;
    margin-top: 10px; }
    @media screen and (max-width: 519px) {
      .header_01 #header .header-phone,
      .header_01 #header.sticky.nav-over.is-stuck .header-phone {
        display: none; } }
    @media screen and (min-width: 520px) {
      .header_01 #header .header-phone,
      .header_01 #header.sticky.nav-over.is-stuck .header-phone {
        display: table; } }
    @media print, screen and (min-width: 48em) {
      .header_01 #header .header-phone,
      .header_01 #header.sticky.nav-over.is-stuck .header-phone {
        font-size: 15px;
        line-height: 1.2;
        padding: 0 0 0 20px;
        margin-top: 17px; } }
    @media print, screen and (min-width: 64em) {
      .header_01 #header .header-phone,
      .header_01 #header.sticky.nav-over.is-stuck .header-phone {
        margin-top: 0; } }
    .header_01 #header .header-phone a.no-tel,
    .header_01 #header.sticky.nav-over.is-stuck .header-phone a.no-tel {
      display: block;
      margin: 0;
      color: #da8c1f;
      text-decoration: none;
      line-height: 1.2;
      font-size: 16px;
      font-weight: 700;
      -moz-transition: color 0.5s ease;
      -o-transition: color 0.5s ease;
      -webkit-transition: color 0.5s ease;
      transition: color 0.5s ease; }
      @media print, screen and (min-width: 48em) {
        .header_01 #header .header-phone a.no-tel,
        .header_01 #header.sticky.nav-over.is-stuck .header-phone a.no-tel {
          font-size: 22px; } }
      .header_01 #header .header-phone a.no-tel:hover,
      .header_01 #header.sticky.nav-over.is-stuck .header-phone a.no-tel:hover {
        color: #da8c1f; }
  .header_01 #header h1,
  .header_01 #header.sticky.nav-over.is-stuck h1 {
    padding: 0 0 8px 8px;
    margin: 0;
    color: rgba(255, 255, 255, 0);
    line-height: 0;
    z-index: 5;
    -moz-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    width: 246px;
    display: block;
    float: left; }
    @media print, screen and (min-width: 48em) {
      .header_01 #header h1,
      .header_01 #header.sticky.nav-over.is-stuck h1 {
        padding: 0;
        width: 400px;
        padding: 8px 0 8px 8px; } }
    @media print, screen and (min-width: 64em) {
      .header_01 #header h1,
      .header_01 #header.sticky.nav-over.is-stuck h1 {
        width: 460px;
        padding-top: 0; } }
    .header_01 #header h1 .header-title,
    .header_01 #header.sticky.nav-over.is-stuck h1 .header-title {
      font-size: 11px;
      line-height: 1.2;
      color: #666666;
      font-family: "Roboto", sans-serif;
      font-weight: 900;
      text-transform: uppercase;
      display: table;
      padding-left: 8px;
      padding-top: 10px; }
      @media print, screen and (min-width: 48em) {
        .header_01 #header h1 .header-title,
        .header_01 #header.sticky.nav-over.is-stuck h1 .header-title {
          padding-left: 15px;
          font-size: 18px;
          padding-top: 10px; } }
      @media print, screen and (min-width: 64em) {
        .header_01 #header h1 .header-title,
        .header_01 #header.sticky.nav-over.is-stuck h1 .header-title {
          padding-top: 24px;
          padding-left: 25px; } }
    .header_01 #header h1 img,
    .header_01 #header.sticky.nav-over.is-stuck h1 img {
      width: 60px;
      height: auto;
      float: left;
      -moz-transition: width 0.3s ease, height 0.3s ease;
      -o-transition: width 0.3s ease, height 0.3s ease;
      -webkit-transition: width 0.3s ease, height 0.3s ease;
      transition: width 0.3s ease, height 0.3s ease; }
      @media print, screen and (min-width: 48em) {
        .header_01 #header h1 img,
        .header_01 #header.sticky.nav-over.is-stuck h1 img {
          width: 100px; } }
      @media print, screen and (min-width: 64em) {
        .header_01 #header h1 img,
        .header_01 #header.sticky.nav-over.is-stuck h1 img {
          width: 153px; } }
    .header_01 #header h1 a,
    .header_01 #header.sticky.nav-over.is-stuck h1 a {
      padding: 0;
      text-decoration: none;
      color: inherit;
      text-transform: none; }
      .header_01 #header h1 a:hover,
      .header_01 #header.sticky.nav-over.is-stuck h1 a:hover {
        color: inherit; }
    .header_01 #header h1:after, .header_01 #header h1:before,
    .header_01 #header.sticky.nav-over.is-stuck h1:after,
    .header_01 #header.sticky.nav-over.is-stuck h1:before {
      display: none; }
  .header_01 #header .menu li > a,
  .header_01 #header.sticky.nav-over.is-stuck .menu li > a {
    /*color:$black;*/
    text-decoration: none; }
  .header_01 #header .primary-menu,
  .header_01 #header.sticky.nav-over.is-stuck .primary-menu {
    background: #3f8e45;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.2) 0 0 127px;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.2) 0 0 127px;
    box-shadow: inset rgba(0, 0, 0, 0.2) 0 0 127px;
    position: relative;
    z-index: 5; }
    .header_01 #header .primary-menu:after,
    .header_01 #header.sticky.nav-over.is-stuck .primary-menu:after {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1;
      display: block; }
    @media print, screen and (min-width: 48em) {
      .header_01 #header .primary-menu .top-bar,
      .header_01 #header.sticky.nav-over.is-stuck .primary-menu .top-bar {
        float: right; } }
    .header_01 #header .primary-menu .header-texture-ombrage,
    .header_01 #header.sticky.nav-over.is-stuck .primary-menu .header-texture-ombrage {
      position: relative;
      padding-left: 0;
      width: 100%;
      display: block; }
      @media print, screen and (min-width: 64em) {
        .header_01 #header .primary-menu .header-texture-ombrage,
        .header_01 #header.sticky.nav-over.is-stuck .primary-menu .header-texture-ombrage {
          padding-left: 60px; } }
      @media print, screen and (min-width: 64em) {
        .header_01 #header .primary-menu .header-texture-ombrage:after,
        .header_01 #header.sticky.nav-over.is-stuck .primary-menu .header-texture-ombrage:after {
          content: '';
          background: url(../images/Skin/texture-blanc-gauche.svg) no-repeat;
          background-position: -740px 0;
          background-size: 842px 166px;
          position: absolute;
          z-index: 0;
          left: 0;
          top: -2px;
          width: 200px;
          height: 56px;
          display: block;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; } }
      @media screen and (min-width: 75em) {
        .header_01 #header .primary-menu .header-texture-ombrage:after,
        .header_01 #header.sticky.nav-over.is-stuck .primary-menu .header-texture-ombrage:after {
          background-position: -643px 0; } }
      .header_01 #header .primary-menu .header-texture-ombrage:before,
      .header_01 #header.sticky.nav-over.is-stuck .primary-menu .header-texture-ombrage:before {
        content: '';
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
        width: 40%;
        position: absolute;
        z-index: -1;
        height: 100%;
        top: 0;
        left: 0;
        display: block; }
    .header_01 #header .primary-menu .menu > li,
    .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li {
      padding: 0;
      position: relative;
      z-index: 2;
      margin: 0;
      /* sous menu */
      /* couleur hover bouton parent 1er niveau */ }
      .header_01 #header .primary-menu .menu > li:first-child:after,
      .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li:first-child:after {
        display: none; }
      .header_01 #header .primary-menu .menu > li:before,
      .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li:before {
        content: '';
        width: 1px;
        height: 4px;
        background: #da8c1f;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        position: absolute;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        display: block;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 2; }
      .header_01 #header .primary-menu .menu > li:after,
      .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li:after {
        content: '';
        width: 1px;
        height: 20px;
        content: '';
        position: absolute;
        z-index: 0;
        display: block;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.2); }
      .header_01 #header .primary-menu .menu > li:hover:before,
      .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li:hover:before {
        width: 100%;
        /*calc(100% - 30px);*/
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        /*@include breakpoint(large){
        	width:calc(100% - 60px);
        }*/ }
      .header_01 #header .primary-menu .menu > li > a,
      .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li > a {
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        font-size: 20px;
        line-height: 1.2;
        text-transform: uppercase;
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        color: #fff;
        background: rgba(255, 255, 255, 0);
        padding: 25px 30px 30px;
        margin: 0;
        text-align: center;
        z-index: 2;
        position: relative;
        height: 100%;
        align-items: center;
        display: flex; }
        @media print, screen and (min-width: 48em) {
          .header_01 #header .primary-menu .menu > li > a,
          .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li > a {
            padding-left: 15px;
            padding-right: 15px; } }
        @media screen and (min-width: 81.25em) {
          .header_01 #header .primary-menu .menu > li > a,
          .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li > a {
            padding-left: 30px;
            padding-right: 30px; } }
        .header_01 #header .primary-menu .menu > li > a:hover,
        .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li > a:hover {
          color: #fff;
          background: rgba(255, 255, 255, 0); }
      .header_01 #header .primary-menu .menu > li.has-submenu > a,
      .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li.has-submenu > a {
        padding-right: 0; }
      .header_01 #header .primary-menu .menu > li > ul,
      .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li > ul {
        background: #454545;
        padding: 0; }
        .header_01 #header .primary-menu .menu > li > ul > li:first-child,
        .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li > ul > li:first-child {
          border-left: none; }
        .header_01 #header .primary-menu .menu > li > ul li,
        .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li > ul li {
          background: #545454;
          border-top: 1px solid #454545;
          padding: 0; }
          .header_01 #header .primary-menu .menu > li > ul li:first-child,
          .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li > ul li:first-child {
            border-top: none; }
          .header_01 #header .primary-menu .menu > li > ul li:after, .header_01 #header .primary-menu .menu > li > ul li:before,
          .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li > ul li:after,
          .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li > ul li:before {
            display: none; }
          .header_01 #header .primary-menu .menu > li > ul li a,
          .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li > ul li a {
            text-transform: none;
            color: #fff;
            font-size: 16px;
            line-height: 1.2;
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            padding: 15px;
            text-align: left;
            margin: 0;
            border-radius: 0;
            -moz-transition: color 0.3s ease, background 0.3s ease;
            -o-transition: color 0.3s ease, background 0.3s ease;
            -webkit-transition: color 0.3s ease, background 0.3s ease;
            transition: color 0.3s ease, background 0.3s ease; }
            @media screen and (min-width: 48em) and (max-width: 63.9375em) {
              .header_01 #header .primary-menu .menu > li > ul li a,
              .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li > ul li a {
                padding: 10px 15px; } }
            @media print, screen and (min-width: 64em) {
              .header_01 #header .primary-menu .menu > li > ul li a,
              .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li > ul li a {
                white-space: nowrap; } }
            .header_01 #header .primary-menu .menu > li > ul li a:hover,
            .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li > ul li a:hover {
              color: #fff;
              background: rgba(0, 0, 0, 0.2); }
      .header_01 #header .primary-menu .menu > li:hover, .header_01 #header .primary-menu .menu > li.is-active,
      .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li:hover,
      .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li.is-active {
        /* couleur hover bouton parent 2e niveau */ }
        .header_01 #header .primary-menu .menu > li:hover > a, .header_01 #header .primary-menu .menu > li.is-active > a,
        .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li:hover > a,
        .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li.is-active > a {
          color: #fff;
          text-decoration: none; }
        .header_01 #header .primary-menu .menu > li:hover > ul li:hover > a, .header_01 #header .primary-menu .menu > li:hover > ul li.is-active > a, .header_01 #header .primary-menu .menu > li.is-active > ul li:hover > a, .header_01 #header .primary-menu .menu > li.is-active > ul li.is-active > a,
        .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li:hover > ul li:hover > a,
        .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li:hover > ul li.is-active > a,
        .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li.is-active > ul li:hover > a,
        .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu > li.is-active > ul li.is-active > a {
          color: #fff;
          background: rgba(0, 0, 0, 0.2); }
  .header_01 #header .primary-menu .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent,
  .header_01 #header.sticky.nav-over.is-stuck .primary-menu .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent {
    position: relative; }
    .header_01 #header .primary-menu .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a,
    .header_01 #header.sticky.nav-over.is-stuck .primary-menu .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
      padding-right: 30px;
      padding-left: 30px; }
      @media print, screen and (min-width: 48em) {
        .header_01 #header .primary-menu .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a,
        .header_01 #header.sticky.nav-over.is-stuck .primary-menu .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
          padding-left: 15px;
          padding-right: 15px; } }
      @media screen and (min-width: 81.25em) {
        .header_01 #header .primary-menu .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a,
        .header_01 #header.sticky.nav-over.is-stuck .primary-menu .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
          padding-left: 30px;
          padding-right: 30px; } }
      .header_01 #header .primary-menu .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after,
      .header_01 #header.sticky.nav-over.is-stuck .primary-menu .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
        top: inherit;
        bottom: 14px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        color: #ffa424;
        display: block;
        line-height: 1;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #ffa424; }
  .header_01 #header .primary-menu .menu .has-submenu > .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a,
  .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu .has-submenu > .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a {
    padding-left: 0.83333rem; }
    .header_01 #header .primary-menu .menu .has-submenu > .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after,
    .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu .has-submenu > .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
      border-color: transparent transparent transparent #da8c1f; }
  .header_01 #header .primary-menu .menu .has-submenu > .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a,
  .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu .has-submenu > .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a {
    padding-left: 1.66667rem; }
    .header_01 #header .primary-menu .menu .has-submenu > .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after,
    .header_01 #header.sticky.nav-over.is-stuck .primary-menu .menu .has-submenu > .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
      border-color: transparent #da8c1f transparent transparent;
      right: inherit;
      left: 0.83333rem; }
  @media print, screen and (min-width: 48em) {
    .header_01 #header .primary-menu .has-submenu > .is-dropdown-submenu,
    .header_01 #header.sticky.nav-over.is-stuck .primary-menu .has-submenu > .is-dropdown-submenu {
      /*menu.vertical*/
      -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -moz-transform-origin: top;
      -ms-transform-origin: top;
      -webkit-transform-origin: top;
      transform-origin: top;
      /*@include transition(transform .2s ease, visibility 0s ease .2s);*/
      /*display: block;	*/ }
    .header_01 #header .primary-menu .has-submenu:hover > .is-dropdown-submenu,
    .header_01 #header.sticky.nav-over.is-stuck .primary-menu .has-submenu:hover > .is-dropdown-submenu {
      /*menu.vertical*/
      -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -moz-transition: -moz-transform 0.2s ease, visibility 0s ease 0s;
      -o-transition: -o-transform 0.2s ease, visibility 0s ease 0s;
      -webkit-transition: -webkit-transform 0.2s ease, visibility 0s ease;
      -webkit-transition-delay: 0s, 0s;
      transition: transform 0.2s ease, visibility 0s ease 0s; } }

.header_01 {
  /* ================ mobile small only =================*/
  /* -- menu secondaire -- */
  /* -- menu principal -- */
  /*-- mobile close x --*/
  /* ---------- menu drilldown mobile --------- */
  /* --- Drilldown Titre parent --- */ }
  .header_01 .mobile-menu-secondary .menu li > a {
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    font-size: 18px;
    line-height: 1.2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: 700;
    font-family: "Titillium Web", sans-serif; }
    .header_01 .mobile-menu-secondary .menu li > a:hover {
      color: #fff;
      font-weight: 500; }
    .header_01 .mobile-menu-secondary .menu li > a.no-tel, .header_01 .mobile-menu-secondary .menu li > a.no-tel:hover {
      text-decoration: none;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.2;
      text-transform: uppercase;
      font-family: "Titillium Web", sans-serif;
      color: rgba(0, 0, 0, 0.8);
      padding: 10px 30px; }
      .header_01 .mobile-menu-secondary .menu li > a.no-tel strong, .header_01 .mobile-menu-secondary .menu li > a.no-tel:hover strong {
        font-weight: 700;
        font-size: 22px;
        color: #fff; }
  .header_01 .menu-primary-home-top {
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
    .header_01 .menu-primary-home-top .title-bar {
      background: #fff;
      width: 100%;
      display: block; }
  .header_01 .top-bar {
    padding: 0; }
  .header_01 .top-bar, .header_01 .top-bar ul {
    background-color: rgba(255, 255, 255, 0); }
  .header_01 .title-bar .menu-icon {
    font-size: 23px;
    display: block;
    margin: 0;
    border-radius: 0;
    outline: none;
    color: #fff;
    width: 60px;
    height: 60px;
    background-color: #3f8e45;
    position: relative;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.5) 0 0 50px;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.5) 0 0 50px;
    box-shadow: inset rgba(0, 0, 0, 0.5) 0 0 50px;
    /*&:before{
    	content:'';
    	@include background(url(../images/Skin/texture-vert.svg) no-repeat 0 0);
    	width:75px;
    	height:100%;
    	background-size:75px 76px;
    	position:absolute;
    	left:-74px;
    	top:0;		
    }*/ }
    @media screen and (min-width: 22.5em) {
      .header_01 .title-bar .menu-icon {
        width: 100px; } }
    @media print, screen and (min-width: 48em) {
      .header_01 .title-bar .menu-icon {
        height: 77px; } }
    .header_01 .title-bar .menu-icon:after {
      background: #fff;
      -moz-box-shadow: 0 9px 0 #fff, 0 19px 0 #fff;
      -webkit-box-shadow: 0 9px 0 #fff, 0 19px 0 #fff;
      box-shadow: 0 9px 0 #fff, 0 19px 0 #fff;
      content: "";
      display: block;
      height: 2px;
      left: 15px;
      position: absolute;
      top: 20px;
      width: 30px; }
      @media screen and (min-width: 22.5em) {
        .header_01 .title-bar .menu-icon:after {
          left: 34px; } }
      @media print, screen and (min-width: 48em) {
        .header_01 .title-bar .menu-icon:after {
          top: 29px; } }
    .header_01 .title-bar .menu-icon:hover {
      color: rgba(0, 0, 0, 0.6);
      background-color: #3f8e45 !important; }
      .header_01 .title-bar .menu-icon:hover:after {
        background: rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0 9px 0 rgba(0, 0, 0, 0.6), 0 19px 0 rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0 9px 0 rgba(0, 0, 0, 0.6), 0 19px 0 rgba(0, 0, 0, 0.6);
        box-shadow: 0 9px 0 rgba(0, 0, 0, 0.6), 0 19px 0 rgba(0, 0, 0, 0.6); }
  .header_01 .menu-close {
    display: block;
    width: 100%;
    text-align: right;
    outline: none;
    margin: 0 0 6px;
    padding: 8px 15px 0;
    min-height: 36px; }
    .header_01 .menu-close:before {
      content: 'X';
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      padding: 8px 0 0;
      display: inline-block;
      line-height: 1;
      text-align: center;
      color: #fff;
      font-size: 20px;
      background: #da8c1f;
      height: 36px;
      width: 36px;
      border-radius: 40px;
      -moz-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .header_01 .menu-close:hover:before {
      color: rgba(0, 0, 0, 0.6); }
  .header_01 .js-off-canvas-exit {
    z-index: 10; }
  .header_01 .off-canvas {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjNjQzMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNmOGU0NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2c6431), color-stop(100%, #3f8e45));
    background-image: -moz-linear-gradient(#2c6431, #3f8e45);
    background-image: -webkit-linear-gradient(#2c6431, #3f8e45);
    background-image: linear-gradient(#2c6431, #3f8e45); }
  .header_01 .is-drilldown {
    font-size: 18px;
    max-width: 100% !important; }
    .header_01 .is-drilldown .menu li {
      margin-left: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      margin: 0 !important; }
      .header_01 .is-drilldown .menu li > a {
        color: #fff;
        font-family: "Titillium Web", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 18px;
        padding: 15px 30px;
        outline: none;
        font-weight: 700;
        position: relative; }
        .header_01 .is-drilldown .menu li > a:before {
          content: '';
          width: 4px;
          height: 0;
          -moz-transition: height 0.3s ease;
          -o-transition: height 0.3s ease;
          -webkit-transition: height 0.3s ease;
          transition: height 0.3s ease;
          background: #da8c1f;
          display: block;
          position: absolute;
          left: 0;
          top: 0; }
        .header_01 .is-drilldown .menu li > a:hover {
          color: #fff;
          background: rgba(0, 0, 0, 0.2); }
          .header_01 .is-drilldown .menu li > a:hover:before {
            height: 100%; }
      .header_01 .is-drilldown .menu li ul {
        background: #545454; }
        .header_01 .is-drilldown .menu li ul li {
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          margin: 0 !important; }
          .header_01 .is-drilldown .menu li ul li.js-drilldown-back > a {
            color: rgba(255, 255, 255, 0.7);
            -moz-transition: color 0.25s ease;
            -o-transition: color 0.25s ease;
            -webkit-transition: color 0.25s ease;
            transition: color 0.25s ease;
            -moz-transition: padding 0.25s ease;
            -o-transition: padding 0.25s ease;
            -webkit-transition: padding 0.25s ease;
            transition: padding 0.25s ease;
            font-family: "Titillium Web", sans-serif;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 700;
            background: rgba(0, 0, 0, 0.4);
            position: relative;
            padding-left: 45px; }
            .header_01 .is-drilldown .menu li ul li.js-drilldown-back > a:before {
              border: none;
              margin: 0;
              padding: 0; }
            .header_01 .is-drilldown .menu li ul li.js-drilldown-back > a:after {
              content: "";
              position: absolute;
              left: 30px;
              top: 17px;
              border: inset 6px;
              border-color: transparent #ffa424 transparent transparent;
              border-left-width: 0;
              border-right-style: solid;
              display: inline-block;
              -moz-transition: left 0.3s ease;
              -o-transition: left 0.3s ease;
              -webkit-transition: left 0.3s ease;
              transition: left 0.3s ease; }
            .header_01 .is-drilldown .menu li ul li.js-drilldown-back > a:hover {
              color: #fff;
              padding-left: 40px; }
              .header_01 .is-drilldown .menu li ul li.js-drilldown-back > a:hover:before {
                padding: 0;
                margin: 0; }
              .header_01 .is-drilldown .menu li ul li.js-drilldown-back > a:hover:after {
                left: 25px; }
          .header_01 .is-drilldown .menu li ul li > a {
            text-transform: none;
            color: #fff;
            font-size: 15px;
            line-height: 1.2;
            font-family: "Roboto", sans-serif;
            font-weight: 400; }
            .header_01 .is-drilldown .menu li ul li > a:hover {
              color: #fff; }
  .header_01 .is-drilldown .menu li ul li.js-drilldown-parent,
  .header_01 .js-drilldown-parent {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.4);
    font-family: "Titillium Web", sans-serif;
    line-height: 1.2;
    font-size: 0.8rem;
    text-transform: uppercase; }
    .header_01 .is-drilldown .menu li ul li.js-drilldown-parent > a,
    .header_01 .js-drilldown-parent > a {
      font-family: inherit;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      text-transform: inherit; }
      .header_01 .is-drilldown .menu li ul li.js-drilldown-parent > a:after,
      .header_01 .js-drilldown-parent > a:after {
        border-color: transparent transparent transparent inherit; }
      .header_01 .is-drilldown .menu li ul li.js-drilldown-parent > a:hover,
      .header_01 .js-drilldown-parent > a:hover {
        color: rgba(0, 0, 0, 0.4); }
    @media print, screen and (min-width: 48em) {
      .header_01 .is-drilldown .menu li ul li.js-drilldown-parent,
      .header_01 .js-drilldown-parent {
        display: none !important; } }

/* ======================= */
/* sticky */
.header-container {
  max-width: 100% !important;
  height: inherit !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.sticky {
  width: 100%;
  z-index: 10; }
  .sticky .header-phone,
  .sticky .menu-ol,
  .sticky .header-lang a {
    -moz-transition: padding 0.5s ease;
    -o-transition: padding 0.5s ease;
    -webkit-transition: padding 0.5s ease;
    transition: padding 0.5s ease; }
  .sticky a.icon-header {
    -moz-transition: margin 0.5s ease;
    -o-transition: margin 0.5s ease;
    -webkit-transition: margin 0.5s ease;
    transition: margin 0.5s ease; }

@media print, screen and (min-width: 64em) {
  .header_01 #header.sticky.is-stuck h1 {
    width: 302px; }
    .header_01 #header.sticky.is-stuck h1 img {
      width: 76px; }
    .header_01 #header.sticky.is-stuck h1 .header-title {
      font-size: 13px;
      padding-left: 15px;
      padding-top: 10px; }
  .header_01 #header.sticky.is-stuck .header-phone {
    font-size: 13px;
    padding-right: 20px; }
    .header_01 #header.sticky.is-stuck .header-phone a.no-tel {
      font-size: 14px; }
  .header_01 #header.sticky.is-stuck .menu-ol a {
    font-size: 0; }
  .header_01 #header.sticky.is-stuck .primary-menu .menu > li > a {
    font-size: 15px;
    padding-top: 17px;
    padding-bottom: 25px; }
  .header_01 #header.sticky.is-stuck .primary-menu .menu > li ul li > a {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px; } }

.clear {
  clear: both; }

.hide {
  display: none; }

.row {
  max-width: 66.66667rem; }

@media screen and (min-width: 520px) {
  .hide-for-520 {
    display: none; } }

.row-marge-10 {
  padding: 0 10px; }
  .row-marge-10 .columns, .row-marge-10 .column, .row-marge-10 .columns {
    padding-left: 5px;
    padding-right: 5px; }

.pos-relative {
  position: relative; }

@media print, screen and (min-width: 48em) {
  .shrink-medium {
    flex: 0 0 auto !important;
    max-width: 100%; } }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .shrink-medium-only {
    flex: 0 0 auto !important;
    max-width: 16.66667rem; } }

.zone-overflow {
  overflow: hidden; }

@media screen and (max-width: 47.9375em) {
  .row {
    max-width: 27.77778rem; } }
.row.row-1200 {
  max-width: 66.66667rem; }
.row.row-900 {
  max-width: 50rem; }
.row.row-100 {
  max-width: 100%; }
  .row.row-100 .columns {
    padding-left: 0;
    padding-right: 0; }

main {
  background: #fff; }

.no-padding.columns {
  padding-left: 0;
  padding-right: 0; }

.no-padding-d.columns {
  padding-left: 0;
  padding-right: 0; }
  @media print, screen and (min-width: 64em) {
    .no-padding-d.columns {
      padding-left: 0.83333rem; } }

/* Padding quand il y a un article dans la section */
.section-padding {
  padding: 2.77778rem 0 0; }
  @media print, screen and (min-width: 48em) {
    .section-padding {
      padding: 5rem 1.66667rem 2.22222rem; } }

.bg-sobre.bg-texture {
  background: url(../images/Skin/bg-texture-bois.jpg) #ddd no-repeat top center;
  background-size: 100% auto;
  position: relative; }
  .bg-sobre.bg-texture:before {
    content: '';
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
    height: 300px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .bg-sobre.bg-texture .row {
    position: relative;
    z-index: 1; }

#page-accueil .bg-sobre.bg-texture.section-padding {
  padding: 0 0 70px; }
  @media print, screen and (min-width: 48em) {
    #page-accueil .bg-sobre.bg-texture.section-padding {
      padding: 0 30px 70px; } }
  #page-accueil .bg-sobre.bg-texture.section-padding .col-1 {
    margin-top: -60px; }
  @media print, screen and (min-width: 48em) {
    #page-accueil .bg-sobre.bg-texture.section-padding .col-2 {
      margin-top: -60px; } }
  @media print, screen and (min-width: 64em) {
    #page-accueil .bg-sobre.bg-texture.section-padding .col-3, #page-accueil .bg-sobre.bg-texture.section-padding .col-4 {
      margin-top: -60px; } }

.section-padding-top {
  padding-top: 80px; }

/* background light */
.bg-light {
  background: #fff; }
  .bg-light.bg-photo {
    background: url(../images/Skin/bg-bois-blanc.jpg) no-repeat #fff;
    background-size: cover;
    background-position: center; }
    .bg-light.bg-photo .row {
      position: relative; }

/* background sobre */
.bg-sobre {
  background: #ddd; }

/* background dark */
.bg-dark {
  background: #666666; }
