@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,700");
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:500i,600i");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a.nice-select.open,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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 */
  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;
}*/
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

/**
 * 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

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

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}

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

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-bottom: solid 1px #414141;
  box-sizing: border-box;
  clear: both;
  color: #9d9d9d;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: normal;
  height: 48px;
  line-height: 46px;
  outline: none;
  padding-left: 10px;
  padding-right: 22px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  /*&:hover {
    border-color: darken($gray_light, 5%);
  }*/
}
.nice-select .current {
  color: #414141;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #a68d5b;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-24px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  color: #9d9d9d;
  font-weight: 400;
  line-height: 46px;
  list-style: none;
  min-height: 46px;
  outline: none;
  padding-left: 10px;
  padding-right: 21px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
  color: #414141;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

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

/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-or,
.iradio_square-or {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 13px 0;
  width: 22px;
  height: 22px;
  background: url("../img/or.png") no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-or {
  background-position: 0 0;
}

.icheckbox_square-or.hover {
  background-position: -24px 0;
}

.icheckbox_square-or.checked {
  background-position: -48px 0;
}

.icheckbox_square-or.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-or.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-or {
  background-position: -120px 0;
}

.iradio_square-or.hover {
  background-position: -144px 0;
}

.iradio_square-or.checked {
  background-position: -168px 0;
}

.iradio_square-or.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-or.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-or,
  .iradio_square-or {
    background-image: url("../img/or@2x.png");
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot#iefix") format("embedded-opentype"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: #414141;
  background-color: #FFFFFF;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media all and (-ms-high-contrast: none) {
  body {
    display: block;
  }
}
body p {
  line-height: 30px;
}
body.parallax-images-loaded .cover {
  background-color: transparent;
}
body .cover {
  background-size: cover;
  background-position: center center;
  background-color: #283038;
  transition: background 0.3s;
}
body.overflow {
  overflow: hidden;
}

h1 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: -2px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1000px) {
  h1 {
    font-size: 60px;
  }
}
h1.small {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: #414141;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1150px;
}
@media screen and (min-width: 768px) {
  h1.small {
    font-size: 28px;
  }
}
@media screen and (min-width: 1000px) {
  h1.small {
    font-size: 38px;
  }
}
h1.small .subtitle {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  color: #a68d5b;
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
  display: block;
}

h2 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: #414141;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1000px) {
  h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
h2 .subtitle {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  color: #a68d5b;
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
  display: block;
}

h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 28px;
  color: #a68d5b;
  margin: 25px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1000px) {
  h3 {
    font-size: 36px;
  }
}

h4 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: #414141;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1000px) {
  h4 {
    font-size: 38px;
  }
}

h5 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1000px) {
  h5 {
    font-size: 40px;
  }
}

h6 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  color: #a68d5b;
  margin: 0;
}

.date {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  color: #a68d5b;
  margin: 7px;
}

.logo {
  width: 65%;
  max-width: 225px;
  transition: opacity 0.3s ease;
}
.logo a.logo-dark {
  display: inline-block;
}
body.dark-gradient .logo a.logo-dark {
  display: none;
}
.logo a.logo-white {
  display: none;
}
body.dark-gradient .logo a.logo-white {
  display: block;
}
.logo img {
  width: 100%;
  max-width: 120px;
  margin: 20px;
}
@media screen and (min-width: 768px) {
  .logo img {
    max-width: 150px;
    margin: 40px;
  }
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
header .logo:hover {
  opacity: 0.7;
}

a.glossary {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none !important;
  border-bottom: 1px dashed;
  color: inherit;
}
a.glossary:hover {
  color: #a68d5b;
}

#burger {
  position: fixed;
}

.full-height {
  background-size: cover;
}

.card {
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: transform 0.2s linear;
}

main {
  text-align: center;
  background-image: url("../img/top_gradient.png");
  background-image: url("../img/top_gradient.png"), url("../img/bottom_gradient.png");
  background-repeat: no-repeat;
  background-repeat: no-repeat, no-repeat;
  background-position: center top;
  background-position: center top, center bottom;
  flex: 1;
}
body:not(.project-page):not(.index):not(.recruitment) main {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  body:not(.project-page):not(.index):not(.recruitment) main {
    padding-bottom: 65px;
  }
}
body.dark-gradient main {
  background-image: url("../img/top_gradient.png"), url("../img/top_gradient.png"), url("../img/bottom_gradient.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center top, center top, center bottom;
}
body.team-page main {
  overflow: hidden;
}

section.bottom-content {
  text-align: center;
}

ol li {
  list-style: inherit;
  text-align: left;
  margin: 15px 0;
  line-height: 25px;
}

form textarea:focus, form select:focus, form input:focus {
  outline: none;
  border-color: #a68d5b;
  color: #a68d5b;
}
form input, form select, form textarea {
  padding: 10px;
  margin: 10px 0;
  background-color: white;
  border: 0;
  border-bottom: 1px solid #414141;
  width: 100%;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 28px;
  color: #414141;
}
form input::placeholder, form select::placeholder, form textarea::placeholder {
  color: #9d9d9d;
}
form input:-webkit-autofill, form select:-webkit-autofill, form textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
form input:disabled {
  opacity: 0.1;
}
form textarea {
  resize: none;
}
form select option:first-child {
  color: #f00;
}
form label {
  font-family: "Cormorant Garamond", serif;
  color: #9d9d9d;
  font-size: 24px;
  user-select: none;
}
form button:focus {
  outline: none;
}
form input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  border: 0;
  background-color: #283038;
  border-bottom: 0 !important;
  max-width: 275px;
}
form input[type=range]:focus {
  outline: none;
}
form input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #FFFFFF;
  border-radius: 0px;
  border: 0;
}
form input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 10px #000000;
  border: 0px solid #FF0000;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -19.5px;
  background-image: url("../img/picto_fleche_budget.png");
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
form input[type=range]:focus::-webkit-slider-runnable-track {
  background: #FFFFFF;
}
form input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #FFFFFF;
  border-radius: 0px;
  border: 0px solid #000000;
}
form input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 10px #000000;
  border: 0px solid #FF0000;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #FFFFFF;
  cursor: pointer;
  background-image: url("../img/picto_fleche_budget.png");
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
form input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
form input[type=range]::-ms-fill-lower {
  background: #FFFFFF;
  border: 0px solid #000000;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}
form input[type=range]::-ms-fill-upper {
  background: #FFFFFF;
  border: 0px solid #000000;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}
form input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 10px #000000;
  border: 0px solid #FF0000;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #FFFFFF;
  cursor: pointer;
  background-image: url("../img/picto_fleche_budget.png");
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
form input[type=range]:focus::-ms-fill-lower {
  background: #FFFFFF;
}
form input[type=range]:focus::-ms-fill-upper {
  background: #FFFFFF;
}

blockquote {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-style: italic;
  color: #414141;
  margin: 25px 10px;
  text-align: left;
  position: relative;
}
blockquote p {
  line-height: 30px;
}
blockquote:before {
  content: '“';
  font-size: 100px;
  position: absolute;
  top: -50px;
  left: -50px;
  color: #a68d5b;
  width: 40px;
}
blockquote:after {
  content: '”';
  font-size: 100px;
  position: absolute;
  bottom: -80px;
  right: -30px;
  color: #a68d5b;
  width: 40px;
}
@media screen and (min-width: 768px) {
  blockquote {
    font-size: 36px;
    margin: 25px 45px;
  }
  blockquote p {
    line-height: 40px;
  }
}

@media screen and (min-width: 1000px) {
  .row {
    *zoom: 1;
  }
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .row > div {
    padding: 10px;
    float: left;
  }
  .row .width-25 {
    width: 25%;
  }
  .row .width-33 {
    width: 33%;
  }
  .row .width-50 {
    width: 50%;
  }
  .row .width-66 {
    width: 66%;
  }
  .row .width-75 {
    width: 75%;
  }
  .row .width-100 {
    width: 100%;
  }
}

#loading {
  background-color: #283038;
  height: 100%;
  width: 100%;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 100;
}
html.no-js #loading {
  display: none;
}
#loading .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: rotate-all 1s linear infinite;
  animation: rotate-all 1s linear infinite;
  animation-direction: reverse;
}
#loading .spinner .right-side, #loading .spinner .left-side {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
#loading .spinner .left-side {
  left: 0;
}
#loading .spinner .left-side .bar {
  border-right: none;
  transform: rotate(10deg);
  transform-origin: right center;
  animation: rotate-left .75s linear infinite alternate;
}
#loading .spinner .left-side .bar:after {
  bottom: -5px;
  right: -2.5px;
}
#loading .spinner .right-side {
  right: 0;
}
#loading .spinner .right-side .bar {
  border-radius: 0 200px 200px 0;
  border-left: none;
  transform: rotate(-10deg);
  transform-origin: left center;
  animation: rotate-right .75s linear infinite alternate;
}
#loading .spinner .right-side .bar:after {
  bottom: -5px;
  left: -2.5px;
}
#loading .spinner .bar {
  width: 100%;
  height: 100%;
  border-radius: 200px 0 0 200px;
  border: 5px solid #a68d5b;
  position: relative;
}
#loading .spinner .bar:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: #a68d5b;
  position: absolute;
  border-radius: 5px;
}
@keyframes rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@keyframes rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@keyframes rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
#menu {
  background-color: #FFFFFF;
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 90px 0 65px;
  position: fixed;
  top: 0;
  z-index: 20;
  display: none;
}
#menu .top, #menu .bottom {
  height: 35px;
  position: absolute;
  margin: 20px 20px 10px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #menu .top, #menu .bottom {
    margin: 40px 40px 15px;
  }
}
#menu .top {
  text-align: center;
  top: 0;
}
#menu .top ul li {
  display: inline-block;
}
#menu .top i {
  margin: 15px 8px;
  font-size: 18px;
}
#menu .top a {
  transition: 0.3s ease;
}
#menu .top a:hover {
  color: #a68d5b;
}
#menu .top img {
  position: absolute;
  height: 39px;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  #menu .top img {
    height: 48px;
  }
}
#menu .bottom {
  position: absolute;
  bottom: 0;
  text-align: center;
  height: auto;
}
#menu .bottom a {
  padding: 10px;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  transition: 0.3s ease;
}
#menu .bottom a:hover {
  color: #a68d5b;
}
#menu .left, #menu .right {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  padding: 10px;
}
@media screen and (min-width: 1000px) {
  #menu .left, #menu .right {
    display: inline-block;
    width: 50%;
    padding: 90px 50px 15px;
  }
}
#menu .left {
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 1000px) {
  #menu .left {
    text-align: right;
    padding: 7px 50px;
  }
}
#menu .left a {
  display: inline-block;
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 24px;
  padding: 4px 0;
}
@media screen and (min-width: 1000px) {
  #menu .left a {
    font-size: 50px;
    font-family: "Cormorant Garamond", serif;
    transition: all 0.3s ease;
    text-transform: none;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 5px;
  }
  #menu .left a:hover {
    transform: translateX(5px);
  }
  #menu .left a:hover:before {
    background-color: #a68d5b;
    width: 110px;
    left: -50px;
  }
  #menu .left a:before {
    content: '';
    width: 0;
    height: 2px;
    background-color: transparent;
    position: absolute;
    top: 65%;
    left: -100px;
    z-index: -1;
    transition: all 0.3s ease;
  }
}
#menu .left p {
  margin: 0;
}
@media screen and (min-width: 1000px) {
  #menu .left p {
    margin: 22px 0;
  }
}
#menu .right {
  text-align: center;
  border-left: 1px solid #f4f4f4;
}
@media screen and (min-width: 1000px) {
  #menu .right {
    text-align: left;
  }
}
#menu .right p {
  margin: 0;
}
#menu .right p.inline-menus a {
  display: block;
}
@media screen and (min-width: 1200px) {
  #menu .right p.inline-menus a {
    margin-right: 30px;
    margin-top: 5px;
  }
}
#menu .right a {
  display: inline-block;
  color: #a68d5b;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 0;
  letter-spacing: 3px;
  position: relative;
  transition: 0.3s ease;
}
#menu .right a.small {
  font-size: 14px;
  padding: 0;
}
#menu .right a:hover {
  color: #414141;
  transform: translateX(5px);
}

