/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "VWHeadOfficeBold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/VWHead_Office/VWHeadOffice-Bold.eot"), url("../fonts/VWHead_Office/VWHeadOffice-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/VWHead_Office/VWHeadOffice-Bold.woff") format("woff"), url("../fonts/VWHead_Office/VWHeadOffice-Bold.woff2") format("woff2"), url("../fonts/VWHead_Office/VWHeadOffice-Bold.ttf") format("truetype"), url("../fonts/VWHead_Office/VWHeadOffice-Bold.svg#VWHeadOfficeBold") format("svg"); }
@font-face {
  font-family: "VWHeadOffice";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/VWHead_Office/VWHeadOffice.eot"), url("../fonts/VWHead_Office/VWHeadOffice.eot?#iefix") format("embedded-opentype"), url("../fonts/VWHead_Office/VWHeadOffice.woff") format("woff"), url("../fonts/VWHead_Office/VWHeadOffice.woff2") format("woff2"), url("../fonts/VWHead_Office/VWHeadOffice.ttf") format("truetype"), url("../fonts/VWHead_Office/VWHeadOffice.svg#VWHeadOffice") format("svg"); }
@font-face {
  font-family: "VWTextOfficeBold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/VWText_Office/VWTextOffice-Bold.eot"), url("../fonts/VWText_Office/VWTextOffice-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/VWText_Office/VWTextOffice-Bold.woff") format("woff"), url("../fonts/VWText_Office/VWTextOffice-Bold.woff2") format("woff2"), url("../fonts/VWText_Office/VWTextOffice-Bold.ttf") format("truetype"), url("../fonts/VWText_Office/VWTextOffice-Bold.svg#VWTextOfficeBold") format("svg"); }
