@charset "UTF-8";
/*  bleu*/
/* bleu pale*/
/*  bleu puce*/
/*  jaune */
/*  jaune pale */
/* jaune tres pale*/
/*  saumon */
/* 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*/
/*$table-background: rgba($white,0);
$table-color-scale: 5%;
$table-border: 1px solid smart-scale($table-background, $table-color-scale);
$table-padding: rem-calc(8 10 10);
$table-hover-scale: 2%;
$table-row-hover: darken($table-background, $table-hover-scale);
$table-row-stripe-hover: darken($table-background, $table-color-scale + $table-hover-scale);
$table-is-striped: false;
$table-striped-background: smart-scale($table-background, $table-color-scale);
$table-stripe: even;
$table-head-background: smart-scale($table-background, $table-color-scale / 2);
$table-head-row-hover: darken($table-head-background, $table-hover-scale);
$table-foot-background: smart-scale($table-background, $table-color-scale);
$table-foot-row-hover: darken($table-foot-background, $table-hover-scale);
$table-head-font-color: $body-font-color;
$table-foot-font-color: $body-font-color;
$show-header-for-stacked: false;
$table-stack-breakpoint: medium;*/
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * 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-ccw-1turn;
}
@keyframes spin-ccw-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;
}

/**** icon dans les boutons*/
.grid-container.no-padding {
  padding: 0 !important;
}
@media print, screen and (max-width: 47.99875em) {
  .grid-container.small-fluid {
    padding-right: 1.17647rem;
    padding-left: 1.17647rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (max-width: 47.99875em) and (min-width: 48em) {
  .grid-container.small-fluid {
    padding-right: 1.76471rem;
    padding-left: 1.76471rem;
  }
}
@media screen and (max-width: 47.99875em) and (min-width: 75em) {
  .grid-container.small-fluid {
    padding-right: 5.29412rem;
    padding-left: 5.29412rem;
  }
}
@media screen and (max-width: 47.99875em) and (min-width: 120em) {
  .grid-container.small-fluid {
    padding-right: 5.14706rem;
    padding-left: 5.14706rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .grid-container.small-full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 9 fev 2021 */
/*
$wa-box-accent:(
	'.wa-article .bg-dark':(primary:($button-background,$button-background,$button-color,$button-fill),secondary:($color-1,$color-1b,$white,$button-fill)),
	'.wa-article .photo-texte':(primary:($button-background,$button-background,$button-color,$button-fill),secondary:($color-1,$color-1b,$white,$button-fill)),
	'.wa-article .dark':(primary:($button-background,$button-background,$button-color,$button-fill),secondary:($color-1,$color-1b,$white,$button-fill)),
	//'.bg-accent .wa-article .classique':(primary:($button-background,$button-background,$button-color,$button-fill),secondary:($color-1,$color-1b,$white,$button-fill)),
	'.wa-article .accent':(primary:($button-background,$button-background,$button-color,$button-fill),secondary:($color-1,$color-1b,$white,$button-fill)),
	'.wa-article .sobre':(primary:($button-background,$button-background,$button-color,$button-fill),secondary:($color-1,$color-1b,$white,$button-fill))
);
*/
/*primary:($button-background,$button-background-hover,$button-color,$button-fill),*/
	/*.wa-article .photo-texte, 
.slider-defaut .classique,
.bg-dark .wa-article .classique,
.wa-article .dark*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../Library/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../Library/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../Library/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../Library/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../Library/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../Library/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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

[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.94118rem;
  margin: 0 0 0.94118rem;
  padding: 0.7rem;
  border: 1px solid rgba(0, 62, 81, 0.2);
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  font-family: "Palanquin", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #003E51;
  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 rgba(253, 196, 98, 0.7);
  background-color: #fff;
  box-shadow: none;
  transition: border-color 0.25s ease-in-out;
}

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

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: rgba(253, 196, 98, 0.2);
  cursor: default;
}

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

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

::placeholder {
  color: rgba(0, 62, 81, 0.5);
}

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  color: #003E51;
}
label.middle {
  margin: 0 0 0.94118rem;
  padding: 0.52941rem 0;
}

.help-text {
  margin-top: -0.47059rem;
  font-size: 0.76471rem;
  font-style: italic;
  color: #003E51;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 0.94118rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  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 #D0DCE1;
  background: #EAEEF1;
  color: #003E51;
  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;
  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 {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

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

.fieldset {
  margin: 1.05882rem 0;
  padding: 1.17647rem;
  border: 1px solid #D0DCE1;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.17647rem;
  padding: 0 0.17647rem;
}

select {
  height: 2.94118rem;
  margin: 0 0 0.94118rem;
  padding: 0.7rem;
  appearance: none;
  border: 1px solid rgba(0, 62, 81, 0.2);
  border-radius: 0;
  background-color: #fff;
  font-family: "Palanquin", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #003E51;
  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%28101, 140, 156%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -0.94118rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.41176rem;
  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 rgba(253, 196, 98, 0.7);
  background-color: #fff;
  box-shadow: none;
  transition: border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: rgba(253, 196, 98, 0.2);
  cursor: default;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.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.47059rem;
  margin-bottom: 0.94118rem;
  font-size: 0.70588rem;
  font-weight: 700;
  color: #ec5840;
}
.form-error.is-visible {
  display: block;
}

.grid-container {
  padding-right: 1.17647rem;
  padding-left: 1.17647rem;
  max-width: 85.58824rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 1.76471rem;
    padding-left: 1.76471rem;
  }
}
@media screen and (min-width: 75em) {
  .grid-container {
    padding-right: 5.29412rem;
    padding-left: 5.29412rem;
  }
}
@media screen and (min-width: 120em) {
  .grid-container {
    padding-right: 5.14706rem;
    padding-left: 5.14706rem;
  }
}
.grid-container.fluid {
  padding-right: 1.17647rem;
  padding-left: 1.17647rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 1.76471rem;
    padding-left: 1.76471rem;
  }
}
@media screen and (min-width: 75em) {
  .grid-container.fluid {
    padding-right: 5.29412rem;
    padding-left: 5.29412rem;
  }
}
@media screen and (min-width: 120em) {
  .grid-container.fluid {
    padding-right: 5.14706rem;
    padding-left: 5.14706rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex: 0 0 auto;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.33333%;
  }

  .grid-x > .medium-2 {
    width: 16.66667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.33333%;
  }

  .grid-x > .medium-5 {
    width: 41.66667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.33333%;
  }

  .grid-x > .medium-8 {
    width: 66.66667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.33333%;
  }

  .grid-x > .medium-11 {
    width: 91.66667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.33333%;
  }

  .grid-x > .large-2 {
    width: 16.66667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.33333%;
  }

  .grid-x > .large-5 {
    width: 41.66667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.33333%;
  }

  .grid-x > .large-8 {
    width: 66.66667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.33333%;
  }

  .grid-x > .large-11 {
    width: 91.66667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .xlarge-shrink, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex: 0 0 auto;
  }

  .grid-x > .xlarge-shrink {
    width: auto;
  }

  .grid-x > .xlarge-1 {
    width: 8.33333%;
  }

  .grid-x > .xlarge-2 {
    width: 16.66667%;
  }

  .grid-x > .xlarge-3 {
    width: 25%;
  }

  .grid-x > .xlarge-4 {
    width: 33.33333%;
  }

  .grid-x > .xlarge-5 {
    width: 41.66667%;
  }

  .grid-x > .xlarge-6 {
    width: 50%;
  }

  .grid-x > .xlarge-7 {
    width: 58.33333%;
  }

  .grid-x > .xlarge-8 {
    width: 66.66667%;
  }

  .grid-x > .xlarge-9 {
    width: 75%;
  }

  .grid-x > .xlarge-10 {
    width: 83.33333%;
  }

  .grid-x > .xlarge-11 {
    width: 91.66667%;
  }

  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex: 0 0 auto;
  }

  .grid-x > .xxlarge-shrink {
    width: auto;
  }

  .grid-x > .xxlarge-1 {
    width: 8.33333%;
  }

  .grid-x > .xxlarge-2 {
    width: 16.66667%;
  }

  .grid-x > .xxlarge-3 {
    width: 25%;
  }

  .grid-x > .xxlarge-4 {
    width: 33.33333%;
  }

  .grid-x > .xxlarge-5 {
    width: 41.66667%;
  }

  .grid-x > .xxlarge-6 {
    width: 50%;
  }

  .grid-x > .xxlarge-7 {
    width: 58.33333%;
  }

  .grid-x > .xxlarge-8 {
    width: 66.66667%;
  }

  .grid-x > .xxlarge-9 {
    width: 75%;
  }

  .grid-x > .xxlarge-10 {
    width: 83.33333%;
  }

  .grid-x > .xxlarge-11 {
    width: 91.66667%;
  }

  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.58824rem;
  margin-right: -0.58824rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x {
    margin-left: -0.88235rem;
    margin-right: -0.88235rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.17647rem);
  margin-left: 0.58824rem;
  margin-right: 0.58824rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.76471rem);
    margin-left: 0.88235rem;
    margin-right: 0.88235rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.17647rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.17647rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.17647rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.17647rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.17647rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.17647rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.17647rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.17647rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.17647rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.17647rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.17647rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.17647rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.76471rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.76471rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.76471rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.76471rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.76471rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.76471rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.76471rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.76471rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.76471rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.76471rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.76471rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.76471rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.76471rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.76471rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.76471rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.76471rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.76471rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.76471rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.76471rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.76471rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.76471rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.76471rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.76471rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.76471rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.76471rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.76471rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.76471rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.76471rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.76471rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.76471rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.76471rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.76471rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.76471rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.76471rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.76471rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.76471rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.33333% - 1.76471rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.66667% - 1.76471rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.76471rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.33333% - 1.76471rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.66667% - 1.76471rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.76471rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.33333% - 1.76471rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.66667% - 1.76471rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.76471rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.33333% - 1.76471rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.66667% - 1.76471rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.76471rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.33333% - 1.76471rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.66667% - 1.76471rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.76471rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.33333% - 1.76471rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.66667% - 1.76471rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.76471rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.33333% - 1.76471rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.66667% - 1.76471rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.76471rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.33333% - 1.76471rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.66667% - 1.76471rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.76471rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.58824rem;
  margin-left: -0.58824rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.88235rem;
    margin-left: -0.88235rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.58824rem;
  margin-left: -0.58824rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.88235rem;
    margin-left: -0.88235rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.58824rem;
  padding-left: 0.58824rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-x > .cell {
    padding-right: 0.88235rem;
    padding-left: 0.88235rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.33333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.66667%;
  }

  .medium-up-7 > .cell {
    width: 14.28571%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.33333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.66667%;
  }

  .large-up-7 > .cell {
    width: 14.28571%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }

  .xlarge-up-2 > .cell {
    width: 50%;
  }

  .xlarge-up-3 > .cell {
    width: 33.33333%;
  }

  .xlarge-up-4 > .cell {
    width: 25%;
  }

  .xlarge-up-5 > .cell {
    width: 20%;
  }

  .xlarge-up-6 > .cell {
    width: 16.66667%;
  }

  .xlarge-up-7 > .cell {
    width: 14.28571%;
  }

  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }

  .xxlarge-up-2 > .cell {
    width: 50%;
  }

  .xxlarge-up-3 > .cell {
    width: 33.33333%;
  }

  .xxlarge-up-4 > .cell {
    width: 25%;
  }

  .xxlarge-up-5 > .cell {
    width: 20%;
  }

  .xxlarge-up-6 > .cell {
    width: 16.66667%;
  }

  .xxlarge-up-7 > .cell {
    width: 14.28571%;
  }

  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.17647rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.17647rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.17647rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.17647rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.17647rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.17647rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.17647rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.17647rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.76471rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.76471rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.76471rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.76471rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.76471rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.76471rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.76471rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.76471rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.76471rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.76471rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.76471rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.76471rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.76471rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.76471rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.76471rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.76471rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.76471rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.76471rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.76471rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.76471rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.76471rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.76471rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.76471rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.76471rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.76471rem);
  }

  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.76471rem);
  }

  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 1.76471rem);
  }

  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.76471rem);
  }

  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.76471rem);
  }

  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 1.76471rem);
  }

  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 1.76471rem);
  }

  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.76471rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.76471rem);
  }

  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.76471rem);
  }

  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 1.76471rem);
  }

  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.76471rem);
  }

  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.76471rem);
  }

  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 1.76471rem);
  }

  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 1.76471rem);
  }

  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.76471rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.33333%;
}
.small-margin-collapse > .small-2 {
  width: 16.66667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.33333%;
}
.small-margin-collapse > .small-5 {
  width: 41.66667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.33333%;
}
.small-margin-collapse > .small-8 {
  width: 66.66667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.33333%;
}
.small-margin-collapse > .small-11 {
  width: 91.66667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.58824rem);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.58824rem);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.58824rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.58824rem);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.58824rem);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.58824rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.58824rem);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.58824rem);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.58824rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.58824rem);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.58824rem);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.58824rem);
}

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.88235rem);
  }

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

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.88235rem);
  }

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

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.88235rem);
  }

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

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.88235rem);
  }

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

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.88235rem);
  }

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

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.88235rem);
  }

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

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.88235rem);
  }

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

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.88235rem);
  }

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

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.88235rem);
  }

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

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.88235rem);
  }

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

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.88235rem);
  }

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

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.88235rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.88235rem);
  }

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

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.88235rem);
  }

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

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.88235rem);
  }

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

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.88235rem);
  }

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

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.88235rem);
  }

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

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.88235rem);
  }

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

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.88235rem);
  }

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

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.88235rem);
  }

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

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.88235rem);
  }

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

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.88235rem);
  }

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

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.88235rem);
  }

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

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.88235rem);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.88235rem);
  }

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

  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 0.88235rem);
  }

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

  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 0.88235rem);
  }

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

  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.88235rem);
  }

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

  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 0.88235rem);
  }

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

  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 0.88235rem);
  }

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

  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.88235rem);
  }

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

  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 0.88235rem);
  }

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

  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 0.88235rem);
  }

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

  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.88235rem);
  }

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

  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 0.88235rem);
  }

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

  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 0.88235rem);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.88235rem);
  }

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

  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333% + 0.88235rem);
  }

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

  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66667% + 0.88235rem);
  }

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

  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.88235rem);
  }

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

  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333% + 0.88235rem);
  }

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

  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66667% + 0.88235rem);
  }

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

  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.88235rem);
  }

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

  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333% + 0.88235rem);
  }

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

  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66667% + 0.88235rem);
  }

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

  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.88235rem);
  }

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

  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333% + 0.88235rem);
  }

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

  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.66667% + 0.88235rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.33333%;
}
.grid-y > .small-2 {
  height: 16.66667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.33333%;
}
.grid-y > .small-5 {
  height: 41.66667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.33333%;
}
.grid-y > .small-8 {
  height: 66.66667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.33333%;
}
.grid-y > .small-11 {
  height: 91.66667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.33333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.66667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.33333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.66667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.33333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.66667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.33333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.66667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.33333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.66667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.33333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.66667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.33333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.66667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.33333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.66667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.58824rem;
  margin-bottom: -0.58824rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.88235rem;
    margin-bottom: -0.88235rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.58824rem;
  padding-bottom: 0.58824rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y > .cell {
    padding-top: 0.88235rem;
    padding-bottom: 0.88235rem;
  }
}

.grid-margin-y {
  margin-top: -0.58824rem;
  margin-bottom: -0.58824rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.88235rem;
    margin-bottom: -0.88235rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.17647rem);
  margin-top: 0.58824rem;
  margin-bottom: 0.58824rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.76471rem);
    margin-top: 0.88235rem;
    margin-bottom: 0.88235rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.17647rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.17647rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.17647rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.17647rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.17647rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.17647rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.17647rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.17647rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.17647rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.17647rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.17647rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.17647rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.76471rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.76471rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.76471rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.76471rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.76471rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.76471rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.76471rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.76471rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.76471rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.76471rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.76471rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.76471rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.76471rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.76471rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.76471rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.76471rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.76471rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.76471rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.76471rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.76471rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.76471rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.76471rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.76471rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.76471rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.76471rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.76471rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.76471rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.76471rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.76471rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.76471rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.76471rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.76471rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.76471rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.76471rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.76471rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.76471rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.76471rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66667% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66667% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66667% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66667% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.76471rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .xlarge-grid-frame {
    width: 100%;
  }

  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .xxlarge-grid-frame {
    width: 100%;
  }

  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.58824rem;
  margin-bottom: -0.58824rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.88235rem;
    margin-bottom: -0.88235rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.17647rem);
  margin-top: 0.58824rem;
  margin-bottom: 0.58824rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.76471rem);
    margin-top: 0.88235rem;
    margin-bottom: 0.88235rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.17647rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.17647rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.17647rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.17647rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.17647rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.17647rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.17647rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.17647rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.17647rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.17647rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.17647rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.17647rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.76471rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.76471rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.76471rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.76471rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.76471rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.76471rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.76471rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.76471rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.76471rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.76471rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.76471rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.76471rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.76471rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.76471rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.76471rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.76471rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.76471rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.76471rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.76471rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.76471rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.76471rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.76471rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.76471rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.76471rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.76471rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.76471rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.76471rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.76471rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.76471rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.76471rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.76471rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.76471rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.76471rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.76471rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.76471rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.76471rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 1.76471rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.76471rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66667% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66667% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66667% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66667% - 1.76471rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.76471rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.17647rem);
}
@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.76471rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.76471rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.76471rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.76471rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.76471rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.76471rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.76471rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.76471rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
  padding: 20px 30px;
  border: 0px solid #fdc462;
  border-radius: 6px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Palanquin", sans-serif;
  font-size: 14px;
  font-weight: 700;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
[data-whatinput='mouse'] .button {
  outline: 0;
}
.button.tiny {
  font-size: 12px;
}
.button.small {
  font-size: 13px;
}
.button.large {
  font-size: 14px;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #fdc462;
  color: #003E51;
}
.button:hover, .button:focus {
  background-color: #003E51;
  color: #003E51;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #003E51;
  color: #003E51;
}
.button.primary:hover, .button.primary:focus {
  background-color: #003241;
  color: #003E51;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #fdc462;
  color: #003E51;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #fcaa1d;
  color: #003E51;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #003E51;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #003E51;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #003E51;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #003E51;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #ec5840;
  color: #003E51;
}
.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #003E51;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .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, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 0px solid #fdc462;
  color: #fdc462;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #fdca72;
  color: #fdca72;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 0px solid #003E51;
  color: #003E51;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #005f7c;
  color: #005f7c;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 0px solid #fdc462;
  color: #fdc462;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #fdca72;
  color: #fdca72;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 0px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #4edf84;
  color: #4edf84;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 0px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #ffb61a;
  color: #ffb61a;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 0px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #ee6953;
  color: #ee6953;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #fdc462;
}
.button.clear:hover, .button.clear:focus {
  color: #fdca72;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #003E51;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #005f7c;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #fdc462;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #fdca72;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #4edf84;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #ffb61a;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #ec5840;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #ee6953;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.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: 30px;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #fdc462;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #003E51;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #fdc462;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.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;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 14px;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 12px;
}
.button-group.small .button {
  font-size: 13px;
}
.button-group.large .button {
  font-size: 14px;
}
.button-group.expanded .button {
  flex: 1 1 0px;
  margin-right: 0;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #003E51;
  color: #003E51;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #003241;
  color: #003E51;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #fdc462;
  color: #003E51;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #fcaa1d;
  color: #003E51;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #003E51;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #003E51;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #003E51;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #003E51;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #ec5840;
  color: #003E51;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #003E51;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 0px solid #fdc462;
  color: #fdc462;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #fdca72;
  color: #fdca72;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 0px solid #003E51;
  color: #003E51;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #005f7c;
  color: #005f7c;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 0px solid #fdc462;
  color: #fdc462;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #fdca72;
  color: #fdca72;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 0px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #4edf84;
  color: #4edf84;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 0px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #ffb61a;
  color: #ffb61a;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 0px solid #ec5840;
  color: #ec5840;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #ee6953;
  color: #ee6953;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #fdc462;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #fdca72;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #003E51;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #005f7c;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #fdc462;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #fdca72;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #4edf84;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #ffb61a;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #ec5840;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #ee6953;
}
.button-group.no-gaps .button {
  margin-right: 0;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.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;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
  margin-right: 0;
}
@media print, screen and (min-width: 48em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

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

.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: #003E51;
  color: #fdc462;
}
.label.primary {
  background: #003E51;
  color: #fdc462;
}
.label.secondary {
  background: #fdc462;
  color: #003E51;
}
.label.success {
  background: #3adb76;
  color: #003E51;
}
.label.warning {
  background: #ffae00;
  color: #003E51;
}
.label.alert {
  background: #ec5840;
  color: #003E51;
}

.progress {
  height: 1rem;
  margin-bottom: 1.17647rem;
  border-radius: 0;
  background-color: #D0DCE1;
}
.progress.primary .progress-meter {
  background-color: #003E51;
}
.progress.secondary .progress-meter {
  background-color: #fdc462;
}
.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: #003E51;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  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: #EAEEF1;
  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: #D0DCE1;
  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: #003E51;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #003545;
}
.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%);
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1.17647rem;
  outline: 0;
  font-size: 0.82353rem;
  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: #D0DCE1;
  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: #003E51;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[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.58824rem;
}
.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.70588rem;
}
.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.94118rem;
}
.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;
}

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

.breadcrumbs {
  margin: 0 0 1.17647rem 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.64706rem;
  color: #003E51;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #D0DCE1;
}
.breadcrumbs a {
  color: #003E51;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #D0DCE1;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 2.35294rem 0;
  padding: 1rem;
  border: inherit;
  border-radius: 0;
  background-color: rgba(217, 217, 217, 0);
  color: #003E51;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #bff0ff;
  color: #003E51;
}
.callout.secondary {
  background-color: #fff6e7;
  color: #003E51;
}
.callout.success {
  background-color: #e1faea;
  color: #003E51;
}
.callout.warning {
  background-color: #fff3d9;
  color: #003E51;
}
.callout.alert {
  background-color: #fce6e2;
  color: #003E51;
}
.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: 1.17647rem;
  border: 1px solid #EAEEF1;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #003E51;
}
.card > :last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.pagination {
  margin-left: 0;
  margin-bottom: 1.17647rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.05882rem;
  border-radius: 0;
  font-size: 0.82353rem;
  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.17647rem 0.58824rem;
  border-radius: 0;
  color: #003E51;
}
.pagination a:hover,
.pagination button:hover {
  background: #EAEEF1;
}
.pagination .current {
  padding: 0.17647rem 0.58824rem;
  background: #003E51;
  color: foreground(#003E51);
  cursor: default;
}
.pagination .disabled {
  padding: 0.17647rem 0.58824rem;
  color: #D0DCE1;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.17647rem 0.58824rem;
  content: '\2026';
  color: #003E51;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #658c9c;
  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: #003E51;
  font-size: 0.94118rem;
  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 #003E51;
  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: #003E51 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 #003E51;
  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 #003E51 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%;
}

.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 #EAEEF1;
  border-bottom: 0;
  font-size: 0.70588rem;
  line-height: 1;
  color: #003E51;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #EAEEF1;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #EAEEF1;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

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

.media-object {
  display: flex;
  margin-bottom: 1.17647rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 47.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1.17647rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1.17647rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1.17647rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

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

.orbit-slide {
  width: 100%;
  position: absolute;
}
.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, 62, 81, 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, 62, 81, 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: #D0DCE1;
}
.orbit-bullets button:hover {
  background-color: #658c9c;
}
.orbit-bullets button.is-active {
  background-color: #658c9c;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 0.94118rem;
  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%;
}

.tabs {
  margin: 0;
  border: 1px solid #EAEEF1;
  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: #003E51;
}
.tabs.primary > li > a {
  color: #fff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #004e66;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.70588rem;
  line-height: 1;
  color: #003E51;
}
[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fff;
  color: #003546;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #EAEEF1;
  color: #003E51;
}

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

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

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

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1.17647rem;
  border: solid 4px #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 62, 81, 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(0, 62, 81, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.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.58824rem 1.47059rem;
}
.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: #003E51;
  color: #fff;
}
.menu .active > a {
  background: #003E51;
  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.58824rem 1.47059rem;
  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: #D0DCE1;
  box-shadow: 0 7px 0 #D0DCE1, 0 14px 0 #D0DCE1;
}

.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: #003E51;
  box-shadow: 0 7px 0 #003E51, 0 14px 0 #003E51;
  content: '';
}
.menu-icon.dark:hover::after {
  background: #658c9c;
  box-shadow: 0 7px 0 #658c9c, 0 14px 0 #658c9c;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.58824rem 1.47059rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.58824rem 1.47059rem;
}
.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: #003E51 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.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;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #003E51 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 !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

.drilldown a {
  padding: 0.58824rem 1.47059rem;
  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.58824rem 1.47059rem;
}
.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 {
  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, 62, 81, 0.5);
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #003E51;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #003E51 transparent transparent;
  right: auto;
  left: 1rem;
}
.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, 62, 81, 0.5) transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.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;
}
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #fff;
  padding: 0.58824rem 1.47059rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #447387;
}
.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 {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
@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-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@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-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@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-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@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-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
.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: -4px;
}
.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: #fff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.88235rem;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.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, 62, 81, 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: #fff;
}
[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: 20;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 62, 81, 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: #fff;
}
[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: 20;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 62, 81, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 100%;
  transform: translateX(-100%);
}
@media print, screen and (min-width: 48em) {
  .position-left {
    width: 540px;
    transform: translateX(-540px);
  }
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-100%);
}
@media print, screen and (min-width: 48em) {
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-540px);
  }
}
.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(100%);
}
@media print, screen and (min-width: 48em) {
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(540px);
  }
}
.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 62, 81, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 100%;
  transform: translateX(100%);
}
@media print, screen and (min-width: 48em) {
  .position-right {
    width: 540px;
    transform: translateX(540px);
  }
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(100%);
}
@media print, screen and (min-width: 48em) {
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(540px);
  }
}
.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(-100%);
}
@media print, screen and (min-width: 48em) {
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-540px);
  }
}
.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 62, 81, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 100%;
  transform: translateY(-100%);
}
@media print, screen and (min-width: 48em) {
  .position-top {
    height: 100%;
    transform: translateY(-100%);
  }
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-100%);
}
@media print, screen and (min-width: 48em) {
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-100%);
  }
}
.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(100%);
}
@media print, screen and (min-width: 48em) {
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(100%);
  }
}
.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 62, 81, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 100%;
  transform: translateY(100%);
}
@media print, screen and (min-width: 48em) {
  .position-bottom {
    height: 100%;
    transform: translateY(100%);
  }
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(100%);
}
@media print, screen and (min-width: 48em) {
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(100%);
  }
}
.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(-100%);
}
@media print, screen and (min-width: 48em) {
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-100%);
  }
}
.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 62, 81, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.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: 540px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 540px;
  }

  .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: 540px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 540px;
  }

  .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: 540px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 540px;
  }

  .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: 540px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 540px;
  }
}
@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: 540px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 540px;
  }

  .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: 540px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 540px;
  }

  .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: 540px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 540px;
  }

  .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: 540px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 540px;
  }
}
@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: 540px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 540px;
  }

  .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: 540px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 540px;
  }

  .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: 540px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 540px;
  }

  .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: 540px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 540px;
  }
}
@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: 540px;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 540px;
  }

  .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: 540px;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 540px;
  }

  .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: 540px;
  }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 540px;
  }

  .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: 540px;
  }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 540px;
  }
}
@media print, screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .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: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .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: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .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: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .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;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

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

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1.17647rem;
  border: 1px solid #D0DCE1;
  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 {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 85.58824rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 85.58824rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 85.58824rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 85.58824rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.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;
}

.title-bar {
  padding: 0;
  background: transparent;
  color: #003E51;
  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;
}

.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;
}

.align-left {
  justify-content: flex-start;
}

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

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

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

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

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.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;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media print, screen and (max-width: 47.99875em) {
  .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.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

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

@media screen and (max-width: 47.99875em), 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.99875em) {
  .show-for-large {
    display: none !important;
  }
}

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

@media screen and (max-width: 63.99875em), 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.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

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

@media screen and (max-width: 74.99875em), 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.99875em) {
  .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.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

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

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

.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;
  }
}

.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-ccw-1turn;
}
@keyframes spin-ccw-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;
  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;
  margin-left: auto;
  margin-right: auto;
}
.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;
}

/* 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 */
/*$color-2c;*/
/* 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*/
/*
.zselect{
		border-radius: 6px;
		background-color: $accordion-bg-title;
		padding:15px 50px 15px 15px;
		margin:$accordion-title-margin;
		min-height:$accordion-title-min-height;
		text-decoration:none;
		font-family:$accordion-title-font-family;
		font-weight:$accordion-title-font-weight;
		color:$accordion-title-color;
		font-size:15px;
		line-height:$accordion-title-line-height;
		position:relative;
		border:$accordion-title-border;
		text-transform:$accordion-title-text-transform;
		text-align:left;		
		transition: all 0.5s ease;		
		
		
	
			
		&:hover{
			background-color: $accordion-title-hover-bg;	
			color:$accordion-title-hover-color;
			border:$accordion-title-hover-border;
			
			&:after{
				box-shadow: inset scale-color($black,$lightness:10%) 0 -100px 0 0;
			}
			
			&:before{
				//transform: $accordion-before-hover-transform;
				color:$accordion-before-hover-color;
				top: 25px;
				position: absolute;
			
			}
		}
		
		
		&:after{
			content:"";
			//height: calc(100% - 8px);
			width: 42px;
			height: 42px;
			border-radius: 6px;
			background-color: $black;
			position: absolute;
			top: 4px;
			right: 4px;
			z-index: 0;
			display: block;
			box-shadow: inset scale-color($black,$lightness:10%) 0 0 0 0;
			transition: box-shadow .3s ease;
		}
		
		
		&:before{		
			content:$accordion-before-content;	
			font-size:$accordion-before-font-size;
			font-weight:$accordion-before-font-weight;	
			font-family:$accordion-before-font-family;
			color:$accordion-before-color;	
			right:$accordion-before-right;
			left:$accordion-before-left;
			top:calc(50% + 9px);	
			transition: all 0.5s ease;			
			z-index: 1;
			line-height:0;
			position: absolute;
		}
	
		.number{
			position:absolute;		
			color:rgba($white,0);
			left:0;
			top:0;
			display:block;		
			
		}
	ul{
		display: none;
		color:$accordion-content-color;
		font-family:$accordion-content-font-family;
		font-weight:$accordion-content-font-weight;
		font-size:$accordion-content-font-size;
		line-height:$accordion-content-line-height;
		margin:$accordion-content-margin;
		padding:$accordion-content-padding;
		padding-left: 0;
		border-top:$accordion-content-border-top;
		border-left:$accordion-content-border-left;
		border-right:$accordion-content-border-right;
		border-bottom:$accordion-content-border-bottom;		
		//background-color: $accordion-content-bg;
			list-style: none;
		text-align:left;
		
		&:last-child{
			border-bottom:$accordion-content-last-border-bottom;
		}
			input{
				display: none;
			}
		li.selectall, li.deselectall{		
				font-size:16px;
				display:inline-block;
				margin: -10px 0 6px 0;
				padding: 10px 0 10px 0px;
				min-height: 36px;				
				font-weight:400;
				text-transform: none;
					
				font-family: $font-family-2;				
				cursor: pointer;
				position: relative;
				color:$color-1;
				transition: color .3s ease;

				&:hover{
					color:$color-2b;
				&:before{	
					border-color:$color-1;			
				}


				}


		}
		
		li.selectall:after{
			content:'|';
			display: inline-block;
			padding: 0 15px; 
			color:$color-1;
		}

		
			
	}
}*/
.accordion {
  background-color: rgba(255, 255, 255, 0) !important;
  text-shadow: none;
}
.accordion .accordion-item {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1.47059rem;
  background-color: #EAEEF1;
  transition: all .3s ease;
  padding-top: 0.58824rem;
  padding-bottom: 0.58824rem;
  border: 8px solid #EAEEF1;
  padding-left: 1.17647rem;
  padding-right: 1.17647rem;
}
@media screen and (min-width: 75em) {
  .accordion .accordion-item {
    border-radius: 12px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .classique .accordion .accordion-item {
    margin-left: -1.17647rem;
    margin-right: -1.17647rem;
    border-radius: 0;
  }
}
.wa-article .sobre .accordion .accordion-item {
  background: #d6dee4;
  border-color: #d6dee4;
}
.wa-article .photo-texte .accordion .accordion-item {
  background: #003E51;
  border-color: #003E51;
}
.wa-article .dark .accordion .accordion-item {
  background: #003545;
  border-color: #003545;
}
.wa-article .accent .accordion .accordion-item {
  background: #ffe6be;
  border-color: #ffe6be;
}
.wa-article .punch .accordion .accordion-item {
  background: #fdd081;
  border-color: #fdd081;
}
.punch .wa-article .classique .accordion .accordion-item {
  background: #fdd081;
  border-color: #fdd081;
}
.accordion .accordion-item.is-active {
  border: 8px solid #EAEEF1;
  background-color: rgba(255, 255, 255, 0);
  padding-top: 0.58824rem;
  padding-bottom: 0.58824rem;
}
@media print, screen and (min-width: 48em) {
  .accordion .accordion-item.is-active {
    padding-top: 1.17647rem;
    padding-bottom: 1.17647rem;
  }
}
@media screen and (min-width: 75em) {
  .accordion .accordion-item.is-active {
    padding-top: 1.76471rem;
    padding-bottom: 1.76471rem;
  }
}
.wa-article .sobre .accordion .accordion-item.is-active {
  background: rgba(255, 255, 255, 0);
}
.wa-article .photo-texte .accordion .accordion-item.is-active {
  background: rgba(255, 255, 255, 0);
}
.wa-article .dark .accordion .accordion-item.is-active {
  background: rgba(255, 255, 255, 0);
}
.wa-article .accent .accordion .accordion-item.is-active {
  background: rgba(255, 255, 255, 0);
}
.wa-article .punch .accordion .accordion-item.is-active {
  background: rgba(255, 255, 255, 0);
}
.punch .wa-article .classique .accordion .accordion-item.is-active {
  background: rgba(255, 255, 255, 0);
}
@media screen and (min-width: 75em) {
  .accordion .accordion-item {
    padding-left: 2.35294rem;
    padding-right: 2.35294rem;
  }
}
@media screen and (min-width: 75em) {
  .col-1 .accordion .accordion-item {
    padding-left: 3.52941rem;
    padding-right: 3.52941rem;
  }
}
@media screen and (min-width: 75em) {
  .col-2 .accordion .accordion-item {
    padding-left: 2.94118rem;
    padding-right: 2.94118rem;
  }
}
.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-color: rgba(255, 255, 255, 0) !important;
  padding: 1.17647rem 2.35294rem 1.17647rem 0;
  margin: 0;
  min-height: inherit;
  text-decoration: none;
  font-family: "Capriola", sans-serif;
  font-weight: 400;
  color: #003E51;
  font-size: 1.17647rem;
  line-height: 1.4;
  position: relative;
  border: none;
  text-transform: none;
  text-align: left;
  transition: all 0.5s ease;
  /*h1{font-size:1.6rem;}
  h2{font-size:1.3rem;}
  h3{font-size:1.25rem;}
  h4{font-size:1.2rem;}
  h5{font-size:1.1rem;}
  h6{font-size:1rem;}*/
}
.wa-article .photo-texte .accordion .accordion-title {
  color: #fff;
}
.wa-article .dark .accordion .accordion-title {
  color: #fff;
}
@media print, screen and (min-width: 48em) {
  .accordion .accordion-title {
    font-size: 1.47059rem;
  }
}
@media screen and (min-width: 120em) {
  .accordion .accordion-title {
    font-size: 1.76471rem;
  }
}
.cols .accordion .accordion-title, .col-2 .accordion .accordion-title {
  font-size: 1.17647rem;
}
@media print, screen and (min-width: 48em) {
  .accordion .accordion-title {
    padding: 1.76471rem 4.11765rem 1.76471rem 0;
  }
}
.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 .subtitle, .accordion .accordion-title .supertitle {
  color: inherit;
  opacity: 0.7;
}
.accordion .accordion-title:hover {
  background-color: #EAEEF1;
  color: #003E51;
  border: none;
  /*@include wa-box-accent(('.photo-texte','.dark','.punch')){color:$white;}
  @include wa-box-accent(('.classique')){.punch &{color:$white;}	}*/
}
.accordion .accordion-title:hover:after {
  box-shadow: rgba(253, 196, 98, 0.5) 0 0 0 4px;
  border-radius: 100px;
  background-color: #fdc462;
  transform: scale(1.1);
}
.wa-article .photo-texte .accordion .accordion-title:hover:after {
  background-color: #fff;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 4px;
}
.wa-article .dark .accordion .accordion-title:hover:after {
  background-color: #fff;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 4px;
}
.wa-article .punch .accordion .accordion-title:hover:after {
  background-color: #fff;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 4px;
}
.punch .wa-article .classique .accordion .accordion-title:hover:after {
  background-color: #fff;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 4px;
}
@media print, screen and (min-width: 48em) {
  .accordion .accordion-title:hover:after {
    box-shadow: rgba(253, 196, 98, 0.25) 0 0 0 8px;
  }
  .wa-article .photo-texte .accordion .accordion-title:hover:after {
    background-color: #fff;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 8px;
  }
  .wa-article .dark .accordion .accordion-title:hover:after {
    background-color: #fff;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 8px;
  }
  .wa-article .punch .accordion .accordion-title:hover:after {
    background-color: #fff;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 8px;
  }
  .punch .wa-article .classique .accordion .accordion-title:hover:after {
    background-color: #fff;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 8px;
  }
}
.accordion .accordion-title:hover:before {
  color: #fff;
}
.wa-article .photo-texte .accordion .accordion-title:hover:before {
  color: #003E51;
}
.wa-article .dark .accordion .accordion-title:hover:before {
  color: #003E51;
}
.wa-article .punch .accordion .accordion-title:hover:before {
  color: #003E51;
}
.punch .wa-article .classique .accordion .accordion-title:hover:before {
  color: #003E51;
}
.accordion .accordion-title:after {
  content: "";
  height: 30px;
  width: 30px;
  border-radius: 100px;
  top: calc(50% - 19px);
  right: 0;
  z-index: 0;
  display: block;
  margin: 4px;
  background-color: #003E51;
  position: absolute;
  box-shadow: rgba(68, 115, 135, 0.2) 0px 0px 0px 4px;
  transition: all .3s ease;
  /*@include wa-box-accent(('.classique')){.punch &{
  	background-color:$color-2; box-shadow:rgba($color-2,0.4) 0px 0px 0px 4px;
  }}*/
}
.wa-article .photo-texte .accordion .accordion-title:after {
  background-color: #fdc462;
  box-shadow: rgba(253, 196, 98, 0.4) 0px 0px 0px 4px;
}
.wa-article .dark .accordion .accordion-title:after {
  background-color: #fdc462;
  box-shadow: rgba(253, 196, 98, 0.4) 0px 0px 0px 4px;
}
@media print, screen and (min-width: 48em) {
  .accordion .accordion-title:after {
    height: 42px;
    width: 42px;
    top: calc(50% - 29px);
    margin: 8px;
    box-shadow: rgba(68, 115, 135, 0.25) 0 0 0 8px;
    /*@include wa-box-accent(('.classique')){.punch &{
    	background-color:$color-2; box-shadow:rgba($color-2,0.4) 0px 0px 0px 8px;
    }}*/
  }
  .wa-article .photo-texte .accordion .accordion-title:after {
    background-color: #fdc462;
    box-shadow: rgba(253, 196, 98, 0.4) 0px 0px 0px 8px;
  }
  .wa-article .dark .accordion .accordion-title:after {
    background-color: #fdc462;
    box-shadow: rgba(253, 196, 98, 0.4) 0px 0px 0px 8px;
  }
}
.accordion .accordion-title:before {
  content: "";
  font-size: 1.17647rem;
  font-weight: 400;
  font-family: FontAwesome;
  color: #fff;
  right: 0.76471rem;
  left: inherit;
  top: calc(50% + 0.47059rem);
  transition: all 0.5s ease;
  z-index: 1;
  line-height: 0;
}
@media print, screen and (min-width: 48em) {
  .accordion .accordion-title:before {
    font-size: 25px;
    right: 21px;
    top: calc(50% + 9px);
  }
}
.accordion .accordion-title .number {
  position: absolute;
  color: rgba(255, 255, 255, 0);
  left: 0;
  top: 0;
  display: block;
}
.accordion .is-active > .accordion-title {
  color: #003E51;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  /*@include wa-box-accent(('.classique')){.punch &{color:$black;}}						
  @include wa-box-accent(('.punch')){color:$black;}*/
}
.wa-article .photo-texte .accordion .is-active > .accordion-title {
  color: #fff;
}
.wa-article .dark .accordion .is-active > .accordion-title {
  color: #fff;
}
.accordion .is-active > .accordion-title:before {
  color: #fff;
  content: "";
  font-weight: 400;
  font-family: FontAwesome;
  left: inherit;
  transition: all 0.5s ease;
  transform: rotate(180deg);
  font-size: 1.17647rem;
  right: 0.76471rem;
  top: calc(50% + 0.47059rem);
}
.wa-article .dark .accordion .is-active > .accordion-title:before {
  color: #003E51;
}
.wa-article .photo-texte .accordion .is-active > .accordion-title:before {
  color: #003E51;
}
@media print, screen and (min-width: 48em) {
  .accordion .is-active > .accordion-title:before {
    font-size: 25px;
    right: 21px;
    top: calc(50% + 9px);
  }
}
.wa-article .dark .accordion .is-active > .accordion-title:after {
  background-color: #fff;
  box-shadow: rgba(234, 238, 241, 0.2) 0px 0px 0px 4px;
}
.wa-article .photo-texte .accordion .is-active > .accordion-title:after {
  background-color: #fff;
  box-shadow: rgba(234, 238, 241, 0.2) 0px 0px 0px 4px;
}
.wa-article .punch .accordion .is-active > .accordion-title:after {
  background-color: #003E51;
  box-shadow: rgba(0, 62, 81, 0.2) 0px 0px 0px 4px;
}
.punch .wa-article .classique .accordion .is-active > .accordion-title:after {
  background-color: #003E51;
  box-shadow: rgba(0, 62, 81, 0.2) 0px 0px 0px 4px;
}
@media print, screen and (min-width: 48em) {
  .wa-article .dark .accordion .is-active > .accordion-title:after {
    box-shadow: rgba(234, 238, 241, 0.2) 0px 0px 0px 8px;
  }
  .wa-article .photo-texte .accordion .is-active > .accordion-title:after {
    box-shadow: rgba(234, 238, 241, 0.2) 0px 0px 0px 8px;
  }
  .wa-article .punch .accordion .is-active > .accordion-title:after {
    background-color: #003E51;
    box-shadow: rgba(0, 62, 81, 0.2) 0px 0px 0px 8px;
  }
  .punch .wa-article .classique .accordion .is-active > .accordion-title:after {
    background-color: #003E51;
    box-shadow: rgba(0, 62, 81, 0.2) 0px 0px 0px 8px;
  }
}
.accordion .is-active > .accordion-title:hover:after {
  background: #fdc462;
}
.punch .wa-article .classique .accordion .is-active > .accordion-title:hover:after {
  background-color: #fff;
  box-shadow: rgba(234, 238, 241, 0.2) 0px 0px 0px 4px;
}
.wa-article .punch .accordion .is-active > .accordion-title:hover:after {
  background-color: #fff;
  box-shadow: rgba(234, 238, 241, 0.2) 0px 0px 0px 4px;
}
.wa-article .dark .accordion .is-active > .accordion-title:hover:after {
  background-color: #fdc462;
  box-shadow: rgba(253, 196, 98, 0.5) 0px 0px 0px 4px;
}
.wa-article .photo-texte .accordion .is-active > .accordion-title:hover:after {
  background-color: #fdc462;
  box-shadow: rgba(253, 196, 98, 0.5) 0px 0px 0px 4px;
}
@media print, screen and (min-width: 48em) {
  .punch .wa-article .classique .accordion .is-active > .accordion-title:hover:after {
    background-color: #fff;
    box-shadow: rgba(234, 238, 241, 0.2) 0px 0px 0px 4px;
  }
  .wa-article .punch .accordion .is-active > .accordion-title:hover:after {
    box-shadow: rgba(234, 238, 241, 0.2) 0px 0px 0px 8px;
  }
  .wa-article .dark .accordion .is-active > .accordion-title:hover:after {
    box-shadow: rgba(253, 196, 98, 0.5) 0px 0px 0px 8px;
  }
  .wa-article .photo-texte .accordion .is-active > .accordion-title:hover:after {
    box-shadow: rgba(253, 196, 98, 0.5) 0px 0px 0px 8px;
  }
}
.wa-article .punch .accordion .is-active > .accordion-title:hover:before {
  color: #003E51;
}
.accordion .accordion-content {
  color: #003E51;
  font-family: "Palanquin", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 0.58824rem 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0) !important;
  text-align: left;
}
.wa-article .photo-texte .accordion .accordion-content {
  color: #fff;
}
.wa-article .dark .accordion .accordion-content {
  color: #fff;
}
.accordion .accordion-content:last-child {
  border-bottom: none;
}

/* liste en grille */
/*
.wa-article .module-liste-grille .wraptitle {
	margin-bottom:10px;

	.subtitle{		
		font-size:15px;
	}
	
	
}
*/
/*.module-liste-grille .columns:after{border-color:rgba($white,0.2);} */
.module-liste-grille {
  font-size: 16px;
}
@media screen and (min-width: 120em) {
  .module-liste-grille {
    font-size: 17px;
  }
}
.module-liste-grille h1 {
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
}
.module-liste-grille h2 {
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
}
.module-liste-grille h3 {
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
}
.module-liste-grille h4 {
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}
.module-liste-grille h5 {
  font-size: 0.9rem;
  margin-bottom: 0.7rem;
}
.module-liste-grille h6 {
  font-size: 0.8rem;
  margin-bottom: 0.7rem;
}
.module-liste-grille .subtitle, .module-liste-grille .supertitle {
  color: inherit;
  opacity: 0.7;
}
.module-liste-grille h1, .module-liste-grille h2, .module-liste-grille h3, .module-liste-grille h4, .module-liste-grille h5, .module-liste-grille h6,
.module-liste-grille .liste-grille-content {
  position: relative;
  z-index: 1;
}
.module-liste-grille h1 .fa, .module-liste-grille h2 .fa, .module-liste-grille h3 .fa, .module-liste-grille h4 .fa, .module-liste-grille h5 .fa, .module-liste-grille h6 .fa {
  padding-bottom: 1.47059rem;
  display: block;
  font-size: 2.64706rem;
  font-weight: 400 !important;
  text-align: center;
}
.module-liste-grille .columns, .module-liste-grille .cell {
  position: relative;
  padding: 2.35294rem 1.17647rem 1.76471rem;
  margin-bottom: 20px;
  border: 6px solid #D0DCE1;
  border-radius: 12px;
  z-index: 0;
  transform: translate(0px, 0px);
  transition: box-shadow .3s ease;
  box-shadow: rgba(68, 115, 135, 0.2) 0px 0px 0px;
  /*&:before{
  	content:'';
  	background-color:$white;
  	display: block;
  	width:100%;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	border-radius:12px;
  	left: 0;
  	z-index: -1;
  	transition:all .3s ease;
  	box-shadow:rgba(#300E34,0.25) 0 0 0px;
  }	
  				
  &:after{
  	content:'';
  	background:$color-2;
  	position: absolute;
  	bottom:-7px;
  	height: 7px;
  	border-radius:0 0 12px 12px;
  	width: calc(100% - 66px);
  	left:33px;
  	display: block;	
  	transition:bottom .3s ease;
  }
  */
}
.punch .wa-article .classique .module-liste-grille .columns, .punch .wa-article .classique .module-liste-grille .cell {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: #fdb73f 0px 0px 0px;
}
.wa-article .punch .module-liste-grille .columns, .wa-article .punch .module-liste-grille .cell {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: #fdb73f 0px 0px 0px;
}
.wa-article .accent .module-liste-grille .columns, .wa-article .accent .module-liste-grille .cell {
  border-color: rgba(253, 196, 98, 0.4);
  box-shadow: rgba(253, 196, 98, 0.2) 0px 0px 0px;
}
.wa-article .sobre .module-liste-grille .columns, .wa-article .sobre .module-liste-grille .cell {
  border-color: rgba(68, 115, 135, 0.2);
  box-shadow: #fff 0px 0px 0px;
}
.wa-article .photo-texte .module-liste-grille .columns, .wa-article .photo-texte .module-liste-grille .cell {
  background: rgba(0, 62, 81, 0.9);
  border-color: rgba(234, 238, 241, 0.1);
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px;
}
@media print, screen and (min-width: 48em) {
  .module-liste-grille .columns, .module-liste-grille .cell {
    margin-bottom: 30px;
    border-width: 8px;
  }
}
@media print, screen and (min-width: 64em) {
  .module-liste-grille .columns, .module-liste-grille .cell {
    padding: 2.94118rem 1.76471rem 1.76471rem;
  }
}
@media screen and (min-width: 75em) {
  .module-liste-grille .columns, .module-liste-grille .cell {
    border-radius: 24px;
  }
}
.module-liste-grille .columns img.wa_img_cadre, .module-liste-grille .cell img.wa_img_cadre {
  display: block;
}
.module-liste-grille .columns:hover, .module-liste-grille .cell:hover {
  box-shadow: rgba(68, 115, 135, 0.2) 0px 0px 50px;
  /*&:before{
  	border-radius:16px;
  	top: -10px;							
  	height: calc(100% + 20px);
  	box-shadow:rgba(#300E34,0.25) 0 0 60px;				
  }
  &:after{
  	bottom: -17px;
  }*/
}
.punch .wa-article .classique .module-liste-grille .columns:hover, .punch .wa-article .classique .module-liste-grille .cell:hover {
  box-shadow: #fdb73f 0px 0px 50px;
}
.wa-article .punch .module-liste-grille .columns:hover, .wa-article .punch .module-liste-grille .cell:hover {
  box-shadow: #fdb73f 0px 0px 50px;
}
.wa-article .accent .module-liste-grille .columns:hover, .wa-article .accent .module-liste-grille .cell:hover {
  box-shadow: rgba(253, 196, 98, 0.2) 0px 0px 50px;
}
.wa-article .sobre .module-liste-grille .columns:hover, .wa-article .sobre .module-liste-grille .cell:hover {
  box-shadow: #fff 0px 0px 50px;
}
.wa-article .photo-texte .module-liste-grille .columns:hover, .wa-article .photo-texte .module-liste-grille .cell:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 50px;
}
.module-liste-grille .liste-grille-content .columns, .module-liste-grille .liste-grille-content .cell {
  padding: 0;
  border: none;
}
.module-liste-grille .liste-grille-content .columns:after, .module-liste-grille .liste-grille-content .cell:after {
  display: none;
}

/* ------- accordion et onglets-accordion sous-titre et surtitre --------- */
/*
.wa-article .module-liste .accordion-item .accordion-title .wraptitle, 
.module-liste .accordion-item .accordion-title .wraptitle{
	margin-bottom:0;
	
	h1, h2, h3, h4, h5, h6, .subtitle{
		display: inline;		
	}
	
	.supertitle, .subtitle{ 
		display: inline;
		color:inherit;
		font-size:0.9rem;
		font-weight: 400;
		padding-left: 0;
		letter-spacing: normal;
		font-family: $font-family-2;
		font-weight: 400;
		
	}
	
	.supertitle{		
			
		&:after{
			content:'|';
			font-family: $font-family-1;
			font-weight: 400;
			padding-left: 9px;
			padding-right: 9px;
			display: inline;
			font-size: 15px;
			color:inherit;
			opacity: 0.2;
		}
	}
	.subtitle{		
		
		&:before{
			content:'|';
			font-family: $font-family-1;
			font-weight: 400;
			padding-left: 9px;
			padding-right: 9px;
			display: inline;
			font-size: 15px;			
			opacity: 0.2;
		}
	}
	
	
		
}


*/
/**************************************** */
/* ------ module TABS ------ */
.wa-article .module-liste-tab ul.tabs li {
  padding-bottom: 0;
}
.wa-article .module-liste-tab ul.tabs li a .wraptitle {
  color: inherit;
  margin-bottom: 0;
  transition: color .3s ease;
}
.wa-article .module-liste-tab ul.tabs li a .wraptitle .subtitle, .wa-article .module-liste-tab ul.tabs li a .wraptitle .supertitle {
  font-size: 0.8rem;
  color: inherit;
  opacity: 0.7;
  font-weight: 400;
  padding-left: 0;
  transition: color .3s ease;
}
.wa-article .module-liste-tab ul.tabs li a .wraptitle .subtitle:before, .wa-article .module-liste-tab ul.tabs li a .wraptitle .supertitle:before {
  display: none;
}
.wa-article .module-liste-tab ul.tabs li:first-child {
  margin-top: 0;
}

.wa-article .module-liste-tab ul.accordion {
  margin: 0;
  padding: 0;
}
.wa-article .module-liste-tab ul.accordion .accordion-content {
  margin-bottom: 0;
  padding-bottom: 0;
}

.module-liste-tab ul.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  border: none;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0);
}
.module-liste-tab ul.tabs li.tabs-title {
  display: flex;
  margin-right: 5px;
  color: #003E51;
  transition: all .3s ease;
  align-items: center;
  font-family: "Palanquin", sans-serif;
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 700;
  max-width: 200px;
  outline: none;
  border: none;
  background: #EAEEF1;
  text-transform: none;
  border-radius: 6px;
}
@media print, screen and (max-width: 47.99875em) {
  .classique .module-liste-tab ul.tabs li.tabs-title {
    border-radius: 0px;
  }
}
.wa-article .sobre .module-liste-tab ul.tabs li.tabs-title {
  background: #fff;
}
.wa-article .accent .module-liste-tab ul.tabs li.tabs-title {
  background: #fff;
}
.wa-article .punch .module-liste-tab ul.tabs li.tabs-title {
  background: #fff;
}
.wa-article .dark .module-liste-tab ul.tabs li.tabs-title {
  background: #fff;
}
.wa-article .photo-texte .module-liste-tab ul.tabs li.tabs-title {
  background: #fff;
}
.module-liste-tab ul.tabs li.tabs-title a {
  background: rgba(255, 255, 255, 0);
  text-decoration: none;
  color: inherit !important;
  line-height: inherit;
  font-size: inherit;
  text-align: center;
  border: none;
  transition: all .3s ease;
  font-weight: inherit;
}
.module-liste-tab ul.tabs li.tabs-title a h1, .module-liste-tab ul.tabs li.tabs-title a h2, .module-liste-tab ul.tabs li.tabs-title a h3, .module-liste-tab ul.tabs li.tabs-title a h4, .module-liste-tab ul.tabs li.tabs-title a h5, .module-liste-tab ul.tabs li.tabs-title a h6 {
  color: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  transition: color .3s ease;
  text-transform: inherit;
  transition: all .3s ease;
  font-weight: inherit;
}
.module-liste-tab ul.tabs li.tabs-title a:hover, .module-liste-tab ul.tabs li.tabs-title a:focus {
  color: inherit !important;
}
.module-liste-tab ul.tabs li.tabs-title a:hover a:after, .module-liste-tab ul.tabs li.tabs-title a:hover a:focus:after, .module-liste-tab ul.tabs li.tabs-title a:focus a:after, .module-liste-tab ul.tabs li.tabs-title a:focus a:focus:after {
  width: 2.35294rem;
}
.module-liste-tab ul.tabs li.tabs-title:hover {
  background: #fdc462;
  color: #003E51;
}
.wa-article .sobre .module-liste-tab ul.tabs li.tabs-title:hover {
  background: #fdc462;
}
.wa-article .accent .module-liste-tab ul.tabs li.tabs-title:hover {
  background: #fdc462;
}
.wa-article .dark .module-liste-tab ul.tabs li.tabs-title:hover {
  background: #fdc462;
}
.wa-article .photo-texte .module-liste-tab ul.tabs li.tabs-title:hover {
  background: #fdc462;
}
.wa-article .punch .module-liste-tab ul.tabs li.tabs-title:hover {
  background: #003E51;
  color: #fff;
}
.module-liste-tab ul.tabs li.tabs-title:hover a, .module-liste-tab ul.tabs li.tabs-title:hover a:focus, .module-liste-tab ul.tabs li.tabs-title:hover a:hover {
  color: inherit;
}
.module-liste-tab ul.tabs li.tabs-title.is-active, .module-liste-tab ul.tabs li.tabs-title.is-active:hover {
  color: #003E51;
  background: #fdc462;
}
.wa-article .sobre .module-liste-tab ul.tabs li.tabs-title.is-active, .wa-article .sobre .module-liste-tab ul.tabs li.tabs-title.is-active:hover {
  background: #fdc462;
}
.wa-article .accent .module-liste-tab ul.tabs li.tabs-title.is-active, .wa-article .accent .module-liste-tab ul.tabs li.tabs-title.is-active:hover {
  background: #fdc462;
}
.wa-article .dark .module-liste-tab ul.tabs li.tabs-title.is-active, .wa-article .dark .module-liste-tab ul.tabs li.tabs-title.is-active:hover {
  background: #fdc462;
}
.wa-article .photo-texte .module-liste-tab ul.tabs li.tabs-title.is-active, .wa-article .photo-texte .module-liste-tab ul.tabs li.tabs-title.is-active:hover {
  background: #fdc462;
}
.wa-article .punch .module-liste-tab ul.tabs li.tabs-title.is-active, .wa-article .punch .module-liste-tab ul.tabs li.tabs-title.is-active:hover {
  background: #003E51;
  color: #fff;
}
.module-liste-tab ul.tabs li.tabs-title.is-active a, .module-liste-tab ul.tabs li.tabs-title.is-active a:focus, .module-liste-tab ul.tabs li.tabs-title.is-active a:hover, .module-liste-tab ul.tabs li.tabs-title.is-active:hover a, .module-liste-tab ul.tabs li.tabs-title.is-active:hover a:focus, .module-liste-tab ul.tabs li.tabs-title.is-active:hover a:hover {
  color: inherit;
}
.module-liste-tab ul.tabs li.tabs-title .number {
  display: none;
}
.module-liste-tab .tabs-content {
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
.module-liste-tab .tabs-content .tabs-panel {
  padding: 30px 6px 0;
  border: none;
}

#back-top {
  background-color: rgba(0, 62, 81, 0.5);
  transition: all .3s ease;
  opacity: 0;
  border-radius: 0;
  visibility: hidden;
  position: fixed;
  right: 0.88235rem;
  bottom: 0;
  width: 2.35294rem;
  height: 2.35294rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 1.41176rem;
  z-index: 4;
  padding-top: 0.29412rem;
  cursor: default;
}
#back-top:hover {
  background-color: #fdbc4e;
  color: #fff;
}
#back-top.back-top-show {
  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%;
}

