/*** STYLES HOME IMPORT ***/
/*!** _common/__common.less - STYLES COMMUNS IMPORT ***/
/*************** LIBRAIRIEs *****************/
/** INLINE-GRID IMPORT *****************************************************/
/** COLUMN ***************************************************/
/** @int : desired columns, like bootstrap (int).
/** @gutter : column spacing (px)
/*************************************************************/
/** BECOME COL************************************************/
/** Use only if a col is already init
/** @int : desired columns, like bootstrap (int).
/** @responsive : breakpoint (px)
/*************************************************************/
/** RESPONSIVE COLUMN *********************************************/
/** @int : desired columns, like bootstrap (int).
/** @responsive : screen width where the column will be 100% (px)
/** @gutter : column spacing (px)
/******************************************************************/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  @media (min-width: 768px) {
    max-width: 750px;
  }
  @media (min-width: 992px) {
    max-width: 970px;
  }
  @media (min-width: 1200px) {
    max-width: 1170px;
  }
  &-small{
   @media (min-width: 1200px) {
    max-width: 900px;
    }
  }
  &-form{
   @media (min-width: 1200px) {
    max-width: 700px;
    }
  }
}*/
.container {
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
@media (max-width: 992px) {
  .container {
    width: 100%;
    margin: 0;
  }
}
/** ROW  *****************************************************/
/** WARNING : the gutter must be the same as the column
/** @gutter : column spacing (px)
/*************************************************************/
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/public/fonts/flexslider/flexslider-icon.eot');
  src: url('/public/fonts/flexslider/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/public/fonts/flexslider/flexslider-icon.woff') format('woff'), url('/public/fonts/flexslider/flexslider-icon.ttf') format('truetype'), url('/public/fonts/flexslider/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #ffffff;
  border: 0px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/public/images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/public/images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/public/images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/public/images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/public/images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('/public/images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/***************** MIXINS ******************/
/*****************************************/
/** Mixins import 
******************************************/
/*************** ANIMATIONS ****************/
/*****************************************
Animations import
******************************************/
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20%,
  60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  40%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20%,
  60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  40%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20%,
  60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  40%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20%,
  60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  40%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    -moz-transform: scale(0.6);
  }
  50% {
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    -o-transform: scale(0.6);
  }
  50% {
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
/************* ELEMENTS ISOLES *************/
/*!** Fichier destiné à l'import de font d'icones et aux mixins associés ***/
/*  variables pictos  **************************************************/
/*  import **************************************************/
@font-face {
  font-family: 'lourdes';
  src: url('../fonts/iconfont//lourdes.eot');
  src: url('../fonts/iconfont//lourdes.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont//lourdes.woff') format('woff'), url('../fonts/iconfont//lourdes.ttf') format('truetype'), url('../fonts/iconfont//lourdes.svg#lourdes') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*  mixins **************************************************/
/*** Fichier destiné à l'import de font et aux mixins associés ***/
@font-face {
  font-family: 'learningcurve';
  src: url('../fonts//learningcurve.eot');
  src: url('../fonts//learningcurve.eot?#iefix') format('embedded-opentype'), url('../fonts//learningcurve.woff') format('woff'), url('../fonts//learningcurve.ttf') format('truetype'), url('../fonts//learningcurve.svg#learningcurve') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto-regular';
  src: url('../fonts//roboto-regular.eot');
  src: url('../fonts//roboto-regular.eot?#iefix') format('embedded-opentype'), url('../fonts//roboto-regular.woff') format('woff'), url('../fonts//roboto-regular.ttf') format('truetype'), url('../fonts//roboto-regular.svg#roboto-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'raleway-black-webfont';
  src: url('../fonts//raleway-black-webfont.eot');
  src: url('../fonts//raleway-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts//raleway-black-webfont.woff') format('woff'), url('../fonts//raleway-black-webfont.ttf') format('truetype'), url('../fonts//raleway-black-webfont.svg#raleway-black-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'raleway-bold-webfont';
  src: url('../fonts//raleway-bold-webfont.eot');
  src: url('../fonts//raleway-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts//raleway-bold-webfont.woff') format('woff'), url('../fonts//raleway-bold-webfont.ttf') format('truetype'), url('../fonts//raleway-bold-webfont.svg#raleway-bold-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'raleway-extrabold-webfont';
  src: url('../fonts//raleway-extrabold-webfont.eot');
  src: url('../fonts//raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts//raleway-extrabold-webfont.woff') format('woff'), url('../fonts//raleway-extrabold-webfont.ttf') format('truetype'), url('../fonts//raleway-extrabold-webfont.svg#raleway-extrabold-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensans-regular';
  src: url('../fonts//opensans-regular.eot');
  src: url('../fonts//opensans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts//opensans-regular.woff') format('woff'), url('../fonts//opensans-regular.ttf') format('truetype'), url('../fonts//opensans-regular.svg#opensans-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensans-semibold';
  src: url('../fonts//opensans-semibold.eot');
  src: url('../fonts//opensans-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts//opensans-semibold.woff') format('woff'), url('../fonts//opensans-semibold.ttf') format('truetype'), url('../fonts//opensans-semibold.svg#opensans-semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-ExtraLight';
  src: url('../fonts//Raleway-ExtraLight.eot');
  src: url('../fonts//Raleway-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts//Raleway-ExtraLight.woff') format('woff'), url('../fonts//Raleway-ExtraLight.ttf') format('truetype'), url('../fonts//Raleway-ExtraLight.svg#Raleway-ExtraLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts//Raleway-Regular.eot');
  src: url('../fonts//Raleway-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts//Raleway-Regular.woff') format('woff'), url('../fonts//Raleway-Regular.ttf') format('truetype'), url('../fonts//Raleway-Regular.svg#Raleway-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts//OpenSans-Bold.eot');
  src: url('../fonts//OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts//OpenSans-Bold.woff') format('woff'), url('../fonts//OpenSans-Bold.ttf') format('truetype'), url('../fonts//OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Heavy';
  src: url('../fonts//Raleway-Heavy.eot');
  src: url('../fonts//Raleway-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts//Raleway-Heavy.woff') format('woff'), url('../fonts//Raleway-Heavy.ttf') format('truetype'), url('../fonts//Raleway-Heavy.svg#Raleway-Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fleche';
  src: url('../fonts//fleche.eot');
  src: url('../fonts//fleche.eot?#iefix') format('embedded-opentype'), url('../fonts//fleche.woff') format('woff'), url('../fonts//fleche.ttf') format('truetype'), url('../fonts//fleche.svg#fleche') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts//flexslider-icon.eot');
  src: url('../fonts//flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts//flexslider-icon.woff') format('woff'), url('../fonts//flexslider-icon.ttf') format('truetype'), url('../fonts//flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*!** _elements/_edito.less - Fichier destiné aux styles edito ***/
/************** TEXTES ******/
/********* EDITION AUTOMNE ********/
/********* TABLES ***********/
/*!** _elements/_base.less - Fichier destiné aux styles edito ***/
body {
  margin: 0;
  moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
#main {
  padding-top: 116px;
}
a {
  background-color: transparent;
}
a:active,
a:hover,
a:focus {
  outline: 0;
}
img {
  outline: none;
  outline-color: transparent;
  outline-width: 0;
  box-shadow: none;
  border: none;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*!** Fichier destiné aux styles des boutons ***/
/******** style d'images **********/
/*** Fichier destiné aux couleurs ***/
/* texte */
/* autre (transitions, hover etc..) */
/*=============*/
/*=============*/
/*-- Déclinaisons --*/
/*=============*/
/*=============*/
/*-- Déclinaisons --*/
/*=============*/
/*=============*/
/*-- Déclinaisons --*/
/*=============*/
/*=============*/
/*-- Déclinaisons --*/
/*=============*/
/*=============*/
/*-- Déclinaisons --*/
/*=============*/
/*=============*/
/*-- Déclinaisons --*/
/*=============*/
/*=============*/
/*-- Déclinaisons --*/
/*!** Fichier destiné aux styles des formulaires ***/
/************** INPUTS ***************/
input:focus,
textarea:focus {
  outline-offset: 0;
  box-shadow: none;
  outline: none;
  text-shadow: none;
}
/************** BOUTON VALIDER ***************/
/************** FORMULAIRES AUTOMNE ***************/
.cms_forms table,
.cms_forms tr,
.cms_forms th,
.cms_forms td {
  border: 0;
}
/************** MESSAGES D'ERREUR ***************/
/*************** COMPOSANTS ****************/
/*-- FOOTER --*/
.footer .prepare-title {
  position: relative;
  text-align: center;
  padding: 0 0 15px;
  margin: 25px 0;
  color: #303f52;
  font-family: 'raleway-black-webfont';
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.footer .prepare-title:after {
  content: "";
  width: 46px;
  height: 3px;
  background-color: #303f52;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.footer .prepare-row {
  font-size: 0;
  padding: 0 0 35px;
}
.footer .prepare-row:after {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .footer .prepare-row {
    margin: 0 -15px;
  }
}
.footer .prepare-li {
  font-size: initial;
  position: relative;
  word-break: break-word;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 0 15px;
  border-left: 1px dotted #e56851;
  background: 0;
}
.footer .prepare-li:first-child {
  border-left: 0;
}
.footer .prepare-li.spec-lg {
  font-size: initial;
  position: relative;
  word-break: break-word;
  display: inline-block;
  vertical-align: top;
  width: 21.666666666666668%;
  padding: 0 15px;
}
.footer .prepare-li.spec-sm {
  font-size: initial;
  position: relative;
  word-break: break-word;
  display: inline-block;
  vertical-align: top;
  width: 18.333333333333336%;
  padding: 0 15px;
}
.footer .prepare-a {
  position: relative;
  display: block;
  padding: 85px 4px 30px;
  text-align: center;
  text-decoration: none;
}
.footer .prepare-a:before {
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  font-size: 60px;
  line-height: 60px;
  color: #e56851;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: 0 auto;
}
.footer .prepare-a:after {
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  font-family: 'lourdes';
  content: "\e918";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 15px;
  line-height: 15px;
  color: #e56851;
  position: absolute;
  right: 50%;
  bottom: 0;
  margin-right: -10px;
}
.footer .prepare-a:hover .prepare-span2 {
  color: #e56851;
}
.footer .prepare-a:hover:before {
  top: 0;
}
.footer .prepare-a:hover:after {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}
.footer .prepare-a.prep-activities:before {
  font-family: 'lourdes';
  content: "\e91b";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.footer .prepare-a.prep-visites:before {
  font-family: 'lourdes';
  content: "\e91c";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.footer .prepare-a.prep-restaurants:before {
  font-family: 'lourdes';
  content: "\e912";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.footer .prepare-a.prep-hebergements:before {
  font-family: 'lourdes';
  content: "\e90c";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.footer .prepare-a.prep-venir:before {
  font-family: 'lourdes';
  content: "\e91a";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.footer .prepare-span1 {
  display: block;
  font-family: 'raleway-extrabold-webfont';
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #e56851;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.footer .prepare-span2 {
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  display: block;
  font-family: 'opensans-semibold';
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #303f52;
}
.footer .prepare-blocks-row {
  font-size: 0;
  padding: 0 0 35px;
}
.footer .prepare-blocks-row:after {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .footer .prepare-blocks-row {
    margin: 0 -15px;
  }
}
.footer .prepare-blocks-li {
  font-size: initial;
  position: relative;
  word-break: break-word;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 15px;
  background: 0;
}
.footer .prepare-blocks-a {
  position: relative;
  display: block;
  text-align: center;
  padding: 32px 90px 32px 50px;
  background-color: #e56851;
  border: 1px solid #e56851;
  text-decoration: none;
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
}
.footer .prepare-blocks-a:before {
  font-size: 50px;
  line-height: 50px;
  color: #ff8f7b;
  position: absolute;
  top: 50%;
  margin-top: -25px;
}
.footer .prepare-blocks-a.prep-map:before {
  font-family: 'lourdes';
  content: "\e905";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  right: 30px;
}
.footer .prepare-blocks-a.prep-brochures:before {
  font-family: 'lourdes';
  content: "\e900";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  right: 20px;
}
.footer .prepare-blocks-a:hover {
  background-color: #ffffff;
}
.footer .prepare-blocks-a:hover .prepare-blocks-span1 {
  color: #e56851;
}
.footer .prepare-blocks-a:hover .prepare-blocks-span2 {
  color: #e56851;
}
.footer .prepare-blocks-span1 {
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  display: block;
  text-transform: uppercase;
  font-family: 'raleway-extrabold-webfont';
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
  color: #ffffff;
  margin: 0 0 10px;
}
.footer .prepare-blocks-span2 {
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  display: block;
  font-family: 'roboto-regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}
.footer-mid {
  background-color: #f5dfb8;
  padding: 14px 0;
}
.footer-mid-row {
  font-size: 0;
}
.footer-mid-row:after {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-mid-row {
    margin: 0 -0px;
  }
}
.footer-mid-share {
  font-size: initial;
  position: relative;
  word-break: break-word;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 0px;
  vertical-align: middle;
}
.footer-mid-favorites {
  font-size: initial;
  position: relative;
  word-break: break-word;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 0px;
  vertical-align: middle;
}
.footer-mid-newsletter {
  font-size: initial;
  position: relative;
  word-break: break-word;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 0px;
  vertical-align: middle;
}
.footer-mid-share-txt {
  font-family: 'learningcurve';
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  color: #303f52;
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: middle;
}
.footer-mid-share-icon {
  width: 34px;
  height: 34px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.footer-mid-share-icon:before {
  color: #303f52;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.footer-mid-share-icon.fb:before {
  font-family: 'lourdes';
  content: "\e909";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 32px;
  line-height: 32px;
  top: 0;
}
.footer-mid-share-icon.twitter:before {
  font-family: 'lourdes';
  content: "\e915";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 26px;
  line-height: 26px;
  top: 4px;
}
.footer-mid-share-icon.youtube:before {
  font-family: 'lourdes';
  content: "\e917";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  line-height: 30px;
  top: 2px;
}
.footer-mid-share-icon.gplus:before {
  font-family: 'lourdes';
  content: "\e90a";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  line-height: 30px;
  top: 2px;
}
.footer-mid-share-icon.pinterest:before {
  font-family: 'lourdes';
  content: "\e90f";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 34px;
  line-height: 34px;
  top: 0;
}
.footer-mid-share-icon.insta:before {
  font-family: 'lourdes';
  content: "\e90d";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 32px;
  line-height: 32px;
  top: 1px;
}
.footer-mid-share-icon.flickr {
  margin: 0 5px;
}
.footer-mid-share-icon.flickr:before {
  font-family: 'lourdes';
  content: "\e919";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 40px;
  line-height: 40px;
  top: -2px;
}
.footer-mid-share-icon:hover {
  text-decoration: none;
}
.footer-mid-share-icon:hover:before {
  color: rgba(48, 63, 82, 0.7);
}
.footer-mid-favorites-a {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 40px 10px 0;
}
.footer-mid-favorites-a:before {
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  font-family: 'lourdes';
  content: "\e907";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 32px;
  line-height: 32px;
  color: #303f52;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.footer-mid-favorites-a:hover {
  text-decoration: none;
}
.footer-mid-favorites-a:hover:before {
  top: -8px;
}
.footer-mid-newsletter-a {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 40px 10px 0;
}
.footer-mid-newsletter-a:before {
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  font-family: 'lourdes';
  content: "\e90e";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 35px;
  line-height: 35px;
  color: #303f52;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.footer-mid-newsletter-a:hover {
  text-decoration: none;
}
.footer-mid-newsletter-a:hover:before {
  top: -8px;
}
.footer-mid-title {
  display: block;
  text-transform: uppercase;
  color: #303f52;
  font-family: 'raleway-extrabold-webfont';
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 2px;
}
.footer-mid-txt {
  display: block;
  font-family: 'roboto-regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #303f52;
}
.footer-bottom {
  background-color: #303f52;
  padding: 50px 0 60px;
}
.footer-bottom .TA_certificateOfExcellence {
  position: absolute;
  bottom: -82%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
}
.footer-bottom .TA_certificateOfExcellence li {
  list-style-type: none;
}
.footer-bottom .TA_certificateOfExcellence #CDSWIDCOE {
  margin: 0 auto;
}
.footer-bottom-row {
  font-size: 0;
}
.footer-bottom-row:after {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-bottom-row {
    margin: 0 -0px;
  }
}
.footer-bottom-left {
  font-size: initial;
  position: relative;
  word-break: break-word;
  display: inline-block;
  vertical-align: top;
  width: 37.5%;
  padding: 0 0px;
}
.footer-bottom-left-linx {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  margin: 0 0 0 -4px;
  list-style: none;
  padding: 0;
}
.footer-bottom-left-li {
  display: block;
  margin: 0 0 4px;
  background: 0;
}
.footer-bottom-left-a {
  display: inline-block;
  font-family: 'raleway-bold-webfont';
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #f5dfb8;
  padding: 5px 4px;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-bottom-left-a.spec {
  text-transform: none;
  font-family: 'opensans-regular';
  font-weight: 400;
  font-size: 11px;
}
.footer-bottom-left-a:hover {
  font-family: 'raleway-bold-webfont';
  font-weight: 400;
  color: #f5dfb8;
  background-color: rgba(245, 223, 184, 0.2);
  text-decoration: none;
}
.footer-bottom-left-a:hover.spec {
  font-family: 'opensans-regular';
  font-weight: 400;
}
.footer-bottom-left-spec-a {
  display: inline-block;
  padding: 4px 34px 4px 6px;
  margin: 0 0 0 4px;
  border: 1px solid #f5dfb8;
  font-family: 'raleway-bold-webfont';
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  text-decoration: none;
  color: #303f52;
  background-color: #f5dfb8;
  position: relative;
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
}
.footer-bottom-left-spec-a:after {
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  font-family: 'lourdes';
  content: "\e91d";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  line-height: 30px;
  color: #303f52;
  position: absolute;
  right: 4px;
  top: -6px;
}
.footer-bottom-left-spec-a:hover {
  text-decoration: none;
  font-family: 'raleway-bold-webfont';
  font-weight: 400;
  background-color: transparent;
  color: #f5dfb8;
}
.footer-bottom-left-spec-a:hover:after {
  color: #f5dfb8;
}
.footer-bottom-mid {
  font-size: initial;
  position: relative;
  word-break: break-word;
  display: inline-block;
  vertical-align: top;
  width: 37.5%;
  padding: 0 0px;
}
.footer-bottom-mid-container {
  padding: 0 80px 0 0;
}
.footer-bottom-mid-title {
  display: block;
  font-family: 'raleway-bold-webfont';
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #f5dfb8;
  padding: 4px 0 10px;
  text-transform: uppercase;
}
.footer-bottom-mid-txt {
  display: block;
  color: #ffffff;
  font-family: 'opensans-regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 15px;
}
.footer-bottom-mid-tel {
  display: block;
  font-family: 'opensans-regular';
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
  color: #f5dfb8;
  padding: 10px 5px;
  border-top: 1px solid rgba(245, 223, 184, 0.32);
  border-bottom: 1px solid rgba(245, 223, 184, 0.32);
}
.footer-bottom-right {
  font-size: initial;
  position: relative;
  word-break: break-word;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 0px;
  text-align: center;
}
.footer-bottom-right-logo {
  margin: 0 0 25px;
  display: block;
}
.footer-bottom-right-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer-bottom-right-contact {
  display: inline-block;
  padding: 22px 22px;
  background-color: #ffffff;
  color: #303f52;
  font-family: 'raleway-black-webfont';
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  border-radius: 4px;
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
}
.footer-bottom-right-contact:hover {
  font-family: 'raleway-black-webfont';
  font-weight: 400;
  text-decoration: none;
  background-color: transparent;
  color: #ffffff;
}
.footer-bottom-full-logos {
  display: inline-block;
  padding: 0 0 10px;
  margin: 0 10px 0 0;
  vertical-align: top;
}
.footer-bottom-full-logos.grandsite {
  padding: 0;
  max-width: 165px;
  margin: 0 30px 0 0;
}
.footer-bottom-full-logos img {
  display: block;
  max-width: 100%;
  height: auto;
}
/*-- HEADER COMMON --*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
}
.header.spec-header {
  position: relative;
}
.header.fixed {
  border-bottom: 2px solid #cacaca;
  -webkit-transform: translate(0, -30px);
  -moz-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  -o-transform: translate(0, -30px);
  transform: translate(0, -30px);
}
.header.fixed .header-logo-container {
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.header.fixed .header-logo {
  padding: 14px 40px;
  min-height: 0px;
}
.header-top-container {
  background-color: #fbf2e1;
}
.header-top-row {
  font-size: 0;
}
.header-top-row:after {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .header-top-row {
    margin: 0 -15px;
  }
}
.header-logo-container {
  font-size: initial;
  position: relative;
  word-break: break-word;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 15px;
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
}
.header-logo {
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  display: block;
  min-height: 130px;
  min-width: 250px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: #303f52;
  padding: 35px 40px;
}
.header-logo-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.header-sub-nav {
  font-size: initial;
  position: relative;
  word-break: break-word;
  display: inline-block;
  vertical-align: top;
  width: 75%;
  padding: 0 10px;
}
.header-sub-nav-lang-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 70px;
  height: 18px;
  margin: 0 0 0 -4px;
  border-right: 1px solid #979a9b;
}
.header-sub-nav-lang-container:before {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #979a9b;
  position: absolute;
  right: 30px;
  top: 0;
}
.header-sub-nav-lang-container:after {
  font-family: 'lourdes';
  content: "\e903";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #979a9b;
  position: absolute;
  font-size: 8px;
  line-height: 8px;
  right: 6px;
  top: 6px;
}
.header-sub-nav-lang-container:hover {
  cursor: pointer;
}
.header-sub-nav-languages {
  position: absolute;
  left: 0;
  top: -1px;
  margin: 0;
  padding: 0 5px 0;
  list-style: none;
  width: 30px;
  z-index: 3;
  background-color: #fbf2e1;
}
.header-sub-nav-languages li {
  background: 0;
  padding: 0;
}
.header-sub-nav-languages li.flags-show {
  width: 65px;
}
.header-sub-nav-ul {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  list-style: none;
  margin: 0 0 0 -4px;
  padding: 4px 0;
  text-align: right;
}
.header-sub-nav-li {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #979a9b;
  height: 22px;
  margin: 0 0 0 -4px;
  background: 0;
  padding: 0;
}
.header-sub-nav-search {
  content: "";
  width: 40px;
  height: 22px;
  position: relative;
  text-align: center;
}
.header-sub-nav-search:before {
  font-family: 'lourdes';
  content: "\e901";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  line-height: 16px;
  color: #303f52;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -8px auto 0;
}
.header-sub-nav-search:hover {
  cursor: pointer;
}
.header-sub-nav-search:hover:before {
  color: #e56851;
}
.header-sub-nav-a {
  display: block;
  font-family: 'raleway-extrabold-webfont';
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #303f52;
  text-transform: uppercase;
  padding: 4px 12px;
  text-decoration: none;
}
.header-sub-nav-a:hover {
  font-family: 'raleway-extrabold-webfont';
  font-weight: 400;
  color: #e56851;
  text-decoration: none;
}
.header-main-nav {
  background-color: #ffffff;
}
.header-main-nav-ul {
  padding: 8px 0 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
.header-main-nav-li {
  display: inline-block;
  position: relative;
  text-align: center;
  background: 0;
  padding: 0;
}
.header-main-nav-li:hover .header-main-nav-sub-ul {
  display: block;
}
.header-main-nav-li:hover .header-main-nav-a {
  text-decoration: none;
}
.header-main-nav-li:hover .header-main-nav-a:before {
  color: #dba950;
}
.header-main-nav-li:hover .header-main-nav-a span {
  border-bottom: 2px solid #303f52;
}
.header-main-nav-a {
  position: relative;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: 'raleway-black-webfont';
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #303f52;
  padding: 40px 15px 12px;
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
}
.header-main-nav-a:before {
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  font-size: 20px;
  line-height: 20px;
  color: #303f52;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: 0 auto;
}
.header-main-nav-a span {
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  display: block;
  padding: 0 0 4px;
  border-bottom: 2px solid rgba(48, 63, 82, 0);
}
.header-main-nav-a:hover {
  text-decoration: none;
  color: #303f52;
  font-family: 'raleway-black-webfont';
  font-weight: 400;
}
.header-main-nav-a-lourdes:before {
  font-family: 'lourdes';
  content: "\e911";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.header-main-nav-a-discover:before {
  font-family: 'lourdes';
  content: "\e908";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.header-main-nav-a-move:before {
  font-family: 'lourdes';
  content: "\e913";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.header-main-nav-a-pratic:before {
  font-family: 'lourdes';
  content: "\e910";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.header-main-nav-sub-ul {
  display: none;
  text-align: left;
  background-color: #303f52;
  z-index: 4;
  width: 280px;
  padding: 15px 40px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 100%;
  margin-left: -70px;
}
.header-main-nav-sub-li {
  margin: 0;
  padding: 0;
  list-style-type: disc;
  background: 0;
}
.header-main-nav-sub-a {
  display: block;
  font-family: 'opensans-semibold';
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
  padding: 5px 0;
  text-decoration: none;
}
.header-main-nav-sub-a:hover {
  color: #dba950;
  font-family: 'opensans-semibold';
  font-weight: 400;
  text-decoration: none;
}
.block-search {
  position: fixed;
  text-align: center;
  z-index: 1000;
  top: 0;
  right: -100%;
  background-color: rgba(48, 63, 82, 0.98);
  height: 100%;
  width: 100%;
  -webkit-transition: all all 0.3s ease ease;
  -moz-transition: all all 0.3s ease ease;
  -ms-transition: all all 0.3s ease ease;
  -o-transition: all all 0.3s ease ease;
  transition: all all 0.3s ease ease;
  -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;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-transform: translate(-240%, 0);
  -moz-transform: translate(-240%, 0);
  -ms-transform: translate(-240%, 0);
  -o-transform: translate(-240%, 0);
  transform: translate(-240%, 0);
}
.block-search.active {
  -webkit-transition: all all 0.3s ease ease;
  -moz-transition: all all 0.3s ease ease;
  -ms-transition: all all 0.3s ease ease;
  -o-transition: all all 0.3s ease ease;
  transition: all all 0.3s ease ease;
  -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;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.block-search-logo {
  display: inline-block;
  width: 20%;
  margin: 20px 0 0 -4px;
  vertical-align: top;
}
.block-search-close {
  display: inline-block;
  width: 80%;
  margin: 20px 0 0 -4px;
  vertical-align: top;
  text-align: right;
}
.block-search-close-btn {
  position: relative;
  text-align: center;
  height: 40px;
  width: 40px;
  border: 0;
  background-color: transparent;
}
.block-search-close-btn:before {
  font-family: 'lourdes';
  content: "\e91e";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.block-search-close-btn:hover {
  cursor: pointer;
}
.block-search-form-block {
  margin: 100px 0 0;
}
.block-search-form-block #search {
  border: 0;
  text-align: center;
  position: relative;
}
.block-search-form-block #search label {
  font-family: 'raleway-black-webfont';
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  width: 300px;
  margin: 0 0 15px -154px;
  overflow: auto;
  position: relative;
  text-indent: 0;
}
.block-search-form-block #search fieldset {
  border: 0;
}
.block-search-form-block #search input.search {
  text-align: left;
  border: 0;
  border-radius: 0;
  height: 38px;
  width: 300px;
  background-color: #ffffff;
  padding: 0 10px;
  margin: 0 15px 0 0;
  vertical-align: middle;
}
.block-search-btn {
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  width: 38px;
  position: relative;
  background-color: transparent;
  border: 0;
  color: transparent;
}
.block-search-btn:before {
  font-family: 'lourdes';
  content: "\e901";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 28px;
  line-height: 28px;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
}
.block-search-btn:hover {
  cursor: pointer;
}
/* 
___________________________________________
                                         
 #        ##   #   #  ####  #    # ##### 
 #       #  #   # #  #    # #    #   #   
 #      #    #   #   #    # #    #   #   
 #      ######   #   #    # #    #   #   
 #      #    #   #   #    # #    #   #   
 ###### #    #   #    ####   ####    #                                      
___________________________________________

Layout Responsive Styles 
*/
@media (max-width: 992px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .mobile {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .mobile {
    display: inline-block;
  }
}
@media (max-width: 1145px) {
  body {
    /* Cart */
    /* Header */
    /* Homepage image grid */
    /* Containers */
    /* Main Container */
  }
  body .OsPanier.api .ospanier.minitoggle {
    width: 175px !important;
  }
  body .OsPanier.api .ospanier.minitoggle .entete {
    height: 55px !important;
    position: relative !important;
  }
  body .OsPanier.api .ospanier.minitoggle .entete .EnteteNbArticles {
    min-width: 22px !important;
    text-align: center !important;
  }
  body .OsPanier.api .ospanier.minitoggle .entete > span:first-child {
    width: 100% !important;
    padding: 0;
  }
  body .overlay-map-mobile {
    display: none !important;
  }
  body header.header .header-main-nav-ul .header-main-nav-li a span {
    font-size: 18px;
  }
  body .pages-blk-li .pages-blk-a {
    overflow: hidden;
  }
  body .pages-blk-li .pages-blk-img {
    height: 100%;
    width: auto;
    max-width: 160%;
  }
  body .container {
    width: 100%;
  }
  body #main #middle {
    width: 100%;
    margin: 0;
  }
  body #main #middle > #content {
    width: 75%;
    margin: 0;
    /* Albums (image grid) */
    /* Block Mini map on content */
    /* Gestion de la map interactive */
  }
  body #main #middle > #content.content-large {
    width: 100%;
  }
  body #main #middle > #content .list-albums {
    font-size: 0px;
  }
  body #main #middle > #content .list-albums > li {
    font-size: initial;
    position: relative;
    word-break: break-word;
    display: inline-block;
    vertical-align: top;
    width: 33.333333333333336%;
    padding: 0 15px;
    margin: 10px 0;
  }
  body #main #middle > #content .list-albums > li .picture {
    min-height: 0;
    overflow: hidden;
  }
  body #main #middle > #content .list-albums > li .title {
    padding-top: 10px;
  }
  body #main #middle > #content .blockData {
    clear: both;
  }
  body #main #middle > #content .blockData .mapContainerStatic {
    width: auto;
  }
  body #main #middle > #content .blockData .tel {
    float: right;
    padding-right: 20px;
    width: 31%;
  }
  body #main #middle > #content .blockData .adress {
    width: 30%;
  }
  body #main #middle > #content .imap-container #iMap {
    width: 75%;
    max-height: 400px;
  }
  body #main #middle > #content .imap-container form {
    width: 25%;
  }
  body #main #middle #zone-left {
    width: 25%;
    margin: 0;
  }
}
@media (max-width: 1145px) and (max-width: 590px) {
  body #main #middle > #content .list-albums > li {
    font-size: initial;
    position: relative;
    word-break: break-word;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 1145px) and (max-width: 1035px) and (min-width: 990px) {
  body #main #middle > #content .blockData .tel {
    float: none;
  }
}
@media (max-width: 1145px) and (max-width: 1035px) {
  body #main #middle > #content .blockData .adress {
    width: 27%;
  }
}
@media (max-width: 992px) {
  body:not(.landing-page) {
    /* DEBUG HELPER * {
			background-color: red;
			border:1px dashed orange;
		}*/
    /* Containers */
    /* Main Container */
  }
  body:not(.landing-page) .OsPanierPopIn {
    width: 100%;
  }
  body:not(.landing-page) > pre {
    display: none;
  }
  body:not(.landing-page) #colorbox {
    /* Iphone popup position debug */
    top: 10px !important;
    position: fixed;
  }
  body:not(.landing-page) #cboxLoadedContent {
    /* Iphone popup scroll debug */
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  body:not(.landing-page) .cookies-bar {
    width: 100%;
  }
  body:not(.landing-page) .cookies-bar--span {
    width: 100%;
  }
  body:not(.landing-page) .container {
    width: 100%;
  }
  body:not(.landing-page) #sub-footer {
    width: 100%;
  }
  body:not(.landing-page) #main {
    /* Slides */
    /* Fix map scroll on mobile */
    /* Widget de recherche */
    /* Header Slider */
    /* Page container */
    /* Titles */
  }
  body:not(.landing-page) #main section.slider {
    overflow-x: hidden;
  }
  body:not(.landing-page) #main .overlay-map-mobile-container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  body:not(.landing-page) #main .overlay-map-mobile-container .overlay-map-mobile {
    cursor: pointer;
    display: block !important;
    position: absolute;
    background: transparent;
    width: 840px;
    height: 480px;
    top: 480px;
    margin-top: -480px;
  }
  body:not(.landing-page) #main #widget-recherche-partenaire .Groupe .GroupeEntete .GroupeEnteteIcone {
    background-size: 50%;
  }
  body:not(.landing-page) #main #widget-recherche-partenaire .Groupe .GroupeEntete span {
    font-size: 16px;
  }
  body:not(.landing-page) #main #widget-recherche-partenaire .Groupe .GroupeCorps {
    padding: 0 10px !important;
  }
  body:not(.landing-page) #main section.slider .slides img {
    min-height: 300px;
    width: auto;
    max-width: 8000px;
  }
  body:not(.landing-page) #main #middle {
    /* Change displayed order */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    /* Sidebar */
    /* Main Column */
    /* Sidebar (passe en bas de page) */
  }
  body:not(.landing-page) #main #middle > #zone-left {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  body:not(.landing-page) #main #middle > #content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    margin: 0;
    /* Styles globaux contenu */
    /* Rangées par default */
    /* All texts */
    /* Fil d'Ariane */
    /* Rangée Gallerie (image grid) */
    /* Caroussel diaporama images */
    /* plan de ville */
    /* Video */
    /* Albums (image grid) */
    /* Iframe in text */
    /* Block Flags after content */
    /* Block with tabs */
    /* Block Activities */
    /* Rangée Recherche */
    /* Rangée description */
    /* Rangée disponibilités */
    /* Rangée list Items */
    /* Rangée list results */
    /* Result Pager */
    /* Rangée Caroussel */
    /* Rangée Vidéo */
    /* Rangée Texte + Image */
    /* Gestion de la map interactive */
    /* Rangée "Comment venir" avec map */
    /* Rangée "Brochures" */
    /* Rangée formulaire de contact et Block "proposer une photo" */
    /* Rangée liste des disponibilités */
    /* Bouton ajout au carnet d'adresse */
    /* Rangée Block Orange - bas de page */
    /* Rangée partage Social media */
    /* Rangée image du plan (sanctuary) */
  }
  body:not(.landing-page) #main #middle > #content h1 {
    font-size: 26px;
  }
  body:not(.landing-page) #main #middle > #content .text p,
  body:not(.landing-page) #main #middle > #content .text ul li,
  body:not(.landing-page) #main #middle > #content .textGauche p,
  body:not(.landing-page) #main #middle > #content .cdf_module_1280 p,
  body:not(.landing-page) #main #middle > #content .contentTab ul li,
  body:not(.landing-page) #main #middle > #content .contentTab p,
  body:not(.landing-page) #main #middle > #content .adressesUtilesBox p,
  body:not(.landing-page) #main #middle > #content .feed-box-dates p.textBlock {
    font-size: 16px;
    line-height: 22px !important;
  }
  body:not(.landing-page) #main #middle > #content .text p:empty,
  body:not(.landing-page) #main #middle > #content .text ul li:empty,
  body:not(.landing-page) #main #middle > #content .textGauche p:empty,
  body:not(.landing-page) #main #middle > #content .cdf_module_1280 p:empty,
  body:not(.landing-page) #main #middle > #content .contentTab ul li:empty,
  body:not(.landing-page) #main #middle > #content .contentTab p:empty,
  body:not(.landing-page) #main #middle > #content .adressesUtilesBox p:empty,
  body:not(.landing-page) #main #middle > #content .feed-box-dates p.textBlock:empty {
    display: none;
  }
  body:not(.landing-page) #main #middle > #content .contentTab h3,
  body:not(.landing-page) #main #middle > #content .adressesUtilesBox h4 {
    font-size: 18px;
    line-height: 25px !important;
  }
  body:not(.landing-page) #main #middle > #content .breadcrumbs {
    padding-right: 0;
  }
  body:not(.landing-page) #main #middle > #content .breadcrumbs li a {
    line-height: 18px;
  }
  body:not(.landing-page) #main #middle > #content .gallery-container .item {
    font-size: initial;
    position: relative;
    word-break: break-word;
    display: inline-block;
    vertical-align: top;
    width: 33.333333333333336%;
    padding: 0 15px;
    margin: 10px 0;
  }
  body:not(.landing-page) #main #middle > #content > .atm-google-map {
    max-height: 400px;
  }
  body:not(.landing-page) #main #middle > #content .album-media-container {
    /* 1568 */
  }
  body:not(.landing-page) #main #middle > #content .album-media-container .album-detail .album-media object,
  body:not(.landing-page) #main #middle > #content .album-media-container .album-detail .album-media embed {
    width: 100%;
  }
  body:not(.landing-page) #main #middle > #content .list-albums {
    font-size: 0px;
  }
  body:not(.landing-page) #main #middle > #content .list-albums > li {
    font-size: initial;
    position: relative;
    word-break: break-word;
    display: inline-block;
    vertical-align: top;
    width: 33.333333333333336%;
    padding: 0 15px;
    margin: 10px 0;
  }
  body:not(.landing-page) #main #middle > #content div.text iframe {
    width: 100%;
  }
  body:not(.landing-page) #main #middle > #content .blockGris.pictos-detail {
    /*float: none;
				    		display: inline-block;*/
    min-height: 40px;
    line-height: 30px;
  }
  body:not(.landing-page) #main #middle > #content #anchortab {
    /* Tabs */
    /* Tab content */
  }
  body:not(.landing-page) #main #middle > #content #anchortab > ul li {
    border: none;
    width: 50%;
  }
  body:not(.landing-page) #main #middle > #content #anchortab > ul li h2 {
    width: 100%;
  }
  body:not(.landing-page) #main #middle > #content #anchortab > ul li h2 a {
    text-align: center;
    width: 100%;
  }
  body:not(.landing-page) #main #middle > #content #anchortab > div h3 {
    padding-bottom: 10px;
  }
  body:not(.landing-page) #main #middle > #content #anchortab > div ul.list li {
    width: 100%;
    padding: 0px 0 5px 10px;
  }
  body:not(.landing-page) #main #middle > #content #anchortab > div #js-widget-avis > div {
    font-size: 16px;
  }
  body:not(.landing-page) #main #middle > #content .blockList-flux-detail {
    margin-bottom: 20px;
  }
  body:not(.landing-page) #main #middle > #content .blockList-flux-detail > h2 {
    font-size: 19px;
  }
  body:not(.landing-page) #main #middle > #content .blockList-flux-detail > ul li a {
    font-size: 17px;
    line-height: 24px;
  }
  body:not(.landing-page) #main #middle > #content .search-feed .pictos {
    margin: 0 0 10px 0;
  }
  body:not(.landing-page) #main #middle > #content .search-form-container .mapContainer #mapAdress {
    max-height: 400px;
  }
  body:not(.landing-page) #main #middle > #content .search-form-container input[type="submit"] {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
  }
  body:not(.landing-page) #main #middle > #content .search-form-container br {
    display: none;
  }
  body:not(.landing-page) #main #middle > #content .blockList-flux-detail ul.sub li {
    width: 95%;
  }
  body:not(.landing-page) #main #middle > #content .OsMoteurCriterisation .OsMoteurCritBloc {
    font-size: 14px;
    padding-bottom: 5px;
  }
  body:not(.landing-page) #main #middle > #content .OsMoteurCriterisation .OsMoteurCritereContenu input,
  body:not(.landing-page) #main #middle > #content .OsMoteurCriterisation .OsMoteurCritereContenu select {
    font-size: 13px;
  }
  body:not(.landing-page) #main #middle > #content ul.list-feed li.box-feed-li {
    padding: 0 0 5px 0 !important;
    width: 49%;
    margin-right: 1%;
  }
  body:not(.landing-page) #main #middle > #content ul.list-feed li.box-feed-li .box-feed-top {
    margin: 8px auto 9px;
    width: 100%;
  }
  body:not(.landing-page) #main #middle > #content ul.list-feed li.box-feed-li .box-feed {
    width: 100%;
    margin: 0;
  }
  body:not(.landing-page) #main #middle > #content ul.list-feed li.box-feed-li .box-feed h2 a {
    font-size: 16px;
    padding-top: 5px;
  }
  body:not(.landing-page) #main #middle > #content ul.list-feed li.box-feed-li .box-feed-address {
    font-size: 15px;
    line-height: 24px;
  }
  body:not(.landing-page) #main #middle > #content ul.list-feed li.box-feed-li ul.box-feed-cat li:before {
    top: 2px;
  }
  body:not(.landing-page) #main #middle > #content ul.list-feed li.box-feed-li ul.box-feed-cat li a {
    font-size: 15px;
    line-height: 20px;
  }
  body:not(.landing-page) #main #middle > #content .results ul li.clearfix .description {
    width: 100%;
  }
  body:not(.landing-page) #main #middle > #content .results ul li.clearfix .description p {
    font-size: 15px;
    line-height: 22px;
  }
  body:not(.landing-page) #main #middle > #content .pagination {
    margin-bottom: 20px;
  }
  body:not(.landing-page) #main #middle > #content .pagination strong,
  body:not(.landing-page) #main #middle > #content .pagination a {
    font-size: 21px;
  }
  body:not(.landing-page) #main #middle > #content .video {
    width: 100%;
  }
  body:not(.landing-page) #main #middle > #content .video iframe {
    width: 100%;
  }
  body:not(.landing-page) #main #middle > #content .center:not(.imgCenter) {
    width: 100% !important;
    text-align: center;
  }
  body:not(.landing-page) #main #middle > #content .pmedia-oembed .atm-embed {
    max-width: 1500px !important;
  }
  body:not(.landing-page) #main #middle > #content .pmedia-oembed .atm-embed iframe {
    width: 100%;
  }
  body:not(.landing-page) #main #middle > #content #gMapDetail {
    width: 100% !important;
  }
  body:not(.landing-page) #main #middle > #content .OsMoteur .OsWrapSelect {
    max-height: 28px;
  }
  body:not(.landing-page) #main #middle > #content .imap-container #iMap {
    width: 100%;
  }
  body:not(.landing-page) #main #middle > #content .imap-container form {
    width: 100%;
  }
  body:not(.landing-page) #main #middle > #content .imap-container form .imap-feed-checkbox {
    width: 50%;
    float: left;
  }
  body:not(.landing-page) #main #middle > #content .blockData {
    /* Full width */
  }
  body:not(.landing-page) #main #middle > #content .dossiersPresse ul {
    margin: 0;
  }
  body:not(.landing-page) #main #middle > #content .dossiersPresse ul li {
    padding: 0;
  }
  body:not(.landing-page) #main #middle > #content .dossiersPresse ul li .image {
    text-align: right;
    width: 21%;
  }
  body:not(.landing-page) #main #middle > #content .dossiersPresse ul li .description {
    padding-left: 5%;
    width: 70%;
  }
  body:not(.landing-page) #main #middle > #content .anchorMap,
  body:not(.landing-page) #main #middle > #content .add-roadbook,
  body:not(.landing-page) #main #middle > #content .remove-roadbook {
    font-size: 12px;
  }
  body:not(.landing-page) #main #middle > #content .add-roadbook,
  body:not(.landing-page) #main #middle > #content .remove-roadbook {
    margin-bottom: 10px;
  }
  body:not(.landing-page) #main #middle > #content .bloc-row {
    margin: 20px 0 20px;
    /* Cf. margin on titles : 43) */
  }
  body:not(.landing-page) #main #middle > #content .bloc-row .rightDefault,
  body:not(.landing-page) #main #middle > #content .bloc-row .leftDefault {
    width: 100%;
  }
  body:not(.landing-page) #main #middle > #content .bloc-row .rightDefault h3,
  body:not(.landing-page) #main #middle > #content .bloc-row .leftDefault h3 {
    font-size: 19px !important;
    line-height: 24px;
    padding-top: 5px;
  }
  body:not(.landing-page) #main #middle > #content .bloc-row .rightDefault p,
  body:not(.landing-page) #main #middle > #content .bloc-row .leftDefault p {
    font-size: 16px;
    line-height: 25px;
  }
  body:not(.landing-page) #main #middle > #content .bloc-row .rightDefault p:empty,
  body:not(.landing-page) #main #middle > #content .bloc-row .leftDefault p:empty {
    display: none;
  }
  body:not(.landing-page) #main #middle > #content .bloc-row .leftDefault {
    margin-bottom: 20px;
  }
  body:not(.landing-page) #main #middle > #content .social-interior {
    text-align: center;
    margin-bottom: 50px;
  }
  body:not(.landing-page) #main #middle > #content .planCommente {
    width: 100%;
    height: auto;
    background-size: 100%;
    min-height: 320px;
  }
  body:not(.landing-page) #main #middle > #content .planCommente ul {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 320px;
  }
  body:not(.landing-page) #main #middle > #content .planCommente ul li:not(.open) {
    width: 30px;
    height: 30px;
  }
  body:not(.landing-page) #main #middle > #content .planCommente ul li a span {
    font-size: 0px;
    position: relative;
  }
  body:not(.landing-page) #main #middle > #content .planCommente ul li a span:before {
    content: "+";
    position: absolute;
    top: 4px;
    left: 8px;
    font-size: 25px;
  }
  body:not(.landing-page) #main #middle > #content .planCommente ul li a.open span {
    font-size: 9px;
    line-height: 12px;
  }
  body:not(.landing-page) #main #middle > #content .planCommente ul li a.open span:before {
    display: none;
  }
  body:not(.landing-page) #main #middle > #content .planCommente ul li.link1 {
    top: 13%;
    left: 23%;
  }
  body:not(.landing-page) #main #middle > #content .planCommente ul li.link2 {
    top: 33%;
    left: 46%;
  }
  body:not(.landing-page) #main #middle > #content .planCommente ul li.link3 {
    top: 29%;
    left: 34%;
  }
  body:not(.landing-page) #main #middle > #content .planCommente ul li.link4 {
    top: 43%;
    left: 43%;
  }
  body:not(.landing-page) #main #middle > #content .planCommente ul li.link5 {
    top: 56%;
    left: 49%;
  }
  body:not(.landing-page) #main #middle > #content .planCommente ul li.link6 {
    top: 45%;
    left: 20%;
  }
  body:not(.landing-page) #main #middle > #content .planCommente ul li.link7 {
    top: 64%;
    left: 6%;
  }
  body:not(.landing-page) #main #middle #zone-left {
    width: 100%;
  }
  body:not(.landing-page) #main #middle #zone-left #nav-secondary {
    min-height: auto;
    padding: 0;
  }
  body:not(.landing-page) #main #middle #zone-left #nav-secondary ul.CMS_lvl1 li.CMS_lvl1 a.CMS_lvl1 {
    font-size: 20px;
  }
  body:not(.landing-page) #main #middle #zone-left #nav-secondary ul.CMS_lvl1 li.CMS_lvl1 a.CMS_lvl1:after {
    right: auto;
    padding-left: 17px;
  }
  body:not(.landing-page) #main #middle #zone-left #nav-secondary ul.CMS_lvl1 li.CMS_lvl1 .CMS_lvl3:before {
    top: 6px;
  }
  body:not(.landing-page) #main #middle #zone-left #nav-secondary ul.CMS_lvl1 li.CMS_lvl1 .CMS_lvl3 a {
    padding: 5px 0 5px 25px;
  }
  body:not(.landing-page) #main #middle #zone-left #nav-secondary ul.CMS_lvl1 li.CMS_lvl1 ul li a {
    font-size: 18px;
    line-height: 20px;
  }
  body:not(.landing-page) #main #middle #zone-left #nav-secondary .left-blocks span {
    font-size: 20px;
    line-height: 30px;
  }
  body:not(.landing-page) #main .slider-title {
    font-size: 30px;
    line-height: 40px;
  }
  body:not(.landing-page).os-partenaire-mobile #content > div.text > table {
    width: 100% !important;
    border: none;
  }
  body:not(.landing-page).os-partenaire-mobile #content > div.text > table tbody > tr td {
    border: none;
    border-bottom: 1px solid #efefef;
    display: table-row;
    padding: 5px;
  }
  body:not(.landing-page).os-partenaire-mobile #content > div.text > table tbody > tr:first-child {
    display: none;
    /* Remove heading */
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  body:not(.landing-page) #main section.slider .slides img {
    min-height: 200px;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  body:not(.landing-page) #main #middle > #content .gallery-container .item {
    font-size: initial;
    position: relative;
    word-break: break-word;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  body:not(.landing-page) #main #middle > #content > .atm-google-map {
    max-height: 300px;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  body:not(.landing-page) #main #middle > #content .list-albums > li {
    font-size: initial;
    position: relative;
    word-break: break-word;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  body:not(.landing-page) #main #middle > #content .search-form-container .mapContainer #mapAdress {
    max-height: 300px;
  }
}
@media (max-width: 992px) and (max-width: 800px) {
  body:not(.landing-page) #main #middle > #content .search-form-container {
    /* /gite-meubles-lourdes/ */
    /* /hotel-lourdes/ */
  }
  body:not(.landing-page) #main #middle > #content .search-form-container h2 {
    margin-bottom: 10px;
    display: block;
  }
  body:not(.landing-page) #main #middle > #content .search-form-container input[type='text'],
  body:not(.landing-page) #main #middle > #content .search-form-container select {
    width: 100%;
    margin-bottom: 10px;
  }
  body:not(.landing-page) #main #middle > #content .search-form-container .ui-datepicker-trigger {
    position: relative;
    top: -32px;
    left: 90%;
  }
  body:not(.landing-page) #main #middle > #content .search-form-container form p.dates {
    margin-top: 10px;
  }
  body:not(.landing-page) #main #middle > #content .search-form-container form .confort-label {
    margin-bottom: 10px;
  }
  body:not(.landing-page) #main #middle > #content .search-form-container form > label {
    /* /camping-lourdes/ */
    width: 48%;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
  }
  body:not(.landing-page) #main #middle > #content .search-form-container form > label input {
    position: absolute;
    right: 0;
  }
  body:not(.landing-page) #main #middle > #content .search-form-container .pictos {
    margin: 10px 0 0 0;
    clear: both;
  }
  body:not(.landing-page) #main #middle > #content .search-form-container .pictos input.checkbox {
    margin: 5px;
    margin: 0 5px 15px 5px;
  }
  body:not(.landing-page) #main #middle > #content .search-form-container .pictos input[type='submit'] {
    clear: both;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  body:not(.landing-page) #main #middle > #content .search-form-container .pictos label {
    margin-top: 5px;
    display: inline-block;
  }
}
@media (max-width: 992px) and (max-width: 730px) {
  body:not(.landing-page) #main #middle > #content ul.list-feed li.box-feed-li {
    font-size: initial;
    position: relative;
    word-break: break-word;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  body:not(.landing-page) #main #middle > #content .carrousel {
    width: 100%;
  }
  body:not(.landing-page) #main #middle > #content .carrousel .shadow {
    height: auto;
    width: 100%;
  }
  body:not(.landing-page) #main #middle > #content .carrousel .shadow .img_carousel {
    height: auto;
    overflow: hidden;
    max-height: 300px;
  }
  body:not(.landing-page) #main #middle > #content .carrousel .shadow .img_carousel img {
    width: 100%;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  body:not(.landing-page) #main #middle > #content div.clearfix .imgRight,
  body:not(.landing-page) #main #middle > #content div.clearfix .imgLeft {
    float: none;
    margin: 0;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 10px 0;
  }
  body:not(.landing-page) #main #middle > #content div.clearfix .imgRight img,
  body:not(.landing-page) #main #middle > #content div.clearfix .imgLeft img {
    width: 100%;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  body:not(.landing-page) #main #middle > #content .imap-container form .imap-feed-checkbox {
    width: 100%;
    float: none;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  body:not(.landing-page) #main #middle > #content .blockData {
    /* For items : /web/EN/506-useful-addresses.php?item=683& */
  }
  body:not(.landing-page) #main #middle > #content .blockData .adress {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  body:not(.landing-page) #main #middle > #content .blockData .tel {
    float: left;
    width: auto;
    padding-bottom: 20px;
  }
  body:not(.landing-page) #main #middle > #content .blockData .mapContainerStatic {
    width: auto;
  }
  body:not(.landing-page) #main #middle > #content .blockData .imgRight {
    float: none;
    width: 100%;
  }
  body:not(.landing-page) #main #middle > #content .blockData .imgRight #mapStatic {
    text-align: center;
    width: 100%;
    /* Can be a simple image */
    /* Real canvas : /web/EN/538-group-accommodation.php?item=HCOLLMID06500000& */
  }
  body:not(.landing-page) #main #middle > #content .blockData .imgRight #mapStatic img {
    width: auto;
    max-height: 300px;
  }
  body:not(.landing-page) #main #middle > #content .blockData .imgRight #mapStatic #gMapDetail {
    width: 100%;
  }
  body:not(.landing-page) #main #middle > #content .blockData > .block > .imgRight {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  body:not(.landing-page) #main #middle > #content .blockData > .block > .text {
    padding-top: 20px;
  }
}
@media (max-width: 992px) and (max-width: 992px) and (max-width: 700px) {
  body:not(.landing-page) #main #middle > #content .blockData .imgRight #mapStatic img {
    width: 100%;
    max-height: none;
    height: auto;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  body:not(.landing-page) #main #middle > #content > .cms_forms > form > table > tbody > tr > td {
    display: block !important;
    width: 100%;
    text-align: left !important;
  }
  body:not(.landing-page) #main #middle > #content > .cms_forms > form > table > tbody > tr > td input,
  body:not(.landing-page) #main #middle > #content > .cms_forms > form > table > tbody > tr > td textarea {
    width: 100%;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  body:not(.landing-page) #main #middle > #content #dispo-alliance-reseaux .BlocDescriptionDetail {
    margin: 10px 0;
  }
  body:not(.landing-page) #main #middle > #content #dispo-alliance-reseaux .BlocDescriptionDetail .BlocProduit .Images {
    width: 100%;
    position: relative;
  }
  body:not(.landing-page) #main #middle > #content #dispo-alliance-reseaux .BlocDescriptionDetail .BlocProduit .Images a {
    height: auto;
  }
  body:not(.landing-page) #main #middle > #content #dispo-alliance-reseaux .BlocDescriptionDetail .BlocProduit .BlocType,
  body:not(.landing-page) #main #middle > #content #dispo-alliance-reseaux .BlocDescriptionDetail .BlocProduit .Intitule,
  body:not(.landing-page) #main #middle > #content #dispo-alliance-reseaux .BlocDescriptionDetail .BlocProduit .Description {
    padding-left: 0;
    height: auto;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 19px;
  }
  body:not(.landing-page) #main #middle > #content #dispo-alliance-reseaux .BlocDescriptionDetail .BlocProduit .Intitule {
    font-size: 16px;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  body:not(.landing-page) #main #middle > #content .anchorMap,
  body:not(.landing-page) #main #middle > #content .add-roadbook,
  body:not(.landing-page) #main #middle > #content .remove-roadbook {
    font-size: 13px;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  body:not(.landing-page) #main #middle > #content .add-roadbook,
  body:not(.landing-page) #main #middle > #content .remove-roadbook {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) and (max-width: 993px) {
  body:not(.landing-page) #main #middle > #content .planCommente {
    min-height: 440px;
  }
}
@media (max-width: 992px) and (max-width: 900px) {
  body:not(.landing-page) #main #middle > #content .planCommente {
    min-height: 390px;
  }
}
@media (max-width: 992px) and (max-width: 800px) {
  body:not(.landing-page) #main #middle > #content .planCommente {
    min-height: 360px;
  }
}
@media (max-width: 992px) and (max-width: 700px) {
  body:not(.landing-page) #main #middle > #content .planCommente {
    min-height: 300px;
  }
}
@media (max-width: 992px) and (max-width: 600px) {
  body:not(.landing-page) #main #middle > #content .planCommente {
    min-height: 230px;
  }
}
@media (max-width: 992px) and (max-width: 500px) {
  body:not(.landing-page) #main #middle > #content .planCommente {
    min-height: 180px;
  }
}
@media (max-width: 992px) and (max-width: 400px) {
  body:not(.landing-page) #main #middle > #content .planCommente {
    min-height: 140px;
  }
}
@media (max-width: 992px) and (max-width: 993px) {
  body:not(.landing-page) #main #middle > #content .planCommente ul {
    min-height: 440px;
  }
}
@media (max-width: 992px) and (max-width: 900px) {
  body:not(.landing-page) #main #middle > #content .planCommente ul {
    min-height: 390px;
  }
}
@media (max-width: 992px) and (max-width: 800px) {
  body:not(.landing-page) #main #middle > #content .planCommente ul {
    min-height: 360px;
  }
}
@media (max-width: 992px) and (max-width: 700px) {
  body:not(.landing-page) #main #middle > #content .planCommente ul {
    min-height: 300px;
  }
}
@media (max-width: 992px) and (max-width: 600px) {
  body:not(.landing-page) #main #middle > #content .planCommente ul {
    min-height: 230px;
  }
}
@media (max-width: 992px) and (max-width: 500px) {
  body:not(.landing-page) #main #middle > #content .planCommente ul {
    min-height: 180px;
  }
}
@media (max-width: 992px) and (max-width: 400px) {
  body:not(.landing-page) #main #middle > #content .planCommente ul {
    min-height: 140px;
  }
}
@media (max-width: 992px) and (max-width: 500px) {
  body:not(.landing-page) #main #middle > #content .planCommente ul li:not(.open) {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 992px) and (max-width: 500px) {
  body:not(.landing-page) #main #middle > #content .planCommente ul li a span:before {
    top: -1px;
    left: 3px;
  }
}
/* 
___________________________________________
                                          
 #    # ######   ##   #####  ###### #####  
 #    # #       #  #  #    # #      #    # 
 ###### #####  #    # #    # #####  #    # 
 #    # #      ###### #    # #      #####  
 #    # #      #    # #    # #      #   #  
 #    # ###### #    # #####  ###### #    # 
___________________________________________

 Responsive Header

*/
header.header.open {
  width: 100%;
  position: fixed;
  min-height: 100%;
}
header.header .android-cta {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(48, 63, 82, 0.98);
  z-index: 99999;
}
header.header .android-cta button.close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}
header.header .android-cta div.img {
  overflow: hidden;
  padding: 10px;
  float: left;
  width: 30%;
  border-radius: 8px;
  text-align: right;
}
header.header .android-cta div.img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  max-height: 126px;
  max-width: 126px;
}
header.header .android-cta div.banner-content {
  float: left;
  width: 70%;
  padding-left: 10px;
  padding-bottom: 10px;
  display: inline;
}
header.header .android-cta div.banner-content .title {
  padding: 10px 10px 0 10px;
  font-size: 18px;
  color: #fff;
}
header.header .android-cta div.banner-content .stitle {
  padding: 5px 10px;
  font-size: 12px;
  font-style: italic;
  color: #f4f4f4;
}
header.header .android-cta div.banner-content .text {
  padding: 0 10px 10px 10px;
  font-size: 13px;
  color: #fff;
}
header.header .android-cta div.banner-content .cta {
  background: rgba(255, 255, 255, 0.8);
  margin: 0 10px;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  border: none;
}
.burger {
  position: absolute;
  cursor: pointer;
  top: 20px;
  left: 20px;
}
@media (max-width: 590px) {
  .burger {
    top: 10px;
    left: 5px;
  }
}
@media (max-width: 377px) {
  .burger {
    left: 0px;
  }
}
.burger .menu-icon {
  height: 60px;
  width: 60px;
  padding: 20px 10px;
  border-radius: 50px;
}
@media (max-width: 327px) {
  .burger .menu-icon {
    padding: 20px 0px;
  }
}
.burger .menu-icon-barre {
  position: absolute;
  display: block;
  height: 2px;
  width: 40px;
  background: #303f52;
}
@media (max-width: 377px) {
  .burger .menu-icon-barre {
    width: 35px;
  }
}
.burger .menu-icon-barre::before {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: -8px;
  height: 2px;
  width: 40px;
  background: #303f52;
  transition: all ease .3s;
}
@media (max-width: 377px) {
  .burger .menu-icon-barre::before {
    width: 35px;
  }
}
.burger .menu-icon-barre::after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: -16px;
  height: 2px;
  width: 40px;
  background: #303f52;
  transition: all ease .3s;
}
@media (max-width: 377px) {
  .burger .menu-icon-barre::after {
    width: 35px;
  }
}
.burger .menu-icon.open {
  top: 28px;
}
.burger .menu-icon.open .menu-icon-barre {
  background-color: #fff;
  height: 0;
  top: 15px;
}
.burger .menu-icon.open .menu-icon-barre::before {
  top: 14px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger .menu-icon.open .menu-icon-barre::after {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 992px) {
  #main {
    padding-top: 0px;
  }
  #slide-container .slide {
    background-position-x: 40%;
  }
  /* Search panel */
  .block-search-form-block {
    margin: 0;
    /*@media (max-width:@phone){
			margin: 20% 0 0;
		}*/
  }
  .block-search-form-block #search fieldset {
    padding: 0;
    margin: 0;
  }
  .block-search-form-block #search fieldset input[type='text'] {
    margin: 0;
  }
  .block-search-form-block #search label {
    width: 100%;
    margin: 20px auto;
    overflow: initial;
  }
  .block-search-form-block #search .block-search-btn {
    margin: 20px auto;
  }
  /* Header */
  header.header {
    width: 100%;
    position: relative;
    /* Yellow Menu */
  }
  header.header.open .header-top-container {
    background-color: #303f52;
  }
  header.header .header-top-container {
    max-height: 100px;
    background-color: #fff;
  }
  header.header .header-top-container .header-top-row {
    /* Logo */
    /* Links */
  }
  header.header .header-top-container .header-top-row .header-logo-container {
    width: 100%;
  }
  header.header .header-top-container .header-top-row .header-logo-container .header-logo {
    position: relative;
    width: 20%;
    margin: 0 auto;
  }
  header.header .header-top-container .header-top-row nav.header-sub-nav {
    /* Include in mobile menu */
    display: none;
  }
  header.header .header-main-nav {
    background: #303f52;
    color: #fff;
  }
  header.header .header-main-nav.mobile {
    display: none;
  }
  header.header .header-main-nav.open {
    display: block;
  }
  header.header .header-main-nav .header-sub-nav-a {
    color: rgba(255, 255, 255, 0.5);
  }
  header.header .header-main-nav ul.header-sub-nav-languages {
    background-color: #303f52;
    z-index: 99999;
  }
  header.header .header-main-nav ul.header-sub-nav-languages .flags-show {
    float: left;
    width: 65px;
    text-align: left;
  }
  header.header .header-main-nav ul.header-main-nav-ul {
    text-align: center;
  }
  header.header .header-main-nav ul.header-main-nav-ul > li {
    display: block;
    /* Cart */
    /*&:last-child{
							position: absolute;
							top: 10px;
							right: 10px;
						}*/
  }
  header.header .header-main-nav ul.header-main-nav-ul > li .header-main-nav-a {
    color: #fff;
  }
  header.header .header-main-nav ul.header-main-nav-ul > li .header-main-nav-a span {
    border: 2px solid transparent !important;
  }
  header.header .header-main-nav ul.header-main-nav-ul > li .header-main-nav-a:before {
    color: rgba(255, 255, 255, 0.2);
  }
  header.header .header-main-nav ul.header-main-nav-ul > li .header-main-nav-a:hover span {
    border: 2px solid transparent;
  }
  header.header .header-main-nav ul.header-main-nav-ul > li .header-main-nav-a:hover:before {
    color: rgba(255, 255, 255, 0.5);
  }
  header.header .header-main-nav ul.header-main-nav-ul > li.header-sub-nav-li {
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 10px;
    margin: 0;
    height: auto;
    padding-bottom: 10px;
  }
  header.header .header-main-nav ul.header-main-nav-ul > li.header-sub-nav-li a:hover {
    color: #fff;
  }
  header.header .header-main-nav ul.header-main-nav-ul > li.header-sub-nav-li.first {
    margin-top: 40px;
  }
  header.header .header-main-nav ul.header-main-nav-ul > li.header-sub-nav-li:last-of-type {
    padding-bottom: 40px;
  }
  header.header .header-main-nav ul.header-main-nav-ul > li span.plus {
    cursor: pointer;
    position: absolute;
    right: 40%;
    margin-right: -100px;
    top: 36px;
    background: rgba(0, 0, 0, 0.05);
    padding-top: 4px;
    border-radius: 40px;
    border: 1px solid #f1f1f1;
    height: 30px;
    width: 30px;
    font-size: 15px;
  }
  header.header .header-main-nav ul.header-main-nav-ul > li .header-main-nav-sub-ul {
    background-color: rgba(255, 255, 255, 0.05);
    display: none;
    position: relative;
    width: 46%;
    margin: 0 auto;
  }
  header.header .header-main-nav ul.header-main-nav-ul > li .header-main-nav-sub-ul li a {
    font-size: 14px;
    line-height: 16px;
  }
  header.header .header-main-nav ul.header-main-nav-ul > li:last-child {
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
  header.header .header-main-nav ul.header-main-nav-ul > li:first-child {
    margin-top: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  header.header .widget-panier {
    position: absolute;
    top: 25px;
    right: 20px;
    background-image: none;
    min-width: 230px;
  }
  header.header .widget-panier .minitoggle {
    float: right;
  }
  header.header .widget-panier .LibelleEntete {
    display: none !important;
  }
  header.header .widget-panier .OsPanier.api .ospanier.minitoggle {
    border: none;
    width: 65px !important;
  }
  header.header .widget-panier .OsPanier.api .ospanier.minitoggle .entete .EnteteNbArticles {
    min-width: 22px !important;
    text-align: center !important;
  }
  header.header .widget-panier .OsPanier.api .ospanier.minitoggle .contenu {
    min-width: 300px;
    right: 0;
    left: auto !important;
  }
  header.header .widget-panier #widget-panier {
    width: 100%;
    background: none;
  }
  header.header .header-sub-nav-search {
    display: block;
    margin: 0 auto;
  }
  header.header .header-sub-nav-search:before {
    color: #fff;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  .block-search-form-block #search {
    top: 100px;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  header.header .header-top-container {
    max-height: 90px;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  header.header .header-top-container .header-top-row .header-logo-container .header-logo {
    padding: 24px 18px;
    min-height: 100px;
    min-width: 180px;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  header.header .header-main-nav ul.header-main-nav-ul > li .header-main-nav-sub-ul {
    width: 93%;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  header.header .widget-panier {
    right: 10px;
  }
}
@media (max-width: 992px) and (max-width: 377px) {
  header.header .widget-panier .OsPanier.api .ospanier.minitoggle {
    padding-right: 0px;
  }
}
/* End media Tab */
/*
___________________________________________
                                          

 ######  ####   ####  ##### ###### #####  
 #      #    # #    #   #   #      #    # 
 #####  #    # #    #   #   #####  #    # 
 #      #    # #    #   #   #      #####  
 #      #    # #    #   #   #      #   #  
 #       ####   ####    #   ###### #    # 
                                         
___________________________________________

*/
@media (max-width: 992px) {
  footer.footer {
    /* Plan your break */
  }
  footer.footer .prepare ul.prepare-row {
    text-align: center;
  }
  footer.footer .prepare ul.prepare-row li {
    font-size: initial;
    position: relative;
    word-break: break-word;
    display: inline-block;
    vertical-align: top;
    width: 33.333333333333336%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  footer.footer .prepare ul.prepare-row li .prepare-span1 {
    word-wrap: break-word;
  }
  footer.footer .prepare ul.prepare-row li:last-child {
    border-right: 1px dotted #e56851;
  }
  footer.footer .prepare ul.prepare-blocks-row li {
    font-size: initial;
    position: relative;
    word-break: break-word;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  footer.footer .prepare ul.prepare-blocks-row li a span.prepare-blocks-span1 {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
  }
  footer.footer .prepare ul.prepare-blocks-row li a span.prepare-blocks-span2 {
    font-size: 15px;
    text-align: left;
  }
  footer.footer .footer-mid-share {
    width: auto;
    text-align: center;
    margin: 40px auto;
    display: block;
  }
  footer.footer .footer-mid-favorites {
    margin: 40px 0;
    font-size: initial;
    position: relative;
    word-break: break-word;
    display: inline-block;
    vertical-align: top;
    width: 33.333333333333336%;
    padding: 0 15px;
    margin-left: 16%;
    /* Offset */
  }
  footer.footer .footer-mid-newsletter {
    margin: 40px 0;
    font-size: initial;
    position: relative;
    word-break: break-word;
    display: inline-block;
    vertical-align: top;
    width: 33.333333333333336%;
    padding: 0 15px;
  }
  footer .footer-bottom {
    /* Bottom */
  }
  footer .footer-bottom-row {
    /* Change displayed order */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  footer .footer-bottom-left {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 31%;
    margin-left: 4%;
  }
  footer .footer-bottom-left-linx {
    display: block;
    width: 100%;
  }
  footer .footer-bottom-left-linx:last-child {
    margin-top: 20px;
  }
  footer .footer-bottom-mid {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    text-align: center;
  }
  footer .footer-bottom-mid-container {
    padding: 0 3% 0 0;
  }
  footer .footer-bottom-right {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    /* Min width & spacing */
    min-width: 30%;
    margin-left: 3%;
    margin-right: 6%;
  }
  footer .footer-bottom-right .TA_certificateOfExcellence {
    display: block;
    position: relative;
    bottom: 0;
    width: 100%;
  }
  footer .footer-bottom-right .TA_certificateOfExcellence #CDSWIDCOE {
    margin: 0 auto;
  }
  footer .footer-bottom-full {
    margin-top: 10px;
    text-align: center;
  }
  footer .footer-bottom-full > a {
    width: 24%;
    margin: 0 0 10px 0;
    text-align: center;
  }
  footer .footer-bottom-full > a:first-child {
    width: 24%;
    max-width: 24%;
    margin: 0;
  }
  footer .footer-bottom-full > a img {
    display: inline-block;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  footer.footer .prepare ul.prepare-row li {
    font-size: initial;
    position: relative;
    word-break: break-word;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px;
  }
  footer.footer .prepare ul.prepare-row li:nth-child(3) {
    border-left: none;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  footer.footer .prepare ul.prepare-blocks-row li {
    font-size: initial;
    position: relative;
    word-break: break-word;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  footer.footer .footer-mid-share-txt {
    display: block;
    width: 100%;
    margin: 0px auto 10px auto;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  footer.footer .footer-mid-share a {
    margin-top: 10px;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  footer.footer .footer-mid-favorites {
    width: 100%;
    margin: 20px 0;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  footer.footer .footer-mid-newsletter {
    width: 100%;
    margin: 20px 0;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  footer .footer-bottom-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  footer .footer-bottom-left-linx {
    width: 50%;
    text-align: center;
    float: left;
  }
  footer .footer-bottom-left-linx:last-child {
    margin-top: 0px;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  footer .footer-bottom-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  footer .footer-bottom-mid {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  footer .footer-bottom-right .TA_certificateOfExcellence {
    bottom: -5px;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  footer .footer-bottom-right {
    width: 100%;
    margin: 0 0 20px 0;
  }
  footer .footer-bottom-right-logo {
    display: block;
    text-align: center;
  }
  footer .footer-bottom-right-logo .footer-bottom-right-img {
    margin: 0 auto;
  }
  footer .footer-bottom-right-logo a {
    width: 100%;
  }
  footer .footer-bottom-right-logo a img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  footer .footer-bottom-full > a {
    width: 48%;
    min-height: 100px;
    margin: 0;
  }
  footer .footer-bottom-full > a:first-child {
    width: 48%;
    margin: 0;
    max-width: 48%;
    margin-bottom: 20px;
  }
}
/* End media Tab */
/*
___________________________________________
                                                         
 #    #  ####  #    # ###### #####    ##    ####  ###### 
 #    # #    # ##  ## #      #    #  #  #  #    # #      
 ###### #    # # ## # #####  #    # #    # #      #####  
 #    # #    # #    # #      #####  ###### #  ### #      
 #    # #    # #    # #      #      #    # #    # #      
 #    #  ####  #    # ###### #      #    #  ####  ######                                                        
___________________________________________

*/
@media (max-width: 992px) {
  body .pages-blk-subtitle {
    width: 90%;
  }
  body .pages-blk-li {
    width: 49%;
    margin-right: 0.5%;
    margin-left: 0.5%;
    margin-bottom: 4px;
  }
  body .pages-blk-li .pages-blk-a {
    max-height: 338px;
    overflow: hidden;
  }
  body .pages-blk-li .pages-blk-a .pages-blk-img {
    width: 100%;
    height: auto;
    max-width: 150%;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  body .pages-blk-li {
    width: 100%;
  }
}
@media (max-width: 992px) and (max-width: 809px) and (min-width: 450px) {
  body .pages-blk-li .pages-blk-a .pages-blk-img {
    height: 100%;
    min-height: 379px;
    width: auto;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  body .pages-blk-li .pages-blk-a .pages-blk-img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) and (max-width: 425px) {
  body .pages-blk-li .pages-blk-a .pages-blk-img {
    height: 100%;
    min-height: 379px;
    width: auto;
  }
}
@media (max-width: 992px) and (max-width: 690px) {
  body .pages-blk-li .pages-blk-a .pages-blk-txt {
    top: 62%;
  }
}
@media (max-width: 992px) and (max-width: 425px) {
  body .pages-blk-li .pages-blk-a .pages-blk-h3 {
    top: 45%;
  }
  body .pages-blk-li .pages-blk-a .pages-blk-txt {
    top: 55%;
  }
  body .pages-blk-li .pages-blk-a:before {
    top: 92px;
  }
}
/* Debug IE */
body #widget-recherche-partenaire:not(.MoteurOpen) .TypeGM.Groupe .GroupeEntete .GroupeEnteteIcone {
  left: 50% !important;
}
/************* FANCYBOX **************/
body.js-overflow-hide {
  position: unset !important;
}
/*!** Fichier destiné à la home ***/
.home-bloc {
  margin-bottom: 1%;
  text-align: center;
}
@media (min-width: 992px) {
  .home-bloc {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 40%, rgba(229, 104, 81, 0.1) 40%, rgba(229, 104, 81, 0.1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 40%, rgba(229, 104, 81, 0.1) 40%, rgba(229, 104, 81, 0.1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, rgba(229, 104, 81, 0.1) 40%, rgba(229, 104, 81, 0.1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='rgba(229,104,81,0.1)', GradientType=0);
    /* IE6-9 */
  }
}
.home-bloc:before {
  content: '';
  display: block;
}
.home-bloc h2 {
  font-family: 'Raleway-Heavy';
  font-weight: 400;
  font-size: 23px;
  line-height: 28px;
  color: #303f52;
  text-transform: uppercase;
  text-align: center;
  margin: 55px 0 48px;
  position: relative;
}
.home-bloc h2 span {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .home-bloc h2 span {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (max-width: 480px) {
  .home-bloc h2 span {
    font-size: 20px;
    line-height: 20px;
  }
}
.home-bloc h2:after {
  content: "";
  width: 58px;
  height: 3px;
  background-color: #303f52;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  margin: 0 auto;
  -webkit-transition: all all 0.3s ease ease;
  -moz-transition: all all 0.3s ease ease;
  -ms-transition: all all 0.3s ease ease;
  -o-transition: all all 0.3s ease ease;
  transition: all all 0.3s ease ease;
  -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;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
}
@media (max-width: 992px) {
  .home-bloc h2 {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .home-bloc h2 {
    margin: 40px 0;
    line-height: 25px;
  }
}
@media (max-width: 480px) {
  .home-bloc h2 {
    font-size: 16px;
  }
}
.home-bloc-containt {
  display: inline-block;
  width: 31.3%;
  margin-left: -4px;
  margin-right: 32px;
  text-align: center;
  vertical-align: top;
  padding-bottom: 80px;
}
@media (max-width: 1122px) {
  .home-bloc-containt {
    width: 30.5%;
  }
}
@media (max-width: 992px) {
  .home-bloc-containt {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,fbf0ee+51,fbf0ee+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 30%, #fbf0ee 30%, #fbf0ee 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 30%, #fbf0ee 30%, #fbf0ee 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 30%, #fbf0ee 30%, #fbf0ee 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbf0ee', GradientType=0);
    /* IE6-9 */
  }
}
.home-bloc-containt:first-of-type {
  margin-left: 0;
  padding-left: 0;
}
.home-bloc-containt:last-of-type {
  margin-right: 0;
}
@media (max-width: 992px) {
  .home-bloc-containt:last-of-type {
    margin-bottom: 0;
  }
}
.home-bloc-containt:hover .home-bloc-containt-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.home-bloc-containt:hover .home-bloc-containt-text a h3 {
  color: #e56851;
}
.home-bloc-containt:hover .home-bloc-a:after {
  left: 10px;
}
.home-bloc-containt-img {
  overflow: hidden;
  max-height: 240px;
}
@media (max-width: 992px) {
  .home-bloc-containt-img {
    max-width: 360px;
    margin: auto;
  }
}
.home-bloc-containt-img img {
  max-width: 100%;
  height: auto;
  min-height: 243px;
  -webkit-transition: all all 0.3s ease ease;
  -moz-transition: all all 0.3s ease ease;
  -ms-transition: all all 0.3s ease ease;
  -o-transition: all all 0.3s ease ease;
  transition: all all 0.3s ease ease;
  -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;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
}
.home-bloc-containt-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .home-bloc-containt-text {
    padding: 0 10px;
  }
}
.home-bloc-containt-text.no-result {
  padding-bottom: 40px;
}
.home-bloc-containt-text a {
  text-decoration: none;
}
.home-bloc-containt-text a h3 {
  font-family: 'raleway-extrabold-webfont';
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #303f52;
  text-transform: uppercase;
  position: relative;
  margin: 20px 0 6px;
  -webkit-transition: all all 0.3s ease ease;
  -moz-transition: all all 0.3s ease ease;
  -ms-transition: all all 0.3s ease ease;
  -o-transition: all all 0.3s ease ease;
  transition: all all 0.3s ease ease;
  -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;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
}
@media (max-width: 992px) {
  .home-bloc-containt-text a h3 {
    font-size: 18px;
    line-height: 18px;
  }
}
.home-bloc-containt-text p {
  margin-top: 0;
  font-family: 'roboto-regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #303f52;
  -webkit-transition: all all 0.3s ease ease;
  -moz-transition: all all 0.3s ease ease;
  -ms-transition: all all 0.3s ease ease;
  -o-transition: all all 0.3s ease ease;
  transition: all all 0.3s ease ease;
  -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;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
}
.home-bloc-containt-text p strong {
  font-family: 'opensans-semibold';
  font-weight: 400;
}
@media (max-width: 768px) {
  .home-bloc-containt-text p {
    font-size: 15px;
    line-height: 15px;
    padding: 0 4%;
  }
}
.home-bloc-a {
  font-family: 'OpenSans-Bold';
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #e56851;
  text-decoration: none;
  position: relative;
  padding-bottom: 15px;
}
.home-bloc-a:after {
  -webkit-transition: all all 0.3s ease ease;
  -moz-transition: all all 0.3s ease ease;
  -ms-transition: all all 0.3s ease ease;
  -o-transition: all all 0.3s ease ease;
  transition: all all 0.3s ease ease;
  -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;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  opacity: 1;
  font-family: 'lourdes';
  content: "\e918";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  line-height: 20px;
  color: #e56851;
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
}
/*-- slider --*/
.slider {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.slider-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  margin: -3% auto 0;
  z-index: 3;
}
@media (max-width: 1600px) {
  .slider-text {
    top: 40%;
  }
}
@media (max-width: 1400px) {
  .slider-text {
    top: 35%;
  }
}
@media (max-width: 1200px) {
  .slider-text {
    top: 33%;
  }
}
@media (max-width: 992px) {
  .slider-text {
    top: 45%;
  }
}
@media (max-width: 768px) {
  .slider-text {
    padding: 0 10px;
  }
}
@media (max-width: 580px) {
  .slider-text {
    top: 33%;
  }
}
@media (max-width: 480px) {
  .slider-text {
    top: 20%;
  }
}
.slider-main-title {
  font-family: 'Raleway-Heavy';
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 17px;
}
@media (max-width: 1200px) {
  .slider-main-title {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 992px) {
  .slider-main-title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .slider-main-title {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 480px) {
  .slider-main-title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 393px) {
  .slider-main-title {
    font-size: 23px;
    line-height: 23px;
  }
}
.slider-subtitle {
  color: #ffffff;
  font-family: 'opensans-regular';
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  margin: 0 0 25px;
}
@media (max-width: 1200px) {
  .slider-subtitle {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .slider-subtitle {
    font-size: 11px;
    line-height: 11px;
    margin: 0 0 25px;
  }
}
.slider-title {
  color: #ffffff;
  font-family: 'raleway-bold-webfont';
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0 0 35px;
}
@media (max-width: 1200px) {
  .slider-title {
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 25px;
  }
}
@media (max-width: 992px) {
  .slider-title {
    font-size: 25px !important;
    line-height: 25px !important;
    margin: 0 0 35px;
  }
}
@media (max-width: 768px) {
  .slider-title {
    font-size: 20px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 340px) {
  .slider-title {
    font-size: 18px !important;
    line-height: 18px !important;
  }
}
.slider-button {
  font-family: 'Raleway-Heavy';
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #303f52;
  text-transform: uppercase;
  text-decoration: none;
  padding: 21px 30px;
  display: table;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  margin: 0 auto;
  -webkit-transition: all all 0.3s ease ease;
  -moz-transition: all all 0.3s ease ease;
  -ms-transition: all all 0.3s ease ease;
  -o-transition: all all 0.3s ease ease;
  transition: all all 0.3s ease ease;
  -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;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
}
.slider-button:hover {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
@media (max-width: 1200px) {
  .slider-button {
    font-size: 13px;
    line-height: 13px;
    padding: 18px 27px;
  }
}
@media (max-width: 992px) {
  .slider-button {
    padding: 15px 24px;
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 480px) {
  .slider-button {
    padding: 13px 22px;
  }
}
.slider .slides-li .light-1 {
  top: 35%;
}
.slider .slides-li .light-1 .slider-main-title {
  color: #303f52;
}
.slider .slides-li .light-1 .slider-subtitle {
  color: #303f52;
}
.slider .slides-li .light-1 .slider-title {
  color: #303f52;
}
.slider .slides-li .light-1 .slider-button {
  color: #ffffff;
  background-color: #303f52;
  border-color: #303f52;
}
.slider .slides-li .light-1 .slider-button:hover {
  color: #303f52;
  background-color: transparent;
}
@media (max-width: 580px) {
  .slider .slides-container img {
    height: 450px;
  }
}
@media (max-width: 480px) {
  .slider .slides-container img {
    height: 350px;
  }
}
@media (max-width: 420px) {
  .slider .slides-container img {
    position: relative;
    left: -50%;
  }
}
.slider .slider-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 40px;
  z-index: 10;
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .slider .slider-wrapper {
    bottom: 30px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .slider .slider-wrapper {
    bottom: 20px;
  }
}
@media (max-width: 480px) {
  .slider .slider-wrapper {
    bottom: 15px;
  }
}
.slider .flex-control-nav {
  z-index: 10;
  display: inline-block;
  width: auto;
  position: initial;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slider .flex-control-nav {
    /* IE10+ CSS styles go here */
    position: static;
  }
}
.slider .flex-control-nav li a {
  height: 12.5px;
  width: 12.5px;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.8);
}
.slider .flex-control-nav li a.flex-active {
  background-color: #ffffff;
}
.slider .flex-pauseplay {
  display: inline-block;
  width: auto;
  margin-left: 5px;
}
.slider .flex-pauseplay a {
  position: initial;
  display: inline-block;
  color: #ffffff;
  fill: #ffffff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slider .flex-pauseplay a {
    /* IE10+ CSS styles go here */
    position: static;
    max-height: 19px;
  }
}
.slider .flex-pauseplay a.flex-pause:before {
  content: "\e900";
  font-family: 'flexslider-icon';
}
.slider .flex-pauseplay a.flex-play:before {
  content: "\e901";
  font-family: 'flexslider-icon';
}
.slider .flex-direction-nav a {
  height: 110px;
  width: 70px;
}
@media (max-width: 1600px) {
  .slider .flex-direction-nav a {
    top: 45%;
  }
}
@media (max-width: 1400px) {
  .slider .flex-direction-nav a {
    top: 40%;
  }
}
@media (max-width: 1200px) {
  .slider .flex-direction-nav a {
    top: 35%;
    height: 100px;
    width: 70px;
  }
}
@media (max-width: 992px) {
  .slider .flex-direction-nav a {
    top: 50%;
    height: 90px;
    width: 50px;
  }
}
.slider .flex-direction-nav a.flex-prev {
  left: 50px;
  opacity: 0.8;
}
@media (max-width: 860px) {
  .slider .flex-direction-nav a.flex-prev {
    display: none;
  }
}
.slider .flex-direction-nav a.flex-prev::before {
  font-family: 'fleche';
  font-size: 110px;
  content: "\e900";
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .slider .flex-direction-nav a.flex-prev::before {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .slider .flex-direction-nav a.flex-prev::before {
    font-size: 90px;
  }
}
.slider .flex-direction-nav a.flex-next {
  right: 50px;
  opacity: 0.8;
}
@media (max-width: 860px) {
  .slider .flex-direction-nav a.flex-next {
    display: none;
  }
}
.slider .flex-direction-nav a.flex-next::before {
  font-family: 'fleche';
  font-size: 110px;
  content: "\e900";
}
@media (max-width: 1200px) {
  .slider .flex-direction-nav a.flex-next::before {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .slider .flex-direction-nav a.flex-next::before {
    font-size: 90px;
  }
}
.slider .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 50px;
}
.slider .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
@media (max-width: 992px) {
  .slider .flexslider:hover .flex-direction-nav .flex-next {
    right: 30px;
  }
}
.slider .flexsliderLanding:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 50px;
}
.slider .flexsliderLanding:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
@media (max-width: 992px) {
  .slider .flexsliderLanding:hover .flex-direction-nav .flex-next {
    right: 30px;
  }
}
.slider .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 50px;
}
.slider .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
@media (max-width: 992px) {
  .slider .flexslider:hover .flex-direction-nav .flex-prev {
    left: 30px;
  }
}
.slider .flexsliderLanding:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 50px;
}
.slider .flexsliderLanding:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
@media (max-width: 992px) {
  .slider .flexsliderLanding:hover .flex-direction-nav .flex-prev {
    left: 30px;
  }
}
.slider img {
  height: auto;
  width: 100%;
}
/*-- Listing pages Home block --*/
.pages-blk {
  text-align: center;
  margin: 0 0 50px;
}
.pages-blk-h2 {
  font-family: 'raleway-black-webfont';
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #303f52;
  text-transform: uppercase;
  position: relative;
  padding: 40px 0 12px;
  margin: 0 0 15px;
}
.pages-blk-h2:after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #303f52;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.pages-blk-subtitle {
  margin: 0 auto 35px;
  width: 60%;
}
.pages-blk-subtitle p {
  font-family: 'opensans-regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #303f52;
}
.pages-blk-subtitle p strong {
  font-family: 'opensans-semibold';
  font-weight: 400;
}
.pages-blk-subtitle a {
  color: #e56851;
  text-decoration: none;
}
.pages-blk-subtitle a strong {
  color: #e56851;
}
.pages-blk-subtitle a:hover {
  text-decoration: underline;
}
.pages-blk-row {
  font-size: 0;
  background-color: #ffffff;
  padding: 0;
}
.pages-blk-row:after {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .pages-blk-row {
    margin: 0 -1px;
  }
}
.pages-blk-li {
  font-size: initial;
  position: relative;
  word-break: break-word;
  display: inline-block;
  vertical-align: top;
  width: 33.333333333333336%;
  padding: 0 1px;
  margin: 0 0 2px;
}
.pages-blk-a {
  height: 338px;
  display: block;
  text-decoration: none;
  position: relative;
  text-align: center;
}
.pages-blk-a.spec-a:after {
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  opacity: 0;
  font-family: 'lourdes';
  content: "\e918";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.pages-blk-a.jubile {
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  background-color: #019bc7;
  /*&:before {
				.transition(@transition);
				.iconFont(@icon-comment_venir);
				.fs(50);
				.lh(50);
				color: @w;
				position: absolute;
				left: 0;
				right: 0;
				top: 90px;
			}*/
  /*&:before {
				.transition(@transition);
				background: url('/public/images/portrait.png') center center transparent no-repeat;
				width:75px;
				height: 105px;
				display: block;
				content: "";
				position: absolute;
				left: 0;
				right: 0;
				top: 50px;
				margin: 0 auto; 
			}*/
}
.pages-blk-a.jubile:before {
  transform: rotate(45deg);
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  font-family: 'lourdes';
  content: "\e908";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 35px;
  line-height: 35px;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
}
.pages-blk-a.jubile:hover:before {
  top: 80px;
}
.pages-blk-a.chateau {
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  background-color: #6e686b;
}
.pages-blk-a.chateau:before {
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  font-family: 'lourdes';
  content: "\e908";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 35px;
  line-height: 35px;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
}
.pages-blk-a.chateau .pages-blk-txt {
  padding: 0 90px;
}
.pages-blk-a.chateau:hover:before {
  top: 80px;
}
.pages-blk-a.agenda {
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  background-color: #e56851;
}
.pages-blk-a.agenda:before {
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  font-family: 'lourdes';
  content: "\e904";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 35px;
  line-height: 35px;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
}
.pages-blk-a.agenda:hover:before {
  top: 100px;
}
.pages-blk-a:hover:after {
  opacity: 1;
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}
.pages-blk-a:hover .pages-blk-filter {
  opacity: 0.8;
}
.pages-blk-a:hover .pages-blk-txt {
  opacity: 1;
}
.pages-blk-a:hover .pages-blk-h3 {
  text-shadow: none;
}
.pages-blk-img {
  max-width: 100%;
  display: block;
  height: auto;
  position: relative;
}
.pages-blk-filter {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #303f52;
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.pages-blk-h3 {
  margin: 0;
  font-family: 'raleway-black-webfont';
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  text-shadow: 3px 1px 1px rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-transform: uppercase;
}
.pages-blk-h3.h3-spec {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.pages-blk-txt {
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  font-family: 'opensans-regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 57%;
  padding: 0 30px;
  opacity: 0;
}
.pages-blk-txt.txt-spec {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
body.lang_fr .pages-blk-a.jubile .pages-blk-txt {
  top: 57%;
}
.popup-2018 {
  background: #0a224bba;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1001;
  opacity: 0;
}
.popup-2018 .popup {
  width: 33%;
  text-align: center;
  background: #fff;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 390px;
  border-radius: 20px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* TOUR DE FRANCE 2018 */
}
@media (max-width: 992px) {
  .popup-2018 .popup {
    width: 66%;
  }
}
@media (max-width: 590px) {
  .popup-2018 .popup {
    width: 85%;
  }
}
.popup-2018 .popup .close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 50px;
  height: 50px;
  background: #fff;
  font-size: 26px;
  line-height: 49px;
  border-radius: 50%;
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif;
  color: #00ace5;
  font-weight: 100;
}
.popup-2018 .popup .desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  padding: 0 47px;
}
.popup-2018 .popup .desc h2 {
  font-family: 'raleway-black-webfont';
  font-weight: 400;
  font-size: 30px;
  line-height: 20px;
  text-transform: uppercase;
  color: #0a224b;
  line-height: 30px;
}
.popup-2018 .popup .desc .stt {
  font-family: 'opensans-regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #303f52;
  margin-bottom: 15px;
}
.popup-2018 .popup .desc .popup-more {
  text-decoration: underline;
  font-weight: bold;
  color: #0a224b;
}
.popup-2018 .popup.tdf-popup {
  max-height: 100vh;
  min-height: 0;
  background-color: #fbb925;
  padding-bottom: 20px;
}
@media (max-width: 1145px) {
  .popup-2018 .popup.tdf-popup {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .popup-2018 .popup.tdf-popup {
    width: 66%;
    padding: 10px 20px;
  }
}
@media (max-width: 590px) {
  .popup-2018 .popup.tdf-popup {
    width: 85%;
  }
}
.popup-2018 .popup .close-btn {
  color: #231f20;
}
.popup-2018 .popup .tdf-desc {
  position: realtive;
  max-width: 100%;
}
.popup-2018 .popup .tdf-desc img {
  max-width: 100%;
}
@media (max-width: 992px) {
  .popup-2018 .popup .tdf-desc img {
    width: 300px;
    max-width: 100%;
  }
}
.popup-2018 .popup .tdf-desc h2 {
  font-family: 'Raleway-Heavy';
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  color: #231f20;
  line-height: 40px;
  margin: 10px 0;
}
@media (max-width: 992px) {
  .popup-2018 .popup .tdf-desc h2 {
    font-size: 25px;
  }
}
@media (max-width: 590px) {
  .popup-2018 .popup .tdf-desc h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
.popup-2018 .popup .tdf-desc .tdf-date {
  display: inline-block;
  padding: 5px 10px;
  font-family: 'arial';
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #231f20;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .popup-2018 .popup .tdf-desc .tdf-date {
    font-size: 20px;
  }
}
@media (max-width: 590px) {
  .popup-2018 .popup .tdf-desc .tdf-date {
    font-size: 15px;
  }
}
.popup-2018 .popup .tdf-desc .tdf-text {
  font-family: 'opensans-semibold';
  font-weight: 400;
  color: #231f20;
  margin-bottom: 20px;
}
@media (max-width: 590px) {
  .popup-2018 .popup .tdf-desc .tdf-text {
    font-size: 14px;
  }
}
.popup-2018 .popup .tdf-desc .popup-more {
  font-family: 'Raleway-Heavy';
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 12px 20px;
  text-transform: uppercase;
  color: #231f20;
  border-radius: 4px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .popup-2018 .popup .tdf-desc .popup-more {
    margin-bottom: 10px;
  }
}
@media (max-width: 590px) {
  .popup-2018 .popup .tdf-desc .popup-more {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .popup {
    width: 66%;
  }
}
/*===================*/
/*	Variables		 */
/*===================*/
/*===================*/
/*	LISTING ACCUEIL	 */
/*===================*/
.blog-list {
  margin: 0 0 80px;
}
@media (max-width: 992px) {
  .blog-list {
    padding: 0 20px;
  }
}
.blog-list-title {
  font-family: 'opensans-semibold';
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  color: #303f52;
  text-align: center;
}
@media (max-width: 768px) {
  .blog-list-title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 480px) {
  .blog-list-title {
    font-size: 25px;
    line-height: 28px;
  }
}
.blog-list-intro {
  font-family: 'opensans-regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #303f52;
  text-align: center;
  padding: 0 10%;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .blog-list-intro {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .blog-list-intro {
    padding: 0;
  }
}
.blog-list-row {
  padding: 0;
  font-size: 0;
  margin-bottom: 30px!important;
}
.blog-list-row:after {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-list-row {
    margin: 0 -15px;
  }
}
@media (max-width: 992px) {
  .blog-list-row {
    text-align: center;
  }
}
.blog-list-col {
  font-size: initial;
  position: relative;
  word-break: break-word;
  display: inline-block;
  vertical-align: top;
  width: 33.333333333333336%;
  padding: 0 15px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .blog-list-col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 590px) {
  .blog-list-col {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 992px) {
  .blog-list-col {
    text-align: left;
  }
}
.blog-list-col-cont {
  padding: 20px 20px 50px;
  border: 1px solid #e56851;
  display: block;
  text-decoration: none;
  height: 100%;
  position: relative;
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
}
.blog-list-col-cont:hover {
  -moz-box-shadow: 5px 6px 0px #e56751;
  -webkit-box-shadow: 5px 6px 0px #e56751;
  box-shadow: 5px 6px 0px #e56751;
}
.blog-list-col-img {
  overflow: hidden;
  width: 100%;
}
.blog-list-col-img img {
  display: block;
  max-height: 280px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 590px) {
  .blog-list-col-img img {
    max-height: 340px;
  }
}
.blog-list-col-title {
  font-family: 'Raleway-Heavy';
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #303f52;
  margin: 14px 0 5px;
}
.blog-list-col-date-author-block {
  margin: 0 0 5px;
}
.blog-list-col-date {
  color: #303f52;
  font-family: 'opensans-regular';
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
}
.blog-list-col-author {
  color: #303f52;
  font-family: 'opensans-regular';
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
}
.blog-list-col-cat {
  list-style: none;
  padding: 0;
}
.blog-list-col-cat-li {
  display: inline-block;
  font-family: 'raleway-bold-webfont';
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  color: #e56851;
  text-transform: uppercase;
  border-left: 1px solid #e56851;
  padding: 0 5px;
  margin: 0 0 0 -4px;
}
.blog-list-col-cat-li:first-child {
  margin: 0;
  padding: 0 5px 0 0;
  border: 0;
}
.blog-list-col-intro {
  font-family: 'opensans-regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #303f52;
  margin: 9px 0 0;
}
.blog-list-col-more {
  position: absolute;
  left: 20px;
  bottom: 25px;
  display: inline-block;
}
.blog-list-col-more-span {
  padding: 0 40px 0 0;
  font-family: 'OpenSans-Bold';
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #e56851;
}
.blog-list-col-more-span:after {
  font-family: 'lourdes';
  content: "\e918";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #e56851;
  position: absolute;
  top: 5px;
  right: 0;
  margin: 0 auto;
  font-size: 16px;
  line-height: 16px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blog-list-col-more-span:after {
    /* IE10+ CSS styles go here */
    top: 0px;
  }
}
.blog-list .pages-blk {
  margin: 0;
}
.blog-list .pages-blk img {
  margin-bottom: 15px;
}
.blog-list .pages-blk-h2 {
  padding-top: 0;
}
.blog-list .pages-blk-subtitle {
  margin: 0 auto 30px;
}
.blog-list .pages-blk-button {
  margin-top: 30px;
  padding: 20px 35px;
  border-radius: 3px;
  border: 1px solid #303f52;
  text-transform: uppercase;
  text-decoration: none;
  color: #303f52;
  font-family: 'OpenSans-Bold';
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  -webkit-transition: all all 0.2s ease ease;
  -moz-transition: all all 0.2s ease ease;
  -ms-transition: all all 0.2s ease ease;
  -o-transition: all all 0.2s ease ease;
  transition: all all 0.2s ease ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
}
.blog-list .pages-blk-button:hover {
  border: 1px solid #e56851;
  color: #e56851;
}
#ellohaGeneralWidget {
  margin-top: -3px;
  position: relative;
  width: 100%;
}
#ellohaGeneralWidget .co-widget-title {
  text-align: center;
}


/*# sourceMappingURL=lourdes-home.css.map*/