@import url('https://fonts.googleapis.com/css?family=Muli:300,800&display=swap');
/* Loading labase less files
main.less
- ("normalize.less");
- ("mixins.less");
- ("fonts.less");
- ("grid.less");
- ("nav.less");
- ('responsive.less');
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  ms-box-sizing: border-box;
  box-sizing: border-box;
}
.invisible,
.element-invisible {
  display: none;
}
/* ------------ variables */
*,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-active-link: #1a1a1a;
}
#responsive-stylesheet {
  position: absolute;
  z-index: 1001;
}
@media screen and (min-width: 640px) {
  #responsive-stylesheet {
    z-index: 1002;
  }
}
@media screen and (min-width: 980px) {
  #responsive-stylesheet {
    z-index: 1003;
  }
}
@media screen and (min-width: 1170px) {
  #responsive-stylesheet {
    z-index: 1004;
  }
}
/* ------------ fonts */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}
/* ------------ functions */
[class*="scale"] {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.scale-50 {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.scale-60 {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.scale-70 {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.scale-80 {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.scale-90 {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
}
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hidden {
  display: none;
}
.toggler {
  display: none;
}
/* pseudo picture responsive media */
.smalldisplay .small {
  display: block;
}
.smalldisplay .medium,
.smalldisplay .large,
.smalldisplay .wide {
  display: none;
}
.mediumdisplay .medium {
  display: block;
}
.mediumdisplay .small,
.mediumdisplay .large,
.mediumdisplay .wide {
  display: none;
}
.largedisplay .large {
  display: block;
}
.largedisplay .small,
.largedisplay .medium,
.largedisplay .wide {
  display: none;
}
.widedisplay .wide {
  display: block;
}
.widedisplay .small,
.widedisplay .medium,
.widedisplay .large {
  display: none;
}
.squaredisplay::before {
  padding-top: 100%;
}
span.picture {
  display: block;
  position: relative;
}
span.picture::before {
  display: block;
  padding-top: 62.5%;
  content: "";
}
span.picture span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
}
span.picture span span {
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-size: cover;
}
span.picture .nano {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-size: cover;
}
span.picture .padder {
  display: none;
}
span.picture .small {
  display: block;
}
span.picture .medium,
span.picture .large,
span.picture .wide {
  display: none;
}
@media screen and (min-width: 640px) {
  span.picture .medium {
    display: block;
  }
  span.picture .small,
  span.picture .large,
  span.picture .wide {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  span.picture .large {
    display: block;
  }
  span.picture .small,
  span.picture .medium,
  span.picture .wide {
    display: none;
  }
}
@media screen and (min-width: 1170px) {
  span.picture .wide {
    display: block;
  }
  span.picture .small,
  span.picture .medium,
  span.picture .large {
    display: none;
  }
}
.uncropped.picture::before {
  display: none;
}
.uncropped.picture .padder {
  display: block;
}
.z-depth-1 {
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.z-depth-2 {
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
}
.z-depth-3 {
  -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.pf {
  position: fixed;
}
.ps {
  position: static;
}
.db {
  display: block;
}
.di {
  display: inline;
}
.dib {
  display: inline-block;
}
.df {
  display: flex;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.clr {
  clear: right;
}
.cll {
  clear: left;
}
.cln {
  clear: none;
}
.clb {
  clear: both;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media screen and (min-width: 640px) {
  .container .container {
    width: 85%;
  }
}
@media screen and (min-width: 980px) {
  .container .container {
    width: 70%;
  }
}
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  zoom: 1;
}
.row::before,
.row::after {
  content: "";
  display: table;
}
.row::after {
  clear: both;
}
.col {
  box-sizing: border-box;
  min-height: 1px;
}
.col[class*="push-"],
.col[class*="pull-"] {
  position: relative;
}
.col.offset-s1 {
  margin-left: 8.33333333%;
}
.col.pull-s1 {
  right: 8.33333333%;
}
.col.push-s1 {
  left: 8.33333333%;
}
.col.s1 {
  width: 8.33333333%;
}
.col.offset-s2 {
  margin-left: 16.66666667%;
}
.col.pull-s2 {
  right: 16.66666667%;
}
.col.push-s2 {
  left: 16.66666667%;
}
.col.s2 {
  width: 16.66666667%;
}
.col.offset-s3 {
  margin-left: 25%;
}
.col.pull-s3 {
  right: 25%;
}
.col.push-s3 {
  left: 25%;
}
.col.s3 {
  width: 25%;
}
.col.offset-s4 {
  margin-left: 33.33333333%;
}
.col.pull-s4 {
  right: 33.33333333%;
}
.col.push-s4 {
  left: 33.33333333%;
}
.col.s4 {
  width: 33.33333333%;
}
.col.offset-s5 {
  margin-left: 41.66666667%;
}
.col.pull-s5 {
  right: 41.66666667%;
}
.col.push-s5 {
  left: 41.66666667%;
}
.col.s5 {
  width: 41.66666667%;
}
.col.offset-s6 {
  margin-left: 50%;
}
.col.pull-s6 {
  right: 50%;
}
.col.push-s6 {
  left: 50%;
}
.col.s6 {
  width: 50%;
}
.col.offset-s7 {
  margin-left: 58.33333333%;
}
.col.pull-s7 {
  right: 58.33333333%;
}
.col.push-s7 {
  left: 58.33333333%;
}
.col.s7 {
  width: 58.33333333%;
}
.col.offset-s8 {
  margin-left: 66.66666667%;
}
.col.pull-s8 {
  right: 66.66666667%;
}
.col.push-s8 {
  left: 66.66666667%;
}
.col.s8 {
  width: 66.66666667%;
}
.col.offset-s9 {
  margin-left: 75%;
}
.col.pull-s9 {
  right: 75%;
}
.col.push-s9 {
  left: 75%;
}
.col.s9 {
  width: 75%;
}
.col.offset-s10 {
  margin-left: 83.33333333%;
}
.col.pull-s10 {
  right: 83.33333333%;
}
.col.push-s10 {
  left: 83.33333333%;
}
.col.s10 {
  width: 83.33333333%;
}
.col.offset-s11 {
  margin-left: 91.66666667%;
}
.col.pull-s11 {
  right: 91.66666667%;
}
.col.push-s11 {
  left: 91.66666667%;
}
.col.s11 {
  width: 91.66666667%;
}
.col.offset-s12 {
  margin-left: 100%;
}
.col.pull-s12 {
  right: 100%;
}
.col.push-s12 {
  left: 100%;
}
.col.s12 {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .col.offset-m1 {
    margin-left: 8.33333333%;
  }
  .col.pull-m1 {
    right: 8.33333333%;
  }
  .col.push-m1 {
    left: 8.33333333%;
  }
  .col.m1 {
    width: 8.33333333%;
  }
  .col.offset-m2 {
    margin-left: 16.66666667%;
  }
  .col.pull-m2 {
    right: 16.66666667%;
  }
  .col.push-m2 {
    left: 16.66666667%;
  }
  .col.m2 {
    width: 16.66666667%;
  }
  .col.offset-m3 {
    margin-left: 25%;
  }
  .col.pull-m3 {
    right: 25%;
  }
  .col.push-m3 {
    left: 25%;
  }
  .col.m3 {
    width: 25%;
  }
  .col.offset-m4 {
    margin-left: 33.33333333%;
  }
  .col.pull-m4 {
    right: 33.33333333%;
  }
  .col.push-m4 {
    left: 33.33333333%;
  }
  .col.m4 {
    width: 33.33333333%;
  }
  .col.offset-m5 {
    margin-left: 41.66666667%;
  }
  .col.pull-m5 {
    right: 41.66666667%;
  }
  .col.push-m5 {
    left: 41.66666667%;
  }
  .col.m5 {
    width: 41.66666667%;
  }
  .col.offset-m6 {
    margin-left: 50%;
  }
  .col.pull-m6 {
    right: 50%;
  }
  .col.push-m6 {
    left: 50%;
  }
  .col.m6 {
    width: 50%;
  }
  .col.offset-m7 {
    margin-left: 58.33333333%;
  }
  .col.pull-m7 {
    right: 58.33333333%;
  }
  .col.push-m7 {
    left: 58.33333333%;
  }
  .col.m7 {
    width: 58.33333333%;
  }
  .col.offset-m8 {
    margin-left: 66.66666667%;
  }
  .col.pull-m8 {
    right: 66.66666667%;
  }
  .col.push-m8 {
    left: 66.66666667%;
  }
  .col.m8 {
    width: 66.66666667%;
  }
  .col.offset-m9 {
    margin-left: 75%;
  }
  .col.pull-m9 {
    right: 75%;
  }
  .col.push-m9 {
    left: 75%;
  }
  .col.m9 {
    width: 75%;
  }
  .col.offset-m10 {
    margin-left: 83.33333333%;
  }
  .col.pull-m10 {
    right: 83.33333333%;
  }
  .col.push-m10 {
    left: 83.33333333%;
  }
  .col.m10 {
    width: 83.33333333%;
  }
  .col.offset-m11 {
    margin-left: 91.66666667%;
  }
  .col.pull-m11 {
    right: 91.66666667%;
  }
  .col.push-m11 {
    left: 91.66666667%;
  }
  .col.m11 {
    width: 91.66666667%;
  }
  .col.offset-m12 {
    margin-left: 100%;
  }
  .col.pull-m12 {
    right: 100%;
  }
  .col.push-m12 {
    left: 100%;
  }
  .col.m12 {
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .col.offset-l1 {
    margin-left: 8.33333333%;
  }
  .col.pull-l1 {
    right: 8.33333333%;
  }
  .col.push-l1 {
    left: 8.33333333%;
  }
  .col.l1 {
    width: 8.33333333%;
  }
  .col.offset-l2 {
    margin-left: 16.66666667%;
  }
  .col.pull-l2 {
    right: 16.66666667%;
  }
  .col.push-l2 {
    left: 16.66666667%;
  }
  .col.l2 {
    width: 16.66666667%;
  }
  .col.offset-l3 {
    margin-left: 25%;
  }
  .col.pull-l3 {
    right: 25%;
  }
  .col.push-l3 {
    left: 25%;
  }
  .col.l3 {
    width: 25%;
  }
  .col.offset-l4 {
    margin-left: 33.33333333%;
  }
  .col.pull-l4 {
    right: 33.33333333%;
  }
  .col.push-l4 {
    left: 33.33333333%;
  }
  .col.l4 {
    width: 33.33333333%;
  }
  .col.offset-l5 {
    margin-left: 41.66666667%;
  }
  .col.pull-l5 {
    right: 41.66666667%;
  }
  .col.push-l5 {
    left: 41.66666667%;
  }
  .col.l5 {
    width: 41.66666667%;
  }
  .col.offset-l6 {
    margin-left: 50%;
  }
  .col.pull-l6 {
    right: 50%;
  }
  .col.push-l6 {
    left: 50%;
  }
  .col.l6 {
    width: 50%;
  }
  .col.offset-l7 {
    margin-left: 58.33333333%;
  }
  .col.pull-l7 {
    right: 58.33333333%;
  }
  .col.push-l7 {
    left: 58.33333333%;
  }
  .col.l7 {
    width: 58.33333333%;
  }
  .col.offset-l8 {
    margin-left: 66.66666667%;
  }
  .col.pull-l8 {
    right: 66.66666667%;
  }
  .col.push-l8 {
    left: 66.66666667%;
  }
  .col.l8 {
    width: 66.66666667%;
  }
  .col.offset-l9 {
    margin-left: 75%;
  }
  .col.pull-l9 {
    right: 75%;
  }
  .col.push-l9 {
    left: 75%;
  }
  .col.l9 {
    width: 75%;
  }
  .col.offset-l10 {
    margin-left: 83.33333333%;
  }
  .col.pull-l10 {
    right: 83.33333333%;
  }
  .col.push-l10 {
    left: 83.33333333%;
  }
  .col.l10 {
    width: 83.33333333%;
  }
  .col.offset-l11 {
    margin-left: 91.66666667%;
  }
  .col.pull-l11 {
    right: 91.66666667%;
  }
  .col.push-l11 {
    left: 91.66666667%;
  }
  .col.l11 {
    width: 91.66666667%;
  }
  .col.offset-l12 {
    margin-left: 100%;
  }
  .col.pull-l12 {
    right: 100%;
  }
  .col.push-l12 {
    left: 100%;
  }
  .col.l12 {
    width: 100%;
  }
}
@media screen and (min-width: 1170px) {
  .col.offset-w1 {
    margin-left: 8.33333333%;
  }
  .col.pull-w1 {
    right: 8.33333333%;
  }
  .col.push-w1 {
    left: 8.33333333%;
  }
  .col.w1 {
    width: 8.33333333%;
  }
  .col.offset-w2 {
    margin-left: 16.66666667%;
  }
  .col.pull-w2 {
    right: 16.66666667%;
  }
  .col.push-w2 {
    left: 16.66666667%;
  }
  .col.w2 {
    width: 16.66666667%;
  }
  .col.offset-w3 {
    margin-left: 25%;
  }
  .col.pull-w3 {
    right: 25%;
  }
  .col.push-w3 {
    left: 25%;
  }
  .col.w3 {
    width: 25%;
  }
  .col.offset-w4 {
    margin-left: 33.33333333%;
  }
  .col.pull-w4 {
    right: 33.33333333%;
  }
  .col.push-w4 {
    left: 33.33333333%;
  }
  .col.w4 {
    width: 33.33333333%;
  }
  .col.offset-w5 {
    margin-left: 41.66666667%;
  }
  .col.pull-w5 {
    right: 41.66666667%;
  }
  .col.push-w5 {
    left: 41.66666667%;
  }
  .col.w5 {
    width: 41.66666667%;
  }
  .col.offset-w6 {
    margin-left: 50%;
  }
  .col.pull-w6 {
    right: 50%;
  }
  .col.push-w6 {
    left: 50%;
  }
  .col.w6 {
    width: 50%;
  }
  .col.offset-w7 {
    margin-left: 58.33333333%;
  }
  .col.pull-w7 {
    right: 58.33333333%;
  }
  .col.push-w7 {
    left: 58.33333333%;
  }
  .col.w7 {
    width: 58.33333333%;
  }
  .col.offset-w8 {
    margin-left: 66.66666667%;
  }
  .col.pull-w8 {
    right: 66.66666667%;
  }
  .col.push-w8 {
    left: 66.66666667%;
  }
  .col.w8 {
    width: 66.66666667%;
  }
  .col.offset-w9 {
    margin-left: 75%;
  }
  .col.pull-w9 {
    right: 75%;
  }
  .col.push-w9 {
    left: 75%;
  }
  .col.w9 {
    width: 75%;
  }
  .col.offset-w10 {
    margin-left: 83.33333333%;
  }
  .col.pull-w10 {
    right: 83.33333333%;
  }
  .col.push-w10 {
    left: 83.33333333%;
  }
  .col.w10 {
    width: 83.33333333%;
  }
  .col.offset-w11 {
    margin-left: 91.66666667%;
  }
  .col.pull-w11 {
    right: 91.66666667%;
  }
  .col.push-w11 {
    left: 91.66666667%;
  }
  .col.w11 {
    width: 91.66666667%;
  }
  .col.offset-w12 {
    margin-left: 100%;
  }
  .col.pull-w12 {
    right: 100%;
  }
  .col.push-w12 {
    left: 100%;
  }
  .col.w12 {
    width: 100%;
  }
}
.col.flo {
  float: left;
}
.col.pad {
  padding: 0 0.75rem;
}
.site-navigation ul {
  margin: 0;
  padding: 0 0 1em 0;
}
.site-navigation li {
  list-style: none;
  padding: 0.1em 0;
}
.site-navigation li a,
.site-navigation li label {
  display: block;
  padding: 0.5em 0.8em;
  color: currentColor;
  text-decoration: none;
}
body.nav-opened {
  overflow: hidden;
}
.button-nav {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: left;
  height: 50px;
  width: 50px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  -webkit-transition: left 0.2s ease-out 0s;
  -moz-transition: left 0.2s ease-out 0s;
  -o-transition: left 0.2s ease-out 0s;
  -ms-transition: left 0.2s ease-out 0s;
  transition: left 0.2s ease-out 0s;
  transform-origin: 50% 50%;
}
.button-nav .bars {
  cursor: pointer;
  width: 50px;
  height: 50px;
  transform-origin: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.button-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  display: none;
}
.button-nav em {
  display: none;
}
.button-nav span {
  -webkit-transition: 0.15s transform ease-in-out;
  -moz-transition: 0.15s transform ease-in-out;
  -o-transition: 0.15s transform ease-in-out;
  -ms-transition: 0.15s transform ease-in-out;
  transition: 0.15s transform ease-in-out;
  display: block;
  width: 20px;
  overflow: hidden;
  background: #2c282a;
  position: absolute;
  left: 15px;
  transform-origin: center center;
}
.button-nav span::after {
  position: absolute;
  display: block;
  content: "";
  width: 110%;
  height: 100%;
  top: 0;
  left: 100%;
  background-color: #ffffff;
  -webkit-transition: 0.3s left ease-in-out;
  -moz-transition: 0.3s left ease-in-out;
  -o-transition: 0.3s left ease-in-out;
  -ms-transition: 0.3s left ease-in-out;
  transition: 0.3s left ease-in-out;
}
.button-nav span.thin {
  height: 2px;
  top: 24px;
}
.button-nav span.fat {
  height: 2px;
}
.button-nav span.fat.top {
  top: 18px;
}
.button-nav span.fat.bottom {
  top: 30px;
}
.button-nav .fat.top::after {
  transition-delay: 0.7s;
}
.button-nav .thin::after {
  transition-delay: 0.5s;
}
.button-nav .fat.bottom::after {
  transition-delay: 0.6s;
}
.button-nav .bar::after {
  left: 110%;
}
@media (hover: hover) {
  .button-nav .button-nav:hover .fat.top {
    -webkit-transform: rotate(45deg) translate(6px, -4px) scale(0.7, 1.5);
    -moz-transform: rotate(45deg) translate(6px, -4px) scale(0.7, 1.5);
    -ms-transform: rotate(45deg) translate(6px, -4px) scale(0.7, 1.5);
    -o-transform: rotate(45deg) translate(6px, -4px) scale(0.7, 1.5);
    transform: rotate(45deg) translate(6px, -4px) scale(0.7, 1.5);
  }
  .button-nav .button-nav:hover .fat.bottom {
    -webkit-transform: rotate(-45deg) translate(6px, 4px) scale(0.7, 1.5);
    -moz-transform: rotate(-45deg) translate(6px, 4px) scale(0.7, 1.5);
    -ms-transform: rotate(-45deg) translate(6px, 4px) scale(0.7, 1.5);
    -o-transform: rotate(-45deg) translate(6px, 4px) scale(0.7, 1.5);
    transform: rotate(-45deg) translate(6px, 4px) scale(0.7, 1.5);
  }
}
.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  position: fixed;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  background-color: black;
  will-change: opacity;
  backface-visibility: hidden;
  transform: translateX(-105%);
  z-index: 997;
}
.overlay label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  display: none;
}
.overlay label em {
  display: none;
}
@media screen and (max-width: 979px) {
  .site-navigation {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    /*height: calc(100% + 60px);
    height: -moz-calc(100%); //Temporary Firefox Fix*/
    padding-bottom: 60px;
    background-color: #ffffff;
    z-index: 998;
    overflow-y: auto;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(-105%);
    -webkit-transition: transform 0.2s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: transform 0.2s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: transform 0.2s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -ms-transition: transform 0.2s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: transform 0.2s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  }
  input[id*=toggler-navigation][id*="closed"]:checked ~ .button-nav label[for*=toggler-navigation-opened],
  input[id*=toggler-navigation][id*="closed"]:checked ~ .overlay label[for*=toggler-navigation-opened] {
    display: block;
  }
  input[id*=toggler-navigation][id*="opened"]:checked ~ .toggled-navigation {
    transform: translateX(0);
  }
  input[id*=toggler-navigation][id*="opened"]:checked ~ .toggled-navigation ~ .overlay {
    transform: translateX(0);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
    -webkit-transition: opacity 0.2s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: opacity 0.2s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: opacity 0.2s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -ms-transition: opacity 0.2s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: opacity 0.2s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  input[id*=toggler-navigation][id*="opened"]:checked ~ .button-nav .bar {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  input[id*=toggler-navigation][id*="opened"]:checked ~ .button-nav .bar.thin.top {
    -webkit-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
    -moz-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
    -ms-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
    -o-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
    transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  input[id*=toggler-navigation][id*="opened"]:checked ~ .button-nav .bar.thin.bottom {
    -webkit-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
    -moz-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
    -ms-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
    -o-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
    transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  input[id*=toggler-navigation][id*="opened"]:checked ~ .button-nav .bar.fat.top {
    -webkit-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
    -moz-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
    -ms-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
    -o-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
    transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  input[id*=toggler-navigation][id*="opened"]:checked ~ .button-nav .bar.fat.bottom {
    -webkit-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
    -moz-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
    -ms-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
    -o-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
    transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  input[id*=toggler-navigation][id*="opened"]:checked ~ .button-nav label[for*=toggler-navigation-closed],
  input[id*=toggler-navigation][id*="opened"]:checked ~ .overlay label[for*=toggler-navigation-closed] {
    display: block;
  }
  html.navigation-opened body {
    overflow: hidden;
  }
}
.panel-opened {
  transform: translateX(0);
}
.panel-opened ~ .overlay {
  transform: translateX(0);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: opacity 0.2s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: opacity 0.2s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -ms-transition: opacity 0.2s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: opacity 0.2s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
@media screen and (min-width: 980px) {
  input[id*=toggler]:not([id*="opened"]):checked ~ .button-nav {
    display: none;
  }
}
input[id*=toggler]:checked {
  background-color: #008000;
}
/* ---- responsive display specifications */
.showm {
  display: none;
}
.showl {
  display: none;
}
.showw {
  display: none;
}
.hidem {
  display: block;
}
.hidel {
  display: block;
}
.hidew {
  display: block;
}
/*-- prior */
.hides {
  display: none;
}
.shows {
  display: block;
}
.s-lt span span {
  background-position: left top;
}
.s-ct span span {
  background-position: center top;
}
.s-rt span span {
  background-position: right top;
}
.s-lc span span {
  background-position: left center;
}
.s-cc span span {
  background-position: center center;
}
.s-rc span span {
  background-position: right center;
}
.s-lb span span {
  background-position: left bottom;
}
.s-cb span span {
  background-position: center bottom;
}
.s-rb span span {
  background-position: right bottom;
}
/* -------------- tablette */
@media screen and (min-width: 640px) {
  .shows {
    display: none;
  }
  .showl {
    display: none;
  }
  .showw {
    display: none;
  }
  .hides {
    display: block;
  }
  .hidel {
    display: block;
  }
  .hidew {
    display: block;
  }
  /*-- prior */
  .showm {
    display: block;
  }
  .hidem {
    display: none;
  }
}
/* -------------- desktop */
@media screen and (min-width: 980px) {
  .shows {
    display: none;
  }
  .showm {
    display: none;
  }
  .showw {
    display: none;
  }
  .hides {
    display: block;
  }
  .hidem {
    display: block;
  }
  .hidew {
    display: block;
  }
  /*-- prior */
  .showl {
    display: block;
  }
  .hidel {
    display: none;
  }
  .l-lt span span {
    background-position: left top;
  }
  .l-ct span span {
    background-position: center top;
  }
  .l-rt span span {
    background-position: right top;
  }
  .l-lc span span {
    background-position: left center;
  }
  .l-cc span span {
    background-position: center center;
  }
  .l-rc span span {
    background-position: right center;
  }
  .l-lb span span {
    background-position: left bottom;
  }
  .l-cb span span {
    background-position: center bottom;
  }
  .l-rb span span {
    background-position: right bottom;
  }
}
/* -------------- wide screens */
@media screen and (min-width: 1170px) {
  .shows {
    display: none;
  }
  .showm {
    display: none;
  }
  .showl {
    display: none;
  }
  .hides {
    display: block;
  }
  .hidem {
    display: block;
  }
  .hidel {
    display: block;
  }
  /*-- prior */
  .showw {
    display: block;
  }
  .hidew {
    display: none;
  }
}
/* -------------- mobile first */
#responsive-stylesheet {
  /*-- instanciated by JS : used to synch css and js during screen detection size--*/
  position: absolute;
  z-index: 1001;
  letter-spacing: 1px;
  /* -------------- tablette */
  /* -------------- desktop */
  /* -------------- wide screens */
}
@media screen and (min-width: 640px) {
  #responsive-stylesheet {
    z-index: 1002;
  }
}
@media screen and (min-width: 980px) {
  #responsive-stylesheet {
    z-index: 1003;
  }
}
@media screen and (min-width: 1170px) {
  #responsive-stylesheet {
    z-index: 1004;
  }
}
@media (hover: hover) {
  #responsive-stylesheet {
    letter-spacing: 2px;
  }
}
/* ---------------- THIS SECTION MUST STAY AT THE END OF THIS FILE ----------------*/
@font-face {
  font-family: 'theme-icon';
  src: url('https://preprod.altamir.lwm.li/wp-content/themes/labase-altamir/css/../fonts/theme-icon.ttf?job3qi') format('truetype'), url('https://preprod.altamir.lwm.li/wp-content/themes/labase-altamir/css/../fonts/theme-icon.woff?job3qi') format('woff'), url('https://preprod.altamir.lwm.li/wp-content/themes/labase-altamir/css/../fonts/theme-icon.svg?job3qi#theme-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon,
[class*="icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-linkedin::before {
  content: "\69";
}
.icon-twitter::before {
  content: "\1f426";
}
.icon-youtube::before {
  content: "\25b7";
}
.icon-close::before {
  content: "\58";
}
.icon-search::before {
  content: "\6f";
}
.icon-altamir-full::before {
  content: "\27ce";
}
.icon-altamir-litdevin::before {
  content: "\2a5c";
}
.icon-altamir::before {
  content: "\41";
}
.icon-arrow-bottom::before {
  content: "\2193";
}
.icon-arrow-left::before {
  content: "\2190";
}
.icon-arrow-right::before {
  content: "\2192";
}
.icon-arrow-top::before {
  content: "\2191";
}
.icon-check::before {
  content: "\2713";
}
.icon-chevron-bottom::before {
  content: "\2c5";
}
.icon-chevron-left::before {
  content: "\2c2";
}
.icon-chevron-right::before {
  content: "\2c3";
}
.icon-chevron-top::before {
  content: "\2c4";
}
.icon-download::before {
  content: "\21ea";
}
.icon-mail::before {
  content: "\1f4e7";
}
.icon-more-dot::before {
  content: "\2e";
}
.icon-performance::before {
  content: "\219d";
}
.icon-target::before {
  content: "\229a";
}
.icon-world::before {
  content: "\1f310";
}
/* ------------ fonts */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}
body {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
}
p {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 140%;
}
@media screen and (min-width: 640px) {
  p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 980px) {
  p {
    font-size: 20px;
    font-size: 2rem;
  }
}
h1,
.h1 {
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 125%;
  margin: 0 0 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  h1,
  .h1 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  h1,
  .h1 {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (min-width: 1170px) {
  h1,
  .h1 {
    margin-bottom: 40px;
  }
}
h2,
.h2 {
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 90%;
  margin: 0 0 30px;
  text-transform: uppercase;
}
h2 small,
.h2 small {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 75%;
  font-weight: normal;
  display: block;
}
h2 strong,
.h2 strong {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 120%;
  font-weight: normal;
  display: block;
}
@media screen and (min-width: 640px) {
  h2,
  .h2 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 980px) {
  h2,
  .h2 {
    font-size: 40px;
    font-size: 4rem;
  }
}
h3,
.h3 {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 15px;
}
@media screen and (min-width: 980px) {
  h3,
  .h3 {
    margin-bottom: 40px;
  }
}
h4,
.h4 {
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
}
p + p,
p + ul {
  margin-top: 20px;
}
p + h3,
ul + h3,
ul + p {
  margin-top: 40px;
}
blockquote {
  font-family: 'Georgia', serif;
  font-weight: normal;
}
.article-content ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.article-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}
.article-content ul li:last-child {
  margin-bottom: 0;
}
.article-content ul li::before {
  content: "";
  top: 6px;
  left: 0;
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #1a1a1a;
}
@media screen and (min-width: 640px) {
  .article-content ul {
    padding-left: 20px;
    margin-bottom: 40px;
  }
}
.text-font {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
}
.alt-font {
  font-family: 'Georgia', serif;
  font-weight: normal;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 99999s;
  -moz-transition-delay: 99999s;
  -webkit-transition-delay: 99999s;
}
.credit {
  display: none;
}
.grecaptcha-badge {
  display: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.wrapper,
.inner {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
.inner {
  max-width: 1170px;
}
/* overlay */
.overlay {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  -moz-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  -o-transform: translateX(-105%);
  transform: translateX(-105%);
}
.navigation-theme .overlay {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1 !important;
}
.popin-theme .overlay {
  background: #ffffff;
  opacity: 1 !important;
}
input[id^=site-toggler][id$="-opened"]:checked ~ .overlay {
  -webkit-animation: overskew-from-left 0.7s;
  -moz-animation: overskew-from-left 0.7s;
  -o-animation: overskew-from-left 0.7s;
  animation: overskew-from-left 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.has-been-toggled .overlay {
  -webkit-animation: overskew-to-right 0.7s;
  -moz-animation: overskew-to-right 0.7s;
  -o-animation: overskew-to-right 0.7s;
  animation: overskew-to-right 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
/**
 * Simple fade transition
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-iframe-holder .mfp-close {
  display: none;
}
.mfp-wrap::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\58";
}
.mfp-wrap::before {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 20px;
  color: white;
  cursor: pointer;
  z-index: 1;
}
/* IMAGES */
.category-uncropped:not(.sticky) .picture.picture::before {
  display: none;
}
.category-uncropped:not(.sticky) .picture.picture .padder {
  display: block;
}
input[id*=toggler-navigation][id*="closed"]:checked ~ .button-nav label[for*=toggler-navigation-opened],
input[id*=toggler-navigation][id*="closed"]:checked ~ .overlay label[for*=toggler-navigation-opened] {
  display: block;
}
input[id*=toggler-navigation][id*="opened"]:checked ~ .toggled-navigation {
  transform: translateX(0);
}
input[id*=toggler-navigation][id*="opened"]:checked ~ .toggled-navigation ~ .overlay {
  transform: translateX(0);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: opacity 0.2s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: opacity 0.2s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -ms-transition: opacity 0.2s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: opacity 0.2s 0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
input[id*=toggler-navigation][id*="opened"]:checked ~ .button-nav .bar {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
input[id*=toggler-navigation][id*="opened"]:checked ~ .button-nav .bar.thin.top {
  -webkit-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -moz-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -ms-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -o-transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
  transform: rotate(45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
input[id*=toggler-navigation][id*="opened"]:checked ~ .button-nav .bar.thin.bottom {
  -webkit-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -moz-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -ms-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -o-transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
  transform: rotate(-45deg) translate(-6px, 0px) scale(0.7, 1.5);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
input[id*=toggler-navigation][id*="opened"]:checked ~ .button-nav .bar.fat.top {
  -webkit-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
  -moz-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
  -ms-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
  -o-transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
  transform: rotate(-45deg) translate(3px, 4px) scale(0.6, 1.5);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
input[id*=toggler-navigation][id*="opened"]:checked ~ .button-nav .bar.fat.bottom {
  -webkit-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
  -moz-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
  -ms-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
  -o-transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
  transform: rotate(45deg) translate(3px, -4px) scale(0.6, 1.5);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
input[id*=toggler-navigation][id*="opened"]:checked ~ .button-nav label[for*=toggler-navigation-closed],
input[id*=toggler-navigation][id*="opened"]:checked ~ .overlay label[for*=toggler-navigation-closed] {
  display: block;
}
html.navigation-opened body {
  overflow: hidden;
}
@media screen and (max-width: 979px) {
  .opener {
    display: none;
  }
}
.btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 10px 40px;
  line-height: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  outline: none;
  color: #ffffff;
  position: relative;
  -webkit-transition: padding 0.2s 0.1s ease-in-out;
  -moz-transition: padding 0.2s 0.1s ease-in-out;
  -o-transition: padding 0.2s 0.1s ease-in-out;
  -ms-transition: padding 0.2s 0.1s ease-in-out;
  transition: padding 0.2s 0.1s ease-in-out;
}
.btn::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2192";
}
.btn::before {
  opacity: 0;
  font-size: 20px;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -moz-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -o-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -ms-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
}
.btn:hover {
  padding-left: 30px;
  padding-right: 50px;
}
.btn:hover::before {
  opacity: 1;
  right: 15px;
}
html {
  scroll-behavior: smooth;
}
html body {
  overflow-x: hidden;
}
html body.popinopen {
  overflow: hidden;
}
html body.archive {
  background: #EDEDED;
}
a.logo {
  color: white;
  width: 170px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
a.logo svg path {
  fill: currentColor;
  -webkit-transition: color 0.2s 0.1s ease-in-out;
  -moz-transition: color 0.2s 0.1s ease-in-out;
  -o-transition: color 0.2s 0.1s ease-in-out;
  -ms-transition: color 0.2s 0.1s ease-in-out;
  transition: color 0.2s 0.1s ease-in-out;
}
a.logo .slogan {
  color: currentColor;
  line-height: 1;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: color 0.2s 0.1s ease-in-out;
  -moz-transition: color 0.2s 0.1s ease-in-out;
  -o-transition: color 0.2s 0.1s ease-in-out;
  -ms-transition: color 0.2s 0.1s ease-in-out;
  transition: color 0.2s 0.1s ease-in-out;
}
a.logo .slogan span {
  position: absolute;
  top: -500px;
  opacity: 0;
  display: none;
}
.search-site {
  background: rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 15px 0;
  margin-bottom: 15px;
}
.search-site::before {
  font-size: 25px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.4);
}
.search-site form input {
  background: transparent;
  border: 0 none;
  color: black;
  outline: none;
  padding-left: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 50px);
  z-index: 1;
}
.search-site form input:valid + button {
  opacity: 1;
}
.search-site form button {
  -webkit-transition: opacity 0.2s 0.1s ease-in-out;
  -moz-transition: opacity 0.2s 0.1s ease-in-out;
  -o-transition: opacity 0.2s 0.1s ease-in-out;
  -ms-transition: opacity 0.2s 0.1s ease-in-out;
  transition: opacity 0.2s 0.1s ease-in-out;
  opacity: 0;
  position: absolute;
  outline: none;
  padding: 0;
  box-sizing: border-box;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  border: 0 none;
  width: 50px;
}
.search-site form button[type="submit"] {
  left: 0;
  z-index: 2;
  width: 40px;
}
.search-site form button::before {
  font-size: 20px;
  color: black;
}
body.search .search-title {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 70px;
  color: rgba(0, 0, 0, 0.4);
}
body.search .search-title span {
  display: inline-block;
  vertical-align: top;
  color: #962b4e;
}
body.search .search-title span:first-of-type {
  padding-right: 10px;
}
body.search .search-title span:last-of-type {
  padding-left: 10px;
}
body.search ul.results li {
  position: relatove;
  padding-left: 0;
}
body.search ul.results li::before {
  display: none;
}
body.search ul.results li .titre {
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  font-size: 20px;
  font-size: 2rem;
  color: #471425;
  line-height: 125%;
}
body.search ul.results li .lien {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  line-height: 125%;
  color: #962b4e;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.search ul.results li .extrait {
  margin-top: 20px;
}
body.search ul.results li .extrait p {
  margin: 0;
  color: #888888;
  line-height: 125%;
}
body.search ul.results li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  text-decoration: none;
  color: inherit;
  border: 0 none;
}
body.search ul.results li + li {
  margin-top: 50px;
}
header {
  position: absolute;
  padding: 10px 0 10px 70px;
  left: 0;
  top: 0;
  background: transparent;
  text-align: left;
  width: 100%;
}
.navigation-opened header {
  z-index: 999;
  background: white;
  -webkit-transition: background 0s 0.2s ease-in-out;
  -moz-transition: background 0s 0.2s ease-in-out;
  -o-transition: background 0s 0.2s ease-in-out;
  -ms-transition: background 0s 0.2s ease-in-out;
  transition: background 0s 0.2s ease-in-out;
}
.navigation-opened header a.logo {
  color: #962b4e;
}
.wpcf7 form {
  width: 100%;
}
.wpcf7 form input,
.wpcf7 form textarea,
.wpcf7 form button {
  width: 100%;
  outline: 0 none;
}
.wpcf7 form input {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin-bottom: 10px;
}
.wpcf7 form textarea {
  padding: 20px;
  min-height: 160px;
  height: 160px;
  max-height: 320px;
  resize: vertical;
}
.wpcf7 form input,
.wpcf7 form textarea {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  border: 0 none;
  color: #888888;
}
.wpcf7 form input.wpcf7-not-valid,
.wpcf7 form textarea.wpcf7-not-valid {
  border: 2px solid #962b4e;
}
.wpcf7 form button.btn {
  width: auto;
  background: transparent;
  margin: 0 auto;
  margin-top: 40px;
  color: #962b4e;
  border-color: currentColor;
  font-weight: bold;
}
.wpcf7 form .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  color: white;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  border-color: white;
  padding: 10px;
  margin: 30px 0 0 0;
}
footer {
  color: white;
  position: relative;
}
footer .footer-1 .bloc-form {
  background: #da809d;
  color: #962b4e;
  padding: 50px 20px;
  text-align: center;
}
footer .footer-1 .bloc-form h2 {
  text-align: left;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 30px;
  font-size: 3rem;
  text-transform: none;
}
footer .footer-1 .bloc-contact {
  background: #962b4e;
  color: white;
  padding: 50px 20px;
  text-align: center;
}
footer .footer-1 .bloc-contact .picture {
  width: 150px;
  height: 150px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
footer .footer-1 .bloc-contact h3 {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  text-transform: none;
  margin: 25px 0 5px 0;
  line-height: 1;
}
footer .footer-1 .bloc-contact h3 + h3 {
  margin-top: 20px;
  margin-bottom: 25px;
}
footer .footer-1 .bloc-contact p {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
}
footer .footer-1 .bloc-contact a {
  color: white;
  text-decoration: none;
}
footer .footer-2 {
  background: #f1cfda;
  padding: 65px 20px 50px;
}
footer .footer-2 a.logo {
  color: #D3A8B6;
  position: relative;
  padding-left: 55px;
  width: 100%;
  margin-bottom: 40px;
}
footer .footer-2 a.logo::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\27ce";
}
footer .footer-2 a.logo::before {
  color: #962b4e;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer .footer-2 ul li {
  margin-bottom: 25px;
}
footer .footer-2 ul li:last-child {
  margin-bottom: 0;
}
footer .footer-2 ul li.black {
  margin-top: 50px;
}
footer .footer-2 ul li.black + .black {
  margin-top: 0;
}
footer .footer-2 ul li.black a {
  color: black;
}
footer .footer-2 ul li a {
  text-decoration: none;
  color: #962b4e;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
}
footer .footer-2 ul li ul {
  padding-left: 40px;
  margin-top: 10px;
  margin-bottom: 0;
}
footer .footer-2 ul li ul li {
  margin-bottom: 10px;
  line-height: 1;
}
footer .footer-2 ul li ul li a {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
}
footer .footer-2 div.socials {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #962b4e;
  max-width: 400px;
}
footer .footer-2 div.socials > div {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  color: #962b4e;
}
footer .footer-2 div.socials ul {
  display: block;
  margin-top: 15px;
}
footer .footer-2 div.socials ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
footer .footer-2 div.socials ul li a {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  color: white;
  background: #962b4e;
  text-align: center;
  position: relative;
  text-decoration: none;
}
footer .footer-2 div.socials ul li a::before {
  opacity: 1;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px !important;
  height: auto;
  background: transparent;
}
footer .footer-2 div.socials ul li a[href*="linkedin"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\69";
}
footer .footer-2 div.socials ul li a[href*="youtube"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\25b7";
}
footer .footer-2 div.socials ul li a[href*="twitter"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\1f426";
}
footer .footer-2 div.socials ul li + li {
  margin-left: 10px;
}
.language-selector {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 50px;
}
.language-selector > ul li a {
  position: relative;
  line-height: 50px;
  height: 50px;
  width: 40px;
  display: inline-block;
  vertical-align: top;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.language-selector > ul li a::before {
  position: absolute;
  right: 0;
  font-size: 15px;
  line-height: 50px;
}
.language-selector > ul li a + ul {
  right: -5px;
  margin-top: -10px;
  position: relative;
  width: calc(100% + 10px);
  -webkit-transition: right 0.2s 0.1s ease-in-out, opacity 0.2s 0.1s ease-in-out;
  -moz-transition: right 0.2s 0.1s ease-in-out, opacity 0.2s 0.1s ease-in-out;
  -o-transition: right 0.2s 0.1s ease-in-out, opacity 0.2s 0.1s ease-in-out;
  -ms-transition: right 0.2s 0.1s ease-in-out, opacity 0.2s 0.1s ease-in-out;
  transition: right 0.2s 0.1s ease-in-out, opacity 0.2s 0.1s ease-in-out;
  z-index: 1;
}
.language-selector > ul li a + ul:hover {
  right: 5px;
  opacity: 1;
}
.language-selector > ul li a + ul li a {
  line-height: normal;
  height: auto;
  padding: 5px;
  cursor: pointer;
}
.language-selector > ul li a:hover + ul {
  right: 5px;
  opacity: 1;
}
.language-selector > ul ul {
  opacity: 0;
}
.site-navigation {
  padding-bottom: 0;
  padding-top: 90px;
  color: #962b4e;
  background-color: white;
  width: 100%;
  position: fixed;
}
.site-navigation .inner {
  height: 100%;
  overflow: auto;
}
.site-navigation ul {
  padding: 0;
  margin: 0;
}
.site-navigation ul.secondary-navigation {
  padding-top: 15px;
  padding-bottom: 30px;
  margin-top: 15px;
  background: #efdfe4;
}
.site-navigation ul.secondary-navigation li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
}
.site-navigation li {
  padding: 0;
  position: relative;
}
.site-navigation li::before {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
}
.site-navigation li[class*="icon-"].icon-search {
  display: none;
}
.site-navigation li[class*="icon-"]::before {
  pointer-events: none;
}
.site-navigation li[class*="icon-"] a {
  padding-left: 75px;
}
.site-navigation li.black a {
  color: black !important;
}
.site-navigation li.current-menu-ancestor > a,
.site-navigation li.current-menu-item > a {
  position: relative;
}
.site-navigation li.current-menu-ancestor > a::after,
.site-navigation li.current-menu-item > a::after {
  position: absolute;
  width: 30px;
  background: currentColor;
  content: "";
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.site-navigation li.current-menu-item > a {
  font-weight: bold;
}
.site-navigation li.current-menu-item:not(.menu-item-has-children):not(.icon-mail) > a::after {
  width: 70px;
}
.site-navigation li a {
  padding: 15px 40px;
}
.site-navigation li ul {
  margin-top: 5px;
}
.site-navigation li ul li a {
  text-transform: lowercase;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px !important;
  padding: 5px 40px 5px 80px;
}
/* MENU HEADER */
.button-nav {
  position: absolute;
  left: 5px;
  top: 10px;
}
.button-nav .bar::after {
  left: 0%;
}
.button-nav span {
  width: 25px;
  background-color: white;
  -webkit-transition: background 0.2s 0.05s ease-in-out !important;
  -moz-transition: background 0.2s 0.05s ease-in-out !important;
  -o-transition: background 0.2s 0.05s ease-in-out !important;
  -ms-transition: background 0.2s 0.05s ease-in-out !important;
  transition: background 0.2s 0.05s ease-in-out !important;
}
.button-nav span::after {
  background-color: white;
  -webkit-transition: background 0.2s 0.05s ease-in-out !important;
  -moz-transition: background 0.2s 0.05s ease-in-out !important;
  -o-transition: background 0.2s 0.05s ease-in-out !important;
  -ms-transition: background 0.2s 0.05s ease-in-out !important;
  transition: background 0.2s 0.05s ease-in-out !important;
}
.button-nav span.thin {
  width: 15px;
  top: 25px;
}
.button-nav span.fat.bottom {
  top: 32px;
}
.button-nav span.fat.top {
  width: 22px;
}
.navigation-opened .button-nav span,
.navigation-opened .button-nav span::after {
  background: #962b4e;
}
.navigation-opened .button-nav span {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.navigation-opened .button-nav span.fat {
  width: 10px;
  transform-origin: left;
  -webkit-transition: transform 0.2s 0.1s ease-in-out, width 0.2s 0.1s ease-in-out !important;
  -moz-transition: transform 0.2s 0.1s ease-in-out, width 0.2s 0.1s ease-in-out !important;
  -o-transition: transform 0.2s 0.1s ease-in-out, width 0.2s 0.1s ease-in-out !important;
  -ms-transition: transform 0.2s 0.1s ease-in-out, width 0.2s 0.1s ease-in-out !important;
  transition: transform 0.2s 0.1s ease-in-out, width 0.2s 0.1s ease-in-out !important;
}
.navigation-opened .button-nav span.fat.top {
  -webkit-transform: rotate(-45deg) translate(-4px, 2px) !important;
  -moz-transform: rotate(-45deg) translate(-4px, 2px) !important;
  -ms-transform: rotate(-45deg) translate(-4px, 2px) !important;
  -o-transform: rotate(-45deg) translate(-4px, 2px) !important;
  transform: rotate(-45deg) translate(-4px, 2px) !important;
}
.navigation-opened .button-nav span.fat.bottom {
  -webkit-transform: rotate(45deg) translate(-4px, -2px) !important;
  -moz-transform: rotate(45deg) translate(-4px, -2px) !important;
  -ms-transform: rotate(45deg) translate(-4px, -2px) !important;
  -o-transform: rotate(45deg) translate(-4px, -2px) !important;
  transform: rotate(45deg) translate(-4px, -2px) !important;
}
h1 {
  color: white;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  line-height: 100%;
  text-transform: none;
  margin: 0;
  padding: 0;
}
h1::before {
  margin: 0 auto 30px;
  display: block;
}
section:not(:first-child) {
  background: white;
  position: relative;
}
.cours-de-bourse {
  display: none;
}
.presentation {
  min-height: 100%;
  background: #962b4e;
  padding: 0 20px;
  margin-bottom: 270px;
  position: relative;
}
.presentation .picture {
  opacity: 0.8;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
}
.presentation h1 {
  padding-top: 190px;
  margin-bottom: 60px;
  line-height: 100%;
}
.presentation .liens {
  padding: 0 40px;
  padding-bottom: 190px;
}
.presentation .liens li {
  margin: 0 auto;
  text-align: center;
  display: block;
  color: white;
  max-width: 250px;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
}
.presentation .liens li::before {
  display: block;
  margin-bottom: 15px;
  font-size: 40px;
}
.presentation .liens li + li {
  margin-top: 70px;
}
.presentation .liens li .btn {
  display: block;
  margin: 20px auto 0;
}
.presentation .actualites {
  position: absolute;
  background: white;
  left: -20px;
  right: -20px;
  bottom: -270px;
  padding: 0;
  z-index: 1;
}
.presentation .actualites ul {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  padding: 0 20px 30px;
  margin-top: -80px;
}
.presentation .actualites ul li {
  color: #962b4e;
  padding: 20px;
  background: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  white-space: normal;
  display: inline-block;
  width: 255px;
  height: 160px;
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  vertical-align: top;
  position: relative;
}
.presentation .actualites ul li .titre {
  height: calc(100% - 45px);
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.presentation .actualites ul li .titre::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 50px;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff), color-stop(50%, #ffffff));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%, #ffffff);
}
.presentation .actualites ul li .date {
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888888;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.presentation .actualites ul li .pdf,
.presentation .actualites ul li .youtube {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: transparent;
  text-decoration: none;
  color: #707070;
}
.presentation .actualites ul li .pdf::before,
.presentation .actualites ul li .youtube::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\21ea";
}
.presentation .actualites ul li .pdf::before,
.presentation .actualites ul li .youtube::before {
  color: currentColor;
  font-size: 25px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.presentation .actualites ul li .pdf.youtube::before,
.presentation .actualites ul li .youtube.youtube::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\25b7";
}
.presentation .actualites ul li .pdf.youtube::before,
.presentation .actualites ul li .youtube.youtube::before {
  font-size: 30px;
  bottom: 15px;
}
.presentation .actualites ul li + li {
  margin-left: 20px;
}
.presentation .actualites ul li.addtonews {
  background: #962b4e;
}
.presentation .actualites ul li.addtonews .image {
  position: absolute;
  background: #962b4e;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.15;
}
.presentation .actualites ul li.addtonews .image .picture {
  position: absolute;
  height: 100%;
}
.presentation .actualites ul li.addtonews .titre {
  color: white;
}
.presentation .actualites ul li.addtonews .titre::after {
  display: none;
}
.presentation .actualites ul li.addtonews .date {
  font-weight: bold;
  color: white;
}
.presentation .actualites ul li.addtonews .youtube {
  color: white;
}
.presentation .actualites .more {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 100px;
}
.presentation .actualites .more a {
  border-color: #cccccc;
  color: #888888;
  margin: 0 auto;
}
article > .header {
  padding: 130px 20px 70px 20px;
  margin-bottom: 70px;
  max-height: 600px;
  height: auto;
  position: relative;
  text-align: center;
  background: #962b4e;
}
article > .header::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\27ce";
}
article > .header::before,
article > .header::after {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -25px;
  color: #962b4e;
  left: 50%;
  z-index: 1;
}
article > .header::after {
  background: white;
  content: "";
  bottom: -15px;
  height: 30px;
  width: 30px;
  z-index: 0;
}
article > .header .picture {
  position: absolute;
  opacity: 0.7;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
article > .header .titre {
  position: relative;
}
article > .header .titre div {
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
}
.archive article > .header {
  background: #888888;
  height: 110px;
  padding: 0;
  margin-bottom: 0;
}
.archive article > .header::before {
  color: white;
}
.archive article > .header::after {
  background: #962b4e;
}
.archive article > .header .picture {
  opacity: 0.7;
}
.archive article > .header + .content .titre {
  margin-top: 50px;
  margin-bottom: 50px;
}
.archive article > .header + .content .titre h1 {
  color: #962b4e;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 30px;
  font-size: 3rem;
}
.archive article > .header + .content .titre div {
  text-align: center;
  color: #962b4e;
  margin-top: 10px;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
}
article > .content ul + h2,
article > .content p + h2,
article > .content ul + .zigzag,
article > .content p + .zigzag {
  margin-top: 100px;
}
article > .content .slider {
  margin: 100px 0;
}
.content {
  position: relative;
  padding: 0 20px 100px 20px;
}
.content > *:last-child:not(first-child) {
  margin-bottom: 0;
}
.content h2 {
  line-height: 110%;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 30px;
  font-size: 3rem;
  color: #962b4e;
  text-transform: none;
  margin-bottom: 40px;
}
.content p {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
  color: #330f1a;
}
.content p + p {
  margin-top: 20px;
}
.content p a {
  color: #962b4e;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  padding-bottom: 3px;
}
.content p a:hover {
  color: #6e2039;
}
.content ul {
  margin: 30px 0;
  color: #330f1a;
}
.content ul li {
  padding-left: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
.content ul li::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2713";
}
.content ul li::before {
  font-size: 16px;
  position: absolute;
  top: 5px;
  left: 0;
  color: currentColor;
}
.content ul li + li {
  margin-top: 30px;
}
.content ul li a {
  color: #962b4e;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  padding-bottom: 3px;
}
.content ul li ul li::before {
  top: 11px;
  content: "";
  width: 6px;
  height: 1px;
  background: currentColor;
}
.content ul li ul li + li {
  margin-top: 15px;
}
.content .table {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 50px -20px;
}
.content .table > div {
  padding: 0 20px;
}
.content .table table {
  width: 280%;
  text-align: center;
}
.content .table table thead tr {
  background-color: currentColor;
}
.content .table table thead tr th {
  color: white;
  min-height: 80px;
  padding: 20px;
  border-right: 1px solid #CCCCCC;
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.content .table table thead tr th:first-child {
  max-width: 60vw;
}
.content .table table thead tr th:last-child {
  border-right: 0 none;
}
.content .table table tbody tr:nth-child(even) td::before {
  opacity: 0.08;
}
.content .table table tbody tr.hasContent {
  cursor: pointer;
}
.content .table table tbody tr.hasContent:hover td::before {
  opacity: 0.5;
}
.content .table table tbody tr.hasContent:hover td span,
.content .table table tbody tr.hasContent:hover td:first-child::after {
  color: white;
}
.content .table table tbody tr.hasContent td:first-child::after {
  content: "︙";
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  font-size: 20px;
  font-size: 2rem;
  color: black;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content .table table tbody tr td {
  position: relative;
  border-right: 1px solid #CCCCCC;
  height: 40px;
  padding: 10px 20px;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
}
.content .table table tbody tr td::before {
  -webkit-transition: opacity 0.2s 0.1s ease-in-out;
  -moz-transition: opacity 0.2s 0.1s ease-in-out;
  -o-transition: opacity 0.2s 0.1s ease-in-out;
  -ms-transition: opacity 0.2s 0.1s ease-in-out;
  transition: opacity 0.2s 0.1s ease-in-out;
  background-color: currentColor;
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
}
.content .table table tbody tr td.currentOrder {
  font-weight: bold;
}
.content .table table tbody tr td span,
.content .table table tbody tr td:first-child::after {
  -webkit-transition: color 0.2s 0.1s ease-in-out;
  -moz-transition: color 0.2s 0.1s ease-in-out;
  -o-transition: color 0.2s 0.1s ease-in-out;
  -ms-transition: color 0.2s 0.1s ease-in-out;
  transition: color 0.2s 0.1s ease-in-out;
  color: black;
}
.content .table table tbody tr td:last-child {
  border-right: 0 none;
}
.content .table.hasfilter table thead tr th {
  position: relative;
  padding-bottom: 40px;
  cursor: pointer;
}
.content .table.hasfilter table thead tr th::before,
.content .table.hasfilter table thead tr th::after {
  position: absolute;
  left: calc(50% - 15px);
  right: calc(50% - 15px);
  bottom: 20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0.5;
}
.content .table.hasfilter table thead tr th::before {
  right: auto;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #ffffff transparent;
}
.content .table.hasfilter table thead tr th::after {
  left: auto;
  border-width: 10px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}
.content .table.hasfilter table thead tr th.headerSortDown::before,
.content .table.hasfilter table thead tr th.headerSortUp::after {
  opacity: 1;
}
.content .table .popintable {
  display: block !important;
  cursor: auto;
  position: fixed;
  background: #82495B;
  height: 100vh;
  width: 100vw;
  left: 0;
  padding: 20px;
  overflow-y: auto;
  opacity: 0;
  top: -5vh;
  pointer-events: none;
  z-index: 9999;
  -webkit-transition: opacity 0.2s 0.1s ease-in-out, top 0.2s 0.1s ease-in-out;
  -moz-transition: opacity 0.2s 0.1s ease-in-out, top 0.2s 0.1s ease-in-out;
  -o-transition: opacity 0.2s 0.1s ease-in-out, top 0.2s 0.1s ease-in-out;
  -ms-transition: opacity 0.2s 0.1s ease-in-out, top 0.2s 0.1s ease-in-out;
  transition: opacity 0.2s 0.1s ease-in-out, top 0.2s 0.1s ease-in-out;
}
.content .table .popintable:not(.hidden) {
  top: 0;
  opacity: 1;
  pointer-events: auto;
}
.content .table .popintable .popincontent {
  overflow-y: auto;
  text-align: left;
  background: white;
  position: absolute;
  top: 60px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 80px);
  padding: 0 20px;
  padding-top: 50px;
  color: black;
}
.content .table .popintable .popincontent img {
  min-width: 100px;
  max-width: 100%;
  width: auto;
  height: auto;
}
.content .table .popintable .popincontent .titre {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  margin: 10px 0 40px 0;
}
.content .table .popintable .popincontent .texte p,
.content .table .popintable .popincontent .texte ul li {
  color: black;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 150%;
}
.content .table .popintable .popincontent .texte p:last-of-type,
.content .table .popintable .popincontent .texte ul li:last-of-type {
  margin-top: 50px;
  margin-bottom: 50px;
}
.content .table .popintable .popincontent .texte ul li::before {
  width: 4px;
  height: 4px;
}
.content .table .popintable .popincontent .texte .link {
  text-align: center;
}
.content .table .popintable .popincontent .texte a {
  vertical-align: top;
  text-align: center;
  padding: 10px 40px;
  line-height: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid currentColor;
  text-decoration: none;
  outline: none;
  color: #962b4e;
  position: relative;
  -webkit-transition: padding 0.2s 0.1s ease-in-out;
  -moz-transition: padding 0.2s 0.1s ease-in-out;
  -o-transition: padding 0.2s 0.1s ease-in-out;
  -ms-transition: padding 0.2s 0.1s ease-in-out;
  transition: padding 0.2s 0.1s ease-in-out;
  margin: 0 auto;
  display: inline-block;
  max-width: none;
  width: auto;
}
.content .table .popintable .popincontent .texte a::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2192";
}
.content .table .popintable .popincontent .texte a::before {
  opacity: 0;
  font-size: 20px;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -moz-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -o-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -ms-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
}
.content .table .popintable .popincontent .texte a:hover {
  padding-left: 30px;
  padding-right: 50px;
}
.content .table .popintable .popincontent .texte a:hover::before {
  opacity: 1;
  right: 15px;
}
.content .table .popintable .popinclose {
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
}
.content .table .popintable .popinclose::before,
.content .table .popintable .popinclose::after {
  content: "";
  height: 20px;
  background: white;
  position: absolute;
  margin-top: -10px;
  margin-left: -1.5px;
  top: 50%;
  left: 50%;
  width: 3px;
}
.content .table .popintable .popinclose::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content .table .popintable .popinclose::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.content .table + .table.hasticky {
  margin-top: -50px;
}
.content .table + .wp-block-verse {
  margin-top: -30px;
  margin-bottom: 50px;
}
.content .wp-block-verse {
  white-space: normal;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  display: block;
}
.content .zigzag {
  margin-bottom: 100px;
}
.content .zigzag:last-of-type {
  margin-bottom: 200px;
}
.content .zigzag .header {
  position: relative;
}
.content .zigzag .header::before {
  background: currentColor;
  height: 250%;
  width: 1px;
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  opacity: 0.2;
}
.content .zigzag .header h2 {
  position: relative;
  background: white;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 30px;
  font-size: 3rem;
  text-transform: none;
  margin: 0;
  padding-bottom: 30px;
  color: currentColor;
  line-height: 38px;
}
.content .zigzag .header .sous-titre {
  color: #888888;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 30px 0 60px 70px;
  position: relative;
}
.content .zigzag .picture {
  z-index: 0;
  height: 280px;
  width: calc(100% + 20px);
}
.content .zigzag .picture::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\27ce";
}
.content .zigzag .picture.square {
  width: calc(100vw - 20px);
  height: calc(100vw - 20px);
  max-width: 450px;
  max-height: 450px;
}
.content .zigzag .picture::before,
.content .zigzag .picture .nano::before {
  z-index: 2;
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 50px;
}
.content .zigzag .picture::after {
  position: absolute;
  top: 20px;
  left: -20px;
  background: currentColor;
  width: 40px;
  height: 100%;
  content: "";
  z-index: -1;
}
.content .zigzag .picture .nano::before {
  z-index: 1;
  width: 30px;
  height: 30px;
  content: "";
  background: white;
  bottom: -13px;
}
.content .zigzag .picture .credit {
  display: block;
  position: absolute;
  top: calc(100% + 10px);
  right: 10px;
  text-align: right;
  left: auto;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
.content .zigzag .picture .credit span {
  position: relative !important;
}
.content .zigzag .picture .credit span.titre {
  font-weight: bold;
}
.content .zigzag .contenu {
  position: relative;
}
.content .zigzag .contenu svg {
  display: none;
  pointer-events: none;
}
.content .zigzag .texte {
  margin-top: 60px;
}
.content .zigzag h3 {
  color: currentColor;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  text-transform: none;
  margin: 0 0 30px 0;
}
.content .zigzag ul {
  margin: 0;
  color: currentColor;
}
.content .zigzag ul li {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 40px;
  position: relative;
  color: currentColor;
}
.content .zigzag ul li span {
  color: black;
}
.content .zigzag ul li + li {
  margin-top: 25px;
}
.content .zigzag a {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 10px 40px;
  line-height: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid currentColor;
  text-decoration: none;
  outline: none;
  color: currentColor;
  position: relative;
  -webkit-transition: padding 0.2s 0.1s ease-in-out;
  -moz-transition: padding 0.2s 0.1s ease-in-out;
  -o-transition: padding 0.2s 0.1s ease-in-out;
  -ms-transition: padding 0.2s 0.1s ease-in-out;
  transition: padding 0.2s 0.1s ease-in-out;
  margin: 0 auto;
}
.content .zigzag a::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2192";
}
.content .zigzag a::before {
  opacity: 0;
  font-size: 20px;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -moz-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -o-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -ms-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
}
.content .zigzag a:hover {
  padding-left: 30px;
  padding-right: 50px;
}
.content .zigzag a:hover::before {
  opacity: 1;
  right: 15px;
}
.content .zigzag a:hover {
  color: currentColor;
}
.content .zigzag p + ul {
  margin-top: 20px;
}
.content .zigzag p.link {
  margin: 20px 0 0;
  text-align: center;
  color: currentColor;
  line-height: normal;
}
.content .chiffres_cles {
  margin: 100px auto 100px auto;
}
.content .chiffres_cles li {
  text-align: center;
  padding: 0;
}
.content .chiffres_cles li::before {
  display: none;
}
.content .chiffres_cles li + li {
  margin-top: 40px;
}
.content .chiffres_cles li .number {
  font-size: 60px;
  font-size: 6rem;
  color: #962b4e;
  line-height: 1;
}
.content .chiffres_cles li .number sub {
  font-size: 30px;
  font-size: 3rem;
  bottom: 0;
}
.content .chiffres_cles li [class^="icon-"]::before {
  color: #962b4e;
  font-size: 70px;
  height: 60px;
  display: block;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.content .chiffres_cles li .separator {
  margin: 25px auto 35px auto;
  width: 100px;
  height: 5px;
  background: #EEEEEE;
  position: relative;
}
.content .chiffres_cles li .separator span {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: #962b4e;
}
.content .chiffres_cles li .texte {
  font-size: 20px;
  font-size: 2rem;
  padding: 0 30px;
  color: #888888;
}
.content .slider .swiper-container {
  background: #962b4e;
  width: 100vw;
  margin-left: -20px;
  position: relative;
}
.content .slider .swiper-container::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\27ce";
}
.content .slider .swiper-container::before,
.content .slider .swiper-container::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: calc(100% - 75px);
  color: white;
  z-index: 2;
}
.content .slider .swiper-container::after {
  z-index: 1;
  width: 30px;
  height: 30px;
  content: "";
  background: #962b4e;
  top: calc(100% - 65px);
}
.content .slider .swiper-container .swiper-slide {
  min-height: 280px;
  padding: 20px;
  margin-bottom: 30px;
  top: 0;
  left: 0;
  -webkit-transition: left 0.2s 0.1s ease-in-out, top 0.3s 0.1s ease-in-out;
  -moz-transition: left 0.2s 0.1s ease-in-out, top 0.3s 0.1s ease-in-out;
  -o-transition: left 0.2s 0.1s ease-in-out, top 0.3s 0.1s ease-in-out;
  -ms-transition: left 0.2s 0.1s ease-in-out, top 0.3s 0.1s ease-in-out;
  transition: left 0.2s 0.1s ease-in-out, top 0.3s 0.1s ease-in-out;
}
.content .slider .swiper-container .swiper-slide.swiper-slide-next {
  left: 60px;
  top: 20px;
  z-index: -1;
}
.content .slider .swiper-container .swiper-slide .picture {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  position: absolute;
}
.content .slider .labels {
  background: #962b4e;
  margin-left: -20px;
  width: 100vw;
  position: relative;
  padding: 20px 20px 50px 20px;
  color: white;
  text-align: left;
}
.content .slider .labels h2 {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 30px;
  font-size: 3rem;
  line-height: 38px;
  text-transform: none;
  color: currentColor;
}
.content .slider .labels .swiper-pagination {
  position: relative;
}
.content .slider .labels .swiper-pagination + p {
  margin-top: 40px;
}
.content .slider .labels .swiper-pagination li {
  display: inline-block;
  width: 100%;
  height: auto;
  background: none;
  opacity: 1;
  text-align: left;
  outline: 0 none;
  padding-left: 40px;
  position: relative;
  -webkit-transition: padding 0.2s 0.1s ease-in-out;
  -moz-transition: padding 0.2s 0.1s ease-in-out;
  -o-transition: padding 0.2s 0.1s ease-in-out;
  -ms-transition: padding 0.2s 0.1s ease-in-out;
  transition: padding 0.2s 0.1s ease-in-out;
}
.content .slider .labels .swiper-pagination li::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2713";
}
.content .slider .labels .swiper-pagination li::after {
  opacity: 0;
  position: absolute;
  left: -20px;
  width: 20px;
  height: 1px;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: currentColor;
  -webkit-transition: width 0.3s 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -moz-transition: width 0.3s 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -o-transition: width 0.3s 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -ms-transition: width 0.3s 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: width 0.3s 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
.content .slider .labels .swiper-pagination li::before {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 20px;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.content .slider .labels .swiper-pagination li + li {
  margin-top: 25px;
}
.content .slider .labels .swiper-pagination li.swiper-pagination-bullet-active {
  padding-left: 50px;
}
.content .slider .labels .swiper-pagination li.swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 50px;
}
.content .slider .labels .swiper-pagination li.swiper-pagination-bullet-active::before {
  opacity: 0;
}
.content .slider .labels .swiper-pagination li em {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
}
.content .slider .labels p {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 110%;
  color: currentColor;
}
.content .slider .labels p + p {
  margin-top: 20px;
}
.content .slider .labels a {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 10px 40px;
  line-height: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  outline: none;
  color: #ffffff;
  position: relative;
  -webkit-transition: padding 0.2s 0.1s ease-in-out;
  -moz-transition: padding 0.2s 0.1s ease-in-out;
  -o-transition: padding 0.2s 0.1s ease-in-out;
  -ms-transition: padding 0.2s 0.1s ease-in-out;
  transition: padding 0.2s 0.1s ease-in-out;
}
.content .slider .labels a::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2192";
}
.content .slider .labels a::before {
  opacity: 0;
  font-size: 20px;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -moz-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -o-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -ms-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
}
.content .slider .labels a:hover {
  padding-left: 30px;
  padding-right: 50px;
}
.content .slider .labels a:hover::before {
  opacity: 1;
  right: 15px;
}
.content .slider .labels a::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2192";
}
.content .slider .labels a::before {
  opacity: 0;
  font-size: 20px;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -moz-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -o-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -ms-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
}
.content .slider .labels a:hover {
  padding-left: 30px;
  padding-right: 50px;
}
.content .slider .labels a:hover::before {
  opacity: 1;
  right: 15px;
}
.content .image_texte {
  margin: 100px 0 100px 0;
  color: #962b4e;
}
.content .image_texte .picture {
  position: relative;
  height: 280px;
  width: calc(100% + 20px);
  margin-bottom: 60px;
  z-index: 0;
}
.content .image_texte .picture::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\27ce";
}
.content .image_texte .picture.square {
  width: calc(100vw - 20px);
  height: calc(100vw - 20px);
  max-width: 450px;
  max-height: 450px;
}
.content .image_texte .picture .nano::before,
.content .image_texte .picture::before {
  z-index: 2;
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 50px;
}
.content .image_texte .picture::after {
  position: absolute;
  top: 20px;
  left: -20px;
  background: currentColor;
  width: 40px;
  height: 100%;
  content: "";
  z-index: -1;
}
.content .image_texte .picture .nano::before {
  z-index: 1;
  width: 30px;
  height: 30px;
  content: "";
  background: white;
  bottom: -13px;
}
.content .image_texte .texte h2 {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
}
.content .image_texte .texte h2 strong {
  display: inline;
  font-weight: bold;
  font-size: 100%;
}
.content .image_texte .texte ul li {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  color: black;
  position: relative;
}
.content .image_texte .texte ul li::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2713";
}
.content .image_texte .texte ul li::before {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: auto;
  height: auto;
  color: #962b4e;
  background: none;
  font-size: 16px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content .image_texte .texte ul li p a {
  margin-top: 5px;
}
.content .image_texte .texte ul + p a {
  margin-left: 30px;
}
.content .image_texte .texte a {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 10px 40px;
  line-height: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid currentColor;
  text-decoration: none;
  outline: none;
  color: #962b4e;
  position: relative;
  -webkit-transition: padding 0.2s 0.1s ease-in-out;
  -moz-transition: padding 0.2s 0.1s ease-in-out;
  -o-transition: padding 0.2s 0.1s ease-in-out;
  -ms-transition: padding 0.2s 0.1s ease-in-out;
  transition: padding 0.2s 0.1s ease-in-out;
}
.content .image_texte .texte a::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2192";
}
.content .image_texte .texte a::before {
  opacity: 0;
  font-size: 20px;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -moz-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -o-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -ms-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
}
.content .image_texte .texte a:hover {
  padding-left: 30px;
  padding-right: 50px;
}
.content .image_texte .texte a:hover::before {
  opacity: 1;
  right: 15px;
}
.content .citation {
  background: #e6a7bc;
  padding: 50px 20px;
  margin: 50px -20px 50px 0;
  color: #962b4e;
}
.content .citation .texte {
  max-width: 85%;
}
.content .citation .texte p {
  color: currentColor;
}
.content .citation .auteur,
.content .citation .fonction {
  text-align: right;
  max-width: 50%;
  margin-left: auto;
}
.content .citation .auteur {
  margin-top: 30px;
  font-size: 20px;
  font-size: 2rem;
}
.content .citation .fonction {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
}
.content .crosscontent {
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.content .crosscontent li {
  margin: 0 auto 0 0;
  padding: 0;
  width: 100%;
  height: 400px;
  color: #962b4e;
  text-align: center;
  position: relative;
  -moz-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  max-width: 280px;
}
.content .crosscontent li::before {
  display: none;
}
.content .crosscontent li + li {
  margin-top: 50px;
}
.content .crosscontent li.square {
  max-height: 400px;
}
.content .crosscontent li .picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 120px);
}
.content .crosscontent li .titre {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 125px;
}
.content .crosscontent li .titre div {
  position: absolute;
  padding: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  line-height: 110%;
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  font-size: 25px;
  font-size: 2.5rem;
}
.content .crosscontent li .lien {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  display: block;
  border: 0 none;
  color: inherit;
  padding: 0;
}
.content .list_items {
  position: relative;
  background-size: 0;
}
.content .list_items .list_annees {
  margin: 0 -20px 40px -20px;
  background-image: inherit;
  background-size: 0;
  background-repeat: no-repeat;
  background-color: #888;
  position: relative;
}
.content .list_items .list_annees::before {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  display: block;
  content: "";
  background-image: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.7;
}
.content .list_items .list_annees ul {
  overflow-x: scroll;
  white-space: nowrap;
  position: relative;
  display: block;
  padding: 0 20px;
  margin: 0;
}
.content .list_items .list_annees ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.content .list_items .list_annees ul li + li {
  margin-left: 30px;
}
.content .list_items .list_annees ul li::before {
  display: none;
}
.content .list_items .list_annees ul li.actif a {
  font-weight: bold;
}
.content .list_items .list_annees ul li a {
  line-height: 70px;
  text-decoration: none;
  color: white;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  border: 0 none;
  padding-bottom: 0;
}
.content .list_items .list_cards {
  margin-bottom: 100px;
}
.content .list_items .list_cards ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: normal;
}
.content .list_items .list_cards ul > div {
  width: 100%;
}
.content .list_items .list_cards ul li {
  color: #962b4e;
  padding: 20px;
  background: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  white-space: normal;
  display: inline-block;
  width: 255px;
  min-height: 160px;
  vertical-align: top;
  position: relative;
  margin: 0 auto;
}
.content .list_items .list_cards ul li::before {
  display: none;
}
.content .list_items .list_cards ul li .titre {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  padding-bottom: 40px;
}
.content .list_items .list_cards ul li .date {
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888888;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.content .list_items .list_cards ul li .pdf {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: transparent;
  text-decoration: none;
  color: #707070;
  border: 0 none;
  padding-bottom: 0;
}
.content .list_items .list_cards ul li .pdf::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\21ea";
}
.content .list_items .list_cards ul li .pdf::before {
  color: currentColor;
  font-size: 25px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.content .list_items .list_cards ul li + li {
  margin-top: 50px;
}
.share_price span.label,
.share_price span.valeur {
  letter-spacing: 0.5px;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  width: 100%;
}
.share_price span.label {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 10px;
}
.share_price span.valeur {
  margin-bottom: 10px;
  font-weight: bold;
  color: #962b4e;
}
.share_price hr {
  height: 1px;
  margin: 25px 0;
  background: rgba(0, 0, 0, 0.15);
  border: 0 none;
}
.share_price .intraday {
  position: relative;
}
.share_price .variation_0101 span.label {
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.share_price .historique .iframe,
.share_price .historique .form {
  display: block !important;
}
.share_price .historique .form {
  margin-bottom: 25px;
}
.share_price .historique .form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.share_price .historique .form form .form-group {
  flex-grow: 1;
  width: 100%;
  margin-bottom: 25px;
}
.share_price .historique .form form .form-group label {
  letter-spacing: 0.5px;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 5px;
}
.share_price .historique .form form .form-group select {
  border: 2px solid rgba(0, 0, 0, 0.7);
  background: transparent;
  width: 100%;
  padding: 10px;
}
.share_price .historique .form form .submit {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 10px 40px;
  line-height: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  outline: none;
  color: #ffffff;
  -webkit-transition: padding 0.2s 0.1s ease-in-out;
  -moz-transition: padding 0.2s 0.1s ease-in-out;
  -o-transition: padding 0.2s 0.1s ease-in-out;
  -ms-transition: padding 0.2s 0.1s ease-in-out;
  transition: padding 0.2s 0.1s ease-in-out;
  background-color: #962b4e;
  color: white;
  position: relative;
  min-width: 150px;
  min-height: 40px;
}
.share_price .historique .form form .submit::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2192";
}
.share_price .historique .form form .submit::before {
  opacity: 0;
  font-size: 20px;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -moz-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -o-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -ms-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
}
.share_price .historique .form form .submit:hover {
  padding-left: 30px;
  padding-right: 50px;
}
.share_price .historique .form form .submit:hover::before {
  opacity: 1;
  right: 15px;
}
.share_price .historique .form form .submit::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theme-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2192";
}
.share_price .historique .form form .submit::before {
  opacity: 0;
  font-size: 20px;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -moz-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -o-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  -ms-transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
  transition: opacity 0.2s 0.1s ease-in-out, right 0.2s 0.1s ease-in-out;
}
.share_price .historique .form form .submit:hover {
  padding-left: 30px;
  padding-right: 50px;
}
.share_price .historique .form form .submit:hover::before {
  opacity: 1;
  right: 15px;
}
.share_price .historique .form form .submit input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0 none;
}
@media screen and (min-width: 640px) {
  footer,
  .site-navigation {
    z-index: 1;
  }
  .presentation h1 {
    font-size: 40px;
    font-size: 4rem;
  }
  .presentation h1::before {
    margin-bottom: 15px;
    font-size: 80px;
  }
  .presentation .liens {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
  .presentation .liens li {
    margin: 0;
  }
  .presentation .liens li::before {
    font-size: 50px;
  }
  .presentation .liens li + li {
    margin: 0 0 0 50px;
  }
  article > .header .titre div {
    font-size: 18px;
    font-size: 1.8rem;
  }
  article > .content > .inner {
    padding: 0 150px;
  }
  article > .content ul + h2,
  article > .content p + h2,
  article > .content ul + .zigzag,
  article > .content p + .zigzag {
    margin-top: 100px;
  }
  article > .content .slider {
    width: 100vw;
    margin: 150px 0 200px;
    margin-left: -170px;
  }
  article > .content .slider .labels,
  article > .content .slider .swiper-container {
    margin-left: 0;
  }
  article > .content .image_texte {
    margin-left: -170px;
  }
  article > .content .citation {
    margin-left: -150px;
  }
  .content h2 {
    font-size: 45px;
    font-size: 4.5rem;
  }
  body:not(.home) .content .zigzag {
    margin-left: -150px;
    margin-right: -150px;
  }
  .content .zigzag p {
    margin-top: 40px;
  }
  .content .zigzag a {
    margin: 0 0 0 40px;
  }
  .content .zigzag .header::before {
    left: 170px;
  }
  .content .zigzag .header h2 {
    font-size: 45px;
    font-size: 4.5rem;
  }
  .content .zigzag .header .sous-titre {
    padding-left: 50px;
    margin-left: 170px;
  }
  .content .zigzag .contenu {
    position: relative;
  }
  .content .zigzag .contenu svg {
    display: block;
    position: absolute;
    top: 0;
    right: -25%;
    height: 100%;
    width: 50%;
  }
  .content .zigzag .contenu svg * {
    stroke: currentColor;
    opacity: 0.1;
  }
  .content .zigzag .picture {
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
  }
  .content .zigzag .picture.square {
    max-width: calc(50vw - 20px);
    max-height: calc(50vw - 20px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .content .zigzag .picture.square + .texte {
    min-height: calc(50vw - 20px);
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .content .zigzag .picture .credit {
    top: calc(100% + 30px);
    left: 0px;
    right: auto;
    text-align: left;
  }
  .content .zigzag .texte {
    margin: 0;
    padding: 50px 0 50px calc(50% + 45px);
  }
  .content .zigzag:nth-of-type(2n) .header::before {
    left: auto;
    right: 170px;
  }
  .content .zigzag:nth-of-type(2n) .header h2 {
    text-align: right;
  }
  .content .zigzag:nth-of-type(2n) .header .sous-titre {
    padding-left: 0;
    margin-left: 0;
    padding-right: 50px;
    margin-right: 170px;
    text-align: right;
  }
  .content .zigzag:nth-of-type(2n) .picture {
    right: 0;
    left: auto;
  }
  .content .zigzag:nth-of-type(2n) .picture::after {
    right: -20px;
    left: auto;
  }
  .content .zigzag:nth-of-type(2n) .picture .credit {
    right: auto;
    left: 0;
    text-align: right;
  }
  .content .zigzag:nth-of-type(2n) .contenu svg {
    right: auto;
    left: -25%;
  }
  .content .zigzag:nth-of-type(2n) .texte {
    padding-left: 0;
    padding-right: calc(50% + 45px);
  }
  .content .chiffres_cles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
  body:not(.home) .content .chiffres_cles {
    margin-left: -150px;
    margin-right: -150px;
  }
  .content .chiffres_cles li {
    max-width: 250px;
  }
  .content .chiffres_cles li + li {
    margin-top: 0;
  }
  .content .slider .swiper-container .swiper-slide {
    min-height: 400px;
  }
  .content .slider .swiper-container .swiper-slide.swiper-slide-next {
    left: 20vw;
    top: 40px;
  }
  .content .image_texte {
    position: relative;
    width: 100vw;
    margin-left: -20px;
  }
  .content .image_texte .picture {
    width: calc(50% - 20px);
    margin-left: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .content .image_texte .picture.square {
    max-width: calc(50vw - 20px);
    max-height: calc(50vw - 20px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .content .image_texte .picture.square + .texte {
    min-height: calc(50vw - 20px);
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .content .image_texte .picture .nano::before,
  .content .image_texte .picture::before {
    bottom: auto;
    top: 50%;
    right: -23px;
    left: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .content .image_texte .picture .nano::before {
    right: -13px;
  }
  .content .image_texte .texte {
    margin: 0;
    padding: 50px 20px 50px calc(50% + 45px);
  }
  .content .citation {
    width: calc(100vw - 20px);
    margin-right: 0;
  }
  .content .list_items {
    margin-left: -150px;
    margin-right: -150px;
  }
  .content .list_items .list_annees ul li + li {
    margin-left: 50px;
  }
  .content .list_items .list_cards {
    margin-bottom: 50px;
  }
  .content .list_items .list_cards ul {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 565px;
    margin: 0 auto;
  }
  .content .list_items .list_cards ul li {
    margin-bottom: 50px;
  }
  .content .list_items .list_cards ul li + li {
    margin-top: 0;
  }
  .content .list_items .list_cards ul li:nth-of-type(2n) {
    margin-left: 50px;
  }
  .content .table {
    margin: 100px -170px;
  }
  .content .table table {
    width: 150%;
  }
  .content .table .popintable .popincontent {
    padding: 0 110px;
    padding-top: 50px;
    height: 50vw;
    min-height: 300px;
    max-height: 600px;
    top: 50%;
    width: 70vw;
    max-width: 1170px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .content .table .popintable .popincontent img {
    min-width: 150px;
  }
  .content .table .popintable .popincontent .titre {
    font-size: 30px;
    font-size: 3rem;
  }
  .content .table + .table.hasticky {
    margin-top: -100px;
  }
  .content .table + .wp-block-verse {
    margin-top: -80px;
    margin-bottom: 100px;
  }
  .content .wp-block-verse {
    margin-left: -150px;
    margin-right: -150px;
  }
  .wpcf7 {
    max-width: 480px;
  }
  .wpcf7 form button.btn {
    margin-left: 0;
  }
  footer {
    position: relative;
  }
  footer .footer-1 .bloc-form {
    text-align: left;
  }
  footer .footer-1 .bloc-form h2 {
    font-size: 40px;
    font-size: 4rem;
  }
  footer .footer-1 {
    padding-left: 50%;
  }
  footer .footer-1 .bloc-contact {
    text-align: center;
    width: 100vw;
    margin-left: -50vw;
    position: relative;
    z-index: 1;
  }
  footer .footer-1 .bloc-form {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  footer .footer-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
  }
}
@media screen and (min-width: 980px) {
  body:not(.home) footer {
    margin-top: 100px;
  }
  body:not(.home) .site-navigation > ul:hover li.current-menu-ancestor ul {
    opacity: 0;
    top: 90px;
    z-index: -1;
    pointer-events: none;
  }
  body:not(.home) .site-navigation > ul:hover li:hover ul {
    opacity: 1;
    top: 85px;
    z-index: 1;
    pointer-events: auto;
  }
  body:not(.home) .site-navigation > ul li.current-menu-ancestor ul {
    opacity: 1;
    top: 85px;
    z-index: 1;
    pointer-events: auto;
  }
  body:not(.home) .site-navigation > ul li ul {
    background: transparent;
    box-shadow: none;
  }
  body:not(.home) .site-navigation > ul li ul li {
    color: white;
  }
  body:not(.home) .site-navigation > ul li ul li a {
    padding: 40px 20px 20px!important;
  }
  .cours-de-bourse {
    display: block;
    position: absolute;
    top: 125px;
    right: 100px;
    color: white;
    z-index: 1;
    text-align: right;
  }
  .cours-de-bourse::before {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 12px;
  }
  .cours-de-bourse .row {
    position: relative;
    padding-right: 20px;
  }
  .cours-de-bourse .row .valeur {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cours-de-bourse .row .valeur strong {
    padding-left: 10px;
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cours-de-bourse .row .date {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 10px;
    font-size: 1rem;
  }
  .cours-de-bourse .row .lien {
    color: currentColor;
    position: absolute;
    text-decoration: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
  }
  .cours-de-bourse .row .lien::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'theme-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 50px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\2192";
  }
  .cours-de-bourse .row .lien:hover::before {
    right: -5px;
  }
  .cours-de-bourse .row .lien::before {
    -webkit-transition: right 0.2s 0.1s ease-in-out;
    -moz-transition: right 0.2s 0.1s ease-in-out;
    -o-transition: right 0.2s 0.1s ease-in-out;
    -ms-transition: right 0.2s 0.1s ease-in-out;
    transition: right 0.2s 0.1s ease-in-out;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cours-de-bourse .row .lien a {
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .cours-de-bourse .row .lien a span {
    display: none;
  }
  .cours-de-bourse .row + .row {
    margin-top: 10px;
  }
  .presentation h1 {
    margin-bottom: 100px;
    padding-top: 260px;
  }
  .presentation .liens {
    justify-content: space-around;
    padding-bottom: 250px;
  }
  .presentation .liens li + li {
    margin-left: 0;
  }
  .presentation .actualites {
    padding: 0;
  }
  .presentation .actualites .more {
    margin-bottom: 120px;
  }
  .presentation .actualites ul {
    overflow: hidden;
    white-space: normal;
    padding: 0 20px 20px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
  }
  .presentation .actualites ul li {
    font-size: 16px;
    font-size: 1.6rem;
    bottom: -2.5px;
    -webkit-transition: box-shadow 0.2s 0.1s ease-in-out, bottom 0.2s 0.1s ease-in-out;
    -moz-transition: box-shadow 0.2s 0.1s ease-in-out, bottom 0.2s 0.1s ease-in-out;
    -o-transition: box-shadow 0.2s 0.1s ease-in-out, bottom 0.2s 0.1s ease-in-out;
    -ms-transition: box-shadow 0.2s 0.1s ease-in-out, bottom 0.2s 0.1s ease-in-out;
    transition: box-shadow 0.2s 0.1s ease-in-out, bottom 0.2s 0.1s ease-in-out;
  }
  .presentation .actualites ul li:hover {
    bottom: 0;
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
  .presentation .actualites ul li + li {
    margin-left: 25px;
  }
  .presentation .actualites ul li.addtonews .date {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h1 {
    font-size: 40px;
    font-size: 4rem;
  }
  .search-site {
    display: block;
    opacity: 0;
    text-align: left;
    pointer-events: none;
    z-index: 3;
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 85px;
    padding: 30px 0;
    -webkit-transition: top 0.2s 0.1s ease-in-out, opacity 0.2s 0.1s ease-in-out;
    -moz-transition: top 0.2s 0.1s ease-in-out, opacity 0.2s 0.1s ease-in-out;
    -o-transition: top 0.2s 0.1s ease-in-out, opacity 0.2s 0.1s ease-in-out;
    -ms-transition: top 0.2s 0.1s ease-in-out, opacity 0.2s 0.1s ease-in-out;
    transition: top 0.2s 0.1s ease-in-out, opacity 0.2s 0.1s ease-in-out;
  }
  .search-site::before {
    font-size: 30px;
    left: 25px;
  }
  .search-site::after {
    content: "appuyer sur entrer pour valider";
    color: rgba(0, 0, 0, 0.3);
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    right: 110px;
    top: 50%;
    z-index: 0;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .search-open .search-site {
    top: 90px;
    opacity: 1;
    pointer-events: auto;
  }
  .search-site form input {
    font-size: 25px;
    font-size: 2.5rem;
    padding-left: 70px;
    width: calc(100% - 80px);
  }
  .search-site form button {
    opacity: 0.6;
    width: 80px;
    -webkit-transition: opacity 0.2s 0.1s ease-in-out;
    -moz-transition: opacity 0.2s 0.1s ease-in-out;
    -o-transition: opacity 0.2s 0.1s ease-in-out;
    -ms-transition: opacity 0.2s 0.1s ease-in-out;
    transition: opacity 0.2s 0.1s ease-in-out;
  }
  .search-site form button[type="submit"] {
    width: 65px;
  }
  .search-site form button::before {
    font-size: 25px;
  }
  .search-site form button:hover {
    opacity: 1;
  }
  body.search .search-title {
    font-size: 40px;
    font-size: 4rem;
  }
  article > .header {
    padding-top: 300px;
    padding-bottom: 120px;
  }
  article > .header::before {
    font-size: 80px;
    bottom: -40px;
  }
  article > .header::after {
    width: 40px;
    height: 40px;
    bottom: -20px;
  }
  .archive article > .header {
    height: 250px;
  }
  .archive article > .header + .content .titre {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .archive article > .header + .content .titre h1 {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 40px;
    font-size: 4rem;
  }
  .archive article > .header + .content .titre div {
    margin-top: 20px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.8rem;
  }
  article > .content {
    padding-bottom: 20px;
  }
  article > .content .image_texte {
    margin-top: 100px;
    margin-bottom: 150px;
  }
  article > .content .slider {
    margin-bottom: 200px;
    margin-top: 150px;
  }
  article > .content .slider .swiper-container .swiper-slide {
    max-height: 860px;
  }
  article > .content .slider .labels {
    margin-bottom: 200px;
    width: calc(50vw + 100px);
    margin-left: calc(50vw - 100px);
    min-height: calc(50vw - 100px);
    padding-left: 185px;
  }
  .content {
    padding-bottom: 200px;
  }
  .content ul li {
    padding-left: 100px;
    font-size: 20px;
    font-size: 2rem;
  }
  .content ul li::before {
    font-size: 22px;
    left: 50px;
  }
  .content ul li ul li {
    padding-left: 75px;
  }
  .content ul li ul li::before {
    top: 13px;
    left: 35px;
  }
  .content .zigzag h3 {
    margin-bottom: 50px;
  }
  .content .zigzag .sous-titre {
    padding-bottom: 120px;
  }
  .content .zigzag .texte {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: calc(-50vw + 20px);
  }
  .content .zigzag .texte ul li::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .content .zigzag .picture {
    height: 50vw;
    max-height: 860px;
    position: relative;
    margin: 0 auto 0 0;
  }
  .content .zigzag .picture.square {
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .content .zigzag .picture::after {
    top: 100px;
    width: 25%;
  }
  .content .zigzag .picture::before,
  .content .zigzag .picture .nano::before {
    font-size: 80px;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    bottom: auto;
    left: auto;
    right: 0;
  }
  .content .zigzag .picture .nano::before {
    width: 50px;
    height: 50px;
  }
  .content .zigzag .picture .credit {
    text-align: right;
    top: calc(100% + 5px);
    width: calc(100% - 130px);
    right: 0;
    left: auto;
    color: black;
  }
  .content .zigzag .picture .credit span.titre {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 20px;
    font-size: 2rem;
  }
  .content .zigzag .picture .credit span.fonction {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .content .zigzag:nth-of-type(2n) .picture {
    margin: 0 0 0 auto;
  }
  .content .zigzag:nth-of-type(2n) .picture::before,
  .content .zigzag:nth-of-type(2n) .picture .nano::before {
    left: 0;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .content .zigzag:nth-of-type(2n) .picture .credit {
    text-align: left;
    left: 0;
    right: auto;
  }
  .content .chiffres_cles {
    margin: 250px auto 250px auto;
  }
  .content .slider {
    position: relative;
  }
  .content .slider .swiper-container {
    width: 50vw;
    background: transparent;
    position: absolute;
    top: -50px;
    bottom: -100px;
    left: 0;
  }
  .content .slider .swiper-container::before,
  .content .slider .swiper-container::after {
    display: none;
  }
  .content .slider .swiper-container .swiper-slide {
    margin-bottom: 50px;
    height: calc(100% - 50px);
  }
  .content .slider .swiper-container .swiper-slide.swiper-slide-next {
    left: 100px;
    top: 50px;
  }
  .content .slider .swiper-container .swiper-slide .picture {
    top: 0;
    right: 0;
    bottom: 0;
  }
  .content .slider .labels {
    padding: 50px 50px 50px calc(50vw + 80px);
    margin: 0;
    width: 100vw;
  }
  .content .slider .labels .swiper-pagination li {
    -webkit-transition: padding 0.2s 0.1s ease-in-out, opacity 0.2s 0.1s ease-in-out;
    -moz-transition: padding 0.2s 0.1s ease-in-out, opacity 0.2s 0.1s ease-in-out;
    -o-transition: padding 0.2s 0.1s ease-in-out, opacity 0.2s 0.1s ease-in-out;
    -ms-transition: padding 0.2s 0.1s ease-in-out, opacity 0.2s 0.1s ease-in-out;
    transition: padding 0.2s 0.1s ease-in-out, opacity 0.2s 0.1s ease-in-out;
  }
  .content .slider .labels .swiper-pagination li:hover {
    opacity: 0.5;
  }
  .content .image_texte {
    margin: 200px 0 200px -20px;
  }
  .content .image_texte .picture::before {
    font-size: 80px;
    right: -40px;
  }
  .content .image_texte .picture::after {
    top: 50px;
    width: 100px;
  }
  .content .image_texte .picture .nano::before {
    right: -25px;
    width: 50px;
    height: 50px;
  }
  .content .image_texte .texte h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  .content .image_texte .texte ul li {
    font-size: 20px;
    font-size: 2rem;
  }
  .content .image_texte .texte ul li::before {
    font-size: 22px;
    left: 30px;
  }
  .content .image_texte .texte ul + p a {
    margin-left: 100px;
  }
  .content .citation {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .content .crosscontent {
    flex-direction: row;
    margin-left: -150px;
    margin-right: -150px;
  }
  .content .crosscontent li {
    margin: 0;
    top: 0;
    max-width: 255px;
    -webkit-transition: top 0.2s 0.1s ease-in-out, box-shadow 0.2s 0.1s ease-in-out;
    -moz-transition: top 0.2s 0.1s ease-in-out, box-shadow 0.2s 0.1s ease-in-out;
    -o-transition: top 0.2s 0.1s ease-in-out, box-shadow 0.2s 0.1s ease-in-out;
    -ms-transition: top 0.2s 0.1s ease-in-out, box-shadow 0.2s 0.1s ease-in-out;
    transition: top 0.2s 0.1s ease-in-out, box-shadow 0.2s 0.1s ease-in-out;
  }
  .content .crosscontent li::before {
    position: absolute;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: #962b4e;
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .content .crosscontent li.square {
    max-height: 375px;
  }
  .content .crosscontent li:hover {
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    top: -10px;
  }
  .content .crosscontent li:hover::before {
    opacity: 0.05;
  }
  .content .crosscontent li + li {
    margin: 0 0 0 50px;
  }
  .content .list_items {
    font-size: 0;
  }
  .content .list_items .list_annees {
    padding: 70px 100px 70px 0;
    width: 35vw;
    text-align: right;
    margin: 0 0 50px -20px;
    display: inline-block;
    vertical-align: top;
  }
  .content .list_items .list_annees ul {
    overflow: hidden;
    white-space: normal;
    padding: 0;
  }
  .content .list_items .list_annees ul li {
    color: white;
    display: block;
    margin: 0;
    position: relative;
  }
  .content .list_items .list_annees ul li::before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    left: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    background: currentColor;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: currentColor;
    opacity: 0;
    right: 70px;
    -webkit-transition: opacity 0.2s ease-in-out, right 0.2s 0.1s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, right 0.2s 0.1s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, right 0.2s 0.1s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out, right 0.2s 0.1s ease-in-out;
    transition: opacity 0.2s ease-in-out, right 0.2s 0.1s ease-in-out;
  }
  .content .list_items .list_annees ul li + li {
    margin-top: 20px;
    margin-left: 0;
  }
  .content .list_items .list_annees ul li.actif::before,
  .content .list_items .list_annees ul li:hover::before {
    opacity: 1;
    right: 60px;
  }
  .content .list_items .list_annees ul li a {
    color: currentColor;
    line-height: normal;
    font-size: 20px;
    font-size: 2rem;
  }
  .content .list_items .list_cards {
    display: inline-block;
    vertical-align: top;
    width: 65vw;
    margin-right: -20px;
    margin-top: 50px;
  }
  .content .list_items .list_cards ul {
    max-width: none;
    margin: 0 20px 0 50px;
    justify-content: start;
  }
  .content .list_items .list_cards ul li {
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: top 0.2s 0.1s ease-in-out, box-shadow 0.2s 0.1s ease-in-out;
    -moz-transition: top 0.2s 0.1s ease-in-out, box-shadow 0.2s 0.1s ease-in-out;
    -o-transition: top 0.2s 0.1s ease-in-out, box-shadow 0.2s 0.1s ease-in-out;
    -ms-transition: top 0.2s 0.1s ease-in-out, box-shadow 0.2s 0.1s ease-in-out;
    transition: top 0.2s 0.1s ease-in-out, box-shadow 0.2s 0.1s ease-in-out;
    top: 0;
  }
  .content .list_items .list_cards ul li:hover {
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    top: -10px;
  }
  .content .table {
    overflow: hidden;
    margin: 100px -170px;
  }
  .content .table table {
    width: 100%;
  }
  .content .table .popintable .popincontent ul li {
    padding-left: 50px;
  }
  .content .table .popintable .popincontent ul li::before {
    left: 25px;
  }
  .wpcf7 form input,
  .wpcf7 form textarea {
    font-size: 20px;
    font-size: 2rem;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .wpcf7 form input:hover,
  .wpcf7 form textarea:hover,
  .wpcf7 form input:focus,
  .wpcf7 form textarea:focus {
    opacity: 0.8;
  }
  header {
    padding: 0 20px;
    height: 90px;
    top: 10px;
  }
  header .wrapper {
    height: 100%;
  }
  header a.logo {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
  }
  .language-selector {
    top: 8px;
    right: 40px;
    height: 90px;
  }
  .language-selector > ul {
    height: 100%;
  }
  .language-selector > ul li a {
    line-height: 90px;
    height: auto;
  }
  .language-selector > ul li a::before {
    line-height: 90px;
  }
  .language-selector > ul li a + ul {
    margin-top: -30px;
  }
  .site-navigation {
    height: 90px;
    padding: 0;
    display: block;
    background: transparent;
    position: absolute;
    top: 10px;
    right: 120px;
    left: 20px;
    width: auto;
    text-align: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .site-navigation ul {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
  }
  .site-navigation ul.secondary-navigation {
    display: none;
  }
  .site-navigation li {
    display: inline-block;
    vertical-align: top;
    color: white;
    position: static;
  }
  .site-navigation li:last-child a {
    padding-right: 0;
  }
  .site-navigation li[class*="icon-"] {
    position: relative;
  }
  .site-navigation li[class*="icon-"].icon-search {
    display: inline-block;
  }
  .site-navigation li[class*="icon-"].icon-search::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
  }
  .site-navigation li[class*="icon-"]::before {
    font-size: 20px;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(calc(-50% + -1px));
    -moz-transform: translateY(calc(-50% + -1px));
    -ms-transform: translateY(calc(-50% + -1px));
    -o-transform: translateY(calc(-50% + -1px));
    transform: translateY(calc(-50% + -1px));
  }
  .site-navigation li[class*="icon-"] a {
    padding-left: 20px;
    padding-right: 15px;
    width: auto;
    text-indent: inherit;
    color: transparent;
  }
  .site-navigation li[class*="icon-"] a::after {
    color: white;
  }
  .site-navigation li.current-menu-item > a,
  .site-navigation li.current-menu-ancestor > a {
    font-weight: normal;
  }
  .site-navigation li.current-menu-item > a::after,
  .site-navigation li.current-menu-ancestor > a::after {
    opacity: 1;
    height: 3px;
    width: 100% !important;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .site-navigation li a {
    padding: 36px 5px;
    font-size: 10px;
    font-size: 1rem;
    position: relative;
  }
  .site-navigation li a::after {
    position: absolute;
    -webkit-transition: width 0.2s 0.1s ease-in-out;
    -moz-transition: width 0.2s 0.1s ease-in-out;
    -o-transition: width 0.2s 0.1s ease-in-out;
    -ms-transition: width 0.2s 0.1s ease-in-out;
    transition: width 0.2s 0.1s ease-in-out;
    bottom: -3px;
    width: 0;
    left: 0;
    content: "";
    height: 3px;
    background: currentColor;
  }
  .site-navigation li a:hover::after {
    width: 100%;
  }
  .site-navigation li a:hover + ul {
    opacity: 1;
    top: 85px;
    z-index: 1;
    pointer-events: auto;
  }
  .site-navigation li ul {
    -webkit-transition: opacity 0.2s 0.1s ease-in-out, top 0.2s 0.1s ease-in-out;
    -moz-transition: opacity 0.2s 0.1s ease-in-out, top 0.2s 0.1s ease-in-out;
    -o-transition: opacity 0.2s 0.1s ease-in-out, top 0.2s 0.1s ease-in-out;
    -ms-transition: opacity 0.2s 0.1s ease-in-out, top 0.2s 0.1s ease-in-out;
    transition: opacity 0.2s 0.1s ease-in-out, top 0.2s 0.1s ease-in-out;
    opacity: 0;
    top: 90px;
    z-index: -1;
    pointer-events: none;
    width: 100%;
    position: absolute;
    left: 0;
    background: white;
    text-align: center;
    -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
  }
  .site-navigation li ul:hover {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
    top: 85px;
  }
  .site-navigation li ul li {
    color: #962b4e;
  }
  .site-navigation li ul li a {
    padding: 40px 20px!important;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
  }
  .site-navigation li ul li a:after {
    color: white;
  }
  footer {
    background: #f1cfda;
  }
  footer .footer-1 .bloc-form {
    padding: 80px 50px 60px 50px;
  }
  footer .footer-1 .bloc-form h2 {
    font-size: 60px;
    font-size: 6rem;
  }
  footer .footer-1 .bloc-contact {
    text-align: left;
    width: 100%;
    margin: 0;
    padding-left: 250px;
    position: relative;
  }
  footer .footer-1 .bloc-contact .picture {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
  }
  footer .footer-1 .bloc-contact a {
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    -webkit-transition: border 0.2s 0.1s ease-in-out;
    -moz-transition: border 0.2s 0.1s ease-in-out;
    -o-transition: border 0.2s 0.1s ease-in-out;
    -ms-transition: border 0.2s 0.1s ease-in-out;
    transition: border 0.2s 0.1s ease-in-out;
  }
  footer .footer-1 .bloc-contact a:hover {
    border-color: currentColor;
  }
  footer .footer-1 .bloc-contact > div {
    max-width: 400px;
  }
  footer .footer-2 {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 5% 0 5%;
  }
  footer .footer-2 a.logo {
    padding-left: 90px;
  }
  footer .footer-2 a.logo:hover {
    color: #962b4e;
  }
  footer .footer-2 a.logo::before {
    font-size: 80px;
  }
  footer .footer-2 ul li a {
    font-size: 20px;
    font-size: 2rem;
    position: relative;
  }
  footer .footer-2 ul li a::before {
    content: "";
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: currentColor;
    width: 0;
    height: 1px;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, width 0.2s 0.1s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, width 0.2s 0.1s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, width 0.2s 0.1s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out, width 0.2s 0.1s ease-in-out;
    transition: opacity 0.2s ease-in-out, width 0.2s 0.1s ease-in-out;
  }
  footer .footer-2 ul li a:hover::before {
    width: 25px;
    opacity: 1;
  }
  footer .footer-2 div.socials > div {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 20px;
    font-size: 2rem;
  }
  .share_price span.label,
  .share_price span.valeur {
    width: auto;
  }
  .share_price span.label {
    margin-top: 0;
  }
  .share_price span.valeur {
    margin-bottom: 20px;
  }
  .share_price .intraday .informations {
    padding-right: calc(66% + 30px);
  }
  .share_price .intraday .iframe {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 66%;
  }
  .share_price .variation_0101 span.label {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .share_price .historique .form {
    margin-bottom: 50px;
  }
  .share_price .historique .form form .form-group {
    padding: 0 10px;
    flex-grow: 1;
    width: 50%;
    margin-bottom: 25px;
  }
  .share_price .historique .form form .form-group span.label {
    line-height: 40px;
  }
  .share_price .historique .form form .form-group ul {
    margin: 0;
  }
  .share_price .historique .form form .form-group ul li {
    padding: 5px;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .share_price .historique .form form .form-group ul li::before {
    display: none;
  }
}
@media screen and (min-width: 980px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site-navigation {
    left: calc((100vw - 1170px) /2) !important;
  }
}
@media screen and (min-width: 1170px) {
  header {
    padding-left: 0;
    padding-right: 0;
  }
  .cours-de-bourse {
    right: 0;
  }
  .presentation h1 {
    font-size: 60px;
    font-size: 6rem;
  }
  .presentation .actualites {
    width: 100vw;
    left: calc((-100vw + 1170px) / 2);
    right: 0;
  }
  .presentation .actualites ul li + li {
    margin-left: 50px;
  }
  h1 {
    font-size: 60px;
    font-size: 6rem;
  }
  article > .header .titre div {
    font-size: 20px;
    font-size: 2rem;
  }
  .archive article > .header + .content .titre h1 {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 60px;
    font-size: 6rem;
  }
  .archive article > .header + .content .titre div {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 20px;
    font-size: 2rem;
  }
  article > .content .image_texte {
    margin-bottom: 200px;
    margin-left: calc(-150px + (-100vw + 1170px) / 2);
  }
  article > .content .slider {
    margin-left: calc(-150px + (-100vw + 1170px) / 2);
    margin-top: 200px;
  }
  .content {
    padding: 0 0 300px 0;
  }
  .content .zigzag .sous-titre {
    font-size: 30px;
    font-size: 3rem;
    margin-left: 260px;
  }
  .content .zigzag h3 {
    font-size: 30px;
    font-size: 3rem;
  }
  .content .zigzag ul li {
    font-size: 20px;
    font-size: 2rem;
  }
  .content .zigzag .texte {
    padding-left: calc(50% + 85px);
    margin-top: calc(-50vw + 100px);
    margin-right: calc(-50vw + 50% + 150px);
  }
  .content .zigzag .picture {
    width: calc(50vw - 100px);
    margin-left: calc(((-100vw + 1170px) / 2) + 100px);
  }
  .content .zigzag .picture.square {
    max-width: calc(50vw - 100px);
    max-height: calc(50vw - 100px);
  }
  .content .zigzag .picture.square + .texte {
    min-height: calc(50vw - 100px);
  }
  .content .zigzag .picture::after {
    width: calc(100px + 15%);
    left: -100px;
  }
  .content .zigzag .contenu svg {
    left: 0;
    right: auto;
    width: 150vw;
    height: 100%;
  }
  .content .zigzag:nth-of-type(2n) .picture {
    margin-right: calc(((-100vw + 1170px) / 2) + 100px);
  }
  .content .zigzag:nth-of-type(2n) .picture::after {
    right: -100px;
    left: auto;
  }
  .content .zigzag:nth-of-type(2n) .contenu svg {
    right: 0;
    left: auto;
  }
  .content .zigzag:nth-of-type(2n) .sous-titre {
    margin-right: 260px;
  }
  .content .zigzag:nth-of-type(2n) .texte {
    margin-right: 0;
    margin-left: calc(-50vw + 50% + 150px);
    padding-right: calc(50% + 85px);
  }
  .content .slider .swiper-container {
    top: -100px;
    bottom: -200px;
  }
  .content .slider .swiper-container .swiper-slide {
    margin-bottom: 100px;
    height: calc(100% - 100px);
    padding-left: 100px;
  }
  .content .slider .swiper-container .swiper-slide .picture {
    left: 100px;
  }
  .content .slider .swiper-container .swiper-slide.swiper-slide-next {
    left: 200px;
    top: 100px;
  }
  .content .slider .labels {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
  }
  .content .slider .labels h2 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 100%;
  }
  .content .slider .labels .swiper-pagination + p {
    margin-top: 100px;
  }
  .content .slider .labels .swiper-pagination li {
    padding-left: 100px;
  }
  .content .slider .labels .swiper-pagination li::before,
  .content .slider .labels .swiper-pagination li::after {
    margin: 0;
    text-align: center;
    left: 0;
  }
  .content .slider .labels .swiper-pagination li::before {
    width: 100px;
  }
  .content .slider .labels .swiper-pagination li.swiper-pagination-bullet-active {
    padding-left: 110px;
  }
  .content .slider .labels .swiper-pagination li.swiper-pagination-bullet-active::after {
    width: 100px;
  }
  .content .image_texte {
    margin: 300px 0;
  }
  .content .image_texte .picture {
    width: calc(50% - 100px);
    margin-left: 80px;
  }
  .content .image_texte .picture::after {
    width: 200px;
    left: -100px;
    top: 100px;
  }
  .content .image_texte .picture.square {
    max-width: calc(50vw - 100px);
    max-height: calc(50vw - 100px);
  }
  .content .image_texte .texte {
    padding-left: calc(50% + 65px);
  }
  .content .citation {
    width: calc(100vw - ((100vw - 1170px) / 2));
    padding: 80px 0 80px 150px;
    padding-right: calc(((100vw - 1170px) / 2));
    margin-right: 0;
    margin-left: auto;
  }
  .content .list_items .list_annees {
    width: 30vw;
    margin: 0 0 50px calc(-50vw + 50%);
  }
  .content .list_items .list_cards {
    width: calc(100% - 30vw + (50vw - 50%));
  }
  .content .list_items .list_cards ul {
    margin-right: 0;
    margin-left: 0;
    padding-left: 50px;
    max-width: 650px;
  }
  .site-navigation {
    left: calc((100vw - 1170px) / 2);
  }
  .site-navigation ul li[class*="icon-"]::before {
    font-size: 25px;
  }
  .site-navigation ul li[class*="icon-"].icon-search::after {
    height: 30px;
  }
  .site-navigation ul li[class*="icon-"] a {
    padding-right: 40px;
    width: auto;
    text-indent: inherit;
  }
  .site-navigation ul li a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 35px 10px;
  }
  footer .footer-1 .bloc-form {
    padding-left: 100px;
    padding-right: calc(((100vw - 1170px) / 2));
  }
  footer .footer-1 .bloc-contact {
    padding-left: 300px;
    padding-right: calc(((100vw - 1170px) / 2));
  }
  footer .footer-1 .bloc-contact .picture {
    left: 100px;
  }
  footer .footer-2 {
    padding: 0 50px 0 calc(((100vw - 1170px) / 2));
  }
}
@media screen and (min-width: 1450px) {
  .language-selector {
    right: 50px;
  }
  .site-navigation {
    right: 0;
    left: 0;
  }
  .content .list_items .list_cards ul {
    max-width: none;
    justify-content: start;
  }
  .content .list_items .list_cards ul li {
    margin-left: 30px !important;
    margin-right: 0;
  }
  .content .list_items .list_cards ul li:nth-of-type(2n) {
    margin-left: 0;
  }
  .content .list_items .list_cards ul li:nth-of-type(3n + 1) {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1650px) {
  .content .list_items .list_cards ul li {
    margin-left: 50px !important;
  }
  .content .list_items .list_cards ul li:nth-of-type(3n + 1) {
    margin-left: 0 !important;
  }
}