@media print, screen and (min-width: 48em) {
  .video-right {
    width: 40%;
    float: right;
    margin-left: 60px;
    margin-bottom: 40px;
    display: block;
  }
}

/*===========Ancres ========== */
/*@include breakpoint(medium down){
	div:target {
		padding-top: 72px; 
		margin-top: -72px;	
	}
}

@include breakpoint(large){
	div:target {
		padding-top: 120px; 
		margin-top: -120px;	
	}
}*/
.Ancres {
  display: inline-block;
  max-width: 100%;
  margin: -10px auto 0;
}

a.AncreItem, a.AncreItem:focus {
  display: inline-block;
  margin: 0 20px 6px 0;
  padding: 10px 27px 10px 0;
  font-family: "Capriola", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  font-size: 14px;
  opacity: 0.7;
  position: relative;
  text-decoration: none;
  text-transform: none;
  min-height: 36px;
  color: inherit !important;
  transition: opacity 0.3s ease;
}
a.AncreItem:before, a.AncreItem:focus:before {
  content: '';
  height: 4px;
  background: #fdc462;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width .3s ease, background .3s ease;
}
.wa-article .accent a.AncreItem:before, .wa-article .accent a.AncreItem:focus:before {
  background: #fdc462;
}
.wa-article .photo-texte a.AncreItem:before, .wa-article .photo-texte a.AncreItem:focus:before {
  background: #fdc462;
}
.wa-article .sobre a.AncreItem:before, .wa-article .sobre a.AncreItem:focus:before {
  background: #fdc462;
}
.wa-article .dark a.AncreItem:before, .wa-article .dark a.AncreItem:focus:before {
  background: #fdc462;
}
.wa-article .photo-texte a.AncreItem:before, .wa-article .photo-texte a.AncreItem:focus:before {
  background: #fdc462;
}
.wa-article .punch a.AncreItem:before, .wa-article .punch a.AncreItem:focus:before {
  background: #fff;
}
.punch .wa-article .classique a.AncreItem:before, .punch .wa-article .classique a.AncreItem:focus:before {
  background: #fff;
}
a.AncreItem:after, a.AncreItem:focus:after {
  font-family: FontAwesome;
  position: absolute;
  font-size: 15px;
  right: 0;
  top: 10px;
  content: '\f107';
  display: inline-block;
  font-weight: 400;
  margin-top: 0;
  width: 21px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: margin .3s ease;
}
a.AncreItem:hover, a.AncreItem:focus:hover {
  color: inherit !important;
  text-decoration: none;
  opacity: 1;
}
a.AncreItem:hover:before, a.AncreItem:focus:hover:before {
  width: 2.35294rem;
}
a.AncreItem:hover:after, a.AncreItem:focus:hover:after {
  margin-top: 2px;
}

/* ======= Crédit photo ======= */
.div-credit-photo {
  max-width: 100%;
  display: inline-block;
  text-align: inherit;
  font-style: italic;
  clear: both;
}
.div-credit-photo.credit-gauche {
  display: block;
  margin: 0 0 1.76471rem;
}
@media print, screen and (min-width: 48em) {
  .div-credit-photo.credit-gauche {
    float: left;
    margin: 0 1.76471rem 1.76471rem 0;
  }
}
.div-credit-photo.credit-droite {
  display: block;
  margin: 0 0 1.76471rem;
}
@media print, screen and (min-width: 48em) {
  .div-credit-photo.credit-droite {
    float: right;
    margin: 0 0 1.76471rem 1.76471rem;
    text-align: right;
  }
}
.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;
}

a.lightbox, a.lightbox:focus, a.lightbox:hover {
  color: inherit;
  text-decoration: none;
}

.credit-photo,
.div-credit-photo .credit-photo {
  position: relative;
  font-family: "Palanquin", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 13px;
  color: inherit;
  opacity: 0.7;
  margin: 0;
  padding: 2px 0 0 0;
  display: block;
  clear: both;
}

.div-credit-photo.credit-gauche .credit-photo,
.div-credit-photo.credit-droite .credit-photo {
  padding-top: 2px;
}

/* button image */
/*------- photo bande titre noir avec transition -------- */
.div-credit-photo .button-image .credit-photo {
  position: relative;
  text-align: left;
  color: #bbb;
  opacity: 0;
  font-size: 0.70588rem;
  line-height: 0.82353rem;
  z-index: 4;
}

.div-credit-photo .button-image:hover .credit-photo {
  opacity: 1;
}