#footer_form p.title {
  font-size: 18px;
  margin-top: 20px;
  color: #FFFFFF;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media screen and (min-width: 768px) {
  #footer_form p.title {
    font-size: 45px;
  }
}
@media screen and (min-width: 1000px) {
  #footer_form p.title {
    font-size: 60px;
  }
}
#footer_form p.title span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  color: #a68d5b;
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  #footer_form p.title {
    font-size: 30px;
  }
}
#footer_form .page-title {
  padding-top: 20px;
}
#footer_form .bloc-budget {
  display: none;
}
#footer_form .button-content {
  color: #FFFFFF;
}
#footer_form .button-content:after {
  background-image: url(../img/picto_fleche_left_blanc.png);
  transform: rotate(180deg);
}
#footer_form input, #footer_form select, #footer_form textarea {
  background-color: #283038;
  color: #FFFFFF;
  border-bottom: 1px solid #9a9a9a;
}
#footer_form textarea:focus, #footer_form select:focus, #footer_form input:focus {
  border-color: #a68d5b;
}
#footer_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #283038 inset !important;
  -webkit-text-fill-color: #FFFFFF;
}
#footer_form label {
  cursor: pointer;
}
#footer_form .container {
  position: relative;
  visibility: hidden;
  display: none;
  transition: all 1s ease;
}
#footer_form .container.visible {
  visibility: visible;
}
#footer_form .container .step {
  border: 3px solid #434c56;
  margin: 35px 0;
  padding: 40px 20px;
  max-width: 800px;
  display: inline-block;
  opacity: 0;
  transition: all 1s ease;
}
#footer_form .container .step.visible {
  opacity: 1;
}
#footer_form .container .step div.checkbox, #footer_form .container .step div.radio {
  display: inline-block;
  padding: 20px;
}
#footer_form .container .step div.checkbox input[type="checkbox"], #footer_form .container .step div.checkbox input[type="radio"], #footer_form .container .step div.radio input[type="checkbox"], #footer_form .container .step div.radio input[type="radio"] {
  width: auto;
}
@media screen and (min-width: 768px) {
  #footer_form .container .step {
    margin: 35px;
    padding: 40px;
  }
}
#footer_form .container .step-separator {
  width: 1px;
  height: 0;
  background-color: #a68d5b;
  position: absolute;
  top: -75px;
  left: 50%;
  z-index: 1;
  transition: all 0.6s ease;
}
#footer_form .container .step-separator.visible {
  height: 150px;
}
#footer_form .range_label {
  font-family: "Cormorant Garamond", serif;
  color: #9d9d9d;
  margin-top: 10px;
  font-size: 28px;
}
#footer_form .range_label strong {
  color: #FFFFFF;
}
#footer_form .top {
  width: calc(100% - 80px);
  height: 35px;
  position: relative;
  margin: 40px 40px 15px;
}
#footer_form .top img {
  position: absolute;
  height: 48px;
  left: 0;
  top: 0;
}
#footer_form .top #close_form {
  position: absolute;
  height: 48px;
  width: 48px;
  right: 0;
  top: 0;
}
#footer_form .form-msg {
  padding: 20px 0 0;
}
#footer_form .form-msg.show-on-success {
  color: #FFFFFF;
}
#footer_form .form-msg.show-on-error {
  color: #f52f2f;
}

.clear {
  clear: both;
  padding: 0 !important;
}

.content {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .content {
    padding: 50px;
  }
}
.content.padding {
  padding: 35px 10px;
}
@media screen and (min-width: 768px) {
  .content.padding {
    padding: 35px;
  }
}

.vertical-separator {
  height: 40px;
  width: 1px;
  background-color: transparent;
  display: block;
  margin: 30px auto 0;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .vertical-separator {
    height: 100px;
    background-color: #a68d5b;
  }
}

.video-container {
  width: 100%;
  padding-bottom: 56.3%;
  margin: 0 auto;
  position: relative;
}
.video-container.no-cursor {
  cursor: inherit !important;
}
.video-container:hover {
  cursor: pointer;
}
.video-container:hover .circle .circle2 {
  transform: scale(1.15);
}
.video-container a {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 11px);
  left: calc(50% - 7px);
}
.video-container .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  transform: scale(1.005);
}
.video-container .circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
}
.video-container .circle .circle2 {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: -15px;
  left: -15px;
  transition: transform 0.3s ease;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container .play-button img {
  height: 18px;
}

.video-content-bloc .video, .video-content-bloc .video-text {
  display: inline-block;
  vertical-align: top;
}
.video-content-bloc .video-text {
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .video-content-bloc .video-text {
    max-width: 500px;
  }
}
.video-content-bloc .video-text p {
  font-size: 14px;
  text-align: right;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .video-content-bloc .video-text p {
    margin: 0 75px;
  }
}

body.expertises .page-head h1 {
  margin: 0;
}

body.index main {
  background-image: none;
}
body.index .video {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1000px) {
  body.index .video {
    position: relative;
    top: -45px;
    left: -70px;
  }
}
body.index .index-block .main-title {
  width: 100%;
  padding: 0 40px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  body.index .index-block .main-title {
    padding: 70px;
  }
}
body.index .index-block .main-title div {
  margin: 0;
  text-align: center;
  font-size: 30px;
  line-height: normal;
}
body.index .index-block .main-title div .top {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 2px;
  color: #a68d5b;
}
@media screen and (min-width: 1000px) {
  body.index .index-block .main-title div .top {
    font-size: 45px;
  }
}
@media screen and (min-width: 1200px) {
  body.index .index-block .main-title div .top {
    font-size: 60px;
  }
}
body.index .index-block .main-title div .bottom {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #FFFFFF;
}
@media screen and (min-width: 1000px) {
  body.index .index-block .main-title div .bottom {
    font-size: 60px;
  }
}
@media screen and (min-width: 1200px) {
  body.index .index-block .main-title div .bottom {
    font-size: 80px;
  }
}
body.index .index-block .right {
  width: 100%;
}
body.index .index-block .right a {
  color: #FFFFFF;
  margin: 25px;
}
body.index .index-block .right a .barre-sm {
  top: 25%;
}
body.index .index-block .right a.button .button-content:after {
  background-image: url("../img/picto_fleche_left_blanc.png");
  transform: rotate(180deg);
}
body.index .info-block {
  width: 50%;
  margin-top: -90px;
  background-color: #FFFFFF;
  padding: 40px;
  text-align: left;
  min-width: 250px;
}
body.index .info-block .vision-title, body.index .info-block .valeurs.title {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  color: #a68d5b;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 17px;
  margin: 8px 0;
}
body.index .info-block .vision-title.valeurs.title, body.index .info-block .valeurs.title.valeurs.title {
  color: #c3c3c3;
}
body.index .info-block p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: #414141;
  font-size: 28px;
  line-height: 35px;
  margin: 10px 0;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  body.index .info-block p {
    font-size: 48px;
    line-height: 48px;
  }
}
body.index .info-block p.valeurs {
  color: #a68d5b;
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  body.index .info-block p.valeurs {
    font-size: 35px;
  }
}
body.index .info-block .separator {
  width: 100px;
  height: 2px;
  border: 0;
  background-color: #a68d5b;
  text-align: left;
  margin: 26px -50px;
}
@media screen and (min-width: 1000px) {
  body.index .info-block {
    padding: 40px 100px 40px 40px;
  }
}
@media screen and (min-width: 1500px) {
  body.index .info-block {
    padding: 50px 200px 50px 15%;
  }
}
body.index .info-block, body.index .video {
  display: inline-block;
  vertical-align: top;
  width: 90%;
}
@media screen and (min-width: 1000px) {
  body.index .info-block, body.index .video {
    width: 50%;
  }
}
body.index .info-block {
  width: 90%;
}
@media screen and (min-width: 1000px) {
  body.index .info-block {
    width: 65%;
  }
}
body.index .video {
  width: 90%;
  margin-bottom: 50px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1000px) {
  body.index .video {
    width: 35%;
  }
}
body.index .show-projects {
  position: relative;
  right: 0;
  padding: 40px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body.index .show-projects {
    position: absolute;
    padding: 15px 50px 15px 15px;
    text-align: right;
    bottom: 15px;
  }
}
body.index .show-projects a {
  color: #FFFFFF;
  font-size: 25px;
}
body.index .show-projects .label, body.index .show-projects .circle1 {
  display: inline-flex;
  vertical-align: middle;
}
body.index .show-projects .circle1 {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin-left: 25px;
  align-items: center;
  justify-content: center;
  position: relative;
}
body.index .show-projects .circle2 {
  display: block;
  border-radius: 50%;
  position: absolute;
  animation: projectsFade 2s infinite;
}
body.index .show-projects .link:hover a {
  color: #a68d5b;
}
body.index .show-projects .link:hover .arrow {
  width: 45px;
  right: 16px;
}
body.index .show-projects .arrow {
  height: 1px;
  width: 70px;
  position: absolute;
  background-color: #a68d5b;
  right: 25px;
  transition: width 0.2s ease-in-out, right 0.2s ease;
}
body.index .show-projects .arrow:before, body.index .show-projects .arrow:after {
  content: '';
  position: absolute;
  top: 1px;
  right: -13px;
  width: 12px;
  height: 1px;
  background: #a68d5b;
  transform-origin: 0 0;
}
body.index .show-projects .arrow:before {
  transform: rotate(-145deg);
}
body.index .show-projects .arrow:after {
  transform: rotate(145deg);
  width: 11px;
}
body.index .realisations-bloc {
  margin-top: 50px;
}

