@charset "UTF-8";
@import url("font-awesome.css");
@import url("animate.css");
/*
* Css Edenred Belgium
* Copyright 2015, Web Team
* Author: Adrien Nowak
* www.edenred.be
*/
/* Table of contents
–––––––––––––––––––––––––––––––––––––––––––––––––– 

/* Table of starter 
–––––––––––––––––––––––––––––––––––––––––––––––––– .
/* Module clearfix */
/* 	ClearFix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/* Table of Référence 
–––––––––––––––––––––––––––––––––––––––––––––––––– 

/* Fichier de reference Couleur */
/* Fichier de reference Mixin */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
/* Fichier de reference Mixin */
/* Fichier de reference Media Queries */
.headerLU:before {
  display: inline-block;
  position: absolute;
  width: 7em;
  height: 3em;
  top: 2em;
  left: 2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  text-align: center;
  line-height: 3em;
  z-index: 100;
  display: none;
}
@media only screen and (max-width: 760px) {
  .headerLU:before {
    background: orange;
    content: "mobile";
  }
}
@media only screen and (max-width: 440px) {
  .headerLU:before {
    background: red;
    content: "mobile-xs";
  }
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  .headerLU:before {
    background: purple;
    content: "tablet";
  }
}
@media only screen and (min-width: 950px) {
  .headerLU:before {
    background: green;
    content: "desktop";
  }
}
@media only screen and (min-width: 1440px) {
  .headerLU:before {
    background: blue;
    content: "desktop-xl";
  }
}
@media only screen and (min-width: 1900px) {
  .headerLU:before {
    background: pink;
    content: "desktop-xxl";
  }
}
/* Fichier de reference Fonts */
/* Font face----------------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fontAwesome {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Edenred-Regular';
  src: url('../fonts/edenred-webfont.woff2') format('woff2'), url('../fonts/edenred-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Edenred-Medium';
  src: url('../fonts/edenred_medium-webfont.woff2') format('woff2'), url('../fonts/edenred_medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Edenred-Light';
  src: url('../fonts/edenred_light-webfont.woff2') format('woff2'), url('../fonts/edenred_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Edenred-Bold';
  src: url('../fonts/edenred_bold-webfont.woff2') format('woff2'), url('../fonts/edenred_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Module font */