a.button-image,
a.button-image:focus {
  overflow: hidden;
  display: block;
  position: relative;
  text-decoration: none;
  margin-bottom: 30px;
  transition: box-shadow .3s ease;
  z-index: 0;
  max-width: 100%;
  background: #003E51;
  padding-top: 100%;
  padding-bottom: 8.82353rem;
}
a.button-image:before,
a.button-image:focus:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(161, 185, 195, 0)), to(rgba(0, 62, 81, 0.6)));
  background: -webkit-linear-gradient(top, rgba(161, 185, 195, 0), rgba(0, 62, 81, 0.6));
  background: -moz-linear-gradient(top, rgba(161, 185, 195, 0), rgba(0, 62, 81, 0.6));
  background: -o-linear-gradient(top, rgba(161, 185, 195, 0), rgba(0, 62, 81, 0.6));
  background: -ms-linear-gradient(top, rgba(161, 185, 195, 0), rgba(0, 62, 81, 0.6));
  background: linear-gradient(top, rgba(161, 185, 195, 0), rgba(0, 62, 81, 0.6));
  background-color: rgba(161, 185, 195, 0);
}
a.button-image img,
a.button-image:focus img {
  position: absolute;
  width: auto;
  height: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: scale(1.005) translate(-50%, -50%);
  transition: transform 5s ease;
  transform-origin: center left;
}
a.button-image .div-credit-photo,
a.button-image:focus .div-credit-photo {
  width: 100% !important;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
}
a.button-image .div-credit-photo img,
a.button-image:focus .div-credit-photo img {
  display: inline-block;
  width: auto;
  height: 100%;
  max-width: initial;
}
a.button-image .button-image-titre,
a.button-image:focus .button-image-titre {
  color: #fff;
  display: block;
  width: 100%;
  padding: 0 1.76471rem 8.82353rem;
  font-size: 12px;
  line-height: 1.4;
  z-index: 2;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: color .3s ease;
  text-shadow: none;
}
a.button-image .button-image-titre:after,
a.button-image:focus .button-image-titre:after {
  width: 2.47059rem;
  height: 2.47059rem;
  background: #fdc462;
  line-height: 0;
  padding-top: 1.17647rem;
  border-radius: 100px;
  position: absolute;
  font-size: 1.35294rem;
  color: #fff;
  box-shadow: 0px 0px 0px 6px rgba(253, 196, 98, 0.25);
  text-align: center;
  display: inline-block;
  font-family: FontAwesome;
  content: '\f105';
  text-decoration: none;
  bottom: 4.70588rem;
  right: 50%;
  transform: translate(50%, 0);
  z-index: 2;
  font-weight: 400;
  transition: all .3s ease;
}
a.button-image .button-image-titre .button-image-title,
a.button-image:focus .button-image-titre .button-image-title {
  font-size: 22px;
  line-height: 1.1;
  font-family: "Capriola", sans-serif;
  font-weight: 400;
  text-transform: none;
  display: block;
  padding-bottom: 0.35294rem;
}
.wa-article .photo-texte a.button-image .button-image-titre .button-image-title, .wa-article .photo-texte
a.button-image:focus .button-image-titre .button-image-title {
  color: #fff;
}
a.button-image .button-image-description,
a.button-image:focus .button-image-description {
  display: block;
  font-size: 0.9rem;
}
a.button-image .button-image-description .credit-photo,
a.button-image:focus .button-image-description .credit-photo {
  position: absolute;
  bottom: 0;
  left: 0;
  text-shadow: #000 1px 0 0,#000 -1px 0 0,#000 0 1px 0,#000 0 -1px 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  display: block;
  text-align: right;
  font-weight: normal;
  margin: 0;
  padding: 0 5px 5px 5px;
  width: 100%;
}
a.button-image:hover img,
a.button-image:focus:hover img {
  transform: scale(1.1) translate(-50%, -50%);
}
a.button-image:hover .button-image-titre,
a.button-image:focus:hover .button-image-titre {
  /*color:scale-color($medium-gray, $lightness:30%);*/
}
a.button-image:hover .button-image-titre:after,
a.button-image:focus:hover .button-image-titre:after {
  background: #fff;
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.25);
  color: #003E51;
}

/*a.button-image, 
a.button-image:focus{
	overflow:hidden;
	display:block;	
	position:relative;
	text-decoration:none;
	margin-bottom:30px;	
	transition:box-shadow .3s ease;		
	z-index: 0;
	max-width: 100%;		
	img{
		width:100%;
		height:auto;
		max-width: 100%;
		position:relative;	
		z-index: 0;						
		transform:scale(1.005);
		transition:transform 5s ease;	
		transform-origin: bottom center;
	}
	
	.div-credit-photo{
		width:100%; 
		margin-bottom:0; 
		padding-bottom:0;
		img{ 
			display:inline-block; 
			width:100%;
			height:auto;
			max-width: 100%;
		}
	}
	
	.button-image-titre{
		color:$color-1b;			
		display:block;	
		width:100%;					
		padding:rem-calc(35 30 80);
		font-size:12px;
		line-height:1.4;				
		z-index:2;
		text-align:center;
		position:relative;		
		border:6px solid rgba($color-1c,0.25);
		border-top:none;
		transition:color .3s ease;
		text-shadow:none;
		
		@include wa-box-accent(('.photo-texte')){
			background:$color-1;	
			color:rgba($white,0.8);
		}
		
		&:before{
		content:'';				
		position:absolute;
		top:0;
		left:-8px;
		width:calc(100% + 16px);
		height:100%;
		z-index: -1;					
		background: -webkit-gradient(linear, left top, right top, from(rgba(161, 185, 195, 0)), to(rgba(0, 62, 81, 0.6)));
		background: -webkit-linear-gradient(top, rgba(161, 185, 195, 0), rgba(0, 62, 81, 0.6));
		background: -moz-linear-gradient(top, rgba(161, 185, 195, 0), rgba(0, 62, 81, 0.6));
		background: -o-linear-gradient(top, rgba(161, 185, 195, 0), rgba(0, 62, 81, 0.6));
		background: -ms-linear-gradient(top, rgba(161, 185, 195, 0), rgba(0, 62, 81, 0.6));
		background: linear-gradient(top, rgba(161, 185, 195, 0), rgba(0, 62, 81, 0.6));
		background-color: rgba(161, 185, 195, 0);
		transform:translateY(-100%);
	}
		
		
				
		&:after{						
			width:rem-calc(42); 
			height:rem-calc(42);
			background:$color-2;
			line-height:0;
			padding-top:rem-calc(20);
			border-radius: 100px;
			position:absolute;
			font-size:rem-calc(23);
			color:$white;
			box-shadow:0px 0px 0px 6px rgba($color-2,0.25);
			text-align:center;		
			display:inline-block; 
			font-family: FontAwesome;			 
			content: '\f105';
			text-decoration:none;
			bottom:20px; 
			right:50%;
			transform: translate(50%,0);			
			z-index: 2;
			font-weight: 400;
			transition:all .3s ease;
			
			@include wa-box-accent(('.photo-texte')){				
				box-shadow:0px 0px 0px 6px rgba($white,0.25);
			}
		}		
		
		.button-image-title{
			font-size:22px;
			line-height: 1.1;
			font-family: $font-family-2;
			font-weight:400;
			text-transform: none;			
			display: block;
			padding-bottom: rem-calc(6);
			
			@include wa-box-accent(('.photo-texte')){				
				color:$white;
			}
			
		}
		
	}
		
	.button-image-description{ 
		display: block;	
		font-size:0.9rem;		
			
			.credit-photo{ 	
				position: absolute;
				top: 0;
				left: 0;
				transform:translate(0px, -100%);
				text-shadow: #000 1px 0 0,#000 -1px 0 0,#000 0 1px 0,#000 0 -1px 0;
				color:$white;
				font-size:12px;
				line-height: 1.4;
				display: block;	
				text-align:right;				
				font-weight: normal;
				margin: 0;
				padding: 0 5px 5px 5px;
				width: 100%;
				
			}		
	}
	

	&:hover{		
		&:before{			
		}
		
		img{transform: scale(1.1);}
		
		.button-image-titre{		
			&:after{				
				background:rgba($black,0.3);
				box-shadow:0px 0px 0px 6px rgba($medium-gray,0.25);	
				@include wa-box-accent(('.photo-texte')){
					background:$light-gray;	
					color:$black;
					box-shadow:0px 0px 0px 6px rgba($light-gray,0.15);	
				}
				
			}	
			
		}

					

	}
}
*/
.cols .ul-list-col-4 a.button-image .button-image-titre, .cols .ul-list-col-4 a.button-image:focus .button-image-titre, .cols .ul-list-col-3 a.button-image .button-image-titre, .cols .ul-list-col-3 a.button-image:focus .button-image-titre, .col-2 .ul-list-col-4 a.button-image .button-image-titre, .col-2 .ul-list-col-4 a.button-image:focus .button-image-titre, .col-2 .ul-list-col-3 a.button-image .button-image-titre, .col-2 .ul-list-col-3 a.button-image:focus .button-image-titre {
  padding-top: 78%;
}
@media print, screen and (min-width: 64em) {
  .cols .ul-list-col-4 a.button-image .button-image-titre:after, .cols .ul-list-col-4 a.button-image:focus .button-image-titre:after, .cols .ul-list-col-3 a.button-image .button-image-titre:after, .cols .ul-list-col-3 a.button-image:focus .button-image-titre:after, .col-2 .ul-list-col-4 a.button-image .button-image-titre:after, .col-2 .ul-list-col-4 a.button-image:focus .button-image-titre:after, .col-2 .ul-list-col-3 a.button-image .button-image-titre:after, .col-2 .ul-list-col-3 a.button-image:focus .button-image-titre:after {
    width: 2.11765rem;
    height: 2.11765rem;
    font-size: 1.17647rem;
    padding-top: 0.94118rem;
  }
  .cols .ul-list-col-4 a.button-image .button-image-titre .button-image-title, .cols .ul-list-col-4 a.button-image:focus .button-image-titre .button-image-title, .cols .ul-list-col-3 a.button-image .button-image-titre .button-image-title, .cols .ul-list-col-3 a.button-image:focus .button-image-titre .button-image-title, .col-2 .ul-list-col-4 a.button-image .button-image-titre .button-image-title, .col-2 .ul-list-col-4 a.button-image:focus .button-image-titre .button-image-title, .col-2 .ul-list-col-3 a.button-image .button-image-titre .button-image-title, .col-2 .ul-list-col-3 a.button-image:focus .button-image-titre .button-image-title {
    font-size: 1.05882rem;
  }
}

/* ------------- */
.wa-zone .wa-article {
  margin-bottom: 3.52941rem;
}

.callout-padding-LR {
  padding: 2.94118rem 1.76471rem;
}
@media screen and (min-width: 75em) {
  .callout-padding-LR {
    padding-left: 4.11765rem;
    padding-right: 4.11765rem;
  }
}

.callout-LR {
  padding-top: 2.94118rem;
  padding-bottom: 2.94118rem;
}
@media screen and (min-width: 75em) {
  .callout-LR {
    padding-left: 4.11765rem;
    padding-right: 4.11765rem;
  }
}

@media screen and (min-width: 75em) {
  .section-padding-L {
    padding-left: 4.70588rem;
  }
}
@media screen and (min-width: 120em) {
  .section-padding-L {
    padding-left: 6.76471rem;
  }
}

@media screen and (min-width: 75em) {
  .section-padding-R {
    padding-right: 4.70588rem;
  }
}
@media screen and (min-width: 120em) {
  .section-padding-R {
    padding-right: 6.76471rem;
  }
}

.section-padding-LR {
  padding-left: 1.17647rem;
  padding-right: 1.17647rem;
}
@media print, screen and (min-width: 48em) {
  .section-padding-LR {
    padding-left: 2.35294rem;
    padding-right: 2.35294rem;
  }
}
@media screen and (min-width: 75em) {
  .section-padding-LR {
    padding-left: 4.70588rem;
    padding-right: 4.70588rem;
  }
}
@media screen and (min-width: 120em) {
  .section-padding-LR {
    padding-left: 6.76471rem;
    padding-right: 6.76471rem;
  }
}

/* Padding section */
.section-padding {
  padding-top: 3.52941rem;
  padding-bottom: 1.17647rem;
}
@media screen and (min-width: 75em) {
  .section-padding {
    padding-top: 5.88235rem;
    padding-bottom: 3.52941rem;
  }
  .section-slider-title .section-padding {
    padding-top: 2.94118rem;
  }
}

.bloc-espace {
  display: block;
  height: 1.17647rem;
  margin: 0;
  padding: 0;
  border: none;
}
@media screen and (min-width: 75em) {
  .bloc-espace {
    height: 3.52941rem;
  }
}

.section-padding-top:not(.section-padding-top-none) {
  padding-top: 3.52941rem;
}
@media screen and (min-width: 75em) {
  .section-padding-top:not(.section-padding-top-none) {
    padding-top: 5.88235rem;
  }
}

.section-padding-bottom {
  padding-top: 1.17647rem;
}
@media screen and (min-width: 75em) {
  .section-padding-bottom {
    padding-top: 3.52941rem;
  }
}

.between-zone-padding-top {
  height: 1.17647rem;
  display: block;
  width: 100%;
}

.between-zone {
  margin-top: 2.94118rem;
  /*
  transform:translate(0px, -90px);
  margin-bottom: -90px;
  
  @include breakpoint(medium){
  	transform:translate(0px, -130px);
  	margin-bottom: -130px;
  }*/
}
@media print, screen and (min-width: 48em) {
  .between-zone {
    margin-top: 5.88235rem;
  }
}

.col-marge-top {
  z-index: 1;
  position: relative;
  height: 2.94118rem;
  padding: 0 0 0 5rem;
  margin-left: -4.70588rem !important;
  margin-right: -75% !important;
}
@media screen and (min-width: 90em) {
  .col-marge-top {
    height: 5.88235rem;
    margin-top: -5.88235rem;
    padding: 4.70588rem 0 0 5rem;
  }
}

/*
main.contenu{
	position: relative;
		div.wa-article:first-of-type{
		@include breakpoint(medium){
			//@include padding-direction('top', 1);
					&:before{				
			@include breakpoint(large){
					content:'';
					background-color: $white;
					 width: rem-calc(700);
					 height: rem-calc(200);
					display: block;
					position: absolute;
					left:rem-calc(-70);
					bottom: rem-calc(-20);
				z-index: -1;
				.inverse &{
				background-color: #F4F4F5;
				}
				}
			}
		}
	}
}*/
/*
.webartchitecte.edit-mode .between-zone.space-supp{
	transform:translate(0px, 0px);
	margin-bottom: 0px;
	
	@include breakpoint(medium){
		transform:translate(0px, 0px);
		margin-bottom:0px;
	}	
}
*/
/*
.section-padding-LR{
	padding:0;
	
	@include breakpoint(medium){
		padding-left: calc(65px - ( 30px / 2 ));
		padding-right: calc(65px - ( 30px / 2 ));
	}
	
	@include breakpoint(xlarge){
		padding-left: calc(100px - ( 30px / 2 ));
		padding-right: calc(100px - ( 30px / 2 ));
	}
}*/
/* Margin section */
/*
.margin-left-small{ 
	padding-left:34px;
	
}
*/
/*
.row-100{
	.wa-article:last-of-type{
		.box-marge{
			margin-bottom:0;
		}	
	}
}
*/
/* Box Boite*/
/* fond gris */
/* couleur bordure simple */
/* couleur border */
/* -------- Boîte ---------*/
.box-padding {
  padding: 2.35294rem 1.17647rem 1.76471rem;
}
@media print, screen and (min-width: 48em) {
  .box-padding {
    padding: 2.94118rem 1.76471rem 1.76471rem;
  }
}
@media screen and (min-width: 75em) {
  .box-padding {
    padding: 2.94118rem 2.35294rem 1.76471rem;
  }
  .col-2 .box-padding {
    padding: 3.52941rem 2.94118rem 2.35294rem;
  }
  .col-1 .box-padding {
    padding: 3.52941rem 3.52941rem 2.35294rem;
  }
}

.box-shadow {
  box-shadow: rgba(0, 62, 81, 0.25) 0 0 60px;
}

.box-arrondi {
  border-radius: 0;
  overflow: hidden;
  display: block;
}

.box-radius {
  border-radius: 0;
}

.box-marge {
  margin: 0 0 2.35294rem 0;
  /*.section .grid-x:last-of-type .cell .wa-article:last-of-type & {
  	margin-bottom: 0;
  	
  }*/
}

/*
.col-1{
	.box-marge{
		@include breakpoint(large){
			margin:$callout-margin;		
		}
	}
}
*/
/* background light */
.bg-light {
  background-color: #fff;
}

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

.punch {
  background-color: #fdc462;
}

.bg-accent, .accent {
  background-color: #fff3e0;
}

/* background dark */
.bg-dark {
  background-color: #003E51;
  color: #fff;
}
.bg-dark a {
  color: #fff;
}

@media print, screen and (max-width: 47.99875em) {
  .wa-article .box-padding.sobre,
  .wa-article .box-padding.punch,
  .wa-article .box-padding.dark,
  .wa-article .box-padding.accent {
    margin-left: -1.17647rem;
    margin-right: -1.17647rem;
    width: calc(100% + 2.35294rem);
  }
}
@media print, screen and (min-width: 48em) {
  .wa-article .box-padding.sobre,
  .wa-article .box-padding.punch,
  .wa-article .box-padding.dark,
  .wa-article .box-padding.accent {
    border-radius: 12px;
  }
}

.bg-accent.bg-absolute-L {
  position: relative;
  z-index: 1;
}
.bg-accent.bg-absolute-L:before {
  content: '';
  background: #fff3e0;
  height: 100%;
  width: calc(30vw + 2px);
  left: -30vw;
  top: 0;
  position: absolute;
  z-index: -1;
  display: block;
}

/*
.ornement-box-bottom{
	position:relative;

		&:after{
			content:'';
			background-color: $color-2;
			position: absolute;
			bottom:-10px;
			height: 7px;
			border-radius: 0 0 12px 12px;
			width: calc(100% - 66px);
			left:33px;
			display: block;			
		}
	&:before {
		content:'';
		 width: 100%;
		height:rem-calc(6);
		background:linear-gradient(to right, $color-1, $color-1b);
	}
	&.box-marge{
		margin-bottom:calc(2.94118rem + 7px);
	}
	
	
	
}
*/
.cadre-simple {
  border: 8px solid rgba(68, 115, 135, 0.25);
  border-radius: 12px;
  /*
  &.ornement-box-bottom:after{
  	background-color: $color-1;		
  }*/
}

.cadre-stylise {
  position: relative;
  margin-bottom: 2.82353rem;
}
.cadre-stylise:before {
  position: absolute;
  content: '';
  background: #fdc462;
  display: block;
  z-index: 0;
  bottom: -0.47059rem;
  width: calc(100% - 2.35294rem);
  height: 0.47059rem;
  left: 1.17647rem;
}
.wa-article .punch .cadre-stylise:before {
  background: #003E51;
}
.punch .wa-article .classique .cadre-stylise:before {
  background: #003E51;
}

.wa-article {
  /* Alignement Titre editeur center right
  ----------------------------- */
  /*Surtitre et sous-titre 
  -----------------------------*/
  /* ------------ Ornement  ----------- */
  /* Boîte Sobre 
  --------------------------------*/
  /* Boîte photo texte 
  --------------------------------*/
  	/*a.link-absolute-hover{
  		position: absolute;
  		display: block;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		text-decoration: none;
  		padding-top: 25px;
  		padding-left: 50px;
  		padding-right: 50px;
  		text-transform: none;
  		font-weight: 700;
  		font-size:30px;
  		font-family:$font-family-2;
  		text-align: center;
  		color:rgba($white,0);
  		z-index: 1;
  		opacity: 0;
  		transition: opacity .5s ease, color .5s ease;
  		text-shadow: none;
  
  		&:after{
  			content:'';
  			width: 90px;
  			height: 2px;
  			background-color: $color-2;
  			display: block;
  			margin-top: 15px;
  			margin-left: auto;
  			margin-right: auto;
  			transition: background .3s ease;				
  		}
  
  		&:before{
  			position: absolute;
  			content:'';
  			width: 100%;
  			height: 100%;
  			top: 0;
  			left: 0;
  			display: block;
  			background-color: $color-1b;	
  			transition: background .3s ease;
  			z-index: -1;			
  		}
  
  		&:hover{
  			opacity: 1;
  			color:$white;
  			&:before{
  
  
  			}
  			&:after{
  
  			}
  		}
  	}
  	
  	.photo-texte a.link-absolute-hover{padding-top: 23%;}
  	.box-marge.box-padding a.link-absolute-hover{padding-top: 50px;}
  	
  	
  	
  	*/
}
.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 .titre-icone {
  position: relative;
  margin: 0;
  padding: 0 0 1.17647rem 0;
}
.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 {
  padding: 0;
  margin: 0;
}
.wa-article .titre-icone h1:before, .wa-article .titre-icone h2:before, .wa-article .titre-icone h3:before, .wa-article .titre-icone h4:before, .wa-article .titre-icone h5:before, .wa-article .titre-icone h6:before {
  display: none;
}
.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 {
  content: '\f111';
  color: #fdc462;
  font-family: FontAwesome;
  display: inline;
  position: relative;
  font-size: 10px;
  font-weight: 400;
  padding-left: 0.58824rem;
}
.wa-article .accent .wa-article .titre-icone h1:after, .wa-article .accent .wa-article .titre-icone h2:after, .wa-article .accent .wa-article .titre-icone h3:after, .wa-article .accent .wa-article .titre-icone h4:after, .wa-article .accent .wa-article .titre-icone h5:after, .wa-article .accent .wa-article .titre-icone h6:after {
  color: #003E51;
}
.wa-article .titre-icone .wraptitle {
  margin-bottom: 0;
}
.wa-article .titre-icone .wraptitle h1:after, .wa-article .titre-icone .wraptitle h2:after, .wa-article .titre-icone .wraptitle h3:after, .wa-article .titre-icone .wraptitle h4:after, .wa-article .titre-icone .wraptitle h5:after, .wa-article .titre-icone .wraptitle h6:after {
  display: none;
}
.wa-article .titre-icone .wraptitle h1 .title:after, .wa-article .titre-icone .wraptitle h2 .title:after, .wa-article .titre-icone .wraptitle h3 .title:after, .wa-article .titre-icone .wraptitle h4 .title:after, .wa-article .titre-icone .wraptitle h5 .title:after, .wa-article .titre-icone .wraptitle h6 .title:after {
  content: '\f111';
  color: #fdc462;
  font-family: FontAwesome;
  display: inline;
  position: relative;
  font-size: 10px;
  font-weight: 400;
  padding-left: 0.58824rem;
}
.wa-article .accent .wa-article .titre-icone .wraptitle h1 .title:after, .wa-article .accent .wa-article .titre-icone .wraptitle h2 .title:after, .wa-article .accent .wa-article .titre-icone .wraptitle h3 .title:after, .wa-article .accent .wa-article .titre-icone .wraptitle h4 .title:after, .wa-article .accent .wa-article .titre-icone .wraptitle h5 .title:after, .wa-article .accent .wa-article .titre-icone .wraptitle h6 .title:after {
  color: #003E51;
}
.wa-article .sobre {
  background-color: #EAEEF1;
}
.wa-article .photo-texte {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
}
.wa-article .photo-texte .bg-photo-texte {
  width: 100%;
  height: auto;
  background-position: center center;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.005);
  transition: transform 5s ease;
}
.wa-article .photo-texte .bg-photo-texte:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(161, 185, 195, 0)), to(rgba(0, 62, 81, 0.6)));
  background: -webkit-linear-gradient(top, rgba(161, 185, 195, 0), rgba(0, 62, 81, 0.6));
  background: -moz-linear-gradient(top, rgba(161, 185, 195, 0), rgba(0, 62, 81, 0.6));
  background: -o-linear-gradient(top, rgba(161, 185, 195, 0), rgba(0, 62, 81, 0.6));
  background: -ms-linear-gradient(top, rgba(161, 185, 195, 0), rgba(0, 62, 81, 0.6));
  background: linear-gradient(top, rgba(161, 185, 195, 0), rgba(0, 62, 81, 0.6));
  background-color: rgba(161, 185, 195, 0);
}
.box-radius .wa-article .photo-texte .bg-photo-texte:before {
  border-radius: 0;
}
@media print, screen and (min-width: 64em) {
  .row-100 .wa-article .photo-texte .row, .full-width .wa-article .photo-texte .row, .row-100 .wa-article .photo-texte .grid-x, .full-width .wa-article .photo-texte .grid-x {
    max-width: 70.58824rem;
    margin: 0 auto;
  }
}
.wa-article .photo-texte .box-padding {
  padding-top: 16.47059rem;
  padding-bottom: 5.29412rem;
}
.cols .wa-article .photo-texte .box-padding {
  padding-top: 64%;
  padding-bottom: 5.29412rem;
}
.wa-article .photo-texte:hover .bg-photo-texte {
  transform: scale(1.1);
}

.full-width .box-marge.photo-texte {
  margin-bottom: 0;
}

.grid-x.full-width .wa-article .photo-texte.box-arrondi.box-marge {
  border-radius: 0;
}

.dark {
  background-color: #003E51;
}

.light {
  background-color: #fff;
}

/* Boîte Accent
	--------------------------------*/
/* ---------- fond de couleur - encadré - split - Titre  ---------------------------*/
.border-stylise {
  position: relative;
  display: block;
}

.box-split {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 12px;
}

/*.bg-light .classique .module-liste-grille .cell{
	box-shadow:rgba(#300E34,0.25) 0 0 60px;	
}*/
@media screen and (min-width: 75em) {
  .text-block .box-padding {
    width: 700px;
    max-width: 100%;
    float: right;
  }
}

.image-block {
  position: relative;
  display: block;
  backgorund-color: #fff;
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .image-block {
    width: 100%;
    height: 23.52941rem;
  }
}
@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: 30.29412rem;
  }
}

.bg-sobre .wa-article .sobre {
  background-color: #dbe2e7;
}
.bg-sobre .wa-article .sobre table.table-raye tr:nth-child(odd) {
  background: #EAEEF1;
}
.bg-sobre .wa-article .light.box-shadow {
  box-shadow: none;
}

.bg-light .wa-article .classique,
.wa-article .light {
  /*.module-liste-tab ul.tabs li.tabs-title{
  	background-color: $light-gray;
  	
  			
  	&.is-active{
  		background-color:$black;
  	}
  }
  
  .module-liste-grille .columns, .module-liste-grille .cell{
  	box-shadow:rgba(#300E34,0.25) 0 0 60px;	
  		//&:before{
  		//	background-color:$white;
  		//}
  	}
  
  // Accent -- accordion 
  	.accordion{
  		
  		.accordion-item{
  			background-color:$light-gray;
  			box-shadow: none;
  		}
  		
  		.accordion-title{		
  			background-color:$light-gray;
  			&:hover{
  				background-color:$light-gray;				
  			}						
  											
  		}				
  		.is-active > .accordion-title{				
  			background-color:$light-gray;			
  		}				
  		.accordion-content{
  			background-color:$light-gray;						
  		}			
  	}
  */
  /*.nouvellesLiens {
  	a, a:focus{
  		background-color:$light-gray;
  		&:hover{
  			background-color:$color-2;
  			color:$white;
  		}
  
  		&.desactiver, &.desactiver:focus, &.desactiver:hover{
  			 border-color:rgba($black,0.2);
  			 color:rgba($black,0.2);	
  			 background-color:$light-gray;		  			
  		}
  		
  	}
  }*/
  	/*table{			
  		caption.table-tr-bg-sobre,
  		tr.table-tr-bg-sobre td, 
  		tr.table-tr-bg-sobre th,
  		td.table-td-bg-sobre{		
  			background-color:$light-gray;			
  		}	
  
  		caption.TitreColonne-2,	
  		tr.TitreColonne-2 td, 
  		tr.TitreColonne-2 th{		
  			background-color:$white;			
  		}
  		
  		&.table-raye{	
  			tr:nth-child(odd){background:$light-gray;}
  			tr:nth-child(even) {background:$white;}
  		}
  	}*/
}
.bg-light .wa-article .classique .select_date select,
.wa-article .light .select_date select {
  background-color: #EAEEF1;
}

.wa-article .dark {
  color: #fff;
}

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

/* bandeau photo et boite photo 
-------------------- */
.wa-article .photo-texte {
  color: #fff;
  /* -- */
}
.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, .wa-article .photo-texte .slogan, .wa-article .photo-texte .lead {
  color: inherit;
}
.wa-article .photo-texte a, .wa-article .photo-texte a:focus {
  color: #fff;
}
.wa-article .photo-texte a:hover, .wa-article .photo-texte a:focus:hover {
  color: #fdc462;
}
.wa-article .photo-texte [class*="file_"], .wa-article .photo-texte [class*="file_"]:focus {
  color: #fff;
}
.wa-article .photo-texte [class*="file_"]:before, .wa-article .photo-texte [class*="file_"]:focus:before {
  color: #fff;
}
.wa-article .photo-texte [class*="file_"]:after, .wa-article .photo-texte [class*="file_"]:focus:after {
  color: #fdc462;
}
.wa-article .photo-texte [class*="file_"]:hover, .wa-article .photo-texte [class*="file_"]:focus:hover {
  color: #fdc462;
}
.wa-article .photo-texte [class*="file_"]:hover:before, .wa-article .photo-texte [class*="file_"]:focus:hover:before {
  color: #fdc462;
}
.wa-article .photo-texte [class*="file_"]:hover:after, .wa-article .photo-texte [class*="file_"]:focus:hover:after {
  color: #fff;
}
.wa-article .photo-texte a.phone-link, .wa-article .photo-texte a.no-tel {
  color: inherit;
}
.wa-article .photo-texte a.phone-link:hover, .wa-article .photo-texte a.no-tel:hover {
  color: inherit;
}
.wa-article .photo-texte a.lien-fleche,
.wa-article .photo-texte a.lien-fleche:focus {
  color: inherit;
}
.wa-article .photo-texte a.lien-fleche:hover,
.wa-article .photo-texte a.lien-fleche:focus:hover {
  color: inherit;
}
.wa-article .photo-texte a.lien-souligne:after,
.wa-article .photo-texte a.lien-souligne:focus:after {
  background-color: #fff;
}
.wa-article .photo-texte a.lien-souligne:hover,
.wa-article .photo-texte a.lien-souligne:focus:hover {
  color: #003E51;
}
.wa-article .photo-texte a.AncreItem:before, .wa-article .photo-texte a.AncreItem:focus:before {
  color: #fdc462;
}
.wa-article .photo-texte a.AncreItem:hover:before, .wa-article .photo-texte a.AncreItem:focus:hover:before {
  color: #fff;
}
.wa-article .photo-texte a.AncreItem:hover:after, .wa-article .photo-texte a.AncreItem:focus:hover:after {
  color: #fee1b0;
}