@keyframes projectsFade {
  0% {
    background-color: rgba(255, 255, 255, 0);
    height: 100%;
    width: 100%;
  }
  33% {
    background-color: rgba(255, 255, 255, 0.2);
    height: 150%;
    width: 150%;
  }
  66% {
    background-color: rgba(255, 255, 255, 0.2);
    height: 150%;
    width: 150%;
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
    width: 200%;
    height: 200%;
  }
}
.video {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .video {
    width: 620px;
  }
}

body.contact-page .phone-number {
  margin: 30px 10px;
  padding: 30px 10px;
  position: relative;
}
body.contact-page .phone-number i {
  font-size: 90px;
  color: #f4f4f4;
  position: absolute;
  top: 6px;
  left: calc(50% - 20px);
  z-index: -1;
}
body.contact-page .phone-number p, body.contact-page .phone-number a {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 48px;
  color: #c7c7c7;
}
body.contact-page .phone-number p span, body.contact-page .phone-number a span {
  color: #414141;
  font-size: 48px;
}
body.contact-page #trigger-contact {
  margin: 20px auto 70px;
}
body.contact-page .addresses .address {
  display: inline-block;
  padding: 12px;
  background-color: #283038;
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 28px;
  max-width: 350px;
  width: 90%;
  z-index: 1;
  margin: 10px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  body.contact-page .addresses .address:first-child {
    margin-right: 100px;
  }
}
body.contact-page .addresses .address i {
  font-size: 47px;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 20%;
  left: 44%;
}
body.contact-page .addresses .address p {
  margin: 20px 5px;
}
body.contact-page .addresses .address p:first-of-type {
  color: #a68d5b;
}
body.contact-page #map {
  width: 100%;
  height: 550px;
  margin: -100px auto 0;
}
body.contact-page .form {
  width: 85%;
  max-width: 650px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 30px;
  background-color: #FFFFFF;
  margin-top: -100px;
  position: relative;
  text-align: left;
}
body.contact-page .form button {
  display: block;
  margin-top: 30px;
}

.form-msg {
  padding: 40px 0 0;
  font-size: 14px;
  text-align: center;
}

.show-on-success {
  display: none;
  color: #9d9d9d;
}

.show-on-error {
  display: none;
  color: #bf0000;
}

body.project-page .full-height {
  padding: 100px 20px 200px;
}
@media screen and (min-width: 768px) {
  body.project-page .full-height {
    padding: 115px 20px 250px;
  }
}
@media screen and (max-height: 550px) {
  body.project-page .page-head-cta {
    display: none;
  }
}
body.project-page .page-head-cta {
  position: absolute;
  bottom: 140px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1000px) {
  body.project-page .page-head-cta {
    bottom: 240px;
  }
}
body.project-page .page-head-cta .line {
  height: 140px;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1000px) {
  body.project-page .page-head-cta .line {
    height: 240px;
  }
}
body.project-page .page-head-cta .line .transparent {
  background-color: transparent;
}
body.project-page .page-head-cta.no-image {
  bottom: 50px;
}
body.project-page .page-head-cta.no-image .line {
  height: 40px;
}

body.blog .page-title .blog-date {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-style: italic;
  margin-bottom: 10px;
  color: #a68d5b;
}
body.blog .page-title .subtitle.detail {
  font-family: "Ubuntu", sans-serif;
  margin-top: 10px;
  color: #414141;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  text-transform: none;
}
body.blog .content blockquote, body.blog .content em {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  margin: 0;
}
body.blog .content blockquote:before, body.blog .content blockquote:after, body.blog .content em:before, body.blog .content em:after {
  content: none;
}
body.blog .content blockquote p:before, body.blog .content em p:before {
  content: '«';
}
body.blog .content blockquote p:after, body.blog .content em p:after {
  content: '»';
}
body.blog .content blockquote p:before, body.blog .content blockquote p:after, body.blog .content em p:before, body.blog .content em p:after {
  font-size: inherit;
  position: static;
  color: inherit;
  margin: 5px;
}
body.blog .content h2 {
  margin: 45px 0 0;
  line-height: 40px;
}
body.blog .content h3 {
  font-size: 30px;
  margin: 40px 20px 0;
}
body.blog .content h4 {
  font-size: 18px;
  letter-spacing: normal;
  margin-top: 35px;
}
body.blog .content ul {
  margin-top: 20px;
  padding-left: 40px;
}
body.blog .content ul li {
  list-style-type: disc;
}
body.blog .content p {
  margin: 14px 0;
}
body.blog .content a {
  font-family: "Ubuntu", sans-serif;
  text-decoration: underline;
  font-style: normal;
  font-size: 18px;
}
body.blog .articles {
  margin-top: -70px;
}

.article {
  margin: 50px 10px;
}
.article .article-content {
  order: 1;
  z-index: 1;
}
.article .article-content h2 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: #414141;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .article .article-content h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1000px) {
  .article .article-content h2 {
    font-size: 38px;
  }
}
.article .article-content p {
  margin: 18px 5px;
}
.article .article-content a {
  margin-left: 0;
}
@media screen and (min-width: 1000px) {
  .article .article-content {
    max-width: 465px;
  }
}
.article .article-image {
  order: 2;
  position: relative;
}
.article .article-content, .article .article-image {
  margin: 10px;
}
@media screen and (min-width: 1000px) {
  .article .article-content, .article .article-image {
    margin: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .article {
    margin: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .article .no-image {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    border: 3px solid #f4f4f4;
    z-index: 0;
  }
  .article .article-image {
    width: 465px;
    height: 370px;
  }
  .article:nth-child(2n) .article-image {
    order: 0;
  }
  .article:nth-child(2n) .article-image .no-image {
    left: 60%;
  }
  .article:nth-child(2n) .article-content {
    text-align: left;
  }
  .article:nth-child(2n+1) .article-image .no-image {
    right: 60%;
  }
  .article:nth-child(2n+1) .article-content {
    text-align: right;
  }
  .article:nth-child(2n+1) .article-content a.button {
    padding: 8px 24px 8px 40px;
  }
  .article:nth-child(2n+1) .button:hover .button-content {
    margin-right: 18px;
  }
}
.article img {
  max-width: 100%;
  transition: all 0.3s ease;
}
.article img:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.article a.button {
  margin: 0;
}

.index-article {
  background-color: #f4f4f4;
  text-align: left;
  padding: 25px;
  margin: 10px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .index-article {
    width: calc(50% - 20px);
    padding: 50px;
  }
}
.index-article .article-content h2 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  color: #414141;
  text-transform: uppercase;
  margin: 0;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .index-article .article-content h2 {
    font-size: 25px;
    letter-spacing: 3px;
  }
}
.index-article .article-content p {
  margin: 18px 5px;
}
.index-article .article-content a {
  margin-left: 0;
}
.index-article .article-content a:hover h2 {
  color: #a68d5b;
}

.blog-content {
  padding: 0 20px;
  margin: 0 auto;
  margin-top: -50px;
}
.blog-content img {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.blog-content .author {
  text-align: right;
  max-width: 1200px;
  margin: 25px auto;
}
.blog-content .chapeau {
  text-align: left;
  font-size: 28px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  padding: 25px 0;
  position: relative;
  max-width: 785px;
  margin: 0 auto;
}
.blog-content .chapeau p {
  line-height: 40px;
}
@media screen and (min-width: 1000px) {
  .blog-content .chapeau p {
    width: 60%;
    position: relative;
    z-index: 0;
  }
}
@media screen and (min-width: 768px) {
  .blog-content .chapeau:before {
    content: '';
    display: block;
    height: 110%;
    width: 300px;
    position: absolute;
    left: -150px;
    top: -10%;
    border: 3px solid #f4f4f4;
  }
}
.blog-content .content {
  text-align: left;
  max-width: 785px;
}
.blog-content .content h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 28px;
  color: #a68d5b;
  text-transform: none;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .blog-content .content h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1000px) {
  .blog-content .content h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1000px) {
  .blog-content .content {
    padding: 30px 80px;
  }
}

.recruitment-container {
  margin: 0 20px;
}
.recruitment-container .recruitment-free .nice-select {
  width: 260px;
  display: inline-block;
  float: none;
  padding: 0;
  font-size: 28px;
  /* height: 40px; */
  margin-left: 5px;
}

.ads {
  max-width: 1100px;
  margin: -35px auto 50px;
}
.ads .ad {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 20px;
  border: 3px solid #f4f4f4;
  text-align: center;
  clear: both;
}
.ads .ad .type {
  font-family: "Cormorant Garamond", serif;
  color: #a68d5b;
  font-size: 24px;
  font-style: italic;
}
.ads .ad .button {
  margin: 10px 0;
}
@media screen and (min-width: 1000px) {
  .ads .ad .button {
    margin: 10px 0 35px 70px;
  }
}
.ads .ad h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .ads .ad h2 {
    margin: 0;
    font-size: 36px;
    line-height: 38px;
  }
}
.ads .ad a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .ads .ad {
    padding: 50px 20px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .ads .ad {
    padding: 75px 100px 10px;
    text-align: left;
  }
  .ads .ad:nth-child(2n) {
    float: left;
  }
  .ads .ad:nth-child(2n+1) {
    float: right;
  }
}

.spontaneous {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
}
.spontaneous h4 {
  margin-top: 20px;
}