/* Table of Layout 
–––––––––––––––––––––––––––––––––––––––––––––––––– 

/* Module layout */
/* GENERALE * * *---------------------------------------------------------------------------------------------------*/
html {
  height: 100%;
}
html body {
  position: relative;
  min-height: 100%;
  background-color: #ffffff;
  color: #11204c;
}
html header {
  position: relative;
  z-index: 100;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
html #main {
  position: relative;
  background-color: #eeeef5;
  z-index: 10;
}
.container {
  width: 95%;
  padding: 0 0.5em;
}
/* ETAT D'AFFICHAGE * * *---------------------------------------------------------------------------------------------------*/
.hide {
  display: none;
}
.show {
  display: inline-block;
}
.alignCenter {
  text-align: center;
}
.alignLeft {
  text-align: left;
}
.marginB0 {
  margin-bottom: 0 !important;
}
.marginB1 {
  margin-bottom: 1em !important;
}
.marginT1 {
  margin: 2em auto 1em;
}
.marginT2 {
  margin: 4em auto 1.5em;
}
@media only screen and (max-width: 760px) {
  .marginT2 {
    margin: 1.5em auto 0;
  }
}
.initialImg {
  vertical-align: bottom;
}
.ulB0 {
  margin: .5rem 0 1.5rem 4rem;
}
.desktopPosA {
  position: absolute !important;
}
@media only screen and (max-width: 760px) {
  .desktopPosA {
    position: relative !important;
  }
}
sup {
  vertical-align: super;
  font-size: 0.6em;
}
/* LAYOUT * * *---------------------------------------------------------------------------------------------------*/
.sectionContentText {
  display: inline-block;
  position: relative;
  width: 100%;
}
.sectionContentText .sectionC2 {
  display: inline-block;
  vertical-align: top;
  width: 48.8%;
  margin-right: 1%;
  border-right: 1px solid #e1e7f0;
}
@media only screen and (max-width: 760px), only screen and (min-width: 761px) and (max-width: 949px) {
  .sectionContentText .sectionC2 {
    width: 100%;
    margin: 0 0 1em;
    border-right: none;
    border-bottom: 1px solid #e1e7f0;
    padding-bottom: 0.5em;
  }
}
.sectionContentText .sectionC2:nth-child(2) {
  margin: 0;
  border-right: none;
}
.adaptHeight div {
  vertical-align: top;
}
.L50,
.L30,
.L70 {
  display: inline-block;
}
.L50 {
  width: 49%;
}
@media only screen and (max-width: 760px) {
  .L50 {
    width: 100%;
  }
}
.L30 {
  width: 29%;
}
@media only screen and (max-width: 760px) {
  .L30 {
    width: 100%;
  }
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  .L30 {
    width: 18%;
  }
}
.L70,
.R70 {
  width: 69%;
  margin-right: 0.8em;
}
@media only screen and (max-width: 760px) {
  .L70,
  .R70 {
    width: 100%;
  }
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  .L70,
  .R70 {
    width: 79%;
  }
}
.R70 {
  margin-left: 0.8em;
  margin-right: 0;
}
/* .ltBox {
	vertical-align: top;
	text-align: left;
} */
.sectionContentImg {
  display: inline;
}
@media only screen and (max-width: 760px), only screen and (min-width: 761px) and (max-width: 949px) {
  .sectionContentImg {
    display: inline-block;
  }
}
.wrapperimgLeft img,
.wrapperimgRight img {
  width: 27%;
  vertical-align: top;
}
.wrapperimgLeft p,
.wrapperimgRight p {
  display: inline-block;
  width: 70%;
}
.wrapperimgLeft p a,
.wrapperimgRight p a {
  color: #f29200 !important;
}
.wrapperimgLeft p {
  margin-left: 2%;
}
.wrapperimgRight p {
  margin-right: 2%;
}
#ParralaxFacturation .container {
  text-align: left;
}
@media only screen and (max-width: 760px) {
  #ParralaxFacturation .container {
    text-align: center;
  }
}
/* HEADER * * *---------------------------------------------------------------------------------------------------*/
/* Link * * *---------------------------------------------------------------------------------------------------*/
/* a {
	color: @edenred;
	&:hover {
		color: darken(@edenred, 20%)
	}
} */
.pageSection p a {
  color: #2a6caf;
}
.pageSection p a:hover {
  font-weight: bold;
  color: #2a6caf;
}
.pageSection .bannerEmotion a {
  color: #ffffff;
}
.pageSection .bannerEmotion a:hover {
  font-weight: bold;
  color: #ffffff;
}
.pageSection .bannerEmotion a.default {
  color: #2a6caf;
}
.pageSection .bannerEmotion a.default:hover {
  font-weight: bold;
  color: #2a6caf;
}
.pageSection .bannerEmotion.searchShop a {
  /*color: @edenred;*/
}
.pageSection .bannerEmotion.searchShop a:hover {
  font-weight: bold;
}
.pageSection .bannerEmotion.searchShop a.default {
  color: #2a6caf;
}
.pageSection .bannerEmotion.searchShop a.default:hover {
  font-weight: bold;
  color: #2a6caf;
}
.pageSection .bannerEmotion.searchShop strong {
  color: #11204c;
}
.pageSingle a {
  color: #789bcb;
  font-weight: bold;
  text-decoration: none;
}
.pageSingle a:hover {
  font-weight: bold;
  color: #3d67a0;
}
.linkMore {
  position: absolute;
  bottom: 0.9em;
  right: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
}
.linkMore a {
  text-decoration: none;
  color: #2a6caf;
}
.linkMore svg {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: text-top;
  padding-left: 0.3em;
  fill: #2a6caf;
}
.linkMore:hover {
  right: 0.9em;
}
/* AFFICHAGE PRODUIT * * *---------------------------------------------------------------------------------------------------*/
.productLogo {
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .productLogo img {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 950px) {
  .productLogo img {
    margin-top: 50%;
    transform: translateY(-90%);
    vertical-align: inherit;
  }
}
.productLogo.debugCol {
  text-align: center;
}
.productLogo.debugCol img {
  margin-top: 0;
  transform: translateY(15%);
}
@media only screen and (max-width: 760px) {
  .productLogo.debugCol img {
    transform: translateY(0);
  }
}
/* SECTION * * *---------------------------------------------------------------------------------------------------*/
.pageSection article:nth-child( 15) {
  z-index: calc(115 - 15);
}
.pageSection article:nth-child( 14) {
  z-index: calc(115 - 14);
}
.pageSection article:nth-child( 13) {
  z-index: calc(115 - 13);
}
.pageSection article:nth-child( 12) {
  z-index: calc(115 - 12);
}
.pageSection article:nth-child( 11) {
  z-index: calc(115 - 11);
}
.pageSection article:nth-child( 10) {
  z-index: calc(115 - 10);
}
.pageSection article:nth-child( 9) {
  z-index: calc(115 - 9);
}
.pageSection article:nth-child( 8) {
  z-index: calc(115 - 8);
}
.pageSection article:nth-child( 7) {
  z-index: calc(115 - 7);
}
.pageSection article:nth-child( 6) {
  z-index: calc(115 - 6);
}
.pageSection article:nth-child( 5) {
  z-index: calc(115 - 5);
}
.pageSection article:nth-child( 4) {
  z-index: calc(115 - 4);
}
.pageSection article:nth-child( 3) {
  z-index: calc(115 - 3);
}
.pageSection article:nth-child( 2) {
  z-index: calc(115 - 2);
}
.pageSection article:nth-child( 1) {
  z-index: calc(115 - 1);
}
.pageSection .bannerEmotion:first-child {
  margin-top: 0.4em;
  background-color: white;
}
@media only screen and (max-width: 760px) {
  .pageSection .bannerEmotion:first-child {
    margin-top: 0;
  }
}
article {
  min-height: 21em;
  padding: 5em 0 4em;
  background-color: #ffffff;
}
@media only screen and (max-width: 760px) {
  article {
    padding: 2em 0 3em;
  }
}
article:nth-child(even) {
  display: block;
  background-color: #eeeef5;
}
article.intro {
  min-height: inherit;
  padding: 3em 0 3em;
}
@media only screen and (max-width: 760px) {
  article.intro {
    padding: 2em 0 3em;
  }
}
article.intro a.sectionNext {
  margin: 0.15em 0 0 -0.5em;
}
article.cortex {
  min-height: auto;
}
article.bgWhite {
  background-color: #ffffff;
}
article.bgGrey {
  background-color: #eeeef5;
}
a.sectionNext {
  z-index: 2;
  position: absolute;
  left: 50%;
  width: 1em;
  height: 1em;
  margin: 0.35em 0 0 -0.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  text-decoration: none;
  font-size: 3.8em;
  line-height: 1.1em;
  color: #e1e7f0;
  background: #d3d7e9;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 760px) {
  a.sectionNext {
    margin: 0 0 0 -0.5em;
  }
}
a.sectionNext:hover,
a.sectionNext:focus {
  color: #ffffff;
  background: #8f9ac7;
  font-size: 4.5em;
  line-height: 1em;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* TYPO Ul * * *---------------------------------------------------------------------------------------------------*/
.sectionContentText ul li {
  list-style: none;
}
strong,
.sectionSubTitle strong.blue {
  color: #11204c;
}
.L50 strong {
  color: #ffffff;
}
.board .half-block:first-child strong {
  color: #ffffff;
}
/* CONTENT * * *---------------------------------------------------------------------------------------------------*/
.sectionContent .sectionTitle,
.bannerEmotion .sectionTitle,
.bannerEmotion.searchShop .sectionTitle,
.bannerEmotion .boxWrapper .sectionTitle {
  font-size: 2em;
  margin-bottom: 0.4em;
  color: #11204c;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 760px), only screen and (max-width: 440px) {
  .sectionContent .sectionTitle,
  .bannerEmotion .sectionTitle,
  .bannerEmotion.searchShop .sectionTitle,
  .bannerEmotion .boxWrapper .sectionTitle {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  .sectionContent .sectionTitle,
  .bannerEmotion .sectionTitle,
  .bannerEmotion.searchShop .sectionTitle,
  .bannerEmotion .boxWrapper .sectionTitle {
    font-size: 1.7em;
  }
}
@media only screen and (max-width: 760px) {
  .sectionContent .sectionTitle br,
  .bannerEmotion .sectionTitle br,
  .bannerEmotion.searchShop .sectionTitle br,
  .bannerEmotion .boxWrapper .sectionTitle br {
    display: none;
  }
}
.sectionContent .sectionSubTitle,
.bannerEmotion .sectionSubTitle,
.bannerEmotion.searchShop .sectionSubTitle,
.bannerEmotion .boxWrapper .sectionSubTitle {
  font-size: 1.2em;
  color: #11204c;
  font-weight: lighter;
  margin-bottom: 1.2em;
}
.sectionContent .sectionSubTitle.lt,
.bannerEmotion .sectionSubTitle.lt,
.bannerEmotion.searchShop .sectionSubTitle.lt,
.bannerEmotion .boxWrapper .sectionSubTitle.lt {
  font-size: 1em;
}
.sectionContent .sectionIntro,
.bannerEmotion .sectionIntro,
.bannerEmotion.searchShop .sectionIntro,
.bannerEmotion .boxWrapper .sectionIntro {
  color: #11204c;
}
.sectionContent .ProductInfo .sectionSubTitle,
.bannerEmotion .ProductInfo .sectionSubTitle,
.bannerEmotion.searchShop .ProductInfo .sectionSubTitle,
.bannerEmotion .boxWrapper .ProductInfo .sectionSubTitle {
  margin-bottom: 0.8em;
}
.sectionContent .ProductLegal .sectionSubTitle,
.bannerEmotion .ProductLegal .sectionSubTitle,
.bannerEmotion.searchShop .ProductLegal .sectionSubTitle,
.bannerEmotion .boxWrapper .ProductLegal .sectionSubTitle {
  margin-bottom: 0.4em;
}
.sectionContent .sectionContentBox.board,
.bannerEmotion .sectionContentBox.board,
.bannerEmotion.searchShop .sectionContentBox.board,
.bannerEmotion .boxWrapper .sectionContentBox.board {
  width: 100%;
  height: attr(data-height px);
  margin: 0;
  padding: 0;
  position: relative;
}
.sectionContent .sectionContentBox.board .half-block,
.bannerEmotion .sectionContentBox.board .half-block,
.bannerEmotion.searchShop .sectionContentBox.board .half-block,
.bannerEmotion .boxWrapper .sectionContentBox.board .half-block {
  display: inline-block;
  width: 50%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
  .sectionContent .sectionContentBox.board .half-block,
  .bannerEmotion .sectionContentBox.board .half-block,
  .bannerEmotion.searchShop .sectionContentBox.board .half-block,
  .bannerEmotion .boxWrapper .sectionContentBox.board .half-block {
    width: 100%;
    position: relative;
  }
}
.sectionContent .sectionContentBox.board .half-block ~ .half-block,
.bannerEmotion .sectionContentBox.board .half-block ~ .half-block,
.bannerEmotion.searchShop .sectionContentBox.board .half-block ~ .half-block,
.bannerEmotion .boxWrapper .sectionContentBox.board .half-block ~ .half-block {
  left: 50%;
  padding: 0 1.4% 0;
  width: 50%;
  background-color: #ffffff;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
  .sectionContent .sectionContentBox.board .half-block ~ .half-block,
  .bannerEmotion .sectionContentBox.board .half-block ~ .half-block,
  .bannerEmotion.searchShop .sectionContentBox.board .half-block ~ .half-block,
  .bannerEmotion .boxWrapper .sectionContentBox.board .half-block ~ .half-block {
    left: 0;
    width: 100%;
  }
}
.sectionContent .sectionContentBox.board .half-block ~ .half-block p,
.bannerEmotion .sectionContentBox.board .half-block ~ .half-block p,
.bannerEmotion.searchShop .sectionContentBox.board .half-block ~ .half-block p,
.bannerEmotion .boxWrapper .sectionContentBox.board .half-block ~ .half-block p {
  color: #11204c;
}
.sectionContent .sectionContentBox.board .half-block ~ .half-block .sectionContentText,
.bannerEmotion .sectionContentBox.board .half-block ~ .half-block .sectionContentText,
.bannerEmotion.searchShop .sectionContentBox.board .half-block ~ .half-block .sectionContentText,
.bannerEmotion .boxWrapper .sectionContentBox.board .half-block ~ .half-block .sectionContentText {
  padding: 4em 1em 0 1em;
}
.sectionContent .sectionContentBox.board .half-block ~ .half-block .sectionContentText:first-child,
.bannerEmotion .sectionContentBox.board .half-block ~ .half-block .sectionContentText:first-child,
.bannerEmotion.searchShop .sectionContentBox.board .half-block ~ .half-block .sectionContentText:first-child,
.bannerEmotion .boxWrapper .sectionContentBox.board .half-block ~ .half-block .sectionContentText:first-child {
  border-bottom: 1px solid #e1e7f0;
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  .sectionContent .sectionContentBox.board .half-block ~ .half-block .sectionContentText:first-child,
  .bannerEmotion .sectionContentBox.board .half-block ~ .half-block .sectionContentText:first-child,
  .bannerEmotion.searchShop .sectionContentBox.board .half-block ~ .half-block .sectionContentText:first-child,
  .bannerEmotion .boxWrapper .sectionContentBox.board .half-block ~ .half-block .sectionContentText:first-child {
    border-bottom: none;
  }
}
.sectionContent .sectionContentBox.board .half-block ~ .half-block .sectionContentText.no-border,
.bannerEmotion .sectionContentBox.board .half-block ~ .half-block .sectionContentText.no-border,
.bannerEmotion.searchShop .sectionContentBox.board .half-block ~ .half-block .sectionContentText.no-border,
.bannerEmotion .boxWrapper .sectionContentBox.board .half-block ~ .half-block .sectionContentText.no-border {
  border-bottom: none;
}
.sectionContent .sectionContentBox.board .half-block .sectionContentText,
.bannerEmotion .sectionContentBox.board .half-block .sectionContentText,
.bannerEmotion.searchShop .sectionContentBox.board .half-block .sectionContentText,
.bannerEmotion .boxWrapper .sectionContentBox.board .half-block .sectionContentText {
  padding: 4em 1.5em 1.5em 2.2em;
  text-align: left;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
  .sectionContent .sectionContentBox.board .half-block .sectionContentText,
  .bannerEmotion .sectionContentBox.board .half-block .sectionContentText,
  .bannerEmotion.searchShop .sectionContentBox.board .half-block .sectionContentText,
  .bannerEmotion .boxWrapper .sectionContentBox.board .half-block .sectionContentText {
    padding: 4em 0.8em 1.5em 1.4em;
  }
}
.sectionContent .sectionContentBox.board .half-block .sectionContentText .sectionTitle,
.bannerEmotion .sectionContentBox.board .half-block .sectionContentText .sectionTitle,
.bannerEmotion.searchShop .sectionContentBox.board .half-block .sectionContentText .sectionTitle,
.bannerEmotion .boxWrapper .sectionContentBox.board .half-block .sectionContentText .sectionTitle {
  margin: 0.9em 0 0.4em;
  color: #ffffff;
  text-transform: initial;
  font-size: 2.1em;
}
@media only screen and (max-width: 760px), only screen and (min-width: 761px) and (max-width: 949px) {
  .sectionContent .sectionContentBox.board .half-block .sectionContentText .sectionTitle,
  .bannerEmotion .sectionContentBox.board .half-block .sectionContentText .sectionTitle,
  .bannerEmotion.searchShop .sectionContentBox.board .half-block .sectionContentText .sectionTitle,
  .bannerEmotion .boxWrapper .sectionContentBox.board .half-block .sectionContentText .sectionTitle {
    font-size: 1.7em;
  }
}
.sectionContent .sectionContentBox.board .half-block .sectionContentText .sectionTitle.xs,
.bannerEmotion .sectionContentBox.board .half-block .sectionContentText .sectionTitle.xs,
.bannerEmotion.searchShop .sectionContentBox.board .half-block .sectionContentText .sectionTitle.xs,
.bannerEmotion .boxWrapper .sectionContentBox.board .half-block .sectionContentText .sectionTitle.xs {
  font-size: 1.8em;
}
.sectionContent .sectionContentBox.board .half-block .sectionContentText .sectionTitle:first-child,
.bannerEmotion .sectionContentBox.board .half-block .sectionContentText .sectionTitle:first-child,
.bannerEmotion.searchShop .sectionContentBox.board .half-block .sectionContentText .sectionTitle:first-child,
.bannerEmotion .boxWrapper .sectionContentBox.board .half-block .sectionContentText .sectionTitle:first-child {
  margin-top: 0;
}
.sectionContent .sectionContentBox.board .half-block .sectionContentText .sectionSubTitle,
.bannerEmotion .sectionContentBox.board .half-block .sectionContentText .sectionSubTitle,
.bannerEmotion.searchShop .sectionContentBox.board .half-block .sectionContentText .sectionSubTitle,
.bannerEmotion .boxWrapper .sectionContentBox.board .half-block .sectionContentText .sectionSubTitle {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
}
.sectionContent .sectionContentBox.board .half-block .sectionContentText p,
.bannerEmotion .sectionContentBox.board .half-block .sectionContentText p,
.bannerEmotion.searchShop .sectionContentBox.board .half-block .sectionContentText p,
.bannerEmotion .boxWrapper .sectionContentBox.board .half-block .sectionContentText p {
  font-size: 1em;
  margin-bottom: 1.7rem;
}
.sectionContent .sectionContentBox.board .half-block .sectionContentText + .sectionContentText,
.bannerEmotion .sectionContentBox.board .half-block .sectionContentText + .sectionContentText,
.bannerEmotion.searchShop .sectionContentBox.board .half-block .sectionContentText + .sectionContentText,
.bannerEmotion .boxWrapper .sectionContentBox.board .half-block .sectionContentText + .sectionContentText {
  padding-top: 1.7rem;
}
.sectionContent .sectionContentBox.board .half-block:first-child:before,
.bannerEmotion .sectionContentBox.board .half-block:first-child:before,
.bannerEmotion.searchShop .sectionContentBox.board .half-block:first-child:before,
.bannerEmotion .boxWrapper .sectionContentBox.board .half-block:first-child:before {
  display: block;
  position: absolute;
  content: "";
  width: 6.6em;
  height: 6em;
  background: url('../images/svg/quote.svg') top left no-repeat;
  transform: rotate(180deg);
  top: -3.1em;
  left: 2.2em;
}
@media only screen and (max-width: 760px) {
  .sectionContent .sectionContentBox.board .half-block:first-child:before,
  .bannerEmotion .sectionContentBox.board .half-block:first-child:before,
  .bannerEmotion.searchShop .sectionContentBox.board .half-block:first-child:before,
  .bannerEmotion .boxWrapper .sectionContentBox.board .half-block:first-child:before {
    width: 4.6em;
    height: 5.2em;
  }
}
.sectionContent .sectionContentBox.news .ltBox,
.bannerEmotion .sectionContentBox.news .ltBox,
.bannerEmotion.searchShop .sectionContentBox.news .ltBox,
.bannerEmotion .boxWrapper .sectionContentBox.news .ltBox {
  position: relative;
  width: 48%;
  margin-right: 2%;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: top;
}
@media only screen and (max-width: 760px), only screen and (max-width: 440px) {
  .sectionContent .sectionContentBox.news .ltBox,
  .bannerEmotion .sectionContentBox.news .ltBox,
  .bannerEmotion.searchShop .sectionContentBox.news .ltBox,
  .bannerEmotion .boxWrapper .sectionContentBox.news .ltBox {
    width: 100%;
    margin: 0 0 1.5em;
    background: #ffffff;
  }
}
.sectionContent .sectionContentBox.news .ltBox img,
.bannerEmotion .sectionContentBox.news .ltBox img,
.bannerEmotion.searchShop .sectionContentBox.news .ltBox img,
.bannerEmotion .boxWrapper .sectionContentBox.news .ltBox img {
  width: 100%;
}
.sectionContent .sectionContentBox.news .ltBox .sectionContentTitle,
.bannerEmotion .sectionContentBox.news .ltBox .sectionContentTitle,
.bannerEmotion.searchShop .sectionContentBox.news .ltBox .sectionContentTitle,
.bannerEmotion .boxWrapper .sectionContentBox.news .ltBox .sectionContentTitle {
  position: relative;
  font-size: 1.1em;
  background: #11204c;
  color: #ffffff;
  padding: 0.3em 0 0.3em 5em;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (max-width: 760px) {
  .sectionContent .sectionContentBox.news .ltBox .sectionContentTitle,
  .bannerEmotion .sectionContentBox.news .ltBox .sectionContentTitle,
  .bannerEmotion.searchShop .sectionContentBox.news .ltBox .sectionContentTitle,
  .bannerEmotion .boxWrapper .sectionContentBox.news .ltBox .sectionContentTitle {
    padding: 0.4em 0 0.4em 2em;
  }
}
.sectionContent .sectionContentBox.news .ltBox .icon-bracket-news,
.bannerEmotion .sectionContentBox.news .ltBox .icon-bracket-news,
.bannerEmotion.searchShop .sectionContentBox.news .ltBox .icon-bracket-news,
.bannerEmotion .boxWrapper .sectionContentBox.news .ltBox .icon-bracket-news {
  position: absolute;
  width: 19%;
  top: -5.2em;
  left: 0.1em;
  fill: currentColor;
}
@media only screen and (max-width: 760px) {
  .sectionContent .sectionContentBox.news .ltBox .icon-bracket-news,
  .bannerEmotion .sectionContentBox.news .ltBox .icon-bracket-news,
  .bannerEmotion.searchShop .sectionContentBox.news .ltBox .icon-bracket-news,
  .bannerEmotion .boxWrapper .sectionContentBox.news .ltBox .icon-bracket-news {
    top: -5.65em;
    width: 12%;
  }
}
@media only screen and (max-width: 440px) {
  .sectionContent .sectionContentBox.news .ltBox .icon-bracket-news,
  .bannerEmotion .sectionContentBox.news .ltBox .icon-bracket-news,
  .bannerEmotion.searchShop .sectionContentBox.news .ltBox .icon-bracket-news,
  .bannerEmotion .boxWrapper .sectionContentBox.news .ltBox .icon-bracket-news {
    top: -5.9em;
    width: 12%;
  }
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  .sectionContent .sectionContentBox.news .ltBox .icon-bracket-news,
  .bannerEmotion .sectionContentBox.news .ltBox .icon-bracket-news,
  .bannerEmotion.searchShop .sectionContentBox.news .ltBox .icon-bracket-news,
  .bannerEmotion .boxWrapper .sectionContentBox.news .ltBox .icon-bracket-news {
    top: -5.4em;
  }
}
.sectionContent .sectionContentBox.news .ltBox p,
.bannerEmotion .sectionContentBox.news .ltBox p,
.bannerEmotion.searchShop .sectionContentBox.news .ltBox p,
.bannerEmotion .boxWrapper .sectionContentBox.news .ltBox p {
  padding-right: 1em;
  padding-left: 5em;
  text-align: left;
}
@media only screen and (max-width: 760px) {
  .sectionContent .sectionContentBox.news .ltBox p,
  .bannerEmotion .sectionContentBox.news .ltBox p,
  .bannerEmotion.searchShop .sectionContentBox.news .ltBox p,
  .bannerEmotion .boxWrapper .sectionContentBox.news .ltBox p {
    padding: 0 0.6em 0 2.3em;
  }
}
.sectionContent .sectionContentBox.news .ltBox:last-child,
.bannerEmotion .sectionContentBox.news .ltBox:last-child,
.bannerEmotion.searchShop .sectionContentBox.news .ltBox:last-child,
.bannerEmotion .boxWrapper .sectionContentBox.news .ltBox:last-child {
  margin-right: 0;
}
.sectionContent .sectionContentBox.news.block3 .ltBox,
.bannerEmotion .sectionContentBox.news.block3 .ltBox,
.bannerEmotion.searchShop .sectionContentBox.news.block3 .ltBox,
.bannerEmotion .boxWrapper .sectionContentBox.news.block3 .ltBox {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 3em;
  vertical-align: top;
}
.sectionContent .sectionContentBox.news.block3 .ltBox:hover,
.bannerEmotion .sectionContentBox.news.block3 .ltBox:hover,
.bannerEmotion.searchShop .sectionContentBox.news.block3 .ltBox:hover,
.bannerEmotion .boxWrapper .sectionContentBox.news.block3 .ltBox:hover {
  box-shadow: none;
}
.sectionContent .sectionContentBox.news.block3 .ltBox.inverse,
.bannerEmotion .sectionContentBox.news.block3 .ltBox.inverse,
.bannerEmotion.searchShop .sectionContentBox.news.block3 .ltBox.inverse,
.bannerEmotion .boxWrapper .sectionContentBox.news.block3 .ltBox.inverse {
  background-color: #eeeef5;
}
.sectionContent .sectionContentBox.news.block3 .ltBox .sectionContentTitle,
.bannerEmotion .sectionContentBox.news.block3 .ltBox .sectionContentTitle,
.bannerEmotion.searchShop .sectionContentBox.news.block3 .ltBox .sectionContentTitle,
.bannerEmotion .boxWrapper .sectionContentBox.news.block3 .ltBox .sectionContentTitle {
  padding: 0.3em 0 0.3em 1.4em;
  margin: 0 auto 0;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
}
.sectionContent .sectionContentBox.news.block3 .ltBox .icon-bracket-news,
.bannerEmotion .sectionContentBox.news.block3 .ltBox .icon-bracket-news,
.bannerEmotion.searchShop .sectionContentBox.news.block3 .ltBox .icon-bracket-news,
.bannerEmotion .boxWrapper .sectionContentBox.news.block3 .ltBox .icon-bracket-news {
  position: absolute;
  width: 30%;
  top: -6.85em;
  left: -0.8em;
  fill: currentColor;
}
@media only screen and (max-width: 760px) {
  .sectionContent .sectionContentBox.news.block3 .ltBox .icon-bracket-news,
  .bannerEmotion .sectionContentBox.news.block3 .ltBox .icon-bracket-news,
  .bannerEmotion.searchShop .sectionContentBox.news.block3 .ltBox .icon-bracket-news,
  .bannerEmotion .boxWrapper .sectionContentBox.news.block3 .ltBox .icon-bracket-news {
    width: 20%;
    top: -7.15em;
  }
}
@media only screen and (max-width: 440px) {
  .sectionContent .sectionContentBox.news.block3 .ltBox .icon-bracket-news,
  .bannerEmotion .sectionContentBox.news.block3 .ltBox .icon-bracket-news,
  .bannerEmotion.searchShop .sectionContentBox.news.block3 .ltBox .icon-bracket-news,
  .bannerEmotion .boxWrapper .sectionContentBox.news.block3 .ltBox .icon-bracket-news {
    top: -7.4em;
  }
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  .sectionContent .sectionContentBox.news.block3 .ltBox .icon-bracket-news,
  .bannerEmotion .sectionContentBox.news.block3 .ltBox .icon-bracket-news,
  .bannerEmotion.searchShop .sectionContentBox.news.block3 .ltBox .icon-bracket-news,
  .bannerEmotion .boxWrapper .sectionContentBox.news.block3 .ltBox .icon-bracket-news {
    width: 45%;
  }
}
.sectionContent .sectionContentBox.news.block3 .ltBox p,
.bannerEmotion .sectionContentBox.news.block3 .ltBox p,
.bannerEmotion.searchShop .sectionContentBox.news.block3 .ltBox p,
.bannerEmotion .boxWrapper .sectionContentBox.news.block3 .ltBox p {
  padding-left: 0;
}
.sectionContent .sectionContentBox.news.block3 .ltBox .sectionContentText,
.bannerEmotion .sectionContentBox.news.block3 .ltBox .sectionContentText,
.bannerEmotion.searchShop .sectionContentBox.news.block3 .ltBox .sectionContentText,
.bannerEmotion .boxWrapper .sectionContentBox.news.block3 .ltBox .sectionContentText {
  position: relative;
  margin: 3em 1em 0;
  text-align: left;
}
.sectionContent .sectionContentBox.block3 .ltBox,
.bannerEmotion .sectionContentBox.block3 .ltBox,
.bannerEmotion.searchShop .sectionContentBox.block3 .ltBox,
.bannerEmotion .boxWrapper .sectionContentBox.block3 .ltBox {
  width: 32%;
  margin-right: 1%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 760px) {
  .sectionContent .sectionContentBox.block3 .ltBox,
  .bannerEmotion .sectionContentBox.block3 .ltBox,
  .bannerEmotion.searchShop .sectionContentBox.block3 .ltBox,
  .bannerEmotion .boxWrapper .sectionContentBox.block3 .ltBox {
    width: 80%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 440px) {
  .sectionContent .sectionContentBox.block3 .ltBox,
  .bannerEmotion .sectionContentBox.block3 .ltBox,
  .bannerEmotion.searchShop .sectionContentBox.block3 .ltBox,
  .bannerEmotion .boxWrapper .sectionContentBox.block3 .ltBox {
    width: 90%;
  }
}
.sectionContent .sectionContentBox.block3 .ltBox:last-child,
.bannerEmotion .sectionContentBox.block3 .ltBox:last-child,
.bannerEmotion.searchShop .sectionContentBox.block3 .ltBox:last-child,
.bannerEmotion .boxWrapper .sectionContentBox.block3 .ltBox:last-child {
  margin-right: 0;
}
.sectionContent .sectionContentBox.block3 .ltBox .sectionContentTitle,
.bannerEmotion .sectionContentBox.block3 .ltBox .sectionContentTitle,
.bannerEmotion.searchShop .sectionContentBox.block3 .ltBox .sectionContentTitle,
.bannerEmotion .boxWrapper .sectionContentBox.block3 .ltBox .sectionContentTitle {
  position: relative;
  font-size: 1.6em;
  color: #11204c;
  font-weight: bold;
  margin: 2rem auto 0.2rem;
  text-transform: uppercase;
}
.sectionContent .sectionContentBox.block3 .ltBox p,
.bannerEmotion .sectionContentBox.block3 .ltBox p,
.bannerEmotion.searchShop .sectionContentBox.block3 .ltBox p,
.bannerEmotion .boxWrapper .sectionContentBox.block3 .ltBox p {
  color: #11204c;
}
.sectionContent .sectionContentBox.block3 .ltBox.marginXL,
.bannerEmotion .sectionContentBox.block3 .ltBox.marginXL,
.bannerEmotion.searchShop .sectionContentBox.block3 .ltBox.marginXL,
.bannerEmotion .boxWrapper .sectionContentBox.block3 .ltBox.marginXL {
  width: 30%;
  margin-right: 3%;
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  .sectionContent .sectionContentBox.block3 .ltBox.marginXL,
  .bannerEmotion .sectionContentBox.block3 .ltBox.marginXL,
  .bannerEmotion.searchShop .sectionContentBox.block3 .ltBox.marginXL,
  .bannerEmotion .boxWrapper .sectionContentBox.block3 .ltBox.marginXL {
    margin-right: 2.8%;
  }
}
@media only screen and (max-width: 760px) {
  .sectionContent .sectionContentBox.block3 .ltBox.marginXL,
  .bannerEmotion .sectionContentBox.block3 .ltBox.marginXL,
  .bannerEmotion.searchShop .sectionContentBox.block3 .ltBox.marginXL,
  .bannerEmotion .boxWrapper .sectionContentBox.block3 .ltBox.marginXL {
    width: 100%;
    margin: 0 0 1.5em;
  }
}
.sectionContent .boxWrapper,
.bannerEmotion .boxWrapper,
.bannerEmotion.searchShop .boxWrapper,
.bannerEmotion .boxWrapper .boxWrapper {
  background: rgba(255, 255, 255, 0.8);
  padding: 2em 1.5em 1.5em;
  width: 90%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
  .sectionContent .boxWrapper,
  .bannerEmotion .boxWrapper,
  .bannerEmotion.searchShop .boxWrapper,
  .bannerEmotion .boxWrapper .boxWrapper {
    padding: 1.5em 0.6em 0.7em;
    width: 93%;
  }
}
.sectionContent .boxWrapper.lt,
.bannerEmotion .boxWrapper.lt,
.bannerEmotion.searchShop .boxWrapper.lt,
.bannerEmotion .boxWrapper .boxWrapper.lt {
  width: 55%;
}
@media only screen and (max-width: 760px), only screen and (max-width: 440px) {
  .sectionContent .boxWrapper.lt,
  .bannerEmotion .boxWrapper.lt,
  .bannerEmotion.searchShop .boxWrapper.lt,
  .bannerEmotion .boxWrapper .boxWrapper.lt {
    width: auto;
  }
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  .sectionContent .boxWrapper.lt,
  .bannerEmotion .boxWrapper.lt,
  .bannerEmotion.searchShop .boxWrapper.lt,
  .bannerEmotion .boxWrapper .boxWrapper.lt {
    width: 85%;
  }
}
.sectionContent hr,
.bannerEmotion hr,
.bannerEmotion.searchShop hr,
.bannerEmotion .boxWrapper hr {
  width: 0.8em;
  border: 1px solid #11204c;
  margin: 0 auto 1em;
}
.sectionContent hr.marginXL,
.bannerEmotion hr.marginXL,
.bannerEmotion.searchShop hr.marginXL,
.bannerEmotion .boxWrapper hr.marginXL {
  margin: 4em auto 4em;
}
.sectionContent p,
.bannerEmotion p,
.bannerEmotion.searchShop p,
.bannerEmotion .boxWrapper p,
.sectionContent ul,
.bannerEmotion ul,
.bannerEmotion.searchShop ul,
.bannerEmotion .boxWrapper ul,
.sectionContent li,
.bannerEmotion li,
.bannerEmotion.searchShop li,
.bannerEmotion .boxWrapper li {
  color: #7d86a0;
}
.sectionContent p i,
.bannerEmotion p i,
.bannerEmotion.searchShop p i,
.bannerEmotion .boxWrapper p i,
.sectionContent ul i,
.bannerEmotion ul i,
.bannerEmotion.searchShop ul i,
.bannerEmotion .boxWrapper ul i,
.sectionContent li i,
.bannerEmotion li i,
.bannerEmotion.searchShop li i,
.bannerEmotion .boxWrapper li i {
  color: #11204c;
}
.bannerEmotion {
  /* .sectionContentText {
		text-align: center;
	} */
}
.bannerEmotion .sectionTitle,
.bannerEmotion p,
.bannerEmotion ul,
.bannerEmotion li,
.bannerEmotion strong {
  color: #ffffff;
}
.bannerEmotion hr {
  border: 1px solid #ffffff;
}
.bannerEmotion p {
  font-size: 1.2em;
  font-weight: lighter;
}
.bannerEmotion.searchShop hr {
  border: 1px solid #11204c;
}
.bannerEmotion.searchShop .sectionSubTitle {
  margin-bottom: 0.5em;
}
.bannerEmotion.searchShop button[type=submit] {
  width: 100%;
  color: #ffffff;
}
/* NAVIGATION SECTION * * *---------------------------------------------------------------------------------------------------*/
#navigationSection {
  display: block;
  position: fixed;
  top: 50%;
  right: 1.5em;
  padding: 0.5em;
  text-align: center;
  background: #eeeef5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 1000;
}
@media only screen and (max-width: 760px), only screen and (max-width: 440px) {
  #navigationSection {
    display: none;
  }
}
#navigationSection a {
  display: block;
  margin: 0;
  text-decoration: none;
  color: #9da1c1;
}
/* PRODUCT COLOR* * *---------------------------------------------------------------------------------------------------*/
[data-content="TL"] .sectionTitle {
  color: #e2001a;
}
[data-content="TL"] .half-block {
  background-color: rgba(226, 0, 26, 0.9) !important;
}
[data-content="TL"] .half-block ~ .half-block {
  left: 50%;
  background-color: #ffffff !important;
}
[data-content="TL"] .half-block ~ .half-block .sectionTitle,
[data-content="TL"] .half-block ~ .half-block .sectionSubTitle {
  color: #e2001a !important;
}
[data-content="TL"] .half-block ~ .half-block p,
[data-content="TL"] .half-block ~ .half-block ul,
[data-content="TL"] .half-block ~ .half-block li {
  color: #11204c;
}
[data-content="TL"].ltBox.bracket .sectionContentTitle {
  background: #e2001a !important;
}
[data-content="TL"].ltBox.bracket .icon-bracket-news {
  fill: #e2001a !important;
}
[data-content="TL"] *[class^="icon-"] {
  fill: currentColor;
}
[data-content="EC"] .sectionTitle {
  color: #88b72c;
}
[data-content="EC"] .half-block {
  background-color: rgba(136, 183, 44, 0.9);
}
[data-content="EC"] .half-block ~ .half-block {
  left: 50%;
  background-color: #ffffff;
}
[data-content="EC"] .half-block ~ .half-block .sectionTitle,
[data-content="EC"] .half-block ~ .half-block .sectionSubTitle {
  color: #88b72c !important;
}
[data-content="EC"] .half-block ~ .half-block p,
[data-content="EC"] .half-block ~ .half-block ul,
[data-content="EC"] .half-block ~ .half-block li {
  color: #11204c;
}
[data-content="EC"].ltBox.bracket .sectionContentTitle {
  background: #88b72c !important;
}
[data-content="EC"].ltBox.bracket .icon-bracket-news {
  fill: #88b72c !important;
}
[data-content="EC"] *[class^="icon-"] {
  fill: currentColor;
}
[data-content="SL"] .sectionTitle {
  color: #0069b2;
}
[data-content="SL"] .half-block {
  background-color: rgba(0, 105, 178, 0.9);
}
[data-content="SL"] .half-block ~ .half-block {
  left: 50%;
  background-color: #ffffff;
}
[data-content="SL"] .half-block ~ .half-block .sectionTitle,
[data-content="SL"] .half-block ~ .half-block .sectionSubTitle {
  color: #0069b2 !important;
}
[data-content="SL"] .half-block ~ .half-block p,
[data-content="SL"] .half-block ~ .half-block ul {
  color: #11204c;
}
[data-content="SL"].ltBox.bracket .sectionContentTitle {
  background: #0069b2 !important;
}
[data-content="SL"].ltBox.bracket .icon-bracket-news {
  fill: #0069b2 !important;
}
[data-content="SL"] *[class^="icon-"] {
  fill: currentColor;
}
[data-content="SC"] .sectionTitle {
  color: #f8b000;
}
[data-content="SC"] .half-block {
  background-color: rgba(248, 176, 0, 0.9);
}
[data-content="SC"] .half-block ~ .half-block {
  left: 50%;
  background-color: #ffffff;
}
[data-content="SC"] .half-block ~ .half-block .sectionTitle,
[data-content="SC"] .half-block ~ .half-block .sectionSubTitle {
  color: #f8b000 !important;
}
[data-content="SC"] .half-block ~ .half-block p,
[data-content="SC"] .half-block ~ .half-block ul,
[data-content="SC"] .half-block ~ .half-block li {
  color: #11204c;
}
[data-content="SC"].ltBox.bracket .sectionContentTitle {
  background: #f8b000 !important;
}
[data-content="SC"].ltBox.bracket .icon-bracket-news {
  fill: #f8b000 !important;
}
[data-content="SC"] *[class^="icon-"] {
  fill: currentColor;
}
[data-content="EDEN"] .sectionTitle {
  color: #11204c;
}
[data-content="EDEN"] .half-block {
  background-color: rgba(17, 32, 76, 0.9);
}
[data-content="EDEN"] .half-block ~ .half-block {
  left: 50%;
  background-color: #ffffff;
}
[data-content="EDEN"] .half-block ~ .half-block .sectionTitle,
[data-content="EDEN"] .half-block ~ .half-block .sectionSubTitle {
  color: #11204c !important;
}
[data-content="EDEN"] .half-block ~ .half-block p,
[data-content="EDEN"] .half-block ~ .half-block ul,
[data-content="EDEN"] .half-block ~ .half-block li {
  color: #11204c;
}
[data-content="EDEN"].ltBox.bracket .sectionContentTitle {
  background: #11204c !important;
}
[data-content="EDEN"].ltBox.bracket .icon-bracket-news {
  fill: #11204c !important;
}
[data-content="EDEN"] *[class^="icon-"] {
  fill: currentColor;
}
[data-content="OTHER"] .sectionTitle {
  color: #ea6649;
}
[data-content="OTHER"] .half-block {
  background-color: rgba(17, 32, 76, 0.9);
}
[data-content="OTHER"] .half-block ~ .half-block {
  left: 50%;
  background-color: #ffffff;
}
[data-content="OTHER"] .half-block ~ .half-block .sectionTitle,
[data-content="OTHER"] .half-block ~ .half-block .sectionSubTitle {
  color: #ea6649 !important;
}
[data-content="OTHER"] .half-block ~ .half-block p,
[data-content="OTHER"] .half-block ~ .half-block ul,
[data-content="OTHER"] .half-block ~ .half-block li {
  color: #11204c;
}
[data-content="OTHER"].ltBox.bracket .sectionContentTitle {
  background: #ea6649 !important;
}
[data-content="OTHER"].ltBox.bracket .icon-bracket-news {
  fill: #ea6649 !important;
}
[data-content="OTHER"] *[class^="icon-"] {
  fill: currentColor;
}
/* SECTION * * *---------------------------------------------------------------------------------------------------*/
.pageSingle article {
  text-align: left;
}
.pageSingle article .sectionContentText.intro {
  margin-bottom: 3em;
}
@media only screen and (max-width: 760px) {
  .pageSingle article .sectionContentText.intro {
    margin-bottom: 1em;
  }
}
.pageSingle article .faq .faqNav {
  padding-left: 0.6em;
}
.pageSingle article .faq .faqNav li:first-letter {
  text-transform: uppercase;
}
.pageSingle article .faq .faqNav li[data-content="TL"] {
  color: #e2001a;
}
.pageSingle article .faq .faqNav li[data-content="TL"] a:before {
  color: #e2001a;
}
.pageSingle article .faq .faqNav li[data-content="SL"] {
  color: #0069b2;
}
.pageSingle article .faq .faqNav li[data-content="SL"] a:before {
  color: #0069b2;
}
.pageSingle article .faq .faqNav li[data-content="OTHER"] {
  color: #ea6649;
}
.pageSingle article .faq .faqNav li[data-content="OTHER"] a:before {
  color: #ea6649;
}
.pageSingle article .faq .faqNav li a:before {
  content: "✔";
  padding-right: 0.35em;
  font-weight: bold;
  font-size: 1.2em;
}
.pageSingle article .faq .faqList [data-content="TL"] h3 {
  color: #e2001a;
}
.pageSingle article .faq .faqList [data-content="TL"] h3:before {
  background-color: #e2001a;
}
.pageSingle article .faq .faqList [data-content="TL"] li:hover {
  color: #af0014;
}
.pageSingle article .faq .faqList [data-content="SL"] h3 {
  color: #0069b2;
}
.pageSingle article .faq .faqList [data-content="SL"] h3:before {
  background-color: #0069b2;
}
.pageSingle article .faq .faqList [data-content="SL"] li:hover {
  color: #004b7f;
}
.pageSingle article .faq .faqList [data-content="OTHER"] h3 {
  color: #ea6649;
}
.pageSingle article .faq .faqList [data-content="OTHER"] h3:before {
  background-color: #ea6649;
}
.pageSingle article .faq .faqList [data-content="OTHER"] li:hover {
  color: #e5401b;
}
.pageSingle article .faq .faqList h3 {
  margin: 0.7em auto -0.1em;
}
.pageSingle article .faq .faqList h3:first-letter {
  text-transform: uppercase;
}
.pageSingle article .faq .faqList ul {
  margin-left: 4.5em;
}
@media only screen and (max-width: 760px) {
  .pageSingle article .faq .faqList ul {
    margin-left: 2.2em;
  }
}
.pageSingle article .faq .faqList ul li {
  list-style: disc;
  color: #789bcb;
  -webkit-transition: list-style 0.1s ease-in;
  -moz-transition: list-style 0.1s ease-in;
  -ms-transition: list-style 0.1s ease-in;
  -o-transition: list-style 0.1s ease-in;
  transition: list-style 0.1s ease-in;
}
.pageSingle article .faq .faqList ul li:hover {
  list-style: circle;
  -webkit-transition: list-style 0.1s ease-in;
  -moz-transition: list-style 0.1s ease-in;
  -ms-transition: list-style 0.1s ease-in;
  -o-transition: list-style 0.1s ease-in;
  transition: list-style 0.1s ease-in;
}
.pageSingle article .faq .faqList ul li:hover a {
  text-decoration: underline;
}
.pageSingle article .sectionContentBox {
  margin-top: 2.5em;
}
.pageSingle article .sectionContentBox h3 {
  text-transform: uppercase;
}
.pageSingle article .sectionContentBox li {
  margin: 0.1em 0;
}
.pageSingle article .sectionContentBox.ProductInfo ul {
  padding-left: 2em;
}
.pageSingle article .sectionContentBox.ProductLegal > ul > li {
  margin: 1em 0 2em;
}
.pageSingle article .sectionContentBox.ProductLegal > ul > li ul.contentColor {
  color: #7d86a0;
}
.pageSingle article .sectionContentBox.ProductLegal > ul > li ul.contentColor i {
  color: #11204c;
}
.pageSingle article .sectionContentBox.ProductLegal > ul > li:first-child {
  margin-bottom: 2.5em;
}
/* PARTNERs * * *---------------------------------------------------------------------------------------------------*/
.partnerGallery li {
  display: inline-block;
  text-align: center;
  margin-right: 0.5em;
  width: 24%;
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  .partnerGallery li {
    width: 32%;
  }
}
@media only screen and (max-width: 760px) {
  .partnerGallery li {
    width: 48.5%;
  }
}
@media only screen and (max-width: 440px) {
  .partnerGallery li {
    width: 100%;
    margin-right: 0;
  }
}
.partnerGallery li:nth-child(4) {
  margin-right: 0;
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  .partnerGallery li:nth-child(4) {
    margin-right: 0.5em;
  }
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  .partnerGallery li:nth-child(3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 760px) {
  .partnerGallery li:nth-child(3) {
    margin-right: 0.5em;
  }
}
@media only screen and (max-width: 760px) {
  .partnerGallery li:nth-child(2) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  .partnerGallery li:nth-child(2) {
    margin-right: 0.5em;
  }
}
.partnerGallery li img {
  display: block;
  width: 60%;
  margin: 1em auto 1em;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
@media only screen and (max-width: 760px) {
  .partnerGallery li img {
    margin: 0 auto 0.5em;
  }
}
@media only screen and (max-width: 440px) {
  .partnerGallery li img {
    width: 80%;
    margin: 0 auto 0.5em;
  }
}
.partnerGallery li:hover img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
/* IFRAME * * *---------------------------------------------------------------------------------------------------*/
iframe {
  border: none;
}
@media only screen and (max-width: 760px) {
  #homePage iframe {
    height: 770px;
  }
  .pageContact iframe {
    height: 1170px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  #homePage iframe,
  .pageContact iframe {
    height: 770px;
  }
}
.footerNews iframe {
  height: 71px;
}
/* IFRAME * * *---------------------------------------------------------------------------------------------------*/
.useMap .bannerEmotion.searchShop {
  min-height: 16em;
}
@media only screen and (max-width: 760px) {
  .useMap .bannerEmotion.searchShop {
    min-height: auto;
  }
}
.useMap .bannerEmotion.searchShop .container {
  padding: 2em 0 0em;
  min-height: 14em;
}
@media only screen and (max-width: 760px) {
  .useMap .bannerEmotion.searchShop .container {
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: auto;
  }
}
.useMap .bannerEmotion.searchShop .container h2,
.useMap .bannerEmotion.searchShop .container hr,
.useMap .bannerEmotion.searchShop .container hr + p {
  display: none;
}
.useMap .bannerEmotion.searchShop .container .boxwrapper {
  padding: 1.5em 1.5em 1em;
}
@media only screen and (max-width: 760px) {
  .useMap .bannerEmotion.searchShop .container .boxwrapper {
    padding: 0.5em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.useMap .bannerEmotion.searchShop #indexSearchButton {
  width: 98%;
  margin-bottom: 0;
}
@media only screen and (max-width: 760px) {
  .useMap .bannerEmotion.searchShop #indexSearchButton {
    width: 100%;
  }
}
/* background * * *---------------------------------------------------------------------------------------------------*/
#emotion2 {
  background: url(../images/parallax/desire.png) no-repeat right bottom;
}
#emotion2 iframe {
  padding-top: 2em;
}
/* Module socialMedia */
/* *** SOCIAL MEDIA */
.social li a {
  padding: 0.7em 0.2em;
}
.social li a:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/social-media.png') no-repeat;
  background-size: 400%;
  margin: 0;
  -webkit-transition: margin-left 0.05s ease-out;
  -moz-transition: margin-left 0.05s ease-out;
  -ms-transition: margin-left 0.05s ease-out;
  -o-transition: margin-left 0.05s ease-out;
  transition: margin-left 0.05s ease-out;
}
.social li a span {
  display: none;
}
.social li a[data-social="fcb"]:before {
  background-position: 100% 100%;
}
.social li a[data-social="twt"]:before {
  background-position: -6% 100%;
}
.social li a[data-social="lkn"]:before {
  background-position: 66% 100%;
}
.social li a[data-social="ins"]:before {
  background-position: 34% 100%;
}
.social li a[data-social="fcb"]:hover:before {
  background-position: 100% 0;
}
.social li a[data-social="twt"]:hover:before {
  background-position: -6% 0;
}
.social li a[data-social="lkn"]:hover:before {
  background-position: 66% 0;
}
.social li a[data-social="ins"]:hover:before {
  background-position: 34% 0;
}
.social li:after {
  content: "";
}
/* Module button */
/* ALTERNATE BUTTONS * * *---------------------------------------------------------------------------------------------------*/
.btnDefault {
  color: #646567;
  background: #f5f6fa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f6fa 0, #d3d7e9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f6fa), color-stop(100%, #d3d7e9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f6fa 0, #d3d7e9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f6fa 0, #d3d7e9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f6fa 0, #d3d7e9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f6fa 0, #d3d7e9 100%);
  /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background1', endColorstr='@background2', GradientType=0); */
  /* IE6-8 */
  border-color: #8f9ac7;
}
.btnDefault:hover,
.btnDefault:focus {
  color: #646567;
  background: #d3d7e9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d3d7e9 0, #f5f6fa 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d7e9), color-stop(100%, #f5f6fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d3d7e9 0, #f5f6fa 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d3d7e9 0, #f5f6fa 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d3d7e9 0, #f5f6fa 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d3d7e9 0, #f5f6fa 100%);
  /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background1', endColorstr='@background2', GradientType=0); */
  /* IE6-8 */
  border-color: #8f9ac7;
}
.btnPrimary {
  color: #ffffff;
  background: #feb454;
  /* Old browsers */
  background: -moz-linear-gradient(top, #feb454 0, #fe9e21 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feb454), color-stop(100%, #fe9e21));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #feb454 0, #fe9e21 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #feb454 0, #fe9e21 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #feb454 0, #fe9e21 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #feb454 0, #fe9e21 100%);
  /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background1', endColorstr='@background2', GradientType=0); */
  /* IE6-8 */
  border-color: #b86801;
}
.btnPrimary:hover,
.btnPrimary:focus {
  color: #ffffff;
  background: #fe9e21;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fe9e21 0, #feb454 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe9e21), color-stop(100%, #feb454));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fe9e21 0, #feb454 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fe9e21 0, #feb454 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fe9e21 0, #feb454 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fe9e21 0, #feb454 100%);
  /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background1', endColorstr='@background2', GradientType=0); */
  /* IE6-8 */
  border-color: #b86801;
}
.btnSubmit {
  color: #ffffff;
  background: #2a6caf;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2a6caf 0, #3c85d0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a6caf), color-stop(100%, #3c85d0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2a6caf 0, #3c85d0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2a6caf 0, #3c85d0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2a6caf 0, #3c85d0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2a6caf 0, #3c85d0 100%);
  /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background1', endColorstr='@background2', GradientType=0); */
  /* IE6-8 */
  border-color: #0c2034;
}
.btnSubmit:hover,
.btnSubmit:focus {
  color: #ffffff;
  background: #3c85d0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3c85d0 0, #2a6caf 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c85d0), color-stop(100%, #2a6caf));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3c85d0 0, #2a6caf 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3c85d0 0, #2a6caf 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3c85d0 0, #2a6caf 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3c85d0 0, #2a6caf 100%);
  /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background1', endColorstr='@background2', GradientType=0); */
  /* IE6-8 */
  border-color: #0c2034;
}
.btnSubmitBl {
  color: #ffffff;
  background: #455994;
  /* Old browsers */
  background: -moz-linear-gradient(top, #455994 0, #415387 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #455994), color-stop(100%, #415387));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #455994 0, #415387 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #455994 0, #415387 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #455994 0, #415387 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #455994 0, #415387 100%);
  /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background1', endColorstr='@background2', GradientType=0); */
  /* IE6-8 */
  border-color: #0c2034;
}
.btnSubmitBl:hover,
.btnSubmitBl:focus {
  color: #ffffff;
  background: #415387;
  /* Old browsers */
  background: -moz-linear-gradient(top, #415387 0, #455994 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #415387), color-stop(100%, #455994));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #415387 0, #455994 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #415387 0, #455994 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #415387 0, #455994 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #415387 0, #455994 100%);
  /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background1', endColorstr='@background2', GradientType=0); */
  /* IE6-8 */
  border-color: #0c2034;
}
.btnSuccess {
  color: #ffffff;
  background: #50b848;
  /* Old browsers */
  background: -moz-linear-gradient(top, #50b848 0, #73c66d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50b848), color-stop(100%, #73c66d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #50b848 0, #73c66d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #50b848 0, #73c66d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #50b848 0, #73c66d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #50b848 0, #73c66d 100%);
  /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background1', endColorstr='@background2', GradientType=0); */
  /* IE6-8 */
  border-color: #204a1d;
}
.btnSuccess:hover,
.btnSuccess:focus {
  color: #ffffff;
  background: #73c66d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #73c66d 0, #50b848 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73c66d), color-stop(100%, #50b848));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #73c66d 0, #50b848 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #73c66d 0, #50b848 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #73c66d 0, #50b848 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #73c66d 0, #50b848 100%);
  /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background1', endColorstr='@background2', GradientType=0); */
  /* IE6-8 */
  border-color: #204a1d;
}
.btnInfo {
  color: #ffffff;
  background: #789bcb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #789bcb 0, #5380bd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #789bcb), color-stop(100%, #5380bd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #789bcb 0, #5380bd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #789bcb 0, #5380bd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #789bcb 0, #5380bd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #789bcb 0, #5380bd 100%);
  /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background1', endColorstr='@background2', GradientType=0); */
  /* IE6-8 */
  border-color: #2f4f7b;
}
.btnInfo:hover,
.btnInfo:focus {
  color: #ffffff;
  background: #5380bd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5380bd 0, #789bcb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5380bd), color-stop(100%, #789bcb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5380bd 0, #789bcb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5380bd 0, #789bcb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5380bd 0, #789bcb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5380bd 0, #789bcb 100%);
  /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background1', endColorstr='@background2', GradientType=0); */
  /* IE6-8 */
  border-color: #2f4f7b;
}
.btnWarning {
  color: #ffffff;
  background: #f0ad4e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0ad4e), color-stop(100%, #ec971f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
  /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background1', endColorstr='@background2', GradientType=0); */
  /* IE6-8 */
  border-color: #985f0d;
}
.btnWarning:hover,
.btnWarning:focus {
  color: #ffffff;
  background: #ec971f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ec971f 0, #f0ad4e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec971f), color-stop(100%, #f0ad4e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ec971f 0, #f0ad4e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ec971f 0, #f0ad4e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ec971f 0, #f0ad4e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ec971f 0, #f0ad4e 100%);
  /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background1', endColorstr='@background2', GradientType=0); */
  /* IE6-8 */
  border-color: #985f0d;
}
.btnDanger {
  color: #ffffff;
  background: #7c000e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7c000e 0, #af0014 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c000e), color-stop(100%, #af0014));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7c000e 0, #af0014 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7c000e 0, #af0014 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7c000e 0, #af0014 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7c000e 0, #af0014 100%);
  /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background1', endColorstr='@background2', GradientType=0); */
  /* IE6-8 */
  border-color: #000000;
}
.btnDanger:hover,
.btnDanger:focus {
  color: #ffffff;
  background: #af0014;
  /* Old browsers */
  background: -moz-linear-gradient(top, #af0014 0, #7c000e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #af0014), color-stop(100%, #7c000e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #af0014 0, #7c000e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #af0014 0, #7c000e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #af0014 0, #7c000e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #af0014 0, #7c000e 100%);
  /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@background1', endColorstr='@background2', GradientType=0); */
  /* IE6-8 */
  border-color: #000000;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
a.button {
  display: inline-block;
  height: 35px;
  padding: 0 30px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #646567;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
a.button:hover {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.button:hover#nav-toggle,
button:hover#nav-toggle,
input[type="submit"]:hover#nav-toggle,
input[type="reset"]:hover#nav-toggle,
input[type="button"]:hover#nav-toggle,
a.button:hover#nav-toggle {
  text-shadow: none;
}
a.button {
  padding: 0.6em 2.5em;
  font-size: 0.8em;
  height: auto;
}
a.button + a.button {
  margin-left: 2.5em;
}
@media only screen and (max-width: 760px) {
  a.button + a.button {
    margin-left: 0;
  }
}
.L70 a.button {
  padding: 0.6em 2.2em;
}
#indexSearchButton,
#indexSearchButton2 {
  width: 100%;
}
/* Module formulaire */
/* FORMULAIRE * * *---------------------------------------------------------------------------------------------------*/
form {
  margin-bottom: 0 !important;
}
form ul {
  margin-bottom: 0.2em;
  margin-left: 0;
}
form ul ul {
  position: relative;
  margin: 0;
}
form ul ul p {
  top: 0;
  position: absolute;
  margin-left: 1em;
  z-index: 1;
}
form li {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
}
@media only screen and (max-width: 760px) {
  form li {
    width: 100%;
    margin-right: 0;
  }
}
form li:nth-child(even) {
  margin-right: 0;
}
form li span {
  color: #11204c;
  margin: 0 0 0.2em 0.2em;
  font-weight: normal;
  display: none;
}
form li.formLine {
  width: 99%;
  margin-right: 0;
}
@media only screen and (max-width: 760px) {
  form li.formLine {
    width: 100%;
  }
}
form li.formLine label {
  position: relative;
}
form li.formLine label:first-child {
  width: 70%;
  margin-right: 2%;
  vertical-align: top;
}
@media only screen and (max-width: 760px) {
  form li.formLine label:first-child {
    width: 69%;
  }
}
@media only screen and (max-width: 440px) {
  form li.formLine label:first-child {
    width: 68%;
  }
}
form li.formLine label:last-child {
  width: 22%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #D1D1D1;
  height: 33px;
}
@media only screen and (max-width: 760px) {
  form li.formLine label:last-child {
    width: 28%;
  }
}
form li.formLine label:last-child span {
  display: inline-block;
  font-size: 0.7em;
  margin: 1.4em 0 0 3.9em;
  color: #ea6649;
}
@media only screen and (max-width: 440px) {
  form li.formLine label:last-child span {
    margin-top: 0.9em;
  }
}
form li.formLine label:last-child.active {
  background-color: #ea6649;
}
form li.formLine label[for="geoLoc"] input {
  width: auto;
  position: absolute;
  opacity: 0;
}
form li.formLine label:hover span {
  text-shadow: none;
}
form.col-3 li {
  width: 32.3%;
  margin-right: 1%;
}
@media only screen and (max-width: 760px), only screen and (max-width: 440px) {
  form.col-3 li {
    width: 100%;
  }
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  form.col-3 li {
    width: 32.2%;
  }
}
@media only screen and (min-width: 761px) and (max-width: 949px), only screen and (min-width: 950px), only screen and (min-width: 1440px) {
  form.col-3 li:nth-child(3n+3) {
    margin-right: 0;
  }
}
form.col-3 li:nth-child(7) {
  width: 100%;
  margin-right: 0 ;
}
@media only screen and (max-width: 760px), only screen and (max-width: 440px) {
  form.col-3 li.col-hidden {
    display: none;
  }
}
form.col-3 li.colDouble {
  width: calc(65.6%);
  margin-right: 0 ;
  margin-left: -0.3em;
  vertical-align: top;
}
@media only screen and (max-width: 760px), only screen and (max-width: 440px) {
  form.col-3 li.colDouble {
    width: 100%;
  }
}
form.col-3 li.colDouble label {
  width: 100.5%;
}
form.col-3 li.colDouble input[type='submit'] {
  width: 100%;
}
form.col-3 li li {
  margin-bottom: 0;
}
form label,
form legend,
form textarea {
  width: 100%;
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
}
form label select,
form legend select,
form textarea select,
form label input,
form legend input,
form textarea input {
  width: 100%;
  margin-bottom: 0;
  height: 33px !important;
  padding: 4px 10px !important;
}
form label + label,
form legend + label,
form textarea + label {
  margin-top: 1rem;
}
form textarea {
  height: 9.5em;
}
form .cleaner {
  display: none;
}
form input[type="submit"] {
  margin-bottom: 0;
  width: 99%;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #7d86a0;
}
input[type="email"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
input[type="text"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
textarea:hover,
select:hover,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  background-color: #ffffff;
  border: 1px solid #789bcb;
}
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="text"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
input[type="password"]:disabled,
textarea:disabled,
select:disabled {
  color: #9c9da0;
  background-color: #dadeec;
  border: 1px solid #959cb1;
  opacity: 0.5;
}
@media only screen and (max-width: 760px) {
  input[type="email"]:hover,
  input[type="number"]:hover,
  input[type="search"]:hover,
  input[type="text"]:hover,
  input[type="tel"]:hover,
  input[type="url"]:hover,
  input[type="password"]:hover,
  textarea:hover,
  select:hover {
    font-size: inherit;
  }
}
.show-error {
  display: none;
}
.show-error .active {
  font-weight: regular;
  color: #e2001a;
  background: white;
  padding: 0.5em;
  margin-top: 0.1em;
  border-radius: 4px;
  border: 1px solid #e2001a;
  width: 92.5%;
}
.show-error .active:hover {
  color: #e2001a;
  font-weight: bold;
}
/* Module footer */
/* FOOTER */
footer {
  position: absolute;
  padding: 1em 0 1em;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #11204c;
  color: #ffffff;
  z-index: 100;
}
footer .container {
  width: 100%;
}
footer .footerAdress {
  width: 30%;
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  padding: 0.3em 0 0.3em 1.5em;
  border-left: 1px solid #7d86a0;
  color: #7d86a0;
}
@media only screen and (max-width: 760px) {
  footer .footerAdress {
    width: 97%;
    padding: 1.5em 0 0.3em 0.5em;
    border-top: 1px solid #7d86a0;
    border-left: 0;
  }
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  footer .footerAdress {
    width: 40%;
    margin: 0em 1em 0;
  }
}
footer .footerAdress .logoEdenred {
  display: inline-block;
  width: 0;
  height: 2.05em;
  padding-left: 8em;
  overflow: hidden;
  background: url('../images/productLogo/logo_Edenred-neg.png') bottom left no-repeat;
  background-size: 79%;
}
footer .footerAdress p {
  margin-bottom: 0;
}
footer .footerNav {
  width: 61%;
  margin: 0.3em 3% 0;
  vertical-align: top;
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  footer .footerNav {
    width: 47%;
    margin: 0em 0.3em 0;
  }
}
@media only screen and (max-width: 760px) {
  footer .footerNav {
    width: 99%;
    margin: 0;
    text-align: center;
  }
}
footer .footerNav > ul {
  margin-bottom: 0;
}
footer .footerNav > ul > li {
  display: inline-block;
  width: 21%;
  margin-right: 1%;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  footer .footerNav > ul > li {
    margin-right: 0;
    vertical-align: top;
  }
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  footer .footerNav > ul > li {
    width: auto;
    margin-right: 14%;
  }
}
footer .footerNav > ul > li:nth-child(3) {
  width: 32%;
}
footer .footerNav > ul > li:last-child {
  margin-right: 0;
}
footer .footerNav > ul > li ul {
  margin-left: 0;
  margin-bottom: 0;
}
footer .footerNav > ul > li ul li {
  list-style: none;
  margin: 0 0 0.2em 1em;
}
@media only screen and (max-width: 760px) {
  footer .footerNav > ul > li ul li {
    margin: 0 0 0.2em 0;
  }
}
footer .footerNav > ul > li a {
  font-size: 1em;
  color: #7d86a0;
  text-decoration: none;
}
footer .footerNav > ul > li a h4 {
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0;
}
footer .footerNav > ul > li a:hover {
  font-weight: bold;
}
.useMap footer .footerAdress {
  height: 2.05em;
}
@media only screen and (max-width: 760px) {
  .useMap footer .footerAdress {
    display: none;
  }
}
.useMap footer .footerAdress p {
  display: none;
}
.useMap footer .footerAdress .logoEdenred {
  margin-bottom: 0;
}
.useMap footer .footerNav > ul > li {
  display: inline-block;
  width: 15.8%;
}
@media only screen and (max-width: 760px) {
  .useMap footer .footerNav > ul > li {
    width: 22%;
  }
}
.useMap footer .footerNav > ul > li:nth-child(3) {
  width: 30%;
}
/* Module header */
/* *** HEADER */
header {
  background-color: #ffffff;
  z-index: 100;
}
header .logoEdenred {
  display: inline-block;
  width: 0;
  height: 3.65em;
  padding-left: 14.5%;
  overflow: hidden;
  background: url('../images/productLogo/logo_Edenred.png') top left no-repeat;
  background-size: 89%;
}
@media only screen and (max-width: 760px) {
  header .logoEdenred {
    padding-left: 11em;
    background-size: 62%;
  }
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  header .logoEdenred {
    padding-left: 10em;
  }
}
@media only screen and (max-width: 760px), only screen and (min-width: 761px) and (max-width: 949px) {
  header .first .logoEdenred {
    display: none;
  }
}
/* *** NAVIGATION */
nav ul:first-of-type,
nav ul.lang {
  vertical-align: bottom;
  display: inline-block;
  margin: 0 0.5em 0;
  text-align: center;
}
nav ul:first-of-type li,
nav ul.lang li {
  list-style: none;
  display: inline-block;
  padding: 0 0 0 0.3em;
  margin: 0;
}
@media only screen and (min-width: 761px) and (max-width: 949px), only screen and (min-width: 950px) {
  nav ul:first-of-type li,
  nav ul.lang li {
    margin: 0 0.5em 0 0;
  }
}
@media only screen and (max-width: 760px), only screen and (min-width: 761px) and (max-width: 949px) {
  nav ul:first-of-type li,
  nav ul.lang li {
    padding: 0;
  }
}
nav ul:first-of-type li:first-child,
nav ul.lang li:first-child {
  margin-left: 0;
}
nav ul:first-of-type li:last-child,
nav ul.lang li:last-child {
  margin-right: 0;
}
nav ul:first-of-type li:last-child a:after,
nav ul.lang li:last-child a:after {
  content: "";
}
@media only screen and (max-width: 760px) {
  nav ul:first-of-type li:last-child:hover,
  nav ul.lang li:last-child:hover {
    background: none;
  }
  nav ul:first-of-type li:last-child:hover a,
  nav ul.lang li:last-child:hover a {
    text-decoration: none;
  }
}
@media only screen and (max-width: 760px) {
  nav ul:first-of-type li:hover,
  nav ul.lang li:hover {
    background: #d3d7e9;
  }
  nav ul:first-of-type li:hover a,
  nav ul.lang li:hover a {
    text-decoration: underline;
    color: #000000;
    font-weight: 700;
  }
}
@media only screen and (max-width: 760px) {
  nav ul:first-of-type li:hover:last-child,
  nav ul.lang li:hover:last-child {
    background: none;
  }
}
nav ul:first-of-type li:hover ul,
nav ul.lang li:hover ul,
nav ul:first-of-type li:focus ul,
nav ul.lang li:focus ul,
nav ul:first-of-type li:active ul,
nav ul.lang li:active ul {
  display: inline-block;
  margin-left: -0.1em;
  width: 106%;
  visibility: visible;
}
@media only screen and (max-width: 760px) {
  nav ul:first-of-type li:hover ul,
  nav ul.lang li:hover ul,
  nav ul:first-of-type li:focus ul,
  nav ul.lang li:focus ul,
  nav ul:first-of-type li:active ul,
  nav ul.lang li:active ul {
    margin: 0;
    width: 100%;
    position: relative;
    background: #f5f6fa;
    padding-bottom: 0.25em;
  }
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  nav ul:first-of-type li:hover ul,
  nav ul.lang li:hover ul,
  nav ul:first-of-type li:focus ul,
  nav ul.lang li:focus ul,
  nav ul:first-of-type li:active ul,
  nav ul.lang li:active ul {
    position: relative;
  }
}
nav ul:first-of-type li:hover ul li,
nav ul.lang li:hover ul li,
nav ul:first-of-type li:focus ul li,
nav ul.lang li:focus ul li,
nav ul:first-of-type li:active ul li,
nav ul.lang li:active ul li {
  display: block;
  width: auto;
}
@media only screen and (max-width: 760px) {
  nav ul:first-of-type li:hover ul li a,
  nav ul.lang li:hover ul li a,
  nav ul:first-of-type li:focus ul li a,
  nav ul.lang li:focus ul li a,
  nav ul:first-of-type li:active ul li a,
  nav ul.lang li:active ul li a {
    width: 90%;
    padding: 0.3em 5% 0.5em;
    margin: 0;
    text-align: center;
  }
}
nav ul:first-of-type li:hover ul li:hover,
nav ul.lang li:hover ul li:hover,
nav ul:first-of-type li:focus ul li:hover,
nav ul.lang li:focus ul li:hover,
nav ul:first-of-type li:active ul li:hover,
nav ul.lang li:active ul li:hover {
  background-color: #d3d7e9;
}
nav ul:first-of-type li:hover ul li:hover a,
nav ul.lang li:hover ul li:hover a,
nav ul:first-of-type li:focus ul li:hover a,
nav ul.lang li:focus ul li:hover a,
nav ul:first-of-type li:active ul li:hover a,
nav ul.lang li:active ul li:hover a {
  text-decoration: underline;
  color: #000000;
  font-weight: 700;
}
nav ul:first-of-type li a,
nav ul.lang li a,
nav ul:first-of-type li span,
nav ul.lang li span {
  font-size: 0.7em;
  font-weight: normal;
  color: #646567;
  text-decoration: none;
}
nav ul:first-of-type li a:hover,
nav ul.lang li a:hover,
nav ul:first-of-type li span:hover,
nav ul.lang li span:hover,
nav ul:first-of-type li a:focus,
nav ul.lang li a:focus,
nav ul:first-of-type li span:focus,
nav ul.lang li span:focus,
nav ul:first-of-type li a:active,
nav ul.lang li a:active,
nav ul:first-of-type li span:active,
nav ul.lang li span:active {
  text-decoration: underline;
  color: #000000;
  font-weight: 700;
}
@media only screen and (min-width: 761px) and (max-width: 949px), only screen and (min-width: 950px) {
  nav ul:first-of-type li a:after,
  nav ul.lang li a:after,
  nav ul:first-of-type li span:after,
  nav ul.lang li span:after {
    position: absolute;
    font-size: 1.1em;
    line-height: 2.1em;
    content: "|";
    margin-left: 0.5em;
    text-decoration: none;
  }
}
nav ul:first-of-type li span,
nav ul.lang li span {
  cursor: pointer;
}
nav ul:first-of-type ul,
nav ul.lang ul {
  width: auto;
  visibility: hidden;
  position: absolute;
  left: 0;
  text-align: left;
  background: white;
  text-transform: capitalize;
  padding-top: .25em !important;
}
nav ul:first-of-type ul li,
nav ul.lang ul li {
  margin: 0;
  padding: 0;
}
nav ul:first-of-type ul li a,
nav ul.lang ul li a {
  margin: 0 0 0.1em;
  height: 1.2em;
  width: 85%;
  padding: 0.3em 5% 0.5em 10%;
  box-sizing: initial;
  display: block;
  font-size: 0.45em;
  text-align: left;
  text-transform: capitalize;
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  nav ul:first-of-type ul li a,
  nav ul.lang ul li a {
    text-align: center;
  }
}
nav.first {
  vertical-align: middle;
}
@media only screen and (min-width: 761px) and (max-width: 949px), only screen and (min-width: 950px) {
  nav.first {
    padding: calc(2.875rem) 0 1em;
    border-bottom: 1px solid #e1e7f0;
  }
}
nav.first ul:first-of-type {
  display: inline-block;
  width: 85%;
  text-align: right;
  font-size: 1.4em;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 760px), only screen and (min-width: 761px) and (max-width: 949px) {
  nav.first ul:first-of-type {
    float: right;
    width: 100%;
    margin: 0.8em 0 0;
    text-align: center;
  }
}
@media only screen and (min-width: 950px), only screen and (min-width: 1440px), only screen and (min-width: 1900px) {
  nav.first ul:first-of-type {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  nav.first ul:first-of-type ul {
    margin: 0;
  }
}
nav.first ul:first-of-type li {
  position: relative;
}
@media only screen and (max-width: 760px) {
  nav.first ul:first-of-type li a {
    padding: 0.3em 0.3em 0.3em 0.6em;
  }
}
nav.first ul:first-of-type li a:after {
  content: "";
}
nav.first ul:first-of-type li.navTopButton a {
  color: #ffffff;
  text-transform: none;
  width: 100%;
  font-size: 0.7em;
  padding: 0.3em 0.8em;
  height: inherit;
}
nav.first ul:first-of-type li.navTopButton a:hover {
  text-shadow: none;
}
nav.first #navTop {
  width: 100%;
  padding: 0;
}
nav.first #navTopHelp img {
  width: 25px;
}
nav.second {
  position: absolute;
  display: none;
  height: 2.5rem;
  top: 0;
  width: 100%;
  text-align: right;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 30;
  padding-top: calc(0.625rem);
}
@media only screen and (min-width: 761px) and (max-width: 949px), only screen and (min-width: 950px) {
  nav.second {
    display: inline-block;
    font-size: 1em;
  }
}
@media only screen and (max-width: 760px), only screen and (min-width: 761px) and (max-width: 949px) {
  nav.second ul:first-of-type li:hover {
    background: none;
  }
}
@media only screen and (min-width: 761px) and (max-width: 949px), only screen and (min-width: 950px) {
  nav.second ul:first-of-type li a:hover:after {
    color: #e2001a;
  }
}
nav.second .social {
  display: none;
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  nav.second .social {
    display: inline-block;
  }
}
nav.second .lang li a.active {
  font-weight: bolder;
  color: #11204c;
}
nav.second .lang li a.active:after {
  color: #646567;
}
@media only screen and (max-width: 760px) {
  nav.opened.first {
    padding-top: 4em;
    text-align: center;
  }
}
@media only screen and (max-width: 440px) {
  nav.opened.first {
    padding-top: 5em;
  }
}
@media only screen and (max-width: 760px) {
  nav.opened ~ .second {
    display: inline-block;
    height: auto;
    padding: 1em 0 0.5em;
    border-bottom: 1px solid transparent;
    text-align: center;
    background: #f5f6fa;
  }
  nav.opened ~ .second .container {
    width: 100%;
    padding: 0;
  }
}
.headerLU {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.headerLU #wrapper-slider {
  display: block;
}
.headerLU.off {
  position: fixed;
  width: 100%;
  top: 0;
  opacity: 0;
  transform: translateY(-100%);
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.headerLU.off.return {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.headerLU.on {
  position: fixed;
  top: 0;
  opacity: 1;
  width: 100%;
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}
.headerLU.on #wrapper-slider,
.headerLU.off #wrapper-slider {
  display: none;
}
/* Module imageResponsive */
.visible-lg {
  display: none !important;
}
.visible-sm {
  display: block !important;
}
@media (min-width: 480px) {
  /* *** IMAGE RESPONSIVE */
  .wrapper-img {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .wrapper-img:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    background: url('../images/slider/fullimage1-mob.jpg') no-repeat top;
    background-size: 116%;
  }
  .wrapper-img img {
    opacity: 0.01;
  }
  .wrapper-img#map01:before {
    content: "";
    background: url('../images/slider/map1-mob.jpg') no-repeat top;
    background-size: 116%;
  }
  .wrapper-img#imgSlider02:before {
    content: "";
    background: url('../images/slider/fullimage2-mob.jpg') no-repeat top;
    background-size: 116%;
  }
  .wrapper-img#imgSlider02:before {
    content: "";
    background: url('../images/slider/fullimage2-mob.jpg') no-repeat top;
    background-size: 116%;
  }
}
@media (min-width: 750px) {
  /* *** IMAGE RESPONSIVE */
  .wrapper-img:before {
    display: none;
  }
  .wrapper-img:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    background: url('../images/slider/fullimage1-tab.jpg') no-repeat top;
    background-size: 100%;
  }
  .wrapper-img#map01:after {
    background: url('../images/slider/map1-tab.jpg') no-repeat top;
  }
  .wrapper-img#imgSlider02:after {
    content: "";
    background: url('../images/slider/fullimage2-mob.jpg') no-repeat top;
    background-size: 100%;
  }
  .wrapper-img#imgSlider02:after {
    content: "";
    background: url('../images/slider/fullimage2-mob.jpg') no-repeat top;
    background-size: 100%;
  }
}
/* Larger than desktop */
@media (min-width: 992px) {
  /* *** IMAGE RESPONSIVE */
  .wrapper-img:before {
    display: none;
  }
  .wrapper-img:after {
    display: none;
  }
  .wrapper-img img {
    opacity: 1;
  }
  .visible-lg {
    display: block !important;
  }
  .visible-sm {
    display: none !important;
  }
}
/* Large Devices, Wide Screens */
#emotion2 iframe {
  width: 100%;
}
/* Module picto */
/* PICTO AFFICHAGE * * *---------------------------------------------------------------------------------------------------*/
.pictoBar:before,
.pictoBarSearch:before {
  position: absolute;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background: url('../images/searchBar.png') top left no-repeat;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.pictoBarSearch:before {
  height: 30px;
  width: 30px;
  left: 1em;
}
/* ICON AFFICHAGE * * *---------------------------------------------------------------------------------------------------*/
.icon span {
  vertical-align: super;
}
.icon *[class^="icon-"] {
  height: 1.5em;
  width: 1.8em;
}
.picto {
  background-color: #e1e7f0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 4em;
  width: 4em;
  padding: 3em;
  margin: 0 auto;
  color: #11204c;
}
@media only screen and (max-width: 760px) {
  .picto {
    width: 3em;
    height: 3em;
    padding: 1em;
  }
}
.picto:hover {
  background-color: #9db1ce;
}
.picto:hover *[class^="picto-"] {
  fill: #ffffff;
}
.picto a {
  color: #ffffff;
}
.picto *[class^="picto-"] {
  fill: currentColor;
  vertical-align: middle;
  height: 4em;
  width: 4em;
}
@media only screen and (max-width: 760px) {
  .picto *[class^="picto-"] {
    width: 3em;
    height: 3em;
  }
}
.intro .picto {
  width: 3em;
  height: 3em;
  padding: 2em;
}
@media only screen and (max-width: 760px) {
  .intro .picto {
    width: 2.5em;
    height: 2.5em;
    padding: 1em;
  }
}
.intro .picto *[class^="picto-"] {
  width: 3em;
  height: 3em;
}
@media only screen and (max-width: 760px) {
  .intro .picto *[class^="picto-"] {
    width: 2.5em;
    height: 2.5em;
  }
}
.btnPicto *[class^="picto-"] {
  fill: currentColor;
  vertical-align: middle;
  height: 0.6em;
  width: 1em;
  font-size: 3.3em;
}
.icon-bracket {
  height: 25px;
  width: 100%;
  fill: #11204c;
}
li i.fa {
  vertical-align: top;
  margin: 0.2em 0.2em 0 0;
  -webkit-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  -ms-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
}
li i + p {
  display: inline-block;
  width: 96%;
  margin-left: 0.3em;
}
li:hover p {
  color: #11204c !important;
}
li:hover i {
  color: #e2001a;
  font-size: 1.2em;
  margin: 0.1em 0.14em 0 -0.12em;
  -webkit-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  -ms-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
}
.ProductLegal li i + p {
  width: 91%;
}
.board li i + p,
.ltBox li i + p,
.sectionC2 li i + p {
  display: inline-block;
  width: 90%;
  margin-left: 0.3em;
  margin-bottom: 0 !important;
}
.ltBox li i + p {
  width: 86%;
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  .ltBox li i + p {
    width: 89%;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 760px) {
  .ltBox li i + p {
    width: 85%;
  }
}
.board .half-block:first-child li i {
  color: #ffffff;
}
.board .half-block:first-child li i + p {
  width: 95%;
}
@media only screen and (max-width: 760px) {
  .board .half-block:first-child li i + p {
    width: 91%;
  }
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  .board .half-block:first-child li i + p {
    width: 92%;
  }
}
.board .half-block:first-child li:hover p {
  color: #ffffff !important;
}
/* SVG AFFICHAGE * * *---------------------------------------------------------------------------------------------------*/
svg[class^="svg-icon"] {
  display: inline-block;
  width: 2em;
  height: 1.9em;
  padding: 0.45em;
  fill: currentColor;
}
svg[class^="svg-icon"] + span {
  display: none;
}
svg[class^="svg-icon"][class$=-compass] {
  position: absolute;
  background-color: #ea6649;
  fill: #ffffff !important;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: 0;
}
svg[class^="svg-icon"][class$=-compass] + span {
  color: #ea6649;
}
.checked {
  background: #ea6649 !important;
  color: #ffffff !important;
}
.checked svg[class^="svg-icon"] span {
  color: #ffffff;
}
.checked svg[class^="svg-icon"][class$=-compass] {
  height: 1.9em;
  fill: #ea6649 !important;
  background-color: #ffffff !important;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.checked svg[class^="svg-icon"][class$=-compass] + span {
  color: #ffffff;
}
/* Module select */
/* DEBUG  #SLIDER - HIDDEN | DEPLACEMENT HORS #SLIDER - SUPPRESSION CONTOUR * * *---------------------------------------------------------------------------------------------------*/
header > .selectContainer {
  border: 0 solid transparent;
}
header > .selectContainer:after {
  border: 0 solid transparent;
}
/* SELECT * * *---------------------------------------------------------------------------------------------------*/
.selectContainer {
  position: relative;
  width: 100%;
  max-width: 960px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid orange;
  cursor: pointer;
  outline: none;
  /* &:after {
		position: absolute;
		right: 8px;
		top: 52%;
		content: "";
		width: 0;
		height: 0;
		margin-top: -3px;
		border-width: 6px 6px 0 6px;
		border-style: solid;
		border-color: orange transparent;
	} */
}
.selectContainer .select {
  position: absolute;
  z-index: 1002;
  top: 2.6em;
  left: -0.1%;
  width: 129.1%;
  padding-bottom: 0.5em;
  max-height: 15em;
  overflow-y: scroll;
  background: #ffffff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #697b92;
  opacity: 0;
  font-weight: normal;
  list-style: none;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.selectContainer .select #noProduct .selectProduct {
  padding: 0.5em 0.3em 0.5em;
  display: block;
  text-align: center;
  color: #303d61;
}
.selectContainer .select #noProduct ul {
  margin: 0.3em 0 -0.8em;
}
.selectContainer .select #noProduct ul li {
  padding: 0 0 0.3em 0em;
}
.selectContainer .select #noProduct ul li:hover,
.selectContainer .select #noProduct ul li:focus,
.selectContainer .select #noProduct ul li:active {
  background: #e6e6e6;
}
.selectContainer .select .subSelect {
  font-size: 1em;
  list-style: none;
}
.selectContainer .select .subSelect .categoryItem {
  padding-left: 0.5em;
}
.selectContainer .select .subSelect .subSelect .categoryItem {
  padding-left: 4em;
}
.selectContainer .select > li:first-child a {
  padding-top: 0.5em;
}
.selectContainer .select > li:last-child a {
  border-bottom: none;
}
.selectContainer .select ul {
  margin: 0	;
}
.selectContainer .select ul li {
  margin-bottom: 0.1em;
}
.selectContainer .select ul li a {
  display: block;
  padding: 2px;
  text-decoration: none;
  color: #789bcb;
  border-bottom: 1px solid #e6e8ea;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.selectContainer .select ul li a:hover {
  color: #5380bd;
  font-weight: bold;
  background: #e6e6e6;
  padding: 0.6em 0 0.4em;
}
.selectContainer.active .select {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 480px) {
  /* SELECT * * * 480PX --------------------------------------------------------------------------------------------------*/
  .selectContainer .select {
    width: 96.1%;
    top: 3.1em;
    left: -0.2%;
  }
  .selectContainer .select #noProduct {
    padding: 0.5em 0 0.5em 1em;
    display: block;
    text-align: left;
  }
  .selectContainer .select #noProduct ul li {
    padding: 0 0 0.3em 3em;
  }
  .selectContainer .select #noProduct ul li .categoryItem {
    padding-left: 2em;
  }
}
@media (min-width: 750px) {
  /* SELECT * * * 768PX --------------------------------------------------------------------------------------------------*/
  .selectContainer .select {
    position: absolute;
    width: 100%;
    top: 3.1em;
    left: -0.1%;
  }
}
@media (min-width: 992px) {
  .selectContainer .select {
    max-height: 20em;
  }
}
/* Module BackTop */
#backTop {
  position: fixed;
  display: block;
  width: 3em;
  height: 3em;
  bottom: 2em;
  right: 2em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e1e7f0;
  color: #ffffff;
  text-align: center;
  line-height: 3;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  opacity: 0;
  cursor: pointer;
  z-index: 100;
  text-decoration: none;
}
#backTop.active {
  border: 0;
  background-color: #11204c;
  color: #ffffff;
  opacity: 0.8;
}
#backTop.active:hover {
  opacity: 1;
  color: #11204c;
  background-color: #ffffff;
  border: 1px solid #11204c;
  font-weight: bold;
  transform: scale(1.15);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* Module tooltip */