@font-face {
  font-family: "VWTextOffice";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/VWText_Office/VWTextOffice.eot"), url("../fonts/VWText_Office/VWTextOffice.eot?#iefix") format("embedded-opentype"), url("../fonts/VWText_Office/VWTextOffice.woff") format("woff"), url("../fonts/VWText_Office/VWTextOffice.woff2") format("woff2"), url("../fonts/VWText_Office/VWTextOffice.ttf") format("truetype"), url("../fonts/VWText_Office/VWTextOffice.svg#VWTextOffice") format("svg"); }
/*========== COLORS > ==========*/
/* COLOR LIST */
/* FONT COLOR */
/***************/
/* BORDER COLOR */
/*****************/
/* BACKGROUND */
/*========== < COLORS ==========*/
/*========== MIXIN > ==========*/
/*========== < MIXIN ==========*/
/*========== IMAGES > ==========*/
.marker {
  background: url("../img/marker.png") no-repeat 0 0;
  background-color: #2274ac;
  width: 12px;
  height: 17px;
  display: inline-block; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .marker {
      background-image: url("../img/marker-@2x.png");
      background-size: 12px 17px; } }

.footer1, .footer2, .footer3, .footer4, .footer5 {
  background: url("../img/icon-foot.png") no-repeat 0 0;
  width: 15px;
  height: 15px;
  display: inline-block; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .footer1, .footer2, .footer3, .footer4, .footer5 {
      background-image: url("../img/icon-foot-@2x.png");
      background-size: 75px 15px; } }

.footer1 {
  background-position: 0 0; }

.footer2 {
  background-position: -15px 0; }

.footer3 {
  background-position: -30px 0; }

.footer4 {
  background-position: -45px 0; }

.footer5 {
  background-position: -60px 0; }

/*========== < IMAGES ==========*/
/*========== HEADER > ==========*/
.body {
  font-family: "VWTextOffice", arial, sans-serif; }

.header {
  margin-top: 10px;
  margin-bottom: 26px; }
  .header .columns {
    padding-left: 0;
    padding-right: 0; }
    .header .columns .logo {
      position: relative;
      float: left;
      margin: 5px 0 0 22px; }
    .header .columns .title {
      position: absolute;
      top: 22px;
      right: 0.9375em;
      font-family: "VWHeadOfficeBold", arial, sans-serif;
      font-size: 18px;
      color: #2274ac;
      margin: 0;
      font-weight: 400; }
      .header .columns .title .showmobile {
        display: none; }

.intro > div > div > div {
  padding-left: 0;
  padding-right: 0; }
.intro .info-banner {
  margin: -20px 0; }
.intro .info-layout {
  display: block; }
.intro .welcome {
  color: #2274ac;
  padding: 0 15px; }
  .intro .welcome .title {
    font-family: "VWHeadOfficeBold", arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 10px; }
  .intro .welcome .subtitle {
    font-family: "VWHeadOffice", arial, sans-serif;
    font-size: 15.85px;
    padding-bottom: 25px;
    line-height: 20px;
    display: none;
    color: #333333; }
.intro .info {
  padding: 20px 15px 15px 15px;
  border: 1px solid #f2f2f2;
  margin-right: 20px; }
  .intro .info .title {
    font-size: 12px;
    color: #2274ac;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-family: "VWHeadOfficeBold", arial, sans-serif; }
  .intro .info .info-left {
    width: 100%; }
    .intro .info .info-left .datas, .intro .info .info-left .direction, .intro .info .info-left .tel {
      font-size: 12px;
      color: #000000;
      line-height: 16px;
      font-family: "VWTextOffice", arial, sans-serif; }
    .intro .info .info-left .direction {
      text-transform: uppercase;
      font-weight: bold;
      font-family: "VWTextOfficeBold", arial, sans-serif; }
    .intro .info .info-left .tel {
      color: #666666; }
  .intro .info .info-right {
    width: 100%; }
    .intro .info .info-right .horaires, .intro .info .info-right .subtitle {
      font-family: "VWTextOffice", arial, sans-serif;
      font-size: 12px;
      color: #000000;
      line-height: 16px;
      margin-bottom: 10px; }
    .intro .info .info-right .subtitle {
      margin-bottom: 0px;
      font-weight: bold;
      margin-top: 20px; }
  .intro .info .link {
    font-size: 11px;
    color: #2274ac;
    text-decoration: underline;
    width: 100%;
    text-decoration: none;
    font-family: "VWHeadOffice", arial, sans-serif; }
    .intro .info .link:hover span {
      text-decoration: underline; }
    .intro .info .link span {
      margin-left: 5px;
      top: -4px;
      position: inherit; }

/*========== < HEADER ==========*/
/*========== CONTENT > ==========*/
.boxes .columns {
  padding: 0; }
  .boxes .columns .row {
    margin: 0; }
.boxes .boxParent {
  margin-top: 3px;
  cursor: pointer; }
  .boxes .boxParent .cache {
    display: block;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out; }
  .boxes .boxParent:hover .cache {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .boxes .boxParent#box1 .box {
    background-color: #2274ac;
    color: #ffffff; }
  .boxes .boxParent#box1 .vignette {
    background-image: url("../img/vignette9.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .boxes .boxParent#box1 .vignette {
        background-image: url("../img/vignette9.jpg");
        background-size: 240px 240px; } }
    .boxes .boxParent#box1 .vignette:before {
      display: block;
      position: absolute;
      z-index: 99;
      top: 22px;
      right: 222px;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 0 15px 18px;
      border-color: transparent transparent transparent #2274ac; }
  .boxes .boxParent#box2 .box {
    background-color: #2274ac;
    color: #ffffff; }
  .boxes .boxParent#box2 .vignette {
    background-image: url("../img/illu01.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .boxes .boxParent#box2 .vignette {
        background-image: url("../img/illu01-@2x.jpg");
        background-size: 240px 240px; } }
    .boxes .boxParent#box2 .vignette:before {
      display: block;
      position: absolute;
      z-index: 99;
      top: 22px;
      right: 222px;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 0 15px 18px;
      border-color: transparent transparent transparent #2274ac; }
  .boxes .boxParent#box3 .box {
    background-color: #32434b;
    color: #ffffff; }
  .boxes .boxParent#box3 .vignette {
    background-image: url("../img/illu02.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .boxes .boxParent#box3 .vignette {
        background-image: url("../img/illu02-@2x.jpg");
        background-size: 240px 240px; } }
    .boxes .boxParent#box3 .vignette:before {
      display: block;
      position: absolute;
      z-index: 99;
      top: 22px;
      right: 222px;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 0 15px 18px;
      border-color: transparent transparent transparent #32434b; }
  .boxes .boxParent#box4 .box {
    background-color: #f2f2f2;
    color: #333333; }
  .boxes .boxParent#box4 .vignette {
    background-image: url("../img/illu03.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .boxes .boxParent#box4 .vignette {
        background-image: url("../img/illu03-@2x.jpg");
        background-size: 240px 240px; } }
    .boxes .boxParent#box4 .vignette:before {
      display: block;
      position: absolute;
      z-index: 99;
      top: 22px;
      right: 222px;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 0 15px 18px;
      border-color: transparent transparent transparent #f2f2f2; }
  .boxes .boxParent#box5 {
    float: left; }
    .boxes .boxParent#box5 .box {
      background-color: #32434b;
      color: #ffffff; }
    .boxes .boxParent#box5 .vignette {
      background-image: url("../img/illu06.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .boxes .boxParent#box5 .vignette {
          background-image: url("../img/illu06-@2x.jpg");
          background-size: 240px 240px; } }
      .boxes .boxParent#box5 .vignette:before {
        display: block;
        position: absolute;
        z-index: 99;
        top: 22px;
        right: 222px;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 18px;
        border-color: transparent transparent transparent #32434b; }
  .boxes .boxParent#box6 .box {
    background-color: #2274ac;
    color: #ffffff; }
  .boxes .boxParent#box6 .vignette {
    background-image: url("../img/illu04.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .boxes .boxParent#box6 .vignette {
        background-image: url("../img/illu04-@2x.jpg");
        background-size: 240px 240px; } }
    .boxes .boxParent#box6 .vignette:before {
      display: block;
      position: absolute;
      z-index: 99;
      top: 22px;
      right: 222px;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 0 15px 18px;
      border-color: transparent transparent transparent #2274ac; }
  .boxes .boxParent#box7 .box {
    background-color: #2274ac;
    color: #ffffff; }
  .boxes .boxParent#box7 .vignette {
    background-image: url("../img/illu05.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .boxes .boxParent#box7 .vignette {
        background-image: url("../img/illu05-@2x.jpg");
        background-size: 240px 240px; } }
    .boxes .boxParent#box7 .vignette:before {
      display: block;
      position: absolute;
      z-index: 99;
      top: 22px;
      right: 222px;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 0 15px 18px;
      border-color: transparent transparent transparent #2274ac; }
  .boxes .boxParent a {
    text-decoration: none; }