/*.recrutment-form{
    opacity: 0;
}*/
.recruitment-detail-container {
  max-width: 1100px;
  margin: -20px auto 0;
  padding: 20px;
  text-align: left;
  position: relative;
}
.recruitment-detail-container .recruitment-detail-main {
  border: 3px solid #f4f4f4;
  padding: 20px;
  margin-top: -20px;
}
.recruitment-detail-container .recruitment-detail-main ul {
  padding: 0 0 0 30px;
}
.recruitment-detail-container .recruitment-detail-main ul li {
  list-style-type: disc;
  margin: 10px 0;
  line-height: 30px;
}
@media screen and (min-width: 1200px) {
  .recruitment-detail-container .recruitment-detail-main {
    width: 900px;
    padding: 75px 100px 10px;
  }
}
.recruitment-detail-container .recruitment-detail-more {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  max-width: 350px;
  margin: 50px auto 20px;
  padding: 30px 40px;
  background-color: #FFFFFF;
}
.recruitment-detail-container .recruitment-detail-more p {
  margin: 8px 0;
}
.recruitment-detail-container .recruitment-detail-more h3 {
  color: #414141;
  margin: 0;
}
.recruitment-detail-container .recruitment-detail-more h3:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .recruitment-detail-container .recruitment-detail-more {
    width: 300px;
    position: absolute;
    right: -60px;
    top: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .recruitment-detail-container .button-container {
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .recruitment-detail-container a.button {
    margin: 20px 0 20px 70px;
  }
}

.recruitment-form {
  max-width: 780px;
  margin: 50px auto 0;
  border: 3px solid #f4f4f4;
  padding: 25px 50px;
}
.recruitment-form input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.recruitment-form .row-file {
  text-align: left;
  margin: 10px;
  border-bottom: 2px dashed #e7e7e7;
  max-width: 690px;
}
.recruitment-form .row-file label {
  font-size: 28px;
  cursor: pointer;
  margin-bottom: 10px;
}

.background-gradient {
  height: 100%;
  width: 100%;
  position: absolute;
}
.background-gradient.bg-bottom {
  background: linear-gradient(to bottom, rgba(15, 24, 33, 0) 50%, rgba(15, 24, 33, 0) 50%, #0f1821 100%);
}
.background-gradient.bg-top {
  background: linear-gradient(to top, rgba(15, 24, 33, 0) 50%, rgba(15, 24, 33, 0) 50%, #0f1821 95%);
}

.members-bloc {
  margin: -70px auto 50px;
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .members-bloc .two-members {
    padding: 50px;
  }
  .members-bloc .two-members:nth-child(2n) {
    margin-left: -50px;
  }
  .members-bloc .two-members:nth-child(2n+1) {
    margin-left: 50px;
  }
  .members-bloc .two-members .member {
    display: inline-block;
    position: relative;
    margin: 10px 170px 10px 0;
  }
  .members-bloc .two-members .member:nth-child(2n) {
    top: 130px;
  }
}
@media screen and (min-width: 768px) {
  .members-bloc .two-members .member {
    position: relative;
  }
  .members-bloc .two-members .member:nth-child(2n) {
    top: 90px;
  }
}
@media screen and (min-width: 768px) {
  .members-bloc .two-members.join .join-us {
    transform: translateX(-200px);
  }
}
.members-bloc .member {
  display: inline-block;
  margin: 25px;
  max-width: 345px;
        /*@media screen and (min-width: $s-mobile) {

            width: 45%;
        }*/
}
.members-bloc .member-info {
  text-align: center;
}
.members-bloc .member-info h3 {
  font-size: 48px;
  color: #a68d5b;
  margin: 0;
  transition: all 1s ease;
}
.members-bloc .member-info p {
  margin: 0;
  transition: all 1s ease;
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .members-bloc .member-info p {
    opacity: 0;
  }
}
.members-bloc .member-photo {
  position: relative;
  margin: 0 auto;
}
.members-bloc .member-photo .img-normal {
  position: relative;
  z-index: 1;
}
.members-bloc .member-photo .img-cinemagraph {
  position: absolute;
  top: 0;
  left: 0;
}
.members-bloc .member-photo img {
  width: 100%;
  transition: all 0.3s ease;
  max-width: 345px;
}
.members-bloc .member.cinemagraph.hover .img-normal {
  opacity: 0;
}
.members-bloc .member.cinemagraph.hover .img-cinemagraph {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.members-bloc .member.cinemagraph.hover .member-info h3 {
  transform: translateX(0);
}
.members-bloc .member.cinemagraph.hover .member-info p {
  opacity: 1;
  transform: translateX(0);
}
.members-bloc .member.join-us {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 60px 25px;
}
@media screen and (min-width: 768px) {
  .members-bloc .member.join-us {
    min-width: 345px;
    min-height: 345px;
  }
}
.members-bloc .member.join-us h3 {
  margin: 10px;
}
@media screen and (min-width: 1200px) {
  .members-bloc .img-normal {
    opacity: 1;
  }
  .members-bloc .member-info {
    position: absolute;
    bottom: 13px;
    left: calc(100% + 20px);
    z-index: 5;
    width: 50%;
    text-align: left;
  }
  .members-bloc .member-info h3 {
    transform: translateX(-50px);
  }
  .members-bloc .member-info p {
    transform: translateX(-25px);
  }
  .members-bloc:before {
    content: '';
    width: 450px;
    height: 100%;
    position: absolute;
    left: calc(50% - 225px);
    border: 4px solid #f4f4f4;
    box-sizing: border-box;
    z-index: -1;
  }
}

.home-methods {
  padding: 50px 10px 150px 10px;
}
@media screen and (min-width: 768px) {
  .home-methods {
    padding: 200px 10px 300px 10px;
  }
}
.home-methods .left, .home-methods .right {
  display: inline-block;
  max-width: 425px;
  vertical-align: middle;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-methods .left, .home-methods .right {
    width: 50%;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .home-methods .right {
    padding-left: 50px;
  }
}
.home-methods h1, .home-methods h2 {
  color: #FFFFFF;
  font-size: 35px;
}
.home-methods h1 {
  letter-spacing: normal;
  padding: 0;
  line-height: 50px;
}
.home-methods h2 {
  color: #a68d5b;
  font-family: "Cormorant Garamond", serif;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
  line-height: 50px;
  font-style: italic;
  font-weight: 500;
}
.home-methods .method {
  transition: transform 0.3s ease;
}
.home-methods .method:hover {
  transform: translateX(15px);
}
.home-methods .method a {
  font-size: 35px;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .home-methods .method a {
    font-size: 45px;
  }
}
.home-methods .method a:hover span.label {
  color: #a68d5b;
}
.home-methods .method .number {
  color: #a68d5b;
}
.home-methods .method .label {
  transition: color 0.3s ease;
  color: #FFFFFF;
}

.page-head {
  width: 100%;
  padding: 130px 30px 0;
  text-align: center;
}
.page-head h1 {
  color: #FFFFFF;
}

.expertises .page-head-cta {
  padding-bottom: 100px;
}

.page-head-cta {
  width: 300px;
  margin: 0 auto;
  max-width: 100%;
}
.page-head-cta a {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  color: #FFFFFF;
  margin: 0;
}
.page-head-cta img {
  position: relative;
  transition: all 0.3s ease;
}
.page-head-cta .line {
  height: 50px;
  width: 1px;
  background-color: #a68d5b;
  margin: 10px auto 0 auto;
  transition: width 0.3s ease, left 0.3s ease;
}
.page-head-cta .line.transparent {
  background-color: transparent;
}
.page-head-cta:hover a {
  color: #a68d5b;
}
.page-head-cta.rotated {
  position: relative;
  z-index: 1;
  transform-origin: 0 0;
  padding: 50px;
  transition: all 0.3s ease;
  display: none;
}
@media screen and (min-width: 768px) {
  .page-head-cta.rotated {
    position: absolute;
    top: 79%;
    padding: 50px 0 0 35px;
  }
}
@media screen and (min-width: 1000px) {
  .page-head-cta.rotated {
    transform: rotate(-90deg);
    top: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .page-head-cta.rotated {
    display: block;
  }
}
.page-head-cta.rotated:hover {
  top: 97%;
}
.page-head-cta.rotated:hover a .line {
  width: 25px;
  left: 20px;
}
.page-head-cta.rotated:hover a .line:before {
  transform: rotate(-40deg);
}
.page-head-cta.rotated:hover a .line:after {
  transform: rotate(40deg);
}
.page-head-cta.rotated a .line {
  content: '';
  height: 1px;
  width: 70px;
  background-color: #a68d5b;
  position: absolute;
  bottom: 13px;
  left: -35px;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 768px) {
  .page-head-cta.rotated a .line {
    display: block;
  }
}
.page-head-cta.rotated a .line:before, .page-head-cta.rotated a .line:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 1px;
  background: #a68d5b;
  transform-origin: 0 0;
  transition: transform 0.3s ease;
}

.page-title {
  padding-top: 130px;
}

.sorting-list {
  margin: 50px;
}
.sorting-list ul li {
  display: inline-block;
  padding: 15px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #a68d5b;
  letter-spacing: 2px;
}
.sorting-list ul li:after {
  content: "•";
  color: #414141;
  margin-left: 15px;
  font-size: 9px;
  vertical-align: middle;
}
.sorting-list ul li:last-child:after {
  content: "";
}
.sorting-list ul li span.item {
  padding-bottom: 7px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}
.sorting-list ul li span.item.selected {
  color: #414141;
  border-bottom: 2px solid #414141;
}
.sorting-list ul li:hover span.item {
  cursor: pointer;
}
.sorting-list ul li:hover span.item:not(.selected) {
  border-color: #a68d5b;
}

.projects-container {
  overflow: hidden;
}

.projects {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}
.projects .project {
  position: relative;
  width: 100%;
  max-width: 1100px;
  display: inline-block;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .projects .project {
    padding: 20px;
  }
}
.projects .project.project-xs .image-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .projects .project.project-xs {
    max-width: 550px;
  }
}
.projects .project .image-container {
  position: relative;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.projects .project .image-container img.bkg {
  width: 100%;
}
.projects .project .image-container img.logo {
  width: 50%;
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .projects .project .image-container {
    width: 80%;
    float: right;
  }
}
.projects .project .image-container .background-image {
  height: 270px;
  width: 100%;
  background-position: center;
  background-size: cover;
  transition: all 1s ease;
}
@media screen and (min-width: 768px) {
  .projects .project .image-container .background-image {
    height: 400px;
  }
}
.projects .project .image-container .overflow {
  overflow: hidden;
}
.projects .project .image-container .realisation-detail h2 {
  line-height: 25px;
}
.projects .project .illustration-img {
  position: absolute;
  top: 0;
  left: -150px;
  height: 100%;
  width: auto;
  transition: all 1s ease;
  display: none;
}
@media screen and (min-width: 768px) {
  .projects .project .illustration-img {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .projects .project .illustration-img {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .projects .project:nth-child(2n) .image-container {
    float: left;
  }
}
.projects .project:nth-child(2n) .illustration-img {
  position: absolute;
  right: -150px;
  left: auto;
}
@media screen and (min-width: 1024px) {
  .projects .project:nth-child(2n) .illustration-img {
    right: 0;
  }
}
.projects .project:nth-child(2n):hover img.illustration-img, .touchevents .projects .project:nth-child(2n) img.illustration-img {
  transform: scale(1.1) translate(60px, -10px);
}
.projects .project:hover, .touchevents .projects .project {
  cursor: pointer;
}
.projects .project:hover .realisation-detail, .touchevents .projects .project .realisation-detail {
  transform: translate(0px, 18%);
}
.projects .project:hover .image-container, .touchevents .projects .project .image-container {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.projects .project:hover img.illustration-img, .touchevents .projects .project img.illustration-img {
  transform: scale(1.1) translate(-60px, -10px);
}
.projects .project:hover .realisation-detail p, .projects .project:hover .realisation-detail a, .projects .project:hover .realisation-detail h2, .touchevents .projects .project .realisation-detail p, .touchevents .projects .project .realisation-detail a, .touchevents .projects .project .realisation-detail h2 {
  opacity: 1;
}
.projects .project:hover .background-image, .touchevents .projects .project .background-image {
  transform: scale(1.05);
}
.touchevents .projects .project .realisation-detail {
  transform: translate(0px, 35%);
}
.touchevents .projects .project .realisation-detail p, .touchevents .projects .project .realisation-detail a, .touchevents .projects .project .realisation-detail h2 {
  display: none;
}

.scroll-down.right {
  left: auto;
  right: 20px;
  margin-left: 0;
}
.scroll-down.animated img {
  animation: ca3_fade_move_down 1s infinite;
}

@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -7px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 7px);
    opacity: 0;
  }
}
.top-content-container {
  *zoom: 1;
  padding-top: 50px;
  background-color: #FFFFFF;
}
.top-content-container:after {
  content: "";
  display: table;
  clear: both;
}
.top-content-container .image {
  text-align: left;
  display: none;
}
.top-content-container .image img {
  max-height: 550px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .top-content-container .image {
    width: 33%;
    float: left;
    display: block;
    padding: 40px 20px 20px 0;
  }
}

.content-image {
  margin: 0 auto;
  padding: 20px;
  max-width: 650px;
}
.content-image img {
  max-width: 100%;
}

.text {
  text-align: left;
}
.text h2, .text h3 {
  margin: 0;
  padding: 0 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .text h2, .text h3 {
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  .text {
    width: 67%;
    float: right;
    padding-left: 50px;
    text-align: left;
  }
}
.text .titles {
  padding: 0 50px;
}
.text .titles h2, .text .titles h3 {
  margin: 0;
}
@media screen and (min-width: 1366px) {
  .text .titles {
    position: absolute;
  }
}

.text-bordered h3 {
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .text-bordered h3 {
    text-align: left;
    margin: 0 0 0 -40px;
  }
}
.text-bordered .text-content {
  width: 100%;
  max-width: 800px;
  padding: 20px;
}
.text-bordered .text-content ul {
  padding-left: 35px;
}
.text-bordered .text-content ul li {
  list-style-type: disc;
  margin: 10px 0;
  line-height: 30px;
}
@media screen and (min-width: 1000px) {
  .text-bordered .text-content {
    padding: 20px 40px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .text-bordered .text-content {
    width: 65%;
  }
}
@media screen and (min-width: 1000px) {
  .text-bordered {
    margin-left: 40px;
    border: 3px solid #f4f4f4;
    border-right: 0;
  }
}

.expertises-bloc {
  max-width: 1000px;
  margin: 80px auto;
}
body.index .expertises-bloc {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .expertises-bloc .expertise-item {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
  }
}
.expertises-bloc .expertise-item .parent {
  transition: all 0.3s ease;
}
.expertises-bloc .expertise-item .expertise-content {
  vertical-align: top;
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center 20px;
  padding-top: 5px;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .expertises-bloc .expertise-item .expertise-content {
    padding-top: 35px;
  }
}
.expertises-bloc .expertise-item .expertise-content p {
  color: #414141;
  font-style: italic;
  margin: 0;
  position: relative;
}
body.index .expertises-bloc .expertise-item .expertise-content p {
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .expertises-bloc .expertise-item .expertise-content p {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .expertises-bloc .expertise-item {
    background-position: center 20px;
  }
}
.expertises-bloc .expertise-item .childs {
  margin-top: 10px;
}
.expertises-bloc .expertise-item .childs .link {
  margin: 5px;
}
.expertises-bloc .expertise-item .childs .link a {
  color: #414141;
  display: inline-block;
  transition: all 0.3s ease;
}
body.index .expertises-bloc .expertise-item .childs .link a {
  color: #FFFFFF;
}
.expertises-bloc .expertise-item .childs .link a:hover {
  color: #a68d5b;
  transform: translateX(5px);
}
.expertises-bloc a:hover .barre-sm {
  height: 115px;
  transform: rotate(45deg);
}
.expertises-bloc a:hover .expertise-content {
  background-position: center 40px;
}

.expertise-page h1 {
  text-transform: none;
  position: relative;
  letter-spacing: 1px;
  max-width: 1200px;
  margin: 0 auto;
}
.expertise-page .top-bloc {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .expertise-page .top-bloc {
    margin-top: -200px;
  }
}
.expertise-page .top-content-container {
  padding: 35px;
  background-color: #f4f4f4;
  max-width: 800px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width: 768px) {
  .expertise-page .top-content-container {
    padding: 100px 100px 50px 80px;
    text-align: left;
    float: left;
    margin-right: -90px;
  }
  .expertise-page .top-content-container.no-video {
    padding: 60px 100px 50px 80px;
  }
  .expertise-page .top-content-container.no-childs {
    padding: 100px 35px 35px 35px;
  }
  .expertise-page .top-content-container.no-video.no-childs {
    padding: 60px 100px 50px 80px;
  }
}
@media screen and (min-width: 1000px) {
  .expertise-page .top-content-container {
    margin-top: 130px;
  }
}
.expertise-page .top-content-container .intro p {
  font-size: 25px;
  line-height: 40px;
  margin: 0;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .expertise-page .top-content-container .intro p {
    font-size: 30px;
    line-height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .expertise-page .video {
    max-width: 375px;
    left: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .expertise-page .video {
    position: absolute;
    transform: translateX(-50%);
  }
}
.expertise-page .titles-container {
  position: relative;
  padding: 10px;
  margin-top: -100px;
}
.expertise-page .titles-container .background {
  color: rgba(13, 21, 27, 0.4);
  font-size: 20vw;
  line-height: 20vw;
  max-width: 65%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  user-select: none;
}
@media screen and (min-width: 768px) {
  .expertise-page .titles-container .background {
    font-size: 15vw;
    line-height: 15vw;
  }
}
@media screen and (min-width: 1000px) {
  .expertise-page .titles-container .background {
    font-size: 11vw;
    line-height: 11vw;
  }
}
.expertise-page .subtitle {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 36px;
  color: #a68d5b;
  position: relative;
  font-weight: 500;
  max-width: 1200px;
  margin: 10px auto;
}
.expertise-page .expertise-header {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  height: 0;
  background: #23313b;
  background: url("../img/top_gradient.png"), radial-gradient(600px at center, #23313b 0%, #0d151b 100%);
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 500px) and (max-width: 1000px) {
  .expertise-page .video, .expertise-page .subexpertises-bloc {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .expertise-page .subexpertises-bloc .subexpertises-list {
    text-align: left;
  }
  .expertise-page .subexpertises-bloc .subexpertises-list a {
    margin: 15px;
  }
  .expertise-page .top-bloc {
    margin-top: -100px;
  }
}

.subexpertises-bloc {
  background-color: #a68d5b;
  margin-top: 70px;
  right: 0;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .subexpertises-bloc {
    width: 360px;
    float: right;
  }
}
@media screen and (max-width: 1000px) {
  .subexpertises-bloc {
    justify-content: center;
  }
}
.subexpertises-bloc .subexpertises-list a {
  display: block;
  color: #FFFFFF;
  font-size: 30px;
  margin: 30px 60px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .subexpertises-bloc .subexpertises-list a {
    text-align: left;
  }
}
.subexpertises-bloc .subexpertises-list a:hover:before {
  width: 80px;
  left: -20px;
}
.subexpertises-bloc .subexpertises-list a:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  top: 50%;
  left: -30px;
  background-color: black;
  z-index: -1;
  transition: width 0.3s ease, left 0.3s ease;
}

.content-texts {
  clear: both;
}
.content-texts .text-item {
  margin-bottom: 50px;
}
.content-texts .text-item:first-child {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .content-texts .text-item:first-child {
    padding-top: 100px;
  }
  .content-texts .text-item:last-child {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1000px) {
  .content-texts .text-item {
    padding: 30px 0;
    display: flex;
    align-items: center;
  }
  .content-texts .text-item:nth-child(2n+2) .content {
    margin-left: 0;
  }
  .content-texts .text-item:nth-child(2n+2) .picture {
    order: 2;
    margin: 30px 0 30px 30px;
  }
  .content-texts .text-item:nth-child(2n+1) .content {
    margin-right: 0;
  }
  .content-texts .text-item:nth-child(2n+1) .picture {
    margin: 30px 30px 30px 0;
  }
}
.content-texts .text-item .container {
  max-width: 1100px;
  margin: 0 auto;
}
.content-texts .text-item .container.flex-1 {
  flex: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-texts .text-item .container.flex-1 {
    flex: inherit;
  }
}
.content-texts .text-item .content {
  text-align: left;
  position: relative;
  max-width: 770px;
  padding: 20px 10px;
}
@media screen and (min-width: 1000px) {
  .content-texts .text-item .content {
    padding-left: 175px;
  }
}
.content-texts .text-item .picture img {
  max-width: 100%;
}
.content-texts .text-item .counter {
  position: absolute;
  font-size: 250px;
  left: -50px;
  top: 25px;
  color: #f4f4f4;
  font-weight: bold;
  z-index: -1;
}
.content-texts .text-item .wrapper {
  position: relative;
  text-align: center;
}
.content-texts .text-item .wrapper ul {
  padding-left: 30px;
}
.content-texts .text-item .wrapper ul li {
  list-style-type: disc;
  margin: 7px 0;
}
.content-texts .text-item .wrapper .main-text, .content-texts .text-item .wrapper .hidden-text {
  margin: 18px 0;
}
@media screen and (min-width: 1000px) {
  .content-texts .text-item .wrapper {
    text-align: left;
  }
}
.content-texts .text-item .subtitle {
  font-size: 25px;
}
.content-texts .text-item .read, .content-texts .text-item .hide {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  color: #a68d5b;
  cursor: pointer;
  display: inline-block;
}
.content-texts .text-item .hide {
  margin: 18px 0;
}
.content-texts .text-item .hidden-text {
  display: none;
}
.content-texts .text-item h2 {
  margin: 0;
  font-size: 30px;
  letter-spacing: normal;
  line-height: 30px;
}

.barre-sm {
  width: 1px;
  height: 20px;
  background-color: #a68d5b;
  position: absolute;
  top: 0;
  left: 50%;
  transition: all 0.2s ease;
  display: none;
}
@media screen and (min-width: 768px) {
  .barre-sm {
    display: block;
  }
}

.blog-bloc {
  margin: 35px 0;
}
.blog-bloc li p:not(.date) {
  margin: 18px 0;
}
.blog-bloc li a.button {
  margin: 0;
}
.blog-bloc.top {
  max-width: 1200px;
  margin: -55px auto 0 auto;
}

.blog-list li {
  display: inline-block;
  margin: 35px 0;
  width: 90%;
  max-width: 425px;
  vertical-align: top;
}
@media screen and (min-width: 1000px) {
  .blog-list li {
    margin: 15px 60px;
  }
}
.blog-list h4 {
  margin: 0 0 5px 0;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .blog-list h4 {
    font-size: 28px;
  }
}

.realisations-bloc {
  position: relative;
}
@media screen and (min-width: 768px) {
  .realisations-bloc {
    padding-bottom: 160px;
  }
}
.realisations-bloc .realisations-header {
  max-width: 1100px;
  margin: 0 auto;
}
.realisations-bloc:after {
  content: '';
  height: 450px;
  background-color: #f4f4f4;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .realisations-bloc .bloc-title, .realisations-bloc .bloc-all {
    display: inline-flex;
    width: 49%;
    vertical-align: middle;
  }
}
@media screen and (min-width: 768px) {
  .realisations-bloc .bloc-title {
    text-align: left;
    justify-content: center;
  }
}
.realisations-bloc .bloc-title h2 {
  font-size: 38px;
  line-height: 44px;
}

.realisations-list {
  max-width: 1100px;
  margin: 0 auto;
  padding: 5px;
  position: relative;
}
.realisations-list:before {
  content: none;
}
.realisations-list li {
  display: inline-block;
  max-width: 360px;
  vertical-align: middle;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .realisations-list li {
    width: 33%;
  }
}
.realisations-list li img {
  width: 100%;
}
.realisations-list li.bloc-title {
  padding: 20px;
  text-align: center;
  position: relative;
  width: 90%;
}
.realisations-list li.bloc-title h2 {
  margin: 0;
}
.realisations-list li.bloc-title .title {
  margin: 0;
  font-size: 28px;
  display: block;
}
@media screen and (min-width: 768px) {
  .realisations-list li.bloc-title .title {
    font-size: 48px;
  }
}
.realisations-list li.bloc-title .subtitle {
  margin: 0;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .realisations-list li.bloc-title .subtitle {
    font-size: 32px;
  }
}
@media screen and (min-width: 1000px) {
  .realisations-list li.bloc-title .subtitle {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .realisations-list li.bloc-title {
    padding: 110px 80px;
    text-align: left;
  }
}
.realisations-list li.realisation {
  position: relative;
  z-index: 1;
}
.realisations-list li.realisation img.scale {
  transition: all 1s ease;
  transform: scale(1.03);
}
.realisations-list li.realisation img.logo {
  width: 50%;
}
.realisations-list li.realisation:hover, .touchevents .realisations-list li.realisation {
  cursor: pointer;
}
.realisations-list li.realisation:hover .realisation-detail, .touchevents .realisations-list li.realisation .realisation-detail {
  transform: translate(0px, 25%);
}
.realisations-list li.realisation:hover img.scale, .touchevents .realisations-list li.realisation img.scale {
  cursor: pointer;
  transform: scale(1.08);
}
.realisations-list li.realisation:hover .realisation-detail p, .realisations-list li.realisation:hover .realisation-detail a, .realisations-list li.realisation:hover .realisation-detail h2, .touchevents .realisations-list li.realisation .realisation-detail p, .touchevents .realisations-list li.realisation .realisation-detail a, .touchevents .realisations-list li.realisation .realisation-detail h2 {
  opacity: 1;
}
.touchevents .realisations-list li.realisation .realisation-detail {
  transform: translate(0px, 42%);
}
.touchevents .realisations-list li.realisation .realisation-detail p, .touchevents .realisations-list li.realisation .realisation-detail a, .touchevents .realisations-list li.realisation .realisation-detail h2 {
  opacity: 0;
}
.realisations-list li.bloc-all {
  padding: 20px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .realisations-list li.bloc-all {
    padding: 95px;
  }
}

.realisation-detail {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  top: 0;
  transform: translate(0px, 40%);
  transition: all 0.3s ease;
}
.realisation-detail p {
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  opacity: 0;
  margin: 0 0 20px;
  transition: all 0.3s ease;
  padding: 10px;
}
@media screen and (min-width: 1000px) {
  .realisation-detail p {
    padding: 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .realisation-detail p {
    font-size: 20px;
  }
}
.realisation-detail p span:after {
  content: '/';
  margin-left: 8px;
}
.realisation-detail p span:last-child:after {
  content: '';
}
.realisation-detail h2 {
  color: white;
  opacity: 0;
  transition: all 0.3s ease;
  padding: 0 2%;
  font-size: 18px;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .realisation-detail h2 {
    margin-top: 15px;
    padding: 0 10%;
  }
}
.realisation-detail a {
  opacity: 0;
  transition: all 0.3s ease;
}
.realisation-detail a.simple-button {
  display: none;
}
@media screen and (min-width: 768px) {
  .realisation-detail a.simple-button {
    display: inline-block;
  }
}

.clients-bloc {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .clients-bloc {
    padding: 100px 0 50px;
  }
}
.clients-bloc .client {
  display: inline-block;
  width: 50%;
  padding: 15px;
  position: relative;
}
@media screen and (min-width: 480px) {
  .clients-bloc .client {
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  .clients-bloc .client {
    width: 25%;
  }
}
.clients-bloc .client:after {
  content: '';
  height: 1px;
  width: 0;
  background-color: #a68d5b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease, transform 0.3s ease;
  z-index: -1;
}
.clients-bloc .client:hover:after {
  width: 150px;
  transform: translateX(-50%) rotate(-45deg);
}
.clients-bloc .client:hover img {
  opacity: 1;
}
.clients-bloc .client img {
  max-height: 70px;
  opacity: 0.2;
  transition: opacity 0.3s ease;
}
.clients-bloc h2 {
  font-size: 38px;
  line-height: 45px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .clients-bloc h2 {
    max-width: 60%;
    margin-bottom: 60px;
  }
}

.content-blocks > div {
  padding: 20px 20px 5px;
}
@media screen and (min-width: 1000px) {
  .content-blocks > div {
    padding: 30px 0;
  }
}

.content-blocks {
  background-color: #FFFFFF;
}
.content-blocks .full-image {
  padding: 30px 0;
}
.content-blocks .full-image img {
  width: 100%;
}
.content-blocks .stats .stat {
  display: inline-block;
  margin: 10px;
  padding: 10px 50px;
}
.content-blocks .stats .stat p.title {
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #cccccc;
  text-transform: uppercase;
  font-size: 15px;
  margin: 2px;
}
.content-blocks .stats .stat p.value {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: italic;
  color: #414141;
  font-size: 70px;
  margin: 2px;
  margin-bottom: 30px;
}
.content-blocks .stats h3 {
  font-size: 60px;
}
.content-blocks .text {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .content-blocks .text {
    width: 80%;
  }
}
@media screen and (min-width: 1366px) {
  .content-blocks .text .text-bordered {
    margin: 35px 0 0 250px;
  }
  .content-blocks .text .text-bordered .text-content {
    padding: 60px 0 40px 100px;
  }
}
.content-blocks .normal-image img {
  max-width: 100%;
}

.infos-container h1 {
  font-size: 26px;
  padding: 0 6%;
  letter-spacing: 4px;
  margin: 5px 0;
}
.infos-container p {
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 22px;
}
.infos-container p span:after {
  content: '/';
  margin-left: 10px;
}
.infos-container p span:last-child:after {
  content: '';
}

.header-image img {
  margin-top: -115px;
  z-index: 1;
  position: relative;
  max-width: 85%;
}
@media screen and (min-width: 1000px) {
  .header-image img {
    margin-top: -200px;
  }
}

.project-navigation {
  background-color: #283038;
}
.project-navigation .prev, .project-navigation .next {
  display: inline-block;
  width: 50%;
  height: 100%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.project-navigation .prev img, .project-navigation .next img {
  max-width: 200px;
  max-height: 66px;
}
@media screen and (max-width: 768px) {
  .project-navigation .prev img, .project-navigation .next img {
    width: 100%;
  }
}
.project-navigation .prev:hover, .project-navigation .next:hover {
  cursor: pointer;
}
.project-navigation .prev:hover .background-image, .project-navigation .next:hover .background-image {
  opacity: 1;
  transform: scale(1.05);
}
.project-navigation .prev a, .project-navigation .next a {
  display: block;
  margin: 0 auto;
}
.project-navigation .prev .background-image, .project-navigation .next .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease, transform 1s ease;
  background-size: cover;
  background-position: center;
}
.project-navigation .prev .actions, .project-navigation .next .actions {
  z-index: 1;
  position: relative;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .project-navigation .prev .actions, .project-navigation .next .actions {
    padding: 45px;
  }
}
@media screen and (min-width: 768px) {
  .project-navigation .prev a {
    float: left;
    margin-top: 10px;
  }
  .project-navigation .next a {
    float: right;
    margin-top: 10px;
  }
}

.glossary .description {
  padding: 25px 15px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 32px;
}
.glossary .categories {
  margin-top: 15px;
  padding: 0 15px;
}
.glossary .categories a {
  font-size: 35px;
}
.glossary .categories a:hover {
  color: #a68d5b;
}
.glossary .categories p {
  margin: 0;
}
.glossary .categories .category-sep {
  height: 20px;
  width: 1px;
  background-color: #a68d5b;
  display: block;
  margin: 15px auto;
  z-index: 1;
  position: relative;
}
.glossary .word {
  padding: 2px;
}
.glossary .word a:hover {
  color: #a68d5b;
}
.glossary .container {
  max-width: 1200px;
  margin: 0 auto;
}
.glossary .container .wysiwyg {
  padding: 0 20px;
}
.glossary .container .wysiwyg ul, .glossary .container .wysiwyg ol {
  padding-left: 30px;
}
.glossary .container .wysiwyg ul li {
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .glossary .container .wysiwyg {
    max-width: 60%;
    margin: 0 auto;
  }
}
.glossary .letter-group {
  margin: 20px;
  position: relative;
  padding-top: 70px;
}
.glossary .letter-group:after {
  content: attr(data-letter);
  position: absolute;
  font-size: 100px;
  font-weight: bold;
  color: #f7f7f7;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
}

.index-blog {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .index-blog {
    margin-top: -50px;
  }
}
.index-blog .title-bloc {
  padding: 50px 10px 150px;
}
@media screen and (min-width: 768px) {
  .index-blog .title-bloc {
    border: 2px solid #a68d5b;
    text-align: left;
    width: 70%;
    padding: 90px 80px 150px;
  }
}
.index-blog .title-bloc h2 {
  font-size: 32px;
  margin: 0;
  line-height: 36px;
  letter-spacing: normal;
}
.index-blog .title-bloc h2 .subtitle {
  color: #414141;
}
.index-blog .articles {
  max-width: 990px;
  margin: 0 auto;
  margin-top: -105px;
  min-height: 210px;
}
@media screen and (min-width: 768px) {
  .index-blog .articles {
    display: flex;
  }
}
.index-blog .articles .article-content .date {
  margin: 0;
  margin-bottom: 5px;
  position: relative;
  padding-left: 40px;
}
.index-blog .articles .article-content .date:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  top: 17px;
  left: -15px;
  background-color: #a68d5b;
}

.newsletter {
  max-width: 500px;
  margin: 70px 15px;
  border: 3px solid #f4f4f4;
  position: relative;
}
@media screen and (min-width: 520px) {
  .newsletter {
    margin: 70px auto;
  }
}
@media screen and (min-width: 768px) {
  .newsletter {
    margin: 100px auto 30px;
  }
}
.newsletter .vertical-separator {
  position: absolute;
  margin: 0 auto;
  top: -53px;
  left: 50%;
}
@media screen and (max-width: 1000px) {
  .newsletter .vertical-separator {
    background-color: transparent;
    height: 5px;
  }
}
.newsletter .newsletter-content {
  padding: 15px;
}
@media screen and (min-width: 520px) {
  .newsletter .newsletter-content {
    padding: 15px 50px;
  }
}
@media screen and (min-width: 1000px) {
  .newsletter .newsletter-content {
    margin: 70px 0;
    padding: 0;
    text-align: left;
    position: relative;
    left: 45%;
  }
}
.newsletter form input {
  font-size: 24px;
}
.newsletter form button {
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .newsletter form * {
    margin: 0;
  }
  .newsletter form input, .newsletter form button {
    display: inline-block;
  }
  .newsletter form input {
    width: 57%;
    background-color: transparent;
  }
  .newsletter form button {
    width: 36%;
    margin-left: 15px;
  }
}
.newsletter form .show-on-error, .newsletter form .show-on-success {
  text-align: left;
}
.newsletter h2 {
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 0;
}

.social p {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-style: italic;
  margin: 35px 0 0;
}
.social .icons a:hover {
  color: #a68d5b;
}
.social .icons i {
  padding: 10px;
  font-size: 18px;
}

/* setup tooltips */
.tooltip {
  position: relative;
}
.tooltip:hover:before, .tooltip:hover:after {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.tooltip:hover:after {
  transition: all .2s .1s ease-in-out;
}
.tooltip:before, .tooltip:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.tooltip:before {
  background: #283038;
  transform: scale3d(0.1, 0.1, 1);
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
  color: white;
  content: attr(data-title);
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  max-width: 400px;
  min-width: 300px;
  padding: 6px 10px;
  top: calc(100% + 6px);
  left: 0;
  display: inline-table;
  z-index: 1;
}
.tooltip:after {
  transform: translate3d(0, 6px, 0);
  transition: all .1s ease-in-out;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #283038;
  border-left: 6px solid transparent;
  content: '';
  height: 0;
  top: 100%;
  left: 15px;
  width: 0;
}

a {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
  text-decoration: none;
  color: #414141;
}
.no-touchevents a {
  transition: background 0.3s, color 0.3s, border 0.3s;
}
.no-touchevents a:hover {
  text-decoration: none;
}
a.simple-button {
  border: 2px solid #a68d5b;
  width: 46px;
  height: 45px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 10px;
}
a.simple-button i {
  line-height: 43px;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease;
  color: #a68d5b;
}
a.simple-button.white {
  border: 2px solid #FFFFFF;
}
a.simple-button.white i {
  color: white;
}
a.simple-button.white:after {
  background-color: #FFFFFF;
}
a.simple-button.white:hover i {
  color: #414141;
}
a.simple-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background-color: #a68d5b;
  transition: transform 0.3s;
}
a.simple-button:hover {
  cursor: pointer;
}
a.simple-button:hover i {
  color: #FFFFFF;
}
a.simple-button:hover:after {
  transform: scaleX(1);
}
a.hide {
  visibility: hidden;
}
a.hide:hover {
  cursor: default;
}
a.link-big {
  font-size: 27px;
  display: block;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  a.link-big {
    font-size: 30px;
  }
}
@media screen and (min-width: 1000px) {
  a.link-big {
    font-size: 38px;
  }
}
a.link-big:hover {
  color: #a68d5b;
}

.button {
  padding: 8px 40px;
  margin: 25px auto;
  position: relative;
  display: inline-block;
  border: 0;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 24px;
  color: #414141;
  background-color: transparent;
}
.no-touchevents .button {
  transition: all 0.3s;
}
.button .button-border {
  border: 2px solid #a68d5b;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  transition: all 0.3s ease;
  z-index: 1;
}
.button .button-content {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}
.button .button-content:after {
  content: '';
  background-image: url("../img/picto_fleche_right_couleur.png");
  position: absolute;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}
.button:hover {
  padding-left: 30px;
}
.button:hover .button-border {
  left: 10px;
  right: 0;
}

#top_navigation {
  position: absolute;
  top: 40px;
  left: calc(50% - 50px);
  text-align: center;
  width: 100px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #top_navigation {
    display: none;
  }
}
#top_navigation a, #top_navigation div {
  width: 30px;
  height: 30px;
  display: inline-block;
}
#top_navigation a i, #top_navigation div i {
  transition: all 0.3s ease;
  color: #FFFFFF;
  font-size: 30px;
  opacity: 0.3;
}
#top_navigation a i.dark, #top_navigation div i.dark {
  color: #414141;
}
#top_navigation a.left i, #top_navigation div.left i {
  transform: rotate(270deg);
}
#top_navigation a.left:hover i, #top_navigation div.left:hover i {
  transform: translateX(-5px) rotate(270deg);
}
#top_navigation a.top i, #top_navigation div.top i {
  transform: translateY(-5px);
}
#top_navigation a.top:hover i, #top_navigation div.top:hover i {
  transform: translateY(-10px);
}
#top_navigation a.right i, #top_navigation div.right i {
  transform: rotate(90deg);
}
#top_navigation a.right:hover i, #top_navigation div.right:hover i {
  transform: translateX(5px) rotate(90deg);
}

@media screen and (min-width: 768px) {
  body.methods-page .navigation-bottom {
    margin: 65px 0 -30px;
  }
}

.navigation-bottom {
  margin: 25px 0px -15px;
}
@media screen and (min-width: 768px) {
  .navigation-bottom {
    margin: 65px 0 -50px;
    display: flex;
  }
}
.navigation-bottom .item {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 30px;
  display: block;
  width: 100%;
  padding: 0 25px;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .navigation-bottom .item {
    display: inline-block;
    width: 50%;
    padding: 0 35px;
  }
}
.navigation-bottom .item i {
  margin: 10px;
}
.navigation-bottom .item.prev i:nth-child(2) {
  display: none;
}
@media screen and (min-width: 768px) {
  .navigation-bottom .item.prev i:first-child {
    display: none;
  }
  .navigation-bottom .item.prev i:nth-child(2) {
    display: inline-block;
  }
}
.navigation-bottom .item.prev:hover {
  padding-right: 42px;
}
@media screen and (min-width: 768px) {
  .navigation-bottom .item.prev {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .navigation-bottom .item.next {
    order: 2;
  }
}
.navigation-bottom .item.next i:first-child {
  display: none;
}
@media screen and (min-width: 768px) {
  .navigation-bottom .item.next i:nth-child(2) {
    display: none;
  }
  .navigation-bottom .item.next i:first-child {
    display: inline-block;
  }
}
.navigation-bottom .item.next:hover {
  padding-left: 42px;
}
@media screen and (min-width: 768px) {
  .navigation-bottom .item.next {
    text-align: left;
  }
}

.bottom-page-members {
  margin: 100px auto 0;
}
.bottom-page-members .grid {
  background-color: #283038;
  margin-top: -100px;
  overflow: hidden;
}
.bottom-page-members .members-link {
  font-size: 45px;
  line-height: 45px;
  width: 180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.bottom-page-members .member {
  width: 50%;
}
.bottom-page-members .member:after {
  content: '';
  background-color: #e2e2e2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .bottom-page-members .member {
    width: 33.3%;
  }
}
@media screen and (min-width: 1000px) {
  .bottom-page-members .member {
    width: 20%;
  }
}
.bottom-page-members .member.empty {
  height: 150px;
  background-color: #FFFFFF;
}
.bottom-page-members .member.empty:after {
  background-color: #FFFFFF;
}
.bottom-page-members .member.empty:nth-child(5n+1) {
  height: 150px;
}
.bottom-page-members .member.empty:nth-child(5n+2) {
  height: 100px;
}
.bottom-page-members .member.empty:nth-child(5n+3) {
  height: 200px;
}
@media screen and (max-width: 768px) {
  .bottom-page-members .member.empty:nth-child(5n+3) {
    display: none;
  }
}
.bottom-page-members .member.empty:nth-child(5n+4) {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .bottom-page-members .member.empty:nth-child(5n+4) {
    display: none;
  }
}
.bottom-page-members .member.empty:nth-child(5n) {
  height: 100px;
}
.bottom-page-members .member.hover .img-normal {
  opacity: 0;
}
.bottom-page-members .member-photo {
  position: relative;
}
.bottom-page-members .member-photo img {
  width: 100%;
  vertical-align: top;
  transition: all 0.3s;
}
.bottom-page-members .member-photo img.img-cinemagraph {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.bottom-page-members .member-photo img.img-normal {
  position: relative;
  z-index: 1;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

#contact_more {
  display: none;
}

footer {
  background-color: #283038;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
footer p {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  color: #a68d5b;
  margin: 0;
  padding-bottom: 30px;
}
footer p.footer-title {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: #FFFFFF;
  margin: 0;
  letter-spacing: 4px;
  padding: 95px 10px 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  footer p.footer-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1000px) {
  footer p.footer-title {
    font-size: 38px;
  }
}
footer small {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 2px;
}
footer .contact {
  height: 150px;
  max-width: 95px;
  margin: 0 auto;
  border: 2px solid #a68d5b;
  border-bottom: 0;
  position: relative;
  transition: all 1s ease;
}
footer .contact img {
  width: 35px;
  position: relative;
  z-index: 1;
  margin-top: 25px;
}
footer .contact:not(.opened):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top center;
  background-color: #a68d5b;
  transition: transform 0.3s;
}
footer .contact:not(.opened):hover {
  cursor: pointer;
}
footer .contact:not(.opened):hover:after {
  transform: scaleY(1);
}
footer .contact.opened {
  border-width: 3px;
  border-color: #434c56;
  border-bottom: 3px solid #434c56;
  max-width: 1000px;
  height: auto;
  margin-bottom: 35px;
  display: inline-block;
}

/**************** BURGER ****************/
.burger {
  height: 60px;
  width: 60px;
  padding: 1px;
  text-indent: 100px;
  overflow: hidden;
  -webkit-perspective: 900000px;
  perspective: 900000px;
  position: absolute;
  top: 5px;
  right: 8px;
  background-color: #414141;
  display: block;
  z-index: 100;
  border-radius: 100%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .burger {
    top: 34px;
    right: 40px;
  }
}
.burger:hover {
  cursor: pointer;
}
.burger:hover .line1 {
  left: 50%;
}
.burger:hover .line1:before, .burger:hover .line1:after {
  left: 0;
}
.burger:hover .line1:after {
  left: 0;
}
.burger .line1 {
  width: 25px;
  max-width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 57%;
  border-radius: 0;
  transform: translateX(-50%);
  background-position: center center;
  transition: all 0.3s ease;
}
.burger .line1:before, .burger .line1:after {
  width: 25px;
  max-width: 100%;
  height: 2px;
  position: absolute;
  content: '';
  border-radius: 0;
  transform-origin: center center;
  background-position: center center;
  transition: all 0.3s ease;
}
.burger .line1:before {
  transform: translateY(-7px);
  left: -3px;
}
.burger .line1:after {
  transform: translateY(7px);
  left: -6px;
}
.burger.close .line1 {
  visibility: visible;
  left: 57%;
  transition: visibility .1s .2s;
}
.burger.close .line1:before {
  transform: translateY(-7px);
  visibility: visible;
  animation: before .5s linear;
  left: -3px;
}
.burger.close .line1:after {
  transform: translateY(7px);
  visibility: visible;
  animation: after .5s linear;
  left: -6px;
}
@keyframes before {
  0% {
    transform: rotate(-45deg) translateY(0);
  }
  33% {
    transform: rotate(0deg) translateY(0);
  }
  66% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-7px);
  }
}
@keyframes after {
  0% {
    transform: rotate(45deg) translateY(0);
  }
  33% {
    transform: rotate(0deg) translateY(0);
  }
  66% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(7px);
  }
}
.burger.open .line1 {
  transform-origin: 50% 50%;
  transition: visibility .1s .25s;
  visibility: hidden;
  left: 57%;
}
.burger.open .line1:before {
  transform: rotate(45deg);
  visibility: visible;
  animation: before-open .5s linear;
  left: -3px;
}
.burger.open .line1:after {
  transform: rotate(-45deg);
  visibility: visible;
  animation: after-open .5s linear;
  left: -3px;
}
@keyframes before-open {
  0% {
    transform: translateY(-7px);
  }
  33% {
    transform: translateY(0);
  }
  66% {
    transform: translateY(0);
  }
  100% {
    transform: rotate(45deg) translateY(0);
  }
}
@keyframes after-open {
  0% {
    transform: translateY(7px);
  }
  33% {
    transform: translateY(0);
  }
  66% {
    transform: translateY(0);
  }
  100% {
    transform: rotate(-45deg) translateY(0);
  }
}
.burger {
  background-color: transparent;
}
.burger .line1 {
  background-color: #283038;
}
.burger .line1:before {
  background-color: #283038;
}
.burger .line1:after {
  background-color: #283038;
}
.burger.rounded-background {
  background-color: #283038 !important;
}
.burger.rounded-background .line1 {
  background-color: #FFFFFF;
}
.burger.rounded-background .line1:before {
  background-color: #FFFFFF;
}
.burger.rounded-background .line1:after {
  background-color: #FFFFFF;
}
.burger.open {
  background-color: transparent !important;
}
.burger.open .line1 {
  background-color: #283038 !important;
}
.burger.open .line1:before {
  background-color: #283038 !important;
}
.burger.open .line1:after {
  background-color: #283038 !important;
}
body.dark-gradient .burger {
  background-color: transparent;
}
body.dark-gradient .burger .line1 {
  background-color: #FFFFFF;
}
body.dark-gradient .burger .line1:before {
  background-color: #FFFFFF;
}
body.dark-gradient .burger .line1:after {
  background-color: #FFFFFF;
}

.wysiwyg h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 28px;
  color: #a68d5b;
  text-transform: none;
  letter-spacing: normal;
  text-align: left;
  margin: 35px 0 0;
}
@media screen and (min-width: 768px) {
  .wysiwyg h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1000px) {
  .wysiwyg h2 {
    font-size: 36px;
    line-height: 40px;
    margin: 40px 0 0;
  }
}
.wysiwyg h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  color: #414141;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 0;
  line-height: 36px;
}
.wysiwyg p {
  font-family: "Ubuntu", sans-serif;
  color: #414141;
  font-weight: 100;
  text-align: left;
}