.wrapperLabel div {
  display: inline-block;
  position: relative;
  margin-right: 0.2em;
}
.wrapperLabel div:last-child,
.wrapperLabel div.inputProductECE {
  margin-right: 0;
}
.wrapperLabel div label + a.tooltip {
  display: none;
}
.wrapperLabel div label + a.tooltip:hover {
  display: inline-block;
}
@media (min-width: 750px) {
  .wrapperLabel div label {
    position: relative;
    z-index: 10;
  }
  .wrapperLabel div label + a.tooltip {
    position: absolute;
    display: block;
    top: -1em;
    right: -2.5em;
    width: 8em;
    background: #ffffff;
    border: 1px solid #f5f6fa;
    padding: 0.2em 1em;
    opacity: 0;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-align: center;
    z-index: 1;
  }
  .wrapperLabel div label + a.tooltip:after,
  .wrapperLabel div label + a.tooltip:before {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    border: 0.7em solid transparent;
    border-bottom: 0.7em solid #ffffff;
    top: -1.25em;
    left: calc(43%);
    z-index: 2;
  }
  .wrapperLabel div label + a.tooltip:after {
    top: -1.3em;
    border-bottom: 0.64em solid #f5f6fa;
    z-index: 1;
  }
  .wrapperLabel div label:hover + a.tooltip {
    display: inline-block;
    top: 2.9em;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .wrapperLabel div label[for="ETR"] + a.tooltip {
    border: 1px solid #e2001a;
  }
  .wrapperLabel div label[for="ETR"] + a.tooltip:after {
    border-bottom: 0.64em solid #e2001a;
  }
  .wrapperLabel div label[for="EC"] + a.tooltip,
  .wrapperLabel div label[for="ECE"] + a.tooltip {
    border: 1px solid #88b72c;
  }
  .wrapperLabel div label[for="EC"] + a.tooltip:after,
  .wrapperLabel div label[for="ECE"] + a.tooltip:after {
    border-bottom: 0.64em solid #88b72c;
  }
  .wrapperLabel div label[for="SA"] + a.tooltip {
    border: 1px solid #0069b2;
  }
  .wrapperLabel div label[for="SA"] + a.tooltip:after {
    border-bottom: 0.64em solid #0069b2;
  }
  .wrapperLabel div label[for="SC"] + a.tooltip {
    border: 1px solid #f8b000;
  }
  .wrapperLabel div label[for="SC"] + a.tooltip:after {
    border-bottom: 0.64em solid #f8b000;
  }
  .wrapperLabel div label[attr="title"] {
    display: none;
  }
  .linear .wrapperLabel div label + a.tooltip {
    right: -3em;
  }
  .linear .wrapperLabel div label + a.tooltip:hover + a.tooltip {
    top: 2.6em;
  }
}
/* Module parallax */
.bannerEmotion {
  margin: 0 auto;
  padding: 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  color: white;
  text-align: center;
  width: 100%;
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1900px) {
  .bannerEmotion {
    background-size: cover !important;
  }
}
.bannerEmotion .container {
  padding: 5em 0 4em;
  min-height: 21em;
}
@media only screen and (max-width: 760px) {
  .bannerEmotion .container {
    padding: 2em 0 3em;
  }
}
.bannerEmotion .bg {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0 auto;
  padding: 0;
  display: block;
  z-index: 200;
  min-height: inherit;
}
.bannerEmotion .bg.fixe {
  background-attachment: initial;
  background-position: 20% 50% !important;
  background-size: 100%;
}
@media only screen and (min-width: 1900px) {
  .bannerEmotion .bg:before {
    width: 100%;
    height: 100%;
    content: "";
    display: inline-block;
  }
}
.bannerEmotion a.sectionNext {
  margin: -0.5em 0 0 -0.5em;
}
@media only screen and (max-width: 760px) {
  #ParralaxFacturation .bg {
    background: #11204c none !important;
  }
}
/* Module ariane */
/* ARIANE			*/
.ariane {
  position: relative;
}
.ariane span:first-child a {
  text-decoration: none;
  font-weight: bold;
}
.ariane span:first-child a i {
  display: none;
}
.ariane span:first-child a:before {
  position: relative;
  display: inline-block;
  top: 0.1em;
  margin-right: 0.1em;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 2.5rem;
  color: #4e90c8;
  content: "\f015";
}
.ariane span:first-child:before:hover {
  font-size: 3em;
}
.ariane span:after {
  margin-left: 0.1em;
  content: " > ";
  color: #4e90c8;
  font-weight: 700;
}
.ariane span:last-child:after {
  color: #cc0000;
}
/* Module pageSingle */
.pageSingle.Edenred .sectionContentText p:nth-child(2) {
  display: inline-block;
  width: 75%;
}
@media only screen and (max-width: 760px) {
  .pageSingle.Edenred .sectionContentText p:nth-child(2) {
    width: 100%;
  }
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  .pageSingle.Edenred .sectionContentText p:nth-child(2) {
    width: 68%;
  }
}
.pageSingle.Edenred .sectionContentText img {
  vertical-align: top;
  margin: -0.35em 1em 0 0;
}
/* Module useMap */
.useMap #map > div:first-child {
  right: 1.5em;
}
.useMap #map > div:nth-child(2) {
  width: auto;
  background: transparent;
}
.useMap #map #mapPanel {
  display: inline-block;
  margin: 6vh 0 10vh -50vh;
  max-width: 28em;
  -webkit-transition: margin 0.5s ease-in;
  -moz-transition: margin 0.5s ease-in;
  -ms-transition: margin 0.5s ease-in;
  -o-transition: margin 0.5s ease-in;
  transition: margin 0.5s ease-in;
}
@media only screen and (max-width: 760px) {
  .useMap #map #mapPanel {
    /* width: 25em; */
    margin: 0;
    padding: 0;
  }
}
.useMap #map #mapPanel.activeMap {
  margin: 6vh 0 10vh 20vh;
  background-color: transparent ;
  -webkit-transition: margin 0.5s ease-in;
  -moz-transition: margin 0.5s ease-in;
  -ms-transition: margin 0.5s ease-in;
  -o-transition: margin 0.5s ease-in;
  transition: margin 0.5s ease-in;
}
@media only screen and (max-width: 760px) {
  .useMap #map #mapPanel.activeMap {
    -webkit-transition: margin 0.5s ease-in;
    -moz-transition: margin 0.5s ease-in;
    -ms-transition: margin 0.5s ease-in;
    -o-transition: margin 0.5s ease-in;
    transition: margin 0.5s ease-in;
    margin: 0vh 0 10vh 0vh;
  }
}
@media only screen and (max-width: 760px) {
  .useMap #map #mapPanel.activeMap table {
    margin-left: 3vw;
    display: block;
  }
}
.useMap #map #mapPanel table {
  width: 100%;
}
@media only screen and (max-width: 760px) {
  .useMap #map #mapPanel table {
    display: none;
  }
}
.useMap #map #mapPanel table td,
.useMap #map #mapPanel table tr {
  padding: 0;
  border: none;
}
.useMap #map #mapPanel table tr:first-child td {
  position: relative;
}
.useMap #map #mapPanel #outletsListTableContainer {
  height: 40vh;
  min-height: 15em;
  overflow-y: auto;
  margin-bottom: 0.3em;
  position: relative;
}
.useMap #map #mapPanel #outletsListTableContainer .outlet {
  background: #f5f6fa;
  padding: 0.7em 1.2em 0.7em;
  margin-bottom: 0.4em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-size: 0.9em;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -ms-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