.punch .wa-article .classique .button-primary, .punch .wa-article .classique .button-primary:focus, .punch .wa-article .classique
.button.primary, .punch .wa-article .classique
.button-primary-tiny, .punch .wa-article .classique .button-primary-tiny:focus, .punch .wa-article .classique
.button.primary.tiny, .punch .wa-article .classique
.button-primary-small, .punch .wa-article .classique .button-primary-small:focus, .punch .wa-article .classique
.button.primary.small, .punch .wa-article .classique
.button-primary-large, .punch .wa-article .classique .button-primary-large:focus, .punch .wa-article .classique
.button.primary.large, .punch .wa-article .classique
.button-primary-plus, .punch .wa-article .classique .button-primary-plus:focus {
  color: #fff;
  background: #003E51;
}
.punch .wa-article .classique .button-primary:before, .punch .wa-article .classique .button-primary:focus:before, .punch .wa-article .classique
.button.primary:before, .punch .wa-article .classique
.button-primary-tiny:before, .punch .wa-article .classique .button-primary-tiny:focus:before, .punch .wa-article .classique
.button.primary.tiny:before, .punch .wa-article .classique
.button-primary-small:before, .punch .wa-article .classique .button-primary-small:focus:before, .punch .wa-article .classique
.button.primary.small:before, .punch .wa-article .classique
.button-primary-large:before, .punch .wa-article .classique .button-primary-large:focus:before, .punch .wa-article .classique
.button.primary.large:before, .punch .wa-article .classique
.button-primary-plus:before, .punch .wa-article .classique .button-primary-plus:focus:before {
  background: rgba(255, 255, 255, 0);
}
.punch .wa-article .classique .button-primary:hover, .punch .wa-article .classique .button-primary:focus:hover, .punch .wa-article .classique
.button.primary:hover, .punch .wa-article .classique
.button-primary-tiny:hover, .punch .wa-article .classique .button-primary-tiny:focus:hover, .punch .wa-article .classique
.button.primary.tiny:hover, .punch .wa-article .classique
.button-primary-small:hover, .punch .wa-article .classique .button-primary-small:focus:hover, .punch .wa-article .classique
.button.primary.small:hover, .punch .wa-article .classique
.button-primary-large:hover, .punch .wa-article .classique .button-primary-large:focus:hover, .punch .wa-article .classique
.button.primary.large:hover, .punch .wa-article .classique
.button-primary-plus:hover, .punch .wa-article .classique .button-primary-plus:focus:hover {
  background: #fff;
  color: #003E51;
}
.punch .wa-article .classique .button-primary:hover:before, .punch .wa-article .classique .button-primary:focus:hover:before, .punch .wa-article .classique
.button.primary:hover:before, .punch .wa-article .classique
.button-primary-tiny:hover:before, .punch .wa-article .classique .button-primary-tiny:focus:hover:before, .punch .wa-article .classique
.button.primary.tiny:hover:before, .punch .wa-article .classique
.button-primary-small:hover:before, .punch .wa-article .classique .button-primary-small:focus:hover:before, .punch .wa-article .classique
.button.primary.small:hover:before, .punch .wa-article .classique
.button-primary-large:hover:before, .punch .wa-article .classique .button-primary-large:focus:hover:before, .punch .wa-article .classique
.button.primary.large:hover:before, .punch .wa-article .classique
.button-primary-plus:hover:before, .punch .wa-article .classique .button-primary-plus:focus:hover:before {
  background: rgba(255, 255, 255, 0);
}
.wa-article .punch .button-primary, .wa-article .punch .button-primary:focus, .wa-article .punch
.button.primary, .wa-article .punch
.button-primary-tiny, .wa-article .punch .button-primary-tiny:focus, .wa-article .punch
.button.primary.tiny, .wa-article .punch
.button-primary-small, .wa-article .punch .button-primary-small:focus, .wa-article .punch
.button.primary.small, .wa-article .punch
.button-primary-large, .wa-article .punch .button-primary-large:focus, .wa-article .punch
.button.primary.large, .wa-article .punch
.button-primary-plus, .wa-article .punch .button-primary-plus:focus {
  color: #fff;
  background: #003E51;
}
.wa-article .punch .button-primary:before, .wa-article .punch .button-primary:focus:before, .wa-article .punch
.button.primary:before, .wa-article .punch
.button-primary-tiny:before, .wa-article .punch .button-primary-tiny:focus:before, .wa-article .punch
.button.primary.tiny:before, .wa-article .punch
.button-primary-small:before, .wa-article .punch .button-primary-small:focus:before, .wa-article .punch
.button.primary.small:before, .wa-article .punch
.button-primary-large:before, .wa-article .punch .button-primary-large:focus:before, .wa-article .punch
.button.primary.large:before, .wa-article .punch
.button-primary-plus:before, .wa-article .punch .button-primary-plus:focus:before {
  background: rgba(255, 255, 255, 0);
}
.wa-article .punch .button-primary:hover, .wa-article .punch .button-primary:focus:hover, .wa-article .punch
.button.primary:hover, .wa-article .punch
.button-primary-tiny:hover, .wa-article .punch .button-primary-tiny:focus:hover, .wa-article .punch
.button.primary.tiny:hover, .wa-article .punch
.button-primary-small:hover, .wa-article .punch .button-primary-small:focus:hover, .wa-article .punch
.button.primary.small:hover, .wa-article .punch
.button-primary-large:hover, .wa-article .punch .button-primary-large:focus:hover, .wa-article .punch
.button.primary.large:hover, .wa-article .punch
.button-primary-plus:hover, .wa-article .punch .button-primary-plus:focus:hover {
  background: #fff;
  color: #003E51;
}
.wa-article .punch .button-primary:hover:before, .wa-article .punch .button-primary:focus:hover:before, .wa-article .punch
.button.primary:hover:before, .wa-article .punch
.button-primary-tiny:hover:before, .wa-article .punch .button-primary-tiny:focus:hover:before, .wa-article .punch
.button.primary.tiny:hover:before, .wa-article .punch
.button-primary-small:hover:before, .wa-article .punch .button-primary-small:focus:hover:before, .wa-article .punch
.button.primary.small:hover:before, .wa-article .punch
.button-primary-large:hover:before, .wa-article .punch .button-primary-large:focus:hover:before, .wa-article .punch
.button.primary.large:hover:before, .wa-article .punch
.button-primary-plus:hover:before, .wa-article .punch .button-primary-plus:focus:hover:before {
  background: rgba(255, 255, 255, 0);
}
.wa-article .dark .button-primary, .wa-article .dark .button-primary:focus, .wa-article .dark
.button.primary, .wa-article .dark
.button-primary-tiny, .wa-article .dark .button-primary-tiny:focus, .wa-article .dark
.button.primary.tiny, .wa-article .dark
.button-primary-small, .wa-article .dark .button-primary-small:focus, .wa-article .dark
.button.primary.small, .wa-article .dark
.button-primary-large, .wa-article .dark .button-primary-large:focus, .wa-article .dark
.button.primary.large, .wa-article .dark
.button-primary-plus, .wa-article .dark .button-primary-plus:focus {
  color: #003E51;
}
.wa-article .dark .button-primary:hover, .wa-article .dark .button-primary:focus:hover, .wa-article .dark
.button.primary:hover, .wa-article .dark
.button-primary-tiny:hover, .wa-article .dark .button-primary-tiny:focus:hover, .wa-article .dark
.button.primary.tiny:hover, .wa-article .dark
.button-primary-small:hover, .wa-article .dark .button-primary-small:focus:hover, .wa-article .dark
.button.primary.small:hover, .wa-article .dark
.button-primary-large:hover, .wa-article .dark .button-primary-large:focus:hover, .wa-article .dark
.button.primary.large:hover, .wa-article .dark
.button-primary-plus:hover, .wa-article .dark .button-primary-plus:focus:hover {
  background: #fff;
  color: #003E51;
}
.wa-article .dark .button-primary:hover:before, .wa-article .dark .button-primary:focus:hover:before, .wa-article .dark
.button.primary:hover:before, .wa-article .dark
.button-primary-tiny:hover:before, .wa-article .dark .button-primary-tiny:focus:hover:before, .wa-article .dark
.button.primary.tiny:hover:before, .wa-article .dark
.button-primary-small:hover:before, .wa-article .dark .button-primary-small:focus:hover:before, .wa-article .dark
.button.primary.small:hover:before, .wa-article .dark
.button-primary-large:hover:before, .wa-article .dark .button-primary-large:focus:hover:before, .wa-article .dark
.button.primary.large:hover:before, .wa-article .dark
.button-primary-plus:hover:before, .wa-article .dark .button-primary-plus:focus:hover:before {
  background: rgba(255, 255, 255, 0);
}
.wa-article .photo-texte .button-primary, .wa-article .photo-texte .button-primary:focus, .wa-article .photo-texte
.button.primary, .wa-article .photo-texte
.button-primary-tiny, .wa-article .photo-texte .button-primary-tiny:focus, .wa-article .photo-texte
.button.primary.tiny, .wa-article .photo-texte
.button-primary-small, .wa-article .photo-texte .button-primary-small:focus, .wa-article .photo-texte
.button.primary.small, .wa-article .photo-texte
.button-primary-large, .wa-article .photo-texte .button-primary-large:focus, .wa-article .photo-texte
.button.primary.large, .wa-article .photo-texte
.button-primary-plus, .wa-article .photo-texte .button-primary-plus:focus {
  color: #003E51;
}
.wa-article .photo-texte .button-primary:hover, .wa-article .photo-texte .button-primary:focus:hover, .wa-article .photo-texte
.button.primary:hover, .wa-article .photo-texte
.button-primary-tiny:hover, .wa-article .photo-texte .button-primary-tiny:focus:hover, .wa-article .photo-texte
.button.primary.tiny:hover, .wa-article .photo-texte
.button-primary-small:hover, .wa-article .photo-texte .button-primary-small:focus:hover, .wa-article .photo-texte
.button.primary.small:hover, .wa-article .photo-texte
.button-primary-large:hover, .wa-article .photo-texte .button-primary-large:focus:hover, .wa-article .photo-texte
.button.primary.large:hover, .wa-article .photo-texte
.button-primary-plus:hover, .wa-article .photo-texte .button-primary-plus:focus:hover {
  background: #fff;
  color: #003E51;
}
.wa-article .photo-texte .button-primary:hover:before, .wa-article .photo-texte .button-primary:focus:hover:before, .wa-article .photo-texte
.button.primary:hover:before, .wa-article .photo-texte
.button-primary-tiny:hover:before, .wa-article .photo-texte .button-primary-tiny:focus:hover:before, .wa-article .photo-texte
.button.primary.tiny:hover:before, .wa-article .photo-texte
.button-primary-small:hover:before, .wa-article .photo-texte .button-primary-small:focus:hover:before, .wa-article .photo-texte
.button.primary.small:hover:before, .wa-article .photo-texte
.button-primary-large:hover:before, .wa-article .photo-texte .button-primary-large:focus:hover:before, .wa-article .photo-texte
.button.primary.large:hover:before, .wa-article .photo-texte
.button-primary-plus:hover:before, .wa-article .photo-texte .button-primary-plus:focus:hover:before {
  background: rgba(255, 255, 255, 0);
}

.punch .wa-article .classique .button-secondary, .punch .wa-article .classique .button-secondary:focus, .punch .wa-article .classique
.button.secondary, .punch .wa-article .classique
.button-secondary-tiny, .punch .wa-article .classique .button-secondary-tiny:focus, .punch .wa-article .classique
.button.secondary.tiny, .punch .wa-article .classique
.button-secondary-small, .punch .wa-article .classique .button-secondary-small:focus, .punch .wa-article .classique
.button.secondary.small, .punch .wa-article .classique
.button-secondary-large, .punch .wa-article .classique .button-secondary-large:focus, .punch .wa-article .classique
.button.secondary.large, .punch .wa-article .classique
.button-secondary-plus, .punch .wa-article .classique .button-secondary-plus:focus {
  color: #fff;
  background: rgba(0, 62, 81, 0.2);
}
.punch .wa-article .classique .button-secondary:before, .punch .wa-article .classique .button-secondary:focus:before, .punch .wa-article .classique
.button.secondary:before, .punch .wa-article .classique
.button-secondary-tiny:before, .punch .wa-article .classique .button-secondary-tiny:focus:before, .punch .wa-article .classique
.button.secondary.tiny:before, .punch .wa-article .classique
.button-secondary-small:before, .punch .wa-article .classique .button-secondary-small:focus:before, .punch .wa-article .classique
.button.secondary.small:before, .punch .wa-article .classique
.button-secondary-large:before, .punch .wa-article .classique .button-secondary-large:focus:before, .punch .wa-article .classique
.button.secondary.large:before, .punch .wa-article .classique
.button-secondary-plus:before, .punch .wa-article .classique .button-secondary-plus:focus:before {
  background: #003E51;
}
.punch .wa-article .classique .button-secondary:hover, .punch .wa-article .classique .button-secondary:focus:hover, .punch .wa-article .classique
.button.secondary:hover, .punch .wa-article .classique
.button-secondary-tiny:hover, .punch .wa-article .classique .button-secondary-tiny:focus:hover, .punch .wa-article .classique
.button.secondary.tiny:hover, .punch .wa-article .classique
.button-secondary-small:hover, .punch .wa-article .classique .button-secondary-small:focus:hover, .punch .wa-article .classique
.button.secondary.small:hover, .punch .wa-article .classique
.button-secondary-large:hover, .punch .wa-article .classique .button-secondary-large:focus:hover, .punch .wa-article .classique
.button.secondary.large:hover, .punch .wa-article .classique
.button-secondary-plus:hover, .punch .wa-article .classique .button-secondary-plus:focus:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #003E51;
}
.punch .wa-article .classique .button-secondary:hover:before, .punch .wa-article .classique .button-secondary:focus:hover:before, .punch .wa-article .classique
.button.secondary:hover:before, .punch .wa-article .classique
.button-secondary-tiny:hover:before, .punch .wa-article .classique .button-secondary-tiny:focus:hover:before, .punch .wa-article .classique
.button.secondary.tiny:hover:before, .punch .wa-article .classique
.button-secondary-small:hover:before, .punch .wa-article .classique .button-secondary-small:focus:hover:before, .punch .wa-article .classique
.button.secondary.small:hover:before, .punch .wa-article .classique
.button-secondary-large:hover:before, .punch .wa-article .classique .button-secondary-large:focus:hover:before, .punch .wa-article .classique
.button.secondary.large:hover:before, .punch .wa-article .classique
.button-secondary-plus:hover:before, .punch .wa-article .classique .button-secondary-plus:focus:hover:before {
  background: #fff;
}
.wa-article .punch .button-secondary, .wa-article .punch .button-secondary:focus, .wa-article .punch
.button.secondary, .wa-article .punch
.button-secondary-tiny, .wa-article .punch .button-secondary-tiny:focus, .wa-article .punch
.button.secondary.tiny, .wa-article .punch
.button-secondary-small, .wa-article .punch .button-secondary-small:focus, .wa-article .punch
.button.secondary.small, .wa-article .punch
.button-secondary-large, .wa-article .punch .button-secondary-large:focus, .wa-article .punch
.button.secondary.large, .wa-article .punch
.button-secondary-plus, .wa-article .punch .button-secondary-plus:focus {
  color: #fff;
  background: rgba(0, 62, 81, 0.2);
}
.wa-article .punch .button-secondary:before, .wa-article .punch .button-secondary:focus:before, .wa-article .punch
.button.secondary:before, .wa-article .punch
.button-secondary-tiny:before, .wa-article .punch .button-secondary-tiny:focus:before, .wa-article .punch
.button.secondary.tiny:before, .wa-article .punch
.button-secondary-small:before, .wa-article .punch .button-secondary-small:focus:before, .wa-article .punch
.button.secondary.small:before, .wa-article .punch
.button-secondary-large:before, .wa-article .punch .button-secondary-large:focus:before, .wa-article .punch
.button.secondary.large:before, .wa-article .punch
.button-secondary-plus:before, .wa-article .punch .button-secondary-plus:focus:before {
  background: #003E51;
}
.wa-article .punch .button-secondary:hover, .wa-article .punch .button-secondary:focus:hover, .wa-article .punch
.button.secondary:hover, .wa-article .punch
.button-secondary-tiny:hover, .wa-article .punch .button-secondary-tiny:focus:hover, .wa-article .punch
.button.secondary.tiny:hover, .wa-article .punch
.button-secondary-small:hover, .wa-article .punch .button-secondary-small:focus:hover, .wa-article .punch
.button.secondary.small:hover, .wa-article .punch
.button-secondary-large:hover, .wa-article .punch .button-secondary-large:focus:hover, .wa-article .punch
.button.secondary.large:hover, .wa-article .punch
.button-secondary-plus:hover, .wa-article .punch .button-secondary-plus:focus:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #003E51;
}
.wa-article .punch .button-secondary:hover:before, .wa-article .punch .button-secondary:focus:hover:before, .wa-article .punch
.button.secondary:hover:before, .wa-article .punch
.button-secondary-tiny:hover:before, .wa-article .punch .button-secondary-tiny:focus:hover:before, .wa-article .punch
.button.secondary.tiny:hover:before, .wa-article .punch
.button-secondary-small:hover:before, .wa-article .punch .button-secondary-small:focus:hover:before, .wa-article .punch
.button.secondary.small:hover:before, .wa-article .punch
.button-secondary-large:hover:before, .wa-article .punch .button-secondary-large:focus:hover:before, .wa-article .punch
.button.secondary.large:hover:before, .wa-article .punch
.button-secondary-plus:hover:before, .wa-article .punch .button-secondary-plus:focus:hover:before {
  background: #fff;
}
.wa-article .dark .button-secondary, .wa-article .dark .button-secondary:focus, .wa-article .dark
.button.secondary, .wa-article .dark
.button-secondary-tiny, .wa-article .dark .button-secondary-tiny:focus, .wa-article .dark
.button.secondary.tiny, .wa-article .dark
.button-secondary-small, .wa-article .dark .button-secondary-small:focus, .wa-article .dark
.button.secondary.small, .wa-article .dark
.button-secondary-large, .wa-article .dark .button-secondary-large:focus, .wa-article .dark
.button.secondary.large, .wa-article .dark
.button-secondary-plus, .wa-article .dark .button-secondary-plus:focus {
  color: #003E51;
}
.wa-article .dark .button-secondary:hover, .wa-article .dark .button-secondary:focus:hover, .wa-article .dark
.button.secondary:hover, .wa-article .dark
.button-secondary-tiny:hover, .wa-article .dark .button-secondary-tiny:focus:hover, .wa-article .dark
.button.secondary.tiny:hover, .wa-article .dark
.button-secondary-small:hover, .wa-article .dark .button-secondary-small:focus:hover, .wa-article .dark
.button.secondary.small:hover, .wa-article .dark
.button-secondary-large:hover, .wa-article .dark .button-secondary-large:focus:hover, .wa-article .dark
.button.secondary.large:hover, .wa-article .dark
.button-secondary-plus:hover, .wa-article .dark .button-secondary-plus:focus:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #003E51;
}
.wa-article .dark .button-secondary:hover:before, .wa-article .dark .button-secondary:focus:hover:before, .wa-article .dark
.button.secondary:hover:before, .wa-article .dark
.button-secondary-tiny:hover:before, .wa-article .dark .button-secondary-tiny:focus:hover:before, .wa-article .dark
.button.secondary.tiny:hover:before, .wa-article .dark
.button-secondary-small:hover:before, .wa-article .dark .button-secondary-small:focus:hover:before, .wa-article .dark
.button.secondary.small:hover:before, .wa-article .dark
.button-secondary-large:hover:before, .wa-article .dark .button-secondary-large:focus:hover:before, .wa-article .dark
.button.secondary.large:hover:before, .wa-article .dark
.button-secondary-plus:hover:before, .wa-article .dark .button-secondary-plus:focus:hover:before {
  background: #fff;
}
.wa-article .photo-texte .button-secondary, .wa-article .photo-texte .button-secondary:focus, .wa-article .photo-texte
.button.secondary, .wa-article .photo-texte
.button-secondary-tiny, .wa-article .photo-texte .button-secondary-tiny:focus, .wa-article .photo-texte
.button.secondary.tiny, .wa-article .photo-texte
.button-secondary-small, .wa-article .photo-texte .button-secondary-small:focus, .wa-article .photo-texte
.button.secondary.small, .wa-article .photo-texte
.button-secondary-large, .wa-article .photo-texte .button-secondary-large:focus, .wa-article .photo-texte
.button.secondary.large, .wa-article .photo-texte
.button-secondary-plus, .wa-article .photo-texte .button-secondary-plus:focus {
  color: #003E51;
}
.wa-article .photo-texte .button-secondary:hover, .wa-article .photo-texte .button-secondary:focus:hover, .wa-article .photo-texte
.button.secondary:hover, .wa-article .photo-texte
.button-secondary-tiny:hover, .wa-article .photo-texte .button-secondary-tiny:focus:hover, .wa-article .photo-texte
.button.secondary.tiny:hover, .wa-article .photo-texte
.button-secondary-small:hover, .wa-article .photo-texte .button-secondary-small:focus:hover, .wa-article .photo-texte
.button.secondary.small:hover, .wa-article .photo-texte
.button-secondary-large:hover, .wa-article .photo-texte .button-secondary-large:focus:hover, .wa-article .photo-texte
.button.secondary.large:hover, .wa-article .photo-texte
.button-secondary-plus:hover, .wa-article .photo-texte .button-secondary-plus:focus:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #003E51;
}
.wa-article .photo-texte .button-secondary:hover:before, .wa-article .photo-texte .button-secondary:focus:hover:before, .wa-article .photo-texte
.button.secondary:hover:before, .wa-article .photo-texte
.button-secondary-tiny:hover:before, .wa-article .photo-texte .button-secondary-tiny:focus:hover:before, .wa-article .photo-texte
.button.secondary.tiny:hover:before, .wa-article .photo-texte
.button-secondary-small:hover:before, .wa-article .photo-texte .button-secondary-small:focus:hover:before, .wa-article .photo-texte
.button.secondary.small:hover:before, .wa-article .photo-texte
.button-secondary-large:hover:before, .wa-article .photo-texte .button-secondary-large:focus:hover:before, .wa-article .photo-texte
.button.secondary.large:hover:before, .wa-article .photo-texte
.button-secondary-plus:hover:before, .wa-article .photo-texte .button-secondary-plus:focus:hover:before {
  background: #fff;
}
.wa-article .sobre .button-secondary:hover, .wa-article .sobre .button-secondary:focus:hover, .wa-article .sobre
.button.secondary:hover, .wa-article .sobre
.button-secondary-tiny:hover, .wa-article .sobre .button-secondary-tiny:focus:hover, .wa-article .sobre
.button.secondary.tiny:hover, .wa-article .sobre
.button-secondary-small:hover, .wa-article .sobre .button-secondary-small:focus:hover, .wa-article .sobre
.button.secondary.small:hover, .wa-article .sobre
.button-secondary-large:hover, .wa-article .sobre .button-secondary-large:focus:hover, .wa-article .sobre
.button.secondary.large:hover, .wa-article .sobre
.button-secondary-plus:hover, .wa-article .sobre .button-secondary-plus:focus:hover {
  background: rgba(0, 62, 81, 0.2);
}
.wa-article .accent .button-secondary:hover, .wa-article .accent .button-secondary:focus:hover, .wa-article .accent
.button.secondary:hover, .wa-article .accent
.button-secondary-tiny:hover, .wa-article .accent .button-secondary-tiny:focus:hover, .wa-article .accent
.button.secondary.tiny:hover, .wa-article .accent
.button-secondary-small:hover, .wa-article .accent .button-secondary-small:focus:hover, .wa-article .accent
.button.secondary.small:hover, .wa-article .accent
.button-secondary-large:hover, .wa-article .accent .button-secondary-large:focus:hover, .wa-article .accent
.button.secondary.large:hover, .wa-article .accent
.button-secondary-plus:hover, .wa-article .accent .button-secondary-plus:focus:hover {
  background: rgba(0, 62, 81, 0.2);
}

/* ------- grilles box----------- */
div.wa-article[class^="grille-"], div.wa-article[class*="grille-"] {
  margin-right: -0.58824rem;
  margin-left: -0.58824rem;
}
@media print, screen and (min-width: 48em) {
  div.wa-article[class^="grille-"], div.wa-article[class*="grille-"] {
    margin-right: -0.88235rem;
    margin-left: -0.88235rem;
  }
}