.error-page main {
  padding-bottom: 0 !important;
}
.error-page .error-code {
  font-size: 110px;
  font-weight: 700;
  font-style: normal;
  color: white;
  margin: 50px;
}
.error-page .error-msg {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
  color: #a68d5b;
  font-size: 40px;
  line-height: 60px;
  margin: 60px auto;
}
@media screen and (min-width: 768px) {
  .error-page .error-msg {
    max-width: 50%;
    font-size: 60px;
    margin: 70px auto;
  }
}
.error-page .button {
  color: white;
}
.error-page .button .button-content:after {
  background-image: url("../img/picto_fleche_right_blanc.png");
}

i.check:before {
  content: "\e902";
  font-family: 'icomoon';
  font-style: normal;
  color: black;
}

i.close:before {
  content: "\e901";
  font-family: 'icomoon';
  font-style: normal;
  color: black;
}

.page-content .content {
  text-align: left;
}
.page-content .content h2 {
  font-size: 28px;
  letter-spacing: 3px;
  line-height: 35px;
}
.page-content .content h3 {
  margin: 25px 0;
}
.page-content .content h4 {
  font-size: 19px;
  text-transform: none;
  letter-spacing: 0;
}
.page-content .content ul {
  padding: 0;
  margin: 10px;
}
.page-content .content ul li {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 22px;
  list-style-position: inside;
}

