/*
  Theme Name: Serena
  Author: Julien Herpin
  Description: 2014 theme for Serena Capital WP site
  Version: 1
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Tags: serena
  Text Domain: serena
*/
/*  VENDORS
---------------------------------------------------*/
/*  MAIN STYLESHEET
---------------------------------------------------*/
/*  BASE SETTINGS
---------------------------------------------------*/
/*  BASE
---------------------------------------------------*/
/* Functions */
/*  COLOR PALETTE FUNCTION
---------------------------------------------------*/
/*-- From https://github.com/guardian/guss-colours @Kaelig --*/
/* Mixins */
/*  REM FALLBACK
---------------------------------------------------*/
/*-- From https://github.com/guardian/guss-rem by @kaelig --*/
/*  FORMS PLACEHOLDER MIXIN
---------------------------------------------------*/
.header__container, .header__notifierContainer, .intro__container, .actionBlock, .counterBlock, .brandBlock, .companyBlock, .descriptionBlock, .teamBlock__container, .resumeBlock, .qaBlock, .slideBlock, .newsBlock, .introQuoteBlock, .footer__container {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto; }
  @media all and (min-width: 61.25em) {
    .header__container, .header__notifierContainer, .intro__container, .actionBlock, .counterBlock, .brandBlock, .companyBlock, .descriptionBlock, .teamBlock__container, .resumeBlock, .qaBlock, .slideBlock, .newsBlock, .introQuoteBlock, .footer__container {
      padding-left: 100px;
      padding-right: 100px; } }

/* Others */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   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; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * 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, 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 differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  overflow-x: hidden;
  min-height: 100%;
  font-size: 62.5%;
  font-size: -webkit-calc(1em * .625);
  font-size: calc(1em * .625); }

body {
  overflow-x: hidden;
  position: relative;
  font-family: Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6em;
  line-height: 1.4;
  background: #fff;
  color: #6d7077;
  font-weight: 500; }
  body.is-locked {
    overflow: hidden; }

img {
  display: inline-block;
  vertical-align: middle;
  height:auto; }
body.page img{ max-width:100%;}
ul, ol, dl {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  line-height: inherit;
  color: inherit; }
  a:hover, a:focus {
    text-decoration: underline; }
  a img {
    border: none; }