.grille-deux .contenu, .grille-trois .contenu, .grille-quatre .contenu, .grille-cinq .contenu, .grille-six .contenu {
  padding-top: 20px;
  display: flex;
  flex-flow: row wrap;
  margin-right: -0.58824rem;
  margin-left: -0.58824rem;
}
.grille-deux .contenu p > img, .grille-deux .contenu p > span, .grille-trois .contenu p > img, .grille-trois .contenu p > span, .grille-quatre .contenu p > img, .grille-quatre .contenu p > span, .grille-cinq .contenu p > img, .grille-cinq .contenu p > span, .grille-six .contenu p > img, .grille-six .contenu p > span {
  max-width: 100%;
}
.grille-deux .contenu p > .div-credit-photo, .grille-trois .contenu p > .div-credit-photo, .grille-quatre .contenu p > .div-credit-photo, .grille-cinq .contenu p > .div-credit-photo, .grille-six .contenu p > .div-credit-photo {
  max-width: 100% !important;
}
.grille-deux .contenu:after, .grille-trois .contenu:after, .grille-quatre .contenu:after, .grille-cinq .contenu:after, .grille-six .contenu:after {
  content: '';
  clear: both;
  display: block;
}
@media print, screen and (min-width: 48em) {
  .grille-deux .contenu, .grille-trois .contenu, .grille-quatre .contenu, .grille-cinq .contenu, .grille-six .contenu {
    margin-right: -0.88235rem;
    margin-left: -0.88235rem;
  }
}
.grille-deux .contenu > p, .grille-trois .contenu > p, .grille-quatre .contenu > p, .grille-cinq .contenu > p, .grille-six .contenu > p {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 0.58824rem;
  padding-right: 0.58824rem;
}
.grille-deux .contenu > div, .grille-trois .contenu > div, .grille-quatre .contenu > div, .grille-cinq .contenu > div, .grille-six .contenu > div {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 0.58824rem;
  padding-right: 0.58824rem;
}
@media screen and (min-width: 28.75em) {
  .grille-deux .contenu > p, .grille-trois .contenu > p, .grille-quatre .contenu > p, .grille-cinq .contenu > p, .grille-six .contenu > p {
    flex: 0 0 auto;
    width: calc(50% - 1.17647rem);
    margin-left: 0.58824rem;
    margin-right: 0.58824rem;
  }
  .grille-deux .contenu > div, .grille-trois .contenu > div, .grille-quatre .contenu > div, .grille-cinq .contenu > div, .grille-six .contenu > div {
    flex: 0 0 auto;
    width: calc(50% - 1.17647rem);
    margin-left: 0.58824rem;
    margin-right: 0.58824rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grille-deux .contenu > p, .grille-trois .contenu > p, .grille-quatre .contenu > p, .grille-cinq .contenu > p, .grille-six .contenu > p {
    flex: 0 0 auto;
    width: calc(33.33333% - 1.76471rem);
    margin-left: 0.88235rem;
    margin-right: 0.88235rem;
  }
  .grille-deux .contenu > div, .grille-trois .contenu > div, .grille-quatre .contenu > div, .grille-cinq .contenu > div, .grille-six .contenu > div {
    flex: 0 0 auto;
    width: calc(33.33333% - 1.76471rem);
    margin-left: 0.88235rem;
    margin-right: 0.88235rem;
  }
}
@media screen and (min-width: 75em) {
  .grille-quatre .contenu > p {
    flex: 0 0 auto;
    width: calc(25% - 1.76471rem);
    margin-left: 0.88235rem;
    margin-right: 0.88235rem;
  }
  .grille-quatre .contenu > div {
    flex: 0 0 auto;
    width: calc(25% - 1.76471rem);
    margin-left: 0.88235rem;
    margin-right: 0.88235rem;
  }
  .grille-cinq .contenu > p {
    flex: 0 0 auto;
    width: calc(20% - 1.76471rem);
    margin-left: 0.88235rem;
    margin-right: 0.88235rem;
  }
  .grille-cinq .contenu > div {
    flex: 0 0 auto;
    width: calc(20% - 1.76471rem);
    margin-left: 0.88235rem;
    margin-right: 0.88235rem;
  }
  .grille-six .contenu > p {
    flex: 0 0 auto;
    width: calc(16.66667% - 1.76471rem);
    margin-left: 0.88235rem;
    margin-right: 0.88235rem;
  }
  .grille-six .contenu > div {
    flex: 0 0 auto;
    width: calc(16.66667% - 1.76471rem);
    margin-left: 0.88235rem;
    margin-right: 0.88235rem;
  }
}

.wa-article .grid-container {
  padding: 0;
  margin-right: -0.58824rem;
  margin-left: -0.58824rem;
  /*
  
  		@include xy-grid;
  		@include xy-gutters($grid-margin-gutters, margin, (right left), true);
  		@include xy-grid-layout(1, 'p',null,$grid-margin-gutters,padding,null,'small');
  		@include xy-grid-layout(1, 'div',null,$grid-margin-gutters,padding,null,'small');
  		
  		@include breakpoint(460px){
  			@include xy-grid-layout(2, 'p',null,$grid-margin-gutters);//,padding);
  			@include xy-grid-layout(2, 'div',null,$grid-margin-gutters);//,padding);
  		}
  		@include breakpoint(large){
  			@include xy-grid-layout(3, 'p',null,$grid-margin-gutters);//,padding);
  			@include xy-grid-layout(3, 'div',null,$grid-margin-gutters);//,padding);
  		}
  */
}
@media print, screen and (min-width: 48em) {
  .wa-article .grid-container {
    margin-right: -0.88235rem;
    margin-left: -0.88235rem;
  }
}
.wa-article .grid-container .grid-col {
  background-clip: content-box;
  padding-right: 0.58824rem;
  padding-left: 0.58824rem;
}
@media print, screen and (min-width: 48em) {
  .wa-article .grid-container .grid-col {
    padding-right: 0.88235rem;
    padding-left: 0.88235rem;
  }
}

/*
$grille-marge:30px;


.grille-deux,
.grille-trois,
.grille-quatre,
.grille-cinq,
.grille-six{	
	.contenu{ padding-top: 20px;}
}

.grille-deux .contenu,
.grille-trois .contenu,
.grille-quatre .contenu,
.grille-cinq .contenu,
.grille-six .contenu{
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom:25px;	
	
	@include grid-layout(1, 'p', $grille-marge);
	@include grid-layout(1, 'div', $grille-marge);
		
	p{margin-bottom: 30px;}
	
	 p > img,  p > span {
		 max-width: 100%;
	 } 
	
	p > .div-credit-photo{
		 max-width: 100%!important;
	 }
	
	&:after{
		content:'';
		clear: both;
		display: block;
	}	
}

.grille-deux .contenu,
.grille-trois .contenu,
.grille-quatre .contenu,
.grille-cinq .contenu,
.grille-six .contenu{	
	@include breakpoint(460px){
		@include grid-layout(2, 'p', $grille-marge);
		@include grid-layout(2, 'div', $grille-marge);
	}	
}

.grille-trois .contenu,
.grille-quatre .contenu,	
.grille-cinq .contenu,
.grille-six .contenu{	
	@include breakpoint(large){
		@include grid-layout(3, 'p', $grille-marge);
		@include grid-layout(3, 'div', $grille-marge);
	}	
}


.grille-quatre .contenu{	
		@include breakpoint(xlarge){
		@include grid-layout(4, 'p', $grille-marge);
		@include grid-layout(4, 'div', $grille-marge);
	}	
}

.grille-cinq .contenu{	
		@include breakpoint(xlarge){
		@include grid-layout(5, 'p', $grille-marge);
		@include grid-layout(5, 'div', $grille-marge);
	}	
}

.grille-six .contenu {	
	@include breakpoint(xlarge){
		@include grid-layout(6, 'p', $grille-marge);
		@include grid-layout(6, 'div', $grille-marge);
	}	
	
}*/
@media print, screen and (max-width: 63.99875em) {
  .img-order {
    order: 2;
  }

  .txt-order {
    order: 1;
  }
}
.box-img-side {
  position: relative;
  z-index: 1;
  display: block;
  padding: 2.94118rem 1.17647rem 0.58824rem;
  max-width: 100%;
}
@media print, screen and (min-width: 48em) {
  .box-img-side {
    padding: 2.94118rem 1.76471rem 0.58824rem;
  }
}
@media screen and (min-width: 75em) {
  .box-img-side {
    padding: 5.29412rem 5.29412rem 2.94118rem 5.29412rem;
    float: right;
    width: 33.82353rem;
  }
}
@media screen and (min-width: 120em) {
  .box-img-side {
    width: 35rem;
    padding: 6.76471rem 5.29412rem 2.94118rem 6.76471rem;
  }
}

.box-img-half-width p {
  margin-bottom: 0;
}

.bg-img-side-content {
  display: block;
  width: 100%;
  padding-top: 2.94118rem;
  max-width: 100%;
}
@media screen and (min-width: 75em) {
  .bg-img-side-content {
    width: 50.70588rem;
  }
}
@media screen and (min-width: 120em) {
  .bg-img-side-content {
    padding-top: 5.88235rem;
  }
}

.img-side-height {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media print, screen and (max-width: 63.99875em) {
  .img-side-height {
    height: 0;
    padding-top: 56%;
  }
}
@media print, screen and (min-width: 64em) {
  .img-side-height.left {
    margin-right: 1.76471rem;
  }
  .img-side-height.right {
    margin-left: 1.76471rem;
  }
}
.img-side-height img {
  z-index: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
  transform-origin: center center;
}
@media print, screen and (max-width: 63.99875em) {
  .img-side-height img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 5s ease;
  }
}
@media print, screen and (min-width: 64em) {
  .img-side-height img {
    transform: scale(1);
    transition: transform 5s ease;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .img-side-height:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@media print, screen and (min-width: 64em) {
  .img-side-height:hover img {
    transform: scale(1.1);
  }
}

/*IMPORT*/
/***** Icone ****/
/***** Sous-puce tab ****/
/************* ul ol disc cercle carré puce par défaut *********************/
.wa-article {
  /* centré ------------------*/
}
.wa-article ul, .wa-article ol {
  margin-left: 1.17647rem;
  margin-bottom: 0;
  padding: 0 0 0.88235rem 0;
  display: block;
}
.wa-article ul li, .wa-article ol li {
  padding-bottom: 1.17647rem;
  list-style-position: inside;
  line-height: inherit;
}
.wa-article ul ul, .wa-article ul ol, .wa-article ol ul, .wa-article ol ol {
  margin-bottom: 0;
  padding: 0;
}
.wa-article ul ul li:first-child, .wa-article ul ol li:first-child, .wa-article ol ul li:first-child, .wa-article ol ol li:first-child {
  margin-top: 1.17647rem;
}
.wa-article ul ul li:last-child, .wa-article ul ol li:last-child, .wa-article ol ul li:last-child, .wa-article ol ol li:last-child {
  padding-bottom: 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 0;
    padding: 0 0 0.88235rem 0;
    display: block;
  }
  .wa-article ul.ul-list-col-2.list-stylise, .wa-article ul.ul-list-col-3.list-stylise, .wa-article ul.ul-list-col-4.list-stylise, .wa-article ol.ul-list-col-2.list-stylise, .wa-article ol.ul-list-col-3.list-stylise, .wa-article ol.ul-list-col-4.list-stylise,
  ul.ul-list-col-2.list-stylise,
  ul.ul-list-col-3.list-stylise,
  ul.ul-list-col-4.list-stylise, ol.ul-list-col-2.list-stylise, ol.ul-list-col-3.list-stylise, ol.ul-list-col-4.list-stylise {
    margin-left: 1.17647rem;
  }
}
.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.88235rem;
  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.58824rem;
}
@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 print, screen and (min-width: 64em) {
  .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: 33.333%;
  }
  .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(3n+1), .wa-article ol.ul-list-col-4 li:nth-child(3n+1), ul.ul-list-col-4 li:nth-child(3n+1), ol.ul-list-col-4 li:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 75em) {
  .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(3n+1), .wa-article ol.ul-list-col-4 li:nth-child(3n+1), ul.ul-list-col-4 li:nth-child(3n+1), ol.ul-list-col-4 li:nth-child(3n+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.11765rem;
  position: relative;
}
.wa-article ul.list-stylise li:before, ul.list-stylise li:before {
  font-size: 0.35294rem;
  font-family: "FontAwesome";
  content: "";
  top: 0.58824rem;
  position: absolute;
  font-weight: 400;
  left: 0;
  color: #fdc462;
}
.wa-article .accent .wa-article ul.list-stylise li:before, .wa-article .accent ul.list-stylise li:before {
  color: #003E51;
}
.wa-article .sobre .wa-article ul.list-stylise li:before, .wa-article .sobre ul.list-stylise li:before {
  color: #003E51;
}
.wa-article .punch .wa-article ul.list-stylise li:before, .wa-article .punch ul.list-stylise li:before {
  color: #fff;
}
.punch .wa-article .classique .wa-article ul.list-stylise li:before, .punch .wa-article .classique ul.list-stylise li:before {
  color: #fff;
}
.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 {
  /*	top:$puce-top2;	*/
  color: inherit;
  opacity: 0.5;
}

.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.35294rem;
  font-size: 0.35294rem;
  font-family: "FontAwesome";
  content: "";
  font-weight: 400;
  color: #fdc462;
  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 {
  color: inherit;
}

/* 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;
  margin-right: -0.58824rem;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: stretch;
  margin-bottom: 0.58824rem;
  /*groupé avec bordure*/
}
@media screen and (min-width: 450px) and (max-width: 767px) {
  .wa-article ul.ul-list-border, ul.ul-list-border {
    margin-right: -1.17647rem;
    margin-bottom: 1.17647rem;
  }
}
@media print, screen and (min-width: 48em) {
  .wa-article ul.ul-list-border, ul.ul-list-border {
    margin-right: -1.76471rem;
    margin-bottom: 0;
  }
}
.wa-article ul.ul-list-border li, ul.ul-list-border li {
  display: flex;
  margin-right: 0.58824rem;
  flex-direction: column;
  padding-left: 0;
  z-index: 0;
  margin-bottom: 0.58824rem;
  width: calc(100% - 0.58824rem);
  flex: 0 0 calc(100% - 0.58824rem);
  padding: 2.94118rem 1.17647rem;
  position: relative;
  text-align: center;
  justify-content: center;
  font-size: 12px;
  transition: box-shadow .3s ease;
  box-shadow: rgba(68, 115, 135, 0.2) 0px 0px 0px;
  border-radius: 12px;
  /*&:after{
  	content:'';
  	background-color: $color-1;
  	position: absolute;
  	bottom:-5px;
  	height: 5px;
  	border-radius: 0 0 12px 12px;
  	width: calc(100% - 46px);
  	left:23px;
  	display: block;
  	
  	@include breakpoint(medium){
  		bottom:-7px;
  		height: 7px;
  		width: calc(100% - 66px);						
  		left:33px;
  	}
  }*/
  /*&:nth-child(2n){
  	&:before{border-color: $color-2;}
  	&:after{background-color: $color-2; }
  	.txt-chiffre{color:$color-2;}
  	.icone-stylise-large .fa:after{color:$color-2;}
  	
  	a.lien-souligne, a.lien-souligne:focus{
  		&:after{background-color:$white;}
  		&:hover{color:$color-1;}
  	}
  }*/
  				/*&.flipping{
  					position: relative;
  					cursor: pointer;
  					padding: 0;
  					margin-bottom: 34px;					
     					flex-flow: column;
  					perspective: 1000px;
  					height: 350px;					
  					
  					
  					
  					&:before, &:after{
  						display: none;
  					}
  					
  					.side-front{
  						font-size:28px;
  						text-transform: uppercase;
  						color:$black;
  						font-family: $font-family-2;
  						font-weight: 400;
  						line-height: 1.1;
  						position: absolute;
  						top: 0;
  						left: 0;
  						display: block;						
  						transform: rotateY(0deg);
  						
  						@include breakpoint(medium){
  							font-size:28px;
  						}
  					}
  					
  					.side-front, .side-back{
  						background-color: $white;						
  						width: 100%;
  						height: 100%;						
  						padding:33px 30px 40px 30px;
  						border-radius: 12px;
  						z-index: 1;
  						display: flex;
  						display: -webkit-flex;	
  						-webkit-flex: 1 1 auto;
      					flex: 1 1 auto;
  						justify-content: center;
  						flex-direction: column;
  						border:3px solid $color-1;
  						flex: 0 0 100%;							
  						transition: all 1s ease;						
  						 -webkit-backface-visibility: hidden;
        					backface-visibility: hidden;
  						transform-style: preserve-3d;						
  							
  						&:before{
  							content:'';
  							background-color: $color-2;
  							border:3px solid $white;							
  							border-radius: 12px;
  							transform: rotate(45deg);
  							display: block;
  							position: absolute;
  							width: 50px;
  							height: 50px;								
  							bottom: -25px;
  							left: calc(50% - 25px);
  							z-index: 2;
  							transition: background .3s ease;									
  						}
  												
  						&:after{
  							content:'\e801';
  							font-family: fontello;
  							font-weight: 400;
  							line-height: 1;
  							font-size: 14px;
  							color:$white;
  							display: block;							
  							position: absolute;
  							display: block;
  							text-align: center;
  							bottom:-7px;
  							left: 0;
  							width: 100%;
  							z-index: 3;
  						}
  						
  					}
  
  					.side-back{						
  						z-index:0;	
  						position:relative;					
  						font-size:16px;
  						background-color: $color-1b;
  						color:$white;
  						transform: rotateY(180deg);
  						&:before{
  							background-color: $black;														
  						}
  						
  						&:after{							
  							content:'';							
  							color:$white;							
  						}
  						
  						a, a:focus{
  							color:inherit;
  							&:hover{color:rgba($white,0.6);}
  						}
  						
  						a.lien-souligne, a.lien-souligne:focus{
  							&:after{background-color:$white;}
  							&:hover{color:$color-1;}
  						}
  						
  						.button-primary, .button-primary:focus, 
  						.button.primary,
  						.button-primary-tiny, .button-primary-tiny:focus,
  						.button.primary.tiny,
  						.button-primary-small, .button-primary-small:focus, 
  						.button.primary.small,
  						.button-primary-large, .button-primary-large:focus, 
  						.button.primary.large, 
  						.button-primary-plus, .button-primary-plus:focus{
  							color:$color-1;	
  							background-color:rgba($white,0);
  							
  							margin-top: 15px;
  							margin-bottom: 15px;
  
  							&:before{
  								background-color:$white;
  							}
  
  							&:hover{ 				
  								background-color:rgba($white,0);			
  								color:$white;
  								text-shadow:none;
  
  								&:before{
  									background-color:$black;
  								}
  							}		
  						}		
  		
  						.button-secondary, .button-secondary:focus, 
  						.button.secondary,
  						.button-secondary-tiny, .button-secondary-tiny:focus,
  						.button.secondary.tiny,
  						.button-secondary-small, .button-secondary-small:focus, 
  						.button.secondary.small,
  						.button-secondary-large, .button-secondary-large:focus, 
  						.button.secondary.large, 
  						.button-secondary-plus, .button-secondary-plus:focus{
  							color:$white;			
  							background-color:rgba($white,0);
  							margin-top: 15px;
  							margin-bottom: 15px;
  
  							&:before{
  								border-color:$white;
  								background-color:rgba($white,0);
  							}					
  
  							&:hover{				
  								background-color:rgba($white,0);				
  								color:$color-1;
  								text-shadow:none;
  
  								&:before{
  									border-color:$white;
  									background-color:$white;
  								}
  							}
  
  						}
  					}
  					
  					&.is-active, &:hover{						
  						transform: translate(0px, 0);					
  						@include breakpoint(medium){transform: translate(0px, 0);}
  									
  						.side-front{
  							z-index:0; 							
  							transform: rotateY(180deg);
  						} 
  						
  						.side-back{						
  							z-index:1;						
  							transform: rotateY(0deg);
  						}
  						
  					}
  					
  					
  					&:nth-child(2n){												
  						.side-front{
  							border-color: $color-2;
  							@include breakpoint(medium only){border-color: $color-1;}					
  						
  						}
  						.side-back{
  							background-color: $color-2b; border-color: $color-2;	
  							@include breakpoint(medium only){background-color: $color-1b; border-color: $color-1;}					
  						}
  						
  						
  						
  					}
  					
  					&:nth-child(2), &:nth-child(3), &:nth-child(6), &:nth-child(7), &:nth-child(10), &:nth-child(11),&:nth-child(14), &:nth-child(15),&:nth-child(18), &:nth-child(19) {
  						@include breakpoint(medium only){					
  							.side-front{border-color: $color-2;}
  							.side-back{background-color: $color-2b; border-color: $color-2;}
  						}
  						
  					}	
  				
  				}*/
}
.wa-article ul.ul-list-border li:first-child, ul.ul-list-border li:first-child {
  margin-top: 0;
}
.wa-article ul.ul-list-border li:last-child, ul.ul-list-border li:last-child {
  padding-bottom: 2.94118rem;
}
.wa-article .classique .accordion.module-liste .wa-article ul.ul-list-border li, .wa-article .classique .accordion.module-liste ul.ul-list-border li {
  box-shadow: #ecf0f2 0px 0px 0px;
}
.punch .wa-article .classique .wa-article ul.ul-list-border li, .punch .wa-article .classique ul.ul-list-border li {
  box-shadow: #fdb73f 0px 0px 0px;
}
.wa-article .punch .wa-article ul.ul-list-border li, .wa-article .punch ul.ul-list-border li {
  box-shadow: #fdb73f 0px 0px 0px;
}
.wa-article .accent .wa-article ul.ul-list-border li, .wa-article .accent ul.ul-list-border li {
  box-shadow: rgba(253, 196, 98, 0.2) 0px 0px 0px;
}
.wa-article .sobre .wa-article ul.ul-list-border li, .wa-article .sobre ul.ul-list-border li {
  box-shadow: #fff 0px 0px 0px;
}
.wa-article .photo-texte .wa-article ul.ul-list-border li, .wa-article .photo-texte ul.ul-list-border li {
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px;
}
@media screen and (min-width: 22.5em) {
  .wa-article ul.ul-list-border li, ul.ul-list-border li {
    padding: 2.35294rem 1.17647rem;
  }
  .wa-article ul.ul-list-border li:last-child, ul.ul-list-border li:last-child {
    padding-bottom: 2.35294rem;
  }
}
@media screen and (min-width: 450px) and (max-width: 767px) {
  .wa-article ul.ul-list-border li, ul.ul-list-border li {
    margin-bottom: 1.17647rem;
    width: calc(100% - 1.17647rem);
    flex: 0 0 calc(100% - 1.17647rem);
    margin-right: 1.17647rem;
  }
}
@media print, screen and (min-width: 48em) {
  .wa-article ul.ul-list-border li, ul.ul-list-border li {
    padding: 2.94118rem 1.76471rem;
    margin-bottom: 1.76471rem;
    margin-right: 1.76471rem;
    width: calc(100% - 1.76471rem);
    flex: 0 0 calc(100% - 1.76471rem);
    font-size: inherit;
  }
  .wa-article ul.ul-list-border li:last-child, ul.ul-list-border li:last-child {
    padding-bottom: 1.76471rem;
  }
}
@media screen and (min-width: 75em) {
  .wa-article ul.ul-list-border li, ul.ul-list-border li {
    padding: 3.52941rem 2.35294rem;
    border-radius: 24px;
  }
  .wa-article ul.ul-list-border li:last-child, ul.ul-list-border li:last-child {
    padding-bottom: 2.35294rem;
  }
}
.wa-article ul.ul-list-border li .icone-stylise-large .fa, ul.ul-list-border li .icone-stylise-large .fa {
  display: block;
  margin-bottom: 10px;
}
.wa-article ul.ul-list-border li .icone-stylise-large .fa:after, ul.ul-list-border li .icone-stylise-large .fa:after {
  color: #003E51;
}
.wa-article ul.ul-list-border li:before, ul.ul-list-border li:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border: 6px solid #D0DCE1;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media print, screen and (min-width: 48em) {
  .wa-article ul.ul-list-border li:before, ul.ul-list-border li:before {
    width: 100%;
    border-width: 8px;
  }
}
@media screen and (min-width: 75em) {
  .wa-article ul.ul-list-border li:before, ul.ul-list-border li:before {
    border-radius: 24px;
  }
}
.wa-article .classique .accordion.module-liste .wa-article ul.ul-list-border li:before, .wa-article .classique .accordion.module-liste ul.ul-list-border li:before {
  background: #EAEEF1;
  border-color: #EAEEF1;
}
.wa-article .sobre .wa-article ul.ul-list-border li:before, .wa-article .sobre ul.ul-list-border li:before {
  background: #d6dee4;
  border-color: #d6dee4;
}
.wa-article .photo-texte .wa-article ul.ul-list-border li:before, .wa-article .photo-texte ul.ul-list-border li:before {
  background: #003E51;
  border-color: #003E51;
}
.wa-article .dark .wa-article ul.ul-list-border li:before, .wa-article .dark ul.ul-list-border li:before {
  background: #003545;
  border-color: #003545;
}
.wa-article .accent .wa-article ul.ul-list-border li:before, .wa-article .accent ul.ul-list-border li:before {
  background: #ffe6be;
  border-color: #ffe6be;
}
.wa-article .punch .wa-article ul.ul-list-border li:before, .wa-article .punch ul.ul-list-border li:before {
  background: #fdd081;
  border-color: #fdd081;
}
.punch .wa-article .classique .wa-article ul.ul-list-border li:before, .punch .wa-article .classique ul.ul-list-border li:before {
  background: #fdd081;
  border-color: #fdd081;
}
.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 li:hover, ul.ul-list-border li:hover {
  box-shadow: rgba(68, 115, 135, 0.2) 0px 0px 50px;
}
.wa-article .classique .accordion.module-liste .wa-article ul.ul-list-border li:hover, .wa-article .classique .accordion.module-liste ul.ul-list-border li:hover {
  box-shadow: #ecf0f2 0px 0px 50px;
}
.punch .wa-article .classique .wa-article ul.ul-list-border li:hover, .punch .wa-article .classique ul.ul-list-border li:hover {
  box-shadow: #fdb73f 0px 0px 50px;
}
.wa-article .punch .wa-article ul.ul-list-border li:hover, .wa-article .punch ul.ul-list-border li:hover {
  box-shadow: #fdb73f 0px 0px 50px;
}
.wa-article .accent .wa-article ul.ul-list-border li:hover, .wa-article .accent ul.ul-list-border li:hover {
  box-shadow: rgba(253, 196, 98, 0.2) 0px 0px 50px;
}
.wa-article .sobre .wa-article ul.ul-list-border li:hover, .wa-article .sobre ul.ul-list-border li:hover {
  box-shadow: #fff 0px 0px 50px;
}
.wa-article .photo-texte .wa-article ul.ul-list-border li:hover, .wa-article .photo-texte ul.ul-list-border li:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 50px;
}
.wa-article ul.ul-list-border li img, ul.ul-list-border li img {
  padding-bottom: 10px;
}
.wa-article ul.ul-list-border.ul-list-col-2 li, ul.ul-list-border.ul-list-col-2 li {
  /*&:nth-child(2n){						
  	&:before{border-color: $color-2;}
  	&:after{background-color: $color-2;}
  	.txt-chiffre{color:$color-2;}
  	.icone-stylise-large .fa:after{color:$color-2;}
  	
  	
  	@include breakpoint(360px){	
  		&:before{border-color: $color-1;}
  		&:after{background-color: $color-1;}
  		.txt-chiffre{color:$color-1;}
  		.icone-stylise-large .fa:after{color:$color-1;}
  	}
  	
  }*/
  /*&:nth-child(2), &:nth-child(3), &:nth-child(6), &:nth-child(7), &:nth-child(10), &:nth-child(11),&:nth-child(14), &:nth-child(15),&:nth-child(18), &:nth-child(19) {
  	@include breakpoint(360px){	
  		&:before{border-color: $color-2;}
  		&:after{background-color: $color-2;}
  		.txt-chiffre{color:$color-2;}
  		.icone-stylise-large .fa:after{color:$color-2;}
  	}
  }*/
  /*&.flipping{
  	&:nth-child(2n){
  		@include breakpoint(medium){								
  			.side-front{border-color: $color-1;}
  			.side-back{background-color: $color-1b;}
  		}
  	}
  	
  	&:nth-child(2), &:nth-child(3), &:nth-child(6), &:nth-child(7), &:nth-child(10), &:nth-child(11),&:nth-child(14), &:nth-child(15),&:nth-child(18), &:nth-child(19) {
  		@include breakpoint(medium){	
  			.side-front{border-color: $color-2;}
  			.side-back{background-color: $color-2b; border-color: $color-2;}
  		}
  	}					
  }*/
}
@media print, screen and (max-width: 63.99875em) {
  .wa-article ul.ul-list-border.ul-list-col-2 li, ul.ul-list-border.ul-list-col-2 li {
    font-size: 13px;
    line-height: 1.4;
  }
  .wa-article ul.ul-list-border.ul-list-col-2 li .txt-petit, ul.ul-list-border.ul-list-col-2 li .txt-petit {
    font-size: 12px;
  }
}
.wa-article ul.ul-list-border.ul-list-col-3 li, .wa-article ul.ul-list-border.ul-list-col-4 li, ul.ul-list-border.ul-list-col-3 li, ul.ul-list-border.ul-list-col-4 li {
  /*&:nth-child(2n){
  	
  	&:before{border-color: $color-2;}
  	&:after{background-color: $color-2;}
  	.txt-chiffre{color:$color-2;}
  	.icone-stylise-large .fa:after{color:$color-2;}
  	
  	@media screen and (min-width: 360px) and (max-width: 1023px) {	
  		&:before{border-color: $color-1;}
  		&:after{background-color: $color-1;}
  		.txt-chiffre{color:$color-1;}
  		.icone-stylise-large .fa:after{color:$color-1;}
  	}
  }
  
  	
  &:nth-child(2), &:nth-child(3), &:nth-child(6), &:nth-child(7), &:nth-child(10), &:nth-child(11),&:nth-child(14), &:nth-child(15),&:nth-child(18), &:nth-child(19) {						
  	
  	@media screen and (min-width: 360px) and (max-width: 1023px) {						
  							
  		&:before{border-color: $color-2;}
  		&:after{background-color: $color-2;}
  		.txt-chiffre{color:$color-2;}
  		.icone-stylise-large .fa:after{color:$color-2;}
  		
  		}
  	}							
  	
  	
  &.flipping{
  	&:nth-child(2n){							
  		
  		@media screen and (min-width: 768px) and (max-width: 1023px) {									
  			.side-front{border-color: $color-1;}
  			.side-back{background-color: $color-1;}
  		}
  		
  	}
  	
  	&:nth-child(2), &:nth-child(3), &:nth-child(6), &:nth-child(7), &:nth-child(10), &:nth-child(11),&:nth-child(14), &:nth-child(15),&:nth-child(18), &:nth-child(19) {
  		
  		@media screen and (min-width: 768px) and (max-width: 1023px) {	
  			.side-front{border-color: $color-2;}
  			.side-back{background-color: $color-2b; border-color: $color-2;}
  			
  		}
  	}
  }*/
}
@media print, screen and (max-width: 63.99875em) {
  .wa-article ul.ul-list-border.ul-list-col-3 li, .wa-article ul.ul-list-border.ul-list-col-4 li, ul.ul-list-border.ul-list-col-3 li, ul.ul-list-border.ul-list-col-4 li {
    font-size: 13px;
    line-height: 1.4;
  }
  .wa-article ul.ul-list-border.ul-list-col-3 li .txt-petit, .wa-article ul.ul-list-border.ul-list-col-4 li .txt-petit, ul.ul-list-border.ul-list-col-3 li .txt-petit, ul.ul-list-border.ul-list-col-4 li .txt-petit {
    font-size: 12px;
  }
}
.wa-article ul.ul-list-border.ul-list-col-4 li, ul.ul-list-border.ul-list-col-4 li {
  /*
  									
  &:nth-child(2n){			
  							
  	@include breakpoint(xlarge){
  		&:before{border-color: $color-1;}
  		&:after{background-color: $color-1;}
  		.txt-chiffre{color:$color-1;}
  		.icone-stylise-large .fa:after{color:$color-1;}
  	}
  }					
  	
  &:nth-child(2), &:nth-child(4), &:nth-child(5), &:nth-child(7), &:nth-child(10), &:nth-child(12), &:nth-child(13), &:nth-child(15),&:nth-child(18), &:nth-child(20),&:nth-child(21), &:nth-child(23),&:nth-child(26),&:nth-child(28),&:nth-child(29) &:nth-child(31) {				
  	
  
  	@include breakpoint(xlarge){	
  							
  		&:before{border-color: $color-2;}
  		&:after{background-color: $color-2;}
  		.txt-chiffre{color:$color-2;}
  		.icone-stylise-large .fa:after{color:$color-2;}
  		
  		}
  	}
  	
  	
  &.flipping{						
  	
  	&:nth-child(2), &:nth-child(4), &:nth-child(5), &:nth-child(7), &:nth-child(10), &:nth-child(12), &:nth-child(13), &:nth-child(15),&:nth-child(18), &:nth-child(20),&:nth-child(21), &:nth-child(23),&:nth-child(26),&:nth-child(28),&:nth-child(29) &:nth-child(31) {
  		
  		@include breakpoint(xlarge){	
  			.side-front{border-color: $color-2;}
  			.side-back{background-color: $color-2b; border-color: $color-2;}
  			
  		}
  	}	
  	
  }*/
}
.wa-article ul.ul-list-border.ul-list-col-2 li, .wa-article ul.ul-list-border.ul-list-col-3 li, .wa-article ul.ul-list-border.ul-list-col-4 li, ul.ul-list-border.ul-list-col-2 li, ul.ul-list-border.ul-list-col-3 li, ul.ul-list-border.ul-list-col-4 li {
  flex: 0 0 calc(100% - 0.58824rem);
  width: calc(100% - 0.58824rem);
  /*&.flipping{
  	@include breakpoint(small only){
  		flex:0 0 calc(100% - 10px);
  		width: calc(100% - 10px);										
  	}						
  }*/
}
@media screen and (min-width: 360px) and (max-width: 449px) {
  .wa-article ul.ul-list-border.ul-list-col-2 li, .wa-article ul.ul-list-border.ul-list-col-3 li, .wa-article ul.ul-list-border.ul-list-col-4 li, ul.ul-list-border.ul-list-col-2 li, ul.ul-list-border.ul-list-col-3 li, ul.ul-list-border.ul-list-col-4 li {
    flex: 0 0 calc(50% - 0.58824rem);
    width: calc(50% - 0.58824rem);
  }
}
@media screen and (min-width: 450px) and (max-width: 767px) {
  .wa-article ul.ul-list-border.ul-list-col-2 li, .wa-article ul.ul-list-border.ul-list-col-3 li, .wa-article ul.ul-list-border.ul-list-col-4 li, ul.ul-list-border.ul-list-col-2 li, ul.ul-list-border.ul-list-col-3 li, ul.ul-list-border.ul-list-col-4 li {
    flex: 0 0 calc(50% - 1.17647rem);
    width: calc(50% - 1.17647rem);
  }
}
@media print, screen and (min-width: 48em) {
  .wa-article ul.ul-list-border.ul-list-col-2 li, .wa-article ul.ul-list-border.ul-list-col-3 li, .wa-article ul.ul-list-border.ul-list-col-4 li, ul.ul-list-border.ul-list-col-2 li, ul.ul-list-border.ul-list-col-3 li, ul.ul-list-border.ul-list-col-4 li {
    flex: 0 0 calc(50% - 1.76471rem);
    width: calc(50% - 1.76471rem);
  }
}
@media print, screen and (min-width: 64em) {
  .wa-article ul.ul-list-border.ul-list-col-3 li, .wa-article ul.ul-list-border.ul-list-col-4 li, ul.ul-list-border.ul-list-col-3 li, ul.ul-list-border.ul-list-col-4 li {
    flex: 0 0 calc(33.33333% - 1.76471rem);
    width: calc(33.33333% - 1.76471rem);
  }
}
@media screen and (min-width: 75em) {
  .wa-article ul.ul-list-border.ul-list-col-4 li, ul.ul-list-border.ul-list-col-4 li {
    flex: 0 0 calc(25% - 1.76471rem);
    width: calc(25% - 1.76471rem);
  }
}
.wa-article ul.ul-list-border.list-stylise li, ul.ul-list-border.list-stylise li {
  padding-left: 1.11765rem;
}
.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.11765rem;
}
.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: #fdc462;
  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, 62, 81, 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 [data-style-align="center"] ul.ul-list-sur-une-ligne.list-stylise li:before,
[data-style-align="center"] ul.ul-list-sur-une-ligne.list-stylise li:before {
  top: -2px;
  margin-right: 10px;
}

/* ------------ */
.wa-article ul.list-col,
ul.list-col {
  display: inline-block;
  list-style: none;
  margin: 0 0 0.88235rem 1.17647rem;
  padding: 0;
  max-width: 100%;
}
.wa-article ul.list-col li,
ul.list-col li {
  padding: 0 0 1.17647rem 1.11765rem;
  margin: 0;
  display: inline-block;
  position: relative;
}
.wa-article ul.list-col li:before,
ul.list-col li:before {
  font-size: 0.35294rem;
  font-family: "FontAwesome";
  content: "";
  top: 0.58824rem;
  position: absolute;
  font-weight: 400;
  left: 0;
  color: #fdc462;
}
.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.17647rem;
}
.wa-article ul.list-col li ul li:before,
ul.list-col li ul li:before {
  font-size: 0.76471rem;
  top: 0.41176rem;
  color: inherit;
}
.wa-article ul.list-col li ul li:first-child,
ul.list-col li ul li:first-child {
  margin-top: 0.58824rem;
}

/* ---------- 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.88235rem 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 1.17647rem;
  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.35294rem;
  font-size: 0.35294rem;
  font-family: "FontAwesome";
  content: "";
  font-weight: 400;
  color: #fdc462;
  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.76471rem;
  padding-right: 0.35294rem;
  color: inherit;
}

.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.88235rem 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 1.17647rem;
  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.35294rem 1.17647rem 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.35294rem;
  font-size: 0.35294rem;
  font-family: "FontAwesome";
  content: "";
  font-weight: 400;
  color: #fdc462;
  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.35294rem;
  }
}
.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.76471rem;
  padding-right: 0.35294rem;
  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.35294rem 0.88235rem 1.17647rem;
  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.35294rem 1.17647rem 1.11765rem;
  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: 0.35294rem;
  font-family: "FontAwesome";
  content: "";
  top: 0.58824rem;
  position: absolute;
  font-weight: 400;
  left: 0;
  color: #fdc462;
}
.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.11765rem;
}
.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.76471rem;
  top: 0.41176rem;
  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.58824rem;
}

/************************ 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.76471rem 0.88235rem -0.29412rem;
  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.76471rem 1.17647rem 0.29412rem;
  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 1.17647rem 1.11765rem;
}
.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.58824rem;
}
.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: 0.35294rem;
  font-family: "FontAwesome";
  content: "";
  top: 0.58824rem;
  position: absolute;
  left: 0;
  display: block;
  color: #fdc462;
}
.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.11765rem;
}
.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.76471rem;
  top: 0.41176rem;
  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.88235rem 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.17647rem;
  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 1.17647rem;
  padding: 0 0 0 1.11765rem;
  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: 0.35294rem;
  font-family: "FontAwesome";
  content: "";
  top: 0.58824rem;
  left: 0;
  color: #fdc462;
}

/* defaut groupé */
@media screen and (min-width: 48em) {
  .wa-article ul.ul-list-sur-une-ligne,
  ul.ul-list-sur-une-ligne {
    margin: 0;
  }
  .wa-article ul.ul-list-sur-une-ligne li,
  ul.ul-list-sur-une-ligne li {
    display: inline-block;
    margin: 0 1.76471rem 0.58824rem 0;
    position: relative;
    padding: 0 0 0 0.88235rem;
    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: 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.88235rem 1.17647rem 0;
    padding: 0 0 0 1.11765rem;
  }
  .wa-article ul.ul-list-sur-une-ligne.list-stylise li:before,
  ul.ul-list-sur-une-ligne.list-stylise li:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 0.35294rem;
    top: 0.58824rem;
  }
}