.rgpd-advert {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.006);
  z-index: 10;
}
.map .rgpd-advert {
  background-color: rgba(0, 0, 0, 0.6);
}
.map .rgpd-advert p {
  max-width: 75%;
  color: #fff;
}
.rgpd-advert.hidden {
  display: none;
}
.rgpd-advert p {
  max-width: 50%;
  color: #000;
}
.rgpd-advert a {
  position: static;
  width: auto;
  height: auto;
}

#cookies-box {
  display: none;
  position: fixed;
  background-color: white;
  bottom: 0;
  left: 0;
  z-index: 10001;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  #cookies-box {
    bottom: 50px;
    left: 50px;
  }
}
#cookies-box .title {
  font-family: "Cormorant Garamond", serif;
  color: #a68d5b;
  font-size: 22px;
}
#cookies-box .description {
  font-size: 15px;
  line-height: 20px;
  margin: 10px 2px;
}
#cookies-box .links a {
  font-size: 16px;
  text-decoration: underline;
  margin-right: 15px;
}
#cookies-box .links a:hover {
  color: #a68d5b;
}
@media screen and (min-width: 768px) {
  #cookies-box .left, #cookies-box .right {
    display: inline-block;
    vertical-align: middle;
  }
}
#cookies-box .left {
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #cookies-box .left {
    max-width: 450px;
    text-align: left;
    padding-left: 115px;
  }
  #cookies-box .left:before {
    content: "\e900";
    font-family: 'icomoon', sans-serif;
    position: absolute;
    color: #a68d5b;
    left: 25px;
    top: 50%;
    font-size: 70px;
    transform: translateY(-50%);
  }
}
#cookies-box .right {
  text-align: center;
}
#cookies-box .right .action {
  padding: 20px 30px;
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
#cookies-box .right .action#accept-cookies {
  background-color: #414141;
}
#cookies-box .right .action#dismiss-cookies {
  background-color: #a68d5b;
  color: #FFFFFF;
}
#cookies-box .right .action#dismiss-cookies i:before {
  color: #FFFFFF;
}
#cookies-box .right .action:hover {
  opacity: 0.8;
}
#cookies-box .right .action i:before {
  content: "\e902";
  font-family: 'icomoon', sans-serif;
  font-style: normal;
  color: #FFFFFF;
}
#cookies-box .right .action i.close:before {
  content: "\e901";
}
@media screen and (max-width: 768px) {
  #cookies-box .right .action {
    padding: 10px;
    display: inline-block;
    width: 50%;
  }
}

