html * {
  max-height: 1000000px; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */
body {
  font: 13px/1.231 sans-serif;
  *font-size: small; }

/* Hack retained to preserve specificity */
select, input, textarea, button {
  font: 99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/**
 * Minimal base styles.
 */
/* Always force a scrollbar in non-IE */
html {
  overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active, a.nice-select.open {
  outline: none; }

ul, ol {
  margin-left: 0;
  list-style-position: inside; }

ol {
  list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none; }

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td {
  vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup {
  font-size: 60%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px; }

textarea {
  overflow: auto; }

/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend {
  margin-left: -7px; }

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* Firefox add some padding and border to button element */
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red; }

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd; }

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! 
::-moz-selection{ background: #08AD57; color:#fff; text-shadow: none; }
::selection { background:#08AD57; color:#fff; text-shadow: none; }*/
/* j.mp/webkit-tap-highlight-color */
/*a:link { -webkit-tap-highlight-color: #08AD57; }*/
/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */
body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */ }

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

a, a:active, a.nice-select.open, a:visited {
  color: #607890; }

a:hover {
  color: #036; }

/**
 * Primary styles
 *
 * Author: 
 */
/**
 * Non-semantic helper classes: please define your styles before this section.
 */
/* For image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable.nice-select.open,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

/* Fix clear: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
  zoom: 1; }

/* Generic class */
.left {
  float: left; }

.right {
  float: right; }

/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */
@media all and (orientation: portrait) {
  /* Style adjustments for portrait mode goes here */ }
@media all and (orientation: landscape) {
  /* Style adjustments for landscape mode goes here */ }
/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */ }
/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }

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

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

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

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid; }

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

  h2, h3 {
    page-break-after: avoid; } }
/* REM easy support */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 52px;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-26px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 50px;
    list-style: none;
    min-height: 50px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }
.no-csspointerevents .nice-select.open .list {
  display: block; }

.control {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: 14px;
  width: 14px;
  background: white; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: white; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.control__indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--radio .control__indicator:after {
  left: 4px;
  top: 4px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #97938e; }

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b; }

/*! 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: transparent;
  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 {
  background-image: url("../images/content/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("../images/content/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  /*top: -18px;
  right: 25px;*/
  top: 35px;
  right: 35px;
  width: 17px;
  height: 19px;
  padding: 6px;
  cursor: pointer;
  z-index: 8040;
  background: rgba(0, 0, 0, 0.5) url("../images/content/fancybox/fancybox_close.png") center center no-repeat; }

.em-map-fancybox .fancybox-close {
  position: absolute;
  top: 16px;
  right: 14px;
  width: 17px;
  height: 19px;
  cursor: pointer;
  z-index: 8040;
  background: gray url("../images/content/fancybox/fancybox_close.png") center center no-repeat; }

.fancybox-nav {
  position: absolute;
  width: 36px;
  height: 36px;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  bottom: 15px;
  left: 15px; }

.fancybox-next {
  bottom: 15px;
  left: 66px; }

.fancybox-nav span {
  position: absolute;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  visibility: visible; }

.fancybox-prev span {
  background: url("../images/content/fancybox/fancybox_prev.png") no-repeat top; }

.fancybox-prev span:hover {
  background-position: bottom; }

.fancybox-next span {
  background: url("../images/content/fancybox/fancybox_next.png") no-repeat top; }

.fancybox-next span:hover {
  background-position: bottom; }

.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("../images/content/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("../images/content/fancybox/fancybox_close.png");
    background-size: 17px 19px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../images/content/fancybox//fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
::-webkit-input-placeholder {
  font-style: italic;
  color: #222222;
  opacity: 0.6; }

:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #222222;
  opacity: 0.6; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #222222;
  opacity: 0.6; }

:-ms-input-placeholder {
  font-style: italic;
  color: #222222;
  opacity: 0.6; }

input {
  font-family: "Oxygen", Arial, sans-serif;
  -webkit-appearance: none; }

textarea {
  font-family: "Oxygen", Arial, sans-serif;
  -webkit-appearance: none;
  resize: none; }

/* GENERIC */
.phone {
  width: 410px;
  height: 50px;
  border: 0;
  border-radius: 4px; }
  .phone .tel {
    display: block;
    float: left;
    width: 203px;
    height: 42px;
    padding-top: 6px;
    border-top: 1px solid #00acc1;
    border-left: 1px solid #00acc1;
    border-bottom: 1px solid #00acc1;
    border-radius: 4px 0 0 4px;
    background-color: #00acc1;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    -webkit-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
    -moz-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
    -ms-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
    -o-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, border 0.4s ease; }
    .phone .tel .hours {
      font-size: 12px; }
    .phone .tel:hover {
      background-color: white;
      color: #00acc1;
      -webkit-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
      -moz-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
      -ms-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
      -o-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
      transition: color 0.4s ease, background 0.4s ease, border 0.4s ease; }
  .phone .webcallback {
    display: block;
    float: left;
    width: 188px;
    height: 48px;
    padding-right: 15px;
    border-top: 1px solid #06365e;
    border-right: 1px solid #06365e;
    border-bottom: 1px solid #06365e;
    border-radius: 0 4px 4px 0;
    background-color: #06365e;
    text-transform: uppercase;
    text-align: right;
    text-decoration: none;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-image: url("../images/pictos/phone.png");
    background-size: 31px 33px;
    -webkit-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
    -moz-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
    -ms-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
    -o-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, border 0.4s ease; }
    @media only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
      .phone .webcallback {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../images/pictos/phone@2x.png");
        background-size: 31px 33px; } }
    @media only screen and (-o-min-device-pixel-ratio: 9 / 4), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
      .phone .webcallback {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../images/pictos/phone@3x.png");
        background-size: 31px 33px; } }
    @media only screen and (-o-min-device-pixel-ratio: 13 / 4), only screen and (-webkit-min-device-pixel-ratio: 3.25), only screen and (min-device-pixel-ratio: 3.25), only screen and (min-resolution: 3.25dppx) {
      .phone .webcallback {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../images/pictos/phone@4x.png");
        background-size: 31px 33px; } }
    .phone .webcallback:hover {
      background-color: white;
      color: #06365e;
      background-image: url("../images/pictos/phone-hover.png");
      background-size: 31px 33px;
      -webkit-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
      -moz-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
      -ms-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
      -o-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
      transition: color 0.4s ease, background 0.4s ease, border 0.4s ease; }
      @media only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
        .phone .webcallback:hover {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../images/pictos/phone-hover@2x.png");
          background-size: 31px 33px; } }
      @media only screen and (-o-min-device-pixel-ratio: 9 / 4), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
        .phone .webcallback:hover {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../images/pictos/phone-hover@3x.png");
          background-size: 31px 33px; } }
      @media only screen and (-o-min-device-pixel-ratio: 13 / 4), only screen and (-webkit-min-device-pixel-ratio: 3.25), only screen and (min-device-pixel-ratio: 3.25), only screen and (min-resolution: 3.25dppx) {
        .phone .webcallback:hover {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../images/pictos/phone-hover@4x.png");
          background-size: 31px 33px; } }