@font-face {
  font-family: "Gaspar";
  src: url("font/Gaspar_Regular-webfont.eot");
  src: url("font/Gaspar_Regular-webfont.eot?#iefix") format("eot"), url("font/Gaspar_Regular-webfont.woff") format("woff"), url("font/Gaspar_Regular-webfont.ttf") format("truetype"), url("font/Gaspar_Regular-webfont.svg#Icons") format("svg"); }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: white url("./ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
/*@if $slick-font-family == "slick" {
  @font-face {
    font-family:"slick";
    src:    slick-font-url("slick.eot");
    src:    slick-font-url("slick.eot?#iefix") format("embedded-opentype"),
    slick-font-url("slick.woff") format("woff"),
    slick-font-url("slick.ttf") format("truetype"),
    slick-font-url("slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}*/
/* Arrows */
.slick-prev,
.slick-next {
	z-index:99;
  position: absolute;
  line-height: 0;
  font-size: 0;
  color: transparent;
  top: 100%;
  border: none;
  width: 32px;
  height: 64px;
  margin-top: 10px;
  display: none !important; }

.slick-prev {
  right: 50%;
  background: url(images/assets/left.png);
  margin-right: 10px; }

.slick-next {
  left: 50%;
  background: url(images/assets/right.png);
  margin-left: 10px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .slick-prev {
    background: url(images/assets/left@2x.png);
    -webkit-background-size: cover;
            background-size: cover; }

  .slick-next {
    background: url(images/assets/right@2x.png);
    -webkit-background-size: cover;
            background-size: cover; } }
@media all and (min-width: 61.25em) {
  .slick-prev,
  .slick-next {
    display: block !important;
    top: 50%;
    margin-top: -32px; }

  .slick-prev {
    left: -15px;
    right: auto;
    margin-left: -45px; }

  .slick-next {
    right: -15px;
    left: auto;
    margin-right: -45px; } }
/*.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  &:hover, &:focus {
    outline: none;
    background: transparent;
    color: transparent;
    &:before {
      opacity: $opacity-on-hover;
    }
  }
  &.slick-disabled:before {
    opacity: $opacity-not-active;
  }
}*/
/*.slick-prev:before, .slick-next:before {
  font-family: $slick-font-family;
  font-size: 20px;
  line-height: 1;
  color: $slick-arrow-color;
  opacity: $opacity-default;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
  [dir="rtl"] & {
    left:  auto;
    right: -25px;
  }
  &:before {
    content: $slick-prev-character;
    [dir="rtl"] & {
      content: $slick-next-character;
    }
  }
}
.slick-next {
  right: -25px;
  [dir="rtl"] & {
    left:  -25px;
    right: auto;
  }
  &:before {
    content: $slick-next-character;
    [dir="rtl"] & {
      content: $slick-prev-character;
    }
  }
}*/
/* Dots */
/*.slick-slider {
  margin-bottom: 30px;
}*/
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 40px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.mc4wp-error {
  background-color: #f2786d;
  color: #fff;
  display: inline-block;
  padding: 3px 8px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-top: 10px;
  margin-top: 1rem;
  font-size: 13px;
  font-size: 1.3rem; }

.mc4wp-success, .mc4wp-notice {
  color: #fff;
  margin-top: 10px; }

.heading, .freeBlock h1, .freeBlock h2 {
  font-family: Gaspar, "Times new Roman", serif;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #30333a;
  font-size: 24px;
  font-size: 2.4rem; }
  h3.heading{ font-size:2.4rem; text-transform:uppercase; letter-spacing:1rem;}
  
  section.teamBlock h3.heading{ font-size:1.6rem; letter-spacing:0.33rem;}
  
  @media all and (min-width: 61.25em) {
    .heading, .freeBlock h1, .freeBlock h2 {
      font-size: 36px;
      font-size: 3.6rem; }
	  .cover h1{
      font-size: 48px;
      font-size: 4.8rem;
	  letter-spacing:-0.05rem;
	  text-shadow:2px 2px 7px #000;} }
  .heading--smaller, .freeBlock h2 {
    font-size: 19px;
    font-size: 1.9rem; }
    @media all and (min-width: 46.25em) {
      .heading--smaller, .freeBlock h2 {
        font-size: 19px;
        font-size: 1.9rem; } }
  .heading--small {
    font-size: 17.33333px;
    font-size: 1.73333rem; }
    @media all and (min-width: 46.25em) {
      .heading--small {
        font-size: 26px;
        font-size: 2.6rem; } }
  .heading--large {
    font-size: 33.33333px;
    font-size: 3.33333rem; }
    @media all and (min-width: 46.25em) {
      .heading--large {
        font-size: 50px;
        font-size: 5rem; } }
  .heading--primary {
    color: #62c1e8; }
  .heading--secondary {
    color: #f2786d; }
  .heading--third {
    color: #67df57; }
  .heading--fourth {
    color: #f0be64; }
  .heading--lightest {
    color: white; }
  .heading--shadowed {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3); }
  .heading--offset {
    padding: 40px 0;
    padding: 4rem 0; }
  .heading--splitter, .freeBlock h1 {
    position: relative; }
    .heading--splitter:after, .freeBlock h1:after {
      content: '';
      position: absolute;
      background-color: #e1e2e6;
      left: 50%;
      height: 1px;
      height: 0.1rem;
      width: 200px;
      width: 20rem;
      bottom: -15px;
      bottom: -1.5rem;
      margin-left: -100px;
      margin-left: -10rem; }
      @media all and (min-width: 46.25em) {
        .heading--splitter:after, .freeBlock h1:after {
          bottom: -30px;
          bottom: -3rem; } }
  .heading--splitters {
    position: relative;
    padding: 25px 0;
    padding: 2.5rem 0; }
    .heading--splitters:before, .heading--splitters:after {
      content: '';
      position: absolute;
      height: 1px;
      height: 0.1rem;
      width: 100px;
      width: 10rem;
      background-color: #e1e2e6; }
    .heading--splitters:before {
      top: 0;
      right: 50%; }
    .heading--splitters:after {
      bottom: 0;
      left: 50%; }

.button {
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #62c1e8;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  font-size: 10px;
  font-size: 1rem;
  padding: 6px 10px;
  padding: 0.6rem 1rem; }
  .button:hover {
    text-decoration: none; }
  .button:focus {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(98, 193, 232, 0.4), 0px 0px 0px 1px white inset;
            box-shadow: 0px 0px 0px 2px rgba(98, 193, 232, 0.4), 0px 0px 0px 1px white inset;
    outline: none; }
  .button:active {
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
    -webkit-box-shadow: none;
            box-shadow: none; }
  .button--rounded {
    -webkit-border-radius: 50px;
            border-radius: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 20px;
    padding: 1rem 2rem; }
  .button--rounded.button--soft {
    font-size: 14px;
    font-size: 1.4rem; }
  .button--large {
    padding: 10px 15px;
    padding: 1rem 1.5rem; }
  .button--light {
    background-color: #fff;
    color: #8a8f99;
    text-shadow: none; }
  .button--soft {
    text-transform: inherit;
    font-weight: 500; }
  .button--bordered {
    background: transparent;
    color: #fff;
    border: 2px solid #fff; }

.tag {
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  font-size: 1rem;
  padding: 8px 12px;
  padding: 0.8rem 1.2rem;
  background-color: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #8a8f99; }
  .tag:hover {
    text-decoration: none; }
  .tag--bordered {
    border: 1px solid #cfd5e7; }
  .tag--primary.is-active, .tag--primary:hover {
    background-color: #62c1e8;
    color: #fff; }
    .tag--primary.is-active.tag--bordered, .tag--primary:hover.tag--bordered {
      border-color: #62c1e8; }
  .tag--primary:focus {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(98, 193, 232, 0.2);
            box-shadow: 0px 0px 0px 2px rgba(98, 193, 232, 0.2); }
  .tag--secondary.is-active, .tag--secondary:hover {
    background-color: #f2786d;
    color: #fff; }
    .tag--secondary.is-active.tag--bordered, .tag--secondary:hover.tag--bordered {
      border-color: #f2786d; }
  .tag--secondary:focus {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(242, 120, 109, 0.2);
            box-shadow: 0px 0px 0px 2px rgba(242, 120, 109, 0.2); }
  .tag--third.is-active, .tag--third:hover {
    background-color: #67df57;
    color: #fff; }
    .tag--third.is-active.tag--bordered, .tag--third:hover.tag--bordered {
      border-color: #67df57; }
  .tag--third:focus {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(103, 223, 87, 0.2);
            box-shadow: 0px 0px 0px 2px rgba(103, 223, 87, 0.2); }
  .tag--fourth.is-active, .tag--fourth:hover {
    background-color: #f0be64;
    color: #fff; }
    .tag--fourth.is-active.tag--bordered, .tag--fourth:hover.tag--bordered {
      border-color: #f0be64; }
  .tag--fourth:focus {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(240, 190, 100, 0.2);
            box-shadow: 0px 0px 0px 2px rgba(240, 190, 100, 0.2); }
  .tag:active, .tag:focus {
    outline: none; }

.paragraph, .member__data p, .modal__text p, .post__content p, .descriptionBlock p, .freeBlock p {
  line-height: 1.65;
  padding: 0;
  margin: 0 0 20px 0;
  margin: 0 0 2rem 0;
  font-size: 14px;
  font-size: 1.4rem; }
  .paragraph > strong, .member__data p > strong, .modal__text p > strong, .post__content p > strong, .descriptionBlock p > strong, .freeBlock p > strong {
    color: #676b73;
    font-weight: 500; }

.paragraph--serif, .modal__text p, .post__content p {
  font-family: normal;
  color: #45474c;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem; }

.paragraph--large {
  font-size: 15px;
  font-size: 1.5rem; }
.paragraph--darkest {
  color: #45474c; }
.paragraph--lightest {
  color: #fff; }
.paragraph--shadowed {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3); }

.paragraph > a, .member__data p > a, .modal__text p > a, .post__content p > a, .descriptionBlock p > a, .freeBlock p > a, .link {
  color: #45474c;
  position: relative; }
  
  .paragraph > a:after, .member__data p > a:after, .modal__text p > a:after, .post__content p > a:after, .descriptionBlock p > a:after, .freeBlock p > a:after, .link:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #45474c;
    bottom: 1px;
    left: 0;
    right: 0; }
	
  /* Ajout JBD */
.post__content p > a:after {
    content: '';
    position: absolute;
    height: 0px;
    background-color: #45474c;
    bottom: 1px;
    left: 0;
    right: 0; }
  /* Fin ajout JBD*/  
	
  .paragraph > a:hover, .member__data p > a:hover, .modal__text p > a:hover, .post__content p > a:hover, .descriptionBlock p > a:hover, .freeBlock p > a:hover, .link:hover {
    text-decoration: none; }
  .paragraph > a:hover:after, .member__data p > a:hover:after, .modal__text p > a:hover:after, .post__content p > a:hover:after, .descriptionBlock p > a:hover:after, .freeBlock p > a:hover:after, .link:hover:after {
    display: none; }

.definition {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem; }
  .definition dt, .definition dd {
    margin: 0;
    margin-top: 8px;
    margin-top: 0.8rem; }
  .definition dt {
    float: left;
    color: #8a8f99;
    width: 90px;
    width: 9rem; }
  .definition dd {
    overflow: hidden;
    color: #45474c; }
    .definition dd a {
      color: #62c1e8; }

.textField {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 19px;
  padding: 1.9rem;
  width: 100%;
  -webkit-appearance: none;
  display: block;
  color: #45474c;
  border: 1px solid #e6eaf2;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
  background-color: #f5f7fa;
  -webkit-transition: .5s;
          transition: .5s;
  -webkit-border-radius: 2px;
          border-radius: 2px; }
  .textField:focus, .textField:active {
    border: 1px solid #62c1e8;
    outline: none;
    background-color: #fff; }

@-webkit-keyframes locator {
  from {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
            transform: translate3d(-50%, -50%, 0) scale(0);
    opacity: 1; }

  to {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
            transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 0; } }

@keyframes locator {
  from {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
            transform: translate3d(-50%, -50%, 0) scale(0);
    opacity: 1; }

  to {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
            transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 0; } }
.locator {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  width: 20px;
  width: 2rem;
  height: 20px;
  height: 2rem; }
  .locator:after {
    content: "";
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    background-color: #62c1e8;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
    left: 50%;
    top: 50%;
    width: 10px;
    width: 1rem;
    height: 10px;
    height: 1rem;
    margin-top: -5px;
    margin-top: -0.5rem;
    margin-left: -5px;
    margin-left: -0.5rem; }
  .csstransforms3d .locator:before {
    -webkit-animation: locator 2s infinite;
            animation: locator 2s infinite;
    content: "";
    position: absolute;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: solid #fff;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    width: 180px;
    width: 18rem;
    height: 180px;
    height: 18rem;
    left: 10px;
    left: 1rem;
    top: 10px;
    top: 1rem; }

.tip:before, .tip:after {
  display: none; }
.tip:hover:before, .tip:hover:after {
  display: block; }
.tip:before {
  content: attr(data-tip);
  position: absolute;
  bottom: 100%;
  background-color: #41454d;
  color: #fff;
  text-transform: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  left: 0;
  padding: 12px;
  padding: 1.2rem;
  width: 140px;
  width: 14rem;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
  font-weight: 500;
  margin-left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0); }
.tip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #41454d;
  border-width: 8px;
  border-width: 0.8rem;
  margin-left: -8px;
  margin-left: -0.8rem;
  top: -4px;
  top: -0.4rem; }

.socialButton {
  width: 30px;
  width: 3rem;
  height: 30px;
  height: 3rem;
  background-color: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: none;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 5px 5px; }
  .socialButton:focus {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(98, 193, 232, 0.6);
            box-shadow: 0px 0px 0px 2px rgba(98, 193, 232, 0.6);
    outline: none; }
  .socialButton:active {
    -webkit-transform: translate3d(0, 1px, 0);
            transform: translate3d(0, 1px, 0);
    -webkit-box-shadow: none;
            box-shadow: none; }
  .socialButton--facebook {
    background-image: url(images/assets/facebook.png); }
  .socialButton--twitter {
    background-image: url(images/assets/twitter.png); }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .socialButton--facebook {
    background-image: url(images/assets/facebook@2x.png);
    -webkit-background-size: 20px 20px;
            background-size: 20px 20px; }

  .socialButton--twitter {
    background-image: url(images/assets/twitter@2x.png);
    -webkit-background-size: 20px 20px;
            background-size: 20px 20px; } }
.socialLink {
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  color: #8a8f99;
  vertical-align: top;
  font-size: 10px;
  font-size: 1rem;
  height: 20px;
  height: 2rem;
  line-height: 20px;
  line-height: 2rem;
  /*&--mail {
    &:before {
      background-image: url(images/assets/mail.png);
    }
  }*/ }
  .socialLink.socialLink--icon:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 4px;
    margin-right: 0.4rem; }
  .socialLink--facebook {
    color: #107db8; }
    .socialLink--facebook.socialLink--icon:before {
      background-image: url(images/assets/facebook.png); }
  .socialLink--linkedin {
    color: #0976b4;
    /*&:before {
      background-image: url(images/assets/linkedin.png);
    }*/ }
  .socialLink--twitter {
    color: #55acee; }
    .socialLink--twitter.socialLink--icon:before {
      background-image: url(images/assets/twitter.png); }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .socialLink--twitter.socialLink--icon:before {
      background-image: url(images/assets/twitter@2x.png);
      -webkit-background-size: 20px 20px;
              background-size: 20px 20px; }
    .socialLink--facebook.socialLink--icon:before {
      background-image: url(images/assets/facebook@2x.png);
      -webkit-background-size: 20px 20px;
              background-size: 20px 20px; } }

.counter {
  text-align: center; }
  .counter__count {
    color: #62c1e8;
    font-family: Gaspar, "Times new Roman", serif;
    line-height: 1;
    font-size: 50px;
    font-size: 5rem; }
  .counter__label {
    margin: 0;
    line-height: 1;
    font-weight: 500;
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 20px;
    margin-top: 2rem; }

.action {
  text-align: center; }
  .action__heading {
    vertical-align: middle;
    margin-bottom: 15px;
    margin-bottom: 1.5rem; }
    @media all and (min-width: 75em) {
      .action__heading {
        display: inline-block;
        margin-right: 15px;
        margin-right: 1.5rem;
        margin-bottom: 0;
        margin-bottom: 0; } }
  .action__button {
    vertical-align: middle; }

.menu {
  display: block;
  font-weight: 600;
  line-height: 1;
  font-size: 11px;
  font-size: 1.2rem; }
  .menu--light .menu__link,
  .menu--light .menu__mediumLink,
  .menu--light .menu__facebookLink,
  .menu--light .menu__twitterLink,
  .menu--light .menu__link:hover {
    color: #fff; }
  .menu--light .menu__item.is-active:after {
    background-color: #fff; }
  .menu__item {
    color: #8a8f99;
    text-transform: uppercase;
    display: none; }
    .menu__item.is-active, .has-menu-toggled .menu__item {
      display: block; }
    @media all and (min-width: 46.25em) {
      .menu__item {
        display: inline-block; }
        .menu__item.is-active {
          display: inline-block; } }
  .menu__link {
    display: block;
    -webkit-transition: .25s;
            transition: .25s;
    position: relative;
    white-space: nowrap;
    padding: 8px 5px;
    padding: 0.8rem 0.5rem; }
    .menu__link:hover {
      text-decoration: none; }
    @media all and (min-width: 46.25em) {
      .menu__link:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 0%;
        height: 3px;
        background-color: #62c1e8; }
        .header--dark .menu__link:after, .header__social .menu__link:after {
          background-color: #fff; } }
    .is-active .menu__link, .menu__link:hover {
      color: #45474c; }
      .is-active .menu__link:after, .menu__link:hover:after {
        width: 100%; }
    @media all and (min-width: 61.25em) {
      .menu__link {
        padding: 8px 10px;
        padding: 0.8rem 1rem; } }
  .menu__close {
    position: absolute;
    padding: 0;
    width: 25px;
    width: 2.5rem;
    height: 25px;
    height: 2.5rem;
    top: 20px;
    top: 2rem;
    right: 20px;
    right: 2rem;
    border: none;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
    color: #45474d;
    font-weight: bold;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3); }
    @media all and (min-width: 46.25em) {
      .menu__close {
        display: none; } }
  .menu__mediumLink {
    color: #2be371; }
  .menu__mediumLink:hover {
    color: #21ab6c; }
  .menu__facebookLink {
    color: #107db8; }
    .menu__facebookLink:hover {
      color: #107db8; }
  .menu__twitterLink {
    color: #55acee; }
    .menu__twitterLink:hover {
      color: #55acee; }
  .menu__toggleLink {
    cursor: pointer; }
    @media all and (min-width: 46.25em) {
      .menu__toggleLink {
        display: none; } }

.slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  margin-bottom: 3rem; }
  @media all and (min-width: 46.25em) {
    .slideshow {
      margin-bottom: 100px;
      margin-bottom: 10rem; } 
	  
	  body.home .slideshow{ margin-bottom:0; padding-bottom:40px; background:#292c33;}
	  }
  .slideshow__track {
    top: 0;
    left: 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: -webkit-transform .1s;
            transition: transform .1s; }
    .slideshow--5 .slideshow__track {
      width: 100%; }
    .slideshow--6 .slideshow__track {
      width: 116.66667%; }
    .slideshow__track:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3); }
  .slideshow__item {
    display: block;
    float: left; }
    .slideshow__item.is-out {
      display: none; }
    .slideshow--5 .slideshow__item {
      width: 20%; }
    .slideshow--6 .slideshow__item {
      width: 16.66667%; }
    .slideshow__item img {
      display: block;
      width: 100%;
      height: auto; }
  .slideshow__heading {
    position: absolute;
    color: #fff;
    border: 2px solid transparent;
    display: inline-block;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    line-height: 1;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-top: -3rem;
    padding: 15px 30px;
    padding: 1.5rem 3rem;
    width: 218px;
    width: 21.8rem;
    height: 60px;
    height: 6rem;
    margin-left: -109px;
    margin-left: -10.9rem; }
    @media all and (min-width: 46.25em) {
      .slideshow__heading {
        border: 2px solid #fff;
        margin-bottom: 80px;
        margin-bottom: 8rem; } }

.news {
  position: relative;
  padding-left: 30px;
  padding-left: 3rem;
  padding-right: 30px;
  padding-right: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  margin-left: 25px;
  margin-left: 2.5rem; }
  @media all and (min-width: 46.25em) {
    .news {
      width: 400px;
      width: 40rem;
      padding-left: 50px;
      padding-left: 5rem;
      padding-bottom: 50px;
      padding-bottom: 5rem;
      padding-right: 0;
      margin: 0 auto; } }
  .news:before {
    content: '';
    position: absolute;
    background: #8a8f99;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 12px;
    width: 1.2rem;
    height: 12px;
    height: 1.2rem;
    left: -6px;
    left: -0.6rem;
    top: 10px;
    top: 1rem; }
  .news--primary:before {
    background-color: #62c1e8; }
  .news--primary.is-active:before {
    -webkit-box-shadow: 0px 0px 0px 5px #c4e8f6;
            box-shadow: 0px 0px 0px 5px #c4e8f6; }
  .news--secondary:before {
    background-color: #f2786d; }
  .news--secondary.is-active:before {
    -webkit-box-shadow: 0px 0px 0px 5px #fbd7d4;
            box-shadow: 0px 0px 0px 5px #fbd7d4; }
  .news--third:before {
    background-color: #67df57; }
  .news--third.is-active:before {
    -webkit-box-shadow: 0px 0px 0px 5px #bcf1b5;
            box-shadow: 0px 0px 0px 5px #bcf1b5; }
  .news--fourth:before {
    background-color: #f0be64; }
  .news--fourth.is-active:before {
    -webkit-box-shadow: 0px 0px 0px 5px #fae9ca;
            box-shadow: 0px 0px 0px 5px #fae9ca; }
  .news:after {
    content: '';
    position: absolute;
    background-color: #f5f7fa;
    width: 4px;
    width: 0.4rem;
    left: -2px;
    left: -0.2rem;
    top: 27px;
    top: 2.7rem;
    bottom: -6px;
    bottom: -0.6rem; }
  .news--light .news__heading {
    color: #fff; }
  .news--light:after {
    background-color: #3f4248; }
  .news:last-of-type {
    padding-bottom: 0; }
  .news:last-of-type:after {
    display: none; }
  .news__heading {
    text-align: left;
    line-height: 1; }
  .news__tag {
    margin-right: 50px;
    margin-right: 5rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem; }
	
	
	/* NEWS HOME */
	
	body.home .featuredBlock{
		float:left;
		margin-bottom: 10rem;
		padding-left:5%;
		padding-right:5%;
		padding-bottom:0;
	}
	body.home .featuredBlock .news{
		float:left;
		width:28%;
		margin:0 2%;	
		padding:0;
	}
	body.home .featuredBlock .news--light::after, body.home .featuredBlock .news::before{ display:none;}
	body.home .featuredBlock .news .news__tag {
		position:relative;
		float:left;
		margin:0 0 15px;
		right:auto;
		padding:8px 11px;
		color:#292c33;
		border:none;
	}
	body.home .featuredBlock .news h2.news__heading {
		float:left;
		width:100%;
	}
	body.home .featuredBlock .news span.news__time { float:left; width:100%; font-size:1.5rem;}
	
	/* CATÉGORIES */
	body.home .featuredBlock .news--primary .news__tag{ background:#62c1e8;}
	body.home .featuredBlock .news--primary span.news__time, body.home .featuredBlock .news--primary:hover span.news__time{ color:#62c1e8;}
	
	body.home .featuredBlock .news--secondary .news__tag{ background:#f2786d;}
	body.home .featuredBlock .news--secondary span.news__time, body.home .featuredBlock .news--secondary:hover span.news__time{ color:#f2786d;}
	
	body.home .featuredBlock .news--third .news__tag{ background:#67df57;}
	body.home .featuredBlock .news--third h2.news__heading a :hover, body.home .featuredBlock .news--third span.news__time, body.home .featuredBlock .news--third:hover span.news__time{ color:#67df57;}
	
	body.home .featuredBlock .news--fourth .news__tag{ background:#f0be64;}
	body.home .featuredBlock .news--fourth span.news__time, body.home .featuredBlock .news--fourth:hover span.news__time{ color:#f0be64;}
	
	body.home .featuredBlock a#get-more{
		float:left;
		width:100%;
		text-align:center;
		margin:40px 0 0;
	}
	body.home .featuredBlock a#get-more span{
		display:inline-block;
		opacity:0.5;
	}
	body.home .featuredBlock a#get-more:hover span{ opacity:1;}
	
    @media all and (min-width: 46.25em) {
      .news__tag {
        position: absolute;
        right: 100%;
        top: 0;
        margin-bottom: 0; } }
  .news__time {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 10px;
    margin-top: 1rem; }
  .news__pictureLink {
    display: block;
    max-width: 350px;
    max-width: 35rem;
    margin-top: 20px;
    margin-top: 2rem; }
  .news__picture {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 2px;
            border-radius: 2px; }
  .news__thumb {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-top: 2rem; }

.related__heading {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0 0 18px 0;
  margin: 0 0 1.8rem 0; }
.related__content {
  color: #a1a7b2;
  padding: 0;
  margin: 0;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem; }
  .related__content li {
    list-style: none; }
  .related__content a:hover {
    color: #62c1e8; }

.related__content li a.large-rs{ width:50px; display:inline-block;}
.related__content li a img.icone-rs-footer{ -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */}
  
.related__content li a:hover img.icone-rs-footer{ -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none; /* Firefox 4+ */
  filter: none; /* IE 6-9 */}
  
  
.brand {
  margin-bottom: 50px;
  margin-bottom: 5rem; }
  .brand:hover .brand__logo {
    background-color: #62c1e8;
    -webkit-filter: none;
            filter: none; }
    .brand:hover .brand__logo img {
      display: none; }
    .brand:hover .brand__logo .brand__name {
      display: block; }
  .brand__name {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: none;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    font-family: Gaspar, "Times new Roman", serif;
    font-size: 26px;
    font-size: 2.6rem;
    height: 60px;
    height: 6rem; }
  .brand__logo {
    position: relative;
    background-color: #fafbfc;
    -webkit-box-shadow: inset 0px 0px 0px 2px transparent;
            box-shadow: inset 0px 0px 0px 2px transparent;
    height: 150px;
    height: 15rem; }
    .brand__logo img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: block; }
    .is-active .brand__logo {
      -webkit-box-shadow: inset 0px 0px 0px 2px #62c1e8;
              box-shadow: inset 0px 0px 0px 2px #62c1e8;
      background-color: #fff; }
  .is-active .brand__underline {
    text-decoration: underline; }
  .brand__img {
    display: block;
    width: 140px;
    height: auto;
    margin: auto; }
  .brand__legend {
    margin-top: 30px;
    margin-top: 3rem;
    height: 26px;
    height: 2.6rem;
    text-align: center; }
  .brand__heading {
    display: inline-block;
    vertical-align: middle; }
  .brand__button {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-left: 1.5rem; }
  .brand__highlight {
    color: #62c1e8; }
  .brand__nameTitle {
    display: block; }
  .brand__nameBaseline {
    display: block;
    font-size: 18px;
    font-size: 1.8rem; }

.company {
  overflow: hidden;
  display: table;
  width: 100%; }
  .company__picture {
    position: relative;
    display: block;
    width: 280px;
    width: 28rem;
    margin-bottom: 30px;
    margin-bottom: 3rem; }
    .company__picture img {
      width: 100%;
      height: auto; }
    @media all and (min-width: 46.25em) {
      .company__picture {
        vertical-align: top;
        display: table-cell;
        margin-bottom: 0;
        width: 250px;
        width: 25rem;
        padding-right: 50px;
        padding-right: 5rem; } }
    @media all and (min-width: 61.25em) {
      .company__picture {
        width: 400px;
        width: 40rem; } }
    @media all and (min-width: 75em) {
      .company__picture {
        vertical-align: middle;
        width: 625px;
        width: 62.5rem; } }
  .company__heading {
    text-align: left;
    text-decoration: underline;
    margin-bottom: 15px;
    margin-bottom: 1.5rem; }
  .company__content {
    display: table-cell;
    vertical-align: top;
	width:40rem;}
    @media all and (min-width: 75em) {
      .company__content {
        vertical-align: middle; } }
  .company__contentTable {
    display: table;
    width: 100%;
    height: 100%; }
  .company__contentCell {
    display: table-cell;
    vertical-align: middle; }
  .company__story {
    position: relative;
    margin-top: 50px;
    margin-top: 5rem; }
    @media all and (min-width: 46.25em) {
      .company__story {
        height: 70px;
        height: 7rem; } }
    .company__story:after {
      content: '';
      width: 20px;
      width: 2rem;
      height: 3px;
      height: 0.3rem;
      top: -32px;
      top: -3.2rem;
      position: absolute;
      left: 0;
      background-color: #e6eaf2; }
  .company__storyPicture {
    float: left;
    margin-right: 20px;
    margin-right: 2rem; }
  .company__storyButton {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
    @media all and (min-width: 46.25em) {
      .company__storyButton {
        float: right;
        margin-left: 20px;
        margin-left: 2rem;
        margin-top: 18px;
        margin-top: 1.8rem;
        margin-bottom: 0;
        margin-bottom: 0; } }
  .company__storyTitle {
    margin: 0;
    padding: 0;
    color: #45474c;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem; }
  .company__storyTime {
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem; }
  .company__storyContent {
    overflow: hidden;
    display: table;
    height: 70px;
    height: 7rem; }
  .company__storyContentCell {
    display: table-cell;
    vertical-align: top; }
    @media all and (min-width: 46.25em) {
      .company__storyContentCell {
        vertical-align: middle; } }
  .company__headingPic {
    display: block;
    margin-bottom: 30px; }
  .company__quote {
    background-color: rgba(41, 44, 51, 0.9);
    text-align: center;
    font-family: Gaspar, "Times new Roman", serif;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 0;
    padding: 2rem 0; }

.member {
  overflow: hidden; }
  .member__name {
    text-decoration: underline; }
  .member__role {
    color: #8a8f99; }
  .member__heading {
    margin-bottom: 25px;
    text-align: left; }
  .member__picture {
    display: block;
    margin: 0 auto;
    width: 280px;
    width: 28rem;
    margin-bottom: 30px;
    margin-bottom: 3rem; }
    .member__picture img {
		display:inline-block;
      width: 100%;
      height: auto; }
    @media all and (min-width: 46.25em) {
      .member__picture {
        margin-bottom: 0;
        float: left;
        margin-right: 50px;
        margin-right: 5rem; } }
    @media all and (min-width: 61.25em) {
      .member__picture {
        width: 350px;
        width: 35rem; } }
    @media all and (min-width: 75em) {
      .member__picture {
        width: 575px;
        width: 57.5rem; } }
  .member__data p {
    text-align: justify;
    color: #45474c; }
  .member__content {
    overflow: hidden; }

.cover {
  width: 100%;
  height: 250px;
  height: 25rem;
  font-size: 12px;
  font-size: 1.2rem;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative; }
  @media all and (min-width: 46.25em) {
    .cover {
      height: 350px;
      height: 35rem;
      font-size: 16px;
      font-size: 1.6rem; } }
  @media all and (min-width: 61.25em) {
    .cover {
      height: 500px;
      height: 50rem; } }
  @media all and (min-width: 61.25em) {
    .cover--small {
      height: 364px;
      height: 36.4rem; } }
  .cover--team {
    background-image: url(images/covers/team.jpg); }
  .cover--quote {
    background-image: url(images/covers/quote.jpg);
    display: table; }
  .cover--focus {
    background-image: url(images/covers/focus.jpg);
    display: table; }
  .cover--reverse {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3); }
  .cover__heading {
    color: #fff;
    position: absolute;
    bottom: 50px;
    bottom: 5rem;
    padding-left: 20px;
    padding-left: 2rem;
    padding-right: 20px;
    padding-right: 2rem;
    left: 0;
    right: 0; }
  .cover__quote {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px; }
    @media all and (min-width: 46.25em) {
      .cover__quote {
        padding-left: 100px;
        padding-right: 100px; } }
    @media all and (min-width: 61.25em) {
      .cover__quote {
        padding-left: 300px;
        padding-right: 300px; } }
  .cover__quoteText {
    margin-bottom: 25px;
    margin-bottom: 2.5rem; }
  .cover__quoteLabel {
    font-style: italic;
    font-family: Gaspar, "Times new Roman", serif;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem; }
    @media all and (min-width: 61.25em) {
      .cover__quoteLabel {
        font-size: 26px;
        font-size: 2.6rem; } }
  .cover__quoteAuthor {
    text-shadow: none;
    font-family: Gaspar, "Times new Roman", serif;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem; }
    @media all and (min-width: 61.25em) {
      .cover__quoteAuthor {
        font-size: 26px;
        font-size: 2.6rem; } }
  .cover__focus {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding-left: 20px;
    padding-left: 2rem;
    padding-right: 20px;
    padding-right: 2rem; }
  .cover__focusHeading {
    line-height: 1;
    color: #fff;
    margin-bottom: 30px;
    margin-bottom: 3rem; }
    @media all and (min-width: 46.25em) {
      .cover__focusHeading {
        margin-bottom: 60px;
        margin-bottom: 6rem; } }
  .cover__focusOffset {
    width: 320px;
    margin: 0 auto; }
  .cover__focusQuote {
    font-style: italic;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    margin-bottom: 0;
    font-family: Gaspar, "Times new Roman", serif;
    font-weight: 500;
    display: none;
    display: none; }
    @media all and (min-width: 46.25em) {
      .cover__focusQuote {
        display: block;
        font-size: 26px;
        font-size: 2.6rem; } }
  .cover__focusList > li {
    width: 550px;
    display: block; }
  @media all and (min-width: 61.25em) {
    .cover__focusList {
      width: 550px;
      margin: 0 auto;
      text-align: left; } }
  .cover__submit {
    display: table-cell;
    vertical-align: middle; }
  .cover__submitTitle {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 50px;
    margin-bottom: 5rem; }
  .cover__inputSubmit {
    margin: 0 auto;
    width: 280px;
    width: 28rem; }
    @media all and (min-width: 46.25em) {
      .cover__inputSubmit {
        width: 400px;
        width: 40rem; } }

.coverRatio {
  width: 100%;
  padding-bottom: 35%;
  position: relative; }
  .coverRatio__container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .coverRatio--contact {
    background-image: url(images/covers/contact.jpg);
    -webkit-background-size: cover;
            background-size: cover; }

.inputSubmit {
  position: relative; }
  .inputSubmit__input {
    padding: 10px 20px;
    padding: 1rem 2rem;
    height: 54px;
    height: 5.4rem;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    font-weight: 500;
    border: none;
    display: block;
    width: 100%; }
    .inputSubmit__input::-webkit-input-placeholder {
      color: #8a8f99; }
    .inputSubmit__input:-moz-placeholder {
      color: #8a8f99; }
    .inputSubmit__input::-moz-placeholder {
      color: #8a8f99; }
    .inputSubmit__input:-ms-input-placeholder {
      color: #8a8f99; }
    .inputSubmit__input:focus {
      -webkit-box-shadow: 0px 0px 0px 2px rgba(98, 193, 232, 0.4);
              box-shadow: 0px 0px 0px 2px rgba(98, 193, 232, 0.4);
      outline: none; }
    .inputSubmit__input:active {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .inputSubmit__submit {
    position: absolute;
    top: 10px;
    top: 1rem;
    right: 10px;
    right: 1rem; }

.qa__heading {
  text-align: left;
  margin-bottom: 20px;
  margin-bottom: 2rem; }
.qa__paragraph {
  margin-bottom: 0; }

.modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  background-color: rgba(41, 44, 51, 0.9);
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  -webkit-transition: .75s opacity;
          transition: .75s opacity; }
  .modal.is-ready {
    display: block; }
  .modal.is-active {
    opacity: 1; }
  .modal__container {
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
    -webkit-transition: .75s all;
            transition: .75s all;
    -webkit-transition-delay: .5s;
            transition-delay: .5s; }
    .is-active .modal__container {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    @media all and (min-width: 61.25em) {
      .modal__container {
        margin: 0; } }
  .modal__head {
    text-align: center;
    margin: 50px 0;
    margin: 5rem 0; }
  .modal__heading {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    color: #fff; }
    @media all and (min-width: 61.25em) {
      .modal__heading {
        font-size: 36px;
        font-size: 3.6rem; } }
    @media all and (min-width: 46.25em) {
      .modal__heading {
        vertical-align: middle;
        display: inline-block;
        margin-bottom: 0;
        margin-right: 30px;
        margin-right: 3rem; } }
  .modal__headingButton {
    font-weight: 500;
    text-transform: inherit;
    background-color: #1ac6ff;
    font-size: 16px;
    font-size: 1.6rem; }
    @media all and (min-width: 46.25em) {
      .modal__headingButton {
        vertical-align: middle;
        display: inline-block; } }
    .modal__headingButton:focus {
      -webkit-box-shadow: 0px 0px 0px 2px rgba(98, 193, 232, 0.4), 0px 0px 0px 1px black inset;
              box-shadow: 0px 0px 0px 2px rgba(98, 193, 232, 0.4), 0px 0px 0px 1px black inset; }
  .modal__content {
    background-color: #fff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    width: 100%;
    margin: 30px auto 0 auto;
    max-width: 800px;
    margin-bottom: 50px;
    margin-bottom: 5rem; }
  .modal__top {
    position: relative; }
  .modal__data {
    overflow: hidden;
    padding: 20px;
    padding: 2rem; }
    @media all and (min-width: 46.25em) {
      .modal__data {
        padding: 50px;
        padding: 5rem; } }
  .modal__dataTitle {
    color: #62c1e8;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
    @media all and (min-width: 46.25em) {
      .modal__dataTitle {
        margin-bottom: 40px;
        margin-bottom: 4rem; } }
  .modal__text {
    overflow: hidden; }
  .modal__gallery {
    position: relative;
    padding-bottom: 62.5%; }
  .modal__previews {
    display: none;
    margin-left: 50px;
    margin-left: 5rem;
    width: 150px;
    width: 15rem;
    float: right; }
    @media all and (min-width: 46.25em) {
      .modal__previews {
        display: block; } }
  .modal__preview {
    display: block;
    cursor: pointer; }
    .modal__preview + .modal__preview {
      margin-top: 20px;
      margin-top: 2rem; }
    .modal__preview.is-active {
      /*position: relative;
      &:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(92, 195, 230, .9);
      }*/ }
  .modal__close {
    position: absolute;
    padding: 0;
    width: 25px;
    width: 2.5rem;
    height: 25px;
    height: 2.5rem;
    top: 20px;
    top: 2rem;
    right: 20px;
    right: 2rem;
    border: none;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
    color: #45474d;
    font-weight: bold;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3); }
    .modal__close:focus {
      -webkit-box-shadow: 0px 0px 0px 2px rgba(98, 193, 232, 0.4);
              box-shadow: 0px 0px 0px 2px rgba(98, 193, 232, 0.4);
      outline: none; }
  .modal__masterImage {
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .5s opacity;
            transition: .5s opacity; }
    .modal__masterImage.is-active {
      opacity: 1; }
  .modal__social {
    position: absolute;
    right: 20px;
    right: 2rem;
    bottom: 20px;
    bottom: 2rem;
    font-size: 0; }
    .modal__social .socialButton {
      margin-left: 8px;
      margin-left: 0.8rem; }

.formField {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 3rem; }
  .formField__label {
    position: absolute;
    white-space: nowrap;
    text-transform: uppercase;
    bottom: 100%;
    -webkit-transition: .5s;
            transition: .5s;
    font-weight: 600;
    font-size: 12px;
    font-size: 1.2rem;
    height: 15px;
    height: 1.5rem; }
    @media all and (min-width: 61.25em) {
      .formField__label {
        right: 100%;
        text-align: right;
        margin-right: 50px;
        margin-right: 5rem;
        top: 23px;
        top: 2.3rem; } }
  .formField__input:focus + .formField__label {
    color: #45474c; }
    .formField__input:focus + .formField__label:after {
      content: '';
      position: absolute;
      height: 1px;
      width: 100%;
      background: #45474c;
      left: 0;
      top: 100%; }
  .formField__error {
    color: #f2786d;
    margin-top: 5px;
    margin-top: 0.5rem;
    font-size: 13px;
    font-size: 1.3rem; }
  .formField--error .formField__input {
    border-color: #f2786d !important; }
  .formField--error .formField__input + .formField__label {
    color: #f2786d !important; }

.radioGroup {
  border: 1px solid #e6eaf2;
  font-weight: 500;
  background-color: #f5f7fa;
  -webkit-transition: .5s;
          transition: .5s;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 0;
  height: 58px;
  height: 5.8rem; }
  .radioGroup__button {
    vertical-align: top;
    display: inline-block;
    padding: 0;
    border: none;
    background: none;
    height: 100%;
    -webkit-transition: .5s;
            transition: .5s;
    color: #8a8f99;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 5px;
    padding: 0 0.5rem; }
    .radioGroup__button.is-active {
      background-color: white !important;
      color: #45474c !important; }
    .radioGroup__button:hover, .radioGroup__button:active, .radioGroup__button:focus {
      color: #45474c;
      background-color: rgba(255, 255, 255, 0.7);
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .radioGroup__button--42 {
    width: 42%; }
  .radioGroup__button--34 {
    width: 34%; }
  .radioGroup__button--24 {
    width: 24%; }
  .radioGroup__button + .radioGroup__button {
    border-left: 1px solid #e6eaf2; }
  .radioGroup__radio {
    display: none; }

.locatorTip {
  position: absolute;
  top: 59%;
  left: 49%; }
  .locatorTip__tip {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
            border-radius: 4px;
    position: absolute;
    bottom: 100%;
    font-size: 10px;
    font-size: 1rem;
    width: 300px;
    width: 30rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    left: -140px;
    left: -14rem; }
    @media all and (min-width: 46.25em) {
      .locatorTip__tip {
        font-size: 14px;
        font-size: 1.4rem;
        width: 440px;
        width: 44rem;
        left: -210px;
        left: -21rem; } }
    .locatorTip__tip:after {
      content: "";
      top: 100%;
      left: 50%;
      position: absolute;
      background-image: url(images/assets/tip.png);
      -webkit-background-size: cover;
              background-size: cover;
      margin-left: -10px;
      margin-left: -1rem;
      width: 20px;
      width: 2rem;
      height: 10px;
      height: 1rem; }
  .locatorTip__group {
    float: left;
    padding-left: 20px;
    padding-left: 2rem;
    margin: 5px 0;
    margin: 0.5rem 0; }
    @media all and (min-width: 46.25em) {
      .locatorTip__group {
        padding-left: 50px;
        padding-left: 5rem;
        margin: 20px 0;
        margin: 2rem 0; } }
  .locatorTip__heading {
    margin: 0;
    text-transform: uppercase;
    color: #62c1e8;
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 7px;
    margin-bottom: 0.7rem; }
    @media all and (min-width: 46.25em) {
      .locatorTip__heading {
        font-size: 14px;
        font-size: 1.4rem; } }
  .locatorTip__items {
    line-height: 1.8;
    padding: 0;
    margin: 0;
    color: #45474c; }
  .locatorTip__items > li {
    display: block; }

.socialLinkList {
	z-index:100;
	position:relative;
  text-align: center;
  margin-top: 20px;
  margin-top: 2rem; }
  .socialLinkList--left {
    text-align: left;
    margin-left: -10px;
    margin-left: -1rem; }
  .socialLinkList .socialLink {
    padding: 0 10px;
    padding: 0 1rem; }

.post {
  position: relative; }
  .post__heading {
    margin-bottom: 50px;
    margin-bottom: 5rem; }
  .post--centered {
    margin: 0 auto;
    padding: 50px 20px;
    padding: 5rem 2rem;
    max-width: 540px;
    max-width: 80rem; } /*54rem;*/
    @media all and (min-width: 46.25em) {
      .post--centered {
        padding: 100px 20px;
        padding: 10rem 2rem; } }
  .post__picture {
    width: 100%;
    height: auto;
    display: block; }
    @media all and (min-width: 46.25em) {
      .post__picture {
        margin-bottom: 30px;
        margin-bottom: 3rem; } }
  .post__content {
    overflow: hidden; }
    .post__content p > a {
      color: #62c1e8; }
      .post__content p > a:after {
        background-color: #62c1e8; }
  .post__prev, .post__next {
    top: 50%;
    position: absolute;
    line-height: 0;
    font-size: 0;
    color: transparent;
    border: none;
    margin-top: -20px; }
    .post__prev a, .post__next a {
      width: 32px;
      height: 64px;
      display: block; }
  .post__prev {
    right: 100%;
    margin-right: 20px; }
  .post__prev a {
    background: url(images/assets/left.png) 0; }
  .post__next a {
    background: url(images/assets/right.png) 0; }
  .post__next {
    left: 100%;
    margin-left: 20px; }

.header {
  text-align: center;
  position: fixed;
  z-index:10;
  top:0;
  width:100%;
  border-bottom: 1px solid #e6eaf2;
  -webkit-transition: .5s height;
          transition: .5s height;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  height: 53px;
  height: 5.3rem; 
  background:#fff;
  }
  body{ padding-top:110px;}
  body.home{ padding-top:0;}
  header.fixed{ position:fixed;}
  .header:before, .header:after {
    content: " ";
    display: table; }
  .header:after {
    clear: both; }
  .header__burger {
    position: absolute;
    top: 25px;
    z-index: 100;
    cursor: pointer;
    right: 10px;
    border: none;
    background: none;
    width: 23px;
    height: 3px;
    background: #45474D; }
    @media all and (min-width: 46.25em) {
      .header__burger {
        display: none; } }
    .header__burger:before, .header__burger:after {
      content: "";
      width: 23px;
      height: 6px;
      position: absolute;
      left: 0; }
    .header__burger:before {
      top: -6px;
      border-top: 3px solid #45474D; }
    .header__burger:after {
      bottom: -6px;
      border-bottom: 3px solid #45474D; }
  @media all and (min-width: 61.25em) {
    .header {
      height: 110px;
      height: 11rem; } }
  @media all and (max-width: 46.24em) {
    .header.has-menu-toggled {
      height: 190px;
      height: 19rem; }
      .header.has-menu-toggled .header__nav {
        display: block;
        position: absolute;
        left: 0;
        right: 0; } }
  @media all and (min-width: 46.25em) {
    .header--dark {
      border-bottom: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0; 
	  background:rgba(0,0,0,0.4);}
	  .header--dark:hover { background:rgba(0,0,0,0.66);}
      .header--dark .menu .menu__link,
      .header--dark .menu .menu__mediumLink,
      .header--dark .menu .menu__facebookLink,
      .header--dark .menu .menu__twitterLink,
      .header--dark .menu .menu__link:hover {
        color: #fff; }
      .header--dark .menu .menu__item.is-active:after {
        background-color: #fff; } }
  .header--bordered:after {
    content: '';
    position: absolute;
    height: 1px;
    top: 100%;
    left: 100px;
    right: 100px;
    background-color: #e1e2e6; }
  .header__container {
    position: relative;
    height: 100%;
    overflow: hidden; }
  .header__brand {
    float: left;
    display: none;
    margin-top: 10px;
    margin-top: 1rem;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
    @media all and (min-width: 46.25em) {
      .header__brand {
        display: block; } }
    @media all and (min-width: 61.25em) {
      .header__brand {
        margin-top: 25px;
        margin-top: 2.5rem;
        margin-bottom: 25px;
        margin-bottom: 2.5rem; } }
  .header__nav, .header__social {
    padding-top: 13px;
    padding-top: 1.3rem; }
  @media all and (min-width: 61.25em) {
    .header__nav, .header__social {
      padding-top: 41px;
      padding-top: 4.1rem; } }
  .header__social {
    float: right;
    position: relative;
    z-index: 10;
    display: none; }
    .header__social .menu__twitterLink {
      padding-right: 0; }
	  
	  .header__social:hover .menu__item img.icone-rs, .header__social .menu__item img.icone-rs-over, body.home .header__social .menu__item img.icone-rs{ display:none;}
	  body.home .header__social .menu__item img.icone-rs-over, .header__social:hover .menu__item img.icone-rs-over{ display:block;}
	  
	  
	  
	  
	  
    @media all and (min-width: 46.25em) {
      .header__social {
        display: block; } }
    @media all and (min-width: 61.25em) {
      .is-notified .header__social .menu__link {
        color: #fff; } }
  .header__notifier {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px; }
    @media all and (min-width: 61.25em) {
      .is-notified .header__notifier {
        display: block; } }
    .header__notifier--medium {
      background-color: #26c76f; }
    .header__notifier--facebook {
      background-color: #107db8; }
    .header__notifier--twitter {
      background-color: #55acee; }
  .header__notifierContainer {
    height: 100%; }
  .header__notifierPicture {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
    -webkit-transition: .5s;
            transition: .5s;
    opacity: 0;
    float: left;
    margin-top: 27px;
    margin-top: 2.7rem;
    margin-right: 20px;
    margin-right: 2rem;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(1, 1, 1, 0.2);
            box-shadow: 0px 1px 1px 0px rgba(1, 1, 1, 0.2); }
    .is-animating .header__notifierPicture {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      opacity: 1; }
  .header__notifierParagraph {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
    opacity: 0;
    overflow: hidden;
    text-align: left;
    display: table;
    height: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: Gaspar, "Times new Roman", serif;
    font-weight: 500;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-size: 1.8rem; }
    .is-animating .header__notifierParagraph {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      opacity: 1; }
  .header__notifierParagraphCell {
    display: table-cell;
    vertical-align: middle;
    padding-right: 200px;
    padding-right: 20rem; }

.intro {
  height: 480px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-color: grey;
  overflow: hidden;
  position: relative; }
  @media all and (min-width: 30em) {
    .intro {
      height: 550px; } }
  @media all and (min-width: 46.25em) {
    .intro {
      height: 650px; } }
  @media all and (min-width: 75em) {
    .intro {
      height: 790px; } }
  .intro__background {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transition: 1s opacity linear;
            transition: 1s opacity linear;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    .intro__background.is-active {
      opacity: 1; }
    .intro__background > img, .intro__background img {
      width: auto;
      height: 100%;
      display: block; }
    @media all and (min-width: 61.25em) {
      .intro__background {
        left: 0;
        right: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
        .intro__background > img {
          width: 100%;
          height: auto;
          display: block; } }
    .intro__background:after {
      content: '';
      background-color: rgba(0, 0, 0, 0.1);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .intro__container {
    position: relative;
    height: 100%;
    color: #fff; }
  .intro__content {
    display: table;
    height: 100%;
    width: 100%; }
    @media all and (min-width: 46.25em) {
      .intro__content {
        padding-top: 110px; } }
  .intro__list {
	  /*
    display: table-cell;
    vertical-align: middle;
	*/
	position:absolute;
	bottom:60px;
	width:90%;
	}
  .intro__container .intro__item {
	 /*
    display: block;
    position: relative;
    cursor: pointer;
    padding: 15px 0 17px 0;
    padding: 1.5rem 0 1.7rem 0; }
	*/
	
		display:inline-block;
		width:18px;
		height:18px;
		margin-right:2px;
		padding:0;
		border:3px solid #fff;
		border-radius:10px;
		overflow:hidden;
	}
	.intro__container .intro__item:hover{ background:#fff; cursor:pointer;}
	.intro__container .is-active {
		/*
		display: block;
    position: absolute;
	margin:-200px 0 0 0;
	left:0;
    cursor: pointer;
    padding: 15px 0 17px 0;
    padding: 1.5rem 0 1.7rem 0;
	width:100%;
	height:auto;
	border:none;
	border-radius:0;
	*/
		overflow:visible;
		background:#62c1e8;
		border:3px solid #62c1e8;
	}
	.intro__container .is-active:hover{ background:none; cursor:text;}
	.intro__container .intro__item h2, .intro__container .intro__item h3, .intro__container .intro__item a{ display:none;}
	.intro__container .is-active div{
		position:absolute;
		bottom:60px;
		left:0;
	}
	.intro__container .is-active h2, .intro__container .is-active h3, .intro__container .is-active a{ 
		display:inline-block;
		float:left;
		left:0;
	}
	.intro__container .is-active h2{ font-size:4rem;}
	.intro__container .is-active h3{ margin-top:-160px;}
	.intro__container .is-active a{ clear:both; float:left; margin:10px 0 0; font-size:1.3rem;} 
	.intro__container .intro__item h2, .intro__container .intro__item h3{ width:100%;}
	.intro__container .intro__item::after { display:none;}
	
	
    @media all and (min-width: 30em) {
      .intro__item {
        padding: 25px 0 27px 0;
        padding: 2.5rem 0 2.7rem 0; } }
    .intro__item.is-active {
      cursor: default; }
    .intro__item + .intro__item:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 100%;
      height: 2px;
      background-color: rgba(255, 255, 255, 0.5);
      width: 20px;
      width: 2rem; }
  .intro__info {
    display: none;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.67);
    font-size: 14px;
    font-size: 1.4rem; }
    .is-active .intro__info {
      display: block; }
  .intro__heading {
    margin: 0;
    padding: 0;
    font-family: Gaspar, "Times new Roman", serif;
    font-weight: 500;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    line-height: 1;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5px 0 7px 0;
    padding: 0.5rem 0 0.7rem 0; }
    @media all and (min-width: 30em) {
      .intro__heading {
        font-size: 26px;
        font-size: 2.6rem; } }
    .is-active .intro__heading {
      font-size: 30px;
      font-size: 3rem; }
      @media all and (min-width: 30em) {
        .is-active .intro__heading {
          font-size: 50px;
          font-size: 5rem; } }
  .intro__button {
    display: none; }
    .is-active .intro__button {
      display: inline-block; }
  .intro__sentence {
    font-style: italic;
    display: none;
    margin-left: 10px; }
    .is-active .intro__sentence {
      display: inline-block; }

.actionBlock {
  padding-top: 50px;
  padding-top: 5rem;
  padding-bottom: 50px;
  padding-bottom: 5rem; }
  @media all and (min-width: 46.25em) {
    .actionBlock {
      padding-top: 100px;
      padding-top: 10rem;
      padding-bottom: 100px;
      padding-bottom: 10rem; } }

.counterBlock {
  padding-top: 30px;
  padding-top: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem; }
  @media all and (min-width: 46.25em) {
    .counterBlock {
      padding-top: 100px;
      padding-top: 10rem;
      padding-bottom: 100px;
      padding-bottom: 10rem; } 
	  #about  .counterBlock {
      padding-top:0;
      padding-bottom: 40px;
      padding-bottom: 4rem; 
	  }
	  
	  }
  .counterBlock__heading {
    line-height: 1;
    margin-bottom: 30px;
    margin-bottom: 3rem; }
	#about  .counterBlock__heading {
    margin-top:60px;
    margin-top:6rem; }
    @media all and (min-width: 46.25em) {
      .counterBlock__heading {
        margin-bottom:35px;
        margin-bottom:3.5rem; } }
  .counterBlock__list {
    overflow: hidden; }
  .counterBlock__item + .counterBlock__item {
    margin-top: 40px;
    margin-top: 4rem; }
    @media all and (min-width: 46.25em) {
      .counterBlock__item + .counterBlock__item {
        margin-top: 0; } }
  @media all and (min-width: 46.25em) {
    .counterBlock__item {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; } }
  .counterBlock .counter__count {
    opacity: 0;
    -webkit-transition: opacity 1s;
            transition: opacity 1s; }
    .counterBlock .counter__count.is-ready {
      opacity: 1; }
    .counterBlock .counter__count + .counter__label {
      opacity: 0;
      -webkit-transition: opacity 1s;
              transition: opacity 1s; }
    .counterBlock .counter__count.is-ready + .counter__label {
      opacity: 1; }

.featuredBlock {
  background-color: #292c33;
  text-align: center;
  padding: 30px 0;
  padding: 3rem 0; }
  @media all and (min-width: 46.25em) {
    .featuredBlock {
      padding: 80px 0 100px 0;
      padding: 8rem 0 10rem 0; } }
  .featuredBlock__newslist {
    text-align: left; }
  .featuredBlock__heading {
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    line-height: 1;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    padding: 15px 30px;
    padding: 1.5rem 3rem; }
    @media all and (min-width: 46.25em) {
      .featuredBlock__heading {
        margin-bottom: 80px;
        margin-bottom: 8rem; } }

.brandBlock {
  margin-top: 50px;
  margin-top: 5rem;
  margin-bottom: 0px;
  margin-bottom: 0; }
  @media all and (min-width: 61.25em) {
    .brandBlock{
      margin-top: 140px;
      margin-top: 14rem;
	  margin-bottom: 50px;
      margin-bottom: 5rem; } }
  .brandBlock__item {
    cursor: pointer; }
  .brandBlock__list {
    overflow: hidden; }
  @media all and (min-width: 46.25em) {
    .brandBlock__list {
      margin-left: -2.08333%;
      margin-right: -2.08333%; }
    .brandBlock__item {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 2.08333%;
      padding-right: 2.08333%; } }
  @media all and (min-width: 61.25em) {
    .brandBlock__item {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      float: left;
      padding-left: 2.08333%;
      padding-right: 2.08333%; } }

.companyBlock {
  margin-top: 240px;
  margin-top: 24rem; }
  .companyBlock .is-invisible {
    position: absolute;
    left: -200em;
    top: -200em; }
  .companyBlock .is-ready {
    opacity: 1; }
  .companyBlock__list {
    opacity: 0; }
  @media all and (min-width: 61.25em) {
    .companyBlock {
      margin-top: 200px;
      margin-top: 20rem; } }

.descriptionBlock {
  padding-top: 50px;
  padding-top: 5rem;
  padding-bottom: 50px;
  padding-bottom: 5rem; }
  .descriptionBlock p {
    text-align: center; }
  .descriptionBlock__heading {
    margin-bottom: 30px;
    margin-bottom: 3rem; }
  @media all and (min-width: 46.25em) {
    .descriptionBlock {
      padding-top: 100px;
      padding-top: 10rem;
      padding-bottom: 100px;
      padding-bottom: 10rem; }
      .descriptionBlock__heading {
        margin-bottom: 70px;
        margin-bottom: 7rem; } }
  @media all and (min-width: 46.25em) {
    .descriptionBlock p {
      padding-left: 100px;
      padding-left: 10rem;
      padding-right: 100px;
      padding-right: 10rem; }
      .descriptionBlock p > a {
        border: none; } }
  @media all and (min-width: 61.25em) {
    .descriptionBlock p {
      padding-left: 200px;
      padding-left: 20rem;
      padding-right: 200px;
      padding-right: 20rem; } }

.teamBlock {
  background-color: #f5f7fa;
  padding-top: 50px;
  padding-top: 5rem; }
  .teamBlock .is-invisible {
	  display:none;
    position: absolute;
    left: -200em;
    top: -200em; }
  .teamBlock .is-ready {
    opacity: 1; }
  .teamBlock__list {
    display: block;
    overflow: hidden; }
    @media all and (min-width: 46.25em) {
      .teamBlock__list {
        margin-left: -2.08333%;
        margin-right: -2.08333%; } }
    .teamBlock__list > li {
      display: block;
      cursor: pointer;
      margin-bottom: 50px;
      margin-bottom: 5rem; }
      @media all and (min-width: 46.25em) {
        .teamBlock__list > li {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 33.33333%;
          float: left;
          padding-left: 2.08333%;
          padding-right: 2.08333%; } }
    .teamBlock__list .is-active .heading, .teamBlock__list .is-active .freeBlock h1, .freeBlock .teamBlock__list .is-active h1, .teamBlock__list .is-active .freeBlock h2, .freeBlock .teamBlock__list .is-active h2 {
      text-decoration: underline; }
  .teamBlock__listPicture {
    width: 100%;
    height: auto;
    display: block; }
  .teamBlock__slide {
    -webkit-transition: .5s opacity;
            transition: .5s opacity;
    opacity: 0;
    margin-bottom: 50px;
    margin-bottom: 5rem; }
  @media all and (min-width: 46.25em) {
    .teamBlock__slide {
      margin-bottom: 100px;
      margin-bottom: 10rem; } }
  @media all and (min-width: 46.25em) {
    .teamBlock {
      padding-top: 100px;
      padding-top: 10rem;
      padding-bottom: 50px;
      padding-bottom: 5rem; } }
  .teamBlock__listPictureContainer {
    position: relative;
    margin-bottom: 25px;
    margin-bottom: 2.5rem; }
    .teamBlock__listPictureContainer:after {
      -webkit-transition: .5s opacity;
              transition: .5s opacity;
      opacity: 0;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(92, 195, 230, 0.9); }
    .is-active .teamBlock__listPictureContainer:after {
      opacity: .6; }

.resumeBlock {
  padding-top: 50px;
  padding-top: 5rem;
  padding-bottom: 50px;
  padding-bottom: 5rem; }
  @media all and (min-width: 46.25em) {
    .resumeBlock {
      padding-top: 100px;
      padding-top: 10rem;
      padding-bottom: 100px;
      padding-bottom: 10rem; } }
  .resumeBlock__sentence {
    line-height: 1.2;
    margin-top: 40px; }
  .resumeBlock__ico {
    display: block;
    margin: 0 auto;
    margin: 0 auto; }
  .resumeBlock__heading {
    margin-top: 30px;
    margin-top: 3rem; }

.qaBlock {
  padding-top: 50px;
  padding-top: 5rem; }
  @media all and (min-width: 46.25em) {
    .qaBlock {
      padding-top: 100px;
      padding-top: 10rem;
      padding-bottom: 50px;
      padding-bottom: 5rem; } }
  @media all and (min-width: 46.25em) {
    .qaBlock__itemList {
      margin-left: -2.08333%;
      margin-right: -2.08333%; } }
  .qaBlock__heading {
    margin-bottom: 50px;
    margin-bottom: 5rem; }
    @media all and (min-width: 46.25em) {
      .qaBlock__heading {
        margin-bottom: 70px;
        margin-bottom: 7rem; } }
  .qaBlock__item {
    margin-bottom: 50px;
    margin-bottom: 5rem; }
    @media all and (min-width: 46.25em) {
      .qaBlock__item {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33333%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%; } }
  .qaBlock__row {
    overflow: hidden; }

.slideBlock {
  padding-top: 50px;
  padding-top: 5rem;
  padding-bottom: 50px;
  padding-bottom: 5rem;
  max-width: 1000px;
  max-width: 100rem; }
  .slideBlock__heading {
    margin-bottom: 40px;
    margin-bottom: 4rem; }
    @media all and (min-width: 46.25em) {
      .slideBlock__heading {
        margin-bottom: 70px;
        margin-bottom: 7rem; } }
  .slideBlock__slider {
    width: 80%;
    margin: 0 auto; }
  @media all and (min-width: 46.25em) {
    .slideBlock {
      padding-top: 100px;
      padding-top: 10rem;
      padding-bottom: 100px;
      padding-bottom: 10rem; } }
  .slideBlock .slideBlock__item img {
    width: 100%;
    height: auto; }

.newsBlock {
  padding-top: 50px;
  padding-top: 5rem;
  padding-bottom: 50px;
  padding-bottom: 5rem; }
  @media all and (min-width: 46.25em) {
    .newsBlock {
      padding-top: 100px;
      padding-top: 10rem;
      padding-bottom: 100px;
      padding-bottom: 10rem; } }
  .newsBlock__nav {
    display: none; }
  .newsBlock #infscr-loading {
    text-align: center;
    display: block;
    margin-left: 50px;
    margin-left: 5rem;
    margin-top: 10px;
    margin-top: 1rem; }

.freeBlock {
  margin: 0 auto;
  max-width: 800px;
  max-width: 80rem;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
  padding-top: 40px;
  padding-top: 4rem; }
  @media all and (min-width: 46.25em) {
    .freeBlock {
      padding-top: 70px;
      padding-top: 7rem;
      padding-bottom: 70px;
      padding-bottom: 7rem; } }
  .freeBlock h1 {
    margin-bottom: 30px;
    margin-bottom: 3rem; }
    @media all and (min-width: 46.25em) {
      .freeBlock h1 {
        margin-bottom: 60px;
        margin-bottom: 6rem; } }
  .freeBlock h2 {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    text-align: left; }

.introQuoteBlock {
  padding-top: 50px;
  padding-top: 5rem;
  padding-bottom: 50px;
  padding-bottom: 5rem;
  /*&__columns {
    overflow: hidden;
    @include mq($from: desktop) {
      @include rem((
        margin: 0 -50px
      ));
    }
    @include mq($from: wide) {
      @include rem((
        padding: 0 120px
      ));
    }
    p {
      @extend %paragraph;
    }
  }

  &__col {
    @include mq($from: desktop) {
      float: left;
      width: 50%;
      @include rem((padding: 0 50px));
    }
  }

  &__quote {
    font-style: italic;
  }*/ }
  @media all and (min-width: 46.25em) {
    .introQuoteBlock {
      padding-top: 100px;
      padding-top: 10rem;
      padding-bottom: 100px;
      padding-bottom: 10rem; } }
  .introQuoteBlock__heading {
    margin-bottom: 30px;
    margin-bottom: 3rem; }
    @media all and (min-width: 46.25em) {
      .introQuoteBlock__heading {
        margin-bottom: 70px;
        margin-bottom: 7rem; } }
  .introQuoteBlock__quote {
    font-family: Gaspar, "Times new Roman", serif;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px;
    font-size: 1.8rem; }
    .introQuoteBlock__quote p {
      margin: 0; }
    @media all and (min-width: 61.25em) {
      .introQuoteBlock__quote {
        font-size: 26px;
        font-size: 2.6rem; } }

.footer {
  background-color: #292c33;
  text-align: center;
  padding: 30px 0;
  padding: 3rem 0; }
  @media all and (min-width: 61.25em) {
    .footer {
      padding: 100px 0;
      padding: 10rem 0; } }
  .footer__container {
    overflow: hidden;
    position: relative; }
  .footer__copy {
    text-align: center;
    line-height: 1.8;
    display: block;
    clear: left;
    color: #a1a7b2;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 50px;
    margin-top: 5rem; }
  .footer__mailto {
    text-decoration: underline; }
  .footer__col {
    margin-bottom: 30px;
    margin-bottom: 3rem; }
  .footer__submenu {
    float: none; }
  @media all and (min-width: 46.25em) {
    .footer {
      text-align: left; }
      .footer__submenu {
        float: left; }
      .footer__submenu + .footer__submenu {
        margin-left: 10px;
        margin-left: 1rem; }
      .footer__col {
        float: left;
        margin-bottom: 0;
        padding-right: 25px;
        padding-right: 2.5rem; }
      .footer__copy {
        position: absolute;
        right: 30px;
        right: 3rem;
        top: 0;
        text-align: right;
        clear: none;
        margin-top: 0; } }
  @media all and (min-width: 61.25em) {
    .footer__col {
      padding-right: 40px;
      padding-right: 4rem; }
    .footer__copy {
      right: 100px;
      right: 10rem; } }
  @media all and (min-width: 75em) {
    .footer__col {
      margin-bottom: 0;
      padding-right: 70px;
      padding-right: 7rem; }
    .footer__submenu + .footer__submenu {
      margin-left: 40px;
      margin-left: 4rem; } }

.formBlock {
  margin: 50px 20px;
  margin: 5rem 2rem; }
  @media all and (min-width: 61.25em) {
    .formBlock {
      max-width: 500px;
      max-width: 50rem;
      margin: 100px auto;
      margin: 10rem auto; } }
  .formBlock__submitButton {
    display: block;
    width: 120px;
    width: 12rem;
    margin: 0 auto; }
  .formBlock__success {
    margin: 15px 0;
    color: #62c1e8;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem; }
	
	
	
/* GÉNÉRAL */

p.aligncenter{
	text-align:center;
}
body.page div#about p a{
	color:#0058a8;
	border-bottom:1px solid #0058a8;
}
body.page div#about p a:hover{ color:#62c1e8; border-bottom:1px solid #62c1e8; text-decoration:none;}

body.page div#about a.bouton-plein{
	display:inline-block;
	margin-right:20px;
	padding:12px 20px;
	color:#fff;
	font-size:2rem;
	background:#62c1e8;
	border:none;
	border-radius:3px;
}
body.page div#about a.bouton-plein:hover{ color:#fff; background:#0058a8; border:none;}
body.page div#about a.bouton-plein-bleu{ background:#0058a8;}
body.page div#about a.bouton-plein-bleu:hover{ background:#62c1e8;}

/* HOME */

#home-video .video{
	display:inline-block;
	width:45%;
	margin:0 2% 40px;
}

#home-video .video iframe{ max-width:100%;}


/* ABOUT */
#about{
	position:relative;
	width:100%;
	max-width:1400px;
	margin:-100px 0 0;
}

/* WHAT YOU GET */

#workshops{
	position:relative;
	width:100%;
	max-width:1400px;
	margin-top:-80px;
	padding-top:0;
}
#workshops a::after{ display:none;}

.qaBlock h3.heading{ letter-spacing:normal; font-size:2.1rem;}
.qaBlock .qa__paragraph{ font-size:1.5rem;}


/* HELP */

.page-id-1190 .introQuoteBlock{ padding-bottom:40px;}
#categories{
	position:relative;
	width:100%;
	padding:20px 0 0;
	text-align:center;
}

div#categories p{
	display:inline-block;
	width:100%;
	max-width:1400px;
}
div#categories a{
	display:inline-block;
	margin:0 10px 10px 0;
	padding:6px 10px;
	color:#292c33;
	font-weight:bold;
	font-size:1.1rem;
	text-transform:uppercase;
	background:#eee;
	border-radius:3px;
}
div#categories a:hover, div#categories a.actif{ color:#fff; background:#62c1e8; text-decoration:none;}


.ancre{
	position:relative;
	width:100%;
	height:120px;
}
article.help{
	position:relative;
	width:100%;
}
article.help .qaBlock h3.heading{ font-size:1.8rem;}

#workshops .qaBlock__item{ margin-top:30px; margin-bottom:0px;}


/* TEAM */

section#team2017{
	position:relative;
	width:100%;
	padding-top:40px; 
	padding-bottom:40px;
	overflow:hidden;
}
section#team2017 .introQuoteBlock{ padding-top:0; padding-bottom:0;}
section#team2017 .teamBlock{ padding-top:0; padding-bottom:0; background:none;}
section#team2017 .counterBlock__heading{ margin-top:40px; margin-bottom:20px;}
section#team2017 .teamBlock__listPictureContainer{ margin-bottom:0;}
section#team2017 .teamBlock__listPictureContainer:hover{ background:#62c1e8;}
section#team2017 section.teamBlock ul li{ margin-bottom:0;}
section#team2017 section.teamBlock ul li:hover .teamBlock__listPictureContainer img{ opacity:0.5;} 
section#team2017 .team_introduction{ float:left; width:100%; padding:0 0 20px; margin:-20px 0 0;}
section#team2017 section.teamBlock ul li h3.heading{ margin-top:20px; margin-bottom:30px;}
section#team2017 section.teamBlock ul li:hover h3.heading{ color:#62c1e8;}

section#team2017 section.teamBlock ul li span.plus{
	position:relative;
	z-index:9;
	float:right;
	margin:-40px 0 0;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:2.1rem;
	color:#fff;
	background:#62c1e8;
}
section#team2017 section.teamBlock ul li:hover span.plus{ background:#0058a8;}

/* Détails membres */
section#team2017 .slick-slide{ margin-top:40px;}
section#team2017 .teamBlock__slide{ margin-bottom:40px;}
section#team2017 .slick-slide .member__picture{ width:40%; margin-right:3%;}



/* COMPAGNIES */
div#tags{
	position:absolute;
	z-index:1;
	width:100%;
	margin:40px 0;
	padding:0 100px;
	text-align:center;
}
div#tags p{
	display:inline-block;
	width:100%;
	max-width:1400px;
}
div#tags a{
	display:inline-block;
	margin:0 10px 10px 0;
	padding:6px 10px;
	color:#292c33;
	font-weight:bold;
	font-size:1.1rem;
	text-transform:uppercase;
	background:#eee;
	border-radius:3px;
}
div#tags a:hover, div#tags a.actif{ color:#fff; background:#62c1e8; text-decoration:none;}
.brandBlock .brandBlock__list .display_none{ display:none;}

/* DATA DRIVEN */

body.page-id-1569 .cover h1{ bottom:80px;}
nav#data{
	position:absolute;
	margin:-110px 0 0 0;
	width:100%;
	text-align:center;	
}
nav.fixed{
	z-index:9;
	position:fixed !important;
	margin:0 !important;
	left:0;
	top:110px;
}
nav#data a{
	display:inline-block;
	height:50px;
	padding:0 25px;
	color:#fff;
	text-transform:uppercase;
	font-family: Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:1.4rem;
	line-height:50px;
	background:rgba(0,0,0,0.6);
}
nav#data a:hover{ text-decoration:none; background:#62c1e8;}

body.page-id-1569 h2.heading .ancres{
	position:absolute;
	margin:-180px 0 0;
}
body.page-id-1569 strong{ font-weight:bold;}

.qaBlock__row a.data-videos{
	float:left;
	width:100%;
	height:200px;
	background-color:#fafafa;
	margin:0 0 10px;
	-webkit-background-size: cover;
            background-size: cover;
}
	
	
@media only screen and (max-width : 999px) { 
	
	.brandBlock { margin-top:200px;}
}
	
@media only screen and (max-width : 799px) { 
	
	.brandBlock { margin-top:240px;}
	div#tags{ padding:0 20px;}
	
	body.home .featuredBlock .news h2.heading{ font-size:1.8rem; line-height:2.4rem;}
	#home-video .video{ width:100%; margin:0 0 40px;}
}
@media only screen and (max-width : 699px) { 

	section#team2017 .slick-slide .member__picture{ width:100%; margin-right:0%;}
}
@media only screen and (max-width : 599px) { 

	div#tags a{
	font-size:1rem;
	}
	
	body.home .featuredBlock .news{ width:100%; margin:20px 0;}
	body.home .featuredBlock .news h2.heading{ font-size:2.1rem; line-height:2.8rem;}
	
}
@media only screen and (max-width : 399px) { 
	
	div#tags{ margin-top:0;}
	div#tags a{ margin:0 8px 8px 0; padding:4px 8px;}
}