.boxes .box {
  padding: 30px 18px 25px 30px;
  position: relative;
  float: left;
  margin-right: 0px;
  height: 260px;
  width: 100%; }
  .boxes .box .title {
    width: 90%;
    font-family: "VWHeadOfficeBold", arial, sans-serif;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    font-weight: 400; }
  .boxes .box .description {
    width: 95%;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 18px;
    font-family: "VWHeadOffice", arial, sans-serif; }
  .boxes .box .link {
    background: #ff8410;
    font-family: "VWTextOffice", arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding: 8px 10px 9px 20px;
    display: inline-block;
    position: absolute;
    bottom: 14px;
    left: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
    .boxes .box .link:after {
      content: "";
      display: block;
      position: absolute;
      left: 10px;
      top: 11px;
      width: 3px;
      height: 5px;
      background-image: url("../img/arrow_cta.png");
      background-repeat: no-repeat; }
.boxes .vignette {
  position: relative;
  float: right;
  width: 240px;
  height: 240px;
  display: none; }
  .boxes .vignette .over, .boxes .vignette .out {
    position: absolute;
    left: 0px;
    top: 0px; }
  .boxes .vignette .over {
    z-index: 9;
    display: none; }

/*========== < CONTENT ==========*/
/*========== FOOTER > ==========*/
.footer {
  margin-top: 20px;
  font-family: "VWTextOffice", arial, sans-serif; }
  .footer .container {
    width: 100%; }
    .footer .container .link {
      float: left;
      width: 100%;
      margin-bottom: 10px; }
      .footer .container .link .colored {
        font-size: 11px;
        color: #2274ac;
        text-decoration: none; }
        .footer .container .link .colored:hover {
          text-decoration: underline; }
      .footer .container .link .boxed {
        font-size: 10px;
        color: #000000;
        background-color: #f2f2f2;
        padding: 3px 5px;
        position: relative;
        float: left;
        text-decoration: none; }
      .footer .container .link .join {
        font-size: 10px;
        color: #32434b;
        position: relative;
        float: left; }
        .footer .container .link .join span {
          margin-left: 5px; }
      .footer .container .link ul {
        list-style: none;
        position: relative;
        float: left;
        margin: 0;
        padding: 0; }
        .footer .container .link ul li {
          position: relative;
          float: left;
          margin-left: 16px; }
      .footer .container .link .copy {
        font-size: 10px;
        position: relative;
        float: left;
        margin-left: 10px;
        margin-top: 2px; }

/*========== < FOOTER ==========*/
@media only screen and (max-width: 32.563em) {
  .header .columns .logo {
    margin: 10px 0 0 35px; }
  .header .columns .title {
    position: static;
    width: 285px;
    margin: 115px auto 0 auto;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #f2f2f2;
    text-align: center; }
    .header .columns .title .showmobile {
      display: inline; }

  .intro .welcome {
    padding: 0 15px; }
  .intro .info {
    margin-right: 0; }
    .intro .info .info-left {
      margin-bottom: 20px; }

  .boxes .boxParent {
    padding: 0 20px; }

  #box1 .box:after, #box2 .box:after, #box3 .box:after,
  #box4 .box:after, #box5 .box:after, #box6 .box:after,
  #box7 .box:after {
    right: 35px !important; }

  .footer .container .link {
    text-align: center; }
    .footer .container .link > a, .footer .container .link > div {
      float: none !important;
      display: inline; }
    .footer .container .link ul {
      display: block;
      text-align: center;
      width: 100%; }
      .footer .container .link ul li {
        display: inline;
        float: none;
        margin: 0 10px 0 0; }

  .mobileHide {
    display: none; } }