#cookies {
  background: #e5e5e5;
  bottom: 0;
  display: block;
  padding: 10px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 12;
  cursor: pointer; }
  #cookies a {
    display: inline-block;
    width: 14px;
    height: 15px;
    background-image: url("../images/content/fancybox/fancybox_close_color.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    margin-left: 10px;
    vertical-align: middle; }

.illustration,
.localisation {
  position: relative; }
  .illustration:hover a,
  .localisation:hover a {
    opacity: 1;
    -webkit-transition: opacity 0.7s ease;
    -moz-transition: opacity 0.7s ease;
    -ms-transition: opacity 0.7s ease;
    -o-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease; }
    @media only screen and (max-width: 575px) {
      .illustration:hover a,
      .localisation:hover a {
        opacity: 0; } }
  .illustration a,
  .localisation a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    opacity: 0;
    -webkit-transition: opacity 0.7s ease;
    -moz-transition: opacity 0.7s ease;
    -ms-transition: opacity 0.7s ease;
    -o-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease; }
    .illustration a .fa,
    .localisation a .fa {
      position: absolute;
      top: calc(50% - 18px);
      left: calc(50% - 18px);
      line-height: 100%;
      text-align: center;
      font-size: 36px;
      color: white; }

/* END */
body {
  font-family: "Oxygen", Arial, sans-serif; }

.wrapper {
  width: 1300px;
  padding: 40px 33px;
  margin: 0 auto; }
  @media only screen and (max-width: 1385px) {
    .wrapper {
      width: auto; } }
  @media only screen and (max-width: 575px) {
    .wrapper {
      padding: 25px 15px; } }