.useMap #map #mapPanel #outletsListTableContainer .outlet:hover {
  background: #ffffff;
}
.useMap #map #mapPanel #outletsListTableContainer .outlet h1.wrapperName {
  position: relative;
  font-size: 1.1em;
  margin-bottom: 0.2em;
}
.useMap #map #mapPanel #outletsListTableContainer .outlet h1.wrapperName .outletName {
  display: inline-block;
  margin-bottom: 0.2em;
  padding: 0 2.1em 0 1.6em;
  font-weight: bold;
}
.useMap #map #mapPanel #outletsListTableContainer .outlet h1.wrapperName button {
  position: absolute;
  display: block;
  background: #e1e7f0;
  top: 0.1em;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  color: #ffffff;
  font-weight: bold;
}
.useMap #map #mapPanel #outletsListTableContainer .outlet h1.wrapperName button:hover {
  background: #646567;
  color: #ffffff;
}
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletAddress1,
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletAddress2,
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletPhone,
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletEmail,
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletWebsite,
.useMap #map #mapPanel #outletsListTableContainer .outlet .soonAvailable {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: .9em;
}
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletAddress1:before,
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletAddress2:before,
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletPhone:before,
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletEmail:before,
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletWebsite:before,
.useMap #map #mapPanel #outletsListTableContainer .outlet .soonAvailable:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 14px;
  color: #aaa;
}
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletPos {
  display: none;
}
.useMap #map #mapPanel #outletsListTableContainer .outlet .soonAvailable {
  position: absolute;
  margin-top: 0.9em;
  color: #fff;
  background-color: #f3b42d;
  padding: 0.2em 0.5em 0.05em 1.9em;
  border-radius: 5px;
  font-weight: bold;
}
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletAddress1:before {
  content: "\f041";
}
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletPhone:before {
  content: "\f095";
}
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletEmail:before {
  content: "\f003";
}
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletWebsite:before {
  content: "\f0ac";
}
.useMap #map #mapPanel #outletsListTableContainer .outlet .soonAvailable:before {
  content: "\f252";
  color: #fff;
  margin: 0.25em 0.25em 0.25em 0.15em;
  font-size: 12px;
  font-weight: 100;
}
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletProducts .TR,
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletProducts .ETR,
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletProducts .EC,
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletProducts .SA,
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletProducts .SC {
  background: url('../images/searchBar.png') no-repeat;
}
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletProducts .TR,
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletProducts .ETR {
  background-position: -230px -1px;
}
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletProducts .EC {
  background-position: -132px -1px;
}
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletProducts .ECE {
  background-position: -162px 2px;
}
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletProducts .SA {
  background-position: -197px 1px;
}
.useMap #map #mapPanel #outletsListTableContainer .outlet .outletProducts .SC {
  background-position: -262px 1px;
}
.useMap #map #mapPanel #outletsListTableContainer .outlet.activeOutlet {
  background: #ffffff;
  border: 1px solid #646567;
}
.useMap #map #mapPanel #foundProducts {
  display: block;
  background: #11204c;
  margin-bottom: 0.1em;
  padding: 0.4em;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.useMap #map #mapPanel .btnDefault {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.useMap #map #mapPanel .btnPicto {
  position: absolute;
  height: 30px;
  top: 0.7em;
  right: 1.8em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 0.6em 0 0;
  background: none;
  border: 1px solid white;
  color: white;
}
.useMap #map #mapPanel #searchMoreButton {
  display: none;
  position: absolute;
  top: 4em;
  left: 150%;
  background: #11205c;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #000000;
  border: none;
  color: white;
  width: 50%;
}
.useMap #map #mapPanel2 {
  display: inline-block;
  margin: 1em 0 0;
}
.useMap #map #mapPanel2 #stopSearchButton,
.useMap #map #mapPanel2 #zoomOutButton {
  width: 9em;
  height: 7em;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f5f6fa;
  border: 1px solid #e1e7f0;
  font-size: 0.7em;
  color: #11204c;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.useMap #map #mapPanel2 #stopSearchButton img,
