@charset "UTF-8";
/*
	PUBLIC
	Importe tous les styles de la partie publique du site
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*
    MIXINS
*/
/* Liste des breakpoints */
/* Gestion des breakpoints */
/* Gestion des tailles de police */
/*
	GLOBAL
	Feuille de style générale

	SOMMAIRE
	Typographie
	Mise en page
	Tableaux
	Utilitaires
	Responsive
	Impression
*/
/*-----------------------------------------------------------------------
  == Typographie
----------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: 'Roboto',Arial, sans-serif;
  color: #2e3192; }
  @media (max-width: 992px) {
    body {
      font-size: 1.7rem; } }
  @media (max-width: 768px) {
    body {
      font-size: 1.6rem; } }
  @media (max-width: 576px) {
    body {
      font-size: 1.4rem; } }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-weight: normal;
  line-height: 1em; }

p, ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
  margin-top: 0; }

a {
  text-decoration: underline; }
  a:hover, a:focus {
    text-decoration: none; }

figure {
  margin: 0; }

img {
  height: auto; }

/*-----------------------------------------------------------------------
  == Mise en page
----------------------------------------------------------------------- */
main {
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    main {
      padding-bottom: 90px; } }

.wrap {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1400px; }
  @media (min-width: 576px) {
    .wrap {
      padding: 0 30px; } }

/*-----------------------------------------------------------------------
  == Tableaux
----------------------------------------------------------------------- */
table {
  width: 100%;
  vertical-align: top; }

th {
  font-weight: normal;
  text-align: left; }

td {
  vertical-align: top; }

/*-----------------------------------------------------------------------
  == Utilitaires
----------------------------------------------------------------------- */
/* Clearfix (cf. http://nicolasgallagher.com/micro-clearfix-hack) */
.cf {
  zoom: 1; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

/* Alignements */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

/* Masque le contenu visuellement */
.is-hidden {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  border: 0; }

/*-----------------------------------------------------------------------
  == Responsive
----------------------------------------------------------------------- */
/* Valeurs maximales */
img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
  max-width: 100%; }

/* Corrections du viewport */
@-webkit-viewport {
  width: device-width;
  zoom: 1.0; }

@-moz-viewport {
  width: device-width;
  zoom: 1.0; }

@-ms-viewport {
  width: device-width;
  zoom: 1.0; }

@-o-viewport {
  width: device-width;
  zoom: 1.0; }

@viewport {
  width: device-width;
  zoom: 1.0; }