header {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-image: url("../images/content/perspective.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  header .header-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 575px) {
      header .header-mask {
        background-color: rgba(0, 0, 0, 0.5); } }
  header .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 258px;
    height: 80px;
    background-image: url("../images/logo.png");
    background-size: 258px 80px; }
    @media only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
      header .logo {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../images/logo@2x.png");
        background-size: 258px 80px; } }
    @media only screen and (-o-min-device-pixel-ratio: 9 / 4), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
      header .logo {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../images/logo@3x.png");
        background-size: 258px 80px; } }
    @media only screen and (-o-min-device-pixel-ratio: 13 / 4), only screen and (-webkit-min-device-pixel-ratio: 3.25), only screen and (min-device-pixel-ratio: 3.25), only screen and (min-resolution: 3.25dppx) {
      header .logo {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../images/logo@4x.png");
        background-size: 258px 80px; } }
  header .phone {
    position: absolute;
    top: 20px;
    right: 20px; }
    @media only screen and (max-width: 805px) {
      header .phone {
        width: 205px;
        height: auto; } }
    @media only screen and (max-width: 575px) {
      header .phone {
        display: none; } }
    header .phone .tel:hover {
      border-top: 1px solid white;
      border-left: 1px solid white;
      border-bottom: 1px solid white; }
    @media only screen and (max-width: 805px) {
      header .phone .tel {
        float: none;
        border-radius: 4px 4px 0 0; } }
    header .phone .webcallback:hover {
      border-top: 1px solid white;
      border-right: 1px solid white;
      border-bottom: 1px solid white; }
    @media only screen and (max-width: 805px) {
      header .phone .webcallback {
        float: none;
        border-radius: 0 0 4px 4px; } }
  header .envelope {
    position: fixed;
    top: 30vh;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 4px 0 0 4px;
    background-color: #06365e;
    text-decoration: none;
    z-index: 11; }
    @media only screen and (max-width: 575px) {
      header .envelope {
        top: 20vh; } }
    header .envelope.fa {
      text-align: center;
      line-height: 60px;
      font-size: 36px;
      color: white; }
      header .envelope.fa:hover {
        color: #06365e; }
    header .envelope:hover {
      background-color: white; }
  header h1 {
    position: relative;
    z-index: 1;
    max-width: 565px;
    padding: 0 20px;
    margin: 35vh auto 5px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 0 20px black;
    font-size: 36px;
    font-weight: bold;
    color: white; }
    @media only screen and (max-width: 575px) {
      header h1 {
        margin-top: 27vh;
        font-size: 32px; } }
  header p {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    text-align: center;
    text-shadow: 0 0 20px black;
    font-size: 18px;
    font-weight: bold;
    color: white; }
  header .offre {
    border-radius: 4px;
    background-color: rgba(0, 172, 193, 0.8);
    width: 600px;
    padding: 25px 0;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 70px auto; }
    @media only screen and (max-width: 575px) {
      header .offre {
        width: 90%;
        margin: 40px auto 0; } }
    header .offre p {
      text-shadow: none; }
    header .offre p:nth-child(2) {
      font-size: 30px;
      font-weight: normal;
      line-height: 40px; }
      @media only screen and (max-width: 575px) {
        header .offre p:nth-child(2) {
          line-height: 24px;
          font-size: 24px; } }
      header .offre p:nth-child(2) span {
        display: block;
        font-size: 38px;
        font-weight: bold;
        margin-top: 15px;
        text-transform: uppercase; }
        @media only screen and (max-width: 575px) {
          header .offre p:nth-child(2) span {
            font-size: 30px; } }
    header .offre p:last-child {
      font-size: 23px;
      text-transform: uppercase; }
      @media only screen and (max-width: 575px) {
        header .offre p:last-child {
          font-size: 18px; } }
    header .offre p:first-child {
      font-size: 30px;
      font-weight: bold;
      text-transform: uppercase; }
      @media only screen and (max-width: 575px) {
        header .offre p:first-child {
          font-size: 23px; } }
  header .cta {
    position: relative;
    display: block;
    width: 230px;
    height: 180px;
    margin: 15vh auto 0;
    text-decoration: none;
    text-align: center; }
    @media only screen and (max-width: 575px) {
      header .cta {
        margin: 9vh auto 0; } }
    header .cta:hover .arrow {
      transform: translateY(20px); }
    header .cta:hover .bt-discover {
      background-color: #06365e;
      color: white;
      -webkit-transition: color 0.4s ease, background 0.4s ease;
      -moz-transition: color 0.4s ease, background 0.4s ease;
      -ms-transition: color 0.4s ease, background 0.4s ease;
      -o-transition: color 0.4s ease, background 0.4s ease;
      transition: color 0.4s ease, background 0.4s ease; }
    header .cta .arrow {
      width: 22px;
      height: 142px;
      margin: 0 auto;
      background-repeat: no-repeat;
      transition: transform 0.5s ease-in-out;
      background-image: url("../images/pictos/arrow.png");
      background-size: 22px 142px; }
      @media only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
        header .cta .arrow {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../images/pictos/arrow@2x.png");
          background-size: 22px 142px; } }
      @media only screen and (-o-min-device-pixel-ratio: 9 / 4), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
        header .cta .arrow {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../images/pictos/arrow@3x.png");
          background-size: 22px 142px; } }
      @media only screen and (-o-min-device-pixel-ratio: 13 / 4), only screen and (-webkit-min-device-pixel-ratio: 3.25), only screen and (min-device-pixel-ratio: 3.25), only screen and (min-resolution: 3.25dppx) {
        header .cta .arrow {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../images/pictos/arrow@4x.png");
          background-size: 22px 142px; } }
    header .cta .bt-discover {
      position: absolute;
      top: 48px;
      left: 16px;
      padding: 15px 45px;
      border-radius: 4px;
      background: white;
      letter-spacing: 3px;
      font-size: 18px;
      font-weight: bold;
      color: #06365e;
      -webkit-transition: color 0.4s ease, background 0.4s ease;
      -moz-transition: color 0.4s ease, background 0.4s ease;
      -ms-transition: color 0.4s ease, background 0.4s ease;
      -o-transition: color 0.4s ease, background 0.4s ease;
      transition: color 0.4s ease, background 0.4s ease; }