@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.76471rem 1.17647rem 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 print, 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.35294rem 1.17647rem 0;
  }
}
@media print, 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 print, screen and (min-width: 48em) {
  .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 print, 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 print, 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;
				}
			}
		}
	}	
}*/
/* flipping card 2 */
.flipping-card {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-bottom: 34px;
  flex-flow: column;
  perspective: 1000px;
  height: 350px;
  width: 100%;
}
.flipping-card .side-front-card {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transform: rotateY(0deg);
}
.flipping-card .side-front-card,
.flipping-card .side-back-card {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 1;
  display: block;
  		/*display: -webkit-flex;	
  		-webkit-flex: 1 1 auto;
      	flex: 1 1 auto;
  		justify-content: center;
  		flex-direction: column;						
  		flex: 0 0 100%;		*/
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.flipping-card .side-back-card {
  z-index: 0;
  position: relative;
  transform: rotateY(180deg);
}
.flipping-card:hover .side-front-card {
  z-index: 0;
  transform: rotateY(180deg);
}
.flipping-card:hover .side-back-card {
  z-index: 1;
  transform: rotateY(0deg);
}

.wa-article ul.ul-list-sur-une-ligne.list-sans-puce,
ul.ul-list-sur-une-ligne.list-sans-puce {
  margin-bottom: 0;
}
.wa-article ul.ul-list-sur-une-ligne.list-sans-puce li,
ul.ul-list-sur-une-ligne.list-sans-puce li {
  padding-left: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .wa-article ul.ul-list-sur-une-ligne.list-sans-puce li,
  ul.ul-list-sur-une-ligne.list-sans-puce li {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 48em) {
  .wa-article ul.ul-list-sur-une-ligne.list-sans-puce li,
  ul.ul-list-sur-une-ligne.list-sans-puce li {
    padding-left: 0;
  }
}
@media print, screen and (max-width: 47.99875em) {
  [data-style-align="center"] .wa-article ul.ul-list-sur-une-ligne.list-sans-puce, .wa-article ul.ul-list-sur-une-ligne.list-sans-puce[style="text-align:center;"], [data-style-align="center"]
  ul.ul-list-sur-une-ligne.list-sans-puce,
  ul.ul-list-sur-une-ligne.list-sans-puce[style="text-align:center;"] {
    text-align: center;
    display: block;
  }
  [data-style-align="center"] .wa-article ul.ul-list-sur-une-ligne.list-sans-puce li, .wa-article ul.ul-list-sur-une-ligne.list-sans-puce[style="text-align:center;"] li, [data-style-align="center"]
  ul.ul-list-sur-une-ligne.list-sans-puce li,
  ul.ul-list-sur-une-ligne.list-sans-puce[style="text-align:center;"] li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

hr {
  border: none;
  border-top: #D0DCE1 solid 1px;
  max-width: 100%;
  max-width: 100%;
  margin: 1.76471rem 0;
  display: block;
  position: relative;
}
.wa-article .punch hr {
  border-color: #003E51;
}
.punch .wa-article .classique hr {
  border-color: #003E51;
}
.wa-article .dark hr {
  border-color: rgba(255, 255, 255, 0.2);
}
.wa-article .photo-texte hr {
  border-color: rgba(255, 255, 255, 0.2);
}
.wa-article .sobre hr {
  border-color: rgba(68, 115, 135, 0.2);
}
.wa-article .accent hr {
  border-color: rgba(68, 115, 135, 0.2);
}

.hr-pointille {
  border-top-style: dotted;
  border-top-width: 2px;
}

.hr-dash {
  border-top-style: dashed;
  border-top-width: 1px;
}

.hr-double {
  border-top-style: double;
  border-top-width: 4px;
}

.hr-color-large {
  border-top-width: 4px;
}

.hr-color-small {
  border-top-color: #fdc462;
  border-top-width: 4px;
  width: 5.88235rem;
  margin: 0.58824rem 0 0;
  padding: 0.58824rem 0 0;
  display: inline-block;
  position: relative;
  vertical-align: bottom;
}
.wa-article .accent .hr-color-small {
  border-color: #fdc462;
}
.wa-article .photo-texte .hr-color-small {
  border-color: #fdc462;
}
.wa-article .sobre .hr-color-small {
  border-color: #fdc462;
}
.wa-article .dark .hr-color-small {
  border-color: #fdc462;
}
.wa-article .photo-texte .hr-color-small {
  border-color: #fdc462;
}
.wa-article .punch .hr-color-small {
  border-color: #003E51;
}
.punch .wa-article .classique .hr-color-small {
  border-color: #003E51;
}

/* bandeau avec une image en bg 
+ article dedans - pages sections 
----------------------------------- */
.slider-defaut-contener {
  position: relative;
}

.slider-header-color {
  background-color: #fff;
  padding-top: 5rem;
}

.section-slider-title-content {
  max-width: 100%;
  align-self: flex-end;
  width: 42.76471rem;
  padding-left: 1.17647rem;
  padding-right: 1.17647rem;
}
@media print, screen and (min-width: 48em) {
  .section-slider-title-content {
    padding-left: 1.76471rem;
    padding-right: 1.76471rem;
  }
}
@media screen and (min-width: 75em) {
  .section-slider-title-content {
    padding-left: 5.29412rem;
    padding-right: 5.29412rem;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .section-slider-title-content h1, .section-slider-title-content .h1 {
    font-size: 2.64706rem;
  }
}

.section-slider-title {
  position: relative;
  width: 31.76471rem;
  max-width: calc(100% - 50px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 7%;
  padding-bottom: 7%;
  min-height: 18.35294rem;
  margin-bottom: 1.17647rem;
}
@media print, screen and (max-width: 47.99875em) {
  .section-slider-title {
    margin-top: -2.35294rem;
    max-width: calc(100% - 20px);
    width: calc(100% - 20px);
    min-height: inherit;
  }
}
@media print, screen and (min-width: 48em) {
  .section-slider-title {
    width: 50%;
    margin-top: 2.35294rem;
  }
}
@media screen and (min-width: 75em) {
  .section-slider-title {
    margin-top: 5rem;
  }
}
.section-slider-title:after {
  content: '';
  background: #fff3e0;
  display: block;
  height: 1.17647rem;
  position: absolute;
  bottom: -1.17647rem;
  left: 1.17647rem;
  width: calc(100% - 1.17647rem - 1.17647rem );
}
@media print, screen and (min-width: 48em) {
  .section-slider-title:after {
    width: calc(100% - 2.35294rem - 1.17647rem );
    left: 2.35294rem;
  }
}
@media screen and (min-width: 75em) {
  .section-slider-title:after {
    width: calc(100% - 4.70588rem - 1.76471rem );
    left: 4.70588rem;
  }
}
@media screen and (min-width: 120em) {
  .section-slider-title:after {
    width: calc(100% - 6.76471rem - 2.35294rem );
    left: 6.76471rem;
  }
}
.section-slider-title .box-marge {
  margin-bottom: 0;
}

.slider-defaut {
  background-color: #EAEEF1;
  background-size: cover;
  background-position: center center;
}
@media print, screen and (max-width: 47.99875em) {
  .slider-defaut {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(65% - 40px);
    display: block;
  }
}
@media print, screen and (min-width: 48em) {
  .slider-defaut {
    position: absolute;
    padding: 0;
    right: 0;
    top: -2.35294rem;
    display: block;
    float: right;
    width: calc(50% + 40px);
    height: calc(100% + 2.35294rem);
  }
}
@media screen and (min-width: 75em) {
  .slider-defaut {
    top: -5rem;
    width: calc(50% + 100px);
    height: calc(100% + 5rem);
  }
}

/* slider bandeau avec une couleur
-------------------------------------*/
.slider-defaut-color {
  background-color: #003E51;
  position: relative;
  display: block;
  color: #fff;
}
.slider-defaut-color .content-padding {
  padding: 4.70588rem 0;
}
@media print, screen and (min-width: 64em) {
  .slider-defaut-color .content-padding {
    padding: 4.70588rem 0 5.88235rem;
  }
}
.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 =========== */
.home-slider-container {
  position: relative;
  background: #fff;
}

.bandeau-accueil-phone {
  display: block;
  border-radius: 0.70588rem;
  padding: 1.47059rem 1.76471rem;
  margin: -3.52941rem 1.17647rem 0 2.82353rem;
  position: relative;
  background: #003E51;
  max-width: calc(100% - 1.17647rem - 2.82353rem);
  width: 31.17647rem;
  color: #fff;
}
@media print, screen and (min-width: 48em) {
  .bandeau-accueil-phone {
    margin: -3.05882rem 8.82353rem 0 5.11765rem;
    padding: 1.17647rem 2.94118rem;
    width: 31.17647rem;
    max-width: calc(100% - 5.11765rem - 8.82353rem);
  }
}
@media screen and (min-width: 75em) {
  .bandeau-accueil-phone {
    margin: -4.29412rem 0 0 6.76471rem;
    padding: 1.76471rem 5.29412rem 1.76471rem 8.82353rem;
    width: calc(50% - 6.76471rem + 8.41176rem);
  }
}
@media screen and (min-width: 120em) {
  .bandeau-accueil-phone {
    margin-left: 9.41176rem;
    margin-top: -6.17647rem;
    padding: 2.94118rem 5.29412rem 2.94118rem 8.82353rem;
  }
}
.bandeau-accueil-phone .btn-rond {
  background: #fdc462;
  box-shadow: rgba(253, 196, 98, 0.5) 0 0 0 8px;
  color: #fff;
}
@media screen and (min-width: 75em) {
  .bandeau-accueil-phone .btn-rond {
    position: absolute;
    left: 3.52941rem;
    top: 1.76471rem;
  }
}
@media screen and (min-width: 120em) {
  .bandeau-accueil-phone .btn-rond {
    top: 2.94118rem;
  }
}
.bandeau-accueil-phone .phone-number {
  font-size: 1.88235rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.29412rem;
  color: #fff;
}
@media screen and (min-width: 75em) {
  .bandeau-accueil-phone .phone-number {
    font-size: 2.35294rem;
  }
}
.bandeau-accueil-phone .phone-txt {
  font-size: 0.94118rem;
}

.bandeau-accueil {
  z-index: 0;
  margin: 0;
}
.bandeau-accueil ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 74.99875em) {
  .bandeau-accueil ul.slick-dots {
    display: none !important;
  }
}
@media screen and (min-width: 75em) {
  .bandeau-accueil ul.slick-dots {
    float: right;
    padding: 0 2.35294rem;
    width: calc(50% - 8.41176rem);
  }
}
@media screen and (min-width: 120em) {
  .bandeau-accueil ul.slick-dots {
    padding: 0.58824rem 4.11765rem 0;
    width: calc(50% - 11.11765rem);
  }
}
.bandeau-accueil ul.slick-dots li {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
}
.bandeau-accueil ul.slick-dots li button {
  width: 36px;
  height: 36px;
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0);
}
.bandeau-accueil ul.slick-dots li button:before {
  content: '';
  background: rgba(76, 120, 133, 0);
  border: #4c7885 2px solid;
  font-weight: 400;
  display: block;
  width: 12px;
  height: 12px;
  line-height: 0;
  border-radius: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all .3s ease;
}
.bandeau-accueil ul.slick-dots li button:hover:before {
  background: #fdc462;
  border-color: #fdc462;
}
.bandeau-accueil ul.slick-dots li.slick-active button:before, .bandeau-accueil ul.slick-dots li.slick-active button:hover:before {
  border-color: #4c7885;
  background: #4c7885;
}
.bandeau-accueil .slick-slide {
  z-index: 0;
  margin: 0;
}
.bandeau-accueil:hover .figcaption-author {
  opacity: 1;
}
.bandeau-accueil .figcaption-bg {
  z-index: 0;
  position: relative;
  width: 64%;
  float: right;
  padding-top: calc(39.82% + 16px);
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 24.23529rem;
  margin-bottom: 16px;
}
@media screen and (min-width: 75em) {
  .bandeau-accueil .figcaption-bg {
    width: calc(50% + 225px);
  }
}
@media screen and (min-width: 120em) {
  .bandeau-accueil .figcaption-bg {
    width: calc(50% + 315px);
    padding-top: calc(39.82% + 16px + 16px);
    margin-bottom: 26px;
  }
}
.bandeau-accueil .figcaption-content {
  position: absolute;
  top: inherit;
  bottom: 16px;
  left: 0;
  display: flex;
  max-width: calc(100% - 3.82353rem);
  width: 31.52941rem;
  padding: 3.52941rem 1.17647rem;
  text-align: left;
  color: #003E51;
  z-index: 0;
  height: calc(82% - 0.94118rem);
  justify-content: center;
  flex-direction: column;
}
@media print, screen and (min-width: 48em) {
  .bandeau-accueil .figcaption-content {
    width: 31.52941rem;
    padding-left: 2.11765rem;
    padding-right: 2.11765rem;
  }
}
@media screen and (min-width: 75em) {
  .bandeau-accueil .figcaption-content {
    width: calc(50% - 2.35294rem);
    padding-left: 4.11765rem;
    padding-right: 2.35294rem;
    height: calc(82% - 0.76471rem);
  }
}
@media screen and (min-width: 120em) {
  .bandeau-accueil .figcaption-content {
    padding-left: 5.88235rem;
    padding-right: 2.94118rem;
    bottom: 26px;
    height: calc(82% - 1.23529rem);
    width: calc(50% - 3.41176rem);
  }
}
.bandeau-accueil .figcaption-content:before {
  content: '';
  background: #fdc462;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
}
.bandeau-accueil .figcaption-content:after {
  content: '';
  background: #fff3e0;
  position: absolute;
  width: calc(100% - 0.94118rem);
  height: 100%;
  right: -0.94118rem;
  bottom: -0.94118rem;
  display: block;
  z-index: -2;
}
@media screen and (min-width: 75em) {
  .bandeau-accueil .figcaption-content:after {
    width: calc(100% - 1.05882rem);
    right: -1.05882rem;
    height: calc(100% - 0.82353rem);
  }
}
@media screen and (min-width: 120em) {
  .bandeau-accueil .figcaption-content:after {
    bottom: -1.52941rem;
    right: -1.23529rem;
    width: calc(100% - 1.23529rem);
    height: calc(100% - 1rem);
  }
}
.bandeau-accueil .figcaption-content .figcaption-titre {
  font-family: "Capriola", sans-serif;
  font-weight: 400;
  font-size: 2.35294rem;
  line-height: 1.2;
  padding-bottom: 0.88235rem;
  display: block;
}
@media screen and (min-width: 75em) {
  .bandeau-accueil .figcaption-content .figcaption-titre {
    font-size: 3.52941rem;
  }
}
.bandeau-accueil .figcaption-content .figcaption-titre:after {
  content: '\f111';
  color: inherit;
  font-family: FontAwesome;
  display: inline;
  position: relative;
  font-size: 0.2em;
  font-weight: 400;
  padding-left: 0.29412rem;
}
.bandeau-accueil .figcaption-content .figcaption-legende {
  font-family: "Palanquin", sans-serif;
  font-weight: 400;
  font-size: 1.05882rem;
  line-height: 1.2;
  padding-bottom: 0.88235rem;
  display: block;
}
@media screen and (min-width: 75em) {
  .bandeau-accueil .figcaption-content .figcaption-legende {
    font-size: 1.17647rem;
  }
}
.bandeau-accueil .figcaption-author {
  display: block;
  font-family: "Palanquin", sans-serif;
  color: #fff;
  font-size: 0.94118rem;
  font-weight: 700;
  line-height: 1.2em;
  position: absolute;
  bottom: -7.05882rem;
  right: 1.17647rem;
  text-align: right;
  min-width: 200px;
}
.bandeau-accueil .figcaption-author:before {
  background-color: #fff;
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
  height: 2px;
  width: 2.35294rem;
}
@media print, screen and (min-width: 48em) {
  .bandeau-accueil .figcaption-author {
    font-size: 1.17647rem;
    bottom: -4.70588rem;
    padding-left: 30%;
    left: 0;
    right: 1.76471rem;
  }
}
@media screen and (min-width: 75em) {
  .bandeau-accueil .figcaption-author {
    font-size: 1.17647rem;
    bottom: -4.70588rem;
    padding-left: 70%;
    right: -4.11765rem;
  }
}

/* ======== bouton suivant précédent =========== */
.slick-prev, .slick-next {
  position: absolute;
  width: 2.11765rem;
  height: 2.11765rem;
  display: block;
  text-align: center;
  border: none;
  background-color: rgba(0, 62, 81, 0);
  z-index: 1;
  border-radius: 0;
  text-decoration: none;
  line-height: 0;
  color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}
@media screen and (min-width: 75em) {
  .slick-prev, .slick-next {
    width: 2.94118rem;
    height: 2.94118rem;
  }
  .col-1 .slick-prev, .col-1 .slick-next {
    width: 5.88235rem;
    height: 5.88235rem;
  }
}
.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 2.94118rem;
  line-height: 1;
  color: #fff;
  display: inline-block;
  opacity: 1;
  width: 100%;
  text-align: center;
  padding: 0;
  text-shadow: rgba(0, 0, 0, 0.2) 0 0 30px;
  transition: color .3s ease, box-shadow .3s ease;
}
@media screen and (min-width: 75em) {
  .slick-prev:before, .slick-next:before {
    font-size: 2.94118rem;
    padding: 0;
  }
  .col-1 .slick-prev:before, .col-1 .slick-next:before {
    font-size: 5.88235rem;
  }
}
.slick-prev:hover, .slick-next:hover {
  background-color: rgba(0, 62, 81, 0);
}
.slick-prev:hover:before, .slick-next:hover:before {
  color: #fdc462;
}

.slick-prev {
  left: 1.17647rem;
}
@media screen and (min-width: 75em) {
  .col-1 .slick-prev {
    left: 2.35294rem;
  }
}
.slick-prev:before {
  content: "";
}

.slick-next {
  right: 1.17647rem;
}
@media screen and (min-width: 75em) {
  .col-1 .slick-next {
    right: 2.35294rem;
  }
}
.slick-next:before {
  content: "";
}

/* =========  Mode Caroussel =========================== */
.caroussel {
  z-index: 0;
  display: block;
  width: 100%;
  margin: 0;
}
.caroussel .bandeau-height-perso {
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 56%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (min-width: 64em) {
  .caroussel .bandeau-height-perso {
    padding-top: 70%;
  }
}
@media print, screen and (min-width: 64em) {
  .col-1 .caroussel .bandeau-height-perso {
    padding-top: 56%;
  }
}
.caroussel:hover .figcaption-container {
  opacity: 1;
}

.figcaption-container {
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.figcaption-container figcaption {
  background-color: rgba(0, 62, 81, 0.9);
  padding: 1.17647rem;
  display: inline-block;
  text-align: left;
}
@media print, screen and (min-width: 48em) {
  .figcaption-container figcaption {
    padding: 1.17647rem;
    min-width: 40%;
  }
}
@media screen and (min-width: 75em) {
  .col-1 .figcaption-container figcaption {
    padding: 2.94118rem 2.35294rem;
    min-width: 40%;
  }
}
.figcaption-container figcaption .fig-author {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transform: translateY(-100%);
  font-size: 0.76471rem;
  font-weight: 400;
  color: #fff;
  padding-bottom: 0.29412rem;
  text-shadow: #000 1px 0 0,#000 -1px 0 0,#000 0 1px 0,#000 0 -1px 0;
}
.figcaption-container figcaption .title-figcaption {
  display: inline-block;
  font-family: "Capriola", sans-serif;
  color: #fff;
  font-size: 0.82353rem;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 0.29412rem 0;
}
.figcaption-container figcaption .figcaption-barre {
  display: inline-block;
  padding: 0 0.58824rem;
  color: rgba(255, 255, 255, 0.2);
}
.figcaption-container figcaption .figcaption-description {
  display: inline-block;
  font-family: "Palanquin", sans-serif;
  color: #fff;
  font-size: 0.76471rem;
  line-height: 1.2em;
  color: #fff;
}
@media screen and (min-width: 75em) {
  .figcaption-container figcaption .figcaption-description {
    font-size: 0.94118rem;
  }
  .col-1 .figcaption-container figcaption .figcaption-description {
    font-size: 1rem;
  }
}
.figcaption-container figcaption .figcaption-description .fig-title {
  padding: 0.58824rem 0;
  font-family: "Capriola", sans-serif;
  font-weight: 400;
  font-size: 1.05882rem;
}
@media screen and (min-width: 75em) {
  .figcaption-container figcaption .figcaption-description .fig-title {
    font-size: 1.17647rem;
  }
  .col-1 .figcaption-container figcaption .figcaption-description .fig-title {
    font-size: 2.05882rem;
  }
}

/* =========  Mode Catalogue =========================== */
.wa-article ul.pagination,
ul.pagination {
  padding: 2.94118rem 0 0 0;
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
}
.wa-article ul.pagination li,
ul.pagination li {
  padding: 0;
  vertical-align: top;
  margin: 0 0.29412rem 0.29412rem 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 {
  opacity: 0.3;
  background-color: rgba(255, 255, 255, 0);
  color: #003E51;
  border-radius: 12px;
  border: 2px solid #003E51;
}
.wa-article ul.pagination li.current.unavailable, .wa-article ul.pagination li.current,
ul.pagination li.current.unavailable,
ul.pagination li.current {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  border-radius: 12px;
  margin: 0 0.29412rem 0.29412rem 0;
}
.wa-article ul.pagination li.current.unavailable a, .wa-article ul.pagination li.current a,
ul.pagination li.current.unavailable a,
ul.pagination li.current a {
  opacity: 1;
  background-color: #fdc462;
  color: #003E51;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 12px;
  display: inline-block;
  margin: 0;
}
.wa-article ul.pagination li.current.unavailable a:hover, .wa-article ul.pagination li.current a:hover,
ul.pagination li.current.unavailable a:hover,
ul.pagination li.current a:hover {
  background-color: #fdc462;
  color: #003E51;
  opacity: 1;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 12px;
}
.wa-article ul.pagination li a,
ul.pagination li a {
  text-decoration: none;
  font-weight: 400;
  border: 2px solid #003E51;
  transition: all 0.5s ease;
  width: 2.11765rem;
  height: 2.11765rem;
  color: #003E51;
  font-size: 0.94118rem;
  line-height: 1;
  display: inline-block;
  padding: 0.41176rem 0 0 0;
  font-family: "Capriola", sans-serif;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 12px;
  margin: 0;
}
.wa-article ul.pagination li a:hover,
ul.pagination li a:hover {
  background-color: #003E51;
  color: #fff;
  border: 2px solid #003E51;
}

/* 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.70588rem;
  left: 0;
  width: 100%;
  display: block;
  padding: 0.58824rem;
  background-color: rgba(0, 62, 81, 0.6);
  color: #fff;
  font-family: "Palanquin", sans-serif;
  font-size: 0.76471rem;
  line-height: 1.2em;
  text-align: left;
  opacity: 0;
  transition: all 0.5s ease;
}
.card-image .card-content .fig-title {
  padding: 0.58824rem 0;
  font-family: "Capriola", sans-serif;
  font-weight: 400;
  font-size: 1.05882rem;
}
@media screen and (min-width: 75em) {
  .card-image .card-content .fig-title {
    font-size: 1.17647rem;
  }
}
.card-image:hover .card-content {
  opacity: 1;
  bottom: 0;
}

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

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

/*IMPORT*/
.bloc-actualites {
  margin: 2.94118rem 0;
  z-index: 2;
  position: relative;
  background-color: rgba(208, 220, 225, 0.06);
}
@media print, screen and (min-width: 48em) {
  .bloc-actualites {
    margin: 5.23529rem 0;
  }
}
.bloc-actualites h2 {
  padding: 2.35294rem 0 1.17647rem 0;
  line-height: 1;
  font-size: 2.11765rem;
}
@media print, screen and (min-width: 48em) {
  .bloc-actualites h2 {
    padding: 4.70588rem 0 1.17647rem 0;
  }
}
@media print, screen and (min-width: 48em) {
  .bloc-actualites h2 {
    font-size: 3.29412rem;
  }
}
.bloc-actualites:before {
  content: '';
  width: 100%;
  height: 0.35294rem;
  background: linear-gradient(to right, #003E51, #447387);
}
.bloc-actualites:after {
  content: '';
  background-color: #fff;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 3.52941rem;
}
@media print, screen and (min-width: 48em) {
  .bloc-actualites:after {
    width: 50%;
    margin-right: -.75rem;
    height: 5.88235rem;
  }
}
.bloc-actualites .cell {
  z-index: 2;
}
.bloc-actualites .orbit-container {
  margin: 0 0 3.52941rem;
}
@media print, screen and (min-width: 48em) {
  .bloc-actualites .orbit-container {
    margin: 0 0 6.58824rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .bloc-actualites .orbit-controls {
    margin-left: -1.17647rem;
  }
}
.bloc-actualites .actualite-prev, .bloc-actualites .actualite-next {
  font-weight: 400;
  border-radius: 0;
  padding: 0;
  margin: 0;
  color: #003E51;
  width: 3.52941rem;
  height: 3.52941rem;
  text-align: center;
  border: none;
  z-index: 1;
  text-decoration: none;
  line-height: 0;
  transition: all 0.5s ease;
}
@media print, screen and (min-width: 48em) {
  .bloc-actualites .actualite-prev, .bloc-actualites .actualite-next {
    width: 4.70588rem;
    height: 4.70588rem;
  }
}
@media print, screen and (min-width: 64em) {
  .bloc-actualites .actualite-prev, .bloc-actualites .actualite-next {
    width: 5.88235rem;
    height: 5.88235rem;
  }
}
.bloc-actualites .actualite-prev:hover, .bloc-actualites .actualite-next:hover {
  background-color: #D0DCE1;
  color: #ddd;
}
.bloc-actualites .actualite-prev {
  background-color: rgba(208, 220, 225, 0.2);
}
.bloc-actualites .actualite-next {
  background-color: rgba(208, 220, 225, 0.5);
}

/* bouton rss*/
.News-rss {
  text-align: right;
  position: relative;
}
.News-rss a {
  position: absolute;
  right: 0;
  bottom: -1.76471rem;
  text-decoration: none;
  display: inline-block;
  font-size: 0.94118rem;
  font-weight: 600;
  min-height: 2.11765rem;
  padding: 0.35294rem 0.88235rem 0;
  font-family: "Palanquin", sans-serif;
  background-color: rgba(0, 62, 81, 0.3);
  border-radius: 0;
  color: #fff;
  z-index: 2;
  transition: all 0.5s ease;
}
.News-slider-bg .News-rss a {
  right: 4.70588rem;
  bottom: 0;
}
.News-rss a:hover {
  background-color: #fdc462;
  color: #fff;
}

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

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

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

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

/* pagination 1 - 2 -3 */
.pagination li {
  padding: 0;
  margin: 0;
}
.pagination li.current {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  margin: 0;
}
.pagination li.current a, .pagination li.current a:hover {
  background-color: #ddd;
  color: #D0DCE1;
}
.pagination li a {
  text-decoration: none;
  background-color: #003E51;
  font-family: "Capriola", sans-serif;
  text-align: center;
  color: #fff;
  font-weight: 500;
  width: 2.11765rem;
  height: 2.11765rem;
  margin: 0 0.35294rem 0.35294rem 0;
  border-radius: 0;
  padding-top: 0.29412rem;
  font-size: 1.11765rem;
}
.pagination li a:hover {
  text-decoration: none;
  color: #003E51;
  background-color: #fdc462;
}

/* bouton lire plus */
.News-more, .News-addthis a.addthis_button_compact {
  transition: all .3s ease;
  text-decoration: none;
  border: 2px solid #fdc462;
  background-color: #fdc462;
  display: block;
  padding: 0.58824rem 0.88235rem;
  max-width: calc(50% - 10px);
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Palanquin", sans-serif;
  border-radius: 0;
  margin: 0 0.58824rem 0.29412rem 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.29412rem 0.29412rem 0;
    width: inherit;
    float: none;
    max-width: 100%;
  }
}
.News-more:hover, .News-addthis a.addthis_button_compact:hover {
  background-color: #447387;
  color: #fff;
  border-color: #447387;
}

/* bouton de partage */
.News-addthis a.addthis_button_compact {
  background-color: rgba(255, 255, 255, 0);
  border-color: #447387;
  color: #447387;
  margin: 0 0 0.29412rem 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-color: #447387;
  border-color: #447387;
  color: #fff;
}
.PNewsTitle .News-addthis a.addthis_button_compact:hover {
  background-color: rgba(255, 255, 255, 0);
  color: inherit;
}

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

.PNewsTitle {
  /*.News-addthis{
  	display:none;
  	background-image:url(../images/Skin/ornement/titre-icon.svg)
  }*/
}
.PNewsTitle h1 {
  font-family: "Palanquin", sans-serif;
  font-size: 1.47059rem;
  font-weight: 600;
  color: #003E51;
  text-transform: none;
  margin: 0;
  position: relative;
  line-height: 1.3em;
}
@media print, screen and (min-width: 48em) {
  .PNewsTitle h1 {
    font-size: 2.05882rem;
  }
}
.PNewsTitle h1:after {
  width: 1.76471rem;
  height: 0.23529rem;
  background-color: #fdc462;
  display: table;
  margin-top: 0.29412rem;
  margin-bottom: 1.47059rem;
  text-align: inherit;
  content: '';
}
table .PNewsTitle h1:after {
  display: block;
}

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

/*Actualités listes + résumé*/
#page-accueil .news-list-img {
  display: none;
}

h3.titre-actualite {
  margin: 0 0 0.05882rem 0;
  font-size: 1.17647rem;
  line-height: 1.2;
}
@media screen and (min-width: 75em) {
  h3.titre-actualite {
    font-size: 1.41176rem;
  }
}

.time, .time-date {
  color: #447387;
  font-size: 0.94118rem;
  font-family: "Palanquin", sans-serif;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  margin: 0 0 0;
  padding: 0 0 0.70588rem 0;
}

.lien {
  font-size: 0.94118rem;
}

/*
h1.N-h1{
	font-size:rem-calc(30);
	line-height:1.2em;
	@include breakpoint(medium){
		font-size:rem-calc(36);
		line-height:1.2em;
	}
	
	&:after{			
		width:rem-calc(150);
		margin:rem-calc(20 0 30);
	}

}
*/
.lien-color {
  background-color: #fdc462;
  position: absolute;
  right: 0;
  bottom: -0.05882rem;
  padding: 0.70588rem 0.88235rem;
  display: inline-block;
  color: #003E51;
  font-size: 0.70588rem;
  white-space: nowrap;
  font-family: "Capriola", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  width: 2.47059rem;
  transition: all 0.5s ease;
  overflow: hidden;
}

.News-detail .link-list-actualites {
  margin: 0 0 1.17647rem 0;
}
@media print, screen and (min-width: 48em) {
  .News-detail .link-list-actualites {
    float: left;
    width: 40%;
    margin: 0 1.76471rem 1.17647rem 0;
    transition: all .3s ease;
  }
}
@media screen and (min-width: 120em) {
  .News-detail .link-list-actualites {
    width: 28.82353rem;
  }
}

.link-list-actualites {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0;
  margin: 0 0 1.17647rem 0;
  /*.ActualiteTitre, .ArchivesTitre{ 	
  	@include breakpoint(small only){
  		padding-right:rem-calc(60);
  		display:block;
  	}
  	
  }*/
  /*.content-actualite, 
  .content-archives{	
  	position:relative;
  	display:block;
  	padding-bottom:rem-calc(50);		
  }*/
}
@media print, screen and (min-width: 48em) {
  .link-list-actualites {
    margin-bottom: 0;
  }
}
.link-list-actualites .zone-image {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  height: 0;
  padding: 48% 0 0 0;
  /*&:before{
  	content:'';			
  	transition:box-shadow .3s ease, transform .3s ease;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	z-index: 1;
  	box-shadow: inset rgba($color-2,0) 0 0 0; 
  	
  	
  				
  }*/
}
@media print, screen and (min-width: 48em) {
  .link-list-actualites .zone-image {
    padding-top: 53%;
  }
}
.link-list-actualites .zone-image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.link-list-actualites:hover {
  /*color:inherit;
  text-decoration:none;*/
  /*.zone-image:before{
  	box-shadow: inset rgba($color-2,0.5) 0px 0px 200px; 
  					
  }*/
}

.News-contener {
  text-align: left;
  font-size: 1rem;
  line-height: 1.4em;
  position: relative;
  padding-bottom: 1.76471rem;
  border-bottom: 1px solid #D0DCE1;
  margin-bottom: 1.76471rem;
}
@media print, screen and (min-width: 48em) {
  .News-contener .align-center {
    justify-content: flex-end;
  }
}
.actualites-archives .News-contener:first-of-type {
  border-top: 4px solid #D0DCE1;
  padding-top: 1.76471rem;
}

/* Acun résultat */
.actualitesresult .notice {
  clear: both;
  padding: 0.58824rem 0.29412rem;
  color: #003E51;
  font-family: "Palanquin", sans-serif;
  font-weight: 600;
}

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

/* navigation liens*/
.select_date {
  margin-bottom: 0.88235rem;
}
@media print, screen and (min-width: 48em) {
  .select_date {
    margin-bottom: 0;
  }
}
.select_date select {
  border: 2px solid #eaeef1;
  padding: 0 1.47059rem 0 0.58824rem;
  font-size: 0.94118rem;
  line-height: 1.2em;
  color: #D0DCE1;
  font-weight: 600;
  height: 2.35294rem;
  font-family: "Palanquin", sans-serif;
  border-radius: 0;
  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: "Palanquin", sans-serif;
  font-weight: 400;
  color: #447387;
  font-size: 0.94118rem;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 0.58824rem;
  line-height: 1.2em;
}
@media print, screen and (min-width: 48em) {
  .resulat_page {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .resulat_page .resultat-nbr {
    display: inline;
  }
}

.nouvellesLiens {
  text-align: right;
}
.nouvellesLiens .navigation {
  display: inline-block;
  margin-bottom: 1.41176rem;
}
.nouvellesLiens a, .nouvellesLiens a:focus {
  text-decoration: none;
  background-color: #003E51;
  color: #fff;
  border: none;
  border-radius: 12px;
  height: 2.11765rem;
  margin: 0 0.35294rem 0.35294rem 0;
  padding: 0.29412rem 0 0 0;
  width: 2.11765rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Palanquin", sans-serif;
  font-size: 1.17647rem;
  display: inline-block;
  float: left;
  text-align: center;
  transition: all 0.3s ease;
}
.nouvellesLiens a:last-of-type, .nouvellesLiens a:focus:last-of-type {
  margin-right: 0;
}
.nouvellesLiens a:hover, .nouvellesLiens a:focus:hover {
  color: #003E51;
  background: rgba(68, 115, 135, 0.5);
}
.nouvellesLiens a.desactiver, .nouvellesLiens a.desactiver:hover, .nouvellesLiens a:focus.desactiver, .nouvellesLiens a:focus.desactiver:hover {
  color: rgba(0, 62, 81, 0.3);
  background: #EAEEF1;
  padding: 0.29412rem 0 0 0;
}

/* pagination */
.pagination-position {
  text-align: center;
}

/*ul.pagination{
	display:inline-block;
	margin:0; padding:0;

	 li{
		 background-color: rgba($white,0);
		
		a{
			border-radius: $news-border-radius;
			background-color: rgba($white,0);
			border:2px solid $color-1b;
			color:$color-1b;
			height:rem-calc(40);
			width:rem-calc(40);
			padding-top:rem-calc(8);
			line-height:1em;
			font-family:$font-family-1;
			font-weight:600;
			transition: all 0.5s ease;
			&:hover{
			 background-color: $color-2;
			 color:$white;
			 border:2px solid $color-2;			
			}
		}
		
		&.current a, &.current a:hover{				
			background-color: $color-1b;
			border:2px solid $color-1b;				
			color:$white;			 
		 }	 
		 
	}
}*/
/* News slider accueil */
.News-slider-bg {
  padding: 4.11765rem 0 2.35294rem;
}
@media print, screen and (min-width: 48em) {
  .News-slider-bg {
    padding: 4.11765rem 0 2.94118rem;
  }
}

.News-slider-accueil {
                     /*
	.slick-prev, .slick-next{
		bottom: 0;
		top:auto;
		font-size: 0;
	}
	.slick-prev{	
		background-color: $color-1b;
		left:rem-calc(40);		
		@include breakpoint(medium-up){
			left:rem-calc(500);
		}		
		&:before{content:$prev-icone;}
	} 
	.slick-next{
		background-color: $color-1;
		right:rem-calc(40);		
		@include breakpoint(medium-up){
			left:rem-calc(600);
		}		
		&:before{content:$next-icone;}
	}*/
  /*
  @include breakpoint(medium){
  	padding-bottom:0;
  	margin:0;
  }
  
  .slick-prev, .slick-next{		
  	top:rem-calc(-18);
  	
  	@include breakpoint(medium){
  		font-size:rem-calc(36);
  		width:rem-calc(36);
  		height:rem-calc(36);
  		
  		&:before{
  			font-size:rem-calc(15);
  		}
  	}			
  }
  .slick-prev{			
  	left: inherit;
  	right:rem-calc(40);			
  }	
  .slick-next{			
  	right:0; 	
  }
  */
  /*ul.slick-dots{		
  	bottom:inherit!important;
  	margin:0;	
  	@include breakpoint(medium){
  		padding:0;					
  		top:rem-calc(-35);				
  		width:calc(100% - 210px);
  		left:rem-calc(-10);					
  		text-align:left;
  	}
  	
  	li button:before{
  		font-size:rem-calc(30);			
  	}
  	
  	li button:hover:before{
  		color:$color-1b;			
  	}
  	
  	li.slick-active button:before{
  		color:$color-2;	
  		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.76471rem;
  }
}

.News-slider-breve {
  padding: 0.88235rem 0 0;
}
@media print, screen and (min-width: 48em) {
  .News-slider-breve {
    padding: 0.88235rem;
    margin-left: 0.88235rem;
  }
}

.News-slider-contener {
  position: relative;
  /*.orbit-slide{
  	padding: rem-calc(15 0);
  }*/
  	/*.orbit-image img{
  		&:before{
  				content:'';
  				background:rgba($color-1b,0);
  				transition:background .3s ease;
  				position: absolute;
  				top: 0;
  				left: 0;
  				width: 100%;
  				height: 100%;
  				z-index: 1;
  			}
  
  	&:hover{ 
  			&:before{
  			background:rgba($color-1b,0.65);
  		}
  	}
  	}*/
}

#detailnew {
  margin-top: 1.17647rem !important;
}

/*menu-hamburger*/
/*  color */
/* color hover */
/* sticky */
/***************menu hide/show auto*/
.scrollhide-nav {
  z-index: 15;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  background: #fff;
}

/* CSS Document */
.page-header-container {
  background: #fff;
  /*background: linear-gradient(320deg,#008dc4 0%, #12c3f4 80%);
  background: -webkit-linear-gradient(320deg,#008dc4 0%, #12c3f4 80%);
  background: -moz-linear-gradient(320deg,#008dc4 0%, #12c3f4 80%);*/
  /*height: rem-calc(300);
  padding: rem-calc(160 0 0 0);*/
}

.header-container {
  max-width: 100% !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 25;
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.header-container.hidden {
  transform: translateY(-100%);
}

.title-bar {
  transition: all 0.5s ease;
  background: #fff;
}
.is-stuck .title-bar {
  	/*.menu-icon{
  	
  		&:after{
  			background: $menu-barre-color-hover;
  			box-shadow: 0 12px 0 $menu-barre-color-hover;
  		}
  		.barre-middle{
  		background:$menu-barre-color-hover;
  		}
  		&:hover{
  		color:$menu-barre-color-hover;
  		background-color:$color-1b!important;		
  		
  		&:after{	
  			background:smart-scale($menu-barre-color-hover, 50%);		
  			box-shadow: 0 12px 0 smart-scale($menu-barre-color-hover, 50%);
  		}	
  		.barre-middle{background:smart-scale($menu-barre-color-hover, 50% )}
  		
  
  		}
  		
  	}*/
}
.is-open-top .title-bar, .is-open-right .title-bar {
  transition: all 0s;
}
.is-open-top .title-bar .menu-icon:after, .is-open-right .title-bar .menu-icon:after {
  background: #658c9c;
  box-shadow: 0 12px 0 #658c9c;
}
.is-open-top .title-bar .menu-icon .barre-middle, .is-open-right .title-bar .menu-icon .barre-middle {
  background: #658c9c;
}
.is-open-top .title-bar .menu-icon:hover:after, .is-open-right .title-bar .menu-icon:hover:after {
  box-shadow: 0 0 0 #658c9c;
}

@media print, screen and (max-width: 74.99875em) {
  .header-lang {
    border-top: #D0DCE1 solid 1px;
    padding-top: 0.58824rem;
    margin-top: 0.58824rem;
  }
}
.header-lang a.lang, .header-lang a.lang:focus {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Palanquin", sans-serif;
  font-weight: 700;
  color: #003E51;
  font-size: 14px;
  padding: 0.58824rem 0 0 0;
  min-height: 36px;
  display: inline-block;
  transition: color .3s ease;
  line-height: 1;
}
@media screen and (min-width: 75em) {
  .header-lang a.lang, .header-lang a.lang:focus {
    font-size: 13px;
    padding-left: 0.29412rem;
  }
}
.header-lang a.lang:hover, .header-lang a.lang:focus:hover {
  color: rgba(0, 62, 81, 0.6);
}

.header-btn {
  display: block;
  padding: 0.35294rem 0.29412rem 0 0;
  min-height: 2.35294rem;
}
@media screen and (min-width: 75em) {
  .header-btn {
    padding: 1.05882rem 2.35294rem 0 0;
  }
}

.marge-btn-between {
  width: 0.35294rem;
}
@media screen and (min-width: 75em) {
  .marge-btn-between {
    width: 0.94118rem;
  }
}

.logo-header {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  margin: -0.88235rem 0.29412rem 0.47059rem;
}
@media screen and (min-width: 75em) {
  .logo-header {
    margin: -0.88235rem 0.88235rem 0.58824rem;
  }
}
@media screen and (min-width: 85.375em) {
  .logo-header {
    margin-right: 2.35294rem;
  }
}
.logo-header img {
  height: 3.23529rem;
  width: auto;
  border: none;
}
@media screen and (min-width: 75em) {
  .logo-header img {
    height: 3.82353rem;
  }
}
@media screen and (min-width: 85.375em) {
  .logo-header img {
    height: 4.70588rem;
  }
}

.header-btn-souligne {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.88235rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 8px 20px 8px 0;
  transition: color .3s ease;
}
.header-btn-souligne:before {
  content: '';
  height: 1px;
  width: calc(100% - 20px);
  position: absolute;
  bottom: 7px;
  left: 0;
  background: #003E51;
  display: block;
  transition: all .3s ease;
}
.header-btn-souligne:after {
  content: '\f105';
  font-family: FontAwesome;
  display: inline-block;
  top: 20px;
  right: 0px;
  font-size: 25px;
  line-height: 0;
  font-weight: 400;
  color: inherit;
  position: absolute;
}
@media screen and (min-width: 75em) {
  .header-btn-souligne {
    margin-right: 40px;
  }
}
.header-btn-souligne:hover {
  color: #658c9c;
}
.header-btn-souligne:hover:before {
  background: #658c9c;
}

.header-menu-barre {
  width: 1px;
  height: 24px;
  background: rgba(68, 115, 135, 0.5);
  display: block;
  margin-right: 1.17647rem;
  margin-left: 0.29412rem;
}
@media screen and (min-width: 85.375em) {
  .header-menu-barre {
    margin-right: 2.35294rem;
    margin-left: 0.58824rem;
  }
}

.menu-btn {
  transition: all 1s ease;
  background: transparent;
  width: 110px;
  height: 110px;
  text-align: center;
}
.is-stuck .menu-btn {
  background: #658c9c;
}

.title-bar .menu-icon {
  margin: 0;
  outline: none;
  color: #003E51;
  background-color: inherit;
  width: 3.29412rem;
  height: 2.94118rem;
  position: relative;
}
.title-bar .menu-icon .barre-middle {
  position: absolute;
  width: 18px;
  height: 3px;
  border-radius: 3px;
  background: #003E51;
  display: block;
  top: 24px;
  right: 20px;
  opacity: 1;
  transition: all .3s ease;
}
.title-bar .menu-icon:after {
  background: #003E51;
  box-shadow: 0 12px 0 #003E51;
  content: '';
  display: block;
  height: 3px;
  border-radius: 3px;
  left: inherit;
  right: 20px;
  position: absolute;
  top: 18px;
  width: 18px;
  transition: all .3s ease;
}
.title-bar .menu-icon:hover:after {
  background: #658c9c;
  box-shadow: 0 12px 0 #658c9c;
}
.title-bar .menu-icon:hover .barre-middle {
  background: #658c9c;
}

.is-open-top .title-bar .menu-icon:after, .is-open-right .title-bar .menu-icon:after {
  background-color: #658c9c;
  top: 24px;
  /*calc(50% - 1.5px);*/
  box-shadow: 0 0 0 #658c9c;
  transform: rotate(135deg);
}
.is-open-top .title-bar .menu-icon .barre-middle, .is-open-right .title-bar .menu-icon .barre-middle {
  width: 18px;
  opacity: 1;
  transform: rotate(45deg);
}

/* menu dropdown principal xlarge */
.dropdown-primary-menu {
  background: #fff;
  position: relative;
  z-index: 5;
  display: block;
  /*.top-bar{
  	position: absolute;
  	bottom: 0;
  	right: 0;			
  	padding-right: 15px;
  	@include breakpoint(xlarge){
  		padding-left: 176px;
  	}
  }*/
}
.dropdown-primary-menu:after {
  opacity: 0;
  transition: opacity .3s ease;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: block;
}
.dropdown-primary-menu .menu.medium-horizontal {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  flex-wrap: nowrap;
  float: right;
}
.dropdown-primary-menu .menu > li {
  padding: 0;
  position: relative;
  z-index: 2;
  margin: 0 0 0 4px;
  /* sous menu */
  /* couleur hover bouton parent 1er niveau */
}
.dropdown-primary-menu .menu > li:before {
  content: '';
  background: #D0DCE1;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  display: block;
  position: absolute;
  bottom: calc(50% - 2px);
  left: -4px;
}
.dropdown-primary-menu .menu > li:last-child {
  margin-right: 0;
}
.dropdown-primary-menu .menu > li:first-child {
  margin-left: 0;
}
.dropdown-primary-menu .menu > li:first-child:before {
  display: none;
}
.dropdown-primary-menu .menu > li > a {
  transition: color .3s ease;
  font-size: 0.88235rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "Palanquin", sans-serif;
  font-weight: 700;
  color: #003E51;
  background: rgba(255, 255, 255, 0);
  padding: 0.58824rem 0.88235rem;
  margin: 0;
  text-align: center;
  letter-spacing: 0;
  z-index: 2;
  position: relative;
  align-items: center;
  display: flex;
  height: 75px;
  min-width: 36px;
}
@media screen and (min-width: 85.375em) {
  .dropdown-primary-menu .menu > li > a {
    padding-left: 1.17647rem;
    padding-right: 1.17647rem;
  }
}
.dropdown-primary-menu .menu > li > a:before {
  content: '';
  bottom: 0.58824rem;
  left: 0.88235rem;
  height: 3px;
  margin: 0;
  width: 0px;
  padding: 0;
  display: block;
  background: #fdc462;
  transition: all .3s ease;
  position: absolute;
  border-radius: 3px;
}
@media screen and (min-width: 85.375em) {
  .dropdown-primary-menu .menu > li > a:before {
    left: 1.17647rem;
  }
}
.dropdown-primary-menu .menu > li > a:hover {
  color: #447387;
  background: rgba(255, 255, 255, 0);
}
.dropdown-primary-menu .menu > li > a:hover:before {
  width: 2.35294rem;
}
.dropdown-primary-menu .menu > li.has-submenu > a {
  padding-right: 0;
}
.dropdown-primary-menu .menu > li > ul {
  background: #fff;
  padding: 0 1.41176rem 1.41176rem;
  display: block;
  width: inherit;
  min-height: inherit;
  box-shadow: rgba(76, 120, 133, 0.2) 0px 40px 30px 0px;
}
.dropdown-primary-menu .menu > li > ul > li:first-child {
  border-left: none;
}
.dropdown-primary-menu .menu > li > ul li {
  background: #fff;
  padding: 0;
  margin: 0;
}
.dropdown-primary-menu .menu > li > ul li:after, .dropdown-primary-menu .menu > li > ul li:before {
  display: none;
}
.dropdown-primary-menu .menu > li > ul li a {
  text-transform: none;
  color: #447387;
  font-size: 1rem;
  line-height: 1.2;
  padding: 7px 15px;
  text-align: left;
  margin: 0;
  font-family: "Palanquin", sans-serif;
  border-radius: 0px;
  transition: color 0.5s ease;
  width: auto;
  background: rgba(255, 255, 255, 0);
  height: inherit;
  font-weight: 400;
  min-height: 36px;
}
@media screen and (min-width: 75em) {
  .dropdown-primary-menu .menu > li > ul li a {
    white-space: nowrap;
  }
}
.dropdown-primary-menu .menu > li > ul li a:before {
  bottom: 0;
  left: 0.88235rem;
}
.dropdown-primary-menu .menu > li > ul li a:hover {
  color: #447387;
}
.dropdown-primary-menu .menu > li > ul li a:hover:before {
  width: 0;
}
.dropdown-primary-menu .menu > li > ul li a[href]:before {
  transform: none;
  bottom: 0;
  left: 0.88235rem;
}
.dropdown-primary-menu .menu > li > ul li a[href]:after {
  content: '\f105';
  font-family: FontAwesome;
  position: relative;
  padding-left: 0.41176rem;
  display: inline-block;
  font-weight: 400;
  left: initial;
  top: 4px;
  right: initial;
  line-height: inherit;
}
.dropdown-primary-menu .menu > li > ul li a[href]:hover {
  color: #003E51;
}
.dropdown-primary-menu .menu > li > ul li a[href]:hover:before {
  width: 2.35294rem;
}
.dropdown-primary-menu .menu > li:hover, .dropdown-primary-menu .menu > li.is-active {
  /* couleur hover bouton parent 2e niveau */
}
.dropdown-primary-menu .menu > li:hover > a, .dropdown-primary-menu .menu > li.is-active > a {
  color: #447387;
  text-decoration: none;
}
.dropdown-primary-menu .menu > li:hover > a:before, .dropdown-primary-menu .menu > li.is-active > a:before {
  width: 2.35294rem;
}
.dropdown-primary-menu .menu > li:hover > ul li:hover > a, .dropdown-primary-menu .menu > li:hover > ul li.is-active > a, .dropdown-primary-menu .menu > li.is-active > ul li:hover > a, .dropdown-primary-menu .menu > li.is-active > ul li.is-active > a {
  color: #003E51;
}

/* puce 1er niveau - icon fleche sous menu */
.dropdown-primary-menu .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent {
  position: relative;
}
.dropdown-primary-menu .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
  padding-right: 0.88235rem;
}
@media screen and (min-width: 85.375em) {
  .dropdown-primary-menu .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.17647rem;
  }
}
.dropdown-primary-menu .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
  display: none;
}

/*-- puce 2e niveau --*/
.dropdown-primary-menu .menu .has-submenu > .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a {
  padding-left: 0.88235rem;
  padding-right: 1.76471rem;
}
.dropdown-primary-menu .menu .has-submenu > .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
  border-color: transparent transparent transparent #003E51;
}
.dropdown-primary-menu .menu .has-submenu > .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a {
  padding-left: 1.76471rem;
  padding-right: 0.88235rem;
}
.dropdown-primary-menu .menu .has-submenu > .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
  border-color: transparent #003E51 transparent transparent;
  right: inherit;
  left: 0.88235rem;
}

.dropdown-primary-menu .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent.is-active > a:after, .dropdown-primary-menu .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent.is-active > a:hover:after, .dropdown-primary-menu .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent.is-active > a:focus {
  color: #447387;
}

.dropdown-primary-menu .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
  left: -20px;
}