/*-----------------------------------------------------------------------
  == Impression
----------------------------------------------------------------------- */
@media print {
  p, blockquote {
    orphans: 2;
    widows: 2; }
  blockquote, ul, ol {
    page-break-inside: avoid; }
  h1, h2, h3, caption {
    page-break-after: avoid; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  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: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev, .slick-next {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  display: block;
  height: 40px;
  width: 35px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #fff;
  color: transparent;
  top: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  @media (min-width: 576px) and (max-width: 991px) {
    .slick-prev, .slick-next {
      height: 60px;
      width: 52px; } }
  @media (min-width: 992px) {
    .slick-prev, .slick-next {
      height: 80px;
      width: 70px; } }
  .js_carousel .slick-prev, .js_carousel .slick-next {
    top: 50%; }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev {
  background: #fff url(../img/prev.png) no-repeat center center; }
  @media (max-width: 575px) {
    .slick-prev {
      right: 65px;
      background-size: 10px 21px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .slick-prev {
      right: 80px;
      background-size: 16px 33px; } }
  @media (min-width: 992px) {
    .slick-prev {
      right: auto;
      left: calc(50% + 300px); } }
  .js_carousel .slick-prev {
    left: auto;
    right: 100%; }

.slick-next {
  background: #fff url(../img/next.png) no-repeat center center; }
  @media (max-width: 575px) {
    .slick-next {
      right: 30px;
      background-size: 10px 21px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .slick-next {
      right: 30px;
      background-size: 16px 33px; } }
  @media (min-width: 992px) {
    .slick-next {
      right: auto;
      left: calc(50% + 370px); } }
  .js_carousel .slick-next {
    left: 100%; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 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: 0px;
      font-size: 0px;
      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: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        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; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  -o-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  -o-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  -o-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  -o-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/*
    HEADER
*/
@media (min-width: 1200px) {
  .header {
    height: 210px; } }

.home .header, .single-project .header {
  height: auto; }

.header > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .header > .wrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0; } }
  @media (min-width: 1200px) {
    .header > .wrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 250px;
  padding: 10px 20px;
  background: #fff; }
  @media (min-width: 768px) {
    .logo {
      margin: 0 auto; } }
  @media (min-width: 1200px) {
    .logo {
      position: absolute;
      z-index: 5;
      top: 30px;
      left: 0; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .logo {
      width: 300px; } }
  @media (min-width: 992px) and (max-width: 1599px) {
    .logo {
      width: 300px; } }
  @media (min-width: 1600px) {
    .logo {
      width: 500px; } }

@media (max-width: 767px) {
  .nav-main-outside {
    display: none; } }

.nav-main {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 1.6rem; }
  @media (min-width: 1200px) {
    .nav-main {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      height: 90px; } }
  .nav-main a {
    text-decoration: none; }
  .nav-main .no-link > a {
    cursor: default; }
  .nav-main > li {
    margin: 0 3px; }
    @media (min-width: 992px) {
      .nav-main > li {
        margin: 0 10px; } }
    .nav-main > li:last-child {
      margin-right: 0; }
      .nav-main > li:last-child > a {
        padding-right: 0; }
  .nav-main > li > a {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 20px 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: #23256d;
    -webkit-transition: 0.3s ease color;
    -o-transition: 0.3s ease color;
    transition: 0.3s ease color; }
    @media (min-width: 1600px) {
      .nav-main > li > a {
        padding: 20px; } }
    .nav-main > li > a::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: transparent;
      -webkit-transition: 0.3s ease background;
      -o-transition: 0.3s ease background;
      transition: 0.3s ease background; }
  .nav-main > li:hover > a {
    color: #8e8e8d; }
    .nav-main > li:hover > a::before {
      background: #8e8e8d; }
  .nav-main > .menu-item-has-children > a::after {
    content: '';
    width: 11px;
    height: 6px;
    margin-left: 10px;
    -webkit-transition: 0.3s ease background;
    -o-transition: 0.3s ease background;
    transition: 0.3s ease background;
    background: url(../img/submenu.png) no-repeat 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .nav-main > .menu-item-has-children > a:hover::after {
    background: url(../img/submenu-hover.png) no-repeat 0 0; }
  .nav-main > li > .sub-menu {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    background: #fff;
    border: 1px solid #8e8e8d;
    -webkit-box-shadow: 0 15px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 15px 0 rgba(0, 0, 0, 0.18);
    font-size: 1.5rem; }
    @media (min-width: 1600px) {
      .nav-main > li > .sub-menu {
        padding: 30px 80px; } }
    .nav-main > li > .sub-menu a {
      padding: 0.4em 0;
      color: #8e8e8d; }
    .nav-main > li > .sub-menu > li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0 40px; }
      .nav-main > li > .sub-menu > li > a {
        display: block;
        border-bottom: 1px solid #8e8e8d; }
  .nav-main > li > .sub-menu .sub-menu {
    margin-top: 0.4em;
    padding-left: 30px; }
    .nav-main > li > .sub-menu .sub-menu a {
      position: relative;
      display: inline-block;
      padding: 0.4em 0 0.4em; }
      .nav-main > li > .sub-menu .sub-menu a::before {
        content: '-';
        position: absolute;
        right: calc(100% + 7px);
        top: 0.4em; }
      .nav-main > li > .sub-menu .sub-menu a:hover {
        text-decoration: underline; }
  .nav-main > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible; }

#toggle-menu {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 65px;
  cursor: pointer;
  -webkit-transition: 0.4s background ease;
  -o-transition: 0.4s background ease;
  transition: 0.4s background ease; }
  @media (min-width: 768px) {
    #toggle-menu {
      display: none; } }

#toggle-menu button {
  width: 25px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#toggle-menu button span, #toggle-menu button::before, #toggle-menu button::after {
  position: absolute;
  top: 10px;
  left: 0;
  width: 25px;
  height: 3px;
  background: #000;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .menu-open #toggle-menu button span, .menu-open #toggle-menu button::before, .menu-open #toggle-menu button::after {
    background: #fff; }

#toggle-menu button::before {
  content: '';
  top: 0; }
  .menu-open #toggle-menu button::before {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

#toggle-menu button::after {
  content: '';
  top: 20px; }
  .menu-open #toggle-menu button::after {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.menu-open #toggle-menu button span {
  opacity: 0; }

.header-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 250px;
  padding: 70px 0 15px;
  z-index: 10;
  background: #23256d;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .menu-open .header-mobile {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 992px) {
    .header-mobile {
      display: none; } }

.nav-main-mobile {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: 'Roboto Slab', sans-serif; }
  .nav-main-mobile li {
    position: relative;
    padding: 0; }
  .nav-main-mobile a {
    display: block;
    padding: 1em;
    line-height: 1;
    text-decoration: none;
    color: #fff; }
  .nav-main-mobile > li > a {
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .nav-main-mobile > li:first-child > a {
    border-top: 0; }
  .nav-main-mobile .menu-item-has-children > a {
    background: url(../img/arrow.svg) no-repeat right 25px center; }
  .nav-main-mobile ul {
    padding-bottom: 10px;
    border-bottom: 0; }
  .nav-main-mobile ul a {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.7); }
  .nav-main-mobile .sub-menu .sub-menu a {
    padding-left: 30px;
    font-size: 1.4rem;
    font-weight: 300; }

/*
    FOOTER
*/
.footer {
  background: #8e8e8d;
  color: #fff; }

.footer__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 0 15px; }
  @media (max-width: 991px) {
    .footer__layout {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.footer__address {
  margin-bottom: 30px;
  text-align: center;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 300; }
  .footer__address strong {
    font-weight: 700; }

.footer__phone {
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 700; }
  @media (max-width: 992px) {
    .footer__phone {
      font-size: 2.2rem; } }
  @media (max-width: 768px) {
    .footer__phone {
      font-size: 2rem; } }
  @media (max-width: 576px) {
    .footer__phone {
      font-size: 1.8rem; } }

.footer__certifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .footer__certifications {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .footer__certifications li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    padding: 8px;
    background: #fff; }
  .footer__certifications img {
    display: block; }

.footer__btm {
  padding: 5px 0 20px;
  text-align: right;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background: #fff; }
  .footer__btm a {
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
    color: #8e8e8d; }
    .footer__btm a:hover {
      text-decoration: underline; }

/*
	FRONT PAGE
*/
.slideshow__item {
  height: 200px; }
  @media (min-width: 576px) and (max-width: 991px) {
    .slideshow__item {
      height: 350px; } }
  @media (min-width: 992px) and (max-width: 1599px) {
    .slideshow__item {
      height: 450px; } }
  @media (min-width: 1600px) {
    .slideshow__item {
      height: 560px; } }
  .slideshow__item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.home__intro {
  font-size: 2.1rem;
  padding: 50px 0;
  line-height: 1.75;
  font-family: 'Roboto', sans-serif; }
  @media (max-width: 992px) {
    .home__intro {
      font-size: 1.9rem; } }
  @media (max-width: 768px) {
    .home__intro {
      font-size: 1.8rem; } }
  @media (max-width: 576px) {
    .home__intro {
      font-size: 1.6rem; } }

.home__title {
  font-size: 2.4rem;
  margin-bottom: 1.8em;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: 'Roboto Slab', sans-serif;
  text-transform: uppercase; }
  @media (max-width: 992px) {
    .home__title {
      font-size: 2.2rem; } }
  @media (max-width: 768px) {
    .home__title {
      font-size: 2rem; } }
  @media (max-width: 576px) {
    .home__title {
      font-size: 1.8rem; } }
  @media (min-width: 768px) {
    .home__title {
      padding-left: 30px; } }

/* Projets récents */
.home__projects {
  margin-bottom: 80px; }

/* Partenaires */
.home__partners {
  margin: 0 30px; }
  @media (min-width: 992px) {
    .home__partners {
      margin: 0 75px; } }

.home__partners__item {
  padding: 0 10px; }
  @media (min-width: 576px) {
    .home__partners__item {
      padding: 0 20px; } }
  .home__partners__item a {
    position: relative;
    display: block;
    padding-bottom: 100%;
    border: 1px solid #e84545;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all; }
    .home__partners__item a:hover {
      -webkit-filter: none;
      filter: none; }
  .home__partners__item figure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px; }

/*
    RÉALISATIONS
*/
.projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  .projects > li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 5px; }
    @media (min-width: 576px) and (max-width: 991px) {
      .projects > li {
        width: 50%; } }
    @media (min-width: 992px) {
      .projects > li {
        width: calc(100% / 3); } }

.miniproject {
  display: block;
  position: relative;
  text-align: center;
  background: #1b1464; }
  .miniproject img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
  .miniproject:hover img {
    opacity: 0.1; }

.miniproject__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  color: #fff; }
  .miniproject:hover .miniproject__content {
    opacity: 1; }
  .miniproject__content > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.miniproject__title {
  font-size: 2.2rem;
  margin-bottom: 0.4em;
  font-weight: 700;
  text-transform: uppercase; }
  @media (max-width: 992px) {
    .miniproject__title {
      font-size: 2rem; } }
  @media (max-width: 576px) {
    .miniproject__title {
      font-size: 1.7rem; } }

.miniproject__subtitle {
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 300; }
  @media (max-width: 992px) {
    .miniproject__subtitle {
      font-size: 1.65rem; } }
  @media (max-width: 576px) {
    .miniproject__subtitle {
      font-size: 1.5rem; } }

.miniproject__metas {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-style: italic;
  color: #9e9e9e; }
  @media (max-width: 992px) {
    .miniproject__metas {
      font-size: 1.65rem; } }
  @media (max-width: 576px) {
    .miniproject__metas {
      font-size: 1.5rem; } }

/* --- Tableau récapitulatif --- */
.allprojects {
  table-layout: fixed;
  border-collapse: collapse;
  font-family: 'Roboto Slab', Arial, sans-serif;
  color: #1A171B; }
  .allprojects thead th {
    font-size: 2.4rem;
    padding: 20px 15px;
    font-weight: 700;
    background: #939598;
    color: #fff; }
    @media (max-width: 992px) {
      .allprojects thead th {
        font-size: 2.2rem; } }
    @media (max-width: 768px) {
      .allprojects thead th {
        font-size: 2rem; } }
    @media (max-width: 576px) {
      .allprojects thead th {
        font-size: 1.8rem; } }
  @media (max-width: 767px) {
    .allprojects thead {
      display: none; }
    .allprojects tr, .allprojects td {
      display: block !important; } }
  .allprojects .allprojects__label {
    color: #aaa !important; }
    @media (min-width: 768px) {
      .allprojects .allprojects__label {
        display: none; } }

.allprojects__projects {
  width: 40%; }

.allprojects__stage {
  width: 15%; }

th.allprojects__details {
  width: 120px; }

@media (max-width: 767px) {
  td.allprojects__details img {
    max-height: 12px; } }

td.allprojects__details a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #ED4346; }
  @media (min-width: 768px) {
    td.allprojects__details a {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

td.allprojects__details span {
  padding-right: 10px; }
  @media (min-width: 768px) {
    td.allprojects__details span {
      display: none; } }

.allprojects__year td {
  font-size: 2.4rem;
  border-top: 40px solid #fff;
  padding: 10px 15px;
  font-weight: 700;
  background: #e7e7e8;
  color: #1A171B; }
  @media (max-width: 992px) {
    .allprojects__year td {
      font-size: 2.2rem; } }
  @media (max-width: 768px) {
    .allprojects__year td {
      font-size: 2rem; } }
  @media (max-width: 576px) {
    .allprojects__year td {
      font-size: 1.8rem; } }
  @media (min-width: 768px) {
    .allprojects__year td {
      padding: 15px; } }

.allprojects__year:first-child > td {
  border-top: 0; }

.allprojects__year--empty td {
  border-top: 80px solid #fff;
  padding: 0; }

.allprojects__item td {
  font-size: 1.6rem; }
  @media (max-width: 768px) {
    .allprojects__item td {
      font-size: 1.5rem; } }
  @media (max-width: 576px) {
    .allprojects__item td {
      font-size: 1.4rem; } }
  @media (max-width: 767px) {
    .allprojects__item td {
      padding-bottom: 10px; }
      .allprojects__item td:first-child {
        font-weight: 700;
        padding-top: 15px;
        border-top: 1px solid #e7e7e8; }
      .allprojects__item td:last-child {
        padding-bottom: 15px; } }
  @media (min-width: 768px) {
    .allprojects__item td {
      padding: 10px 15px; } }

@media (min-width: 768px) {
  .allprojects__item--alt td {
    background: #e7e7e8; } }

/*
    FICHE RÉALISATION
*/
.project__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .project__layout {
      margin-top: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

/* --- Slideshow --- */
.project__medias {
  min-width: 0;
  min-height: 0; }
  @media (max-width: 991px) {
    .project__medias {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  @media (min-width: 992px) {
    .project__medias {
      width: 65%; } }

.project__slideshow {
  margin-bottom: 10px; }
  .project__slideshow a {
    display: block;
    text-decoration: none;
    position: relative; }
  .project__slideshow a::after {
    content: 'Plein écran';
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 30px;
    padding-top: 35px;
    text-align: center;
    text-decoration: none;
    background: url(../img/fullscreen.svg) no-repeat top center;
    background-size: 30px 30px;
    font-size: 1rem;
    line-height: 1.2;
    color: #fff; }
    @media (min-width: 768px) {
      .project__slideshow a::after {
        width: 40px;
        padding-top: 45px;
        background-size: 40px 40px;
        font-size: 1.2rem; } }

.project__slideshow__video, .project__slideshow__img {
  display: block !important; }

.project__slideshow__video {
  position: relative; }
  .project__slideshow__video::after {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    content: '';
    width: 60px;
    height: 60px;
    border: 4px solid #fff;
    border-radius: 60px;
    background: url(../img/play.svg) no-repeat 20px center;
    background-size: 26px 36px; }

.project__carousel {
  margin: 0 -5px; }
  .project__carousel .slick-slide {
    padding: 0 5px; }
    .project__carousel .slick-slide img {
      cursor: pointer; }
    .project__carousel .slick-slide:focus {
      outline: none; }

.project__carousel__video {
  position: relative; }
  .project__carousel__video::after {
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    content: '';
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 30px;
    background: url(../img/play.svg) no-repeat 10px center; }

/* --- Sidebar --- */
.project__aside {
  position: relative;
  z-index: 2; }
  @media (max-width: 991px) {
    .project__aside {
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .project__aside {
      width: 35%;
      padding-left: 40px; } }

.project__cat {
  font-size: 2.5rem;
  display: block;
  padding: 15px 15px 15px 40px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto Slab', Arial, sans-serif;
  line-height: 1.2;
  text-decoration: none;
  background: #dadada url(../img/back.png) no-repeat 8px center;
  color: #fff;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }
  @media (max-width: 992px) {
    .project__cat {
      font-size: 2.3rem; } }
  @media (max-width: 768px) {
    .project__cat {
      font-size: 2.1rem; } }
  @media (max-width: 576px) {
    .project__cat {
      font-size: 1.8rem; } }
  @media (max-width: 767px) {
    .project__cat {
      padding-left: 30px;
      background-size: 15px 22px; } }
  @media (min-width: 992px) {
    .project__cat {
      margin-left: -40px; } }
  .project__cat:hover {
    background: #ccc url(../img/back.png) no-repeat 10px center; }

.project__heading {
  position: relative;
  padding: 30px 60px 30px 0;
  background: rgba(255, 255, 255, 0.9); }
  @media (min-width: 992px) {
    .project__heading {
      margin-left: -170px;
      padding: 30px 60px 30px 30px; } }

.project__title {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto Slab', Arial, sans-serif; }
  @media (max-width: 992px) {
    .project__title {
      font-size: 2.3rem; } }
  @media (max-width: 768px) {
    .project__title {
      font-size: 2.1rem; } }
  @media (max-width: 576px) {
    .project__title {
      font-size: 1.9rem; } }

.project__subtitle {
  font-size: 1.9rem;
  display: block;
  margin-top: 0.3em;
  font-family: 'Roboto Slab', Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 992px) {
    .project__subtitle {
      font-size: 1.7rem; } }
  @media (max-width: 768px) {
    .project__subtitle {
      font-size: 1.5rem; } }
  @media (max-width: 576px) {
    .project__subtitle {
      font-size: 1.4rem; } }

.project__nav {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .project__nav a {
    display: block;
    width: 30px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer; }

.project__nav__prev {
  background: url(../img/prev-small.png) no-repeat center center; }

.project__nav__next {
  background: url(../img/next-small.png) no-repeat center center; }

.project__desc {
  font-size: 1.8rem;
  margin-bottom: 1em;
  padding: 15px 20px;
  text-transform: uppercase;
  font-family: 'Roboto Slab', Arial, sans-serif;
  line-height: 1.2;
  background: #2f3192;
  color: #fff; }
  @media (max-width: 992px) {
    .project__desc {
      font-size: 1.7rem; } }
  @media (max-width: 768px) {
    .project__desc {
      font-size: 1.5rem; } }
  @media (max-width: 576px) {
    .project__desc {
      font-size: 1.35rem; } }
  @media (min-width: 992px) {
    .project__desc {
      margin: 0 30px 1em -40px;
      padding: 15px 20px 15px 40px; } }

.project__keyfigures {
  margin-bottom: 1.5em;
  padding-right: 30px; }
  .project__keyfigures li::before {
    content: '- '; }

.project__content {
  padding-right: 30px;
  font-weight: 300; }

/*
    PAGE STANDARD
*/
.page-title {
  font-size: 3.2rem;
  margin-bottom: 2em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto Slab', sans-serif;
  color: #2e3092; }
  @media (max-width: 992px) {
    .page-title {
      font-size: 2.8rem; } }
  @media (max-width: 768px) {
    .page-title {
      font-size: 2.6rem; } }
  @media (max-width: 576px) {
    .page-title {
      font-size: 2.4rem; } }
  @media (max-width: 1199px) {
    .page-title {
      margin-top: 30px !important; } }
  @media (min-width: 1200px) {
    .page-title {
      padding-left: 30px; } }

.page__head {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .page__head {
      margin-bottom: 100px; } }

.page__head__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  @media (min-width: 992px) {
    .page__head__layout {
      min-height: 600px; } }
  @media (min-width: 1200px) {
    .page__head__layout {
      min-height: 730px; } }

.page__head__img {
  position: relative;
  width: 100%; }
  @media (max-width: 767px) {
    .page__head__img {
      margin-bottom: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page__head__img {
      width: 50%; } }
  @media (min-width: 992px) {
    .page__head__img {
      width: 65%; } }
  @media (min-width: 768px) {
    .page__head__img figure {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0; }
      .page__head__img figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }
  @media (min-width: 992px) {
    .page__head__img figure {
      right: -120px; } }

.page__head__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 2; }
  @media (min-width: 768px) and (max-width: 991px) {
    .page__head__intro {
      width: 50%;
      padding: 30px; } }
  @media (min-width: 992px) {
    .page__head__intro {
      width: 35%;
      margin-top: 160px;
      padding: 30px; } }
  .page__head__intro p {
    font-size: 2.4rem;
    font-weight: 700;
    font-style: italic;
    color: #313131; }
    @media (max-width: 1200px) {
      .page__head__intro p {
        font-size: 2.2rem; } }
    @media (max-width: 768px) {
      .page__head__intro p {
        font-size: 2rem; } }
    @media (max-width: 576px) {
      .page__head__intro p {
        font-size: 1.8rem; } }

/* --- Rangées --- */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px; }
  .row:last-child {
    margin-bottom: 0; }

.row__img {
  width: 100%; }
  @media (min-width: 768px) {
    .row__img {
      width: 65%; } }
  .row__img img {
    display: block; }
  .row--imgright .row__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

.row__text {
  width: 100%; }
  @media (max-width: 767px) {
    .row__text {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .row__text {
      width: 35%; }
      .row--imgleft .row__text {
        padding-left: 40px; }
      .row--imgright .row__text {
        padding-right: 40px; } }

/*
    CONTENT
    Styles pour les blocs de contenu modifiables en back-office
*/
.content {
  color: #313131; }
  .content p, .content ul {
    margin-bottom: 1.5em;
    line-height: 1.8; }
    .content p:last-child, .content ul:last-child {
      margin-bottom: 0; }
  .content ul li {
    position: relative;
    margin-left: 2rem;
    padding: 0;
    list-style: disc;
    list-style-position: outside; }
  .content iframe {
    display: block;
    margin: 0 auto 2rem; }
  .content h2 {
    font-size: 2.4rem;
    margin: 1em 0 0.8em;
    font-weight: 700;
    line-height: 1.2; }
    @media (max-width: 992px) {
      .content h2 {
        font-size: 2.2rem; } }
    @media (max-width: 768px) {
      .content h2 {
        font-size: 2rem; } }
    @media (max-width: 576px) {
      .content h2 {
        font-size: 1.8rem; } }
    .content h2:first-child {
      margin-top: 0; }
  .content h3 {
    margin: 1em 0;
    font-weight: 700;
    font-size: 1.9rem; }
  .content a {
    color: #313131; }
  .content .alignleft {
    margin: 0 20px 20px 0;
    float: left; }
  .content .alignright {
    margin: 0 0 20px 20px;
    float: right; }
  .content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .content .wp-caption {
    max-width: 100%;
    margin-bottom: 20px; }
  .content .wp-caption .wp-caption-text, .content .gallery-caption, .content .entry-caption {
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #888;
    text-align: center; }
  .content .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
    .content .gallery img {
      display: block;
      width: 100%; }
    .content .gallery .gallery-item {
      padding: 0 10px 20px; }
    .content .gallery.gallery-columns-2 .gallery-item {
      width: calc(100% / 2); }
    .content .gallery.gallery-columns-3 .gallery-item {
      width: calc(100% / 3); }
    .content .gallery.gallery-columns-4 .gallery-item {
      width: calc(100% / 4); }
      @media (max-width: 575px) {
        .content .gallery.gallery-columns-4 .gallery-item {
          width: calc(100% / 2); } }
    .content .gallery.gallery-columns-5 .gallery-item {
      width: calc(100% / 5); }
      @media (max-width: 575px) {
        .content .gallery.gallery-columns-5 .gallery-item {
          width: calc(100% / 2); } }
    .content .gallery.gallery-columns-6 .gallery-item {
      width: calc(100% / 6); }
      @media (max-width: 575px) {
        .content .gallery.gallery-columns-6 .gallery-item {
          width: calc(100% / 3); } }
      @media (min-width: 576px) and (max-width: 767px) {
        .content .gallery.gallery-columns-6 .gallery-item {
          width: calc(100% / 4); } }
    .content .gallery.gallery-columns-7 .gallery-item {
      width: calc(100% / 7); }
      @media (max-width: 575px) {
        .content .gallery.gallery-columns-7 .gallery-item {
          width: calc(100% / 2); } }
      @media (min-width: 576px) and (max-width: 767px) {
        .content .gallery.gallery-columns-7 .gallery-item {
          width: calc(100% / 4); } }
    .content .gallery.gallery-columns-8 .gallery-item {
      width: calc(100% / 8); }
      @media (max-width: 575px) {
        .content .gallery.gallery-columns-8 .gallery-item {
          width: calc(100% / 2); } }
      @media (min-width: 576px) and (max-width: 767px) {
        .content .gallery.gallery-columns-8 .gallery-item {
          width: calc(100% / 4); } }

/*
    FORMULAIRES
*/
.ginput_container_consent input {
  position: relative;
  top: -2px; }

.gfield_consent_label {
  padding-left: 7px; }

.gform_button {
  padding: 0.8em 1.5em;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'Roboto',Arial, sans-serif;
  font-weight: 700;
  background: #2e3192;
  color: #fff;
  border: 0;
  cursor: pointer; }

/*
    PAGINATION
    Styles for WP-PageNavi plugin
*/
.wp-pagenavi {
  text-align: center;
  color: #5d5f6b; }
  .wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    text-decoration: none;
    background: #f3f3f4;
    margin-right: 5px;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    color: #5d5f6b; }
  .wp-pagenavi a:last-child, .wp-pagenavi span:last-child {
    margin-right: 0; }
  .wp-pagenavi a:hover, .wp-pagenavi a:focus {
    background: #5d5f6b;
    color: #fff; }
  .wp-pagenavi span.current {
    background: #06a0aa;
    color: #fff; }
  .wp-pagenavi .pages {
    background: #fff;
    margin-right: 10px; }
