/**
 * Assert given value is in pixel. That function is tolerant
 * to unit-less values which are converted.
 * @param $value The value to assert
 */
/**
 * @param $breakpoint Window width, should be expressed in pixel
 */
/**
 * @deprecated Use rem($size) directly
 */
/**
 * Allow fluid size variation (interpolation) linked to window width.
 * Given breakpoints and corresponding values are expressed in pixels.
 * @param $map - A Sass map of viewport widths and length value pairs
 */
/**
 * Above the threshold, font-size will increase in proportion of the viewport
 */
/*
 * @deprecated Element should be disabled with `disabled` attribute
 */
@page {
  margin: 1cm;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 4em;
  width: 100%;
}

body {
  font-size: 10pt;
  line-height: 1.6;
  background: #fff !important;
  color: #444;
}

body {
  counter-reset: counter-h2;
}

h2 {
  counter-increment: counter-h2;
  position: relative;
}

h2::before {
  content: counter(counter-h2) ".";
  box-sizing: border-box;
  display: inline-block;
  font-size: .75em;
  font-weight: normal;
  padding-right: 1rem;
  position: absolute;
  opacity: .75;
  right: 100%;
  text-align: right;
  top: .3em;
}

ul h2,
ol h2,
blockquote h2 {
  counter-increment: none !important;
}

ul h2::before,
ol h2::before,
blockquote h2::before {
  content: none !important;
}

h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
  display: none;
}

a {
  page-break-inside: avoid;
}

blockquote {
  page-break-inside: avoid;
}

h1, h2, h3, h4, h5, h6 {
  page-break-after: avoid;
  page-break-inside: avoid;
}

img {
  page-break-inside: avoid;
  page-break-after: avoid;
  margin: 1em 0;
}

table, pre {
  page-break-inside: avoid;
}

ul, ol, dl {
  page-break-before: avoid;
}

.print-off {
  display: none !important;
}

.scrollmagic-pin-spacer {
  height: auto !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.scrollmagic-pin-spacer > * {
  position: relative !important;
}

img {
  display: block;
  height: auto;
  max-width: 12cm;
  page-break-inside: avoid;
}

a {
  color: inherit;
  text-decoration: none;
}

blockquote {
  border-left: 1px solid currentColor;
  font-style: italic;
  margin-left: 0;
  padding-left: 1em;
}

blockquote,
p,
ul:not(.grid),
footer {
  max-width: 35em;
}

footer {
  left: -2em;
  page-break-before: avoid;
  page-break-inside: avoid;
  position: relative;
}

main a[href]::after {
  content: "(" attr(href) ")";
  font-size: .9em;
  margin-left: .4em;
  text-decoration: underline;
}

main a[href^="#"]::after {
  content: none;
}

h2 a[href]::after, h3 a[href]::after {
  content: none;
}

footer {
  margin: 6em auto 0;
  opacity: .7;
  text-align: center;
}

label {
  display: block;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="date"],
textarea {
  box-shadow: -1px 1px 0 currentColor;
  box-sizing: border-box;
  color: inherit;
  font-size: 14pt;
  border: none;
  opacity: .75;
  display: block;
  margin-top: 1em;
  max-width: 100%;
  padding: 0;
}

.form__privacy,
.g-recaptcha,
.grecaptcha-badge,
input[type="file"],
button[type="submit"],
input[type="submit"] {
  display: none !important;
}

.has-media-background__image, .has-media-background__slider {
  display: none;
}

.expandables {
  padding-bottom: 0 !important;
}

.expandables__toggle {
  display: none;
}

.expandables__target {
  display: block !important;
}

.slick-list {
  height: auto !important;
}

.slick-track {
  -webkit-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin: 0 -2rem;
  width: 100% !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.slider .slick-cloned {
  display: none !important;
}

.slider__slide {
  margin-bottom: 4rem;
}

.slider--fixed-height .slick-slide {
  box-sizing: border-box;
  padding: 0 2rem;
  margin-bottom: 4rem;
  width: 50% !important;
}

.slider--fixed-height img {
  display: block !important;
  max-width: none !important;
}

.slick-dots {
  display: none !important;
}

.grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  list-style: none;
  margin-left: -2rem;
  margin-bottom: -4rem;
  padding-left: 0;
}

.grid__item {
  box-sizing: border-box;
  padding: 0 2rem;
  margin-bottom: 4rem;
}

.masonry {
  height: auto !important;
}

.masonry > * {
  position: static !important;
}

/*

ITCAvantGardeStd-Bold (title, cta)
ITCAvantGardeStd-Md (nav)
ITCAvantGardeStd-Bk (legal links)
OpenSans (texte)
OpenSans-Bold (subtitle)

*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/opensans-bold-webfont.v1581067002601.woff2) format("woff2"), url(../font/opensans-bold-webfont.v1581067002580.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/opensans-regular-webfont.v1581067002611.woff2) format("woff2"), url(../font/opensans-regular-webfont.v1581067002586.woff) format("woff");
}

@font-face {
  font-family: 'ITCAvantGardeStd';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/ITCAvantGardeStdBk.v1581067002589.woff2) format("woff2"), url(../font/ITCAvantGardeStdBk.v1581067002562.woff) format("woff");
}

@font-face {
  font-family: 'ITCAvantGardeStd';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../font/ITCAvantGardeStdMd.v1581067002600.woff2) format("woff2"), url(../font/ITCAvantGardeStdMd.v1581067002578.woff) format("woff");
}

@font-face {
  font-family: 'ITCAvantGardeStd';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/ITCAvantGardeStdBold.v1581067002595.woff2) format("woff2"), url(../font/ITCAvantGardeStdBold.v1581067002573.woff) format("woff");
}

/**
 * Assert given value is in pixel. That function is tolerant
 * to unit-less values which are converted.
 * @param $value The value to assert
 */
/**
 * @param $breakpoint Window width, should be expressed in pixel
 */
/**
 * @deprecated Use rem($size) directly
 */
/**
 * Allow fluid size variation (interpolation) linked to window width.
 * Given breakpoints and corresponding values are expressed in pixels.
 * @param $map - A Sass map of viewport widths and length value pairs
 */
/**
 * Above the threshold, font-size will increase in proportion of the viewport
 */
/*
 * @deprecated Element should be disabled with `disabled` attribute
 */
html {
  font-size: 62.5%;
}

@media screen and (min-width: 100em) {
  html {
    font-size: 0.625vw;
  }
}

.refs::after {
  display: none !important;
}

.refs__item {
  position: static !important;
}

.footer .grid {
  -webkit-box-pack: center;
          justify-content: center;
}

.footer__logo {
  display: block;
  height: 5rem;
  margin: 0 auto;
  width: 16.9rem;
}