section.presentation {
  position: relative; }
  section.presentation .delivery {
    position: absolute;
    background-color: #00acc1;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-family: "Oxygen", Arial, sans-serif;
    padding: 5px 15px;
    box-shadow: 0 3px 7px #c0c0c0;
    left: 0;
    top: 60px; }
    @media only screen and (max-width: 1385px) {
      section.presentation .delivery {
        top: 130px; } }
    @media only screen and (max-width: 805px) {
      section.presentation .delivery {
        top: 0; } }
    @media only screen and (max-width: 575px) {
      section.presentation .delivery {
        text-align: center;
        width: 100%;
        padding: 5px 0;
        top: 0;
        box-shadow: 0 3px 7px rgba(192, 192, 192, 0.5); } }
  section.presentation h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-size: 36px;
    color: #06365e; }
    @media only screen and (max-width: 805px) {
      section.presentation h2 {
        font-size: 26px;
        margin-top: 35px; } }
    @media only screen and (max-width: 575px) {
      section.presentation h2 {
        margin-top: 65px; } }
  section.presentation .subtitle {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #06365e; }
    @media only screen and (max-width: 805px) {
      section.presentation .subtitle {
        font-size: 26px; } }
  section.presentation .offer {
    margin-top: 5px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #00acc1; }
  section.presentation article {
    margin-top: 35px; }
    section.presentation article h3 {
      height: 23px;
      border-bottom: 1px solid #00acc1; }
      @media only screen and (max-width: 575px) {
        section.presentation article h3 {
          height: auto;
          border-bottom: none; } }
      section.presentation article h3 span {
        padding-right: 20px;
        background: white;
        font-weight: bold;
        font-size: 24px;
        color: #00acc1; }
    section.presentation article h4 {
      margin: 20px 0 10px;
      font-weight: bold;
      font-size: 18px;
      color: #06365e; }
      section.presentation article h4.separator {
        margin-top: 70px; }
        @media only screen and (max-width: 1385px) {
          section.presentation article h4.separator {
            margin-top: 20px; } }
    section.presentation article p {
      line-height: 26px;
      font-size: 18px;
      color: #727272; }
    section.presentation article.illustration-text .illustration {
      position: relative;
      float: left;
      width: 632px; }
      @media only screen and (max-width: 1385px) {
        section.presentation article.illustration-text .illustration {
          float: none;
          margin: 0 auto 50px; } }
      @media only screen and (max-width: 805px) {
        section.presentation article.illustration-text .illustration {
          width: auto; } }
      @media only screen and (max-width: 575px) {
        section.presentation article.illustration-text .illustration {
          margin-bottom: 20px; } }
      section.presentation article.illustration-text .illustration img {
        display: block;
        width: 100%;
        height: auto;
        box-shadow: 0 0 7px #c0c0c0; }
    section.presentation article.illustration-text .content {
      float: right;
      width: 632px; }
      @media only screen and (max-width: 1385px) {
        section.presentation article.illustration-text .content {
          float: none;
          width: auto; } }
    section.presentation article.full-text .content {
      float: left;
      width: 632px; }
      @media only screen and (max-width: 1385px) {
        section.presentation article.full-text .content {
          float: none;
          width: auto; } }
      section.presentation article.full-text .content:nth-child(2n+1) {
        float: right; }
        @media only screen and (max-width: 1385px) {
          section.presentation article.full-text .content:nth-child(2n+1) {
            float: none; } }
      section.presentation article.full-text .content h3 {
        margin-top: 30px; }

section.webcallback {
  position: relative;
  z-index: 1;
  background-color: #00acc1;
  min-height: 216px; }
  section.webcallback.in-view h2,
  section.webcallback.in-view input[type="text"],
  section.webcallback.in-view .dropdown,
  section.webcallback.in-view input[type="submit"],
  section.webcallback.in-view input[type="tel"] {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  section.webcallback h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: white;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
    opacity: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease; }
    @media only screen and (max-width: 805px) {
      section.webcallback h2 {
        font-size: 26px; } }
  section.webcallback form {
    width: 710px;
    margin: 40px auto 0; }
    @media only screen and (max-width: 805px) {
      section.webcallback form {
        width: auto; } }
    section.webcallback form.sent {
      -webkit-transition: all .4s ease-out;
      -moz-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      transition: all .4s ease-out;
      -webkit-transform: translateX(150%);
      transform: translateX(150%);
      opacity: 0; }
      @media only screen and (max-width: 805px) {
        section.webcallback form.sent {
          -webkit-transition: none;
          -moz-transition: none;
          -o-transition: none;
          transition: none;
          -webkit-transform: none;
          transform: none; } }
    section.webcallback form input[type="text"], section.webcallback form input[type="tel"] {
      float: left;
      width: 200px;
      height: 50px;
      padding-left: 20px;
      border: none;
      border-radius: 4px;
      background-color: #c2f8ff;
      font-size: 16px;
      color: #222222;
      -webkit-transition: background 0.2s ease-in-out, opacity .8s ease, transform .8s ease;
      -moz-transition: background 0.2s ease-in-out, opacity .8s ease, transform .8s ease;
      -o-transition: background 0.2s ease-in-out, opacity .8s ease, transform .8s ease;
      transition: background 0.2s ease-in-out, opacity .8s ease, transform .8s ease;
      -webkit-transition-delay: .2s;
      -moz-transition-delay: .2s;
      -o-transition-delay: .2s;
      transition-delay: .2s;
      -webkit-transform: translateY(-80%);
      transform: translateY(-80%);
      opacity: 0; }
      @media only screen and (max-width: 805px) {
        section.webcallback form input[type="text"], section.webcallback form input[type="tel"] {
          width: calc(50% - 30px); } }
      @media only screen and (max-width: 575px) {
        section.webcallback form input[type="text"], section.webcallback form input[type="tel"] {
          float: none;
          width: calc(100% - 20px);
          margin-bottom: 30px; } }
      section.webcallback form input[type="text"]:focus, section.webcallback form input[type="text"]:hover, section.webcallback form input[type="tel"]:focus, section.webcallback form input[type="tel"]:hover {
        background-color: rgba(194, 248, 255, 0.8); }
      section.webcallback form input[type="text"].error, section.webcallback form input[type="tel"].error {
        background-color: #ff9696;
        transition: none; }
    section.webcallback form .dropdown {
      float: left;
      width: 200px;
      margin: 0 30px;
	  z-index: 1;
      -webkit-transition: background 0.2s ease-in-out, opacity .8s ease, transform .8s ease;
      -moz-transition: background 0.2s ease-in-out, opacity .8s ease, transform .8s ease;
      -o-transition: background 0.2s ease-in-out, opacity .8s ease, transform .8s ease;
      transition: background 0.2s ease-in-out, opacity .8s ease, transform .8s ease;
      -webkit-transition-delay: .4s;
      -moz-transition-delay: .4s;
      -o-transition-delay: .4s;
      transition-delay: .4s;
      -webkit-transform: translateY(-80%);
      transform: translateY(-80%);
      opacity: 0; }
      @media only screen and (max-width: 805px) {
        section.webcallback form .dropdown {
          float: right;
          width: calc(50% - 30px);
          margin: 0; } }
      @media only screen and (max-width: 575px) {
        section.webcallback form .dropdown {
          float: none;
          width: auto; } }
      section.webcallback form .dropdown.error .nice-select {
        background-color: #ff9696;
        transition: none; }
      section.webcallback form .dropdown .nice-select {
        float: left;
        padding-left: 20px;
        background-color: #c2f8ff; }
        section.webcallback form .dropdown .nice-select:hover {
          background-color: rgba(194, 248, 255, 0.8); }
        section.webcallback form .dropdown .nice-select:after {
          right: 20px;
          width: 10px;
          height: 10px;
          margin-top: -8px;
          border-right: 2px solid #00acc1;
          border-bottom: 2px solid #00acc1; }
        section.webcallback form .dropdown .nice-select .current {
          color: #222222; }
          section.webcallback form .dropdown .nice-select .current.default {
            opacity: 0.6;
            font-style: italic; }
    section.webcallback form input[type="submit"] {
      float: left;
      width: 220px;
      height: 50px;
      border: none;
      border-radius: 4px;
      background-color: #06365e;
      line-height: 50px;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      color: white;
      -webkit-transition: opacity .8s ease, transform .8s ease;
      -moz-transition: opacity .8s ease, transform .8s ease;
      -o-transition: opacity .8s ease, transform .8s ease;
      transition: opacity .8s ease, transform .8s ease;
      -webkit-transition-delay: .6s;
      -moz-transition-delay: .6s;
      -o-transition-delay: .6s;
      transition-delay: .6s;
      -webkit-transform: translateY(-80%);
      transform: translateY(-80%);
      opacity: 0;
      -webkit-transition: color 0.5s ease, background 0.5s ease;
      -moz-transition: color 0.5s ease, background 0.5s ease;
      -ms-transition: color 0.5s ease, background 0.5s ease;
      -o-transition: color 0.5s ease, background 0.5s ease;
      transition: color 0.5s ease, background 0.5s ease; }
      @media only screen and (max-width: 805px) {
        section.webcallback form input[type="submit"] {
          width: 100%;
          margin-top: 30px; } }
      section.webcallback form input[type="submit"]:hover {
        background-color: white;
        color: #06365e;
        -webkit-transition: color 0.5s ease, background 0.5s ease;
        -moz-transition: color 0.5s ease, background 0.5s ease;
        -ms-transition: color 0.5s ease, background 0.5s ease;
        -o-transition: color 0.5s ease, background 0.5s ease;
        transition: color 0.5s ease, background 0.5s ease; }
  section.webcallback .post-validation {
    z-index: -1;
    opacity: 0;
    width: 1300px;
    height: 52px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    margin: 40px auto 0;
    color: white; }
    @media only screen and (max-width: 1385px) {
      section.webcallback .post-validation {
        width: calc(100% - 70px); } }
    @media only screen and (max-width: 805px) {
      section.webcallback .post-validation {
        position: relative;
        display: none;
        width: auto;
        margin-top: 0; } }
    section.webcallback .post-validation.sent {
      display: block;
      opacity: 1;
      -webkit-transition: opacity 0.6s ease 0.2s;
      -moz-transition: opacity 0.6 ease 0.2s;
      -o-transition: opacity 0.6 ease 0.2s;
      transition: opacity 0.6 ease 0.2s; }
      @media only screen and (max-width: 805px) {
        section.webcallback .post-validation.sent {
          position: relative;
          display: block;
          width: auto;
          margin-top: 40px; } }

section.services .wrapper {
  padding-top: 0; }
  section.services .wrapper .prestations {
    float: left;
    width: 632px; }
    @media only screen and (max-width: 1385px) {
      section.services .wrapper .prestations {
        float: none;
        width: auto; } }
    section.services .wrapper .prestations h2 {
      margin-top: 68px;
      font-size: 24px;
      font-weight: bold;
      color: #00acc1; }
      @media only screen and (max-width: 1385px) {
        section.services .wrapper .prestations h2 {
          margin-top: 40px; } }
      @media only screen and (max-width: 575px) {
        section.services .wrapper .prestations h2 {
          margin-top: 20px; } }
    section.services .wrapper .prestations .subtitle {
      font-size: 16px;
      font-weight: light;
      color: #00acc1; }
    section.services .wrapper .prestations .magic-accordion {
      margin-top: 15px; }
      section.services .wrapper .prestations .magic-accordion h3 {
        position: relative;
        display: block;
        height: 50px;
        padding-left: 15px;
        background-color: #bbcde5;
        box-shadow: 0 0 2px #bbcde5;
        cursor: pointer;
        margin-bottom: 4px;
        line-height: 50px;
        font-size: 18px;
        font-weight: bold;
        color: #06365e;
        transition: background 0.2s ease-in-out; }
        section.services .wrapper .prestations .magic-accordion h3:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 20px;
          display: block;
          width: 10px;
          height: 10px;
          margin-top: -8px;
          border-bottom: 2px solid #06365e;
          border-right: 2px solid #06365e;
          pointer-events: none;
          transform-origin: 66% 66%;
          transform: rotate(45deg);
          transition: all 0.15s ease-in-out; }
        section.services .wrapper .prestations .magic-accordion h3.active, section.services .wrapper .prestations .magic-accordion h3:hover {
          background-color: rgba(187, 205, 229, 0.8); }
        section.services .wrapper .prestations .magic-accordion h3.active:after {
          transform: rotate(-135deg); }
      section.services .wrapper .prestations .magic-accordion .body {
        padding: 15px;
        font-size: 16px;
        color: #727272; }
        section.services .wrapper .prestations .magic-accordion .body ul,
        section.services .wrapper .prestations .magic-accordion .body p {
          margin-bottom: 15px; }
        section.services .wrapper .prestations .magic-accordion .body ul li {
          list-style: none; }
          section.services .wrapper .prestations .magic-accordion .body ul li:before {
            content: "\2022";
            padding-right: 4px;
            vertical-align: middle;
            font-size: 16px; }
  section.services .wrapper .illustration {
    float: right;
    width: 632px; }
    @media only screen and (max-width: 1385px) {
      section.services .wrapper .illustration {
        float: none;
        margin: 40px auto 20px; } }
    @media only screen and (max-width: 805px) {
      section.services .wrapper .illustration {
        width: auto; } }
    section.services .wrapper .illustration img {
      display: block;
      width: 100%;
      height: auto;
      box-shadow: 0 0 7px #c0c0c0; }

section.measures .wrapper {
  padding-top: 0; }
  section.measures .wrapper h2 {
    width: 600px;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #00acc1; }
    @media only screen and (max-width: 805px) {
      section.measures .wrapper h2 {
        width: auto;
        text-align: center;
        font-size: 22px; } }
  section.measures .wrapper .measure-group {
    width: 216px;
    margin: 35px auto 0; }
    section.measures .wrapper .measure-group.in-view .measure {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    section.measures .wrapper .measure-group .measure {
      -webkit-transform: translateY(-70%);
      transform: translateY(-70%);
      opacity: 0;
      -webkit-transition: all .8s ease;
      -moz-transition: all .8s ease;
      -o-transition: all .8s ease;
      transition: all .8s ease; }
      section.measures .wrapper .measure-group .measure.tva {
        float: left;
        width: 62px;
        height: 60px;
        background-image: url("../images/pictos/tva-55.png");
        background-size: 62px 60px;
        -webkit-transition-delay: .0s;
        -moz-transition-delay: .0s;
        -o-transition-delay: .0s;
        transition-delay: .0s; }
        @media only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
          section.measures .wrapper .measure-group .measure.tva {
            /* on retina, use image that's scaled by 2 */
            background-image: url("../images/pictos/tva-55@2x.png");
            background-size: 62px 60px; } }
        @media only screen and (-o-min-device-pixel-ratio: 9 / 4), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
          section.measures .wrapper .measure-group .measure.tva {
            /* on retina, use image that's scaled by 2 */
            background-image: url("../images/pictos/tva-55@3x.png");
            background-size: 62px 60px; } }
        @media only screen and (-o-min-device-pixel-ratio: 13 / 4), only screen and (-webkit-min-device-pixel-ratio: 3.25), only screen and (min-device-pixel-ratio: 3.25), only screen and (min-resolution: 3.25dppx) {
          section.measures .wrapper .measure-group .measure.tva {
            /* on retina, use image that's scaled by 2 */
            background-image: url("../images/pictos/tva-55@4x.png");
            background-size: 62px 60px; } }
      section.measures .wrapper .measure-group .measure.ptz {
        float: left;
        width: 61px;
        height: 60px;
        margin: 0 15px;
        background-image: url("../images/pictos/ptz.png");
        background-size: 61px 60px;
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s; }
        @media only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
          section.measures .wrapper .measure-group .measure.ptz {
            /* on retina, use image that's scaled by 2 */
            background-image: url("../images/pictos/ptz@2x.png");
            background-size: 61px 60px; } }
        @media only screen and (-o-min-device-pixel-ratio: 9 / 4), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
          section.measures .wrapper .measure-group .measure.ptz {
            /* on retina, use image that's scaled by 2 */
            background-image: url("../images/pictos/ptz@3x.png");
            background-size: 61px 60px; } }
        @media only screen and (-o-min-device-pixel-ratio: 13 / 4), only screen and (-webkit-min-device-pixel-ratio: 3.25), only screen and (min-device-pixel-ratio: 3.25), only screen and (min-resolution: 3.25dppx) {
          section.measures .wrapper .measure-group .measure.ptz {
            /* on retina, use image that's scaled by 2 */
            background-image: url("../images/pictos/ptz@4x.png");
            background-size: 61px 60px; } }
      section.measures .wrapper .measure-group .measure.pinel {
        float: left;
        width: 63px;
        height: 60px;
        background-image: url("../images/pictos/pinel.png");
        background-size: 63px 60px;
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s; }
        @media only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
          section.measures .wrapper .measure-group .measure.pinel {
            /* on retina, use image that's scaled by 2 */
            background-image: url("../images/pictos/pinel@2x.png");
            background-size: 63px 60px; } }
        @media only screen and (-o-min-device-pixel-ratio: 9 / 4), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
          section.measures .wrapper .measure-group .measure.pinel {
            /* on retina, use image that's scaled by 2 */
            background-image: url("../images/pictos/pinel@3x.png");
            background-size: 63px 60px; } }
        @media only screen and (-o-min-device-pixel-ratio: 13 / 4), only screen and (-webkit-min-device-pixel-ratio: 3.25), only screen and (min-device-pixel-ratio: 3.25), only screen and (min-resolution: 3.25dppx) {
          section.measures .wrapper .measure-group .measure.pinel {
            /* on retina, use image that's scaled by 2 */
            background-image: url("../images/pictos/pinel@4x.png");
            background-size: 63px 60px; } }

.holder {
  overflow: hidden; }

section.contact .wrapper {
  position: relative; }
  @media only screen and (max-width: 1385px) {
    section.contact .wrapper {
      padding-top: 0; } }
  section.contact .wrapper .documentation {
    z-index: 10;
    position: absolute;
    width: 492px;
    padding: 38px 70px;
    margin-top: 7px;
    overflow: hidden;
    background-color: #00acc1;
    -webkit-transition: all .8s ease .2s;
    -moz-transition: all .8s ease .2s;
    -o-transition: all .8s ease .2s;
    transition: all .8s ease .2s;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    opacity: 0; }
    @media only screen and (max-width: 1385px) {
      section.contact .wrapper .documentation {
        position: relative;
        width: auto;
        padding: 38px;
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
    @media only screen and (max-width: 575px) {
      section.contact .wrapper .documentation {
        padding: 20px; } }
    section.contact .wrapper .documentation.in-view {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    section.contact .wrapper .documentation h2 {
      margin-bottom: 20px;
      font-size: 36px;
      font-weight: bold;
      color: white; }
      @media only screen and (max-width: 805px) {
        section.contact .wrapper .documentation h2 {
          text-align: center; } }
      @media only screen and (max-width: 575px) {
        section.contact .wrapper .documentation h2 {
          font-size: 20px; } }
    section.contact .wrapper .documentation form.sent {
      -webkit-transition: all .4s ease-out;
      -moz-transition: all .4s ease-out;
      -o-transition: all .4s ease-out;
      transition: all .4s ease-out;
      -webkit-transform: translateX(150%);
      transform: translateX(150%);
      opacity: 0; }
    section.contact .wrapper .documentation form .control-group .label-group {
      float: left;
      margin-right: 25px;
      font-size: 18px;
      color: white; }
      @media only screen and (max-width: 575px) {
        section.contact .wrapper .documentation form .control-group .label-group {
          float: none; } }
    section.contact .wrapper .documentation form .control-group label {
      float: left;
      margin-left: 15px;
      font-size: 18px;
      color: white; }
      @media only screen and (max-width: 575px) {
        section.contact .wrapper .documentation form .control-group label {
          float: none;
          margin-top: 10px;
          margin-left: 0; } }
    section.contact .wrapper .documentation form .inputs {
      margin-top: 10px; }
      section.contact .wrapper .documentation form .inputs .input-group {
        padding: 15px 0; }
        @media only screen and (max-width: 575px) {
          section.contact .wrapper .documentation form .inputs .input-group {
            padding: 0; } }
        section.contact .wrapper .documentation form .inputs .input-group input[type="text"], section.contact .wrapper .documentation form .inputs .input-group input[type="tel"] {
          float: left;
          width: 200px;
          height: 50px;
          padding-left: 20px;
          border: none;
          border-radius: 4px;
          background-color: #c2f8ff;
          font-size: 16px;
          color: #222222;
          transition: background 0.2s ease-in-out; }
          @media only screen and (max-width: 1385px) {
            section.contact .wrapper .documentation form .inputs .input-group input[type="text"], section.contact .wrapper .documentation form .inputs .input-group input[type="tel"] {
              width: calc(50% - 35px); } }
          @media only screen and (max-width: 575px) {
            section.contact .wrapper .documentation form .inputs .input-group input[type="text"], section.contact .wrapper .documentation form .inputs .input-group input[type="tel"] {
              float: none;
              width: calc(100% - 20px);
              margin: 10px 0; } }
          section.contact .wrapper .documentation form .inputs .input-group input[type="text"]:focus, section.contact .wrapper .documentation form .inputs .input-group input[type="text"]:hover, section.contact .wrapper .documentation form .inputs .input-group input[type="tel"]:focus, section.contact .wrapper .documentation form .inputs .input-group input[type="tel"]:hover {
            background-color: rgba(194, 248, 255, 0.8); }
          section.contact .wrapper .documentation form .inputs .input-group input[type="text"]:nth-child(2n), section.contact .wrapper .documentation form .inputs .input-group input[type="tel"]:nth-child(2n) {
            float: right; }
            @media only screen and (max-width: 575px) {
              section.contact .wrapper .documentation form .inputs .input-group input[type="text"]:nth-child(2n), section.contact .wrapper .documentation form .inputs .input-group input[type="tel"]:nth-child(2n) {
                float: none; } }
          section.contact .wrapper .documentation form .inputs .input-group input[type="text"][name="email"], section.contact .wrapper .documentation form .inputs .input-group input[type="tel"][name="email"] {
            width: 471px; }
            @media only screen and (max-width: 1385px) {
              section.contact .wrapper .documentation form .inputs .input-group input[type="text"][name="email"], section.contact .wrapper .documentation form .inputs .input-group input[type="tel"][name="email"] {
                width: calc(100% - 20px); } }
          section.contact .wrapper .documentation form .inputs .input-group input[type="text"].error, section.contact .wrapper .documentation form .inputs .input-group input[type="tel"].error {
            background-color: #ff9696;
            transition: none; }
    section.contact .wrapper .documentation form textarea {
      width: 451px;
      height: 80px;
      padding: 20px;
      margin-top: 15px;
      border: none;
      border-radius: 4px;
      background-color: #c2f8ff;
      font-size: 16px;
      color: #222222;
      transition: background 0.2s ease-in-out; }
      @media only screen and (max-width: 1385px) {
        section.contact .wrapper .documentation form textarea {
          width: calc(100% - 40px); } }
      section.contact .wrapper .documentation form textarea:focus, section.contact .wrapper .documentation form textarea:hover {
        background-color: rgba(194, 248, 255, 0.8); }
    section.contact .wrapper .documentation form .required {
      padding: 3px;
      text-align: right;
      font-size: 12px;
      font-style: italic;
      color: white; }
    section.contact .wrapper .documentation form input[type="submit"] {
      display: block;
      width: 280px;
      height: 50px;
      margin: 20px auto 0;
      border: none;
      border-radius: 4px;
      background-color: #06365e;
      line-height: 50px;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      color: white;
      -webkit-transition: color 0.5s ease, background 0.5s ease;
      -moz-transition: color 0.5s ease, background 0.5s ease;
      -ms-transition: color 0.5s ease, background 0.5s ease;
      -o-transition: color 0.5s ease, background 0.5s ease;
      transition: color 0.5s ease, background 0.5s ease; }
      section.contact .wrapper .documentation form input[type="submit"]:hover {
        background-color: white;
        color: #06365e;
        -webkit-transition: color 0.5s ease, background 0.5s ease;
        -moz-transition: color 0.5s ease, background 0.5s ease;
        -ms-transition: color 0.5s ease, background 0.5s ease;
        -o-transition: color 0.5s ease, background 0.5s ease;
        transition: color 0.5s ease, background 0.5s ease; }
      @media only screen and (max-width: 575px) {
        section.contact .wrapper .documentation form input[type="submit"] {
          width: 100%; } }
    section.contact .wrapper .documentation .post-validation {
      position: absolute;
      z-index: -1;
      top: 165px;
      opacity: 0;
      width: 500px;
      text-align: center;
      font-size: 20px;
      color: white; }
      @media only screen and (max-width: 805px) {
        section.contact .wrapper .documentation .post-validation {
          width: calc(100% - 40px); } }
      section.contact .wrapper .documentation .post-validation.sent {
        opacity: 1;
        -webkit-transition: opacity 0.6s ease 0.2s;
        -moz-transition: opacity 0.6 ease 0.2s;
        -o-transition: opacity 0.6 ease 0.2s;
        transition: opacity 0.6 ease 0.2s; }
      section.contact .wrapper .documentation .post-validation a {
        display: block;
        width: 280px;
        height: 50px;
        margin: 45px auto 0;
        border: none;
        border-radius: 4px;
        background-color: #06365e;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        color: white; }
        section.contact .wrapper .documentation .post-validation a i {
          margin-right: 5px; }
        section.contact .wrapper .documentation .post-validation a:hover {
          background-color: white;
          color: #06365e;
          text-decoration: none; }
  section.contact .wrapper .office {
    float: right;
    width: 632px;
    -webkit-transition: all .8s ease .2s;
    -moz-transition: all .8s ease .2s;
    -o-transition: all .8s ease .2s;
    transition: all .8s ease .2s;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    opacity: 0; }
    @media only screen and (max-width: 1385px) {
      section.contact .wrapper .office {
        float: none;
        width: auto;
        margin-top: 40px;
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
    section.contact .wrapper .office.in-view {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    section.contact .wrapper .office h2 {
      height: 23px;
      margin-bottom: 20px;
      border-bottom: 1px solid #00acc1; }
      section.contact .wrapper .office h2 span {
        padding-right: 20px;
        background: white;
        font-weight: bold;
        font-size: 24px;
        color: #00acc1; }
    section.contact .wrapper .office .address {
      float: left;
      width: 210px;
      margin-top: 3px;
      font-size: 18px;
      color: #727272; }
      @media only screen and (max-width: 805px) {
        section.contact .wrapper .office .address {
          float: none;
          width: auto; } }
    section.contact .wrapper .office .phone {
      float: right; }
      @media only screen and (max-width: 805px) {
        section.contact .wrapper .office .phone {
          display: none; } }
      section.contact .wrapper .office .phone.tablet {
        display: none; }
        @media only screen and (max-width: 805px) {
          section.contact .wrapper .office .phone.tablet {
            float: none;
            display: block;
            margin: 15px auto; } }
        @media only screen and (max-width: 575px) {
          section.contact .wrapper .office .phone.tablet {
            width: 205px;
            height: auto; } }
        @media only screen and (max-width: 575px) {
          section.contact .wrapper .office .phone.tablet .tel {
            float: none;
            border-radius: 4px 4px 0 0;
            border-top: 1px solid #00acc1;
            border-left: 1px solid #00acc1;
            border-right: 1px solid #00acc1; }
            section.contact .wrapper .office .phone.tablet .tel:hover {
              border-bottom: 1px solid #06365e; } }
        @media only screen and (max-width: 575px) {
          section.contact .wrapper .office .phone.tablet .webcallback {
            float: none;
            border-radius: 0 0 4px 4px;
            border-bottom: 1px solid #06365e;
            border-left: 1px solid #06365e;
            border-right: 1px solid #06365e; } }
    section.contact .wrapper .office p {
      padding: 10px 0;
      font-size: 18px;
      font-weight: bold;
      color: #727272; }
      @media only screen and (max-width: 1385px) {
        section.contact .wrapper .office p {
          margin-top: 15px; } }
      @media only screen and (max-width: 575px) {
        section.contact .wrapper .office p {
          font-size: 16px; } }
    section.contact .wrapper .office .localisation {
      width: 632px;
      margin-top: 10px; }
      @media only screen and (max-width: 1385px) {
        section.contact .wrapper .office .localisation {
          margin: 25px auto 0; } }
      @media only screen and (max-width: 805px) {
        section.contact .wrapper .office .localisation {
          width: auto; } }
      section.contact .wrapper .office .localisation img {
        display: block;
        width: 100%;
        height: auto;
        box-shadow: 0 0 7px #c0c0c0; }

footer {
  position: relative;
  height: 320px;
  background-color: #06365e;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-image: url("../images/logo-footer.png");
  background-size: 551px 135px; }
  @media only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
    footer {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../images/logo-footer@2x.png");
      background-size: 551px 135px; } }
  @media only screen and (-o-min-device-pixel-ratio: 9 / 4), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
    footer {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../images/logo-footer@3x.png");
      background-size: 551px 135px; } }
  @media only screen and (-o-min-device-pixel-ratio: 13 / 4), only screen and (-webkit-min-device-pixel-ratio: 3.25), only screen and (min-device-pixel-ratio: 3.25), only screen and (min-resolution: 3.25dppx) {
    footer {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../images/logo-footer@4x.png");
      background-size: 551px 135px; } }
  @media only screen and (max-width: 1385px) {
    footer {
      height: auto;
      padding-bottom: 140px; } }
  footer .wrapper {
    position: relative;
    height: 280px;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media only screen and (max-width: 1385px) {
      footer .wrapper {
        height: auto; } }
    footer .wrapper .access {
      float: right;
      width: 632px; }
      @media only screen and (max-width: 1385px) {
        footer .wrapper .access {
          float: none;
          width: auto; } }
      footer .wrapper .access h2 {
        height: 23px;
        margin-bottom: 20px;
        border-bottom: 1px solid white; }
        footer .wrapper .access h2 span {
          padding-right: 20px;
          background-color: #06365e;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 24px;
          color: white; }
      footer .wrapper .access .transport {
        float: left;
        width: 300px; }
        @media only screen and (max-width: 1385px) {
          footer .wrapper .access .transport {
            width: calc(50% - 20px); } }
        @media only screen and (max-width: 805px) {
          footer .wrapper .access .transport {
            float: none;
            width: auto;
            margin-top: 30px; } }
        footer .wrapper .access .transport:nth-child(2n+1) {
          float: right; }
          @media only screen and (max-width: 805px) {
            footer .wrapper .access .transport:nth-child(2n+1) {
              float: none; } }
        footer .wrapper .access .transport h3 {
          padding-bottom: 16px;
          margin-bottom: 16px;
          border-bottom: 1px solid white;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 14px;
          color: white; }
        footer .wrapper .access .transport ul li {
          margin-bottom: 5px;
          list-style: none;
          font-size: 14px;
          color: #c1cdd7; }
          footer .wrapper .access .transport ul li:before {
            content: "\2022";
            padding-right: 4px;
            vertical-align: middle;
            font-size: 16px; }
    footer .wrapper .legal {
      position: absolute;
      bottom: 20px;
      right: 40px;
      width: 760px;
      text-align: right;
      font-size: 10px;
      color: white; }
      @media only screen and (max-width: 1385px) {
        footer .wrapper .legal {
          position: static;
          float: none;
          width: auto;
          margin-top: 20px;
          text-align: left; } }
  footer .copyright {
    position: absolute;
    bottom: 24px;
    left: 190px;
    font-size: 12px;
    color: #727272; }
    footer .copyright a {
      text-decoration: none;
      font-size: 12px;
      color: #727272; }
      footer .copyright a:hover {
        text-decoration: underline; }

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