/* JQUERY DIALOG */
.ui-dialog {
  padding: 0;
}
.ui-dialog h4 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 1px;
}
.ui-dialog .head {
  max-width: 600px;
  margin: 0 auto;
}
.ui-dialog .items {
  max-width: 750px;
}
.ui-dialog .items .item {
  padding: 30px 0;
  border-bottom: 1px solid #efefef;
}
.ui-dialog .items .item:last-child {
  border-bottom: none;
}
.ui-dialog .items .item-title {
  font-family: "Ubuntu", sans-serif;
  color: #a68d5b;
  font-size: 26px;
}
.ui-dialog .items .item-text {
  font-family: "Ubuntu", sans-serif;
  line-height: 20px;
  margin-top: 5px;
}
.ui-dialog .items .left {
  max-width: 90%;
  padding-right: 50px;
  text-align: left;
}
.ui-dialog .items .left, .ui-dialog .items .right {
  display: inline-block;
  vertical-align: middle;
}
.ui-dialog .text-content {
  font-family: "Ubuntu", sans-serif;
  line-height: 20px;
  text-align: center;
  padding: 10px 20px;
}
.ui-dialog .dialog-content {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .ui-dialog .dialog-content {
    padding: 50px 75px;
  }
}
.ui-dialog .dialog-content .actions {
  text-align: right;
}
.ui-dialog .dialog-content .actions .button {
  cursor: pointer;
  margin: 20px 0 0 20px;
}

.ui-dialog-content {
  padding: 0;
  overflow: visible;
}

.ui-dialog-titlebar {
  display: none;
}

.ui-widget.ui-widget-content {
  border-radius: 0;
  border: 0;
}

.ui-widget-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 1;
  z-index: 10002;
}

#dialog-close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  color: #a68d5b;
}
#dialog-close i.close:after {
  color: #a68d5b;
}
#dialog-close i.close:before {
  content: "\e901";
  font-family: 'icomoon', sans-serif;
  font-style: normal;
  color: #414141;
}

.switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.switch input[type=checkbox]:checked + label {
  background: #a68d5b;
  border-color: #a68d5b;
}
.switch input[type=checkbox]:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-87%);
  background: #FFFFFF;
}
.switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #414141;
  display: block;
  border-radius: 100px;
  position: relative;
  transition: background 0.3s ease;
}
.switch label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 3px;
  width: 24px;
  height: 24px;
  background: #414141;
  border-radius: 90px;
  transition: 0.3s;
}
.switch label:active:after, .switch label.nice-select.open:after {
  width: 28px;
}

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