/* animation sous menu */
@media screen and (min-width: 75em) {
  .dropdown-primary-menu .has-submenu > .is-dropdown-submenu {
    transform: scale3d(1, 0, 1);
    transform-origin: top;
    display: block;
  }
  .dropdown-primary-menu .has-submenu:hover > .is-dropdown-submenu, .dropdown-primary-menu .has-submenu:focus > .is-dropdown-submenu {
    transform: scale3d(1, 1, 1);
    transition: transform .2s ease, visibility 0s ease .5s;
  }
}
/* 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 */
/* max width */
/* ================ 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 -------*/
#offCanvastop {
  height: calc(100vh - 5.29412rem);
  box-shadow: none;
}
#offCanvastop.is-open {
  top: 5.29412rem;
}

#offCanvasRight {
  height: calc(100vh - 5.29412rem);
  box-shadow: none;
}
#offCanvasRight.is-open {
  top: 5.29412rem;
}
#offCanvasRight.position-right {
  top: 5.29412rem;
}

.header-size {
  height: 5.29412rem;
}
@media screen and (min-width: 75em) {
  .header-size {
    height: 7.64706rem;
  }
}

.header_01 .primary-menu {
  padding-right: 1.17647rem;
  padding-left: 1.17647rem;
  max-width: 85.58824rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0.58824rem 1.17647rem 0;
  z-index: 5;
  /*display: block;
  width: 360px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;*/
  /*
  .dropdown.menu.medium-horizontal.menu-dropdown-pane-large > li.is-dropdown-submenu-parent{
  	position:initial;
  }
  */
  		  /*
  		.menu-dropdown-pane-large li.has-submenu{
  			position:initial;
  			
  			ul{
  				width:100vw;
  				z-index: 10;
  				left: -155px;
  				padding: 50px 30px 50px 70px;
  				margin: 0;
  				box-shadow: rgba(#303030,0.2) 0 12px 20px -10px;
  				@include breakpoint(xlarge){					
  					padding: 50px 60px 50px 100px;
  					left: -255px;
  				}
  											
  				
  				li{
  					margin-right: 40px;
  					float: left;
  					display: block;	
  					margin-bottom:0;					
  
  					@include breakpoint(large){					
  						width: calc(33.333% - 40px);						
  						&:nth-child(3n+1) {clear: left;}
  					}
  					
  					@include breakpoint(1300px){					
  						width: calc(25% - 40px);						
  						&:nth-child(3n+1) {clear: none;}
  						&:nth-child(4n+1) {clear: left;}
  					}
  					
  					a{	
  						white-space: normal;
  						min-height: 36px;
  						padding:10px 0;
  						&:before{ 
  							display: none;
  						}
  					}					
  					
  					ul, ol {
  						width: 100%;						
  						margin:0;
  						right: inherit;
  						left: inherit;
  						position: relative;
  						transform: none;
  						padding: 0;
  						display: block;
  						box-shadow: none;
  						
  						li{
  							float: none;				
  							width: 100%;
  							margin: 0;
  							
  							
  
  							a{
  								color:$black;								
  								font-size:14px;
  								font-weight: 400;				
  							
  
  								&:hover{
  									color:$color-2;							
  								}
  							}
  						}
  					}
  				}			
  			}
  		
  			
  		> .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a,
  				> .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a{
  					padding-left: 0;
  					padding-right: 0;
  					
  				}
  		}
  				*/
}
@media print, screen and (min-width: 48em) {
  .header_01 .primary-menu {
    padding-right: 1.76471rem;
    padding-left: 1.76471rem;
  }
}
@media screen and (min-width: 75em) {
  .header_01 .primary-menu {
    padding-right: 5.29412rem;
    padding-left: 5.29412rem;
  }
}
@media screen and (min-width: 120em) {
  .header_01 .primary-menu {
    padding-right: 5.14706rem;
    padding-left: 5.14706rem;
  }
}
@media screen and (min-width: 40em) {
  .header_01 .primary-menu {
    padding: 0.58824rem 2.94118rem 0;
  }
}
.header_01 .primary-menu a {
  display: inline-block;
  color: #003E51;
  position: relative;
  outline: none;
}
.header_01 .primary-menu a:hover[href] {
  /*&:before {
    transform: scaleX(1);
    transform-origin: bottom left;
  }*/
}
.header_01 .primary-menu a.header-btn-souligne {
  margin-left: -0.58824rem;
  margin-bottom: 1.17647rem;
}
.header_01 .primary-menu ul {
  list-style: none;
}
.header_01 .primary-menu .menu {
  justify-content: flex-start;
}
@media print, screen and (min-width: 48em) {
  .header_01 .primary-menu .menu {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.header_01 .primary-menu .menu > li {
  width: calc(100% - 1.17647rem);
  margin-bottom: 1.17647rem;
  position: relative;
  /*
  &.has-submenu{
  	> a{
  		padding-right:0;				
  	}
  }
  */
  /* sous menu */
  /* couleur hover bouton parent 1er niveau */
  /*
  	&:hover,
  	&.is-active{
  		> a{
  			color:$menu-primary-color;							
  			text-decoration:none;
  			
  			&:before{
  				height:5px;							
  			}
  			
  		}
  		// couleur hover bouton parent 2e niveau 
  		> ul li{
  			&:hover,
  			&.is-active{
  		
  			> a{
  				color:$menu-primary-2e-color-hover;						
  			}
  		}
  	}
  
  }*/
}
@media print, screen and (min-width: 48em) {
  .header_01 .primary-menu .menu > li {
    width: calc(50% - 80px);
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .header_01 .primary-menu .menu > li {
    width: calc(33.33333% - 80px);
  }
}
.header_01 .primary-menu .menu > li > a {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  position: relative;
  line-height: 1.2;
  font-size: 0.88235rem;
  font-family: "Palanquin", sans-serif;
  margin-bottom: 0;
  display: block;
 /*&:before, &:after{
	content: '\f111';				
	font-family: FontAwesome;
	position: relative;
	color: $medium-gray;
	font-size:5px;
	display: inline-block;
	line-height: inherit;
	padding-left: 7px;
	top: -3px;
	 transition:color .3s ease;
}*/
  /*
  &:before{
  	content:'';
  	height: 0px;
  	background-color: $color-3;
  	width: calc(100% - 30px);
  	min-width: 20px;
  	left: 15px;
  	position: absolute;
  	bottom:0;						
  	display: block;
  	transition: height .3s ease;
  	
  	@include breakpoint(xxlarge){
  		width: calc(100% - 40px);
  		
  		left: 20px;
  	}
  }
  */
  /*
  .fa{ 
  	color:$color-2; 
  	margin-right: 8px; 
  	line-height: 0;
  	position: relative;
  	top: -10px;
  	font-size:19px;
  	font-weight: 400;
  	
  }
  	*/
  	  /*
  
  &:hover{
  	color:$color-2;
  	background-color: $menu-primary-bg-button;
  	&:before{
  		height:5px;
  		
  	}
  }								
  */
}
.header_01 .primary-menu .menu > li > a:before {
  padding-left: 0;
  padding-right: 7px;
}
.header_01 .primary-menu .menu > li > a[href] {
  transition: color .3s ease;
  /*	&:after {
  	  content: '';
  	  position: absolute;
  	  width: 100%;
  	  transform: scaleX(1);
  	  height: 0.2rem;
  	  bottom: -0.3rem;
  	  left: 0;
  	  background-color: $color-1;
  	  transform-origin: bottom right;
  	  transition: transform 0.25s ease-out;
  	}*/
}
.header_01 .primary-menu .menu > li > a:hover[href] {
  color: #447387;
}
.header_01 .primary-menu .menu > li > ul {
  padding: 0.58824rem 0 1.17647rem;
  margin: 0;
  position: relative;
  width: 100%;
  border: none;
  background: rgba(255, 255, 255, 0);
  font-size: 1rem;
  display: block;
  visibility: visible;
}
.header_01 .primary-menu .menu > li > ul > li {
  visibility: visible;
  border-bottom: none;
}
.header_01 .primary-menu .menu > li > ul > li > ul {
  padding: 0 0.58824rem;
}
.header_01 .primary-menu .menu > li > ul li {
  position: relative;
  /*
  ul li > a{
  font-weight: 400;
  	text-transform: none;
  	font-size:14px;
  	line-height: 1.4;
  }*/
}
.header_01 .primary-menu .menu > li > ul li a {
  padding: 0.58824rem 0 0.58824rem 0;
  position: relative;
  color: #447387;
  min-height: 36px;
  margin: 0;
  border: none;
}
.header_01 .primary-menu .menu > li > ul li a[href] {
  transition: color .3s ease;
  font-weight: 400;
}
.header_01 .primary-menu .menu > li > ul li a[href]:before {
  content: '';
  width: 0;
  height: 3px;
  border-radius: 3px;
  background: #fee1b0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width .3s ease;
  display: block;
}
.header_01 .primary-menu .menu > li > ul li a[href]:after {
  content: '\f105';
  font-family: FontAwesome;
  position: relative;
  padding-left: 0.41176rem;
  display: inline-block;
}
.header_01 .primary-menu .menu > li > ul li a[href]:hover {
  color: #003E51;
}
.header_01 .primary-menu .menu > li > ul li a[href]:hover:before {
  width: 2.35294rem;
}

.menu-accordion {
  padding: 30px 20px;
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 22.5em) {
  .menu-accordion {
    padding-left: 2.35294rem;
    padding-right: 2.35294rem;
  }
}
.menu-accordion .header-btn-souligne {
  margin-bottom: 1.76471rem;
  margin-right: 0.88235rem;
}
.menu-accordion .menu li {
  margin-left: 0;
  position: relative;
}
.menu-accordion .menu li > a {
  color: #003E51;
  font-family: "Palanquin", sans-serif;
  text-transform: uppercase;
  font-size: 0.88235rem;
  padding: 1.17647rem 0;
  outline: none;
  font-weight: 700;
}
.menu-accordion .menu li > a .fa {
  margin-right: 7px;
  color: #003E51;
}
.menu-accordion .menu li > a:hover[href]:not(.submenu-toggle) {
  transition: all .3s ease;
  color: #447387;
}
.menu-accordion .menu li > a[href]:not(.submenu-toggle) {
  position: relative;
  text-decoration: underline;
}
.menu-accordion .menu li .submenu-toggle {
  width: 40px;
  height: 55px;
  margin: 0 0 4px 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0);
  box-shadow: inset #005f7c 0 0 0 0;
  /*&:after{border:none; bottom:inherit;margin: 0;}	
  
  &:before, &:after{
  	content:'';	
  	height: 2px;
  	width: 12px;
  	@include background($white);
  	@include border-radius(1px);										
  	display: block;										
  	position: absolute;
  	right: 14px;
  	top: 19px;
  	z-index: 0;										
  	@include transform(rotate(90deg));
  	@include transition(background .3s ease, transform .3s ease);
  }
  				
  &:after{										
  	@include transform(rotate(0deg));
  	@include opacity(1);
  }
  				
  &:hover{
  	&:before{
  		@include transform(rotate(270deg));
  		@include transition(transform .3s ease);
  	}
  	&:after{
  		@include transform(rotate(180deg));											
  		@include transition(transform .3s ease);
  	}
  			
  }
  
  
  &[aria-expanded="true"]{															
  		&:before{
  			@include transform(rotate(180deg));								
  		}
  					
  		&:after{
  			@include opacity(0);
  			@include transform(rotate(0deg));									
  		}					
  }*/
}
.menu-accordion .menu li .submenu-toggle:after {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 21px;
  bottom: inherit;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  right: 14px;
  top: calc(50% - 6px);
  z-index: 0;
  line-height: 0;
  color: #658c9c;
  border: none;
  width: 12px;
  height: 12px;
  padding-top: 5px;
  transform: rotate(0deg);
  transition: background .3s ease, transform .3s ease;
}
.menu-accordion .menu li .submenu-toggle[aria-expanded="true"]:after {
  transform: rotate(180deg);
}
.menu-accordion .menu li.has-submenu.is-accordion-submenu-parent > a {
  display: inline-block;
  z-index: 0;
  line-height: 1.2;
  position: relative;
  									/*&:after{
  										content:'\f107';
  										font-family: FontAwesome;
  										font-size:21px;
  										bottom:inherit;
  										font-weight: 400;
  										display: inline-block;										
  										position: absolute;
  										right: 14px;
  										top:calc(50% - 6px);
  										//margin-left: rem-calc(10);
  										z-index: 0;	
  										line-height: 0;
  										color:$dark-gray;
  										border:none;
  										width: 12px;
  										height: 12px;
  										padding-top: 5px;
  										transform:rotate(0deg);
  										transition:background .3s ease, transform .3s ease;
  										//margin-top: 10px;
  
  									}*/
}
.menu-accordion .menu li.has-submenu.is-accordion-submenu-parent[aria-expanded="true"] > a, .menu-accordion .menu li.has-submenu.is-accordion-submenu-parent[aria-expanded="true"] > a:hover, .menu-accordion .menu li.has-submenu.is-accordion-submenu-parent[aria-expanded="true"] > a:focus {
  color: #003E51;
  /*&:after{
  	transform:rotate(180deg);
  }*/
}
.menu-accordion .menu li.has-submenu ul {
  background: #fff;
  margin-bottom: 10px;
}
.menu-accordion .menu li.has-submenu ul.menu.nested {
  margin-left: 0px;
}
.menu-accordion .menu li.has-submenu ul.is-accordion-submenu {
  /*&:before{
  	content:'';
  	background:$color-1;
  	width: 6px;							
  	height: 0;
  	@include transition(height .3s ease);
  	position: absolute;
  	left: -40px;
  	top: 0;
  	@include border-radius(6px);
  }*/
}
.menu-accordion .menu li.has-submenu ul.is-accordion-submenu.is-active {
  /*&:before{							
  	height: 100%;
  }*/
}
.menu-accordion .menu li.has-submenu ul li {
  min-height: 36px;
  border-bottom: none;
  padding-left: 15px;
  margin-left: 0.58824rem;
  position: relative;
}
.menu-accordion .menu li.has-submenu ul li:before {
  display: none;
}
.menu-accordion .menu li.has-submenu ul li:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #D0DCE1;
  border-radius: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
}
.menu-accordion .menu li.has-submenu ul li .submenu-toggle {
  top: 4px;
  background: rgba(255, 255, 255, 0);
  border-radius: 14px;
  height: 36px;
  /*&:before, &:after{		
  	@include background($color-2);															
  }*/
  								/*&[aria-expanded="true"]{	
  									&:before{
  										
  										//@include transform(rotate(135deg));
  										@include background($black);
  									}
  
  									 &:after{
  										//@include transform(rotate(45deg));
  										 @include background($black);										
  									}
  								}*/
}
.menu-accordion .menu li.has-submenu ul li .submenu-toggle:after {
  color: #003E51;
}
.menu-accordion .menu li.has-submenu ul li .submenu-toggle[aria-expanded="true"]:after {
  color: #003E51;
}
.menu-accordion .menu li.has-submenu ul li > a {
  text-transform: none;
  color: #447387;
  padding: 7px 0;
  font-size: 1rem;
  line-height: 1.1;
  font-family: "Palanquin", sans-serif;
  font-weight: 400;
  min-height: 36px;
}
.menu-accordion .menu li.has-submenu ul li > a[href]:not(.submenu-toggle) {
  color: #447387;
  text-decoration: none;
  position: relative;
  /*&:after{
  	content:'\f105';
  	position:relative;
  	padding-left: 8px;
  	font-family: FontAwesome;
  	top:1px;
  	display: inline-block;
  	font-size: 1em;
  	font-weight: 400;
  	color:$dark-gray;
  	
  }*/
}
.menu-accordion .menu li.has-submenu ul li > a[href]:not(.submenu-toggle):before {
  content: '';
  width: 0;
  background: #fee1b0;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width .3s ease;
}
.menu-accordion .menu li.has-submenu ul li > a:hover {
  color: #447387;
}
.menu-accordion .menu li.has-submenu ul li > a:hover[href]:not(.submenu-toggle) {
  color: #003E51;
}
.menu-accordion .menu li.has-submenu ul li > a:hover[href]:not(.submenu-toggle):before {
  width: 40px;
}
.menu-accordion .menu li.has-submenu ul li.has-submenu.is-accordion-submenu-parent > a[href]:not(.submenu-toggle) {
  text-decoration: underline;
}
.menu-accordion .menu li.has-submenu ul li.has-submenu.is-accordion-submenu-parent > a:before, .menu-accordion .menu li.has-submenu ul li.has-submenu.is-accordion-submenu-parent > a:after {
  display: none;
}
.menu-accordion .menu li.has-submenu ul li.has-submenu.is-accordion-submenu-parent[aria-expanded="true"] > a, .menu-accordion .menu li.has-submenu ul li.has-submenu.is-accordion-submenu-parent[aria-expanded="true"] > a:hover, .menu-accordion .menu li.has-submenu ul li.has-submenu.is-accordion-submenu-parent[aria-expanded="true"] > a:focus {
  color: #447387;
}
.menu-accordion .menu li.has-submenu ul li ul {
  margin-bottom: 10px;
}
.menu-accordion .menu li.has-submenu ul li ul.menu.nested {
  margin-left: 0;
}
.menu-accordion .menu li.has-submenu ul li ul.is-accordion-submenu:before {
  display: none;
}
.menu-accordion .menu li.has-submenu ul li ul li {
  min-height: 36px;
  padding-left: 20px;
}
.menu-accordion .menu li.has-submenu ul li ul li:before {
  content: '';
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background: #003E51;
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
  background: #D0DCE1;
}
.menu-accordion .menu li.has-submenu ul li ul li > a {
  text-transform: none;
  color: #447387;
  font-family: "Palanquin", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.menu-accordion .menu li.has-submenu ul li ul li > a:hover {
  color: #003E51;
}
.menu-accordion .menu li.has-submenu ul li ul li[aria-expanded="true"] > a, .menu-accordion .menu li.has-submenu ul li ul li[aria-expanded="true"] > a:hover, .menu-accordion .menu li.has-submenu ul li ul li[aria-expanded="true"] > a:focus {
  color: #003E51;
}

/* =============== FOOTER ==========================  */
@media print, screen and (max-width: 63.99875em) {
  .mobile-pos {
    display: block;
    text-align: left;
    width: 270px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

#footer {
  font-size: 0.94118rem;
  color: #003E51;
  background: #fff;
  	/*.bande{
  		font-size: 20px;
  		text-transform: uppercase;
  		color : $white;
  		min-height: 130px;
  		margin-bottom: 2rem;
  	
  		//@include grid-col-gutter();
  		margin-right: 0;
  		margin-left: 0;
  		padding-left: 0;
  		padding-right: 0;
  		.cell{
  			display: flex;
    			align-items: center;
  			justify-content: center;
  			min-height: 100px;
  			@include padding(1.5, 1.5, 1.5,1.5);
  			a{
  			
  				&:not([target="_blank"]), &.lblanc {
  				 	color : $white;
  						position: relative;
  					&:after{
  				//			transition: all 0.2s cubic-bezier(.55,.09,.68,.53);
  							font-family: 'FontAwesome';
  							content: $fa-var-angle-right;
  							font-weight:700;
  							font-size:rem-calc(30);				
  							position:relative;
  							padding:rem-calc(5 10);					
  							//display:inline-block;
  							top: rem-calc(2);
  						//	transition: all .3s ease;
  					
  						}
  					&:before {
  					  content: '';
  					  position: absolute;
  					  width: 92%;
  					  transform: scaleX(0);
  					  height: 0.15em;
  					  bottom: 0;
  					  left: 0;
  					  background-color: $color-2;
  					  transform-origin: bottom right;
  					  transition: transform 0.25s ease-out;
  					}
  
  				}
  			&:hover{
  				&:not([target="_blank"]), &.lblanc {
  					//transform: scale3d(1.1,1.1,0.2);
  	//border-bottom: $color-2 0.2em solid;
  			//	color:rgba($white,0.5);
  					&:after{
  					//color: $color-2;
  					//left:5px;
  					//top:6px;
  					
  					}
  					&:before {
  					  transform: scaleX(1);
  					  transform-origin: bottom left;
  					}
  				}
  						
  			}
  				
  			}
  			&:nth-of-type(1) {
  			background-color: $color-1;
  			font-size: 24px;
  			}
  			&:nth-of-type(2) {
  			background-color: $color-1b;
  			}
  			&:nth-of-type(3) {
  			background-color: $medium-gray;
  			}
  		}
  		//@include breakpoint(medium){
  			//margin-bottom: 3rem;
  		//}
  	}*/
  /* footer - logo */
  /* footer - coordonnes */
  /* liens facebook social */
  /*.footer-social{
  		
  		
  		&:after{ content:''; clear:both; display:block;}
  		 a{
  			 transition: all 0.25s ease-out;
  			 transform:scale(1);
  			font-size:rem-calc(20);
  			text-decoration:none;
  			color: $black;			
  			display:inline-block;
  			width:45px;
  			 height: 45px;
  			float:left;
  			margin:10px 0 0 15px;
  			padding:0;
  			text-align:center;
  			 z-index: 0;
  			 position: relative;
  			//transition: all 0.2s ease;
  		//	 transform: translate(0px, 0px);
  		//	 @include breakpoint(small only){
  			//		margin:0 8px 24px;
  			//	}
  			 @include breakpoint(medium){
  				margin:0 0 0 25px;
  			}
  			.fa{
  				position:absolute;
  				@include absolute-center;
  				display: inline-block;
  				z-index: 1;
  				//color:inherit;
  				//font-size:20px;
  				//color: $black;
  			}
  
  			&:before{
  				content:'';
  				background-color:$white;
  				width: 45px;
  				height: 45px;
  				border-radius:50%;
  				//transform:rotate(45deg);
  				display: block;
  				position: absolute;
  				//top: 10px;
  				//left: 10px;
  				z-index: 0;
  				box-shadow:rgba($black,0.2) 10px 5px 20px -10px;
  			}
  			
  			&:hover{
  				transform:scale(1.1);	
  				color:$white;
  				&:before{
  				background-color:rgba($white,0.4);
  				}
  			//	color:$color-2;										
  			}
  		}
  	}*/
}
@media print, screen and (max-width: 63.99875em) {
  #footer {
    text-align: center;
  }
}
#footer .callout {
  color: inherit;
  margin: inherit;
}
#footer .cell {
  z-index: 2;
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  #footer .share-btn {
    margin-right: 4.70588rem;
  }
}
#footer .footer-aide-txt {
  font-weight: 400;
  font-family: "Capriola", sans-serif;
  position: relative;
  font-size: 0.94118rem;
  width: 260px;
  max-width: 100%;
  padding: 2.94118rem 0 0.58824rem 1.17647rem;
}
#footer .footer-aide-txt:before {
  content: '\e807';
  font-family: fontello;
  font-size: 90px;
  font-weight: 400;
  line-height: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 57px;
  padding-top: 28px;
}
#footer .footer-title {
  font-size: 1.41176rem;
  font-weight: 400;
  font-family: "Capriola", sans-serif;
}
@media screen and (min-width: 75em) {
  #footer .footer-title {
    font-size: 1.88235rem;
  }
}
#footer .footer-line-vertical {
  height: 100%;
  /*rem-calc(80);*/
  width: 1px;
  display: block;
  margin: 0 2.94118rem;
  background: #447387;
}
.bg-punch #footer .footer-line-vertical {
  background: #003E51;
}
#footer .footer-dots {
  font-size: 1rem;
  padding: 0 1.17647rem 0;
  margin-bottom: 1.76471rem;
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  #footer .footer-dots {
    margin-bottom: 0;
  }
}
#footer .footer-dots:before, #footer .footer-dots:after {
  content: '\f111';
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 8px;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}
#footer .footer-dots:before {
  left: 0;
}
#footer .footer-dots:after {
  right: 0;
}
#footer .phone-block {
  display: block;
  width: 270px;
  max-width: 100%;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  #footer .phone-block {
    margin-left: auto;
    margin-right: auto;
  }
}
#footer a.footer-icone-before {
  position: relative;
  padding-left: 2.05882rem;
  color: inherit;
  font-size: 1.05882rem;
  min-height: 36px;
  text-align: left;
  display: block;
  transition: color .3s ease, opacity .3s ease;
  padding-top: 0.58824rem;
  padding-bottom: 0.58824rem;
  margin-bottom: 1.17647rem;
  opacity: 1;
}
@media print, screen and (min-width: 64em) {
  #footer a.footer-icone-before {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 75em) {
  #footer a.footer-icone-before {
    font-size: 1.17647rem;
  }
}
#footer a.footer-icone-before:hover {
  color: inherit;
  opacity: 0.7;
}
#footer a.footer-icone-before.phone-link, #footer a.footer-icone-before.phone-link:hover {
  font-size: 1.17647rem;
  margin-bottom: 0;
  margin-top: -0.58824rem;
  font-weight: 700;
}
@media screen and (min-width: 75em) {
  #footer a.footer-icone-before.phone-link, #footer a.footer-icone-before.phone-link:hover {
    font-size: 1.64706rem;
  }
}
#footer a.footer-icone-before .fa, #footer a.footer-icone-before [class^="ftlo-"], #footer a.footer-icone-before [class*=" ftlo-"] {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.17647rem;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#footer .bande-footer {
  position: relative;
  display: block;
  background: #003E51;
  color: #fff;
}
#footer .bande-footer.bg-punch {
  background: #fdc462;
  color: #003E51;
}
#footer .bande-footer.bg-punch:before {
  background: #fff3e0;
}
#footer .bande-footer.bg-punch a.btn-rond, #footer .bande-footer.bg-punch a.btn-rond:focus {
  background: #003E51;
  box-shadow: rgba(0, 62, 81, 0.15) 0px 0px 0px 8px;
}
#footer .bande-footer.bg-punch a.btn-rond:before, #footer .bande-footer.bg-punch a.btn-rond:focus:before {
  background: rgba(255, 255, 255, 0.5);
}
#footer .bande-footer.bg-punch a.btn-rond:hover, #footer .bande-footer.bg-punch a.btn-rond:focus:hover {
  background: #fff;
  box-shadow: rgba(0, 62, 81, 0) 0px 0px 0px 8px;
}
#footer .bande-footer.bg-punch a.btn-rond:hover .fa, #footer .bande-footer.bg-punch a.btn-rond:hover [class^="ftlo-"], #footer .bande-footer.bg-punch a.btn-rond:hover [class*=" ftlo-"], #footer .bande-footer.bg-punch a.btn-rond:focus:hover .fa, #footer .bande-footer.bg-punch a.btn-rond:focus:hover [class^="ftlo-"], #footer .bande-footer.bg-punch a.btn-rond:focus:hover [class*=" ftlo-"] {
  color: #003E51;
}
#footer .bande-footer.bg-punch a.footer-icone-before:hover {
  color: #003E51;
  opacity: 0.6;
}
#footer .bande-footer.callout-padding-LR {
  padding-top: 2.94118rem;
}
@media print, screen and (max-width: 63.99875em) {
  #footer .bande-footer.callout-padding-LR {
    padding-bottom: 13.52941rem;
  }
}
@media print, screen and (min-width: 64em) {
  #footer .bande-footer {
    margin-left: 0.47059rem;
  }
}
@media screen and (min-width: 75em) {
  #footer .bande-footer {
    padding-right: 300px;
  }
}
#footer .bande-footer:before {
  content: '';
  background: #fdc462;
  display: block;
  position: absolute;
  left: -0.47059rem;
  width: 0.47059rem;
  top: 0.94118rem;
  height: calc(100% - 1.88235rem);
}
#footer .bande-footer .footer-illustration {
  overflow: hidden;
  position: absolute;
  display: inline-block;
  z-index: 1;
  bottom: 0;
  right: 0;
}
#footer .bande-footer .footer-illustration img {
  width: 260px;
  height: auto;
  display: inline-block;
  right: -2px;
  bottom: -2px;
  position: relative;
}
#footer .bande-footer a.btn-rond, #footer .bande-footer a.btn-rond:focus {
  background: #fdc462;
  box-shadow: rgba(253, 196, 98, 0.25) 0 0 0 8px;
}
#footer .bande-footer a.btn-rond:before, #footer .bande-footer a.btn-rond:focus:before {
  background: rgba(255, 255, 255, 0.5);
}
#footer .bande-footer a.btn-rond:hover, #footer .bande-footer a.btn-rond:focus:hover {
  background: #fff;
}
#footer .bande-footer a.btn-rond:hover .fa, #footer .bande-footer a.btn-rond:hover [class^="ftlo-"], #footer .bande-footer a.btn-rond:hover [class*=" ftlo-"], #footer .bande-footer a.btn-rond:focus:hover .fa, #footer .bande-footer a.btn-rond:focus:hover [class^="ftlo-"], #footer .bande-footer a.btn-rond:focus:hover [class*=" ftlo-"] {
  color: #447387;
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  #footer .text-right-medium {
    text-align: right;
  }
}
@media print, screen and (max-width: 63.99875em) {
  #footer .text-center-small-medium-down {
    text-align: center;
  }
}
@media print, screen and (max-width: 47.99875em) {
  #footer .text-right {
    text-align: left;
  }
}
#footer .footer-logo-partenaire {
  width: 9.41176rem;
}
#footer .footer-logo {
  width: 11.47059rem;
  margin: 0 0 1.47059rem;
}
@media screen and (min-width: 75em) {
  #footer .footer-logo {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 48em) {
  #footer .footer-coord {
    width: 70%;
    float: left;
    padding: 0 0 0 1.76471rem;
    display: inline-block;
    text-align: left;
  }
}
#footer .txt-copy {
  font-size: 12px;
  text-align: center;
  display: block;
  line-height: 1.2;
}
@media screen and (min-width: 26.25em) {
  #footer .txt-copy {
    font-size: 0.94118rem;
  }
}
@media print, screen and (min-width: 64em) {
  #footer .txt-copy {
    text-align: left;
  }
}
#footer a.kaleidos-lien {
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  color: #003E51;
  text-align: left;
}
@media screen and (min-width: 26.25em) {
  #footer a.kaleidos-lien {
    font-size: 0.94118rem;
  }
}
@media print, screen and (min-width: 64em) {
  #footer a.kaleidos-lien {
    float: right;
    text-align: right;
    display: inline-block;
  }
}
#footer a.kaleidos-lien:hover {
  color: rgba(0, 62, 81, 0.5);
}
#footer .grid-x-last {
  border-top: 2px solid rgba(0, 62, 81, 0.25);
  padding-top: 2.05882rem;
  padding-bottom: 2.05882rem;
  margin-top: 1.76471rem;
}
#footer .footer-menu-ol ol {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 1;
  column-gap: 1.76471rem;
}
@media print, screen and (min-width: 64em) {
  #footer .footer-menu-ol ol {
    column-count: 2;
  }
}
#footer .footer-menu-ol ol li {
  position: relative;
  padding-left: 0.70588rem;
}
@media print, screen and (min-width: 64em) {
  #footer .footer-menu-ol ol li {
    break-inside: avoid;
  }
}
#footer .footer-menu-ol ol li:before {
  content: '\f111';
  color: #D0DCE1;
  font-size: 0.35294rem;
  font-weight: 400;
  font-family: FontAwesome;
  position: relative;
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 1rem;
}
#footer .footer-menu-ol ol li a {
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
  padding: 20px 30px;
  border: 0px solid #fdc462;
  border-radius: 6px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Palanquin", sans-serif;
  font-size: 14px;
  font-weight: 700;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  transition: all .3s ease;
  min-height: 36px;
  position: relative;
  z-index: 1;
  letter-spacing: 0.37px;
  border-radius: 6px;
  padding: 0.58824rem 0;
  text-transform: none;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0) !important;
  margin-right: 0;
  margin-left: 0;
  max-width: calc(100% + 1.76471rem);
  color: #003E51;
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  text-align: left;
}
[data-whatinput='mouse'] #footer .footer-menu-ol ol li a {
  outline: 0;
}
#footer .footer-menu-ol ol li a, #footer .footer-menu-ol ol li a.disabled, #footer .footer-menu-ol ol li a[disabled], #footer .footer-menu-ol ol li a.disabled:hover, #footer .footer-menu-ol ol li a[disabled]:hover, #footer .footer-menu-ol ol li a.disabled:focus, #footer .footer-menu-ol ol li a[disabled]:focus {
  background-color: #fdc462;
  color: #003E51;
}
#footer .footer-menu-ol ol li a:hover, #footer .footer-menu-ol ol li a:focus {
  background-color: #003E51;
  color: #003E51;
}
@media screen and (min-width: 75em) {
  #footer .footer-menu-ol ol li a {
    border-radius: 12px;
  }
}
#footer .footer-menu-ol ol li a:before {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0);
  display: block;
  top: 7px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 14px);
  z-index: -1;
  display: block;
  transition: all .3s ease;
  border-radius: 6px;
}
@media screen and (min-width: 75em) {
  #footer .footer-menu-ol ol li a:before {
    border-radius: 12px;
  }
}
#footer .footer-menu-ol ol li a:hover {
  color: #fff;
}
#footer .footer-menu-ol ol li a:before {
  background: #fdc462;
  top: inherit;
  height: 3px;
  bottom: 0;
  left: 0;
  width: 0;
  border-radius: 0;
  transition: width .3s ease;
}
#footer .footer-menu-ol ol li a:hover {
  color: #003E51;
}
#footer .footer-menu-ol ol li a:hover:before {
  width: 2.35294rem;
}