@media only screen and (min-width: 32.563em) {
  .intro .info {
    margin-right: 0; }
    .intro .info .info-left {
      margin-bottom: 20px; }
  .intro .welcome {
    padding: 0 15px; }
    .intro .welcome .subtitle {
      display: block; }

  .boxes .boxParent {
    padding: 0 20px; }
    .boxes .boxParent .box {
      padding-right: 240px;
      height: 240px; }
    .boxes .boxParent .vignette {
      margin-left: -240px;
      display: block; }

  .footer .container .link {
    text-align: center; }
    .footer .container .link > a, .footer .container .link > div {
      float: none !important;
      display: inline; }
    .footer .container .link ul {
      display: block;
      text-align: center;
      width: 100%; }
      .footer .container .link ul li {
        display: inline;
        float: none;
        margin: 0 10px 0 0; } }
@media only screen and (min-width: 40.188em) {
  .intro .info {
    margin-right: 20px; }

  .footer .container {
    display: flex;
    justify-content: center; }
    .footer .container .link {
      width: auto;
      margin-left: 15px;
      float: left; }
      .footer .container .link .colored {
        position: relative;
        float: left; }
      .footer .container .link ul li {
        margin-left: 10px; }

  .footer .container .link {
    text-align: center; }
    .footer .container .link > a, .footer .container .link > div {
      float: none !important;
      display: inline; }
    .footer .container .link ul {
      display: block;
      text-align: center;
      width: 100%; }
      .footer .container .link ul li {
        display: inline;
        float: none;
        margin: 0 10px 0 0; } }
@media only screen and (min-width: 62.563em) {
  .intro .info-banner {
    margin: -40px 0; }
  .intro .info-layout {
    display: flex; }
  .intro .welcome .title {
    padding-bottom: 10px;
    margin-top: 20px; }
  .intro .info {
    width: 100%;
    float: right; }
    .intro .info .info-left {
      width: 40%; }
      .intro .info .info-left .title {
        font-size: 9.6px; }
      .intro .info .info-left .datas, .intro .info .info-left .direction, .intro .info .info-left .tel {
        font-size: 9.6px; }
      .intro .info .info-left .direction {
        width: 90%; }
    .intro .info .info-right {
      width: 50%;
      position: relative;
      float: left;
      padding-left: 10px; }
      .intro .info .info-right .horaires, .intro .info .info-right .subtitle {
        font-size: 9.6px; }
      .intro .info .info-right .subtitle {
        font-size: 9.6px;
        margin-top: 0px; }
    .intro .info .link {
      position: relative;
      float: left; }

  .boxes .boxParent:nth-child(odd) {
    padding-right: 1.5px; }
  .boxes .boxParent:nth-child(even) {
    padding-left: 1.5px; }
  .boxes .boxParent:first-child, .boxes .boxParent:nth-child(2) {
    margin-top: 10px; }
  .boxes .box .link ul li {
    margin-left: 16px; }

  .footer .container .link {
    margin-left: 25px; } }
.mobile .tabletHide {
  display: none; }

@media only screen and (max-width: 62.563em) {
  .tabletHide {
    display: none; } }

/*# sourceMappingURL=facelift.css.map */