.useMap #map #mapPanel2 #zoomOutButton img {
  width: 50%;
  margin: 0.5em 0;
}
.useMap #map #mapPanel2 #stopSearchButton:hover,
.useMap #map #mapPanel2 #zoomOutButton:hover {
  background: #ffffff;
}
.useMap #map #mapPanel2 #zoomOutButton {
  margin-bottom: 1em;
}
.useMap #map #mapPanel2 #stopSearchButton img {
  width: 37%;
  margin: 1em 1.7em 0.5em;
}
.useMap .boxWrapper {
  position: relative;
  padding: 1em 1.5em;
  margin-bottom: 2em;
  max-width: 25em;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
@media only screen and (max-width: 760px) {
  .useMap .boxWrapper {
    /* width: 25em; */
    padding: 1em;
    margin-bottom: 0.5em;
  }
}
.useMap .boxWrapper h2 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 760px) {
  .useMap .boxWrapper h2 {
    font-size: 2.1rem;
  }
}
.useMap .boxWrapper hr {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.useMap .boxWrapper form li.formLine label:first-child {
  /* width: 70%; */
}
.useMap .boxWrapper form li.formLine label:last-child {
  width: 26.9%;
}
.useMap .boxWrapper form li.formLine label:last-child span {
  display: inline-block;
  margin: 0.9em 0 0 3.9em;
  font-size: 0.7em;
  color: #ea6649;
}
@media only screen and (max-width: 440px) {
  .useMap .boxWrapper form li.formLine label:last-child span {
    margin-top: 0.9em;
  }
}
.useMap .boxWrapper form li.formLine label.checked span {
  color: #ffffff;
}
.useMap .boxWrapper #indexSearchButton {
  margin-bottom: 0;
}
.useMap #navigationSection {
  display: none;
}
.useMap .mapOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  text-align: center;
  line-height: 21em;
  z-index: 10000;
}
#mapProgress {
  display: block;
  position: absolute;
  height: 2.2em;
  width: 100%;
  top: 0;
  background-color: #f5f6fa;
  border-bottom: 1px solid #d0d9e8;
  text-align: center;
  z-index: 3;
}
#mapProgress #mapProgressLabel {
  height: 2em;
  padding: 0 0 0 0.8em;
  margin-top: 0.2em;
}
#mapProgress #mapProgressLabel svg[class^="svg-icon"] {
  width: 1.2em;
  height: 1.2em;
  -webkit-animation: rotating 1.2s linear infinite;
  -moz-animation: rotating 1.2s linear infinite;
  animation: rotating 1.2s linear infinite;
}
#mapProgress #mapProgressLabel span {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.4em;
  font-size: 0.9em;
}
#mapProgress #mapProgressChildWrapper {
  width: 100%;
  background-color: #eeeef5;
}
#mapProgress #mapProgressChild {
  position: absolute;
  left: 0;
  top: 1px;
  width: 0px;
  height: 3px;
  background-color: #e2001a;
}
.clusterMap {
  background: url('../Fizgig/0.3/images/markerOutletBig.png') no-repeat;
  background-size: contain;
  width: 52px;
  height: 62px;
  text-align: center;
  line-height: 37px;
  font-weight: bold;
  font-size: 1.5em;
}
.clusterMap span {
  width: 2em;
  position: absolute;
  height: 2em;
  margin-left: 0.25em;
  top: 0.25em;
  display: block;
  border-radius: 50%;
  color: #2F3E6A;
}
.resultsContainer table {
  border-spacing: 5px;
  margin-bottom: 0;
}
.resultsContainer table tr td {
  border: 1px solid transparent;
  border-radius: 2px;
}
.resultsContainer .resultsContainer tr.active td {
  border-color: #c41463;
}
.resultsContainer td,
#moreOutlets,
#loading-outlets {
  padding: 10px 20px;
  font-size: .9em;
  cursor: pointer;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  transition: background .5s ease;
}
#moreOutlets,
#loading-outlets {
  position: absolute;
  bottom: -4.75em;
  width: 18%;
  margin: 0 0 0 0.5%;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 2px;
  z-index: 2;
  box-sizing: border-box;
  text-align: center;
}
#loading-outlets {
  background: transparent;
  box-shadow: none;
  bottom: 40%;
  width: 7em;
  left: 45%;
}
.resultsContainer td:hover,
.resultsContainer td:focus,
#moreOutlets:hover,
#moreOutlets:focus,
#loading-outlets:hover,
#loading-outlets:focus {
  background-color: #eeeef5;
}
#moreOutlets:active,
#loading-outlets:active {
  background-color: #c41463;
  color: white;
}
.resultsContainer td span {
  display: block;
  word-break: break-word;
}
.resultsContainer td span a {
  text-decoration: none;
  color: #c41463;
}
.resultsContainer td span a:hover,
.resultsContainer td span a:focus {
  text-decoration: underline;
}
.resultsContainer td span[id*="outlet_url"] {
  position: relative;
  font-size: 0.9em;
  text-align: right;
}
.resultsContainer td span[id*="outlet_url"] a {
  background-color: #c41463;
  padding: 3px 5px;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.resultsContainer td span[id*="outlet_url"] a::after {
  font-family: FontAwesome;
  content: "\f18e";
  display: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.resultsContainer td span[id*="outlet_url"] a:hover,
.resultsContainer td span[id*="outlet_url"] a:focus {
  text-decoration: underline;
}
.resultsContainer td span[id*="outlet_url"] :hover a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.resultsContainer td span[id*="outlet_url"] :hover a:after {
  content: "\f18e";
  color: #fff;
  display: inline;
  padding-left: 2px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.outlet_name {
  margin-bottom: 3px;
  padding-left: 25px;
  font-weight: bold;
}
.outlet_address,
.outlet_phone,
.outlet_email,
.outlet_website,
.soon_available {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: .9em;
}
.outlet_address:before,
.outlet_phone:before,
.outlet_email:before,
.outlet_website:before,
.soon_available:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 14px;
  color: #aaa;
}
.outlet_address:before {
  content: "\f041";
}
.outlet_phone:before {
  content: "\f095";
}
.outlet_email:before {
  content: "\f003";
}
.outlet_website:before {
  content: "\f0ac";
}
.soon_available:before {
  content: "\f252";
  color: #fff;
  margin: 0.25em 0.25em 0.25em 0.15em;
  font-size: 12px;
  font-weight: 100;
}
.soon_available {
  margin-top: 0.9em;
  position: absolute;
  color: #fff;
  background-color: #f3b42d;
  padding: 0.2em 0.5em 0.05em 1.9em;
  border-radius: 5px;
  font-weight: bold;
}
.resultsContainer .outlet_products {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #d4d5d6;
  text-align: right;
}
.resultsContainer .outlet_products.TR,
.resultsContainer .outlet_products.ETR,
.resultsContainer .outlet_products.EC,
.resultsContainer .outlet_products.ECE,
.resultsContainer .outlet_products.SA,
.resultsContainer .outlet_products.SC {
  display: inline-block;
  width: 0;
  height: 1.5em;
  padding-left: 1.5em;
  overflow: hidden;
  background-size: 100%;
  background-position: top;
}
.outlet_products .TR,
.outlet_products .ETR {
  background-image: url('../images/tab_ticket-restaurant.png');
}
.outlet_products .EC {
  background-image: url('../images/tab_ticket-ecocheque.png');
}
.outlet_products .ECE {
  background-image: url('../images/tab_ticket-ecocheque-elect.png');
}
.outlet_products .SA {
  background-image: url('../images/tab_ticket-compliments-supreme-award.png');
}
.outlet_products .SC {
  background-image: url('../images/tab_ticket-compliments-sportetculture.png');
}
.gmap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* Module overlay */
.mapOverlay {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 11%;
  text-align: center;
  z-index: 1000;
}
/* Module Banner Golden Ticket */
/*  BANNER GT 2018 */
#sectionGoldenTicket {
  position: relative;
  padding: 0;
  background: url('../images/GTBanner/bannerGT3.gif');
  background-size: 100%;
  background-repeat: no-repeat;
  height: 100%;
}
#sectionGoldenTicket.sectionContent {
  z-index: 84 !important;
}
#sectionGoldenTicket h2 {
  line-height: 55px;
  font-size: 30px;
}
h2.ribbon {
  position: relative;
  margin-bottom: 50px;
  padding-right: 4em;
  font-size: 3.5rem;
  color: #0d0d0d;
  padding-left: 20px;
  margin-top: 50px;
  display: inline-block;
}
h2.ribbon:before {
  height: auto ;
  top: -1em;
  bottom: -1em;
  width: 110%;
  left: -2em;
  content: "";
  position: absolute;
  background-color: #eac363;
  z-index: -2;
  border-radius: 0 10em 10em 0;
}
/* h2 span{
	font-size: 50px;
	text-transform: uppercase;
	font-weight: bold;
} */
.titleGT {
  font-family: 'Edenred-Regular', sans-serif;
  color: #0d0d0d;
  margin-left: 50px;
}
.container_ribbon {
  position: relative;
  display: inline-block;
}
.goldenT {
  position: absolute;
  width: 350px;
  right: -90px;
  z-index: -1;
  bottom: -80px;
  display: block;
}
.GTCTA {
  margin-bottom: 50px;
}
.GTCTA a {
  text-decoration: none;
  display: table;
}
.btnGT {
  padding: 10px 20px;
  text-transform: uppercase;
  color: black;
  background-color: #eac363;
  border-radius: 30px;
  font-family: 'Edenred-Bold';
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  margin: 20px;
}
.btnGT:hover {
  background-color: white !important;
  color: black !important;
}
.banner_mobile {
  display: none;
}
@media (max-width: 1200px) {
  #sectionGoldenTicket {
    background: url('../images/GTBanner/bg_GT-mobile.jpg');
    background-size: cover;
  }
  .banner_mobile {
    display: block;
  }
}
@media (max-width: 720px) {
  #sectionGoldenTicket {
    background-size: url('../images/GTBanner/bg_GT-mobile.jpg');
  }
  #sectionGoldenTicket .goldenT {
    width: 215px;
    right: 0;
    bottom: -15px;
  }
  h2.ribbon {
    padding-right: 3.8em;
  }
}
@media (max-width: 450px) {
  #sectionGoldenTicket .goldenT {
    display: none;
  }
  #sectionGoldenTicket h2 {
    line-height: normal;
    font-size: 20px;
  }
  #sectionGoldenTicket h2 span {
    font-size: 40px;
  }
  h2.ribbon:before {
    width: 110%;
    left: -3em;
  }
  .titleGT {
    margin-left: 0px;
  }
}
#sectionGoldenTicket .sectionNext {
  transform: translateY(-50px);
}
@media (max-width: 760px) {
  #sectionGoldenTicket .sectionNext {
    transform: translateY(-30px);
  }
}
/* Table of Import 
–––––––––––––––––––––––––––––––––––––––––––––––––– 
/* Module rSlider - http://responsiveslides.com/ */
/* Responsive Slider * * *---------------------------------------------------------------------------------------------------*/
#wrapper-slider {
  margin: 0 ;
}
@media only screen and (max-width: 760px) {
  #wrapper-slider {
    display: none;
  }
}
#wrapper-slider .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  height: 16em;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 760px) {
  #wrapper-slider .rslides {
    height: 8.5em;
  }
}
@media only screen and (max-width: 440px) {
  #wrapper-slider .rslides {
    height: 5.5em;
  }
}
#wrapper-slider .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
#wrapper-slider .rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
#wrapper-slider .rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  margin-top: -5%;
  border: 0;
}
#wrapper-slider:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 50px;
  width: 100%;
  background-position-y: 1px;
  background-position-x: 65%;
  bottom: 0;
  z-index: 150;
}
@media only screen and (min-width: 761px) and (max-width: 949px) {
  #wrapper-slider:before {
    background-position-x: -124em;
  }
}
.centered-btns_nav {
  z-index: 103;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 66%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/slider/themes-trans.gif") no-repeat left top;
  margin-top: -45px;
}
@media only screen and (max-width: 760px) {
  .centered-btns_nav {
    top: 87%;
    height: 41px;
    width: 30px;
    background-size: cover;
  }
}
@media only screen and (max-width: 760px) {
  .opened ~ #wrapper-slider .centered-btns_nav {
    top: 83%;
  }
}
@media only screen and (max-width: 440px) {
  .opened ~ #wrapper-slider .centered-btns_nav {
    op: 84%;
  }
}
.centered-btns_nav:active {
  opacity: 1.0;
}
.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
}
/* MULTISLIDER */
article#multiSlider {
  padding: 2em 0;
  background-color: #c5a3cc;
  min-height: auto;
}
#sliderIntro {
  position: relative;
}
#sliderIntro .MS-controls button {
  position: absolute;
  width: 30px;
  height: 70px;
  border: none;
  background: transparent;
  outline: 0;
  top: 0;
  padding: 0.5em 0.5em 0.5em 0;
}
#sliderIntro .MS-controls button:hover {
  cursor: pointer;
}
#sliderIntro .MS-controls .MS-left {
  left: 10px;
}
#sliderIntro .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 992px) {
  #sliderIntro .MS-controls .MS-left {
    left: -2px;
  }
  #sliderIntro .MS-controls .MS-right {
    right: -2px;
  }
}
#sliderIntro .MS-content {
  overflow: hidden;
  white-space: nowrap;
  max-height: 25em;
  width: 93%;
  margin: 0 auto;
}
#sliderIntro .MS-content .slider-item {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border-right: none;
  text-align: center;
}
@media (min-width: 600px) {
  #sliderIntro .MS-content .slider-item {
    width: 33.3%;
  }
  #sliderIntro .MS-content .slider-item .item_content {
    padding: 1em 4em;
  }
}
@media (min-width: 992px) {
  #sliderIntro .MS-content .slider-item {
    width: 20%;
  }
  #sliderIntro .MS-content .slider-item .item_content {
    padding: 1em 3em;
    bottom: 0;
  }
}
#sliderIntro .MS-content .slider-item .item_content {
  position: absolute;
  bottom: 16em;
  width: 100%;
  min-height: 60%;
  padding: 1em 0.5em;
  text-transform: uppercase;
  /* @include vendor('transition', (
		'min-height #{_duration(transition)} ease'
	)); */
}
#sliderIntro .MS-content .slider-item .item_content:hover {
  min-height: 65%;
  /* @include vendor('transition', (
		'min-height #{_duration(transition)} ease'
	)); */
}
#sliderIntro .MS-content .slider-item .item_content p {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}
@media (min-width: 992px) {
  #sliderIntro .MS-content .slider-item .item_content span {
    display: inline-block;
    max-width: auto;
  }
}
#sliderIntro .MS-content .slider-item .item_content br {
  display: none;
}
#sliderIntro .MS-content .slider-item .item_content a:hover {
  text-decoration: none;
}
/* Module animate.css - https://github.com/daneden/animate.css */
/* Table of Debug 
–––––––––––––––––––––––––––––––––––––––––––––––––– 
/* Module Debug */
/* Module Dev */
#headerDebugPane {
  position: absolute;
  width: 24em;
  height: 9em;
  top: 2px;
  left: 12em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #e4a0ac;
  color: #fff;
  text-align: left;
  z-index: 100;
  padding-left: 3px;
  font-size: 0.8em;
  display: none;
}
@media only screen and (max-width: 760px) {
  #headerDebugPane {
    width: 10em;
  }
}
#mapDebugPane {
  position: absolute;
  right: 2em;
  top: 2px;
  z-index: 9999;
  width: 350px;
  height: 100px;
  background-color: #b1ffb1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  font-size: 0.8em;
  display: none;
}
/* Module Debug Firefox */
/* DEBUG FIREFOX * * *---------------------------------------------------------------------------------------------------*/
@-moz-document url-prefix() {
  nav ul:first-of-type li:hover ul {
    margin: 0.9em 0 0;
  }
}
/* Module Debug Ie */
/* IE * * *---------------------------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  header:before {
    color: #008000;
  }
  /* IE10 */
  nav ul:first-of-type li:hover ul {
    margin: 0.9em 0 0;
  }
  .sectionContent .block3.news.sectionContentBox .ltBox .icon-bracket-news,
  .bannerEmotion .block3.news.sectionContentBox .ltBox .icon-bracket-news,
  .searchShop.bannerEmotion .block3.news.sectionContentBox .ltBox .icon-bracket-news,
  .bannerEmotion .boxWrapper .block3.news.sectionContentBox .ltBox .icon-bracket-news {
    top: -48px !important;
    height: 40px;
  }
  .sectionContent .news.sectionContentBox .ltBox .icon-bracket-news,
  .bannerEmotion .news.sectionContentBox .ltBox .icon-bracket-news,
  .searchShop.bannerEmotion .news.sectionContentBox .ltBox .icon-bracket-news,
  .bannerEmotion .boxWrapper .news.sectionContentBox .ltBox .icon-bracket-news {
    top: -22px !important;
    height: 40px;
  }
  .bannerEmotion .bg.fixe {
    background-attachment: scroll !important;
  }
  #ParralaxFacturation .bg:before {
    /* background-color: @edenred;
			width: 100%;
			height: 100%;
			content: "";
			display: inline-block; */
  }
}
.ie9 nav ul:first-of-type li:hover ul {
  margin: 0.9em 0 0;
}
.ie9 .sectionContent .block3.news.sectionContentBox .ltBox .icon-bracket-news,
.ie9 .bannerEmotion .block3.news.sectionContentBox .ltBox .icon-bracket-news,
.ie9 .searchShop.bannerEmotion .block3.news.sectionContentBox .ltBox .icon-bracket-news,
.ie9 .bannerEmotion .boxWrapper .block3.news.sectionContentBox .ltBox .icon-bracket-news {
  top: -48px !important;
  height: 40px;
}
.ie9 .sectionContent .news.sectionContentBox .ltBox .icon-bracket-news,
.ie9 .bannerEmotion .news.sectionContentBox .ltBox .icon-bracket-news,
.ie9 .searchShop.bannerEmotion .news.sectionContentBox .ltBox .icon-bracket-news,
.ie9 .bannerEmotion .boxWrapper .news.sectionContentBox .ltBox .icon-bracket-news {
  top: -22px !important;
  height: 40px;
}
.ie9 .bannerEmotion .bg.fixe {
  background-attachment: scroll !important;
}
/* .sectionContent .sectionContentBox.news .ltBox .icon-bracket-news,
.bannerEmotion .sectionContentBox.news .ltBox .icon-bracket-news,
.bannerEmotion.searchShop .sectionContentBox.news .ltBox .icon-bracket-news,
.bannerEmotion .boxWrapper .sectionContentBox.news .ltBox .icon-bracket-news {
  top: -7.4em;
} */
/* Module Debug Safari */
/* SAFARI * * *---------------------------------------------------------------------------------------------------*/
/* Safari 2 - 3.1, Opera 9.25 */
*|html[xmlns*=""] #ID {
  background: burlywood !important;
}
/* Safari 2 - 3.1 */
html[xmlns*=""]:root #ID {
  background: brown !important;
}
/* Safari 2-3 */
html[xmlns*=""] body:last-child #ID {
  background: pink !important;
}
/* safari 3+, chrome 1+, opera9+, ff 3.5+ */
body:nth-of-type(1) .pageSection[data-content="TR"] .sectionContentText {
  display: block;
}