.share-reveal {
  height: 280px;
  min-height: 280px;
}

.reveal.small-reveal {
  max-width: 100%;
  padding: 65px 15px 45px;
}
@media print, screen and (min-width: 48em) {
  .reveal.small-reveal {
    width: 500px;
    padding-left: 35px;
    padding-right: 35px;
  }
}

.title-share {
  text-align: center;
  padding: 0 0 15px 0;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.1;
  font-family: "Palanquin", sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 48em) {
  .title-share {
    font-size: 20px;
  }
}

.close-button.close-button-share {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 20px;
  right: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  color: rgba(26, 24, 27, 0.2);
  transition: color .3s ease;
}
.close-button.close-button-share:hover {
  color: #1a181b;
}

.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 3px;
  position: relative;
  display: block;
  transform: translate(0px, 0px);
  transition: transform .3s ease;
}
@media print, screen and (min-width: 48em) {
  .resp-sharing-button__link {
    margin: 5px;
  }
}
.resp-sharing-button__link:hover {
  transform: translate(0px, -5px);
  color: #fff;
}

.resp-sharing-button__link .fa {
  color: inherit;
  position: absolute;
  display: inline-block;
  line-height: 1;
  left: 0;
  top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color .3s ease;
}

.resp-sharing-button__link,
.resp-sharing-button {
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .resp-sharing-button__link,
  .resp-sharing-button {
    width: 45px;
    height: 45px;
  }
}

.resp-sharing-button {
  transition: 25ms ease-out;
  font-family: "Palanquin", sans-serif;
}

/*.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}*/
/* Non solid icons get a stroke */
/*.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}*/
/* Solid icons get a fill */
/*.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}*/
.resp-sharing-button--twitter {
  background-color: #55acee;
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
}

.resp-sharing-button--google:hover {
  background-color: #c23321;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293;
}

.resp-sharing-button--email {
  background-color: #777;
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}

.resp-sharing-button--clipboard {
  background-color: #777;
}

.resp-sharing-button--clipboard:hover {
  background-color: #5e5e5e;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}

.resp-sharing-button--hackernews {
  background-color: #FF6600;
}

.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
  background-color: #FB6200;
}

.resp-sharing-button--vk {
  background-color: #507299;
}

.resp-sharing-button--vk:hover {
  background-color: #43648c;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--clipboard:hover,
.resp-sharing-button--clipboard:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.pos-relative {
  position: relative;
}

.zone-overflow {
  overflow: hidden;
}

/*.grid-x.grid-col-3{
	.cell{
		//@include grid-col-gutter();		
		@include xy-grid;
  		//@include xy-grid-layout(3, '.block',null,0,none);
		//@include padding(2, 0, 0, 2);
		//@include margin(2, 0, 0, 2);
		
		.wa-article.wa-grid{
			@include breakpoint(large){
				@include xy-cell(33.33333%);
			}		
		}
	}
}*/
/****Accueil*/
/*.col-quisommesnous{
	z-index: 1;
	position: relative;
	padding: rem-calc(50 10);
	background-color: $white;
	@include breakpoint(medium){
		margin-top: -100px;
		padding: rem-calc(95 0 0 95);
		//@include padding(2, 0, 0, 2);


		&:after{
			content:'';
			background-color: $white;
			top: 0;
			left:0;
			position: absolute;
			z-index: 1;	
			width: 100%;
			height:rem-calc(60);
			@include breakpoint(medium){
			//width:calc(50vw - 70%);
			//margin-right: -.75rem;
			height:rem-calc(100);
			transform:translateX(25vw);
			}
		}
		
	}
}*/
/*h2.activites{
	line-height: 1.5;
	font-size: rem-calc(60);
	@include breakpoint(small only){
	 font-size: rem-calc(44);
	 padding-right:0.5rem;
	 padding-left:0.5rem;
	}
}*/
/*.activites-grid{
	.cell{
		@include padding(0,0,0,0);
		max-height: rem-calc(200);
		overflow: hidden;
		@include xy-grid;
  		@include xy-grid-layout(2, '.block',null,0,none);
		position: relative;
		transition:all .3s ease;
		.content{
			position: relative;
			a{
				height: 100%;
				width: 100%;
				position: relative;
				display: inline-block;
					&:before{
				content:'';
				background:rgba($color-1b,0);
				transition:background .3s ease;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: 1;
			}
			}
			img{
			@include absolute-center;
				//@include horizontal-center;
			//@include vertical-center;
			//max-width: 200px;
			//height: 100%;
			
			max-width: 140%;
			height: auto;
			width: 150%;
				min-height: 100%;
				@include breakpoint(medium){
					//	width: 100%;
				//max-width: inherit;
				//height: auto;
				}
			
			}
					
			
		}
		.block{
			height: 200px;
			overflow: hidden;
			&:first-child{
			padding: rem-calc(30);	
			}
			a{
				text-decoration: none;
				color: inherit;
			}
		}
		.title{
			font-family: $font-family-1;
			font-weight: 700;
			font-size:rem-calc(17);
			line-height:rem-calc(22);
			color: inherit;
			word-wrap: break-word;
			width: 100%;
			display: inline-block;
			//color: $white;
			//padding: rem-calc(50);
		
			@include breakpoint(medium){
			font-size:rem-calc(24);
			line-height:rem-calc(30);
			}
			//@include absolute-center;
		}
		.subtitle,.sub-title{
			font-size:rem-calc(16);
			color: inherit;
			font-weight: 400;
			letter-spacing: inherit;
			@include breakpoint(medium){
			font-size:rem-calc(20);
			}
		
		}

		
	&:hover{
		.content a{
		&:before{
			background:rgba($color-1b,0.65);
		}
		
		}

	}
		&:nth-of-type(1),&:nth-of-type(6) {
			background-color: rgba($medium-gray,0.6);
			//.title{
			color: $white;
			//}
							&:hover{
					background-color:rgba($medium-gray,1);
					color: $white;
			}
		
		}
		&:nth-of-type(2),&:nth-of-type(6) {
				@include breakpoint(small only){
				   .block:first-child {
					order: 2;
					}
				}
		}
		&:nth-of-type(2),&:nth-of-type(5) {
			color: $medium-gray;
			background-color: rgba($medium-gray,0.25);
						&:hover{
					background-color:rgba($medium-gray,1);
					color: $white;
			}
	
		}
		&:nth-of-type(3) {
			background-color: rgba($color-1,1);
			color: $white;
		@include breakpoint(medium){
			   .block:first-child {
				order: 2;
				}
			}
				&:hover{
					background-color:rgba($color-1b,0.65);
					color: $white;
			}
		}
		&:nth-of-type(4) {
			background-color: rgba($color-1b,1);
			&:hover{
					background-color:rgba($color-1b,0.65);
					color: $white;
			}
		 .block:first-child {
				order: 2;
			}
		}
		
			//&:hover{
			//	cursor: pointer;
				//background:rgba($color-1b,0.65);
				//color: $white;
			//}
	}
	
}
*/
/*.ligne-rouge-over{
		&:before {
					  content: ' ';
					  position: absolute;
					  width: 100%;
					  transform: scaleX(0);
					  height: 0.15rem;
					  bottom: -0.15rem;
					  left: 0;
					  background-color: $color-1;
					  transform-origin: bottom right;
					  transition: transform 0.25s ease-out;
					}
	&:hover{
		&:before {
					  transform: scaleX(1);
					  transform-origin: bottom left;
					}
	}
}
.lien{
	position: relative;
	text-decoration: none!important;
	border-bottom: $color-2 0.15rem solid;
	color: $medium-gray;
	font-weight: 700;
	&:hover{
	color: $medium-gray;

	}
	@extend .ligne-rouge-over;
}


.fancy-undeline {
        background-image: linear-gradient(120deg, #D31027,#EA384D 100%);
        background-repeat: no-repeat;
        background-size: 100% 0.1em;
        background-position: 0 100%;
        transition: background-size 0.25s ease-in;
      }

.fancy-undeline:hover {
        background-size: 100% 88% !important;
}
  */
/* ------- */
.icon-background {
  color: #003E51;
}

.block {
  margin: 0 0 1rem 0;
}
.block > :first-child {
  margin-top: 0;
}
.block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .block {
    		/*
    		.flex-child-auto,.flex-child-grow{
    			 margin:  0 0 1rem 0;
    
    			
    		}*/
  }
}

.fil-ariane {
  display: block;
  margin-bottom: 1.76471rem;
  font-size: 0.70588rem;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (min-width: 75em) {
  .fil-ariane {
    font-size: 0.82353rem;
  }
}
@media screen and (min-width: 120em) {
  .fil-ariane a.fil-ariane-home {
    font-size: 1.17647rem;
  }
}
.wa-article .punch .fil-ariane a:hover {
  color: rgba(0, 62, 81, 0.6);
}
.section-slider-title.punch .fil-ariane a:hover {
  color: rgba(0, 62, 81, 0.6);
}

.reveal.large {
  padding-top: 2.94118rem !important;
}
.reveal.large .close-button, .reveal.large .close-button:focus {
  color: #D0DCE1;
  font-family: "Capriola", sans-serif;
  font-weight: 400;
  transition: color .3s ease;
}
.reveal.large .close-button:hover, .reveal.large .close-button:focus:hover {
  color: #447387;
}
