@charset "UTF-8";
/*
 * yourProject main Scss file
 * by Alsacréations
 *
 * @author: Alsacréations
 * @created: 2017-01-01
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Ruda:wght@400;700&display=swap");
:root {
  --vh: 1vh;
  --headerHeight: 1px;
}

/*!
* www.KNACSS.com v7.0.6 (may, 30 2018) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* ==Table Of Content            */
/* ----------------------------- */
/*
1- Reboot (basic reset)
2- Libraries  :
  - Base
  - Print
  - Layout (alignment, modules, positionning)
  - Utilities (width and spacers helpers)
  - Responsive helpers
  - WordPress reset (disabled by default)
  - Grillade (Grid System)
3- Components :
  - Media object
  - Skip Links for accessibility
  - Tables
  - Forms
  - Buttons
  - Checkbox
  - Tabs
  - Tags
  - Badges
  - Alerts
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
/* disable animations styles when reduced rotion is enabled */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition: none !important;
  }
}
/* switching to border-box model for all elements */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  /* avoid min-width: auto on flex and grid children */
  min-width: 0;
  min-height: 0;
}

html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  font-size: 0.625em;
}

body {
  margin: 0;
  font-size: 1.4rem;
  background-color: #fff;
  color: #1d1d1c;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}
@media (min-width: 576px) {
  body {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 2rem;
  }
}

/* Links */
a {
  color: var(--color-expo);
  text-decoration: none;
}
a:focus, a:hover, a:active {
  color: black;
  text-decoration: none;
}

/* Headings */
h1, .h1-like {
  font-size: 3rem;
  font-family: "din-2014", sans-serif;
  font-weight: 500;
}
@media (min-width: 576px) {
  h1, .h1-like {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) {
  h1, .h1-like {
    font-size: 6rem;
  }
}

h2, .h2-like {
  font-size: 2.4rem;
  font-family: "din-2014", sans-serif;
  font-weight: 500;
}
@media (min-width: 576px) {
  h2, .h2-like {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  h2, .h2-like {
    font-size: 2.8rem;
  }
}

h3, .h3-like {
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  h3, .h3-like {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  h3, .h3-like {
    font-size: 2.4rem;
  }
}

h4, .h4-like {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  h4, .h4-like {
    font-size: 1.9rem;
  }
}
@media (min-width: 768px) {
  h4, .h4-like {
    font-size: 2rem;
  }
}

h5, .h5-like {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  h5, .h5-like {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  h5, .h5-like {
    font-size: 1.8rem;
  }
}

h6, .h6-like {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  h6, .h6-like {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  h6, .h6-like {
    font-size: 1.6rem;
  }
}

/* Vertical rythm */
h1,
h2,
h3,
h4,
h5,
h6,
dd {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

p,
address,
ol,
ul,
dl,
blockquote,
pre {
  margin-top: 0;
  margin-bottom: 3rem;
}

/* Avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol,
ol ol,
ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* Max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

/* Styling elements */
ul,
ol {
  padding-left: 2em;
}

img {
  vertical-align: middle;
}

em,
.italic,
address,
cite,
i,
var {
  font-style: italic;
}

code,
kbd,
mark {
  border-radius: 2px;
}

kbd {
  padding: 0 2px;
  border: 1px solid #999;
}

pre {
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11;
}

pre code {
  padding: 0;
  background: none;
  color: inherit;
  border-radius: 0;
}

mark {
  padding: 2px 4px;
}

sup,
sub {
  vertical-align: 0;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

blockquote {
  position: relative;
  padding-left: 3em;
  min-height: 2em;
}

blockquote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 5em;
  height: 0.4em;
  line-height: 0.9;
  color: #e7e9ed;
}

blockquote > footer {
  margin-top: 0.75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}
blockquote > footer::before {
  content: "— ";
}

q {
  font-style: normal;
}

q,
.q {
  quotes: "“" "”" "‘" "’";
}
q:lang(fr),
.q:lang(fr) {
  quotes: "« " " »" "“" "”";
}

hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc;
}

blockquote,
figure {
  margin-left: 0;
  margin-right: 0;
}

code,
pre,
samp,
kbd {
  white-space: pre-wrap;
  font-family: "din-2014", sans-serif;
  line-height: normal;
}

/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt;
  }

  p,
.p-like,
h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like,
h6,
.h6-like,
blockquote,
label,
ul,
ol {
    color: #000;
    margin: auto;
  }

  .print {
    display: block;
  }

  .no-print {
    display: none;
  }

  /* no orphans, no widows */
  p,
.p-like,
blockquote {
    orphans: 3;
    widows: 3;
  }

  /* no breaks inside these elements */
  blockquote,
ul,
ol {
    page-break-inside: avoid;
  }

  /* page break before main headers
  h1,
  .h1-like {
    page-break-before: always;
  }
  */
  /* no breaks after these elements */
  h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
caption {
    page-break-after: avoid;
  }

  a {
    color: #000;
  }

  /* displaying URLs
  a[href]::after {
    content: " (" attr(href) ")";
  }
  */
  a[href^="javascript:"]::after,
a[href^="#"]::after {
    content: "";
  }
}
/* ----------------------------- */
/* ==Global Micro Layout         */
/* ----------------------------- */
/* Flexbox layout is KNACSS choice
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
.flex-container, .flex-container--column-reverse,
.flex-column-reverse, .flex-container--row-reverse,
.flex-row-reverse, .flex-container--column,
.flex-column, .flex-container--row,
.flex-row,
.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-container--row,
.flex-row {
  flex-direction: row;
}

.flex-container--column,
.flex-column {
  flex-direction: column;
}

.flex-container--row-reverse,
.flex-row-reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.flex-container--column-reverse,
.flex-column-reverse {
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.flex-item-fluid,
.item-fluid {
  flex: 1 1 0%;
}

.flex-item-first,
.item-first {
  order: -1;
}

.flex-item-medium,
.item-medium {
  order: 0;
}

.flex-item-last,
.item-last {
  order: 1;
}

.flex-item-center,
.item-center,
.mr-auto {
  margin: auto;
}

/* ---------------------------------- */
/* ==Helpers                          */
/* ---------------------------------- */
/* Typo Helpers  */
/* ------------- */
.u-bold {
  font-weight: 700;
}

.u-italic {
  font-style: italic;
}

.u-normal {
  font-weight: normal;
  font-style: normal;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-smaller {
  font-size: 0.6em;
}

.u-small {
  font-size: 0.8em;
}

.u-big {
  font-size: 1.2em;
}

.u-bigger {
  font-size: 1.5em;
}

.u-biggest {
  font-size: 2em;
}

.u-txt-wrap {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.u-txt-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* text and contents alignment */
.txtleft,
.u-txt-left {
  text-align: left;
}

.txtright,
.u-txt-right {
  text-align: right;
}

.txtcenter,
.u-txt-center {
  text-align: center;
}

/* blocks that need to be placed under floats */
.clear,
.u-clear {
  clear: both;
}

/* blocks that must contain floats */
.clearfix::after,
.u-clearfix::after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}

/* simple blocks alignment */
.left,
.u-left {
  margin-right: auto;
}

.right,
.u-right {
  margin-left: auto;
}

.center,
.u-center {
  margin-left: auto;
  margin-right: auto;
}

/* Global Micro Layout */
/* ------------------- */
/* module, gains superpower "BFC" Block Formating Context */
.mod,
.u-mod,
.bfc,
.u-bfc {
  overflow: hidden;
}

/* floating elements */
.fl,
.u-fl {
  float: left;
}

img.fl,
img.u-fl {
  margin-right: 1.5rem;
}

.fr,
.u-fr {
  float: right;
}

img.fr,
img.u-fr {
  margin-left: 1.5rem;
}

img.fl,
img.fr,
img.u-fl,
img.u-fr {
  margin-bottom: 0.5rem;
}

/* inline-block */
.inbl,
.u-inbl {
  display: inline-block;
  vertical-align: top;
}

/* State Helpers */
/* ------------- */
/* invisible for all */
.is-hidden,
.js-hidden,
[hidden] {
  display: none;
}

/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden, .tabs-content-item[aria-hidden=true] {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

.is-disabled,
.js-disabled,
[disabled],
.is-disabled ~ label,
[disabled] ~ label {
  opacity: 0.5;
  cursor: not-allowed !important;
  filter: grayscale(1);
}

ul.is-unstyled, ul.unstyled {
  list-style: none;
  padding-left: 0;
}

.color--inverse {
  color: #fff;
}

/* Width Helpers */
/* ------------- */
/* blocks widths (percentage and pixels) */
.w100 {
  width: 100%;
}

.w95 {
  width: 95%;
}

.w90 {
  width: 90%;
}

.w85 {
  width: 85%;
}

.w80 {
  width: 80%;
}

.w75 {
  width: 75%;
}

.w70 {
  width: 70%;
}

.w65 {
  width: 65%;
}

.w60 {
  width: 60%;
}

.w55 {
  width: 55%;
}

.w50 {
  width: 50%;
}

.w45 {
  width: 45%;
}

.w40 {
  width: 40%;
}

.w35 {
  width: 35%;
}

.w30 {
  width: 30%;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}

.w15 {
  width: 15%;
}

.w10 {
  width: 10%;
}

.w5 {
  width: 5%;
}

.w66 {
  width: 66.6666666667%;
}

.w33 {
  width: 33.3333333333%;
}

.wauto {
  width: auto;
}

.w960p {
  width: 960px;
}

.mw960p {
  max-width: 960px;
}

.w1140p {
  width: 1140px;
}

.mw1140p {
  max-width: 1140px;
}

.w1000p {
  width: 1000px;
}

.w950p {
  width: 950px;
}

.w900p {
  width: 900px;
}

.w850p {
  width: 850px;
}

.w800p {
  width: 800px;
}

.w750p {
  width: 750px;
}

.w700p {
  width: 700px;
}

.w650p {
  width: 650px;
}

.w600p {
  width: 600px;
}

.w550p {
  width: 550px;
}

.w500p {
  width: 500px;
}

.w450p {
  width: 450px;
}

.w400p {
  width: 400px;
}

.w350p {
  width: 350px;
}

.w300p {
  width: 300px;
}

.w250p {
  width: 250px;
}

.w200p {
  width: 200px;
}

.w150p {
  width: 150px;
}

.w100p {
  width: 100px;
}

.w50p {
  width: 50px;
}

/* Spacing Helpers */
/* --------------- */
.man,
.ma0 {
  margin: 0;
}

.pan,
.pa0 {
  padding: 0;
}

.mas {
  margin: 1.5rem;
}

.mam {
  margin: 2rem;
}

.mal {
  margin: 4.5rem;
}

.pas {
  padding: 1.5rem;
}

.pam {
  padding: 2rem;
}

.pal {
  padding: 4.5rem;
}

.mtn,
.mt0 {
  margin-top: 0;
}

.mts {
  margin-top: 1.5rem;
}

.mtm {
  margin-top: 2rem;
}

.mtl {
  margin-top: 4.5rem;
}

.mrn,
.mr0 {
  margin-right: 0;
}

.mrs {
  margin-right: 1.5rem;
}

.mrm {
  margin-right: 2rem;
}

.mrl {
  margin-right: 4.5rem;
}

.mbn,
.mb0 {
  margin-bottom: 0;
}

.mbs {
  margin-bottom: 1.5rem;
}

.mbm {
  margin-bottom: 2rem;
}

.mbl {
  margin-bottom: 4.5rem;
}

.mln,
.ml0 {
  margin-left: 0;
}

.mls {
  margin-left: 1.5rem;
}

.mlm {
  margin-left: 2rem;
}

.mll {
  margin-left: 4.5rem;
}

.mauto {
  margin: auto;
}

.mtauto {
  margin-top: auto;
}

.mrauto {
  margin-right: auto;
}

.mbauto {
  margin-bottom: auto;
}

.mlauto {
  margin-left: auto;
}

.ptn,
.pt0 {
  padding-top: 0;
}

.pts {
  padding-top: 1.5rem;
}

.ptm {
  padding-top: 2rem;
}

.ptl {
  padding-top: 4.5rem;
}

.prn,
.pr0 {
  padding-right: 0;
}

.prs {
  padding-right: 1.5rem;
}

.prm {
  padding-right: 2rem;
}

.prl {
  padding-right: 4.5rem;
}

.pbn,
.pb0 {
  padding-bottom: 0;
}

.pbs {
  padding-bottom: 1.5rem;
}

.pbm {
  padding-bottom: 2rem;
}

.pbl {
  padding-bottom: 4.5rem;
}

.pln,
.pl0 {
  padding-left: 0;
}

.pls {
  padding-left: 1.5rem;
}

.plm {
  padding-left: 2rem;
}

.pll {
  padding-left: 4.5rem;
}

/* -------------------------- */
/* ==Responsive helpers       */
/* -------------------------- */
/* large screens */
/* ------------- */
@media (min-width: 992px) {
  /* layouts for large screens */
  .large-hidden {
    display: none !important;
  }

  .large-visible {
    display: block !important;
  }

  .large-no-float {
    float: none;
  }

  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  /* widths for large screens */
  .large-w25 {
    width: 25% !important;
  }

  .large-w33 {
    width: 33.333333% !important;
  }

  .large-w50 {
    width: 50% !important;
  }

  .large-w66 {
    width: 66.666666% !important;
  }

  .large-w75 {
    width: 75% !important;
  }

  .large-w100,
.large-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }

  /* margins for large screens */
  .large-man,
.large-ma0 {
    margin: 0 !important;
  }
}
/* medium screens */
/* -------------- */
@media (min-width: 768px) and (max-width: 991px) {
  /* layouts for medium screens */
  .medium-hidden {
    display: none !important;
  }

  .medium-visible {
    display: block !important;
  }

  .medium-no-float {
    float: none;
  }

  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  /* widths for medium screens */
  .medium-w25 {
    width: 25% !important;
  }

  .medium-w33 {
    width: 33.333333% !important;
  }

  .medium-w50 {
    width: 50% !important;
  }

  .medium-w66 {
    width: 66.666666% !important;
  }

  .medium-w75 {
    width: 75% !important;
  }

  .medium-w100,
.medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }

  /* margins for medium screens */
  .medium-man,
.medium-ma0 {
    margin: 0 !important;
  }
}
/* small screens */
/* ------------- */
@media (min-width: 576px) and (max-width: 767px) {
  /* layouts for small screens */
  .small-hidden {
    display: none !important;
  }

  .small-visible {
    display: block !important;
  }

  .small-no-float {
    float: none;
  }

  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  /* widths for small screens */
  .small-w25 {
    width: 25% !important;
  }

  .small-w33 {
    width: 33.333333% !important;
  }

  .small-w50 {
    width: 50% !important;
  }

  .small-w66 {
    width: 66.666666% !important;
  }

  .small-w75 {
    width: 75% !important;
  }

  .small-w100,
.small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }

  /* margins for small screens */
  .small-man,
.small-ma0 {
    margin: 0 !important;
  }

  .small-pan,
.small-pa0 {
    padding: 0 !important;
  }
}
/* tiny screens */
/* ------------ */
@media (max-width: 575px) {
  /* quick small resolution reset */
  .mod,
.col,
fieldset {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }

  .flex-container, .flex-container--row,
.flex-row, .flex-container--column,
.flex-column, .flex-container--row-reverse,
.flex-row-reverse, .flex-container--column-reverse,
.flex-column-reverse {
    flex-direction: column;
  }

  /* layouts for tiny screens */
  .tiny-hidden {
    display: none !important;
  }

  .tiny-visible {
    display: block !important;
  }

  .tiny-no-float {
    float: none;
  }

  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  /* widths for tiny screens */
  .tiny-w25 {
    width: 25% !important;
  }

  .tiny-w33 {
    width: 33.333333% !important;
  }

  .tiny-w50 {
    width: 50% !important;
  }

  .tiny-w66 {
    width: 66.666666% !important;
  }

  .tiny-w75 {
    width: 75% !important;
  }

  .tiny-w100,
.tiny-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }

  /* margins for tiny screens */
  .tiny-man,
.tiny-ma0 {
    margin: 0 !important;
  }

  .tiny-pan,
.tiny-pa0 {
    padding: 0 !important;
  }
}
/* ---------------------------------- */
/* ==Grillade v6                      */
/* ---------------------------------- */
/* IMPORTANT : this is the KNACSS v6 old Grid System based on Flexbox */
/* You only need it for projects on older browsers (IE11-) */
@media (min-width: 576px) {
  [class*=" grid-"],
[class^=grid-] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  [class*=" grid-"] > *,
[class^=grid-] > * {
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
  }
}
@media (min-width: 576px) {
  .grid,
.grid--reverse {
    display: flex;
  }
  .grid > *,
.grid--reverse > * {
    flex: 1 1 0%;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
  }
  .grid.has-gutter > * + *,
.grid--reverse.has-gutter > * + * {
    margin-left: calc(1rem - 0.01px);
  }
  .grid.has-gutter-l > * + *,
.grid--reverse.has-gutter-l > * + * {
    margin-left: calc(2rem - 0.01px);
  }
  .grid.has-gutter-xl > * + *,
.grid--reverse.has-gutter-xl > * + * {
    margin-left: calc(4rem - 0.01px);
  }
}
@media (min-width: 576px) {
  [class*=grid-2] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*=grid-2].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-2].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-2].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-2].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-2].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-2].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-3] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*=grid-3].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-3].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-3].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-3].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-3].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-3].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-4] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*=grid-4].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-4].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-4].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-4].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-4].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-4].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-5] > * {
    width: calc(100% / 5 - 0.01px);
  }
  [class*=grid-5].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-5].has-gutter > * {
    width: calc(100% / 5 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-5].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-5].has-gutter-l > * {
    width: calc(100% / 5 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-5].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-5].has-gutter-xl > * {
    width: calc(100% / 5 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-6] > * {
    width: calc(100% / 6 - 0.01px);
  }
  [class*=grid-6].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-6].has-gutter > * {
    width: calc(100% / 6 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-6].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-6].has-gutter-l > * {
    width: calc(100% / 6 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-6].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-6].has-gutter-xl > * {
    width: calc(100% / 6 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-7] > * {
    width: calc(100% / 7 - 0.01px);
  }
  [class*=grid-7].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-7].has-gutter > * {
    width: calc(100% / 7 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-7].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-7].has-gutter-l > * {
    width: calc(100% / 7 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-7].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-7].has-gutter-xl > * {
    width: calc(100% / 7 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-8] > * {
    width: calc(100% / 8 - 0.01px);
  }
  [class*=grid-8].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-8].has-gutter > * {
    width: calc(100% / 8 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-8].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-8].has-gutter-l > * {
    width: calc(100% / 8 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-8].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-8].has-gutter-xl > * {
    width: calc(100% / 8 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-9] > * {
    width: calc(100% / 9 - 0.01px);
  }
  [class*=grid-9].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-9].has-gutter > * {
    width: calc(100% / 9 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-9].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-9].has-gutter-l > * {
    width: calc(100% / 9 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-9].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-9].has-gutter-xl > * {
    width: calc(100% / 9 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-10] > * {
    width: calc(100% / 10 - 0.01px);
  }
  [class*=grid-10].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-10].has-gutter > * {
    width: calc(100% / 10 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-10].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-10].has-gutter-l > * {
    width: calc(100% / 10 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-10].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-10].has-gutter-xl > * {
    width: calc(100% / 10 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-11] > * {
    width: calc(100% / 11 - 0.01px);
  }
  [class*=grid-11].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-11].has-gutter > * {
    width: calc(100% / 11 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-11].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-11].has-gutter-l > * {
    width: calc(100% / 11 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-11].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-11].has-gutter-xl > * {
    width: calc(100% / 11 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-12] > * {
    width: calc(100% / 12 - 0.01px);
  }
  [class*=grid-12].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-12].has-gutter > * {
    width: calc(100% / 12 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-12].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-12].has-gutter-l > * {
    width: calc(100% / 12 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-12].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-12].has-gutter-xl > * {
    width: calc(100% / 12 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.push {
  margin-left: auto !important;
}

.pull {
  margin-right: auto !important;
}

.item-first {
  order: -1;
}

.item-last {
  order: 1;
}

[class*=grid-][class*="--reverse"] {
  flex-direction: row-reverse;
}

@media (min-width: 576px) {
  .full {
    flex: 0 0 auto;
    width: calc(100% / 1 - 0.01px);
  }

  .has-gutter > .full {
    width: calc(100% / 1 - 1rem - 0.01px);
  }

  .has-gutter-l > .full {
    width: calc(100% / 1 - 2rem - 0.01px);
  }

  .has-gutter-xl > .full {
    width: calc(100% / 1 - 4rem - 0.01px);
  }

  .one-half {
    flex: 0 0 auto;
    width: calc(100% / 2 - 0.01px);
  }

  .has-gutter > .one-half {
    width: calc(100% / 2 - 1rem - 0.01px);
  }

  .has-gutter-l > .one-half {
    width: calc(100% / 2 - 2rem - 0.01px);
  }

  .has-gutter-xl > .one-half {
    width: calc(100% / 2 - 4rem - 0.01px);
  }

  .one-third {
    flex: 0 0 auto;
    width: calc(100% / 3 - 0.01px);
  }

  .has-gutter > .one-third {
    width: calc(100% / 3 - 1rem - 0.01px);
  }

  .has-gutter-l > .one-third {
    width: calc(100% / 3 - 2rem - 0.01px);
  }

  .has-gutter-xl > .one-third {
    width: calc(100% / 3 - 4rem - 0.01px);
  }

  .one-quarter {
    flex: 0 0 auto;
    width: calc(100% / 4 - 0.01px);
  }

  .has-gutter > .one-quarter {
    width: calc(100% / 4 - 1rem - 0.01px);
  }

  .has-gutter-l > .one-quarter {
    width: calc(100% / 4 - 2rem - 0.01px);
  }

  .has-gutter-xl > .one-quarter {
    width: calc(100% / 4 - 4rem - 0.01px);
  }

  .one-fifth {
    flex: 0 0 auto;
    width: calc(100% / 5 - 0.01px);
  }

  .has-gutter > .one-fifth {
    width: calc(100% / 5 - 1rem - 0.01px);
  }

  .has-gutter-l > .one-fifth {
    width: calc(100% / 5 - 2rem - 0.01px);
  }

  .has-gutter-xl > .one-fifth {
    width: calc(100% / 5 - 4rem - 0.01px);
  }

  .one-sixth {
    flex: 0 0 auto;
    width: calc(100% / 6 - 0.01px);
  }

  .has-gutter > .one-sixth {
    width: calc(100% / 6 - 1rem - 0.01px);
  }

  .has-gutter-l > .one-sixth {
    width: calc(100% / 6 - 2rem - 0.01px);
  }

  .has-gutter-xl > .one-sixth {
    width: calc(100% / 6 - 4rem - 0.01px);
  }

  .two-thirds {
    flex: 0 0 auto;
    width: calc(100% / 3 * 2 - 0.01px);
  }

  .has-gutter > .two-thirds {
    width: calc(100% / 3 * 2 - 1rem - 0.01px);
  }

  .has-gutter-l > .two-thirds {
    width: calc(100% / 3 * 2 - 2rem - 0.01px);
  }

  .has-gutter-xl > .two-thirds {
    width: calc(100% / 3 * 2 - 4rem - 0.01px);
  }

  .three-quarters {
    flex: 0 0 auto;
    width: calc(100% / 4 * 3 - 0.01px);
  }

  .has-gutter > .three-quarters {
    width: calc(100% / 4 * 3 - 1rem - 0.01px);
  }

  .has-gutter-l > .three-quarters {
    width: calc(100% / 4 * 3 - 2rem - 0.01px);
  }

  .has-gutter-xl > .three-quarters {
    width: calc(100% / 4 * 3 - 4rem - 0.01px);
  }

  .five-sixths {
    flex: 0 0 auto;
    width: calc(100% / 6 * 5 - 0.01px);
  }

  .has-gutter > .five-sixths {
    width: calc(100% / 6 * 5 - 1rem - 0.01px);
  }

  .has-gutter-l > .five-sixths {
    width: calc(100% / 6 * 5 - 2rem - 0.01px);
  }

  .has-gutter-xl > .five-sixths {
    width: calc(100% / 6 * 5 - 4rem - 0.01px);
  }
}
/* Responsive Small Breakpoint */
@media (min-width: 576px) and (max-width: 767px) {
  [class*=-small-1] > * {
    width: calc(100% / 1 - 0.01px);
  }
  [class*=-small-1].has-gutter > * {
    width: calc(100% / 1 - 1rem - 0.01px);
  }
  [class*=-small-1].has-gutter-l > * {
    width: calc(100% / 1 - 2rem - 0.01px);
  }
  [class*=-small-1].has-gutter-xl > * {
    width: calc(100% / 1 - 4rem - 0.01px);
  }

  [class*=-small-2] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*=-small-2].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px);
  }
  [class*=-small-2].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px);
  }
  [class*=-small-2].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px);
  }

  [class*=-small-3] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*=-small-3].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px);
  }
  [class*=-small-3].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px);
  }
  [class*=-small-3].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px);
  }

  [class*=-small-4] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*=-small-4].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px);
  }
  [class*=-small-4].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px);
  }
  [class*=-small-4].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px);
  }
}
/* ----------------------------- */
/* ==Media object                */
/* ----------------------------- */
/* recommended HTML : <div class="media"><img class="media-figure"><div class="media-content"></div></div> */
/* see http://codepen.io/raphaelgoetter/pen/KMWWwj */
@media (min-width: 480px) {
  .media {
    display: flex;
    align-items: flex-start;
  }
  .media-content {
    flex: 1 1 0%;
  }
  .media-figure--center {
    align-self: center;
  }
  .media--reverse {
    flex-direction: row-reverse;
  }
}
/* ----------------------------- */
/* ==skip links                  */
/* ----------------------------- */
/* see https://www.alsacreations.com/article/lire/572-Les-liens-d-evitement.html */
/* styling skip links */
.skip-links {
  position: absolute;
}
.skip-links a {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0.5em;
  background: black;
  color: white;
  text-decoration: none;
}
.skip-links a:focus {
  position: static;
  overflow: visible;
  clip: auto;
}

/* ----------------------------- */
/* ==Tables                      */
/* ----------------------------- */
table,
.table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
  margin-bottom: 2rem;
}

.table {
  display: table;
  border: 1px solid #7786a0;
  background: transparent;
}
.table--zebra tbody tr:nth-child(odd) {
  background: #e7e9ed;
}
.table caption {
  caption-side: bottom;
  padding: 1.5rem;
  color: #333;
  font-style: italic;
  text-align: right;
}
.table td, .table th {
  padding: 0.3rem 0.6rem;
  min-width: 2rem;
  vertical-align: top;
  border: 1px #7786a0 dotted;
  text-align: left;
  cursor: default;
}
.table thead {
  color: #1d1d1c;
  background: transparent;
}

.table--auto {
  table-layout: auto;
}

/* ----------------------------- */
/* ==Forms                       */
/* ----------------------------- */
/* thanks to HTML5boilerplate and https://shoelace.style/ */
/* forms items */
form,
fieldset {
  border: none;
}

fieldset {
  padding: 2rem;
}
fieldset legend {
  padding: 0 0.5rem;
  border: 0;
  white-space: normal;
}

label {
  display: inline-block;
  cursor: pointer;
}

[type=color],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  border: 0;
  box-shadow: 0 0 0 1px #333 inset;
  color: #1d1d1c;
  vertical-align: middle;
  padding: 0.5rem 1.5rem;
  margin: 0;
  transition: 0.25s;
  transition-property: box-shadow, background-color, color, border;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type=submit] {
  background-color: #333;
  color: #fff;
  cursor: pointer;
}

input[readonly] {
  background-color: #e7e9ed;
}

select {
  padding-right: 2rem;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
  background-position: right 0.6rem center;
  background-repeat: no-repeat;
  background-size: 1.2rem;
}

/* hiding IE11 arrow */
select::-ms-expand {
  display: none;
}

textarea {
  min-height: 5em;
  vertical-align: top;
  resize: vertical;
  white-space: pre-wrap;
}

/* 'x' appears on right of search input when text is entered. This removes it */
[type=search]::-webkit-search-decoration, [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-results-button, [type=search]::-webkit-search-results-decoration {
  display: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #777;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #777;
}

input::placeholder,
textarea::placeholder {
  color: #777;
}

progress {
  width: 100%;
  vertical-align: middle;
}

/* ----------------------------- */
/* ==Buttons                     */
/* ----------------------------- */
/* preferably use <button> for buttons !*/
/* use .btn-- or .button-- classes for variants */
.btn--ghost,
.button--ghost, .btn--inverse,
.button--inverse, .btn--danger,
.button--danger, .btn--warning,
.button--warning, .btn--info,
.button--info, .btn--success,
.button--success, .btn--primary,
.button--primary, .btn,
.button,
[type=button],
button {
  display: inline-block;
  padding: 1.5rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.25s;
  transition-property: box-shadow, background-color, color, border;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  color: #1d1d1c;
  border: none;
  border-radius: 0;
  background-color: #e7e9ed;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
}

.btn:focus,
.button:focus,
[type=button]:focus,
button:focus {
  -webkit-tap-highlight-color: transparent;
}

.btn--primary,
.button--primary {
  background-color: #2a2d34;
  color: #fff;
  box-shadow: none;
}
.btn--primary:active, .btn--primary:focus, .btn--primary:hover,
.button--primary:active,
.button--primary:focus,
.button--primary:hover {
  background-color: #131518;
}
.btn--success,
.button--success {
  background-color: #283d39;
  color: #fff;
  box-shadow: none;
}
.btn--success:active, .btn--success:focus, .btn--success:hover,
.button--success:active,
.button--success:focus,
.button--success:hover {
  background-color: #141e1c;
}
.btn--info,
.button--info {
  background-color: #2e98a4;
  color: #201d1d;
  box-shadow: none;
}
.btn--info:active, .btn--info:focus, .btn--info:hover,
.button--info:active,
.button--info:focus,
.button--info:hover {
  background-color: #23737c;
}
.btn--warning,
.button--warning {
  background-color: #F0AD4E;
  color: #201d1d;
  box-shadow: none;
}
.btn--warning:active, .btn--warning:focus, .btn--warning:hover,
.button--warning:active,
.button--warning:focus,
.button--warning:hover {
  background-color: #ec971f;
}
.btn--danger,
.button--danger {
  background-color: #CD4A47;
  color: #fff;
  box-shadow: none;
}
.btn--danger:active, .btn--danger:focus, .btn--danger:hover,
.button--danger:active,
.button--danger:focus,
.button--danger:hover {
  background-color: #b13330;
}
.btn--inverse,
.button--inverse {
  background-color: #333;
  color: #fff;
  box-shadow: none;
}
.btn--inverse:active, .btn--inverse:focus, .btn--inverse:hover,
.button--inverse:active,
.button--inverse:focus,
.button--inverse:hover {
  background-color: #1a1a1a;
}
.btn--ghost,
.button--ghost {
  background-color: transparent;
  color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
}
.btn--ghost:active, .btn--ghost:focus, .btn--ghost:hover,
.button--ghost:active,
.button--ghost:focus,
.button--ghost:hover {
  background-color: rgba(0, 0, 0, 0);
}

.btn--small,
.button--small {
  padding: 0.7rem 1.5rem;
  font-size: 0.8em;
}
.btn--big,
.button--big {
  padding: 1.5rem 2rem;
  font-size: 1.4em;
}
.btn--block,
.button--block {
  width: 100% !important;
  display: block;
}
.btn--unstyled,
.button--unstyled {
  padding: 0;
  border: none;
  text-align: left;
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn--unstyled:focus,
.button--unstyled:focus {
  box-shadow: none;
  outline: none;
}

.nav-button {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.nav-button > * {
  display: inline-flex;
  vertical-align: top;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 2.6rem;
  width: 2.6rem;
  padding: 0;
  background-color: transparent;
  background-image: linear-gradient(#333, #333);
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: 100% 5px;
  transition: 0.25s;
  transition-property: transform, background;
  will-change: transform, background;
}
.nav-button > *::before, .nav-button > *::after {
  content: "";
  height: 5px;
  background: #333;
  transition: 0.25s;
  transition-property: transform, top;
  will-change: transform, top;
}
.nav-button:hover > * {
  background-color: transparent;
}
.nav-button:focus {
  outline: 0;
}
.nav-button.is-active > * {
  background-image: none;
  justify-content: center;
}
.nav-button.is-active > *::before {
  transform: translateY(50%) rotate3d(0, 0, 1, 45deg);
}
.nav-button.is-active > *::after {
  transform: translateY(-50%) rotate3d(0, 0, 1, -45deg);
}

/* ----------------------------- */
/* ==Checkbox, radio, switch     */
/* ----------------------------- */
/* use .checkbox class on input type=checkbox */
/* recommended HTML : <input type="checkbox" class="checkbox" id="c1"><label for="c1">click here</label> */
/* use .radio class on input type=radio */
/* recommended HTML : <input type="radio" class="radio" name="radio" id="r1"><label for="r1">Click here</label> */
/* use .switch class on input type=checkbox */
.checkbox {
  border-radius: 4px;
}

.switch {
  border-radius: 3em;
}

.radio {
  border-radius: 50%;
}

.switch,
.checkbox,
.radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: text-bottom;
  outline: 0;
  cursor: pointer;
}
.switch ~ label,
.checkbox ~ label,
.radio ~ label {
  cursor: pointer;
}
.switch::-ms-check,
.checkbox::-ms-check,
.radio::-ms-check {
  display: none;
}

.switch {
  width: 4rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 70%;
  box-shadow: inset -2rem 0 0 #333, inset 0 0 0 1px #333;
  transition: box-shadow 0.15s;
  background-color: #fff;
}
.switch::before, .switch::after {
  font-weight: bold;
  color: #fff;
}
.switch::before {
  content: "✕";
  float: right;
  margin-right: 0.6666666667rem;
}
.switch:checked {
  box-shadow: inset 2rem 0 0 #283d39, inset 0 0 0 1px #283d39;
}
.switch:checked::before {
  content: "✓";
  float: left;
  margin-left: 0.6666666667rem;
}

.checkbox {
  width: 2rem;
  height: 2rem;
  box-shadow: inset 0 0 0 1px #333;
  background-color: #fff;
  transition: background-color 0.15s;
}
.checkbox:checked {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%208%208%22%20enable-background%3D%22new%200%200%208%208%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M6.4%2C1L5.7%2C1.7L2.9%2C4.5L2.1%2C3.7L1.4%2C3L0%2C4.4l0.7%2C0.7l1.5%2C1.5l0.7%2C0.7l0.7-0.7l3.5-3.5l0.7-0.7L6.4%2C1L6.4%2C1z%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #333;
}

.radio {
  width: 2rem;
  height: 2rem;
  background-size: 0% 0%;
  transition: background-size 0.15s;
  box-shadow: inset 0 0 0 1px #333;
  background-color: #fff;
}
.radio:checked {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%22100%22%20height%3D%22100%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23333333%22/%3E%3C/svg%3E");
  background-size: 90% 90%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

/* ----------------------------- */
/* ==Tabs                        */
/* ----------------------------- */
/* see example on https://knacss.com/styleguide.html#tabs */
/* NOTE : tabs need JavaScript to be activated */
.tabs-menu {
  border-bottom: 2px solid #e7e9ed;
}
.tabs-menu-link {
  display: block;
  margin-bottom: -2px;
  padding: 0.5rem 3.5rem;
  border-bottom: 4px solid transparent;
  color: #1d1d1c;
  background: transparent;
  text-decoration: none;
  border-radius: 0 0 0 0;
  transition: 0.25s;
  transition-property: color, border, background-color;
}
.tabs-menu-link.is-active {
  border-bottom-color: #333;
  color: #333;
  background: transparent;
  outline: 0;
}
.tabs-menu-link:focus {
  border-bottom-color: #333;
  color: #333;
  outline: 0;
}
@media (min-width: 576px) {
  .tabs-menu-link {
    display: inline-block;
  }
}

.tabs-content-item {
  padding-top: 1.5rem;
}
.tabs-content-item[aria-hidden=true] {
  visibility: hidden;
}
.tabs-content-item[aria-hidden=false] {
  visibility: visible;
}

/* ----------------------------- */
/* ==Arrows                      */
/* ----------------------------- */
/* see https://knacss.com/styleguide.html#arrows */
[class*=icon-arrow--] {
  vertical-align: middle;
}
[class*=icon-arrow--]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #201d1d;
  line-height: 1;
}

.icon-arrow--down::after {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
}

.icon-arrow--up::after {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
}

.icon-arrow--right::after {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
}

.icon-arrow--left::after {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
}

/* ----------------------------- */
/* ==Tags                      */
/* ----------------------------- */
/* use .tag-- classes for variants */
.tag, .tag--ghost, .tag--inverse, .tag--danger, .tag--warning, .tag--info, .tag--success, .tag--primary {
  display: inline-block;
  padding: 3px 0.5rem;
  vertical-align: baseline;
  white-space: nowrap;
  color: #1d1d1c;
  border-radius: 0;
  background-color: #e7e9ed;
  line-height: 1;
}

.tag--primary {
  background-color: #2a2d34;
  color: #fff;
  box-shadow: none;
}
.tag--success {
  background-color: #283d39;
  color: #fff;
  box-shadow: none;
}
.tag--info {
  background-color: #2e98a4;
  color: #201d1d;
  box-shadow: none;
}
.tag--warning {
  background-color: #F0AD4E;
  color: #201d1d;
  box-shadow: none;
}
.tag--danger {
  background-color: #CD4A47;
  color: #fff;
  box-shadow: none;
}
.tag--inverse {
  background-color: #333;
  color: #fff;
  box-shadow: none;
}
.tag--ghost {
  background-color: transparent;
  color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
}

.tag--small {
  font-size: 1.6rem;
}
.tag--big {
  font-size: 2.4rem;
}
.tag--block {
  width: 100% !important;
  display: block;
}
.tag.disabled, .disabled.tag--primary, .disabled.tag--success, .disabled.tag--info, .disabled.tag--warning, .disabled.tag--danger, .disabled.tag--inverse, .disabled.tag--ghost, .tag--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.tag:empty, .tag--primary:empty, .tag--success:empty, .tag--info:empty, .tag--warning:empty, .tag--danger:empty, .tag--inverse:empty, .tag--ghost:empty {
  display: none;
}

/* ----------------------------- */
/* ==Badges                      */
/* ----------------------------- */
/* use .badge-- classes for variants */
.badge, .badge--ghost, .badge--inverse, .badge--danger, .badge--warning, .badge--info, .badge--success, .badge--primary {
  display: inline-block;
  padding: 0.5rem;
  border-radius: 50%;
  color: #1d1d1c;
  background-color: #e7e9ed;
  line-height: 1;
}
.badge::before, .badge--ghost::before, .badge--inverse::before, .badge--danger::before, .badge--warning::before, .badge--info::before, .badge--success::before, .badge--primary::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
}

.badge--primary {
  background-color: #2a2d34;
  color: #fff;
}
.badge--success {
  background-color: #283d39;
  color: #fff;
}
.badge--info {
  background-color: #2e98a4;
  color: #201d1d;
}
.badge--warning {
  background-color: #F0AD4E;
  color: #201d1d;
}
.badge--danger {
  background-color: #CD4A47;
  color: #fff;
}
.badge--inverse {
  background-color: #333;
  color: #fff;
}
.badge--ghost {
  background-color: transparent;
  color: #fff;
}

.badge--small {
  font-size: 1.6rem;
}
.badge--big {
  font-size: 2.4rem;
}
.badge.disabled, .disabled.badge--primary, .disabled.badge--success, .disabled.badge--info, .disabled.badge--warning, .disabled.badge--danger, .disabled.badge--inverse, .disabled.badge--ghost, .badge--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.badge:empty, .badge--primary:empty, .badge--success:empty, .badge--info:empty, .badge--warning:empty, .badge--danger:empty, .badge--inverse:empty, .badge--ghost:empty {
  display: none;
}

/* ----------------------------- */
/* ==Alerts                      */
/* ----------------------------- */
/* use .alert-- classes for variants */
.alert, .alert--ghost, .alert--inverse, .alert--danger, .alert--warning, .alert--info, .alert--success, .alert--primary {
  padding: 1.5rem 1.5rem;
  margin-top: 0.75em;
  margin-bottom: 0;
  color: #1d1d1c;
  border-radius: 0;
  background-color: #e7e9ed;
}
.alert a, .alert--ghost a, .alert--inverse a, .alert--danger a, .alert--warning a, .alert--info a, .alert--success a, .alert--primary a {
  color: inherit;
  text-decoration: underline;
}

.alert--primary {
  background-color: #2a2d34;
  color: #fff;
  box-shadow: none;
}
.alert--success {
  background-color: #283d39;
  color: #fff;
  box-shadow: none;
}
.alert--info {
  background-color: #2e98a4;
  color: #201d1d;
  box-shadow: none;
}
.alert--warning {
  background-color: #F0AD4E;
  color: #201d1d;
  box-shadow: none;
}
.alert--danger {
  background-color: #CD4A47;
  color: #fff;
  box-shadow: none;
}
.alert--inverse {
  background-color: #333;
  color: #fff;
  box-shadow: none;
}
.alert--ghost {
  background-color: transparent;
  color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
}

.alert--small {
  font-size: 1.6rem;
}
.alert--big {
  font-size: 2.4rem;
}
.alert--block {
  width: 100% !important;
  display: block;
}
.alert.disabled, .disabled.alert--primary, .disabled.alert--success, .disabled.alert--info, .disabled.alert--warning, .disabled.alert--danger, .disabled.alert--inverse, .disabled.alert--ghost, .alert--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.alert:empty, .alert--primary:empty, .alert--success:empty, .alert--info:empty, .alert--warning:empty, .alert--danger:empty, .alert--inverse:empty, .alert--ghost:empty {
  display: none;
}

.fleche {
  height: 2.5rem;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.fleche:hover {
  transform: translateX(1rem);
}

.fancybox-container .fancybox-bg {
  background-color: rgba(0, 0, 0, 0.8);
}

.fancybox-container.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-container .fancybox-slide--image {
  padding: 4.5rem 8.3333333333vw;
}

.fancybox-container .fancybox-slide--image .fancybox-content {
  transition: all 0s;
}

.bouton-telechargement {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #282d39;
  border-radius: 9.1rem;
  height: 5rem;
  padding: 0 3rem;
}

.lien-chevron-vert {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 100%;
}
.lien-chevron-vert::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #d6e3b9;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.lien-chevron-vert:hover::before {
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
}
.lien-chevron-vert img {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .lien-chevron-vert {
    width: 12rem;
    height: 12rem;
  }
}

.lien-chevron-jaune {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 100%;
}
.lien-chevron-jaune::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #bc914d;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.lien-chevron-jaune:hover::before {
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
}
.lien-chevron-jaune img {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .lien-chevron-jaune {
    width: 12rem;
    height: 12rem;
  }
}

/*****************************
*
* Correction page de style _reboot
*
*******************************/
button:focus {
  outline: 0;
}

/*****************************
*
* Style commun
*
*******************************/
body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body.stop-scroll,
html.stop-scroll {
  overflow-y: hidden;
  height: 100vh !important;
  height: calc(var(--vh) * 100) !important;
}

a:hover,
div:hover,
li:hover,
span:hover {
  transition: all 0.6s;
}

address {
  font-style: normal;
}

@media (max-width: 768px) {
  .full_height_mobile {
    height: 100vh !important;
    height: calc(var(--vh) * 100) !important;
  }
}

.text_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.text_bg::before {
  content: "ACTUALITE";
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 48rem;
  line-height: 0;
  font-family: "CeraPRO-Bold", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0);
  white-space: nowrap;
  z-index: 1;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  transform: translate(-25%, calc(100% - 12rem));
}
@media (max-width: 992px) {
  .text_bg::before {
    font-size: 24rem;
    transform: translate(-25%, calc(100% - 8rem));
  }
}
@media (max-width: 576px) {
  .text_bg::before {
    font-size: 12rem;
    transform: translate(-25%, calc(100% - 4rem));
  }
}
.text_bg.reseau::before {
  content: "LE RÉSEAU";
}
@media (min-width: 1700px) {
  .text_bg.reseau::before {
    transform: translate(-25%, calc(100% - 12rem));
  }
}
@media (max-width: 576px) {
  .text_bg.reseau::before {
    font-size: 12rem;
    transform: translate(-10%, calc(100% - 4rem));
  }
}

.banner_page {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 6rem 0 0;
  background-color: #e0f0f2;
  padding: 10rem 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
@media (min-width: 576px) {
  .banner_page {
    padding: 15rem 0;
  }
}
@media (min-width: 992px) {
  .banner_page {
    padding: 27rem 0 21rem 0;
  }
}
@media (min-width: 1300px) {
  .banner_page {
    margin: 6rem 5rem 0 5rem;
  }
}

.banner_bg {
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: auto;
}
.banner_bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(224, 240, 242, 0) 0%, #e0f0f2 100%);
}
.banner_bg img {
  width: 100%;
  mix-blend-mode: soft-light;
}
@media (max-width: 992px) {
  .banner_bg {
    top: -20%;
  }
}
@media (max-width: 768px) {
  .banner_bg {
    top: 0;
  }
}

.limiter {
  position: relative;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (min-width: 576px) {
  .limiter {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media (min-width: 1230px) {
  .limiter {
    width: 120rem;
    margin: 0 auto;
  }
}

.limiter-left {
  position: relative;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (min-width: 576px) {
  .limiter-left {
    margin-left: 3rem;
    margin-right: 3rem;
    width: 100%;
  }
}
@media (min-width: 1230px) {
  .limiter-left {
    width: 120rem;
    margin-left: calc(50vw - 60rem);
  }
}

.inline > div {
  display: inline-block;
}
.inline > div:after {
  content: " ";
}

.flex-end {
  justify-content: flex-end;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

.v-center {
  align-items: center;
}

.ptlp {
  padding-top: 4.5rem;
}
@media (min-width: 576px) {
  .ptlp {
    padding-top: calc(4.5rem + (7rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .ptlp {
    padding-top: calc(4.5rem + (7rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .ptlp {
    padding-top: calc(4.5rem + (7rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .ptlp {
    padding-top: 7rem;
  }
}

.prlp {
  padding-right: 4.5rem;
}
@media (min-width: 576px) {
  .prlp {
    padding-right: calc(4.5rem + (7rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .prlp {
    padding-right: calc(4.5rem + (7rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .prlp {
    padding-right: calc(4.5rem + (7rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .prlp {
    padding-right: 7rem;
  }
}

.pblp {
  padding-bottom: 4.5rem;
}
@media (min-width: 576px) {
  .pblp {
    padding-bottom: calc(4.5rem + (7rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .pblp {
    padding-bottom: calc(4.5rem + (7rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .pblp {
    padding-bottom: calc(4.5rem + (7rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .pblp {
    padding-bottom: 7rem;
  }
}

.pllp {
  padding-left: 4.5rem;
}
@media (min-width: 576px) {
  .pllp {
    padding-left: calc(4.5rem + (7rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .pllp {
    padding-left: calc(4.5rem + (7rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .pllp {
    padding-left: calc(4.5rem + (7rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .pllp {
    padding-left: 7rem;
  }
}

.mtlp {
  margin-top: 4.5rem;
}
@media (min-width: 576px) {
  .mtlp {
    margin-top: calc(4.5rem + (7rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .mtlp {
    margin-top: calc(4.5rem + (7rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .mtlp {
    margin-top: calc(4.5rem + (7rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .mtlp {
    margin-top: 7rem;
  }
}

.mrlp {
  margin-right: 4.5rem;
}
@media (min-width: 576px) {
  .mrlp {
    margin-right: calc(4.5rem + (7rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .mrlp {
    margin-right: calc(4.5rem + (7rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .mrlp {
    margin-right: calc(4.5rem + (7rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .mrlp {
    margin-right: 7rem;
  }
}

.mblp {
  margin-bottom: 4.5rem;
}
@media (min-width: 576px) {
  .mblp {
    margin-bottom: calc(4.5rem + (7rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .mblp {
    margin-bottom: calc(4.5rem + (7rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .mblp {
    margin-bottom: calc(4.5rem + (7rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .mblp {
    margin-bottom: 7rem;
  }
}

.mllp {
  margin-left: 4.5rem;
}
@media (min-width: 576px) {
  .mllp {
    margin-left: calc(4.5rem + (7rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .mllp {
    margin-left: calc(4.5rem + (7rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .mllp {
    margin-left: calc(4.5rem + (7rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .mllp {
    margin-left: 7rem;
  }
}

.ptxl {
  padding-top: 3.5rem;
}
@media (min-width: 576px) {
  .ptxl {
    padding-top: calc(3.5rem + (9rem - 3.5rem)/4);
  }
}
@media (min-width: 768px) {
  .ptxl {
    padding-top: calc(3.5rem + (9rem - 3.5rem)/3);
  }
}
@media (min-width: 992px) {
  .ptxl {
    padding-top: calc(3.5rem + (9rem - 3.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .ptxl {
    padding-top: 9rem;
  }
}

.prxl {
  padding-right: 4.5rem;
}
@media (min-width: 576px) {
  .prxl {
    padding-right: calc(4.5rem + (9rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .prxl {
    padding-right: calc(4.5rem + (9rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .prxl {
    padding-right: calc(4.5rem + (9rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .prxl {
    padding-right: 9rem;
  }
}

.pbxl {
  padding-bottom: 3.5rem;
}
@media (min-width: 576px) {
  .pbxl {
    padding-bottom: calc(3.5rem + (9rem - 3.5rem)/4);
  }
}
@media (min-width: 768px) {
  .pbxl {
    padding-bottom: calc(3.5rem + (9rem - 3.5rem)/3);
  }
}
@media (min-width: 992px) {
  .pbxl {
    padding-bottom: calc(3.5rem + (9rem - 3.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .pbxl {
    padding-bottom: 9rem;
  }
}

.plxl {
  padding-left: 4.5rem;
}
@media (min-width: 576px) {
  .plxl {
    padding-left: calc(4.5rem + (9rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .plxl {
    padding-left: calc(4.5rem + (9rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .plxl {
    padding-left: calc(4.5rem + (9rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .plxl {
    padding-left: 9rem;
  }
}

.plxlp {
  padding-left: 4.5rem;
}
@media (min-width: 576px) {
  .plxlp {
    padding-left: calc(4.5rem + (12rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .plxlp {
    padding-left: calc(4.5rem + (12rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .plxlp {
    padding-left: calc(4.5rem + (12rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .plxlp {
    padding-left: 12rem;
  }
}

.prxlp {
  padding-right: 4.5rem;
}
@media (min-width: 576px) {
  .prxlp {
    padding-right: calc(4.5rem + (12rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .prxlp {
    padding-right: calc(4.5rem + (12rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .prxlp {
    padding-right: calc(4.5rem + (12rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .prxlp {
    padding-right: 12rem;
  }
}

.ptxlp {
  padding-top: 3.5rem;
}
@media (min-width: 576px) {
  .ptxlp {
    padding-top: calc(3.5rem + (12rem - 3.5rem)/4);
  }
}
@media (min-width: 768px) {
  .ptxlp {
    padding-top: calc(3.5rem + (12rem - 3.5rem)/3);
  }
}
@media (min-width: 992px) {
  .ptxlp {
    padding-top: calc(3.5rem + (12rem - 3.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .ptxlp {
    padding-top: 12rem;
  }
}

.pbxlp {
  padding-bottom: 3.5rem;
}
@media (min-width: 576px) {
  .pbxlp {
    padding-bottom: calc(3.5rem + (12rem - 3.5rem)/4);
  }
}
@media (min-width: 768px) {
  .pbxlp {
    padding-bottom: calc(3.5rem + (12rem - 3.5rem)/3);
  }
}
@media (min-width: 992px) {
  .pbxlp {
    padding-bottom: calc(3.5rem + (12rem - 3.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .pbxlp {
    padding-bottom: 12rem;
  }
}

.ptul {
  padding-top: 2rem;
}
@media (min-width: 576px) {
  .ptul {
    padding-top: calc(2rem + (16rem - 2rem)/4);
  }
}
@media (min-width: 768px) {
  .ptul {
    padding-top: calc(2rem + (16rem - 2rem)/3);
  }
}
@media (min-width: 992px) {
  .ptul {
    padding-top: calc(2rem + (16rem - 2rem)/2);
  }
}
@media (min-width: 1200px) {
  .ptul {
    padding-top: 16rem;
  }
}

.prul {
  padding-right: 4.5rem;
}
@media (min-width: 576px) {
  .prul {
    padding-right: calc(4.5rem + (16rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .prul {
    padding-right: calc(4.5rem + (16rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .prul {
    padding-right: calc(4.5rem + (16rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .prul {
    padding-right: 16rem;
  }
}

.pbul {
  padding-bottom: 2rem;
}
@media (min-width: 576px) {
  .pbul {
    padding-bottom: calc(2rem + (16rem - 2rem)/4);
  }
}
@media (min-width: 768px) {
  .pbul {
    padding-bottom: calc(2rem + (16rem - 2rem)/3);
  }
}
@media (min-width: 992px) {
  .pbul {
    padding-bottom: calc(2rem + (16rem - 2rem)/2);
  }
}
@media (min-width: 1200px) {
  .pbul {
    padding-bottom: 16rem;
  }
}

.plul {
  padding-left: 4.5rem;
}
@media (min-width: 576px) {
  .plul {
    padding-left: calc(4.5rem + (16rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .plul {
    padding-left: calc(4.5rem + (16rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .plul {
    padding-left: calc(4.5rem + (16rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .plul {
    padding-left: 16rem;
  }
}

.ptulp {
  padding-top: 2rem;
}
@media (min-width: 576px) {
  .ptulp {
    padding-top: calc(2rem + (20rem - 2rem)/4);
  }
}
@media (min-width: 768px) {
  .ptulp {
    padding-top: calc(2rem + (20rem - 2rem)/3);
  }
}
@media (min-width: 992px) {
  .ptulp {
    padding-top: calc(2rem + (20rem - 2rem)/2);
  }
}
@media (min-width: 1200px) {
  .ptulp {
    padding-top: 20rem;
  }
}

.prulp {
  padding-right: 4.5rem;
}
@media (min-width: 576px) {
  .prulp {
    padding-right: calc(4.5rem + (20rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .prulp {
    padding-right: calc(4.5rem + (20rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .prulp {
    padding-right: calc(4.5rem + (20rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .prulp {
    padding-right: 20rem;
  }
}

.pbulp {
  padding-bottom: 2rem;
}
@media (min-width: 576px) {
  .pbulp {
    padding-bottom: calc(2rem + (20rem - 2rem)/4);
  }
}
@media (min-width: 768px) {
  .pbulp {
    padding-bottom: calc(2rem + (20rem - 2rem)/3);
  }
}
@media (min-width: 992px) {
  .pbulp {
    padding-bottom: calc(2rem + (20rem - 2rem)/2);
  }
}
@media (min-width: 1200px) {
  .pbulp {
    padding-bottom: 20rem;
  }
}

.plulp {
  padding-right: 4.5rem;
}
@media (min-width: 576px) {
  .plulp {
    padding-right: calc(4.5rem + (20rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .plulp {
    padding-right: calc(4.5rem + (20rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .plulp {
    padding-right: calc(4.5rem + (20rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .plulp {
    padding-right: 20rem;
  }
}

.mtulp {
  margin-top: 7rem;
}
@media (min-width: 576px) {
  .mtulp {
    margin-top: calc(7rem + (20rem - 7rem)/4);
  }
}
@media (min-width: 768px) {
  .mtulp {
    margin-top: calc(7rem + (20rem - 7rem)/3);
  }
}
@media (min-width: 992px) {
  .mtulp {
    margin-top: calc(7rem + (20rem - 7rem)/2);
  }
}
@media (min-width: 1200px) {
  .mtulp {
    margin-top: 20rem;
  }
}

.mrulp {
  margin-right: 4.5rem;
}
@media (min-width: 576px) {
  .mrulp {
    margin-right: calc(4.5rem + (20rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .mrulp {
    margin-right: calc(4.5rem + (20rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .mrulp {
    margin-right: calc(4.5rem + (20rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .mrulp {
    margin-right: 20rem;
  }
}

.mbulp {
  margin-bottom: 7rem;
}
@media (min-width: 576px) {
  .mbulp {
    margin-bottom: calc(7rem + (20rem - 7rem)/4);
  }
}
@media (min-width: 768px) {
  .mbulp {
    margin-bottom: calc(7rem + (20rem - 7rem)/3);
  }
}
@media (min-width: 992px) {
  .mbulp {
    margin-bottom: calc(7rem + (20rem - 7rem)/2);
  }
}
@media (min-width: 1200px) {
  .mbulp {
    margin-bottom: 20rem;
  }
}

.mlulp {
  margin-left: 4.5rem;
}
@media (min-width: 576px) {
  .mlulp {
    margin-left: calc(4.5rem + (20rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .mlulp {
    margin-left: calc(4.5rem + (20rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .mlulp {
    margin-left: calc(4.5rem + (20rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .mlulp {
    margin-left: 20rem;
  }
}

.mtxl {
  margin-top: 4.5rem;
}
@media (min-width: 576px) {
  .mtxl {
    margin-top: calc(4.5rem + (9rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .mtxl {
    margin-top: calc(4.5rem + (9rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .mtxl {
    margin-top: calc(4.5rem + (9rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .mtxl {
    margin-top: 9rem;
  }
}

.mrxl {
  margin-right: 4.5rem;
}
@media (min-width: 576px) {
  .mrxl {
    margin-right: calc(4.5rem + (9rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .mrxl {
    margin-right: calc(4.5rem + (9rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .mrxl {
    margin-right: calc(4.5rem + (9rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .mrxl {
    margin-right: 9rem;
  }
}

.mbxl {
  margin-bottom: 4.5rem;
}
@media (min-width: 576px) {
  .mbxl {
    margin-bottom: calc(4.5rem + (9rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .mbxl {
    margin-bottom: calc(4.5rem + (9rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .mbxl {
    margin-bottom: calc(4.5rem + (9rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .mbxl {
    margin-bottom: 9rem;
  }
}

.mlxl {
  margin-left: 4.5rem;
}
@media (min-width: 576px) {
  .mlxl {
    margin-left: calc(4.5rem + (9rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .mlxl {
    margin-left: calc(4.5rem + (9rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .mlxl {
    margin-left: calc(4.5rem + (9rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .mlxl {
    margin-left: 9rem;
  }
}

.mlxlp {
  margin-left: 4.5rem;
}
@media (min-width: 576px) {
  .mlxlp {
    margin-left: calc(4.5rem + (12rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .mlxlp {
    margin-left: calc(4.5rem + (12rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .mlxlp {
    margin-left: calc(4.5rem + (12rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .mlxlp {
    margin-left: 12rem;
  }
}

.mrxlp {
  margin-right: 4.5rem;
}
@media (min-width: 576px) {
  .mrxlp {
    margin-right: calc(4.5rem + (12rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .mrxlp {
    margin-right: calc(4.5rem + (12rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .mrxlp {
    margin-right: calc(4.5rem + (12rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .mrxlp {
    margin-right: 12rem;
  }
}

.mtxlp {
  margin-top: 7rem;
}
@media (min-width: 576px) {
  .mtxlp {
    margin-top: calc(7rem + (12rem - 7rem)/4);
  }
}
@media (min-width: 768px) {
  .mtxlp {
    margin-top: calc(7rem + (12rem - 7rem)/3);
  }
}
@media (min-width: 992px) {
  .mtxlp {
    margin-top: calc(7rem + (12rem - 7rem)/2);
  }
}
@media (min-width: 1200px) {
  .mtxlp {
    margin-top: 12rem;
  }
}

.mbxlp {
  margin-bottom: 7rem;
}
@media (min-width: 576px) {
  .mbxlp {
    margin-bottom: calc(7rem + (12rem - 7rem)/4);
  }
}
@media (min-width: 768px) {
  .mbxlp {
    margin-bottom: calc(7rem + (12rem - 7rem)/3);
  }
}
@media (min-width: 992px) {
  .mbxlp {
    margin-bottom: calc(7rem + (12rem - 7rem)/2);
  }
}
@media (min-width: 1200px) {
  .mbxlp {
    margin-bottom: 12rem;
  }
}

.mllp {
  margin-left: 4.5rem;
}
@media (min-width: 576px) {
  .mllp {
    margin-left: calc(4.5rem + (7rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .mllp {
    margin-left: calc(4.5rem + (7rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .mllp {
    margin-left: calc(4.5rem + (7rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .mllp {
    margin-left: 7rem;
  }
}

.mrlp {
  margin-right: 4.5rem;
}
@media (min-width: 576px) {
  .mrlp {
    margin-right: calc(4.5rem + (7rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .mrlp {
    margin-right: calc(4.5rem + (7rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .mrlp {
    margin-right: calc(4.5rem + (7rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .mrlp {
    margin-right: 7rem;
  }
}

.mtlp {
  margin-top: 4.5rem;
}
@media (min-width: 576px) {
  .mtlp {
    margin-top: calc(4.5rem + (7rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .mtlp {
    margin-top: calc(4.5rem + (7rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .mtlp {
    margin-top: calc(4.5rem + (7rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .mtlp {
    margin-top: 7rem;
  }
}

.mblp {
  margin-bottom: 4.5rem;
}
@media (min-width: 576px) {
  .mblp {
    margin-bottom: calc(4.5rem + (7rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .mblp {
    margin-bottom: calc(4.5rem + (7rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .mblp {
    margin-bottom: calc(4.5rem + (7rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .mblp {
    margin-bottom: 7rem;
  }
}

.mtul {
  margin-top: 7rem;
}
@media (min-width: 576px) {
  .mtul {
    margin-top: calc(7rem + (16rem - 7rem)/4);
  }
}
@media (min-width: 768px) {
  .mtul {
    margin-top: calc(7rem + (16rem - 7rem)/3);
  }
}
@media (min-width: 992px) {
  .mtul {
    margin-top: calc(7rem + (16rem - 7rem)/2);
  }
}
@media (min-width: 1200px) {
  .mtul {
    margin-top: 16rem;
  }
}

.mrul {
  margin-right: 4.5rem;
}
@media (min-width: 576px) {
  .mrul {
    margin-right: calc(4.5rem + (16rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .mrul {
    margin-right: calc(4.5rem + (16rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .mrul {
    margin-right: calc(4.5rem + (16rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .mrul {
    margin-right: 16rem;
  }
}

.mbul {
  margin-bottom: 7rem;
}
@media (min-width: 576px) {
  .mbul {
    margin-bottom: calc(7rem + (16rem - 7rem)/4);
  }
}
@media (min-width: 768px) {
  .mbul {
    margin-bottom: calc(7rem + (16rem - 7rem)/3);
  }
}
@media (min-width: 992px) {
  .mbul {
    margin-bottom: calc(7rem + (16rem - 7rem)/2);
  }
}
@media (min-width: 1200px) {
  .mbul {
    margin-bottom: 16rem;
  }
}

.mlul {
  margin-left: 4.5rem;
}
@media (min-width: 576px) {
  .mlul {
    margin-left: calc(4.5rem + (16rem - 4.5rem)/4);
  }
}
@media (min-width: 768px) {
  .mlul {
    margin-left: calc(4.5rem + (16rem - 4.5rem)/3);
  }
}
@media (min-width: 992px) {
  .mlul {
    margin-left: calc(4.5rem + (16rem - 4.5rem)/2);
  }
}
@media (min-width: 1200px) {
  .mlul {
    margin-left: 16rem;
  }
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-large {
  margin-bottom: 6rem;
}
@media (min-width: 992px) {
  .mb-large {
    margin-bottom: 0;
  }
}

.mt-large {
  margin-top: 6rem;
}
@media (min-width: 992px) {
  .mt-large {
    margin-top: 0;
  }
}

.icone {
  text-align: center;
}

ul {
  padding-left: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.bold {
  font-weight: 700;
}

.light {
  font-weight: 300;
}

.opacity-50 {
  opacity: 0.5;
}

.italic {
  font-style: italic;
}

.cover {
  background-size: cover !important;
  background-position: center center !important;
  height: 50vh;
  width: 100%;
}
@media (min-width: 992px) {
  .cover {
    height: auto;
    width: auto;
    flex: 1 1 0;
  }
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.centrer {
  text-align: center;
}

.relative {
  position: relative;
}

.texte_plus {
  display: none;
}

.w50 {
  width: 100%;
}
@media (min-width: 992px) {
  .w50 {
    width: 50%;
  }
}

.row-3 {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) and (max-width: 991px) {
  .row-3 > div {
    width: calc(50% - 3rem);
  }
  .row-3 > div:nth-child(2n+1) {
    margin-right: 3rem;
  }
  .row-3 > div:nth-child(2n+2) {
    margin-left: 3rem;
  }
}
@media (min-width: 992px) {
  .row-3 > div {
    width: calc(33.33333% - 6rem);
  }
  .row-3 > div:nth-child(3n+1) {
    margin-right: 6rem;
  }
  .row-3 > div:nth-child(3n+2) {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .row-3 > div:nth-child(3n+3) {
    margin-left: 6rem;
  }
}

@media (max-width: 768px) {
  .btn {
    white-space: normal !important;
  }
}

.sm-hidden {
  display: none;
}
@media (min-width: 768px) {
  .sm-hidden {
    display: block;
  }
}

.md-hidden {
  display: none;
}
@media (min-width: 992px) {
  .md-hidden {
    display: block;
  }
}

.colonnes-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 12);
}
.colonnes-12.lazyload, .colonnes-12.lazyloading, .colonnes-12.lazyloaded {
  width: calc((100vw / 12) * 12);
}

.colonnes-resp-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 12);
}
.colonnes-resp-12.lazyload, .colonnes-resp-12.lazyloading, .colonnes-resp-12.lazyloaded {
  width: calc((100vw / 12) * 12);
}
@media (max-width: 768px) {
  .colonnes-resp-12.lazyload, .colonnes-resp-12.lazyloading, .colonnes-resp-12.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-12 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 12);
}
.colonnes-resp-full-12.lazyload, .colonnes-resp-full-12.lazyloading, .colonnes-resp-full-12.lazyloaded {
  width: calc((100vw / 12) * 12);
}
@media (max-width: 768px) {
  .colonnes-resp-full-12.lazyload, .colonnes-resp-full-12.lazyloading, .colonnes-resp-full-12.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-12 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 12);
}
.colonnes-resp-large-12.lazyload, .colonnes-resp-large-12.lazyloading, .colonnes-resp-large-12.lazyloaded {
  width: calc((100vw / 12) * 12);
}
@media (max-width: 992px) {
  .colonnes-resp-large-12.lazyload, .colonnes-resp-large-12.lazyloading, .colonnes-resp-large-12.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-12 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-12 {
  padding-top: calc((100vw / 12) * 12);
  padding-bottom: calc((100vw / 12) * 12 );
}
@media (max-width: 768px) {
  .padding-block-12 {
    padding-top: calc(8.3333333333vw * (12 ));
    padding-bottom: calc(8.3333333333vw * (12 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-12 {
    padding-top: calc(8.3333333333vw * (12));
    padding-bottom: calc(8.3333333333vw * (12 ));
  }
}

.padding-top-12 {
  padding-top: calc((100vw / 12) * 12);
}
@media (max-width: 768px) {
  .padding-top-12 {
    padding-top: calc(8.3333333333vw * (12 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-12 {
    padding-top: calc(8.3333333333vw * (12));
  }
}

.padding-bottom-12 {
  padding-bottom: calc((100vw / 12) * 12 );
}
@media (max-width: 768px) {
  .padding-bottom-12 {
    padding-bottom: calc(8.3333333333vw * (12 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-12 {
    padding-bottom: calc(8.3333333333vw * (12));
  }
}

.margin-block-12 {
  margin-top: calc((100vw / 12) * 12);
  margin-bottom: calc((100vw / 12) * 12 );
}
@media (max-width: 768px) {
  .margin-block-12 {
    margin-top: calc(8.3333333333vw * (12 ));
    margin-bottom: calc(8.3333333333vw * (12 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-12 {
    margin-top: calc(8.3333333333vw * (12));
    margin-bottom: calc(8.3333333333vw * (12));
  }
}

.margin-top-12 {
  margin-top: calc((100vw / 12) * 12 );
}
@media (max-width: 768px) {
  .margin-top-12 {
    margin-top: calc(8.3333333333vw * (12));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-12 {
    margin-top: calc(8.3333333333vw * (12));
  }
}

.margin-right-12 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 12 );
}

.margin-right-resp-12 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 12 );
}
@media (max-width: 768px) {
  .margin-right-resp-12 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-12 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 12 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-12 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-12 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 12 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-12 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-12 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 12 );
}

.margin-left-resp-12 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 12 );
}
@media (max-width: 768px) {
  .margin-left-resp-12 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-12 {
  margin-bottom: calc((100vw / 12) * 12);
}
@media (max-width: 768px) {
  .margin-bottom-12 {
    margin-bottom: calc(8.3333333333vw * (12 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-12 {
    margin-bottom: calc(8.3333333333vw * (12));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-12 {
    margin-bottom: calc(8.3333333333vw * (12));
  }
}

.letter-spacing-12 {
  letter-spacing: 12px;
}

.colonnes-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 11);
}
.colonnes-11.lazyload, .colonnes-11.lazyloading, .colonnes-11.lazyloaded {
  width: calc((100vw / 12) * 11);
}

.colonnes-resp-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 11);
}
.colonnes-resp-11.lazyload, .colonnes-resp-11.lazyloading, .colonnes-resp-11.lazyloaded {
  width: calc((100vw / 12) * 11);
}
@media (max-width: 768px) {
  .colonnes-resp-11.lazyload, .colonnes-resp-11.lazyloading, .colonnes-resp-11.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-11 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 11);
}
.colonnes-resp-full-11.lazyload, .colonnes-resp-full-11.lazyloading, .colonnes-resp-full-11.lazyloaded {
  width: calc((100vw / 12) * 11);
}
@media (max-width: 768px) {
  .colonnes-resp-full-11.lazyload, .colonnes-resp-full-11.lazyloading, .colonnes-resp-full-11.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-11 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 11);
}
.colonnes-resp-large-11.lazyload, .colonnes-resp-large-11.lazyloading, .colonnes-resp-large-11.lazyloaded {
  width: calc((100vw / 12) * 11);
}
@media (max-width: 992px) {
  .colonnes-resp-large-11.lazyload, .colonnes-resp-large-11.lazyloading, .colonnes-resp-large-11.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-11 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-11 {
  padding-top: calc((100vw / 12) * 11);
  padding-bottom: calc((100vw / 12) * 11 );
}
@media (max-width: 768px) {
  .padding-block-11 {
    padding-top: calc(8.3333333333vw * (11 ));
    padding-bottom: calc(8.3333333333vw * (11 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-11 {
    padding-top: calc(8.3333333333vw * (11));
    padding-bottom: calc(8.3333333333vw * (11 ));
  }
}

.padding-top-11 {
  padding-top: calc((100vw / 12) * 11);
}
@media (max-width: 768px) {
  .padding-top-11 {
    padding-top: calc(8.3333333333vw * (11 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-11 {
    padding-top: calc(8.3333333333vw * (11));
  }
}

.padding-bottom-11 {
  padding-bottom: calc((100vw / 12) * 11 );
}
@media (max-width: 768px) {
  .padding-bottom-11 {
    padding-bottom: calc(8.3333333333vw * (11 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-11 {
    padding-bottom: calc(8.3333333333vw * (11));
  }
}

.margin-block-11 {
  margin-top: calc((100vw / 12) * 11);
  margin-bottom: calc((100vw / 12) * 11 );
}
@media (max-width: 768px) {
  .margin-block-11 {
    margin-top: calc(8.3333333333vw * (11 ));
    margin-bottom: calc(8.3333333333vw * (11 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-11 {
    margin-top: calc(8.3333333333vw * (11));
    margin-bottom: calc(8.3333333333vw * (11));
  }
}

.margin-top-11 {
  margin-top: calc((100vw / 12) * 11 );
}
@media (max-width: 768px) {
  .margin-top-11 {
    margin-top: calc(8.3333333333vw * (11));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-11 {
    margin-top: calc(8.3333333333vw * (11));
  }
}

.margin-right-11 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 11 );
}

.margin-right-resp-11 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 11 );
}
@media (max-width: 768px) {
  .margin-right-resp-11 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-11 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 11 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-11 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-11 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 11 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-11 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-11 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 11 );
}

.margin-left-resp-11 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 11 );
}
@media (max-width: 768px) {
  .margin-left-resp-11 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-11 {
  margin-bottom: calc((100vw / 12) * 11);
}
@media (max-width: 768px) {
  .margin-bottom-11 {
    margin-bottom: calc(8.3333333333vw * (11 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-11 {
    margin-bottom: calc(8.3333333333vw * (11));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-11 {
    margin-bottom: calc(8.3333333333vw * (11));
  }
}

.letter-spacing-11 {
  letter-spacing: 11px;
}

.colonnes-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 10);
}
.colonnes-10.lazyload, .colonnes-10.lazyloading, .colonnes-10.lazyloaded {
  width: calc((100vw / 12) * 10);
}

.colonnes-resp-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 10);
}
.colonnes-resp-10.lazyload, .colonnes-resp-10.lazyloading, .colonnes-resp-10.lazyloaded {
  width: calc((100vw / 12) * 10);
}
@media (max-width: 768px) {
  .colonnes-resp-10.lazyload, .colonnes-resp-10.lazyloading, .colonnes-resp-10.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-10 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 10);
}
.colonnes-resp-full-10.lazyload, .colonnes-resp-full-10.lazyloading, .colonnes-resp-full-10.lazyloaded {
  width: calc((100vw / 12) * 10);
}
@media (max-width: 768px) {
  .colonnes-resp-full-10.lazyload, .colonnes-resp-full-10.lazyloading, .colonnes-resp-full-10.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-10 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 10);
}
.colonnes-resp-large-10.lazyload, .colonnes-resp-large-10.lazyloading, .colonnes-resp-large-10.lazyloaded {
  width: calc((100vw / 12) * 10);
}
@media (max-width: 992px) {
  .colonnes-resp-large-10.lazyload, .colonnes-resp-large-10.lazyloading, .colonnes-resp-large-10.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-10 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-10 {
  padding-top: calc((100vw / 12) * 10);
  padding-bottom: calc((100vw / 12) * 10 );
}
@media (max-width: 768px) {
  .padding-block-10 {
    padding-top: calc(8.3333333333vw * (10 ));
    padding-bottom: calc(8.3333333333vw * (10 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-10 {
    padding-top: calc(8.3333333333vw * (10));
    padding-bottom: calc(8.3333333333vw * (10 ));
  }
}

.padding-top-10 {
  padding-top: calc((100vw / 12) * 10);
}
@media (max-width: 768px) {
  .padding-top-10 {
    padding-top: calc(8.3333333333vw * (10 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-10 {
    padding-top: calc(8.3333333333vw * (10));
  }
}

.padding-bottom-10 {
  padding-bottom: calc((100vw / 12) * 10 );
}
@media (max-width: 768px) {
  .padding-bottom-10 {
    padding-bottom: calc(8.3333333333vw * (10 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-10 {
    padding-bottom: calc(8.3333333333vw * (10));
  }
}

.margin-block-10 {
  margin-top: calc((100vw / 12) * 10);
  margin-bottom: calc((100vw / 12) * 10 );
}
@media (max-width: 768px) {
  .margin-block-10 {
    margin-top: calc(8.3333333333vw * (10 ));
    margin-bottom: calc(8.3333333333vw * (10 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-10 {
    margin-top: calc(8.3333333333vw * (10));
    margin-bottom: calc(8.3333333333vw * (10));
  }
}

.margin-top-10 {
  margin-top: calc((100vw / 12) * 10 );
}
@media (max-width: 768px) {
  .margin-top-10 {
    margin-top: calc(8.3333333333vw * (10));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-10 {
    margin-top: calc(8.3333333333vw * (10));
  }
}

.margin-right-10 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 10 );
}

.margin-right-resp-10 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 10 );
}
@media (max-width: 768px) {
  .margin-right-resp-10 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-10 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 10 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-10 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-10 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 10 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-10 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-10 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 10 );
}

.margin-left-resp-10 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 10 );
}
@media (max-width: 768px) {
  .margin-left-resp-10 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-10 {
  margin-bottom: calc((100vw / 12) * 10);
}
@media (max-width: 768px) {
  .margin-bottom-10 {
    margin-bottom: calc(8.3333333333vw * (10 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-10 {
    margin-bottom: calc(8.3333333333vw * (10));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-10 {
    margin-bottom: calc(8.3333333333vw * (10));
  }
}

.letter-spacing-10 {
  letter-spacing: 10px;
}

.colonnes-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 9);
}
.colonnes-9.lazyload, .colonnes-9.lazyloading, .colonnes-9.lazyloaded {
  width: calc((100vw / 12) * 9);
}

.colonnes-resp-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 9);
}
.colonnes-resp-9.lazyload, .colonnes-resp-9.lazyloading, .colonnes-resp-9.lazyloaded {
  width: calc((100vw / 12) * 9);
}
@media (max-width: 768px) {
  .colonnes-resp-9.lazyload, .colonnes-resp-9.lazyloading, .colonnes-resp-9.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-9 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 9);
}
.colonnes-resp-full-9.lazyload, .colonnes-resp-full-9.lazyloading, .colonnes-resp-full-9.lazyloaded {
  width: calc((100vw / 12) * 9);
}
@media (max-width: 768px) {
  .colonnes-resp-full-9.lazyload, .colonnes-resp-full-9.lazyloading, .colonnes-resp-full-9.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-9 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 9);
}
.colonnes-resp-large-9.lazyload, .colonnes-resp-large-9.lazyloading, .colonnes-resp-large-9.lazyloaded {
  width: calc((100vw / 12) * 9);
}
@media (max-width: 992px) {
  .colonnes-resp-large-9.lazyload, .colonnes-resp-large-9.lazyloading, .colonnes-resp-large-9.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-9 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-9 {
  padding-top: calc((100vw / 12) * 9);
  padding-bottom: calc((100vw / 12) * 9 );
}
@media (max-width: 768px) {
  .padding-block-9 {
    padding-top: calc(8.3333333333vw * (9 ));
    padding-bottom: calc(8.3333333333vw * (9 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-9 {
    padding-top: calc(8.3333333333vw * (9));
    padding-bottom: calc(8.3333333333vw * (9 ));
  }
}

.padding-top-9 {
  padding-top: calc((100vw / 12) * 9);
}
@media (max-width: 768px) {
  .padding-top-9 {
    padding-top: calc(8.3333333333vw * (9 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-9 {
    padding-top: calc(8.3333333333vw * (9));
  }
}

.padding-bottom-9 {
  padding-bottom: calc((100vw / 12) * 9 );
}
@media (max-width: 768px) {
  .padding-bottom-9 {
    padding-bottom: calc(8.3333333333vw * (9 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-9 {
    padding-bottom: calc(8.3333333333vw * (9));
  }
}

.margin-block-9 {
  margin-top: calc((100vw / 12) * 9);
  margin-bottom: calc((100vw / 12) * 9 );
}
@media (max-width: 768px) {
  .margin-block-9 {
    margin-top: calc(8.3333333333vw * (9 ));
    margin-bottom: calc(8.3333333333vw * (9 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-9 {
    margin-top: calc(8.3333333333vw * (9));
    margin-bottom: calc(8.3333333333vw * (9));
  }
}

.margin-top-9 {
  margin-top: calc((100vw / 12) * 9 );
}
@media (max-width: 768px) {
  .margin-top-9 {
    margin-top: calc(8.3333333333vw * (9));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-9 {
    margin-top: calc(8.3333333333vw * (9));
  }
}

.margin-right-9 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 9 );
}

.margin-right-resp-9 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 9 );
}
@media (max-width: 768px) {
  .margin-right-resp-9 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-9 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 9 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-9 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-9 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 9 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-9 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-9 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 9 );
}

.margin-left-resp-9 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 9 );
}
@media (max-width: 768px) {
  .margin-left-resp-9 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-9 {
  margin-bottom: calc((100vw / 12) * 9);
}
@media (max-width: 768px) {
  .margin-bottom-9 {
    margin-bottom: calc(8.3333333333vw * (9 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-9 {
    margin-bottom: calc(8.3333333333vw * (9));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-9 {
    margin-bottom: calc(8.3333333333vw * (9));
  }
}

.letter-spacing-9 {
  letter-spacing: 9px;
}

.colonnes-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 8);
}
.colonnes-8.lazyload, .colonnes-8.lazyloading, .colonnes-8.lazyloaded {
  width: calc((100vw / 12) * 8);
}

.colonnes-resp-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 8);
}
.colonnes-resp-8.lazyload, .colonnes-resp-8.lazyloading, .colonnes-resp-8.lazyloaded {
  width: calc((100vw / 12) * 8);
}
@media (max-width: 768px) {
  .colonnes-resp-8.lazyload, .colonnes-resp-8.lazyloading, .colonnes-resp-8.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-8 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 8);
}
.colonnes-resp-full-8.lazyload, .colonnes-resp-full-8.lazyloading, .colonnes-resp-full-8.lazyloaded {
  width: calc((100vw / 12) * 8);
}
@media (max-width: 768px) {
  .colonnes-resp-full-8.lazyload, .colonnes-resp-full-8.lazyloading, .colonnes-resp-full-8.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-8 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 8);
}
.colonnes-resp-large-8.lazyload, .colonnes-resp-large-8.lazyloading, .colonnes-resp-large-8.lazyloaded {
  width: calc((100vw / 12) * 8);
}
@media (max-width: 992px) {
  .colonnes-resp-large-8.lazyload, .colonnes-resp-large-8.lazyloading, .colonnes-resp-large-8.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-8 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-8 {
  padding-top: calc((100vw / 12) * 8);
  padding-bottom: calc((100vw / 12) * 8 );
}
@media (max-width: 768px) {
  .padding-block-8 {
    padding-top: calc(8.3333333333vw * (8 ));
    padding-bottom: calc(8.3333333333vw * (8 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-8 {
    padding-top: calc(8.3333333333vw * (8));
    padding-bottom: calc(8.3333333333vw * (8 ));
  }
}

.padding-top-8 {
  padding-top: calc((100vw / 12) * 8);
}
@media (max-width: 768px) {
  .padding-top-8 {
    padding-top: calc(8.3333333333vw * (8 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-8 {
    padding-top: calc(8.3333333333vw * (8));
  }
}

.padding-bottom-8 {
  padding-bottom: calc((100vw / 12) * 8 );
}
@media (max-width: 768px) {
  .padding-bottom-8 {
    padding-bottom: calc(8.3333333333vw * (8 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-8 {
    padding-bottom: calc(8.3333333333vw * (8));
  }
}

.margin-block-8 {
  margin-top: calc((100vw / 12) * 8);
  margin-bottom: calc((100vw / 12) * 8 );
}
@media (max-width: 768px) {
  .margin-block-8 {
    margin-top: calc(8.3333333333vw * (8 ));
    margin-bottom: calc(8.3333333333vw * (8 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-8 {
    margin-top: calc(8.3333333333vw * (8));
    margin-bottom: calc(8.3333333333vw * (8));
  }
}

.margin-top-8 {
  margin-top: calc((100vw / 12) * 8 );
}
@media (max-width: 768px) {
  .margin-top-8 {
    margin-top: calc(8.3333333333vw * (8));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-8 {
    margin-top: calc(8.3333333333vw * (8));
  }
}

.margin-right-8 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 8 );
}

.margin-right-resp-8 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 8 );
}
@media (max-width: 768px) {
  .margin-right-resp-8 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-8 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 8 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-8 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-8 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 8 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-8 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-8 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 8 );
}

.margin-left-resp-8 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 8 );
}
@media (max-width: 768px) {
  .margin-left-resp-8 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-8 {
  margin-bottom: calc((100vw / 12) * 8);
}
@media (max-width: 768px) {
  .margin-bottom-8 {
    margin-bottom: calc(8.3333333333vw * (8 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-8 {
    margin-bottom: calc(8.3333333333vw * (8));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-8 {
    margin-bottom: calc(8.3333333333vw * (8));
  }
}

.letter-spacing-8 {
  letter-spacing: 8px;
}

.colonnes-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 7);
}
.colonnes-7.lazyload, .colonnes-7.lazyloading, .colonnes-7.lazyloaded {
  width: calc((100vw / 12) * 7);
}

.colonnes-resp-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 7);
}
.colonnes-resp-7.lazyload, .colonnes-resp-7.lazyloading, .colonnes-resp-7.lazyloaded {
  width: calc((100vw / 12) * 7);
}
@media (max-width: 768px) {
  .colonnes-resp-7.lazyload, .colonnes-resp-7.lazyloading, .colonnes-resp-7.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-7 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 7);
}
.colonnes-resp-full-7.lazyload, .colonnes-resp-full-7.lazyloading, .colonnes-resp-full-7.lazyloaded {
  width: calc((100vw / 12) * 7);
}
@media (max-width: 768px) {
  .colonnes-resp-full-7.lazyload, .colonnes-resp-full-7.lazyloading, .colonnes-resp-full-7.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-7 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 7);
}
.colonnes-resp-large-7.lazyload, .colonnes-resp-large-7.lazyloading, .colonnes-resp-large-7.lazyloaded {
  width: calc((100vw / 12) * 7);
}
@media (max-width: 992px) {
  .colonnes-resp-large-7.lazyload, .colonnes-resp-large-7.lazyloading, .colonnes-resp-large-7.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-7 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-7 {
  padding-top: calc((100vw / 12) * 7);
  padding-bottom: calc((100vw / 12) * 7 );
}
@media (max-width: 768px) {
  .padding-block-7 {
    padding-top: calc(8.3333333333vw * (7 ));
    padding-bottom: calc(8.3333333333vw * (7 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-7 {
    padding-top: calc(8.3333333333vw * (7));
    padding-bottom: calc(8.3333333333vw * (7 ));
  }
}

.padding-top-7 {
  padding-top: calc((100vw / 12) * 7);
}
@media (max-width: 768px) {
  .padding-top-7 {
    padding-top: calc(8.3333333333vw * (7 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-7 {
    padding-top: calc(8.3333333333vw * (7));
  }
}

.padding-bottom-7 {
  padding-bottom: calc((100vw / 12) * 7 );
}
@media (max-width: 768px) {
  .padding-bottom-7 {
    padding-bottom: calc(8.3333333333vw * (7 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-7 {
    padding-bottom: calc(8.3333333333vw * (7));
  }
}

.margin-block-7 {
  margin-top: calc((100vw / 12) * 7);
  margin-bottom: calc((100vw / 12) * 7 );
}
@media (max-width: 768px) {
  .margin-block-7 {
    margin-top: calc(8.3333333333vw * (7 ));
    margin-bottom: calc(8.3333333333vw * (7 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-7 {
    margin-top: calc(8.3333333333vw * (7));
    margin-bottom: calc(8.3333333333vw * (7));
  }
}

.margin-top-7 {
  margin-top: calc((100vw / 12) * 7 );
}
@media (max-width: 768px) {
  .margin-top-7 {
    margin-top: calc(8.3333333333vw * (7));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-7 {
    margin-top: calc(8.3333333333vw * (7));
  }
}

.margin-right-7 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 7 );
}

.margin-right-resp-7 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 7 );
}
@media (max-width: 768px) {
  .margin-right-resp-7 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-7 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 7 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-7 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-7 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 7 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-7 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-7 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 7 );
}

.margin-left-resp-7 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 7 );
}
@media (max-width: 768px) {
  .margin-left-resp-7 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-7 {
  margin-bottom: calc((100vw / 12) * 7);
}
@media (max-width: 768px) {
  .margin-bottom-7 {
    margin-bottom: calc(8.3333333333vw * (7 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-7 {
    margin-bottom: calc(8.3333333333vw * (7));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-7 {
    margin-bottom: calc(8.3333333333vw * (7));
  }
}

.letter-spacing-7 {
  letter-spacing: 7px;
}

.colonnes-6-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 6.5);
}
.colonnes-6-5.lazyload, .colonnes-6-5.lazyloading, .colonnes-6-5.lazyloaded {
  width: calc((100vw / 12) * 6.5);
}

.colonnes-resp-6-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 6.5);
}
.colonnes-resp-6-5.lazyload, .colonnes-resp-6-5.lazyloading, .colonnes-resp-6-5.lazyloaded {
  width: calc((100vw / 12) * 6.5);
}
@media (max-width: 768px) {
  .colonnes-resp-6-5.lazyload, .colonnes-resp-6-5.lazyloading, .colonnes-resp-6-5.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-6-5 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-6-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 6.5);
}
.colonnes-resp-full-6-5.lazyload, .colonnes-resp-full-6-5.lazyloading, .colonnes-resp-full-6-5.lazyloaded {
  width: calc((100vw / 12) * 6.5);
}
@media (max-width: 768px) {
  .colonnes-resp-full-6-5.lazyload, .colonnes-resp-full-6-5.lazyloading, .colonnes-resp-full-6-5.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-6-5 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-6-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 6.5);
}
.colonnes-resp-large-6-5.lazyload, .colonnes-resp-large-6-5.lazyloading, .colonnes-resp-large-6-5.lazyloaded {
  width: calc((100vw / 12) * 6.5);
}
@media (max-width: 992px) {
  .colonnes-resp-large-6-5.lazyload, .colonnes-resp-large-6-5.lazyloading, .colonnes-resp-large-6-5.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-6-5 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-6-5 {
  padding-top: calc((100vw / 12) * 6.5);
  padding-bottom: calc((100vw / 12) * 6.5 );
}
@media (max-width: 768px) {
  .padding-block-6-5 {
    padding-top: calc(8.3333333333vw * (6.5 ));
    padding-bottom: calc(8.3333333333vw * (6.5 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-6-5 {
    padding-top: calc(8.3333333333vw * (6.5));
    padding-bottom: calc(8.3333333333vw * (6.5 ));
  }
}

.padding-top-6-5 {
  padding-top: calc((100vw / 12) * 6.5);
}
@media (max-width: 768px) {
  .padding-top-6-5 {
    padding-top: calc(8.3333333333vw * (6.5 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-6-5 {
    padding-top: calc(8.3333333333vw * (6.5));
  }
}

.padding-bottom-6-5 {
  padding-bottom: calc((100vw / 12) * 6.5 );
}
@media (max-width: 768px) {
  .padding-bottom-6-5 {
    padding-bottom: calc(8.3333333333vw * (6.5 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-6-5 {
    padding-bottom: calc(8.3333333333vw * (6.5));
  }
}

.margin-block-6-5 {
  margin-top: calc((100vw / 12) * 6.5);
  margin-bottom: calc((100vw / 12) * 6.5 );
}
@media (max-width: 768px) {
  .margin-block-6-5 {
    margin-top: calc(8.3333333333vw * (6.5 ));
    margin-bottom: calc(8.3333333333vw * (6.5 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-6-5 {
    margin-top: calc(8.3333333333vw * (6.5));
    margin-bottom: calc(8.3333333333vw * (6.5));
  }
}

.margin-top-6-5 {
  margin-top: calc((100vw / 12) * 6.5 );
}
@media (max-width: 768px) {
  .margin-top-6-5 {
    margin-top: calc(8.3333333333vw * (6.5));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-6-5 {
    margin-top: calc(8.3333333333vw * (6.5));
  }
}

.margin-right-6-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 6.5 );
}

.margin-right-resp-6-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 6.5 );
}
@media (max-width: 768px) {
  .margin-right-resp-6-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-6-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 6.5 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-6-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-6-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 6.5 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-6-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-6-5 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 6.5 );
}

.margin-left-resp-6-5 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 6.5 );
}
@media (max-width: 768px) {
  .margin-left-resp-6-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-6-5 {
  margin-bottom: calc((100vw / 12) * 6.5);
}
@media (max-width: 768px) {
  .margin-bottom-6-5 {
    margin-bottom: calc(8.3333333333vw * (6.5 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-6-5 {
    margin-bottom: calc(8.3333333333vw * (6.5));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-6-5 {
    margin-bottom: calc(8.3333333333vw * (6.5));
  }
}

.letter-spacing-6-5 {
  letter-spacing: 6.5px;
}

.colonnes-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 6);
}
.colonnes-6.lazyload, .colonnes-6.lazyloading, .colonnes-6.lazyloaded {
  width: calc((100vw / 12) * 6);
}

.colonnes-resp-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 6);
}
.colonnes-resp-6.lazyload, .colonnes-resp-6.lazyloading, .colonnes-resp-6.lazyloaded {
  width: calc((100vw / 12) * 6);
}
@media (max-width: 768px) {
  .colonnes-resp-6.lazyload, .colonnes-resp-6.lazyloading, .colonnes-resp-6.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-6 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 6);
}
.colonnes-resp-full-6.lazyload, .colonnes-resp-full-6.lazyloading, .colonnes-resp-full-6.lazyloaded {
  width: calc((100vw / 12) * 6);
}
@media (max-width: 768px) {
  .colonnes-resp-full-6.lazyload, .colonnes-resp-full-6.lazyloading, .colonnes-resp-full-6.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-6 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 6);
}
.colonnes-resp-large-6.lazyload, .colonnes-resp-large-6.lazyloading, .colonnes-resp-large-6.lazyloaded {
  width: calc((100vw / 12) * 6);
}
@media (max-width: 992px) {
  .colonnes-resp-large-6.lazyload, .colonnes-resp-large-6.lazyloading, .colonnes-resp-large-6.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-6 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-6 {
  padding-top: calc((100vw / 12) * 6);
  padding-bottom: calc((100vw / 12) * 6 );
}
@media (max-width: 768px) {
  .padding-block-6 {
    padding-top: calc(8.3333333333vw * (6 ));
    padding-bottom: calc(8.3333333333vw * (6 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-6 {
    padding-top: calc(8.3333333333vw * (6));
    padding-bottom: calc(8.3333333333vw * (6 ));
  }
}

.padding-top-6 {
  padding-top: calc((100vw / 12) * 6);
}
@media (max-width: 768px) {
  .padding-top-6 {
    padding-top: calc(8.3333333333vw * (6 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-6 {
    padding-top: calc(8.3333333333vw * (6));
  }
}

.padding-bottom-6 {
  padding-bottom: calc((100vw / 12) * 6 );
}
@media (max-width: 768px) {
  .padding-bottom-6 {
    padding-bottom: calc(8.3333333333vw * (6 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-6 {
    padding-bottom: calc(8.3333333333vw * (6));
  }
}

.margin-block-6 {
  margin-top: calc((100vw / 12) * 6);
  margin-bottom: calc((100vw / 12) * 6 );
}
@media (max-width: 768px) {
  .margin-block-6 {
    margin-top: calc(8.3333333333vw * (6 ));
    margin-bottom: calc(8.3333333333vw * (6 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-6 {
    margin-top: calc(8.3333333333vw * (6));
    margin-bottom: calc(8.3333333333vw * (6));
  }
}

.margin-top-6 {
  margin-top: calc((100vw / 12) * 6 );
}
@media (max-width: 768px) {
  .margin-top-6 {
    margin-top: calc(8.3333333333vw * (6));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-6 {
    margin-top: calc(8.3333333333vw * (6));
  }
}

.margin-right-6 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 6 );
}

.margin-right-resp-6 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 6 );
}
@media (max-width: 768px) {
  .margin-right-resp-6 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-6 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 6 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-6 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-6 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 6 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-6 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-6 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 6 );
}

.margin-left-resp-6 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 6 );
}
@media (max-width: 768px) {
  .margin-left-resp-6 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-6 {
  margin-bottom: calc((100vw / 12) * 6);
}
@media (max-width: 768px) {
  .margin-bottom-6 {
    margin-bottom: calc(8.3333333333vw * (6 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-6 {
    margin-bottom: calc(8.3333333333vw * (6));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-6 {
    margin-bottom: calc(8.3333333333vw * (6));
  }
}

.letter-spacing-6 {
  letter-spacing: 6px;
}

.colonnes-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 5);
}
.colonnes-5.lazyload, .colonnes-5.lazyloading, .colonnes-5.lazyloaded {
  width: calc((100vw / 12) * 5);
}

.colonnes-resp-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 5);
}
.colonnes-resp-5.lazyload, .colonnes-resp-5.lazyloading, .colonnes-resp-5.lazyloaded {
  width: calc((100vw / 12) * 5);
}
@media (max-width: 768px) {
  .colonnes-resp-5.lazyload, .colonnes-resp-5.lazyloading, .colonnes-resp-5.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-5 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 5);
}
.colonnes-resp-full-5.lazyload, .colonnes-resp-full-5.lazyloading, .colonnes-resp-full-5.lazyloaded {
  width: calc((100vw / 12) * 5);
}
@media (max-width: 768px) {
  .colonnes-resp-full-5.lazyload, .colonnes-resp-full-5.lazyloading, .colonnes-resp-full-5.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-5 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 5);
}
.colonnes-resp-large-5.lazyload, .colonnes-resp-large-5.lazyloading, .colonnes-resp-large-5.lazyloaded {
  width: calc((100vw / 12) * 5);
}
@media (max-width: 992px) {
  .colonnes-resp-large-5.lazyload, .colonnes-resp-large-5.lazyloading, .colonnes-resp-large-5.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-5 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-5 {
  padding-top: calc((100vw / 12) * 5);
  padding-bottom: calc((100vw / 12) * 5 );
}
@media (max-width: 768px) {
  .padding-block-5 {
    padding-top: calc(8.3333333333vw * (5 ));
    padding-bottom: calc(8.3333333333vw * (5 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-5 {
    padding-top: calc(8.3333333333vw * (5));
    padding-bottom: calc(8.3333333333vw * (5 ));
  }
}

.padding-top-5 {
  padding-top: calc((100vw / 12) * 5);
}
@media (max-width: 768px) {
  .padding-top-5 {
    padding-top: calc(8.3333333333vw * (5 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-5 {
    padding-top: calc(8.3333333333vw * (5));
  }
}

.padding-bottom-5 {
  padding-bottom: calc((100vw / 12) * 5 );
}
@media (max-width: 768px) {
  .padding-bottom-5 {
    padding-bottom: calc(8.3333333333vw * (5 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-5 {
    padding-bottom: calc(8.3333333333vw * (5));
  }
}

.margin-block-5 {
  margin-top: calc((100vw / 12) * 5);
  margin-bottom: calc((100vw / 12) * 5 );
}
@media (max-width: 768px) {
  .margin-block-5 {
    margin-top: calc(8.3333333333vw * (5 ));
    margin-bottom: calc(8.3333333333vw * (5 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-5 {
    margin-top: calc(8.3333333333vw * (5));
    margin-bottom: calc(8.3333333333vw * (5));
  }
}

.margin-top-5 {
  margin-top: calc((100vw / 12) * 5 );
}
@media (max-width: 768px) {
  .margin-top-5 {
    margin-top: calc(8.3333333333vw * (5));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-5 {
    margin-top: calc(8.3333333333vw * (5));
  }
}

.margin-right-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 5 );
}

.margin-right-resp-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 5 );
}
@media (max-width: 768px) {
  .margin-right-resp-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 5 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 5 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-5 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 5 );
}

.margin-left-resp-5 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 5 );
}
@media (max-width: 768px) {
  .margin-left-resp-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-5 {
  margin-bottom: calc((100vw / 12) * 5);
}
@media (max-width: 768px) {
  .margin-bottom-5 {
    margin-bottom: calc(8.3333333333vw * (5 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-5 {
    margin-bottom: calc(8.3333333333vw * (5));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-5 {
    margin-bottom: calc(8.3333333333vw * (5));
  }
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

.colonnes-4-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 4.5);
}
.colonnes-4-5.lazyload, .colonnes-4-5.lazyloading, .colonnes-4-5.lazyloaded {
  width: calc((100vw / 12) * 4.5);
}

.colonnes-resp-4-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 4.5);
}
.colonnes-resp-4-5.lazyload, .colonnes-resp-4-5.lazyloading, .colonnes-resp-4-5.lazyloaded {
  width: calc((100vw / 12) * 4.5);
}
@media (max-width: 768px) {
  .colonnes-resp-4-5.lazyload, .colonnes-resp-4-5.lazyloading, .colonnes-resp-4-5.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-4-5 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-4-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 4.5);
}
.colonnes-resp-full-4-5.lazyload, .colonnes-resp-full-4-5.lazyloading, .colonnes-resp-full-4-5.lazyloaded {
  width: calc((100vw / 12) * 4.5);
}
@media (max-width: 768px) {
  .colonnes-resp-full-4-5.lazyload, .colonnes-resp-full-4-5.lazyloading, .colonnes-resp-full-4-5.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-4-5 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-4-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 4.5);
}
.colonnes-resp-large-4-5.lazyload, .colonnes-resp-large-4-5.lazyloading, .colonnes-resp-large-4-5.lazyloaded {
  width: calc((100vw / 12) * 4.5);
}
@media (max-width: 992px) {
  .colonnes-resp-large-4-5.lazyload, .colonnes-resp-large-4-5.lazyloading, .colonnes-resp-large-4-5.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-4-5 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-4-5 {
  padding-top: calc((100vw / 12) * 4.5);
  padding-bottom: calc((100vw / 12) * 4.5 );
}
@media (max-width: 768px) {
  .padding-block-4-5 {
    padding-top: calc(8.3333333333vw * (4.5 ));
    padding-bottom: calc(8.3333333333vw * (4.5 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-4-5 {
    padding-top: calc(8.3333333333vw * (4.5));
    padding-bottom: calc(8.3333333333vw * (4.5 ));
  }
}

.padding-top-4-5 {
  padding-top: calc((100vw / 12) * 4.5);
}
@media (max-width: 768px) {
  .padding-top-4-5 {
    padding-top: calc(8.3333333333vw * (4.5 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-4-5 {
    padding-top: calc(8.3333333333vw * (4.5));
  }
}

.padding-bottom-4-5 {
  padding-bottom: calc((100vw / 12) * 4.5 );
}
@media (max-width: 768px) {
  .padding-bottom-4-5 {
    padding-bottom: calc(8.3333333333vw * (4.5 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-4-5 {
    padding-bottom: calc(8.3333333333vw * (4.5));
  }
}

.margin-block-4-5 {
  margin-top: calc((100vw / 12) * 4.5);
  margin-bottom: calc((100vw / 12) * 4.5 );
}
@media (max-width: 768px) {
  .margin-block-4-5 {
    margin-top: calc(8.3333333333vw * (4.5 ));
    margin-bottom: calc(8.3333333333vw * (4.5 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-4-5 {
    margin-top: calc(8.3333333333vw * (4.5));
    margin-bottom: calc(8.3333333333vw * (4.5));
  }
}

.margin-top-4-5 {
  margin-top: calc((100vw / 12) * 4.5 );
}
@media (max-width: 768px) {
  .margin-top-4-5 {
    margin-top: calc(8.3333333333vw * (4.5));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-4-5 {
    margin-top: calc(8.3333333333vw * (4.5));
  }
}

.margin-right-4-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 4.5 );
}

.margin-right-resp-4-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 4.5 );
}
@media (max-width: 768px) {
  .margin-right-resp-4-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-4-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 4.5 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-4-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-4-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 4.5 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-4-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-4-5 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 4.5 );
}

.margin-left-resp-4-5 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 4.5 );
}
@media (max-width: 768px) {
  .margin-left-resp-4-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-4-5 {
  margin-bottom: calc((100vw / 12) * 4.5);
}
@media (max-width: 768px) {
  .margin-bottom-4-5 {
    margin-bottom: calc(8.3333333333vw * (4.5 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-4-5 {
    margin-bottom: calc(8.3333333333vw * (4.5));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-4-5 {
    margin-bottom: calc(8.3333333333vw * (4.5));
  }
}

.letter-spacing-4-5 {
  letter-spacing: 4.5px;
}

.colonnes-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 4);
}
.colonnes-4.lazyload, .colonnes-4.lazyloading, .colonnes-4.lazyloaded {
  width: calc((100vw / 12) * 4);
}

.colonnes-resp-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 4);
}
.colonnes-resp-4.lazyload, .colonnes-resp-4.lazyloading, .colonnes-resp-4.lazyloaded {
  width: calc((100vw / 12) * 4);
}
@media (max-width: 768px) {
  .colonnes-resp-4.lazyload, .colonnes-resp-4.lazyloading, .colonnes-resp-4.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-4 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 4);
}
.colonnes-resp-full-4.lazyload, .colonnes-resp-full-4.lazyloading, .colonnes-resp-full-4.lazyloaded {
  width: calc((100vw / 12) * 4);
}
@media (max-width: 768px) {
  .colonnes-resp-full-4.lazyload, .colonnes-resp-full-4.lazyloading, .colonnes-resp-full-4.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-4 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 4);
}
.colonnes-resp-large-4.lazyload, .colonnes-resp-large-4.lazyloading, .colonnes-resp-large-4.lazyloaded {
  width: calc((100vw / 12) * 4);
}
@media (max-width: 992px) {
  .colonnes-resp-large-4.lazyload, .colonnes-resp-large-4.lazyloading, .colonnes-resp-large-4.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-4 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-4 {
  padding-top: calc((100vw / 12) * 4);
  padding-bottom: calc((100vw / 12) * 4 );
}
@media (max-width: 768px) {
  .padding-block-4 {
    padding-top: calc(8.3333333333vw * (4 ));
    padding-bottom: calc(8.3333333333vw * (4 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-4 {
    padding-top: calc(8.3333333333vw * (4));
    padding-bottom: calc(8.3333333333vw * (4 ));
  }
}

.padding-top-4 {
  padding-top: calc((100vw / 12) * 4);
}
@media (max-width: 768px) {
  .padding-top-4 {
    padding-top: calc(8.3333333333vw * (4 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-4 {
    padding-top: calc(8.3333333333vw * (4));
  }
}

.padding-bottom-4 {
  padding-bottom: calc((100vw / 12) * 4 );
}
@media (max-width: 768px) {
  .padding-bottom-4 {
    padding-bottom: calc(8.3333333333vw * (4 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-4 {
    padding-bottom: calc(8.3333333333vw * (4));
  }
}

.margin-block-4 {
  margin-top: calc((100vw / 12) * 4);
  margin-bottom: calc((100vw / 12) * 4 );
}
@media (max-width: 768px) {
  .margin-block-4 {
    margin-top: calc(8.3333333333vw * (4 ));
    margin-bottom: calc(8.3333333333vw * (4 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-4 {
    margin-top: calc(8.3333333333vw * (4));
    margin-bottom: calc(8.3333333333vw * (4));
  }
}

.margin-top-4 {
  margin-top: calc((100vw / 12) * 4 );
}
@media (max-width: 768px) {
  .margin-top-4 {
    margin-top: calc(8.3333333333vw * (4));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-4 {
    margin-top: calc(8.3333333333vw * (4));
  }
}

.margin-right-4 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 4 );
}

.margin-right-resp-4 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 4 );
}
@media (max-width: 768px) {
  .margin-right-resp-4 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-4 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 4 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-4 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-4 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 4 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-4 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-4 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 4 );
}

.margin-left-resp-4 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 4 );
}
@media (max-width: 768px) {
  .margin-left-resp-4 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-4 {
  margin-bottom: calc((100vw / 12) * 4);
}
@media (max-width: 768px) {
  .margin-bottom-4 {
    margin-bottom: calc(8.3333333333vw * (4 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-4 {
    margin-bottom: calc(8.3333333333vw * (4));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-4 {
    margin-bottom: calc(8.3333333333vw * (4));
  }
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.colonnes-3-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 3.5);
}
.colonnes-3-5.lazyload, .colonnes-3-5.lazyloading, .colonnes-3-5.lazyloaded {
  width: calc((100vw / 12) * 3.5);
}

.colonnes-resp-3-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 3.5);
}
.colonnes-resp-3-5.lazyload, .colonnes-resp-3-5.lazyloading, .colonnes-resp-3-5.lazyloaded {
  width: calc((100vw / 12) * 3.5);
}
@media (max-width: 768px) {
  .colonnes-resp-3-5.lazyload, .colonnes-resp-3-5.lazyloading, .colonnes-resp-3-5.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-3-5 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-3-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 3.5);
}
.colonnes-resp-full-3-5.lazyload, .colonnes-resp-full-3-5.lazyloading, .colonnes-resp-full-3-5.lazyloaded {
  width: calc((100vw / 12) * 3.5);
}
@media (max-width: 768px) {
  .colonnes-resp-full-3-5.lazyload, .colonnes-resp-full-3-5.lazyloading, .colonnes-resp-full-3-5.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-3-5 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-3-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 3.5);
}
.colonnes-resp-large-3-5.lazyload, .colonnes-resp-large-3-5.lazyloading, .colonnes-resp-large-3-5.lazyloaded {
  width: calc((100vw / 12) * 3.5);
}
@media (max-width: 992px) {
  .colonnes-resp-large-3-5.lazyload, .colonnes-resp-large-3-5.lazyloading, .colonnes-resp-large-3-5.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-3-5 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-3-5 {
  padding-top: calc((100vw / 12) * 3.5);
  padding-bottom: calc((100vw / 12) * 3.5 );
}
@media (max-width: 768px) {
  .padding-block-3-5 {
    padding-top: calc(8.3333333333vw * (3.5 ));
    padding-bottom: calc(8.3333333333vw * (3.5 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-3-5 {
    padding-top: calc(8.3333333333vw * (3.5));
    padding-bottom: calc(8.3333333333vw * (3.5 ));
  }
}

.padding-top-3-5 {
  padding-top: calc((100vw / 12) * 3.5);
}
@media (max-width: 768px) {
  .padding-top-3-5 {
    padding-top: calc(8.3333333333vw * (3.5 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-3-5 {
    padding-top: calc(8.3333333333vw * (3.5));
  }
}

.padding-bottom-3-5 {
  padding-bottom: calc((100vw / 12) * 3.5 );
}
@media (max-width: 768px) {
  .padding-bottom-3-5 {
    padding-bottom: calc(8.3333333333vw * (3.5 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-3-5 {
    padding-bottom: calc(8.3333333333vw * (3.5));
  }
}

.margin-block-3-5 {
  margin-top: calc((100vw / 12) * 3.5);
  margin-bottom: calc((100vw / 12) * 3.5 );
}
@media (max-width: 768px) {
  .margin-block-3-5 {
    margin-top: calc(8.3333333333vw * (3.5 ));
    margin-bottom: calc(8.3333333333vw * (3.5 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-3-5 {
    margin-top: calc(8.3333333333vw * (3.5));
    margin-bottom: calc(8.3333333333vw * (3.5));
  }
}

.margin-top-3-5 {
  margin-top: calc((100vw / 12) * 3.5 );
}
@media (max-width: 768px) {
  .margin-top-3-5 {
    margin-top: calc(8.3333333333vw * (3.5));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-3-5 {
    margin-top: calc(8.3333333333vw * (3.5));
  }
}

.margin-right-3-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 3.5 );
}

.margin-right-resp-3-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 3.5 );
}
@media (max-width: 768px) {
  .margin-right-resp-3-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-3-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 3.5 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-3-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-3-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 3.5 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-3-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-3-5 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 3.5 );
}

.margin-left-resp-3-5 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 3.5 );
}
@media (max-width: 768px) {
  .margin-left-resp-3-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-3-5 {
  margin-bottom: calc((100vw / 12) * 3.5);
}
@media (max-width: 768px) {
  .margin-bottom-3-5 {
    margin-bottom: calc(8.3333333333vw * (3.5 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-3-5 {
    margin-bottom: calc(8.3333333333vw * (3.5));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-3-5 {
    margin-bottom: calc(8.3333333333vw * (3.5));
  }
}

.letter-spacing-3-5 {
  letter-spacing: 3.5px;
}

.colonnes-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 3);
}
.colonnes-3.lazyload, .colonnes-3.lazyloading, .colonnes-3.lazyloaded {
  width: calc((100vw / 12) * 3);
}

.colonnes-resp-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 3);
}
.colonnes-resp-3.lazyload, .colonnes-resp-3.lazyloading, .colonnes-resp-3.lazyloaded {
  width: calc((100vw / 12) * 3);
}
@media (max-width: 768px) {
  .colonnes-resp-3.lazyload, .colonnes-resp-3.lazyloading, .colonnes-resp-3.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-3 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 3);
}
.colonnes-resp-full-3.lazyload, .colonnes-resp-full-3.lazyloading, .colonnes-resp-full-3.lazyloaded {
  width: calc((100vw / 12) * 3);
}
@media (max-width: 768px) {
  .colonnes-resp-full-3.lazyload, .colonnes-resp-full-3.lazyloading, .colonnes-resp-full-3.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-3 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 3);
}
.colonnes-resp-large-3.lazyload, .colonnes-resp-large-3.lazyloading, .colonnes-resp-large-3.lazyloaded {
  width: calc((100vw / 12) * 3);
}
@media (max-width: 992px) {
  .colonnes-resp-large-3.lazyload, .colonnes-resp-large-3.lazyloading, .colonnes-resp-large-3.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-3 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-3 {
  padding-top: calc((100vw / 12) * 3);
  padding-bottom: calc((100vw / 12) * 3 );
}
@media (max-width: 768px) {
  .padding-block-3 {
    padding-top: calc(8.3333333333vw * (3 ));
    padding-bottom: calc(8.3333333333vw * (3 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-3 {
    padding-top: calc(8.3333333333vw * (3));
    padding-bottom: calc(8.3333333333vw * (3 ));
  }
}

.padding-top-3 {
  padding-top: calc((100vw / 12) * 3);
}
@media (max-width: 768px) {
  .padding-top-3 {
    padding-top: calc(8.3333333333vw * (3 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-3 {
    padding-top: calc(8.3333333333vw * (3));
  }
}

.padding-bottom-3 {
  padding-bottom: calc((100vw / 12) * 3 );
}
@media (max-width: 768px) {
  .padding-bottom-3 {
    padding-bottom: calc(8.3333333333vw * (3 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-3 {
    padding-bottom: calc(8.3333333333vw * (3));
  }
}

.margin-block-3 {
  margin-top: calc((100vw / 12) * 3);
  margin-bottom: calc((100vw / 12) * 3 );
}
@media (max-width: 768px) {
  .margin-block-3 {
    margin-top: calc(8.3333333333vw * (3 ));
    margin-bottom: calc(8.3333333333vw * (3 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-3 {
    margin-top: calc(8.3333333333vw * (3));
    margin-bottom: calc(8.3333333333vw * (3));
  }
}

.margin-top-3 {
  margin-top: calc((100vw / 12) * 3 );
}
@media (max-width: 768px) {
  .margin-top-3 {
    margin-top: calc(8.3333333333vw * (3));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-3 {
    margin-top: calc(8.3333333333vw * (3));
  }
}

.margin-right-3 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 3 );
}

.margin-right-resp-3 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 3 );
}
@media (max-width: 768px) {
  .margin-right-resp-3 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-3 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 3 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-3 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-3 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 3 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-3 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-3 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 3 );
}

.margin-left-resp-3 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 3 );
}
@media (max-width: 768px) {
  .margin-left-resp-3 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-3 {
  margin-bottom: calc((100vw / 12) * 3);
}
@media (max-width: 768px) {
  .margin-bottom-3 {
    margin-bottom: calc(8.3333333333vw * (3 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-3 {
    margin-bottom: calc(8.3333333333vw * (3));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-3 {
    margin-bottom: calc(8.3333333333vw * (3));
  }
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.colonnes-2-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 2.5);
}
.colonnes-2-5.lazyload, .colonnes-2-5.lazyloading, .colonnes-2-5.lazyloaded {
  width: calc((100vw / 12) * 2.5);
}

.colonnes-resp-2-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 2.5);
}
.colonnes-resp-2-5.lazyload, .colonnes-resp-2-5.lazyloading, .colonnes-resp-2-5.lazyloaded {
  width: calc((100vw / 12) * 2.5);
}
@media (max-width: 768px) {
  .colonnes-resp-2-5.lazyload, .colonnes-resp-2-5.lazyloading, .colonnes-resp-2-5.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-2-5 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-2-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 2.5);
}
.colonnes-resp-full-2-5.lazyload, .colonnes-resp-full-2-5.lazyloading, .colonnes-resp-full-2-5.lazyloaded {
  width: calc((100vw / 12) * 2.5);
}
@media (max-width: 768px) {
  .colonnes-resp-full-2-5.lazyload, .colonnes-resp-full-2-5.lazyloading, .colonnes-resp-full-2-5.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-2-5 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-2-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 2.5);
}
.colonnes-resp-large-2-5.lazyload, .colonnes-resp-large-2-5.lazyloading, .colonnes-resp-large-2-5.lazyloaded {
  width: calc((100vw / 12) * 2.5);
}
@media (max-width: 992px) {
  .colonnes-resp-large-2-5.lazyload, .colonnes-resp-large-2-5.lazyloading, .colonnes-resp-large-2-5.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-2-5 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-2-5 {
  padding-top: calc((100vw / 12) * 2.5);
  padding-bottom: calc((100vw / 12) * 2.5 );
}
@media (max-width: 768px) {
  .padding-block-2-5 {
    padding-top: calc(8.3333333333vw * (2.5 ));
    padding-bottom: calc(8.3333333333vw * (2.5 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-2-5 {
    padding-top: calc(8.3333333333vw * (2.5));
    padding-bottom: calc(8.3333333333vw * (2.5 ));
  }
}

.padding-top-2-5 {
  padding-top: calc((100vw / 12) * 2.5);
}
@media (max-width: 768px) {
  .padding-top-2-5 {
    padding-top: calc(8.3333333333vw * (2.5 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-2-5 {
    padding-top: calc(8.3333333333vw * (2.5));
  }
}

.padding-bottom-2-5 {
  padding-bottom: calc((100vw / 12) * 2.5 );
}
@media (max-width: 768px) {
  .padding-bottom-2-5 {
    padding-bottom: calc(8.3333333333vw * (2.5 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-2-5 {
    padding-bottom: calc(8.3333333333vw * (2.5));
  }
}

.margin-block-2-5 {
  margin-top: calc((100vw / 12) * 2.5);
  margin-bottom: calc((100vw / 12) * 2.5 );
}
@media (max-width: 768px) {
  .margin-block-2-5 {
    margin-top: calc(8.3333333333vw * (2.5 ));
    margin-bottom: calc(8.3333333333vw * (2.5 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-2-5 {
    margin-top: calc(8.3333333333vw * (2.5));
    margin-bottom: calc(8.3333333333vw * (2.5));
  }
}

.margin-top-2-5 {
  margin-top: calc((100vw / 12) * 2.5 );
}
@media (max-width: 768px) {
  .margin-top-2-5 {
    margin-top: calc(8.3333333333vw * (2.5));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-2-5 {
    margin-top: calc(8.3333333333vw * (2.5));
  }
}

.margin-right-2-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 2.5 );
}

.margin-right-resp-2-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 2.5 );
}
@media (max-width: 768px) {
  .margin-right-resp-2-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-2-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 2.5 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-2-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-2-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 2.5 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-2-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-2-5 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 2.5 );
}

.margin-left-resp-2-5 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 2.5 );
}
@media (max-width: 768px) {
  .margin-left-resp-2-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-2-5 {
  margin-bottom: calc((100vw / 12) * 2.5);
}
@media (max-width: 768px) {
  .margin-bottom-2-5 {
    margin-bottom: calc(8.3333333333vw * (2.5 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-2-5 {
    margin-bottom: calc(8.3333333333vw * (2.5));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-2-5 {
    margin-bottom: calc(8.3333333333vw * (2.5));
  }
}

.letter-spacing-2-5 {
  letter-spacing: 2.5px;
}

.colonnes-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 2);
}
.colonnes-2.lazyload, .colonnes-2.lazyloading, .colonnes-2.lazyloaded {
  width: calc((100vw / 12) * 2);
}

.colonnes-resp-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 2);
}
.colonnes-resp-2.lazyload, .colonnes-resp-2.lazyloading, .colonnes-resp-2.lazyloaded {
  width: calc((100vw / 12) * 2);
}
@media (max-width: 768px) {
  .colonnes-resp-2.lazyload, .colonnes-resp-2.lazyloading, .colonnes-resp-2.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-2 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 2);
}
.colonnes-resp-full-2.lazyload, .colonnes-resp-full-2.lazyloading, .colonnes-resp-full-2.lazyloaded {
  width: calc((100vw / 12) * 2);
}
@media (max-width: 768px) {
  .colonnes-resp-full-2.lazyload, .colonnes-resp-full-2.lazyloading, .colonnes-resp-full-2.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-2 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 2);
}
.colonnes-resp-large-2.lazyload, .colonnes-resp-large-2.lazyloading, .colonnes-resp-large-2.lazyloaded {
  width: calc((100vw / 12) * 2);
}
@media (max-width: 992px) {
  .colonnes-resp-large-2.lazyload, .colonnes-resp-large-2.lazyloading, .colonnes-resp-large-2.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-2 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-2 {
  padding-top: calc((100vw / 12) * 2);
  padding-bottom: calc((100vw / 12) * 2 );
}
@media (max-width: 768px) {
  .padding-block-2 {
    padding-top: calc(8.3333333333vw * (2 ));
    padding-bottom: calc(8.3333333333vw * (2 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-2 {
    padding-top: calc(8.3333333333vw * (2));
    padding-bottom: calc(8.3333333333vw * (2 ));
  }
}

.padding-top-2 {
  padding-top: calc((100vw / 12) * 2);
}
@media (max-width: 768px) {
  .padding-top-2 {
    padding-top: calc(8.3333333333vw * (2 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-2 {
    padding-top: calc(8.3333333333vw * (2));
  }
}

.padding-bottom-2 {
  padding-bottom: calc((100vw / 12) * 2 );
}
@media (max-width: 768px) {
  .padding-bottom-2 {
    padding-bottom: calc(8.3333333333vw * (2 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-2 {
    padding-bottom: calc(8.3333333333vw * (2));
  }
}

.margin-block-2 {
  margin-top: calc((100vw / 12) * 2);
  margin-bottom: calc((100vw / 12) * 2 );
}
@media (max-width: 768px) {
  .margin-block-2 {
    margin-top: calc(8.3333333333vw * (2 ));
    margin-bottom: calc(8.3333333333vw * (2 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-2 {
    margin-top: calc(8.3333333333vw * (2));
    margin-bottom: calc(8.3333333333vw * (2));
  }
}

.margin-top-2 {
  margin-top: calc((100vw / 12) * 2 );
}
@media (max-width: 768px) {
  .margin-top-2 {
    margin-top: calc(8.3333333333vw * (2));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-2 {
    margin-top: calc(8.3333333333vw * (2));
  }
}

.margin-right-2 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 2 );
}

.margin-right-resp-2 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 2 );
}
@media (max-width: 768px) {
  .margin-right-resp-2 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-2 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 2 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-2 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-2 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 2 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-2 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-2 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 2 );
}

.margin-left-resp-2 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 2 );
}
@media (max-width: 768px) {
  .margin-left-resp-2 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-2 {
  margin-bottom: calc((100vw / 12) * 2);
}
@media (max-width: 768px) {
  .margin-bottom-2 {
    margin-bottom: calc(8.3333333333vw * (2 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-2 {
    margin-bottom: calc(8.3333333333vw * (2));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-2 {
    margin-bottom: calc(8.3333333333vw * (2));
  }
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.colonnes-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 1.5);
}
.colonnes-1-5.lazyload, .colonnes-1-5.lazyloading, .colonnes-1-5.lazyloaded {
  width: calc((100vw / 12) * 1.5);
}

.colonnes-resp-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 1.5);
}
.colonnes-resp-1-5.lazyload, .colonnes-resp-1-5.lazyloading, .colonnes-resp-1-5.lazyloaded {
  width: calc((100vw / 12) * 1.5);
}
@media (max-width: 768px) {
  .colonnes-resp-1-5.lazyload, .colonnes-resp-1-5.lazyloading, .colonnes-resp-1-5.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-1-5 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 1.5);
}
.colonnes-resp-full-1-5.lazyload, .colonnes-resp-full-1-5.lazyloading, .colonnes-resp-full-1-5.lazyloaded {
  width: calc((100vw / 12) * 1.5);
}
@media (max-width: 768px) {
  .colonnes-resp-full-1-5.lazyload, .colonnes-resp-full-1-5.lazyloading, .colonnes-resp-full-1-5.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-1-5 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 1.5);
}
.colonnes-resp-large-1-5.lazyload, .colonnes-resp-large-1-5.lazyloading, .colonnes-resp-large-1-5.lazyloaded {
  width: calc((100vw / 12) * 1.5);
}
@media (max-width: 992px) {
  .colonnes-resp-large-1-5.lazyload, .colonnes-resp-large-1-5.lazyloading, .colonnes-resp-large-1-5.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-1-5 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-1-5 {
  padding-top: calc((100vw / 12) * 1.5);
  padding-bottom: calc((100vw / 12) * 1.5 );
}
@media (max-width: 768px) {
  .padding-block-1-5 {
    padding-top: calc(8.3333333333vw * (1.5 ));
    padding-bottom: calc(8.3333333333vw * (1.5 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-1-5 {
    padding-top: calc(8.3333333333vw * (1.5));
    padding-bottom: calc(8.3333333333vw * (1.5 ));
  }
}

.padding-top-1-5 {
  padding-top: calc((100vw / 12) * 1.5);
}
@media (max-width: 768px) {
  .padding-top-1-5 {
    padding-top: calc(8.3333333333vw * (1.5 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-1-5 {
    padding-top: calc(8.3333333333vw * (1.5));
  }
}

.padding-bottom-1-5 {
  padding-bottom: calc((100vw / 12) * 1.5 );
}
@media (max-width: 768px) {
  .padding-bottom-1-5 {
    padding-bottom: calc(8.3333333333vw * (1.5 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-1-5 {
    padding-bottom: calc(8.3333333333vw * (1.5));
  }
}

.margin-block-1-5 {
  margin-top: calc((100vw / 12) * 1.5);
  margin-bottom: calc((100vw / 12) * 1.5 );
}
@media (max-width: 768px) {
  .margin-block-1-5 {
    margin-top: calc(8.3333333333vw * (1.5 ));
    margin-bottom: calc(8.3333333333vw * (1.5 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-1-5 {
    margin-top: calc(8.3333333333vw * (1.5));
    margin-bottom: calc(8.3333333333vw * (1.5));
  }
}

.margin-top-1-5 {
  margin-top: calc((100vw / 12) * 1.5 );
}
@media (max-width: 768px) {
  .margin-top-1-5 {
    margin-top: calc(8.3333333333vw * (1.5));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-1-5 {
    margin-top: calc(8.3333333333vw * (1.5));
  }
}

.margin-right-1-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 1.5 );
}

.margin-right-resp-1-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 1.5 );
}
@media (max-width: 768px) {
  .margin-right-resp-1-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-1-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 1.5 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-1-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-1-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 1.5 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-1-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-1-5 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 1.5 );
}

.margin-left-resp-1-5 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 1.5 );
}
@media (max-width: 768px) {
  .margin-left-resp-1-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-1-5 {
  margin-bottom: calc((100vw / 12) * 1.5);
}
@media (max-width: 768px) {
  .margin-bottom-1-5 {
    margin-bottom: calc(8.3333333333vw * (1.5 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-1-5 {
    margin-bottom: calc(8.3333333333vw * (1.5));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-1-5 {
    margin-bottom: calc(8.3333333333vw * (1.5));
  }
}

.letter-spacing-1-5 {
  letter-spacing: 1.5px;
}

.colonnes-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 1);
}
.colonnes-1.lazyload, .colonnes-1.lazyloading, .colonnes-1.lazyloaded {
  width: calc((100vw / 12) * 1);
}

.colonnes-resp-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 1);
}
.colonnes-resp-1.lazyload, .colonnes-resp-1.lazyloading, .colonnes-resp-1.lazyloaded {
  width: calc((100vw / 12) * 1);
}
@media (max-width: 768px) {
  .colonnes-resp-1.lazyload, .colonnes-resp-1.lazyloading, .colonnes-resp-1.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-1 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 1);
}
.colonnes-resp-full-1.lazyload, .colonnes-resp-full-1.lazyloading, .colonnes-resp-full-1.lazyloaded {
  width: calc((100vw / 12) * 1);
}
@media (max-width: 768px) {
  .colonnes-resp-full-1.lazyload, .colonnes-resp-full-1.lazyloading, .colonnes-resp-full-1.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-1 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 1);
}
.colonnes-resp-large-1.lazyload, .colonnes-resp-large-1.lazyloading, .colonnes-resp-large-1.lazyloaded {
  width: calc((100vw / 12) * 1);
}
@media (max-width: 992px) {
  .colonnes-resp-large-1.lazyload, .colonnes-resp-large-1.lazyloading, .colonnes-resp-large-1.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-1 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-1 {
  padding-top: calc((100vw / 12) * 1);
  padding-bottom: calc((100vw / 12) * 1 );
}
@media (max-width: 768px) {
  .padding-block-1 {
    padding-top: calc(8.3333333333vw * (1 ));
    padding-bottom: calc(8.3333333333vw * (1 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-1 {
    padding-top: calc(8.3333333333vw * (1));
    padding-bottom: calc(8.3333333333vw * (1 ));
  }
}

.padding-top-1 {
  padding-top: calc((100vw / 12) * 1);
}
@media (max-width: 768px) {
  .padding-top-1 {
    padding-top: calc(8.3333333333vw * (1 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-1 {
    padding-top: calc(8.3333333333vw * (1));
  }
}

.padding-bottom-1 {
  padding-bottom: calc((100vw / 12) * 1 );
}
@media (max-width: 768px) {
  .padding-bottom-1 {
    padding-bottom: calc(8.3333333333vw * (1 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-1 {
    padding-bottom: calc(8.3333333333vw * (1));
  }
}

.margin-block-1 {
  margin-top: calc((100vw / 12) * 1);
  margin-bottom: calc((100vw / 12) * 1 );
}
@media (max-width: 768px) {
  .margin-block-1 {
    margin-top: calc(8.3333333333vw * (1 ));
    margin-bottom: calc(8.3333333333vw * (1 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-1 {
    margin-top: calc(8.3333333333vw * (1));
    margin-bottom: calc(8.3333333333vw * (1));
  }
}

.margin-top-1 {
  margin-top: calc((100vw / 12) * 1 );
}
@media (max-width: 768px) {
  .margin-top-1 {
    margin-top: calc(8.3333333333vw * (1));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-1 {
    margin-top: calc(8.3333333333vw * (1));
  }
}

.margin-right-1 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 1 );
}

.margin-right-resp-1 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 1 );
}
@media (max-width: 768px) {
  .margin-right-resp-1 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-1 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 1 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-1 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-1 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 1 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-1 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-1 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 1 );
}

.margin-left-resp-1 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 1 );
}
@media (max-width: 768px) {
  .margin-left-resp-1 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-1 {
  margin-bottom: calc((100vw / 12) * 1);
}
@media (max-width: 768px) {
  .margin-bottom-1 {
    margin-bottom: calc(8.3333333333vw * (1 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-1 {
    margin-bottom: calc(8.3333333333vw * (1));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-1 {
    margin-bottom: calc(8.3333333333vw * (1));
  }
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.colonnes-0-75 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 0.75);
}
.colonnes-0-75.lazyload, .colonnes-0-75.lazyloading, .colonnes-0-75.lazyloaded {
  width: calc((100vw / 12) * 0.75);
}

.colonnes-resp-0-75 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 0.75);
}
.colonnes-resp-0-75.lazyload, .colonnes-resp-0-75.lazyloading, .colonnes-resp-0-75.lazyloaded {
  width: calc((100vw / 12) * 0.75);
}
@media (max-width: 768px) {
  .colonnes-resp-0-75.lazyload, .colonnes-resp-0-75.lazyloading, .colonnes-resp-0-75.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-0-75 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-0-75 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 0.75);
}
.colonnes-resp-full-0-75.lazyload, .colonnes-resp-full-0-75.lazyloading, .colonnes-resp-full-0-75.lazyloaded {
  width: calc((100vw / 12) * 0.75);
}
@media (max-width: 768px) {
  .colonnes-resp-full-0-75.lazyload, .colonnes-resp-full-0-75.lazyloading, .colonnes-resp-full-0-75.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-0-75 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-0-75 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 0.75);
}
.colonnes-resp-large-0-75.lazyload, .colonnes-resp-large-0-75.lazyloading, .colonnes-resp-large-0-75.lazyloaded {
  width: calc((100vw / 12) * 0.75);
}
@media (max-width: 992px) {
  .colonnes-resp-large-0-75.lazyload, .colonnes-resp-large-0-75.lazyloading, .colonnes-resp-large-0-75.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-0-75 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-0-75 {
  padding-top: calc((100vw / 12) * 0.75);
  padding-bottom: calc((100vw / 12) * 0.75 );
}
@media (max-width: 768px) {
  .padding-block-0-75 {
    padding-top: calc(8.3333333333vw * (0.75 ));
    padding-bottom: calc(8.3333333333vw * (0.75 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-0-75 {
    padding-top: calc(8.3333333333vw * (0.75));
    padding-bottom: calc(8.3333333333vw * (0.75 ));
  }
}

.padding-top-0-75 {
  padding-top: calc((100vw / 12) * 0.75);
}
@media (max-width: 768px) {
  .padding-top-0-75 {
    padding-top: calc(8.3333333333vw * (0.75 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-0-75 {
    padding-top: calc(8.3333333333vw * (0.75));
  }
}

.padding-bottom-0-75 {
  padding-bottom: calc((100vw / 12) * 0.75 );
}
@media (max-width: 768px) {
  .padding-bottom-0-75 {
    padding-bottom: calc(8.3333333333vw * (0.75 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-0-75 {
    padding-bottom: calc(8.3333333333vw * (0.75));
  }
}

.margin-block-0-75 {
  margin-top: calc((100vw / 12) * 0.75);
  margin-bottom: calc((100vw / 12) * 0.75 );
}
@media (max-width: 768px) {
  .margin-block-0-75 {
    margin-top: calc(8.3333333333vw * (0.75 ));
    margin-bottom: calc(8.3333333333vw * (0.75 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-0-75 {
    margin-top: calc(8.3333333333vw * (0.75));
    margin-bottom: calc(8.3333333333vw * (0.75));
  }
}

.margin-top-0-75 {
  margin-top: calc((100vw / 12) * 0.75 );
}
@media (max-width: 768px) {
  .margin-top-0-75 {
    margin-top: calc(8.3333333333vw * (0.75));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-0-75 {
    margin-top: calc(8.3333333333vw * (0.75));
  }
}

.margin-right-0-75 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 0.75 );
}

.margin-right-resp-0-75 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 0.75 );
}
@media (max-width: 768px) {
  .margin-right-resp-0-75 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-0-75 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 0.75 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-0-75 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-0-75 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 0.75 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-0-75 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-0-75 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 0.75 );
}

.margin-left-resp-0-75 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 0.75 );
}
@media (max-width: 768px) {
  .margin-left-resp-0-75 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-0-75 {
  margin-bottom: calc((100vw / 12) * 0.75);
}
@media (max-width: 768px) {
  .margin-bottom-0-75 {
    margin-bottom: calc(8.3333333333vw * (0.75 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-0-75 {
    margin-bottom: calc(8.3333333333vw * (0.75));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-0-75 {
    margin-bottom: calc(8.3333333333vw * (0.75));
  }
}

.letter-spacing-0-75 {
  letter-spacing: 0.75px;
}

.colonnes-0-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 0.5);
}
.colonnes-0-5.lazyload, .colonnes-0-5.lazyloading, .colonnes-0-5.lazyloaded {
  width: calc((100vw / 12) * 0.5);
}

.colonnes-resp-0-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 0.5);
}
.colonnes-resp-0-5.lazyload, .colonnes-resp-0-5.lazyloading, .colonnes-resp-0-5.lazyloaded {
  width: calc((100vw / 12) * 0.5);
}
@media (max-width: 768px) {
  .colonnes-resp-0-5.lazyload, .colonnes-resp-0-5.lazyloading, .colonnes-resp-0-5.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-0-5 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-0-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 0.5);
}
.colonnes-resp-full-0-5.lazyload, .colonnes-resp-full-0-5.lazyloading, .colonnes-resp-full-0-5.lazyloaded {
  width: calc((100vw / 12) * 0.5);
}
@media (max-width: 768px) {
  .colonnes-resp-full-0-5.lazyload, .colonnes-resp-full-0-5.lazyloading, .colonnes-resp-full-0-5.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-0-5 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-0-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 0.5);
}
.colonnes-resp-large-0-5.lazyload, .colonnes-resp-large-0-5.lazyloading, .colonnes-resp-large-0-5.lazyloaded {
  width: calc((100vw / 12) * 0.5);
}
@media (max-width: 992px) {
  .colonnes-resp-large-0-5.lazyload, .colonnes-resp-large-0-5.lazyloading, .colonnes-resp-large-0-5.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-0-5 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-0-5 {
  padding-top: calc((100vw / 12) * 0.5);
  padding-bottom: calc((100vw / 12) * 0.5 );
}
@media (max-width: 768px) {
  .padding-block-0-5 {
    padding-top: calc(8.3333333333vw * (0.5 ));
    padding-bottom: calc(8.3333333333vw * (0.5 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-0-5 {
    padding-top: calc(8.3333333333vw * (0.5));
    padding-bottom: calc(8.3333333333vw * (0.5 ));
  }
}

.padding-top-0-5 {
  padding-top: calc((100vw / 12) * 0.5);
}
@media (max-width: 768px) {
  .padding-top-0-5 {
    padding-top: calc(8.3333333333vw * (0.5 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-0-5 {
    padding-top: calc(8.3333333333vw * (0.5));
  }
}

.padding-bottom-0-5 {
  padding-bottom: calc((100vw / 12) * 0.5 );
}
@media (max-width: 768px) {
  .padding-bottom-0-5 {
    padding-bottom: calc(8.3333333333vw * (0.5 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-0-5 {
    padding-bottom: calc(8.3333333333vw * (0.5));
  }
}

.margin-block-0-5 {
  margin-top: calc((100vw / 12) * 0.5);
  margin-bottom: calc((100vw / 12) * 0.5 );
}
@media (max-width: 768px) {
  .margin-block-0-5 {
    margin-top: calc(8.3333333333vw * (0.5 ));
    margin-bottom: calc(8.3333333333vw * (0.5 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-0-5 {
    margin-top: calc(8.3333333333vw * (0.5));
    margin-bottom: calc(8.3333333333vw * (0.5));
  }
}

.margin-top-0-5 {
  margin-top: calc((100vw / 12) * 0.5 );
}
@media (max-width: 768px) {
  .margin-top-0-5 {
    margin-top: calc(8.3333333333vw * (0.5));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-0-5 {
    margin-top: calc(8.3333333333vw * (0.5));
  }
}

.margin-right-0-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 0.5 );
}

.margin-right-resp-0-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 0.5 );
}
@media (max-width: 768px) {
  .margin-right-resp-0-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-0-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 0.5 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-0-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-0-5 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 0.5 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-0-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-0-5 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 0.5 );
}

.margin-left-resp-0-5 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 0.5 );
}
@media (max-width: 768px) {
  .margin-left-resp-0-5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-0-5 {
  margin-bottom: calc((100vw / 12) * 0.5);
}
@media (max-width: 768px) {
  .margin-bottom-0-5 {
    margin-bottom: calc(8.3333333333vw * (0.5 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-0-5 {
    margin-bottom: calc(8.3333333333vw * (0.5));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-0-5 {
    margin-bottom: calc(8.3333333333vw * (0.5));
  }
}

.letter-spacing-0-5 {
  letter-spacing: 0.5px;
}

.colonnes-0-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 0.4);
}
.colonnes-0-4.lazyload, .colonnes-0-4.lazyloading, .colonnes-0-4.lazyloaded {
  width: calc((100vw / 12) * 0.4);
}

.colonnes-resp-0-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 0.4);
}
.colonnes-resp-0-4.lazyload, .colonnes-resp-0-4.lazyloading, .colonnes-resp-0-4.lazyloaded {
  width: calc((100vw / 12) * 0.4);
}
@media (max-width: 768px) {
  .colonnes-resp-0-4.lazyload, .colonnes-resp-0-4.lazyloading, .colonnes-resp-0-4.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-0-4 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-0-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 0.4);
}
.colonnes-resp-full-0-4.lazyload, .colonnes-resp-full-0-4.lazyloading, .colonnes-resp-full-0-4.lazyloaded {
  width: calc((100vw / 12) * 0.4);
}
@media (max-width: 768px) {
  .colonnes-resp-full-0-4.lazyload, .colonnes-resp-full-0-4.lazyloading, .colonnes-resp-full-0-4.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-0-4 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-0-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 0.4);
}
.colonnes-resp-large-0-4.lazyload, .colonnes-resp-large-0-4.lazyloading, .colonnes-resp-large-0-4.lazyloaded {
  width: calc((100vw / 12) * 0.4);
}
@media (max-width: 992px) {
  .colonnes-resp-large-0-4.lazyload, .colonnes-resp-large-0-4.lazyloading, .colonnes-resp-large-0-4.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-0-4 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-0-4 {
  padding-top: calc((100vw / 12) * 0.4);
  padding-bottom: calc((100vw / 12) * 0.4 );
}
@media (max-width: 768px) {
  .padding-block-0-4 {
    padding-top: calc(8.3333333333vw * (0.4 ));
    padding-bottom: calc(8.3333333333vw * (0.4 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-0-4 {
    padding-top: calc(8.3333333333vw * (0.4));
    padding-bottom: calc(8.3333333333vw * (0.4 ));
  }
}

.padding-top-0-4 {
  padding-top: calc((100vw / 12) * 0.4);
}
@media (max-width: 768px) {
  .padding-top-0-4 {
    padding-top: calc(8.3333333333vw * (0.4 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-0-4 {
    padding-top: calc(8.3333333333vw * (0.4));
  }
}

.padding-bottom-0-4 {
  padding-bottom: calc((100vw / 12) * 0.4 );
}
@media (max-width: 768px) {
  .padding-bottom-0-4 {
    padding-bottom: calc(8.3333333333vw * (0.4 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-0-4 {
    padding-bottom: calc(8.3333333333vw * (0.4));
  }
}

.margin-block-0-4 {
  margin-top: calc((100vw / 12) * 0.4);
  margin-bottom: calc((100vw / 12) * 0.4 );
}
@media (max-width: 768px) {
  .margin-block-0-4 {
    margin-top: calc(8.3333333333vw * (0.4 ));
    margin-bottom: calc(8.3333333333vw * (0.4 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-0-4 {
    margin-top: calc(8.3333333333vw * (0.4));
    margin-bottom: calc(8.3333333333vw * (0.4));
  }
}

.margin-top-0-4 {
  margin-top: calc((100vw / 12) * 0.4 );
}
@media (max-width: 768px) {
  .margin-top-0-4 {
    margin-top: calc(8.3333333333vw * (0.4));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-0-4 {
    margin-top: calc(8.3333333333vw * (0.4));
  }
}

.margin-right-0-4 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 0.4 );
}

.margin-right-resp-0-4 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 0.4 );
}
@media (max-width: 768px) {
  .margin-right-resp-0-4 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-0-4 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 0.4 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-0-4 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-0-4 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 0.4 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-0-4 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-0-4 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 0.4 );
}

.margin-left-resp-0-4 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 0.4 );
}
@media (max-width: 768px) {
  .margin-left-resp-0-4 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-0-4 {
  margin-bottom: calc((100vw / 12) * 0.4);
}
@media (max-width: 768px) {
  .margin-bottom-0-4 {
    margin-bottom: calc(8.3333333333vw * (0.4 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-0-4 {
    margin-bottom: calc(8.3333333333vw * (0.4));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-0-4 {
    margin-bottom: calc(8.3333333333vw * (0.4));
  }
}

.letter-spacing-0-4 {
  letter-spacing: 0.4px;
}

.colonnes-0 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 0);
}
.colonnes-0.lazyload, .colonnes-0.lazyloading, .colonnes-0.lazyloaded {
  width: calc((100vw / 12) * 0);
}

.colonnes-resp-0 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 0);
}
.colonnes-resp-0.lazyload, .colonnes-resp-0.lazyloading, .colonnes-resp-0.lazyloaded {
  width: calc((100vw / 12) * 0);
}
@media (max-width: 768px) {
  .colonnes-resp-0.lazyload, .colonnes-resp-0.lazyloading, .colonnes-resp-0.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-0 {
    max-width: 83.3333333333vw;
  }
}

.colonnes-resp-full-0 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 0);
}
.colonnes-resp-full-0.lazyload, .colonnes-resp-full-0.lazyloading, .colonnes-resp-full-0.lazyloaded {
  width: calc((100vw / 12) * 0);
}
@media (max-width: 768px) {
  .colonnes-resp-full-0.lazyload, .colonnes-resp-full-0.lazyloading, .colonnes-resp-full-0.lazyloaded {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .colonnes-resp-full-0 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
}

.colonnes-resp-large-0 {
  margin-left: auto;
  margin-right: auto;
  max-width: calc((100vw / 12) * 0);
}
.colonnes-resp-large-0.lazyload, .colonnes-resp-large-0.lazyloading, .colonnes-resp-large-0.lazyloaded {
  width: calc((100vw / 12) * 0);
}
@media (max-width: 992px) {
  .colonnes-resp-large-0.lazyload, .colonnes-resp-large-0.lazyloading, .colonnes-resp-large-0.lazyloaded {
    width: 83.3333333333vw;
  }
}
@media (max-width: 992px) {
  .colonnes-resp-large-0 {
    max-width: 83.3333333333vw;
  }
}

.padding-block-0 {
  padding-top: calc((100vw / 12) * 0);
  padding-bottom: calc((100vw / 12) * 0 );
}
@media (max-width: 768px) {
  .padding-block-0 {
    padding-top: calc(8.3333333333vw * (0 ));
    padding-bottom: calc(8.3333333333vw * (0 ));
  }
}

@media (max-width: 768px) {
  .padding-block-mobile-0 {
    padding-top: calc(8.3333333333vw * (0));
    padding-bottom: calc(8.3333333333vw * (0 ));
  }
}

.padding-top-0 {
  padding-top: calc((100vw / 12) * 0);
}
@media (max-width: 768px) {
  .padding-top-0 {
    padding-top: calc(8.3333333333vw * (0 ));
  }
}

@media (max-width: 768px) {
  .padding-top-mobile-0 {
    padding-top: calc(8.3333333333vw * (0));
  }
}

.padding-bottom-0 {
  padding-bottom: calc((100vw / 12) * 0 );
}
@media (max-width: 768px) {
  .padding-bottom-0 {
    padding-bottom: calc(8.3333333333vw * (0 ));
  }
}

@media (max-width: 768px) {
  .padding-bottom-mobile-0 {
    padding-bottom: calc(8.3333333333vw * (0));
  }
}

.margin-block-0 {
  margin-top: calc((100vw / 12) * 0);
  margin-bottom: calc((100vw / 12) * 0 );
}
@media (max-width: 768px) {
  .margin-block-0 {
    margin-top: calc(8.3333333333vw * (0 ));
    margin-bottom: calc(8.3333333333vw * (0 ));
  }
}

@media (max-width: 768px) {
  .margin-block-mobile-0 {
    margin-top: calc(8.3333333333vw * (0));
    margin-bottom: calc(8.3333333333vw * (0));
  }
}

.margin-top-0 {
  margin-top: calc((100vw / 12) * 0 );
}
@media (max-width: 768px) {
  .margin-top-0 {
    margin-top: calc(8.3333333333vw * (0));
  }
}

@media (max-width: 768px) {
  .margin-top-mobile-0 {
    margin-top: calc(8.3333333333vw * (0));
  }
}

.margin-right-0 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 0 );
}

.margin-right-resp-0 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 0 );
}
@media (max-width: 768px) {
  .margin-right-resp-0 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-large-0 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 0 );
}
@media (max-width: 992px) {
  .margin-right-resp-large-0 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-right-resp-laptop-0 {
  margin-left: auto;
  margin-right: calc((100vw / 12) * 0 );
}
@media (max-width: 1024px) {
  .margin-right-resp-laptop-0 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-left-0 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 0 );
}

.margin-left-resp-0 {
  margin-right: 0;
  margin-left: calc((100vw / 12) * 0 );
}
@media (max-width: 768px) {
  .margin-left-resp-0 {
    margin-right: auto;
    margin-left: auto;
  }
}

.margin-bottom-0 {
  margin-bottom: calc((100vw / 12) * 0);
}
@media (max-width: 768px) {
  .margin-bottom-0 {
    margin-bottom: calc(8.3333333333vw * (0 ));
  }
}

@media (max-width: 768px) {
  .margin-bottom-mobile-0 {
    margin-bottom: calc(8.3333333333vw * (0));
  }
}

@media (max-width: 992px) {
  .margin-bottom-tablet-0 {
    margin-bottom: calc(8.3333333333vw * (0));
  }
}

.letter-spacing-0 {
  letter-spacing: 0px;
}

.bouton-gray {
  --font-size: 13px;
  --duration: .44s;
  --move-hover: -4px;
  --shadow: 0 2px 8px -1px rgba(40, 45, 57, 0.32);
  --shadow-hover: 0 4px 20px -2px rgba(40, 45, 57, 0.5);
  --font-shadow: calc(var(--font-size)*1.2);
  font-family: "Ruda", sans-serif;
  font-size: var(--font-size);
  line-height: var(--font-size);
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 32px;
  border-radius: 24px;
  margin-bottom: 2rem;
  display: inline-block;
  outline: none;
  background: #282d39;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
}
.bouton-gray div {
  display: flex;
  overflow: hidden;
  position: relative;
  top: 0.1em;
  text-shadow: 0 var(--font-shadow) 0 #fff;
}
.bouton-gray div span {
  display: inline-block;
  line-height: 1.1em;
  white-space: pre;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-style: normal;
  transition: transform var(--duration) ease;
  transform: translateY(var(--m)) translateZ(0);
}
.bouton-gray div span:nth-child(1) {
  transition-delay: 0.05s;
}
.bouton-gray div span:nth-child(2) {
  transition-delay: 0.1s;
}
.bouton-gray div span:nth-child(3) {
  transition-delay: 0.15s;
}
.bouton-gray div span:nth-child(4) {
  transition-delay: 0.2s;
}
.bouton-gray div span:nth-child(5) {
  transition-delay: 0.25s;
}
.bouton-gray div span:nth-child(6) {
  transition-delay: 0.3s;
}
.bouton-gray div span:nth-child(7) {
  transition-delay: 0.35s;
}
.bouton-gray div span:nth-child(8) {
  transition-delay: 0.4s;
}
.bouton-gray div span:nth-child(9) {
  transition-delay: 0.45s;
}
.bouton-gray div span:nth-child(10) {
  transition-delay: 0.5s;
}
.bouton-gray div span:nth-child(11) {
  transition-delay: 0.55s;
}
.bouton-gray div span:nth-child(12) {
  transition-delay: 0.6s;
}
.bouton-gray div span:nth-child(13) {
  transition-delay: 0.65s;
}
.bouton-gray div span:nth-child(14) {
  transition-delay: 0.7s;
}
.bouton-gray div span:nth-child(15) {
  transition-delay: 0.75s;
}
.bouton-gray div span:nth-child(16) {
  transition-delay: 0.8s;
}
.bouton-gray div span:nth-child(17) {
  transition-delay: 0.85s;
}
.bouton-gray div span:nth-child(18) {
  transition-delay: 0.9s;
}
.bouton-gray div span:nth-child(19) {
  transition-delay: 0.95s;
}
.bouton-gray div span:nth-child(20) {
  transition-delay: 1s;
}
.bouton-gray div span:nth-child(21) {
  transition-delay: 1.05s;
}
.bouton-gray div span:nth-child(22) {
  transition-delay: 1.1s;
}
.bouton-gray div span:nth-child(23) {
  transition-delay: 1.15s;
}
.bouton-gray div span:nth-child(24) {
  transition-delay: 1.2s;
}
.bouton-gray div span:nth-child(25) {
  transition-delay: 1.25s;
}
.bouton-gray div span:nth-child(26) {
  transition-delay: 1.3s;
}
.bouton-gray div span:nth-child(27) {
  transition-delay: 1.35s;
}
.bouton-gray div span:nth-child(28) {
  transition-delay: 1.4s;
}
.bouton-gray div span:nth-child(29) {
  transition-delay: 1.45s;
}
.bouton-gray div span:nth-child(30) {
  transition-delay: 1.5s;
}
.bouton-gray div span:nth-child(31) {
  transition-delay: 1.55s;
}
.bouton-gray div span:nth-child(32) {
  transition-delay: 1.6s;
}
.bouton-gray div span:nth-child(33) {
  transition-delay: 1.65s;
}
.bouton-gray div span:nth-child(34) {
  transition-delay: 1.7s;
}
.bouton-gray div span:nth-child(35) {
  transition-delay: 1.75s;
}
.bouton-gray div span:nth-child(36) {
  transition-delay: 1.8s;
}
.bouton-gray div span:nth-child(37) {
  transition-delay: 1.85s;
}
.bouton-gray div span:nth-child(38) {
  transition-delay: 1.9s;
}
.bouton-gray div span:nth-child(39) {
  transition-delay: 1.95s;
}
.bouton-gray div span:nth-child(40) {
  transition-delay: 2s;
}
.bouton-gray div span:nth-child(41) {
  transition-delay: 2.05s;
}
.bouton-gray div span:nth-child(42) {
  transition-delay: 2.1s;
}
.bouton-gray div span:nth-child(43) {
  transition-delay: 2.15s;
}
.bouton-gray div span:nth-child(44) {
  transition-delay: 2.2s;
}
.bouton-gray div span:nth-child(45) {
  transition-delay: 2.25s;
}
.bouton-gray div span:nth-child(46) {
  transition-delay: 2.3s;
}
.bouton-gray div span:nth-child(47) {
  transition-delay: 2.35s;
}
.bouton-gray div span:nth-child(48) {
  transition-delay: 2.4s;
}
.bouton-gray div span:nth-child(49) {
  transition-delay: 2.45s;
}
.bouton-gray:hover {
  color: #fff;
  --y: var(--move-hover);
}
.bouton-gray:hover span {
  --m: calc(var(--font-shadow) * -1);
}

.bouton-white {
  --font-size: 13px;
  --duration: .44s;
  --move-hover: -4px;
  --shadow: 0 2px 8px -1px rgba(255, 255, 255, 0.32);
  --shadow-hover: 0 4px 20px -2px rgba(255, 255, 255, 0.5);
  --font-shadow: calc(var(--font-size)*1.2);
  font-family: "Ruda", sans-serif;
  font-size: var(--font-size);
  line-height: var(--font-size);
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #bc914d;
  padding: 16px 32px;
  border-radius: 24px;
  margin-bottom: 2rem;
  display: inline-block;
  outline: none;
  background: #fff;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
}
.bouton-white div {
  display: flex;
  overflow: hidden;
  position: relative;
  top: 0.1em;
  text-shadow: 0 var(--font-shadow) 0 #bc914d;
}
.bouton-white div span {
  display: inline-block;
  line-height: 1.1em;
  white-space: pre;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-style: normal;
  transition: transform var(--duration) ease;
  transform: translateY(var(--m)) translateZ(0);
}
.bouton-white div span:nth-child(1) {
  transition-delay: 0.05s;
}
.bouton-white div span:nth-child(2) {
  transition-delay: 0.1s;
}
.bouton-white div span:nth-child(3) {
  transition-delay: 0.15s;
}
.bouton-white div span:nth-child(4) {
  transition-delay: 0.2s;
}
.bouton-white div span:nth-child(5) {
  transition-delay: 0.25s;
}
.bouton-white div span:nth-child(6) {
  transition-delay: 0.3s;
}
.bouton-white div span:nth-child(7) {
  transition-delay: 0.35s;
}
.bouton-white div span:nth-child(8) {
  transition-delay: 0.4s;
}
.bouton-white div span:nth-child(9) {
  transition-delay: 0.45s;
}
.bouton-white div span:nth-child(10) {
  transition-delay: 0.5s;
}
.bouton-white div span:nth-child(11) {
  transition-delay: 0.55s;
}
.bouton-white div span:nth-child(12) {
  transition-delay: 0.6s;
}
.bouton-white div span:nth-child(13) {
  transition-delay: 0.65s;
}
.bouton-white div span:nth-child(14) {
  transition-delay: 0.7s;
}
.bouton-white div span:nth-child(15) {
  transition-delay: 0.75s;
}
.bouton-white div span:nth-child(16) {
  transition-delay: 0.8s;
}
.bouton-white div span:nth-child(17) {
  transition-delay: 0.85s;
}
.bouton-white div span:nth-child(18) {
  transition-delay: 0.9s;
}
.bouton-white div span:nth-child(19) {
  transition-delay: 0.95s;
}
.bouton-white div span:nth-child(20) {
  transition-delay: 1s;
}
.bouton-white div span:nth-child(21) {
  transition-delay: 1.05s;
}
.bouton-white div span:nth-child(22) {
  transition-delay: 1.1s;
}
.bouton-white div span:nth-child(23) {
  transition-delay: 1.15s;
}
.bouton-white div span:nth-child(24) {
  transition-delay: 1.2s;
}
.bouton-white div span:nth-child(25) {
  transition-delay: 1.25s;
}
.bouton-white div span:nth-child(26) {
  transition-delay: 1.3s;
}
.bouton-white div span:nth-child(27) {
  transition-delay: 1.35s;
}
.bouton-white div span:nth-child(28) {
  transition-delay: 1.4s;
}
.bouton-white div span:nth-child(29) {
  transition-delay: 1.45s;
}
.bouton-white div span:nth-child(30) {
  transition-delay: 1.5s;
}
.bouton-white div span:nth-child(31) {
  transition-delay: 1.55s;
}
.bouton-white div span:nth-child(32) {
  transition-delay: 1.6s;
}
.bouton-white div span:nth-child(33) {
  transition-delay: 1.65s;
}
.bouton-white div span:nth-child(34) {
  transition-delay: 1.7s;
}
.bouton-white div span:nth-child(35) {
  transition-delay: 1.75s;
}
.bouton-white div span:nth-child(36) {
  transition-delay: 1.8s;
}
.bouton-white div span:nth-child(37) {
  transition-delay: 1.85s;
}
.bouton-white div span:nth-child(38) {
  transition-delay: 1.9s;
}
.bouton-white div span:nth-child(39) {
  transition-delay: 1.95s;
}
.bouton-white div span:nth-child(40) {
  transition-delay: 2s;
}
.bouton-white div span:nth-child(41) {
  transition-delay: 2.05s;
}
.bouton-white div span:nth-child(42) {
  transition-delay: 2.1s;
}
.bouton-white div span:nth-child(43) {
  transition-delay: 2.15s;
}
.bouton-white div span:nth-child(44) {
  transition-delay: 2.2s;
}
.bouton-white div span:nth-child(45) {
  transition-delay: 2.25s;
}
.bouton-white div span:nth-child(46) {
  transition-delay: 2.3s;
}
.bouton-white div span:nth-child(47) {
  transition-delay: 2.35s;
}
.bouton-white div span:nth-child(48) {
  transition-delay: 2.4s;
}
.bouton-white div span:nth-child(49) {
  transition-delay: 2.45s;
}
.bouton-white:hover {
  color: #bc914d;
  --y: var(--move-hover);
}
.bouton-white:hover span {
  --m: calc(var(--font-shadow) * -1);
}

.bouton-green {
  --font-size: 13px;
  --duration: .44s;
  --move-hover: -4px;
  --shadow: 0 2px 8px -1px rgba(214, 227, 185, 0.32);
  --shadow-hover: 0 4px 20px -2px rgba(214, 227, 185, 0.5);
  --font-shadow: calc(var(--font-size)*1.2);
  font-family: "Ruda", sans-serif;
  font-size: var(--font-size);
  line-height: var(--font-size);
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #282d39;
  padding: 16px 32px;
  border-radius: 24px;
  margin-bottom: 2rem;
  display: inline-block;
  outline: none;
  background: #d6e3b9;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
}
.bouton-green div {
  display: flex;
  overflow: hidden;
  position: relative;
  top: 0.1em;
  text-shadow: 0 var(--font-shadow) 0 #282d39;
}
.bouton-green div span {
  display: inline-block;
  line-height: 1.1em;
  white-space: pre;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-style: normal;
  transition: transform var(--duration) ease;
  transform: translateY(var(--m)) translateZ(0);
}
.bouton-green div span:nth-child(1) {
  transition-delay: 0.05s;
}
.bouton-green div span:nth-child(2) {
  transition-delay: 0.1s;
}
.bouton-green div span:nth-child(3) {
  transition-delay: 0.15s;
}
.bouton-green div span:nth-child(4) {
  transition-delay: 0.2s;
}
.bouton-green div span:nth-child(5) {
  transition-delay: 0.25s;
}
.bouton-green div span:nth-child(6) {
  transition-delay: 0.3s;
}
.bouton-green div span:nth-child(7) {
  transition-delay: 0.35s;
}
.bouton-green div span:nth-child(8) {
  transition-delay: 0.4s;
}
.bouton-green div span:nth-child(9) {
  transition-delay: 0.45s;
}
.bouton-green div span:nth-child(10) {
  transition-delay: 0.5s;
}
.bouton-green div span:nth-child(11) {
  transition-delay: 0.55s;
}
.bouton-green div span:nth-child(12) {
  transition-delay: 0.6s;
}
.bouton-green div span:nth-child(13) {
  transition-delay: 0.65s;
}
.bouton-green div span:nth-child(14) {
  transition-delay: 0.7s;
}
.bouton-green div span:nth-child(15) {
  transition-delay: 0.75s;
}
.bouton-green div span:nth-child(16) {
  transition-delay: 0.8s;
}
.bouton-green div span:nth-child(17) {
  transition-delay: 0.85s;
}
.bouton-green div span:nth-child(18) {
  transition-delay: 0.9s;
}
.bouton-green div span:nth-child(19) {
  transition-delay: 0.95s;
}
.bouton-green div span:nth-child(20) {
  transition-delay: 1s;
}
.bouton-green div span:nth-child(21) {
  transition-delay: 1.05s;
}
.bouton-green div span:nth-child(22) {
  transition-delay: 1.1s;
}
.bouton-green div span:nth-child(23) {
  transition-delay: 1.15s;
}
.bouton-green div span:nth-child(24) {
  transition-delay: 1.2s;
}
.bouton-green div span:nth-child(25) {
  transition-delay: 1.25s;
}
.bouton-green div span:nth-child(26) {
  transition-delay: 1.3s;
}
.bouton-green div span:nth-child(27) {
  transition-delay: 1.35s;
}
.bouton-green div span:nth-child(28) {
  transition-delay: 1.4s;
}
.bouton-green div span:nth-child(29) {
  transition-delay: 1.45s;
}
.bouton-green div span:nth-child(30) {
  transition-delay: 1.5s;
}
.bouton-green div span:nth-child(31) {
  transition-delay: 1.55s;
}
.bouton-green div span:nth-child(32) {
  transition-delay: 1.6s;
}
.bouton-green div span:nth-child(33) {
  transition-delay: 1.65s;
}
.bouton-green div span:nth-child(34) {
  transition-delay: 1.7s;
}
.bouton-green div span:nth-child(35) {
  transition-delay: 1.75s;
}
.bouton-green div span:nth-child(36) {
  transition-delay: 1.8s;
}
.bouton-green div span:nth-child(37) {
  transition-delay: 1.85s;
}
.bouton-green div span:nth-child(38) {
  transition-delay: 1.9s;
}
.bouton-green div span:nth-child(39) {
  transition-delay: 1.95s;
}
.bouton-green div span:nth-child(40) {
  transition-delay: 2s;
}
.bouton-green div span:nth-child(41) {
  transition-delay: 2.05s;
}
.bouton-green div span:nth-child(42) {
  transition-delay: 2.1s;
}
.bouton-green div span:nth-child(43) {
  transition-delay: 2.15s;
}
.bouton-green div span:nth-child(44) {
  transition-delay: 2.2s;
}
.bouton-green div span:nth-child(45) {
  transition-delay: 2.25s;
}
.bouton-green div span:nth-child(46) {
  transition-delay: 2.3s;
}
.bouton-green div span:nth-child(47) {
  transition-delay: 2.35s;
}
.bouton-green div span:nth-child(48) {
  transition-delay: 2.4s;
}
.bouton-green div span:nth-child(49) {
  transition-delay: 2.45s;
}
.bouton-green:hover {
  color: #282d39;
  --y: var(--move-hover);
}
.bouton-green:hover span {
  --m: calc(var(--font-shadow) * -1);
}

.bouton-yellow {
  --font-size: 13px;
  --duration: .44s;
  --move-hover: -4px;
  --shadow: 0 2px 8px -1px rgba(188, 145, 77, 0.32);
  --shadow-hover: 0 4px 20px -2px rgba(188, 145, 77, 0.5);
  --font-shadow: calc(var(--font-size)*1.2);
  font-family: "Ruda", sans-serif;
  font-size: var(--font-size);
  line-height: var(--font-size);
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 32px;
  border-radius: 24px;
  margin-bottom: 2rem;
  display: inline-block;
  outline: none;
  background: #bc914d;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
}
.bouton-yellow div {
  display: flex;
  overflow: hidden;
  position: relative;
  top: 0.1em;
  text-shadow: 0 var(--font-shadow) 0 #fff;
}
.bouton-yellow div span {
  display: inline-block;
  line-height: 1.1em;
  white-space: pre;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-style: normal;
  transition: transform var(--duration) ease;
  transform: translateY(var(--m)) translateZ(0);
}
.bouton-yellow div span:nth-child(1) {
  transition-delay: 0.05s;
}
.bouton-yellow div span:nth-child(2) {
  transition-delay: 0.1s;
}
.bouton-yellow div span:nth-child(3) {
  transition-delay: 0.15s;
}
.bouton-yellow div span:nth-child(4) {
  transition-delay: 0.2s;
}
.bouton-yellow div span:nth-child(5) {
  transition-delay: 0.25s;
}
.bouton-yellow div span:nth-child(6) {
  transition-delay: 0.3s;
}
.bouton-yellow div span:nth-child(7) {
  transition-delay: 0.35s;
}
.bouton-yellow div span:nth-child(8) {
  transition-delay: 0.4s;
}
.bouton-yellow div span:nth-child(9) {
  transition-delay: 0.45s;
}
.bouton-yellow div span:nth-child(10) {
  transition-delay: 0.5s;
}
.bouton-yellow div span:nth-child(11) {
  transition-delay: 0.55s;
}
.bouton-yellow div span:nth-child(12) {
  transition-delay: 0.6s;
}
.bouton-yellow div span:nth-child(13) {
  transition-delay: 0.65s;
}
.bouton-yellow div span:nth-child(14) {
  transition-delay: 0.7s;
}
.bouton-yellow div span:nth-child(15) {
  transition-delay: 0.75s;
}
.bouton-yellow div span:nth-child(16) {
  transition-delay: 0.8s;
}
.bouton-yellow div span:nth-child(17) {
  transition-delay: 0.85s;
}
.bouton-yellow div span:nth-child(18) {
  transition-delay: 0.9s;
}
.bouton-yellow div span:nth-child(19) {
  transition-delay: 0.95s;
}
.bouton-yellow div span:nth-child(20) {
  transition-delay: 1s;
}
.bouton-yellow div span:nth-child(21) {
  transition-delay: 1.05s;
}
.bouton-yellow div span:nth-child(22) {
  transition-delay: 1.1s;
}
.bouton-yellow div span:nth-child(23) {
  transition-delay: 1.15s;
}
.bouton-yellow div span:nth-child(24) {
  transition-delay: 1.2s;
}
.bouton-yellow div span:nth-child(25) {
  transition-delay: 1.25s;
}
.bouton-yellow div span:nth-child(26) {
  transition-delay: 1.3s;
}
.bouton-yellow div span:nth-child(27) {
  transition-delay: 1.35s;
}
.bouton-yellow div span:nth-child(28) {
  transition-delay: 1.4s;
}
.bouton-yellow div span:nth-child(29) {
  transition-delay: 1.45s;
}
.bouton-yellow div span:nth-child(30) {
  transition-delay: 1.5s;
}
.bouton-yellow div span:nth-child(31) {
  transition-delay: 1.55s;
}
.bouton-yellow div span:nth-child(32) {
  transition-delay: 1.6s;
}
.bouton-yellow div span:nth-child(33) {
  transition-delay: 1.65s;
}
.bouton-yellow div span:nth-child(34) {
  transition-delay: 1.7s;
}
.bouton-yellow div span:nth-child(35) {
  transition-delay: 1.75s;
}
.bouton-yellow div span:nth-child(36) {
  transition-delay: 1.8s;
}
.bouton-yellow div span:nth-child(37) {
  transition-delay: 1.85s;
}
.bouton-yellow div span:nth-child(38) {
  transition-delay: 1.9s;
}
.bouton-yellow div span:nth-child(39) {
  transition-delay: 1.95s;
}
.bouton-yellow div span:nth-child(40) {
  transition-delay: 2s;
}
.bouton-yellow div span:nth-child(41) {
  transition-delay: 2.05s;
}
.bouton-yellow div span:nth-child(42) {
  transition-delay: 2.1s;
}
.bouton-yellow div span:nth-child(43) {
  transition-delay: 2.15s;
}
.bouton-yellow div span:nth-child(44) {
  transition-delay: 2.2s;
}
.bouton-yellow div span:nth-child(45) {
  transition-delay: 2.25s;
}
.bouton-yellow div span:nth-child(46) {
  transition-delay: 2.3s;
}
.bouton-yellow div span:nth-child(47) {
  transition-delay: 2.35s;
}
.bouton-yellow div span:nth-child(48) {
  transition-delay: 2.4s;
}
.bouton-yellow div span:nth-child(49) {
  transition-delay: 2.45s;
}
.bouton-yellow:hover {
  color: #fff;
  --y: var(--move-hover);
}
.bouton-yellow:hover span {
  --m: calc(var(--font-shadow) * -1);
}

.tw-flex {
  display: flex;
}

.tw-flex-resp {
  display: flex;
}
@media (max-width: 992px) {
  .tw-flex-resp {
    flex-direction: column;
  }
}

.tw-flex-col {
  flex-direction: column;
}

.tw-items-center {
  align-items: center;
}

.tw-justify-center {
  justify-content: center;
}

.lien-chevron-blanc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 100%;
}
.lien-chevron-blanc::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.lien-chevron-blanc:hover::before {
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
}
.lien-chevron-blanc img {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .lien-chevron-blanc {
    width: 12rem;
    height: 12rem;
  }
}

.macaron {
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  -webkit-animation: macaron 15s linear infinite;
          animation: macaron 15s linear infinite;
}
@media (max-width: 768px) {
  .macaron {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
  }
}

@-webkit-keyframes macaron {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

@keyframes macaron {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.page-banner-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-banner-title {
    align-items: flex-start;
  }
}

.image-zoom {
  overflow: hidden;
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.image-zoom img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}
.image-zoom:hover img {
  transform: scale(1.05);
}

.masque {
  position: relative;
}
.masque::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 8.3333333333vw;
  height: 100%;
  background-image: url("../img/masque-actu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 2;
}
@media (max-width: 768px) {
  .masque::before {
    width: 16.6666666667vw;
  }
}

.file-size {
  display: none;
}

body,
html {
  overflow-x: hidden;
  color: #282d39;
}

a:hover,
div:hover,
img:hover,
li:hover,
span:hover {
  transition: all 0.4s;
}

a,
div,
img,
li,
span {
  transition: all 0.4s;
  outline: none;
}

hr {
  color: #fff;
  height: 0.1rem;
  border: 0;
  background-color: rgba(32, 29, 29, 0.05);
  margin: 1.5rem 0;
}

.hr-fonce {
  background-color: rgba(32, 29, 29, 0.2);
}

ul {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, dd {
  margin-bottom: 0;
}

.underline {
  display: inline-block;
  border-bottom: 0.1rem solid black;
}

.underline-white {
  display: inline-block;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.overflow {
  overflow: hidden;
  display: block;
  width: 100%;
}

.italic {
  font-style: italic;
}

p:last-child() {
  margin-bottom: 0;
}

.plein-ecran {
  min-height: 100vh;
}

.img-border {
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.nowrap {
  white-space: nowrap;
}

.hidden {
  display: none;
}

.text_long a {
  text-decoration: underline;
}
.text_long li {
  padding: 1.5rem 0;
  border-top: 0.1rem solid var(--color-secondaire-opacity);
}

.paragraphe-sans-espace p {
  margin-bottom: 0 !important;
}

.titre-souligne {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: #d6e3b9;
          text-decoration-color: #d6e3b9;
  text-decoration-thickness: 0.2rem;
}

.titre-souligne-thick {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  -moz-hyphens: auto;
}
.titre-souligne-thick span {
  text-decoration: underline;
  -webkit-text-decoration-color: #d6e3b9;
          text-decoration-color: #d6e3b9;
  text-decoration-thickness: 0.6rem;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  -moz-hyphens: auto;
}

/********************************
*
* Taille caractere
*
********************************/
.text-11 {
  font-size: 1.1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.text-alt-13 {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-family: "Ruda", sans-serif;
  font-weight: 700;
  line-height: 1em;
}

.text-14 {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 2.2rem;
}

.text-alt-14 {
  font-size: 1.4rem;
  font-family: "Ruda", sans-serif;
  font-weight: 700;
  line-height: 2.2rem;
}

.text-alt-14-footer {
  font-size: 1.4rem;
  font-family: "Ruda", sans-serif;
  font-weight: 700;
  line-height: 2.2rem;
}
@media (max-width: 768px) {
  .text-alt-14-footer {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.text-alt-menu {
  font-family: "Ruda", sans-serif;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.05rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .text-alt-menu {
    font-size: calc(0.98rem + (1.4rem - 0.98rem)/4);
  }
}
@media (min-width: 768px) {
  .text-alt-menu {
    font-size: calc(0.98rem + (1.4rem - 0.98rem)/3);
  }
}
@media (min-width: 992px) {
  .text-alt-menu {
    font-size: calc(0.98rem + (1.4rem - 0.98rem)/2);
  }
}
@media (min-width: 1200px) {
  .text-alt-menu {
    font-size: 1.4rem;
  }
}
@media (min-width: 576px) {
  .text-alt-menu {
    line-height: calc(1.05rem + (1.5rem - 1.05rem)/4);
  }
}
@media (min-width: 768px) {
  .text-alt-menu {
    line-height: calc(1.05rem + (1.5rem - 1.05rem)/3);
  }
}
@media (min-width: 992px) {
  .text-alt-menu {
    line-height: calc(1.05rem + (1.5rem - 1.05rem)/2);
  }
}
@media (min-width: 1200px) {
  .text-alt-menu {
    line-height: 1.5rem;
  }
}

.text-16 {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 2.2rem;
}
.text-16.bold {
  font-weight: 700;
}

.text-alt-16 {
  font-size: 1.6rem;
  font-family: "Ruda", sans-serif;
  font-weight: 400;
  line-height: 2.2rem;
}

.text-alt-18 {
  font-size: 1.8rem;
  font-family: "Ruda", sans-serif;
  line-height: 2.2rem;
}

.text-alt-20 {
  font-size: 2rem;
  font-family: "Ruda", sans-serif;
  font-weight: 700;
  line-height: 2.2rem;
}
@media (max-width: 768px) {
  .text-alt-20 {
    font-size: 1.8rem;
  }
}

.text-alt-20-menu {
  font-size: 2rem;
  font-family: "Ruda", sans-serif;
  font-weight: 700;
  line-height: 4rem;
}

.text-30 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 0.7em;
  font-style: italic;
}
@media (min-width: 576px) {
  .text-30 {
    font-size: calc(2.1rem + (3rem - 2.1rem)/4);
  }
}
@media (min-width: 768px) {
  .text-30 {
    font-size: calc(2.1rem + (3rem - 2.1rem)/3);
  }
}
@media (min-width: 992px) {
  .text-30 {
    font-size: calc(2.1rem + (3rem - 2.1rem)/2);
  }
}
@media (min-width: 1200px) {
  .text-30 {
    font-size: 3rem;
  }
}
@media (min-width: 576px) {
  .text-30 {
    line-height: calc(0.7em + (1em - 0.7em)/4);
  }
}
@media (min-width: 768px) {
  .text-30 {
    line-height: calc(0.7em + (1em - 0.7em)/3);
  }
}
@media (min-width: 992px) {
  .text-30 {
    line-height: calc(0.7em + (1em - 0.7em)/2);
  }
}
@media (min-width: 1200px) {
  .text-30 {
    line-height: 1em;
  }
}

.text-35 {
  font-size: 3.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1em;
}

.text-alt-35 {
  font-size: 3.5rem;
  font-family: "Ruda", sans-serif;
  font-weight: 700;
  line-height: 1em;
}

.text-alt-45 {
  font-size: 4.5rem;
  font-family: "Ruda", sans-serif;
  font-weight: 700;
  line-height: 1em;
}

.text-60 {
  font-size: 6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 5.5rem;
}
@media (max-width: 1024px) {
  .text-60 {
    font-size: 4.5rem;
    line-height: 4.3rem;
  }
}

.text-80 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 3rem;
}
@media (min-width: 576px) {
  .text-80 {
    font-size: calc(3.2rem + (8rem - 3.2rem)/4);
  }
}
@media (min-width: 768px) {
  .text-80 {
    font-size: calc(3.2rem + (8rem - 3.2rem)/3);
  }
}
@media (min-width: 992px) {
  .text-80 {
    font-size: calc(3.2rem + (8rem - 3.2rem)/2);
  }
}
@media (min-width: 1200px) {
  .text-80 {
    font-size: 8rem;
  }
}
@media (min-width: 576px) {
  .text-80 {
    line-height: calc(3rem + (7.5rem - 3rem)/4);
  }
}
@media (min-width: 768px) {
  .text-80 {
    line-height: calc(3rem + (7.5rem - 3rem)/3);
  }
}
@media (min-width: 992px) {
  .text-80 {
    line-height: calc(3rem + (7.5rem - 3rem)/2);
  }
}
@media (min-width: 1200px) {
  .text-80 {
    line-height: 7.5rem;
  }
}

/**************************************
*
*    Opacity
*
*************************************/
.opacity-50 {
  opacity: 0.5;
}

/********************************
*
* Couleur
*
********************************/
.black {
  color: #201d1d;
}
.black a {
  color: #201d1d;
}
.black a:hover {
  opacity: 0.5;
}

a:hover .black {
  opacity: 0.6;
}

.gray {
  color: #282d39;
}
.gray a {
  color: #282d39;
}
.gray a:hover {
  opacity: 0.5;
}

.green-light {
  color: #d6e3b9;
}
.green-lighta:hover {
  color: #d6e3b9;
}
.green-light a {
  color: #d6e3b9;
}
.green-light a:hover {
  opacity: 0.5;
}

.white {
  color: #fff;
}
.whitea:hover {
  color: #fff;
}
.white a {
  color: #fff;
}
.white a:hover {
  color: #fff;
  /* text-decoration: underline; */
}

.gold {
  color: #bc914d;
}
.gold a {
  color: #bc914d;
}
.gold a:hover {
  color: #bc914d;
}

.color-primaire {
  color: var(--color-primaire);
}
.color-primaire a {
  color: var(--color-primaire);
}
.color-primaire a:hover {
  color: var(--color-primaire);
}

.color-secondaire {
  color: var(--color-secondaire);
}
.color-secondaire a {
  color: var(--color-secondaire);
}
.color-secondaire a:hover {
  color: var(--color-secondaire);
}

/********************************
*
* Z INDEX
*
**********************************/
.relative {
  position: relative;
}

.zindex-10 {
  z-index: 10;
}

/********************************
*
* Titre souligne
*
********************************/
.souligne {
  display: block;
  position: relative;
}
.souligne:after {
  content: url(../img/souligne-titre.svg);
  display: flex;
  margin: 2.5rem 0;
}

.souligne-gray {
  display: block;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.souligne-titre-yellow {
  display: block;
  position: relative;
}
.souligne-titre-yellow:after {
  content: url(../img/souligne-titre-yellow.svg);
  display: block;
  margin: 0 auto;
}

.souligne-yellow {
  display: block;
  position: relative;
}
.souligne-yellow:after {
  content: url(../img/souligne-yellow.svg);
  display: block;
  margin: 0 auto;
}

.souligne-yellow-suite:after {
  content: url(../img/souligne-suite-yellow.svg);
  margin-left: 1rem;
  position: relative;
  bottom: -0.7rem;
}

.souligne-multicolor {
  display: block;
  position: relative;
}
.souligne-multicolor:after {
  content: url(../img/souligne-multicolor.svg);
  display: flex;
}

.souligne-multicolor-center {
  display: block;
  position: relative;
}
.souligne-multicolor-center:after {
  content: url(../img/souligne-multicolor.svg);
  display: block;
  margin: 0 auto;
}

.top-20 {
  margin-top: 2rem;
}

.bottom-20 {
  margin-bottom: 2rem;
}

/*********************************
*
* Titre en background
*
*********************************/
.titre-fond-centre {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100vw;
}

/********************************
*
* Couleur background
*
********************************/
.background-primaire {
  background-color: var(--color-primaire);
}

.background-secondaire {
  background-color: var(--color-secondaire);
}

.background-secondaire-opacity {
  background-color: var(--color-secondaire-opacity);
}

.background-white {
  background-color: #fff;
  background-image: url(../img/motif-blanc.png);
}

.background-black {
  background-color: #201d1d;
}

.background-dark-gray {
  background-color: #282d39;
}

.background-gray {
  background-color: #f6f6f6;
}

.background-variable {
  background-color: var(--color-expo);
}

.text-background {
  white-space: nowrap;
  position: relative;
  top: 6rem;
  overflow: hidden;
  left: -50vw;
  width: 200vw;
}

/**********************************
*
* Curseur
*
*********************************/
.pointer {
  cursor: pointer;
}

/********************************
*
* Limiter
*
********************************/
/*$largeurs: (
    '700': 700px,
    '800': 800px,
    '900': 900px
);

@each $largeur, $value in $largeurs {

}*/
.limiter-600 {
  display: block;
  margin-left: 3rem;
  margin-right: 3rem;
  position: relative;
}
@media (min-width: 660px) {
  .limiter-600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.limiter-700 {
  display: block;
  margin-left: 3rem;
  margin-right: 3rem;
  position: relative;
}
@media (min-width: 760px) {
  .limiter-700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

.limiter-800 {
  display: block;
  margin-left: 3rem;
  margin-right: 3rem;
  position: relative;
}
@media (min-width: 860px) {
  .limiter-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

/********************************
*
* Marge pour les blocks
*
*********************************/
.padding-block-300 {
  padding-top: calc((100vw / 12) * 30rem);
  padding-bottom: calc((100vw / 12) * 30rem );
}
@media (max-width: 768px) {
  .padding-block-300 {
    padding-top: calc(8.3333333333vw * (30rem ));
    padding-bottom: calc(8.3333333333vw * (30rem ));
  }
}

.padding-top-300 {
  padding-top: calc((100vw / 12) * 30rem);
}
@media (max-width: 768px) {
  .padding-top-300 {
    padding-top: calc(8.3333333333vw * (30rem ));
  }
}

.padding-bottom-300 {
  padding-bottom: calc((100vw / 12) * 30rem );
}
@media (max-width: 768px) {
  .padding-bottom-300 {
    padding-bottom: calc(8.3333333333vw * (30rem ));
  }
}

.margin-block-300 {
  margin-top: calc((100vw / 12) * 30rem);
  margin-bottom: calc((100vw / 12) * 30rem );
}
@media (max-width: 768px) {
  .margin-block-300 {
    margin-top: calc(8.3333333333vw * (30rem ));
    margin-bottom: calc(8.3333333333vw * (30rem ));
  }
}

.margin-top-300 {
  margin-top: calc((100vw / 12) * 30rem );
}
@media (max-width: 768px) {
  .margin-top-300 {
    margin-top: calc(8.3333333333vw * (30rem));
  }
}

.margin-bottom-300 {
  margin-bottom: calc((100vw / 12) * 30rem);
}
@media (max-width: 768px) {
  .margin-bottom-300 {
    margin-bottom: calc(8.3333333333vw * (30rem ));
  }
}

.padding-block-270 {
  padding-top: calc((100vw / 12) * 27rem);
  padding-bottom: calc((100vw / 12) * 27rem );
}
@media (max-width: 768px) {
  .padding-block-270 {
    padding-top: calc(8.3333333333vw * (27rem ));
    padding-bottom: calc(8.3333333333vw * (27rem ));
  }
}

.padding-top-270 {
  padding-top: calc((100vw / 12) * 27rem);
}
@media (max-width: 768px) {
  .padding-top-270 {
    padding-top: calc(8.3333333333vw * (27rem ));
  }
}

.padding-bottom-270 {
  padding-bottom: calc((100vw / 12) * 27rem );
}
@media (max-width: 768px) {
  .padding-bottom-270 {
    padding-bottom: calc(8.3333333333vw * (27rem ));
  }
}

.margin-block-270 {
  margin-top: calc((100vw / 12) * 27rem);
  margin-bottom: calc((100vw / 12) * 27rem );
}
@media (max-width: 768px) {
  .margin-block-270 {
    margin-top: calc(8.3333333333vw * (27rem ));
    margin-bottom: calc(8.3333333333vw * (27rem ));
  }
}

.margin-top-270 {
  margin-top: calc((100vw / 12) * 27rem );
}
@media (max-width: 768px) {
  .margin-top-270 {
    margin-top: calc(8.3333333333vw * (27rem));
  }
}

.margin-bottom-270 {
  margin-bottom: calc((100vw / 12) * 27rem);
}
@media (max-width: 768px) {
  .margin-bottom-270 {
    margin-bottom: calc(8.3333333333vw * (27rem ));
  }
}

.padding-block-240 {
  padding-top: calc((100vw / 12) * 24rem);
  padding-bottom: calc((100vw / 12) * 24rem );
}
@media (max-width: 768px) {
  .padding-block-240 {
    padding-top: calc(8.3333333333vw * (24rem ));
    padding-bottom: calc(8.3333333333vw * (24rem ));
  }
}

.padding-top-240 {
  padding-top: calc((100vw / 12) * 24rem);
}
@media (max-width: 768px) {
  .padding-top-240 {
    padding-top: calc(8.3333333333vw * (24rem ));
  }
}

.padding-bottom-240 {
  padding-bottom: calc((100vw / 12) * 24rem );
}
@media (max-width: 768px) {
  .padding-bottom-240 {
    padding-bottom: calc(8.3333333333vw * (24rem ));
  }
}

.margin-block-240 {
  margin-top: calc((100vw / 12) * 24rem);
  margin-bottom: calc((100vw / 12) * 24rem );
}
@media (max-width: 768px) {
  .margin-block-240 {
    margin-top: calc(8.3333333333vw * (24rem ));
    margin-bottom: calc(8.3333333333vw * (24rem ));
  }
}

.margin-top-240 {
  margin-top: calc((100vw / 12) * 24rem );
}
@media (max-width: 768px) {
  .margin-top-240 {
    margin-top: calc(8.3333333333vw * (24rem));
  }
}

.margin-bottom-240 {
  margin-bottom: calc((100vw / 12) * 24rem);
}
@media (max-width: 768px) {
  .margin-bottom-240 {
    margin-bottom: calc(8.3333333333vw * (24rem ));
  }
}

.padding-block-210 {
  padding-top: calc((100vw / 12) * 21rem);
  padding-bottom: calc((100vw / 12) * 21rem );
}
@media (max-width: 768px) {
  .padding-block-210 {
    padding-top: calc(8.3333333333vw * (21rem ));
    padding-bottom: calc(8.3333333333vw * (21rem ));
  }
}

.padding-top-210 {
  padding-top: calc((100vw / 12) * 21rem);
}
@media (max-width: 768px) {
  .padding-top-210 {
    padding-top: calc(8.3333333333vw * (21rem ));
  }
}

.padding-bottom-210 {
  padding-bottom: calc((100vw / 12) * 21rem );
}
@media (max-width: 768px) {
  .padding-bottom-210 {
    padding-bottom: calc(8.3333333333vw * (21rem ));
  }
}

.margin-block-210 {
  margin-top: calc((100vw / 12) * 21rem);
  margin-bottom: calc((100vw / 12) * 21rem );
}
@media (max-width: 768px) {
  .margin-block-210 {
    margin-top: calc(8.3333333333vw * (21rem ));
    margin-bottom: calc(8.3333333333vw * (21rem ));
  }
}

.margin-top-210 {
  margin-top: calc((100vw / 12) * 21rem );
}
@media (max-width: 768px) {
  .margin-top-210 {
    margin-top: calc(8.3333333333vw * (21rem));
  }
}

.margin-bottom-210 {
  margin-bottom: calc((100vw / 12) * 21rem);
}
@media (max-width: 768px) {
  .margin-bottom-210 {
    margin-bottom: calc(8.3333333333vw * (21rem ));
  }
}

.padding-block-180 {
  padding-top: calc((100vw / 12) * 18rem);
  padding-bottom: calc((100vw / 12) * 18rem );
}
@media (max-width: 768px) {
  .padding-block-180 {
    padding-top: calc(8.3333333333vw * (18rem ));
    padding-bottom: calc(8.3333333333vw * (18rem ));
  }
}

.padding-top-180 {
  padding-top: calc((100vw / 12) * 18rem);
}
@media (max-width: 768px) {
  .padding-top-180 {
    padding-top: calc(8.3333333333vw * (18rem ));
  }
}

.padding-bottom-180 {
  padding-bottom: calc((100vw / 12) * 18rem );
}
@media (max-width: 768px) {
  .padding-bottom-180 {
    padding-bottom: calc(8.3333333333vw * (18rem ));
  }
}

.margin-block-180 {
  margin-top: calc((100vw / 12) * 18rem);
  margin-bottom: calc((100vw / 12) * 18rem );
}
@media (max-width: 768px) {
  .margin-block-180 {
    margin-top: calc(8.3333333333vw * (18rem ));
    margin-bottom: calc(8.3333333333vw * (18rem ));
  }
}

.margin-top-180 {
  margin-top: calc((100vw / 12) * 18rem );
}
@media (max-width: 768px) {
  .margin-top-180 {
    margin-top: calc(8.3333333333vw * (18rem));
  }
}

.margin-bottom-180 {
  margin-bottom: calc((100vw / 12) * 18rem);
}
@media (max-width: 768px) {
  .margin-bottom-180 {
    margin-bottom: calc(8.3333333333vw * (18rem ));
  }
}

.padding-block-160 {
  padding-top: calc((100vw / 12) * 16rem);
  padding-bottom: calc((100vw / 12) * 16rem );
}
@media (max-width: 768px) {
  .padding-block-160 {
    padding-top: calc(8.3333333333vw * (16rem ));
    padding-bottom: calc(8.3333333333vw * (16rem ));
  }
}

.padding-top-160 {
  padding-top: calc((100vw / 12) * 16rem);
}
@media (max-width: 768px) {
  .padding-top-160 {
    padding-top: calc(8.3333333333vw * (16rem ));
  }
}

.padding-bottom-160 {
  padding-bottom: calc((100vw / 12) * 16rem );
}
@media (max-width: 768px) {
  .padding-bottom-160 {
    padding-bottom: calc(8.3333333333vw * (16rem ));
  }
}

.margin-block-160 {
  margin-top: calc((100vw / 12) * 16rem);
  margin-bottom: calc((100vw / 12) * 16rem );
}
@media (max-width: 768px) {
  .margin-block-160 {
    margin-top: calc(8.3333333333vw * (16rem ));
    margin-bottom: calc(8.3333333333vw * (16rem ));
  }
}

.margin-top-160 {
  margin-top: calc((100vw / 12) * 16rem );
}
@media (max-width: 768px) {
  .margin-top-160 {
    margin-top: calc(8.3333333333vw * (16rem));
  }
}

.margin-bottom-160 {
  margin-bottom: calc((100vw / 12) * 16rem);
}
@media (max-width: 768px) {
  .margin-bottom-160 {
    margin-bottom: calc(8.3333333333vw * (16rem ));
  }
}

.padding-block-150 {
  padding-top: calc((100vw / 12) * 15rem);
  padding-bottom: calc((100vw / 12) * 15rem );
}
@media (max-width: 768px) {
  .padding-block-150 {
    padding-top: calc(8.3333333333vw * (15rem ));
    padding-bottom: calc(8.3333333333vw * (15rem ));
  }
}

.padding-top-150 {
  padding-top: calc((100vw / 12) * 15rem);
}
@media (max-width: 768px) {
  .padding-top-150 {
    padding-top: calc(8.3333333333vw * (15rem ));
  }
}

.padding-bottom-150 {
  padding-bottom: calc((100vw / 12) * 15rem );
}
@media (max-width: 768px) {
  .padding-bottom-150 {
    padding-bottom: calc(8.3333333333vw * (15rem ));
  }
}

.margin-block-150 {
  margin-top: calc((100vw / 12) * 15rem);
  margin-bottom: calc((100vw / 12) * 15rem );
}
@media (max-width: 768px) {
  .margin-block-150 {
    margin-top: calc(8.3333333333vw * (15rem ));
    margin-bottom: calc(8.3333333333vw * (15rem ));
  }
}

.margin-top-150 {
  margin-top: calc((100vw / 12) * 15rem );
}
@media (max-width: 768px) {
  .margin-top-150 {
    margin-top: calc(8.3333333333vw * (15rem));
  }
}

.margin-bottom-150 {
  margin-bottom: calc((100vw / 12) * 15rem);
}
@media (max-width: 768px) {
  .margin-bottom-150 {
    margin-bottom: calc(8.3333333333vw * (15rem ));
  }
}

.padding-block-120 {
  padding-top: calc((100vw / 12) * 12rem);
  padding-bottom: calc((100vw / 12) * 12rem );
}
@media (max-width: 768px) {
  .padding-block-120 {
    padding-top: calc(8.3333333333vw * (12rem ));
    padding-bottom: calc(8.3333333333vw * (12rem ));
  }
}

.padding-top-120 {
  padding-top: calc((100vw / 12) * 12rem);
}
@media (max-width: 768px) {
  .padding-top-120 {
    padding-top: calc(8.3333333333vw * (12rem ));
  }
}

.padding-bottom-120 {
  padding-bottom: calc((100vw / 12) * 12rem );
}
@media (max-width: 768px) {
  .padding-bottom-120 {
    padding-bottom: calc(8.3333333333vw * (12rem ));
  }
}

.margin-block-120 {
  margin-top: calc((100vw / 12) * 12rem);
  margin-bottom: calc((100vw / 12) * 12rem );
}
@media (max-width: 768px) {
  .margin-block-120 {
    margin-top: calc(8.3333333333vw * (12rem ));
    margin-bottom: calc(8.3333333333vw * (12rem ));
  }
}

.margin-top-120 {
  margin-top: calc((100vw / 12) * 12rem );
}
@media (max-width: 768px) {
  .margin-top-120 {
    margin-top: calc(8.3333333333vw * (12rem));
  }
}

.margin-bottom-120 {
  margin-bottom: calc((100vw / 12) * 12rem);
}
@media (max-width: 768px) {
  .margin-bottom-120 {
    margin-bottom: calc(8.3333333333vw * (12rem ));
  }
}

.padding-block-90 {
  padding-top: calc((100vw / 12) * 9rem);
  padding-bottom: calc((100vw / 12) * 9rem );
}
@media (max-width: 768px) {
  .padding-block-90 {
    padding-top: calc(8.3333333333vw * (9rem ));
    padding-bottom: calc(8.3333333333vw * (9rem ));
  }
}

.padding-top-90 {
  padding-top: calc((100vw / 12) * 9rem);
}
@media (max-width: 768px) {
  .padding-top-90 {
    padding-top: calc(8.3333333333vw * (9rem ));
  }
}

.padding-bottom-90 {
  padding-bottom: calc((100vw / 12) * 9rem );
}
@media (max-width: 768px) {
  .padding-bottom-90 {
    padding-bottom: calc(8.3333333333vw * (9rem ));
  }
}

.margin-block-90 {
  margin-top: calc((100vw / 12) * 9rem);
  margin-bottom: calc((100vw / 12) * 9rem );
}
@media (max-width: 768px) {
  .margin-block-90 {
    margin-top: calc(8.3333333333vw * (9rem ));
    margin-bottom: calc(8.3333333333vw * (9rem ));
  }
}

.margin-top-90 {
  margin-top: calc((100vw / 12) * 9rem );
}
@media (max-width: 768px) {
  .margin-top-90 {
    margin-top: calc(8.3333333333vw * (9rem));
  }
}

.margin-bottom-90 {
  margin-bottom: calc((100vw / 12) * 9rem);
}
@media (max-width: 768px) {
  .margin-bottom-90 {
    margin-bottom: calc(8.3333333333vw * (9rem ));
  }
}

.padding-block-75 {
  padding-top: calc((100vw / 12) * 7.5rem);
  padding-bottom: calc((100vw / 12) * 7.5rem );
}
@media (max-width: 768px) {
  .padding-block-75 {
    padding-top: calc(8.3333333333vw * (7.5rem ));
    padding-bottom: calc(8.3333333333vw * (7.5rem ));
  }
}

.padding-top-75 {
  padding-top: calc((100vw / 12) * 7.5rem);
}
@media (max-width: 768px) {
  .padding-top-75 {
    padding-top: calc(8.3333333333vw * (7.5rem ));
  }
}

.padding-bottom-75 {
  padding-bottom: calc((100vw / 12) * 7.5rem );
}
@media (max-width: 768px) {
  .padding-bottom-75 {
    padding-bottom: calc(8.3333333333vw * (7.5rem ));
  }
}

.margin-block-75 {
  margin-top: calc((100vw / 12) * 7.5rem);
  margin-bottom: calc((100vw / 12) * 7.5rem );
}
@media (max-width: 768px) {
  .margin-block-75 {
    margin-top: calc(8.3333333333vw * (7.5rem ));
    margin-bottom: calc(8.3333333333vw * (7.5rem ));
  }
}

.margin-top-75 {
  margin-top: calc((100vw / 12) * 7.5rem );
}
@media (max-width: 768px) {
  .margin-top-75 {
    margin-top: calc(8.3333333333vw * (7.5rem));
  }
}

.margin-bottom-75 {
  margin-bottom: calc((100vw / 12) * 7.5rem);
}
@media (max-width: 768px) {
  .margin-bottom-75 {
    margin-bottom: calc(8.3333333333vw * (7.5rem ));
  }
}

.padding-block-60 {
  padding-top: calc((100vw / 12) * 6rem);
  padding-bottom: calc((100vw / 12) * 6rem );
}
@media (max-width: 768px) {
  .padding-block-60 {
    padding-top: calc(8.3333333333vw * (6rem ));
    padding-bottom: calc(8.3333333333vw * (6rem ));
  }
}

.padding-top-60 {
  padding-top: calc((100vw / 12) * 6rem);
}
@media (max-width: 768px) {
  .padding-top-60 {
    padding-top: calc(8.3333333333vw * (6rem ));
  }
}

.padding-bottom-60 {
  padding-bottom: calc((100vw / 12) * 6rem );
}
@media (max-width: 768px) {
  .padding-bottom-60 {
    padding-bottom: calc(8.3333333333vw * (6rem ));
  }
}

.margin-block-60 {
  margin-top: calc((100vw / 12) * 6rem);
  margin-bottom: calc((100vw / 12) * 6rem );
}
@media (max-width: 768px) {
  .margin-block-60 {
    margin-top: calc(8.3333333333vw * (6rem ));
    margin-bottom: calc(8.3333333333vw * (6rem ));
  }
}

.margin-top-60 {
  margin-top: calc((100vw / 12) * 6rem );
}
@media (max-width: 768px) {
  .margin-top-60 {
    margin-top: calc(8.3333333333vw * (6rem));
  }
}

.margin-bottom-60 {
  margin-bottom: calc((100vw / 12) * 6rem);
}
@media (max-width: 768px) {
  .margin-bottom-60 {
    margin-bottom: calc(8.3333333333vw * (6rem ));
  }
}

.padding-block-45 {
  padding-top: calc((100vw / 12) * 4.5rem);
  padding-bottom: calc((100vw / 12) * 4.5rem );
}
@media (max-width: 768px) {
  .padding-block-45 {
    padding-top: calc(8.3333333333vw * (4.5rem ));
    padding-bottom: calc(8.3333333333vw * (4.5rem ));
  }
}

.padding-top-45 {
  padding-top: calc((100vw / 12) * 4.5rem);
}
@media (max-width: 768px) {
  .padding-top-45 {
    padding-top: calc(8.3333333333vw * (4.5rem ));
  }
}

.padding-bottom-45 {
  padding-bottom: calc((100vw / 12) * 4.5rem );
}
@media (max-width: 768px) {
  .padding-bottom-45 {
    padding-bottom: calc(8.3333333333vw * (4.5rem ));
  }
}

.margin-block-45 {
  margin-top: calc((100vw / 12) * 4.5rem);
  margin-bottom: calc((100vw / 12) * 4.5rem );
}
@media (max-width: 768px) {
  .margin-block-45 {
    margin-top: calc(8.3333333333vw * (4.5rem ));
    margin-bottom: calc(8.3333333333vw * (4.5rem ));
  }
}

.margin-top-45 {
  margin-top: calc((100vw / 12) * 4.5rem );
}
@media (max-width: 768px) {
  .margin-top-45 {
    margin-top: calc(8.3333333333vw * (4.5rem));
  }
}

.margin-bottom-45 {
  margin-bottom: calc((100vw / 12) * 4.5rem);
}
@media (max-width: 768px) {
  .margin-bottom-45 {
    margin-bottom: calc(8.3333333333vw * (4.5rem ));
  }
}

.padding-block-30 {
  padding-top: calc((100vw / 12) * 3rem);
  padding-bottom: calc((100vw / 12) * 3rem );
}
@media (max-width: 768px) {
  .padding-block-30 {
    padding-top: calc(8.3333333333vw * (3rem ));
    padding-bottom: calc(8.3333333333vw * (3rem ));
  }
}

.padding-top-30 {
  padding-top: calc((100vw / 12) * 3rem);
}
@media (max-width: 768px) {
  .padding-top-30 {
    padding-top: calc(8.3333333333vw * (3rem ));
  }
}

.padding-bottom-30 {
  padding-bottom: calc((100vw / 12) * 3rem );
}
@media (max-width: 768px) {
  .padding-bottom-30 {
    padding-bottom: calc(8.3333333333vw * (3rem ));
  }
}

.margin-block-30 {
  margin-top: calc((100vw / 12) * 3rem);
  margin-bottom: calc((100vw / 12) * 3rem );
}
@media (max-width: 768px) {
  .margin-block-30 {
    margin-top: calc(8.3333333333vw * (3rem ));
    margin-bottom: calc(8.3333333333vw * (3rem ));
  }
}

.margin-top-30 {
  margin-top: calc((100vw / 12) * 3rem );
}
@media (max-width: 768px) {
  .margin-top-30 {
    margin-top: calc(8.3333333333vw * (3rem));
  }
}

.margin-bottom-30 {
  margin-bottom: calc((100vw / 12) * 3rem);
}
@media (max-width: 768px) {
  .margin-bottom-30 {
    margin-bottom: calc(8.3333333333vw * (3rem ));
  }
}

.padding-block-20 {
  padding-top: calc((100vw / 12) * 2rem);
  padding-bottom: calc((100vw / 12) * 2rem );
}
@media (max-width: 768px) {
  .padding-block-20 {
    padding-top: calc(8.3333333333vw * (2rem ));
    padding-bottom: calc(8.3333333333vw * (2rem ));
  }
}

.padding-top-20 {
  padding-top: calc((100vw / 12) * 2rem);
}
@media (max-width: 768px) {
  .padding-top-20 {
    padding-top: calc(8.3333333333vw * (2rem ));
  }
}

.padding-bottom-20 {
  padding-bottom: calc((100vw / 12) * 2rem );
}
@media (max-width: 768px) {
  .padding-bottom-20 {
    padding-bottom: calc(8.3333333333vw * (2rem ));
  }
}

.margin-block-20 {
  margin-top: calc((100vw / 12) * 2rem);
  margin-bottom: calc((100vw / 12) * 2rem );
}
@media (max-width: 768px) {
  .margin-block-20 {
    margin-top: calc(8.3333333333vw * (2rem ));
    margin-bottom: calc(8.3333333333vw * (2rem ));
  }
}

.margin-top-20 {
  margin-top: calc((100vw / 12) * 2rem );
}
@media (max-width: 768px) {
  .margin-top-20 {
    margin-top: calc(8.3333333333vw * (2rem));
  }
}

.margin-bottom-20 {
  margin-bottom: calc((100vw / 12) * 2rem);
}
@media (max-width: 768px) {
  .margin-bottom-20 {
    margin-bottom: calc(8.3333333333vw * (2rem ));
  }
}

.padding-block-15 {
  padding-top: calc((100vw / 12) * 1.5rem);
  padding-bottom: calc((100vw / 12) * 1.5rem );
}
@media (max-width: 768px) {
  .padding-block-15 {
    padding-top: calc(8.3333333333vw * (1.5rem ));
    padding-bottom: calc(8.3333333333vw * (1.5rem ));
  }
}

.padding-top-15 {
  padding-top: calc((100vw / 12) * 1.5rem);
}
@media (max-width: 768px) {
  .padding-top-15 {
    padding-top: calc(8.3333333333vw * (1.5rem ));
  }
}

.padding-bottom-15 {
  padding-bottom: calc((100vw / 12) * 1.5rem );
}
@media (max-width: 768px) {
  .padding-bottom-15 {
    padding-bottom: calc(8.3333333333vw * (1.5rem ));
  }
}

.margin-block-15 {
  margin-top: calc((100vw / 12) * 1.5rem);
  margin-bottom: calc((100vw / 12) * 1.5rem );
}
@media (max-width: 768px) {
  .margin-block-15 {
    margin-top: calc(8.3333333333vw * (1.5rem ));
    margin-bottom: calc(8.3333333333vw * (1.5rem ));
  }
}

.margin-top-15 {
  margin-top: calc((100vw / 12) * 1.5rem );
}
@media (max-width: 768px) {
  .margin-top-15 {
    margin-top: calc(8.3333333333vw * (1.5rem));
  }
}

.margin-bottom-15 {
  margin-bottom: calc((100vw / 12) * 1.5rem);
}
@media (max-width: 768px) {
  .margin-bottom-15 {
    margin-bottom: calc(8.3333333333vw * (1.5rem ));
  }
}

.padding-block-10 {
  padding-top: calc((100vw / 12) * 1rem);
  padding-bottom: calc((100vw / 12) * 1rem );
}
@media (max-width: 768px) {
  .padding-block-10 {
    padding-top: calc(8.3333333333vw * (1rem ));
    padding-bottom: calc(8.3333333333vw * (1rem ));
  }
}

.padding-top-10 {
  padding-top: calc((100vw / 12) * 1rem);
}
@media (max-width: 768px) {
  .padding-top-10 {
    padding-top: calc(8.3333333333vw * (1rem ));
  }
}

.padding-bottom-10 {
  padding-bottom: calc((100vw / 12) * 1rem );
}
@media (max-width: 768px) {
  .padding-bottom-10 {
    padding-bottom: calc(8.3333333333vw * (1rem ));
  }
}

.margin-block-10 {
  margin-top: calc((100vw / 12) * 1rem);
  margin-bottom: calc((100vw / 12) * 1rem );
}
@media (max-width: 768px) {
  .margin-block-10 {
    margin-top: calc(8.3333333333vw * (1rem ));
    margin-bottom: calc(8.3333333333vw * (1rem ));
  }
}

.margin-top-10 {
  margin-top: calc((100vw / 12) * 1rem );
}
@media (max-width: 768px) {
  .margin-top-10 {
    margin-top: calc(8.3333333333vw * (1rem));
  }
}

.margin-bottom-10 {
  margin-bottom: calc((100vw / 12) * 1rem);
}
@media (max-width: 768px) {
  .margin-bottom-10 {
    margin-bottom: calc(8.3333333333vw * (1rem ));
  }
}

.padding-block-7-5 {
  padding-top: calc((100vw / 12) * 0.75rem);
  padding-bottom: calc((100vw / 12) * 0.75rem );
}
@media (max-width: 768px) {
  .padding-block-7-5 {
    padding-top: calc(8.3333333333vw * (0.75rem ));
    padding-bottom: calc(8.3333333333vw * (0.75rem ));
  }
}

.padding-top-7-5 {
  padding-top: calc((100vw / 12) * 0.75rem);
}
@media (max-width: 768px) {
  .padding-top-7-5 {
    padding-top: calc(8.3333333333vw * (0.75rem ));
  }
}

.padding-bottom-7-5 {
  padding-bottom: calc((100vw / 12) * 0.75rem );
}
@media (max-width: 768px) {
  .padding-bottom-7-5 {
    padding-bottom: calc(8.3333333333vw * (0.75rem ));
  }
}

.margin-block-7-5 {
  margin-top: calc((100vw / 12) * 0.75rem);
  margin-bottom: calc((100vw / 12) * 0.75rem );
}
@media (max-width: 768px) {
  .margin-block-7-5 {
    margin-top: calc(8.3333333333vw * (0.75rem ));
    margin-bottom: calc(8.3333333333vw * (0.75rem ));
  }
}

.margin-top-7-5 {
  margin-top: calc((100vw / 12) * 0.75rem );
}
@media (max-width: 768px) {
  .margin-top-7-5 {
    margin-top: calc(8.3333333333vw * (0.75rem));
  }
}

.margin-bottom-7-5 {
  margin-bottom: calc((100vw / 12) * 0.75rem);
}
@media (max-width: 768px) {
  .margin-bottom-7-5 {
    margin-bottom: calc(8.3333333333vw * (0.75rem ));
  }
}

.padding-left {
  padding-left: 3rem;
}

.block-top-blue {
  margin-top: -6rem;
}

/***********************************
*
* Bord block
*
*************************************/
.border-top {
  border-top: 0.1rem solid rgba(119, 134, 160, 0.2);
}

.border-bottom {
  border-bottom: 0.1rem solid rgba(119, 134, 160, 0.2);
}

.vertical-separator {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 0.1rem solid rgba(1, 1, 1, 0.2);
  width: 100%;
}

.horizontal-separator {
  background-color: rgba(29, 29, 28, 0.1);
  width: 0.1rem;
}

/**************************************
*
* Boutons
*
**************************************/
/************************************
*
* Mise en page de la page
*
************************************/
@media (max-width: 768px) {
  .layout-content .limiter {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .separateur-gauche {
    border-left: 0.1rem solid rgba(0, 0, 0, 0.1);
  }
}

blockquote {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 3rem;
  padding: 0;
}
blockquote:before {
  display: none;
}

/********************************
*
*  Grid
*
*******************************/
.grid {
  display: grid;
}

/*********************************
*
* UPDATE
*
*********************************/
.node-update_background {
  background-color: rgba(0, 0, 0, 0.1);
}

.node-page div > .even {
  background-color: rgba(0, 83, 157, 0.05);
}
.node-page .bleu-premier div > .odd {
  background-color: rgba(0, 83, 157, 0.05);
}
.node-page .bleu-premier div > .even {
  background-color: #FFF;
}

#block-arcade-local-tasks {
  display: none;
}

#block-minoterie-local-tasks,
#block-onglets {
  padding: 1rem 10rem;
  background: #282d39;
  background-image: linear-gradient(to top, #d6e3b9 0%, #282d39 100%);
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.12rem;
  line-height: 2.1rem;
  text-transform: uppercase;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100000;
  width: 100vw;
}
@media (min-width: 576px) {
  #block-minoterie-local-tasks,
#block-onglets {
    font-size: calc(1.12rem + (1.6rem - 1.12rem)/4);
  }
}
@media (min-width: 768px) {
  #block-minoterie-local-tasks,
#block-onglets {
    font-size: calc(1.12rem + (1.6rem - 1.12rem)/3);
  }
}
@media (min-width: 992px) {
  #block-minoterie-local-tasks,
#block-onglets {
    font-size: calc(1.12rem + (1.6rem - 1.12rem)/2);
  }
}
@media (min-width: 1200px) {
  #block-minoterie-local-tasks,
#block-onglets {
    font-size: 1.6rem;
  }
}
@media (min-width: 576px) {
  #block-minoterie-local-tasks,
#block-onglets {
    line-height: calc(2.1rem + (3rem - 2.1rem)/4);
  }
}
@media (min-width: 768px) {
  #block-minoterie-local-tasks,
#block-onglets {
    line-height: calc(2.1rem + (3rem - 2.1rem)/3);
  }
}
@media (min-width: 992px) {
  #block-minoterie-local-tasks,
#block-onglets {
    line-height: calc(2.1rem + (3rem - 2.1rem)/2);
  }
}
@media (min-width: 1200px) {
  #block-minoterie-local-tasks,
#block-onglets {
    line-height: 3rem;
  }
}
#block-minoterie-local-tasks a,
#block-onglets a {
  color: #FFF;
}
#block-minoterie-local-tasks ul,
#block-onglets ul {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
}
#block-minoterie-local-tasks ul li,
#block-onglets ul li {
  width: 20%;
  text-align: center;
}

.message-site {
  padding: 6rem 0;
  background-image: linear-gradient(to top, #d6e3b9 0%, #282d39 100%);
  color: #fff;
}

.btn-admin {
  background: #282d39;
  display: block;
  padding: 1rem 0;
  text-align: center;
  text-transform: uppercase;
}

div[role=contentinfo] {
  text-align: center;
  padding: 3rem 0;
  background-color: #282d39;
  color: #FFF;
}
div[role=contentinfo] a {
  color: #fff;
  font-weight: 700;
}

.bloc-paragraphe {
  position: relative;
}

.node-update {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}

.user-content {
  background-color: #f2f1f2;
}

.user-login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.layout-login {
  background-color: #f2f1f2;
}

.form-user-container, .form-contact-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3rem;
  background-color: #fff;
  padding: 5rem 5rem 0;
}
@media (max-width: 768px) {
  .form-user-container, .form-contact-container {
    grid-template-columns: 1fr;
  }
}
.form-user-container .form-user-parameters, .form-contact-container .form-user-parameters {
  grid-column: 1/3;
  grid-row: 1;
}
@media (max-width: 768px) {
  .form-user-container .form-user-parameters, .form-contact-container .form-user-parameters {
    grid-column: 1;
  }
}
.form-user-container .form-user-parameters #edit-pass, .form-contact-container .form-user-parameters #edit-pass {
  margin-bottom: 0;
}

.form-contact-container {
  padding: 0;
}

#user-form #edit-field-savoir-faire-taxonomie, #webform-submission-contact-add-form #edit-field-savoir-faire-taxonomie {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  /* en dev */
  /* en prod */
}
@media (max-width: 768px) {
  #user-form #edit-field-savoir-faire-taxonomie, #webform-submission-contact-add-form #edit-field-savoir-faire-taxonomie {
    grid-template-columns: repeat(2, 1fr);
  }
}
#user-form #edit-field-savoir-faire-taxonomie .form-item-field-savoir-faire-taxonomie-44, #user-form #edit-field-savoir-faire-taxonomie .form-item-field-savoir-faire-taxonomie-45, #user-form #edit-field-savoir-faire-taxonomie .form-item-field-savoir-faire-taxonomie-46, #webform-submission-contact-add-form #edit-field-savoir-faire-taxonomie .form-item-field-savoir-faire-taxonomie-44, #webform-submission-contact-add-form #edit-field-savoir-faire-taxonomie .form-item-field-savoir-faire-taxonomie-45, #webform-submission-contact-add-form #edit-field-savoir-faire-taxonomie .form-item-field-savoir-faire-taxonomie-46 {
  display: none !important;
}
#user-form #edit-field-savoir-faire-taxonomie .form-item, #webform-submission-contact-add-form #edit-field-savoir-faire-taxonomie .form-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0;
}
#user-form #edit-field-savoir-faire-taxonomie .form-item input, #webform-submission-contact-add-form #edit-field-savoir-faire-taxonomie .form-item input {
  accent-color: #bc914d;
}
#user-form #edit-field-savoir-faire-taxonomie .form-item label, #webform-submission-contact-add-form #edit-field-savoir-faire-taxonomie .form-item label {
  text-transform: none;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 2.2rem;
}
#user-form .form-item, #webform-submission-contact-add-form .form-item {
  margin-bottom: 5rem;
}
#user-form .form-item label, #webform-submission-contact-add-form .form-item label {
  text-transform: none;
  font-size: 1.6rem;
  font-family: "Ruda", sans-serif;
  font-weight: 400;
  line-height: 2.2rem;
}
#user-form .form-item .form-item-user-picture-0-alt, #webform-submission-contact-add-form .form-item .form-item-user-picture-0-alt {
  display: none !important;
}
#user-form .form-item .js-form-managed-file, #webform-submission-contact-add-form .form-item .js-form-managed-file {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 768px) {
  #user-form .form-item .js-form-managed-file, #webform-submission-contact-add-form .form-item .js-form-managed-file {
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
  }
}
#user-form .form-item .js-form-managed-file .file--image, #user-form .form-item .js-form-managed-file .form-submit[name=user_picture_0_upload_button], #webform-submission-contact-add-form .form-item .js-form-managed-file .file--image, #webform-submission-contact-add-form .form-item .js-form-managed-file .form-submit[name=user_picture_0_upload_button] {
  display: none !important;
}
#user-form .form-item .js-form-managed-file input, #webform-submission-contact-add-form .form-item .js-form-managed-file input {
  margin-bottom: 0;
  grid-row: 1;
}
@media (max-width: 576px) {
  #user-form .form-item .js-form-managed-file input, #webform-submission-contact-add-form .form-item .js-form-managed-file input {
    grid-row: 2;
  }
}
#user-form .form-item .js-form-managed-file > img, #webform-submission-contact-add-form .form-item .js-form-managed-file > img {
  grid-column: 2;
  justify-self: flex-end;
  max-width: 20.8333333333vw;
  max-height: 12.5vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-left: 3rem;
}
@media (max-width: 768px) {
  #user-form .form-item .js-form-managed-file > img, #webform-submission-contact-add-form .form-item .js-form-managed-file > img {
    justify-self: center;
    margin-left: 0;
    grid-column: 1;
    margin-bottom: 3rem;
    max-width: 58.3333333333vw;
    max-height: 58.3333333333vw;
  }
}
#user-form .form-item .form-text, #user-form .form-item .form-email, #user-form .form-item .form-url, #user-form .form-item .form-textarea, #user-form .form-item select, #webform-submission-contact-add-form .form-item .form-text, #webform-submission-contact-add-form .form-item .form-email, #webform-submission-contact-add-form .form-item .form-url, #webform-submission-contact-add-form .form-item .form-textarea, #webform-submission-contact-add-form .form-item select {
  background-color: #fff;
  border: 0.1rem solid #d8d8d8;
  border-radius: 9.1rem;
  width: 100%;
  height: 5rem;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 2.2rem;
}
#user-form .form-item .form-text:focus, #user-form .form-item .form-text:focus-visible, #user-form .form-item .form-text:focus-within, #user-form .form-item .form-email:focus, #user-form .form-item .form-email:focus-visible, #user-form .form-item .form-email:focus-within, #user-form .form-item .form-url:focus, #user-form .form-item .form-url:focus-visible, #user-form .form-item .form-url:focus-within, #user-form .form-item .form-textarea:focus, #user-form .form-item .form-textarea:focus-visible, #user-form .form-item .form-textarea:focus-within, #user-form .form-item select:focus, #user-form .form-item select:focus-visible, #user-form .form-item select:focus-within, #webform-submission-contact-add-form .form-item .form-text:focus, #webform-submission-contact-add-form .form-item .form-text:focus-visible, #webform-submission-contact-add-form .form-item .form-text:focus-within, #webform-submission-contact-add-form .form-item .form-email:focus, #webform-submission-contact-add-form .form-item .form-email:focus-visible, #webform-submission-contact-add-form .form-item .form-email:focus-within, #webform-submission-contact-add-form .form-item .form-url:focus, #webform-submission-contact-add-form .form-item .form-url:focus-visible, #webform-submission-contact-add-form .form-item .form-url:focus-within, #webform-submission-contact-add-form .form-item .form-textarea:focus, #webform-submission-contact-add-form .form-item .form-textarea:focus-visible, #webform-submission-contact-add-form .form-item .form-textarea:focus-within, #webform-submission-contact-add-form .form-item select:focus, #webform-submission-contact-add-form .form-item select:focus-visible, #webform-submission-contact-add-form .form-item select:focus-within {
  outline: none;
  border-color: #bc914d;
}
#user-form .form-item select, #webform-submission-contact-add-form .form-item select {
  background-position: right 1.5rem center;
}
#user-form .form-item .form-textarea, #webform-submission-contact-add-form .form-item .form-textarea {
  height: 12.5rem;
  border-radius: 1.5rem;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 2.2rem;
}
#user-form .form-item #edit-message, #webform-submission-contact-add-form .form-item #edit-message {
  height: 15rem;
}

.login-form {
  position: relative;
  background-color: #fff;
  border-radius: 0;
  padding: 5rem;
}
@media (min-width: 1230px) {
  .login-form {
    padding: 6rem;
  }
}
.login-form .croix-popup {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.login-form__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-form-user__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .login-form-user__top .login-form__submit {
    display: none;
  }
}
.login-form-user__top .form-title .centrer {
  text-align: left;
}

.form-title {
  margin-bottom: 4.5rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3rem;
}
@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.js-form-type-password-confirm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3rem;
}
@media (max-width: 576px) {
  .js-form-type-password-confirm {
    grid-template-columns: 1fr;
  }
}
.js-form-type-password-confirm .password-strength, .js-form-type-password-confirm .password-suggestions, .js-form-type-password-confirm .js-password-confirm-message {
  display: none !important;
}

.form-item {
  position: relative;
}
.form-item:not(:last-child) {
  margin-bottom: 2rem;
}
.form-item label {
  display: block;
  font-size: 1.6rem;
  font-family: "Ruda", sans-serif;
  font-weight: 400;
  line-height: 2.2rem;
  transition: all 0.4s ease;
  z-index: 2;
}
.form-item .description {
  display: none;
}
.form-item .form-text, .form-item .form-email, .form-item .form-url {
  background-color: #e9e9eb;
  border-radius: 9.1rem;
  width: 28rem;
  height: 5rem;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 2.2rem;
}
.form-item .form-text:focus, .form-item .form-text:focus-visible, .form-item .form-text:focus-within, .form-item .form-email:focus, .form-item .form-email:focus-visible, .form-item .form-email:focus-within, .form-item .form-url:focus, .form-item .form-url:focus-visible, .form-item .form-url:focus-within {
  outline: none;
}

.js-form-type-managed-file {
  flex-direction: column;
  align-items: flex-start;
}
.js-form-type-managed-file label {
  position: relative;
  top: 0;
}

.login-form__submit, .js-form-type-managed-file {
  display: flex;
  justify-content: center;
}
.login-form__submit .js-form-submit, .login-form__submit .form-file, .js-form-type-managed-file .js-form-submit, .js-form-type-managed-file .form-file {
  --font-size: 13px;
  --duration: .44s;
  --move-hover: -4px;
  font-family: "Ruda", sans-serif;
  font-size: var(--font-size);
  line-height: 1rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  min-width: 17.3rem;
  width: auto;
  padding: 16px 32px;
  border-radius: 24px;
  margin-bottom: 2rem;
  display: inline-block;
  outline: none;
  background: #282d39;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
}
.login-form__submit .js-form-submit:hover, .login-form__submit .form-file:hover, .js-form-type-managed-file .js-form-submit:hover, .js-form-type-managed-file .form-file:hover {
  color: #fff;
  --y: var(--move-hover);
}

.bottom-submit {
  display: none;
  margin-top: 2rem;
}
@media (max-width: 576px) {
  .bottom-submit {
    display: flex;
  }
}

.login-form__help_actions {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-form__help_actions .register-link {
  position: relative;
  margin-right: 1rem;
}
.login-form__help_actions .register-link::after {
  content: ".";
  display: block;
  position: absolute;
  right: -1rem;
  bottom: 0;
}
.login-form__help_actions .forgot-password {
  margin-left: 1rem;
}
.login-form__help_actions .register-link, .login-form__help_actions .forgot-password, .login-form__help_actions .login-link {
  position: relative;
  cursor: pointer;
}
.login-form__help_actions .register-link::before, .login-form__help_actions .forgot-password::before, .login-form__help_actions .login-link::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

#user-login-form #edit-actions {
  padding-top: 3rem;
}

form input,
form textarea,
form select {
  border: 0;
  box-shadow: none !important;
  border-radius: 2.5rem;
  background-color: #FFF;
}
form label {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.12rem;
  line-height: 2.1rem;
}
@media (min-width: 576px) {
  form label {
    font-size: calc(1.12rem + (1.6rem - 1.12rem)/4);
  }
}
@media (min-width: 768px) {
  form label {
    font-size: calc(1.12rem + (1.6rem - 1.12rem)/3);
  }
}
@media (min-width: 992px) {
  form label {
    font-size: calc(1.12rem + (1.6rem - 1.12rem)/2);
  }
}
@media (min-width: 1200px) {
  form label {
    font-size: 1.6rem;
  }
}
@media (min-width: 576px) {
  form label {
    line-height: calc(2.1rem + (3rem - 2.1rem)/4);
  }
}
@media (min-width: 768px) {
  form label {
    line-height: calc(2.1rem + (3rem - 2.1rem)/3);
  }
}
@media (min-width: 992px) {
  form label {
    line-height: calc(2.1rem + (3rem - 2.1rem)/2);
  }
}
@media (min-width: 1200px) {
  form label {
    line-height: 3rem;
  }
}
form .js-form-type-textfield,
form .js-form-type-textarea {
  margin-bottom: 2rem;
}

#edit-actions {
  position: relative;
}
#edit-actions:before {
  content: url(../img/icone-search.svg);
  position: absolute;
  top: 1rem;
  left: 1.5rem;
}
#edit-actions .button {
  background: #fff;
  color: #FFF;
  overflow: hidden;
  width: 3rem;
}

.menu-dropdown-0 {
  position: absolute;
  left: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: calc(100vh - var(--headerHeight));
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background-color: #fff;
  z-index: 99;
  transform-origin: top;
  transition: max-height 0.1s ease, opacity 0ms linear 0.1s, visibility 0ms linear 0.1s !important;
  /* Fin menu level 1 */
}
@media (max-width: 992px) {
  .menu-dropdown-0 {
    position: relative;
    background-color: transparent;
    top: 0 !important;
    height: auto;
    max-height: unset;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.menu-dropdown-0.dropdown-opened {
  transition: max-height 0.25s ease, opacity 0ms, visibility 0ms;
  max-height: calc(100vh - var(--headerHeight)) !important;
  opacity: 0;
  visibility: hidden;
}
.menu-dropdown-0.dropdown-opened .menu-level-1 .a-decouvrir {
  transform: translateY(-1rem);
  transition-delay: 0.5s;
}
.menu-dropdown-0.dropdown-opened .menu-level-1 .nav-dropdown li a, .menu-dropdown-0.dropdown-opened .menu-level-1 .nav-dropdown li span {
  transform: translateY(-1rem);
  transition-delay: 0.5s;
}
.menu-dropdown-0.dropdown-opened .menu-level-1 .menu-rs {
  transform: translateY(-1rem);
  transition-delay: 0.5s;
}
.menu-dropdown-0.dropdown-active {
  opacity: 1;
  visibility: visible;
  transition: max-height 0.25s ease, opacity 0ms, visibility 0ms;
  max-height: calc(100vh - var(--headerHeight)) !important;
}
.menu-dropdown-0.dropdown-active .menu-level-1::before {
  transform: scaleX(1);
  transform-origin: left;
}
.menu-dropdown-0.dropdown-active .menu-level-1 .a-decouvrir {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.3s ease, opacity 0.2s linear;
  transition-delay: 0.2s;
}
.menu-dropdown-0.dropdown-active .menu-level-1 .nav-dropdown li {
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.2s linear;
  transition-delay: 0.2s;
}
.menu-dropdown-0.dropdown-active .menu-level-1 .nav-dropdown li a, .menu-dropdown-0.dropdown-active .menu-level-1 .nav-dropdown li span {
  transition: transform 0.3s ease, opacity 0.2s linear;
  transition-delay: 0.2s;
  transform: translateY(0);
}
.menu-dropdown-0.dropdown-active .menu-level-1 .menu-rs {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
  transition: transform 0.3s ease, opacity 0.2s linear;
}
@media (max-width: 992px) {
  .menu-dropdown-0.dropdown-active {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
.menu-dropdown-0 .menu-level-1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5rem 0;
  /* --- Navigation --- */
  /* --- reseaux sociaux --- */
  /* Fin réseaux sociaux dropdown */
}
.menu-dropdown-0 .menu-level-1::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 1s cubic-bezier(0.79, 0.14, 0.15, 0.86), transform-origin 0s;
  opacity: 0.15;
}
@media (max-width: 992px) {
  .menu-dropdown-0 .menu-level-1 {
    height: auto;
    width: auto;
    padding: 0;
  }
  .menu-dropdown-0 .menu-level-1::before {
    display: none;
  }
}
.menu-dropdown-0 .menu-level-1 .nav-dropdown {
  position: relative;
  width: 29.1666666667vw;
  transition: transform 0.1s, opacity 0.1s;
}
@media (max-width: 992px) {
  .menu-dropdown-0 .menu-level-1 .nav-dropdown {
    width: auto;
    margin-left: 1rem;
  }
}
.menu-dropdown-0 .menu-level-1 .nav-dropdown li {
  opacity: 0;
  transition-delay: 0s;
  line-height: 2.2rem;
}
.menu-dropdown-0 .menu-level-1 .nav-dropdown li:not(:last-child) {
  margin-bottom: 1.8rem;
}
@media (min-width: 992px) {
  .menu-dropdown-0 .menu-level-1 .nav-dropdown li:first-child span, .menu-dropdown-0 .menu-level-1 .nav-dropdown li:first-child a {
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-text-decoration-color: #d6e3b9;
            text-decoration-color: #d6e3b9;
    text-decoration-thickness: 0.3rem;
  }
}
@media (max-width: 992px) {
  .menu-dropdown-0 .menu-level-1 .nav-dropdown li:first-child {
    margin-top: 1.5rem;
  }
}
@media (max-width: 992px) {
  .menu-dropdown-0 .menu-level-1 .nav-dropdown li {
    opacity: 1;
  }
}
.menu-dropdown-0 .menu-level-1 .nav-dropdown li a, .menu-dropdown-0 .menu-level-1 .nav-dropdown span {
  text-transform: none;
  display: inline-block;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateY(-1rem);
  transition: transform 0.1s, opacity 0.1s;
  transition-delay: 0s;
}
.menu-dropdown-0 .menu-level-1 .nav-dropdown li a.not-hovered, .menu-dropdown-0 .menu-level-1 .nav-dropdown span.not-hovered {
  opacity: 0.5;
}
.menu-dropdown-0 .menu-level-1 .nav-dropdown li a.lien-hovered, .menu-dropdown-0 .menu-level-1 .nav-dropdown span.lien-hovered {
  opacity: 1;
}
.menu-dropdown-0 .menu-level-1 .nav-dropdown li a:hover ~ .menu-dropdown-1, .menu-dropdown-0 .menu-level-1 .nav-dropdown span:hover ~ .menu-dropdown-1 {
  opacity: 1;
}
@media (max-width: 992px) {
  .menu-dropdown-0 .menu-level-1 .nav-dropdown li a, .menu-dropdown-0 .menu-level-1 .nav-dropdown span {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
    opacity: 1;
    transform: translateY(0);
    color: #fff;
    margin-bottom: 1.8rem;
  }
}
.menu-dropdown-0 .menu-level-1 .menu-rs {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 3.5rem;
  z-index: 2;
  opacity: 0;
  transform: translateY(-1rem);
  transition: transform 0.1s, opacity 0.1s;
}
@media (max-width: 1300px) {
  .menu-dropdown-0 .menu-level-1 .menu-rs {
    margin-top: 2.5rem;
  }
}
@media (max-width: 992px) {
  .menu-dropdown-0 .menu-level-1 .menu-rs {
    display: none;
  }
}
.menu-dropdown-0 .menu-level-1 .menu-rs .rs-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.menu-dropdown-0 .menu-level-1 .menu-rs .rs-header a {
  position: relative;
  letter-spacing: 1.1px;
  display: flex;
  align-items: flex-end;
  line-height: 1rem;
}
.menu-dropdown-0 .menu-level-1 .menu-rs .rs-header .instagram-header {
  padding-left: 1.5rem;
}
.menu-dropdown-0 .menu-level-1 .menu-rs .rs-header .instagram-header::before {
  content: ".";
  display: block;
  position: absolute;
  left: 0.5rem;
  bottom: 0;
}
.menu-dropdown-0 .menu-level-1 .menu-rs .close-menu {
  height: 3px;
  background-image: url("../img/minus_menu.svg");
}
.menu-dropdown-0 .menu-level-1 .a-decouvrir {
  opacity: 0;
  transform: translateY(-1rem);
  transition: all 0.5s ease 0s;
}
.menu-dropdown-0 .menu-level-1 .a-decouvrir .container-a-decouvrir {
  margin-top: 2rem;
}
.menu-dropdown-0 .menu-level-1 .a-decouvrir .container-a-decouvrir .entity_reference {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.menu-dropdown-0 .menu-level-1 .a-decouvrir .container-a-decouvrir .entity_reference > div:nth-child(2) .a-decouvrir-content {
  transform: translateY(5rem);
}
.menu-dropdown-0 .menu-level-1 .a-decouvrir .container-a-decouvrir .a-decouvrir-content {
  display: block;
}
.menu-dropdown-0 .menu-level-1 .a-decouvrir .container-a-decouvrir .a-decouvrir-lien {
  margin-left: 2rem;
  margin-top: 1rem;
}
.menu-dropdown-0 .menu-level-1 .a-decouvrir .container-a-decouvrir .a-decouvrir-lien h2 {
  text-transform: none;
  margin-bottom: 1rem;
  letter-spacing: 0;
}
.menu-dropdown-0 .menu-level-1 .a-decouvrir .container-a-decouvrir .image-zoom {
  width: 16.6666666667vw;
  height: 16.6666666667vw;
}
.menu-dropdown-0 .menu-level-1 .a-decouvrir .container-a-decouvrir .image-zoom::before {
  width: 6.25vw;
}
@media (max-width: 992px) {
  .menu-dropdown-0 .menu-level-1 .a-decouvrir .container-a-decouvrir {
    display: none;
  }
}

/* Fin dropdown */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 1rem 1rem 0.5rem 1rem;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: var(--color-primaire);
  border-radius: 3px;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  z-index: 100001;
  display: inline-block;
  top: 1.5rem;
  right: 1.5rem;
}
@media (min-width: 769px) {
  .hamburger {
    display: none;
  }
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active {
  position: absolute;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
  background-color: #fff;
}

.hamburger-box {
  width: 34px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 34px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  transition-property: transform, background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.footer {
  position: relative;
}
.footer .macaron-footer {
  position: absolute;
  top: -4.1666666667vw;
  left: 16.6666666667vw;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  -webkit-animation: macaron 15s linear infinite;
          animation: macaron 15s linear infinite;
}
@media (max-width: 1024px) {
  .footer .macaron-footer {
    position: relative;
    top: unset;
    left: unset;
    width: 16.6666666667vw;
    height: 16.6666666667vw;
  }
}

.footer-logos {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer-logos {
    width: 100%;
    padding-bottom: 2rem;
  }
}

.footer-top {
  background-color: #282d39;
  padding: 6rem 0;
}
@media (max-width: 1024px) {
  .footer-top {
    padding: 2rem 8.3333333333vw;
  }
}
.footer-top .footer-communes {
  display: flex;
  align-items: flex-end;
  padding-bottom: 4.5rem;
}
@media (max-width: 1024px) {
  .footer-top .footer-communes {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  .footer-top .logo-footer {
    margin-left: 0;
    max-width: unset;
  }
}
.footer-top .logo-footer img {
  width: 8.3333333333vw;
  min-width: 11.5rem;
  max-width: 14rem;
}
@media (max-width: 1024px) {
  .footer-top .logo-footer img {
    width: 11.5rem;
  }
}
.footer-top .liste-communes {
  position: relative;
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.footer-top .liste-communes::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4.5rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.35;
}
.footer-top .liste-communes span {
  display: block;
}
@media (max-width: 1024px) {
  .footer-top .liste-communes {
    width: 100%;
    padding: 2rem 0;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 1rem;
    border-top: solid 1px rgba(255, 255, 255, 0.35);
    border-bottom: solid 1px rgba(255, 255, 255, 0.35);
  }
  .footer-top .liste-communes::before {
    display: none;
  }
}
.footer-top .footer-middle {
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .footer-top .footer-middle {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .footer-top .footer-middle {
    flex-direction: column;
    align-items: center;
  }
}
.footer-top .nav-footer ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .footer-top .nav-footer ul {
    display: none;
  }
}
@media (max-width: 1024px) {
  .footer-top .nav-footer ul {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}
.footer-top .nav-footer ul li {
  color: #fff;
  text-transform: uppercase;
}
.footer-top .nav-footer ul li:not(:last-child) {
  margin-right: 3rem;
}
@media (max-width: 1024px) {
  .footer-top .nav-footer ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.footer-top .nav-footer ul li a {
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Ruda", sans-serif;
  font-weight: 700;
  line-height: 2.2rem;
  letter-spacing: 0.1em;
  transform-style: preserve-3d;
}
.footer-top .nav-footer ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #d6e3b9;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.4s ease;
}
.footer-top .nav-footer ul li a:hover {
  color: #fff;
}
.footer-top .nav-footer ul li a.not-hovered {
  opacity: 0.5;
}
.footer-top .nav-footer ul li a.lien-hovered {
  opacity: 1;
}
.footer-top .liens-footer {
  max-width: 8.3333333333vw;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .footer-top .liens-footer {
    max-width: unset;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-top .liens-footer a:not(:last-child) {
    position: relative;
    padding-right: 1rem;
    margin-right: 0.3rem;
  }
  .footer-top .liens-footer a:not(:last-child)::after {
    content: "/";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.footer-top .liens-footer a {
  color: #fff;
}
.footer-top .liens-footer a:hover {
  color: #fff;
}
.footer-top .liens-footer a.not-hovered {
  opacity: 0.5;
}
.footer-top .liens-footer a.lien-hovered {
  opacity: 1;
}

.footer-bottom {
  background-color: #bc914d;
}

.footer-bottom-content {
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer-bottom-content {
    padding: 2rem 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer-bottom-content p {
  margin: 0;
}
@media (max-width: 1024px) {
  .footer-bottom-content p {
    width: 66.6666666667vw;
  }
}
.footer-bottom-content p:last-child {
  text-align: right;
}
@media (max-width: 1024px) {
  .footer-bottom-content p:last-child {
    text-align: center;
  }
}

.header {
  position: relative;
  background-color: #fff;
  padding: 4.1666666667vw 0;
  z-index: 9;
}
@media (max-width: 1024px) {
  .header {
    padding: 2rem 0;
  }
}
.header::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #282d39;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .header::before {
    display: none;
  }
}
.header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #d6e3b9;
  transform: translate(50%, -50%);
}
@media (max-width: 1024px) {
  .header::after {
    display: none;
  }
}
.header.header-user, .header.header-annuaire {
  position: absolute;
  width: 100%;
  background-color: transparent;
  transition: all 0.3s ease;
}
.header.header-user::before, .header.header-annuaire::before {
  background-color: #bc914d;
}
.header.header-user .icone-noir, .header.header-annuaire .icone-noir {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s ease;
}
.header.header-user .icone-blanc, .header.header-annuaire .icone-blanc {
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  position: relative;
}
.header.header-user #block-arcade-breadcrumbs, .header.header-annuaire #block-arcade-breadcrumbs {
  color: #fff;
  transition: all 0.3s ease;
}
.header.header-user #block-arcade-main-menu, .header.header-annuaire #block-arcade-main-menu {
  color: #fff;
  transition: all 0.3s ease;
}
.header.header-user #block-arcade-main-menu .menu-level-1, .header.header-annuaire #block-arcade-main-menu .menu-level-1 {
  color: #282d39;
}
@media (max-width: 1024px) {
  .header.header-user .icones-container, .header.header-annuaire .icones-container {
    position: absolute;
    bottom: 1.5rem;
    right: 4.5rem;
  }
}
.header.header-user .menu-item > a:hover, .header.header-annuaire .menu-item > a:hover {
  color: #fff;
}
.header.header-annuaire {
  position: relative;
  background-color: #282d39;
}
.header.opened {
  background-color: #fff;
}
.header.opened .icone-blanc {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.header.opened .icone-noir {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.header.opened #block-arcade-breadcrumbs {
  color: #282d39;
}
.header.opened #block-arcade-main-menu {
  color: #282d39;
}
.header.opened .menu-item > a:hover {
  color: #201d1d;
}

.header-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .header-content {
    justify-content: space-between;
  }
}

@media (max-width: 992px) {
  .logo-header {
    margin-right: auto;
    margin-left: 0;
  }
}
.logo-header img {
  width: 8.3333333333vw;
  min-width: 80px;
  max-width: 140px;
}
.logo-header.logo-loggedin {
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  min-height: 11.5rem;
  min-width: 11.5rem;
  padding: 3rem 2rem;
  background-color: #282d39;
}
.logo-header.logo-loggedin img {
  width: 100%;
  min-width: unset;
}

.icones-container {
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .icones-container {
    position: absolute;
    bottom: 2.5rem;
    right: 8.3333333333vw;
  }
}
@media (max-width: 992px) {
  .icones-container {
    display: none;
  }
}
.icones-container .account-button {
  margin-right: 1rem;
}

.icone-header {
  display: inline-block;
  transform: translateY(0);
  transition: all 0.4s ease;
  cursor: pointer;
}
.icone-header:hover {
  transform: translateY(-0.5rem);
}

.header-menu {
  flex-grow: 1;
}
.header-menu .croix-burger {
  display: none;
}
@media (max-width: 992px) {
  .header-menu .croix-burger {
    display: block;
    position: absolute;
    top: 4.5rem;
    right: calc(12.5vw - 8px);
    z-index: 2;
  }
}
@media (max-width: 992px) {
  .header-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh !important;
    height: calc(var(--vh) * 100) !important;
    padding: 8.3333333333vw;
    background-color: #282d39;
    transform: translateX(-100%);
    z-index: 99;
    transition: all 0.4s ease;
  }
  .header-menu.open_burger {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .header-menu {
    padding: 8.3333333333vw 8.3333333333vw 16.6666666667vw;
  }
}
.header-menu .mobile-header {
  display: none;
}
@media (max-width: 992px) {
  .header-menu .mobile-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 58.3333333333vw;
    z-index: 2;
  }
}
.header-menu .mobile-header .icones-mobile {
  flex-shrink: 0;
}
.header-menu .mobile-header .icones-mobile .icone-header:first-child {
  margin-right: 0.7rem;
}
.header-menu .menu-rs-mobile {
  display: none;
}
@media (max-width: 992px) {
  .header-menu .menu-rs-mobile {
    position: absolute;
    bottom: 8.3333333333vw;
    left: 8.3333333333vw;
    width: 58.3333333333vw;
    z-index: 2;
    display: flex;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Ruda", sans-serif;
    letter-spacing: 0.12rem;
  }
  .header-menu .menu-rs-mobile .instagram-header-mobile {
    position: relative;
    padding-left: 1.5rem;
  }
  .header-menu .menu-rs-mobile .instagram-header-mobile::before {
    content: ".";
    display: block;
    position: absolute;
    left: 0.5rem;
    bottom: 0;
  }
}
.header-menu .menu-level-0 {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .header-menu .menu-level-0 {
    position: relative;
    width: 83.3333333333vw;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - (45.8333333333vw + 100px));
    transition: all 0.4s ease;
  }
}
.header-menu .menu-level-0 > li {
  font-family: "Ruda", sans-serif;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.05rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .header-menu .menu-level-0 > li {
    flex-shrink: 0;
  }
}
.header-menu .menu-level-0 > li:not(:last-child) {
  margin-right: 4rem;
}
@media (max-width: 992px) {
  .header-menu .menu-level-0 > li:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media (min-width: 576px) {
  .header-menu .menu-level-0 > li {
    font-size: calc(0.98rem + (1.4rem - 0.98rem)/4);
  }
}
@media (min-width: 768px) {
  .header-menu .menu-level-0 > li {
    font-size: calc(0.98rem + (1.4rem - 0.98rem)/3);
  }
}
@media (min-width: 992px) {
  .header-menu .menu-level-0 > li {
    font-size: calc(0.98rem + (1.4rem - 0.98rem)/2);
  }
}
@media (min-width: 1200px) {
  .header-menu .menu-level-0 > li {
    font-size: 1.4rem;
  }
}
@media (min-width: 576px) {
  .header-menu .menu-level-0 > li {
    line-height: calc(1.05rem + (1.5rem - 1.05rem)/4);
  }
}
@media (min-width: 768px) {
  .header-menu .menu-level-0 > li {
    line-height: calc(1.05rem + (1.5rem - 1.05rem)/3);
  }
}
@media (min-width: 992px) {
  .header-menu .menu-level-0 > li {
    line-height: calc(1.05rem + (1.5rem - 1.05rem)/2);
  }
}
@media (min-width: 1200px) {
  .header-menu .menu-level-0 > li {
    line-height: 1.5rem;
  }
}
.header-menu .menu-level-0 > li:hover > a::before, .header-menu .menu-level-0 > li:hover > span::before, .header-menu .menu-level-0 > li.menu-item--active-trail > a::before, .header-menu .menu-level-0 > li.menu-item--active-trail > span::before {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.header-menu .menu-level-0 > li > a, .header-menu .menu-level-0 > li > span {
  position: relative;
  white-space: nowrap;
  z-index: 2;
  cursor: pointer;
}
.header-menu .menu-level-0 > li > a::before, .header-menu .menu-level-0 > li > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #d6e3b9;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.4s ease;
}
@media (max-width: 992px) {
  .header-menu .menu-level-0 > li > a, .header-menu .menu-level-0 > li > span {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.6rem;
    text-decoration: underline;
    -webkit-text-decoration-color: #d6e3b9;
            text-decoration-color: #d6e3b9;
    text-decoration-thickness: 0.2rem;
    white-space: nowrap;
  }
  .header-menu .menu-level-0 > li > a::before, .header-menu .menu-level-0 > li > span::before {
    display: none;
  }
}

#fil-ariane {
  position: absolute;
  bottom: 4.1666666667vw;
}
@media (max-width: 992px) {
  #fil-ariane {
    display: none;
  }
}
#fil-ariane ol {
  margin-top: 2rem;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}
#fil-ariane ol li {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.77rem;
  line-height: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
@media (min-width: 576px) {
  #fil-ariane ol li {
    font-size: calc(0.77rem + (1.1rem - 0.77rem)/4);
  }
}
@media (min-width: 768px) {
  #fil-ariane ol li {
    font-size: calc(0.77rem + (1.1rem - 0.77rem)/3);
  }
}
@media (min-width: 992px) {
  #fil-ariane ol li {
    font-size: calc(0.77rem + (1.1rem - 0.77rem)/2);
  }
}
@media (min-width: 1200px) {
  #fil-ariane ol li {
    font-size: 1.1rem;
  }
}
@media (min-width: 576px) {
  #fil-ariane ol li {
    line-height: calc(0.7em + (1em - 0.7em)/4);
  }
}
@media (min-width: 768px) {
  #fil-ariane ol li {
    line-height: calc(0.7em + (1em - 0.7em)/3);
  }
}
@media (min-width: 992px) {
  #fil-ariane ol li {
    line-height: calc(0.7em + (1em - 0.7em)/2);
  }
}
@media (min-width: 1200px) {
  #fil-ariane ol li {
    line-height: 1em;
  }
}
#fil-ariane ol li:not(:last-child) {
  margin-right: 3rem;
}
#fil-ariane ol li:not(:last-child)::before {
  content: ".";
  display: block;
  position: absolute;
  bottom: 0;
  right: -1.5rem;
}

.burger-container {
  display: none;
}
@media (max-width: 992px) {
  .burger-container {
    display: block;
    position: relative;
  }
}

.account-button {
  cursor: pointer;
}

.account-loggedin {
  position: relative;
  margin-right: 1rem;
  z-index: 2;
}
.account-loggedin:hover .account-links, .account-loggedin.active .account-links {
  opacity: 1;
  visibility: visible;
}
.account-loggedin .account-links {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -2rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1rem;
  padding: 2rem 1rem 1.2rem;
  background-color: #fff;
  box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.account-loggedin .account-links img {
  margin-bottom: 2rem;
}
.account-loggedin .account-links a {
  transition: all 0.3s ease;
}
.account-loggedin .account-links a:hover {
  color: #bc914d;
}
.account-loggedin .account-links a:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #282d39;
}

.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(40, 45, 57, 0.8);
  z-index: 999;
}
.popup-container.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-popup {
  display: none;
}
.login-popup.active {
  display: block;
}

.register-popup {
  display: none;
}
.register-popup.active {
  display: block;
}

.password-popup {
  display: none;
}
.password-popup.active {
  display: block;
}

.banniere-accueil {
  position: relative;
  background-color: #bc914d;
  padding: 6rem 0;
}
.banniere-accueil::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25vw;
  height: 100%;
  background-color: #282d39;
  z-index: 1;
}
@media (max-width: 768px) {
  .banniere-accueil {
    padding: 0;
    background-color: transparent;
  }
  .banniere-accueil::before {
    top: unset;
    bottom: 0;
    width: 100%;
    height: calc(100% - 100vw);
    background-color: #bc914d;
  }
}
.banniere-accueil .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  max-width: 100vw;
}
.banniere-accueil .swiper-slide .banniere-content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.banniere-accueil .swiper-slide .banniere-content .banniere-texte {
  transform: translate(-2rem, 0);
  transition-delay: 0s;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .banniere-accueil .swiper-slide .banniere-content .banniere-texte {
    transform: translate(0, -2rem);
  }
}
.banniere-accueil .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.banniere-accueil .swiper-slide.swiper-slide-active .banniere-content {
  opacity: 1;
  visibility: visible;
}
.banniere-accueil .swiper-slide.swiper-slide-active .banniere-texte {
  transition-delay: 0.4s;
  transform: translate(0, 0);
}
.banniere-accueil .swiper-accueil {
  position: relative;
  z-index: 2;
}
.banniere-accueil .swiper-accueil .compteur-container {
  position: absolute;
  top: 0;
  left: 50vw;
}
@media (max-width: 768px) {
  .banniere-accueil .swiper-accueil .compteur-container {
    display: none;
  }
}
.banniere-accueil .swiper-accueil .compteur-container.compteur-slide {
  display: none;
}
@media (max-width: 768px) {
  .banniere-accueil .swiper-accueil .compteur-container.compteur-slide {
    top: 8.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    display: block;
  }
}
.banniere-accueil .swiper-accueil .compteur-container .compteur {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 6.5rem;
}
.banniere-accueil .swiper-accueil .compteur-container .compteur::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #fff;
}
.banniere-accueil .swiper-accueil .compteur-container .compteur span {
  font-size: 1.1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #fff;
}
.banniere-accueil .swiper-accueil .compteur-container .compteur span::before {
  content: "0";
  display: inline-block;
  position: relative;
}
.banniere-accueil .swiper-accueil .compteur-container .compteur .current {
  margin-bottom: 1.5rem;
}
.banniere-accueil .swiper-accueil .compteur-container .compteur .total {
  align-self: flex-end;
}
.banniere-accueil .swiper-accueil .pagination-container {
  position: absolute;
  bottom: 0;
  left: 50vw;
  z-index: 9;
}
@media (max-width: 768px) {
  .banniere-accueil .swiper-accueil .pagination-container {
    bottom: 8.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.banniere-accueil .swiper-accueil .pagination-container .swiper-pagination {
  position: relative;
}
.banniere-accueil .swiper-accueil .pagination-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 7px;
  height: 7px;
}
.banniere-accueil .swiper-accueil .pagination-container .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 2rem;
}
.banniere-accueil .swiper-accueil .pagination-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #282d39;
}
.banniere-accueil .swiper-wrapper {
  align-items: center;
}
.banniere-accueil .banniere-content {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .banniere-accueil .banniere-content {
    flex-direction: column;
  }
}
.banniere-accueil .banniere-image {
  position: relative;
}
.banniere-accueil .banniere-image .macaron-banniere {
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  -webkit-animation: macaron 15s linear infinite;
          animation: macaron 15s linear infinite;
  z-index: 3;
}
@media (max-width: 768px) {
  .banniere-accueil .banniere-image .macaron-banniere {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
    left: unset;
    right: 8.3333333333vw;
  }
}
.banniere-accueil .banniere-image img {
  border-top-left-radius: 16.6666666667vw;
  border-top-right-radius: 16.6666666667vw;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .banniere-accueil .banniere-image img {
    width: 100vw;
    border-top-left-radius: 50vw;
    border-top-right-radius: 50vw;
  }
}
.banniere-accueil .banniere-texte {
  position: relative;
  flex-shrink: 0;
  padding: 4.1666666667vw 0;
}
@media (max-width: 992px) {
  .banniere-accueil .banniere-texte .slide-introduction {
    display: none;
  }
}
.banniere-accueil .banniere-texte h1 {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .banniere-accueil .banniere-texte {
    padding: 25vw 0;
    text-align: center;
  }
}

.premiere-page {
  position: relative;
}
.premiere-page::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -16.6666666667vw;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background-color: #bc914d;
  transform: translateX(-50%);
  z-index: -1;
}
.premiere-page.reverse::before {
  top: unset;
  bottom: 0;
  left: unset;
  right: -16.6666666667vw;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background-color: #282d39;
  transform: translateX(50%);
}
@media (max-width: 768px) {
  .premiere-page.reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .premiere-page {
    align-items: center;
    text-align: center;
  }
  .premiere-page .lien-chevron-vert {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -2rem);
  }
}
.premiere-page h2 {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .premiere-page .image img {
    height: 83.3333333333vw;
    margin-top: 8.3333333333vw;
  }
}

@media (max-width: 768px) {
  .seconde-page {
    align-items: center;
    text-align: center;
  }
}
.seconde-page .image-container {
  position: relative;
}
.seconde-page .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d6e3b9;
  z-index: -1;
}
.seconde-page .image-container .macaron {
  position: absolute;
  top: -4.1666666667vw;
  right: 8.3333333333vw;
}
@media (max-width: 768px) {
  .seconde-page .image-container .macaron {
    left: calc(50% - 8.3333333333vw);
    top: -8.3333333333vw;
  }
}
.seconde-page .image-container .image img {
  width: 83.3333333333vw;
  border-top-left-radius: 41.6666666667vw;
  border-top-right-radius: 41.6666666667vw;
}
.seconde-page h2 {
  margin: 3rem 0;
}
@media (max-width: 768px) {
  .seconde-page h2 {
    margin: 8.3333333333vw 0 2rem;
  }
}

.liste-pratiques-container {
  position: relative;
}
.liste-pratiques-container .fond-pratique-quotidien {
  margin-bottom: 8.3333333333vw;
  color: #d6e3b9;
  text-align: center;
  margin-top: 0;
}
@media (min-width: 768px) {
  .liste-pratiques-container .fond-pratique-quotidien {
    position: absolute;
    top: calc(50% - 2.0833333333vw);
    left: 50%;
    margin: 0;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
            text-orientation: mixed;
    transform: translate(-50%, -50%) rotate(180deg);
  }
}

.liste-pratiques {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16.6666666667vw;
  grid-row-gap: 4.1666666667vw;
}
@media (max-width: 768px) {
  .liste-pratiques {
    grid-template-columns: 1fr;
    grid-row-gap: 8.3333333333vw;
  }
}

.pratique-quotidien {
  position: relative;
  width: 100%;
}
.pratique-quotidien:nth-child(odd) {
  transform: translateY(-4.1666666667vw);
}
@media (max-width: 768px) {
  .pratique-quotidien:nth-child(odd) {
    transform: translateY(0);
  }
}
.pratique-quotidien:first-child .fleche path, .pratique-quotidien:last-child .fleche path {
  fill: #bc914d;
}
@media (max-width: 768px) {
  .pratique-quotidien:first-child .fleche path, .pratique-quotidien:last-child .fleche path {
    fill: #d6e3b9;
  }
}
.pratique-quotidien .image-zoom {
  width: 25vw;
  height: 25vw;
}
@media (max-width: 768px) {
  .pratique-quotidien .image-zoom {
    width: 83.3333333333vw;
    height: 83.3333333333vw;
  }
}
.pratique-quotidien .pratique-lien {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
}

.banniere {
  position: relative;
  background-color: #282d39;
  padding: 6rem 0;
}
.banniere::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25vw;
  height: 100%;
  background-color: #d6e3b9;
  z-index: 1;
}
@media (max-width: 768px) {
  .banniere {
    padding: 0;
    background-color: transparent;
  }
  .banniere::before {
    display: none;
  }
}
.banniere .banniere-content {
  position: relative;
  z-index: 2;
}
.banniere .banniere-image {
  position: relative;
}
.banniere .banniere-image .macaron-banniere {
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  -webkit-animation: macaron 15s linear infinite;
          animation: macaron 15s linear infinite;
  z-index: 3;
}
@media (max-width: 768px) {
  .banniere .banniere-image .macaron-banniere {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
    left: unset;
    right: 8.3333333333vw;
  }
}
.banniere .banniere-image img {
  border-top-left-radius: 16.6666666667vw;
  border-top-right-radius: 16.6666666667vw;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .banniere .banniere-image img {
    width: 100vw;
    border-top-left-radius: 50vw;
    border-top-right-radius: 50vw;
  }
}
.banniere .banniere-texte h1 {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .banniere .banniere-texte {
    padding: 25vw 16.6666666667vw;
    background-color: #282d39;
    text-align: center;
  }
  .banniere .banniere-texte::before {
    content: url("../img/chevron-blanc-bas.svg");
    display: block;
    position: absolute;
    bottom: 8.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* -------------------------------------- */
/* PAGE TEASER */
.teaser-bas {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  background-color: #d6e3b9;
  padding: 4rem 4rem 0 4rem;
}
.teaser-bas::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #282d39;
  z-index: 1;
}
@media (max-width: 768px) {
  .teaser-bas {
    background-color: #282d39;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    padding: 0;
    margin-bottom: calc(8.3333333333vw + 6rem);
  }
  .teaser-bas::before {
    display: none;
  }
}
.teaser-bas .teaser-bas-left, .teaser-bas .teaser-bas-right {
  position: relative;
  z-index: 2;
  margin-bottom: 4rem;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .teaser-bas .teaser-bas-left, .teaser-bas .teaser-bas-right {
    margin-bottom: 0;
  }
}
.teaser-bas .teaser-bas-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.teaser-bas .teaser-bas-left::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #bc914d;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .teaser-bas .teaser-bas-left {
    align-items: center;
    text-align: center;
  }
  .teaser-bas .teaser-bas-left::before {
    display: none;
  }
}
.teaser-bas .teaser-bas-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 768px) {
  .teaser-bas .teaser-bas-right {
    padding: 0 8.3333333333vw 12.5vw 8.3333333333vw;
    background-color: #d6e3b9;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .teaser-bas .teaser-bas-right .lien-chevron-blanc {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
.teaser-bas .teaser-bas-titre {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .teaser-bas .teaser-bas-titre {
    position: relative;
    padding-left: 16.6666666667vw;
    padding-right: 16.6666666667vw;
  }
}
.teaser-bas .teaser-bas-texte {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .teaser-bas .teaser-bas-texte {
    position: relative;
  }
}
.teaser-bas .teaser-bas-image {
  position: relative;
  z-index: 2;
}
.teaser-bas .teaser-bas-image img {
  border-top-left-radius: 25vw;
  border-top-right-radius: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .teaser-bas .teaser-bas-image img {
    border-top-left-radius: 41.6666666667vw;
    border-top-right-radius: 41.6666666667vw;
  }
}

/* -------------------------------------- */
/* PAGE ELEMENT LISTE */
.teaser-liste {
  position: relative;
  display: flex;
  align-items: stretch;
  background-color: #282d39;
  padding: 4rem 4rem 0 0;
  width: 100%;
}
.teaser-liste::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 33.3333333333vw;
  height: 100%;
  background-color: #bc914d;
  z-index: 1;
}
.teaser-liste:nth-child(even) {
  flex-direction: row-reverse;
  padding: 4rem 0 0 4rem;
}
.teaser-liste:nth-child(even)::before {
  left: unset;
  right: 0;
  background-color: #d6e3b9;
}
.teaser-liste:nth-child(even) .teaser-liste-content {
  align-items: flex-start;
  text-align: left;
}
.teaser-liste:nth-child(even) .bouton-liste {
  --font-size: 13px;
  --duration: .44s;
  --move-hover: -4px;
  --shadow: 0 2px 8px -1px rgba(188, 145, 77, 0.32);
  --shadow-hover: 0 4px 20px -2px rgba(188, 145, 77, 0.5);
  --font-shadow: calc(var(--font-size)*1.2);
  font-family: "Ruda", sans-serif;
  font-size: var(--font-size);
  line-height: var(--font-size);
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 32px;
  border-radius: 24px;
  margin-bottom: 2rem;
  display: inline-block;
  outline: none;
  background: #bc914d;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
  margin-bottom: 0;
}
.teaser-liste:nth-child(even) .bouton-liste div {
  display: flex;
  overflow: hidden;
  position: relative;
  top: 0.1em;
  text-shadow: 0 var(--font-shadow) 0 #fff;
}
.teaser-liste:nth-child(even) .bouton-liste div span {
  display: inline-block;
  line-height: 1.1em;
  white-space: pre;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-style: normal;
  transition: transform var(--duration) ease;
  transform: translateY(var(--m)) translateZ(0);
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(1) {
  transition-delay: 0.05s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(2) {
  transition-delay: 0.1s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(3) {
  transition-delay: 0.15s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(4) {
  transition-delay: 0.2s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(5) {
  transition-delay: 0.25s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(6) {
  transition-delay: 0.3s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(7) {
  transition-delay: 0.35s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(8) {
  transition-delay: 0.4s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(9) {
  transition-delay: 0.45s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(10) {
  transition-delay: 0.5s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(11) {
  transition-delay: 0.55s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(12) {
  transition-delay: 0.6s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(13) {
  transition-delay: 0.65s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(14) {
  transition-delay: 0.7s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(15) {
  transition-delay: 0.75s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(16) {
  transition-delay: 0.8s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(17) {
  transition-delay: 0.85s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(18) {
  transition-delay: 0.9s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(19) {
  transition-delay: 0.95s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(20) {
  transition-delay: 1s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(21) {
  transition-delay: 1.05s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(22) {
  transition-delay: 1.1s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(23) {
  transition-delay: 1.15s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(24) {
  transition-delay: 1.2s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(25) {
  transition-delay: 1.25s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(26) {
  transition-delay: 1.3s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(27) {
  transition-delay: 1.35s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(28) {
  transition-delay: 1.4s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(29) {
  transition-delay: 1.45s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(30) {
  transition-delay: 1.5s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(31) {
  transition-delay: 1.55s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(32) {
  transition-delay: 1.6s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(33) {
  transition-delay: 1.65s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(34) {
  transition-delay: 1.7s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(35) {
  transition-delay: 1.75s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(36) {
  transition-delay: 1.8s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(37) {
  transition-delay: 1.85s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(38) {
  transition-delay: 1.9s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(39) {
  transition-delay: 1.95s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(40) {
  transition-delay: 2s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(41) {
  transition-delay: 2.05s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(42) {
  transition-delay: 2.1s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(43) {
  transition-delay: 2.15s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(44) {
  transition-delay: 2.2s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(45) {
  transition-delay: 2.25s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(46) {
  transition-delay: 2.3s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(47) {
  transition-delay: 2.35s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(48) {
  transition-delay: 2.4s;
}
.teaser-liste:nth-child(even) .bouton-liste div span:nth-child(49) {
  transition-delay: 2.45s;
}
.teaser-liste:nth-child(even) .bouton-liste:hover {
  color: #fff;
  --y: var(--move-hover);
}
.teaser-liste:nth-child(even) .bouton-liste:hover span {
  --m: calc(var(--font-shadow) * -1);
}
.teaser-liste:nth-child(even) .teaser-liste-image {
  margin-left: 0;
  margin-right: 8.3333333333vw;
}
@media (max-width: 768px) {
  .teaser-liste:nth-child(even) .teaser-liste-image {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .teaser-liste:nth-child(even) {
    padding: 8.3333333333vw 0 0;
  }
}
@media (max-width: 768px) {
  .teaser-liste {
    flex-direction: column;
    background-color: #bc914d;
    padding: 8.3333333333vw 0 0;
  }
  .teaser-liste:nth-child(even) {
    flex-direction: column;
    background-color: #d6e3b9;
  }
  .teaser-liste:nth-child(even) .teaser-liste-content {
    margin-bottom: 0;
    padding: 8.3333333333vw;
    background-color: #282d39;
    align-items: center;
    text-align: center;
  }
  .teaser-liste::before {
    display: none;
  }
}
.teaser-liste .teaser-liste-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  text-align: right;
  position: relative;
  z-index: 2;
  margin-bottom: 4rem;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .teaser-liste .teaser-liste-content {
    margin-bottom: 0;
    padding: 8.3333333333vw;
    background-color: #282d39;
    align-items: center;
    text-align: center;
  }
}
.teaser-liste .teaser-liste-titre {
  margin-bottom: 2rem;
  word-break: break-word;
}
@media (max-width: 768px) {
  .teaser-liste .teaser-liste-titre {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .teaser-liste .teaser-liste-texte p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 768px) {
  .teaser-liste .teaser-liste-texte {
    margin: 2rem 0;
  }
}
.teaser-liste .bouton-liste {
  --font-size: 13px;
  --duration: .44s;
  --move-hover: -4px;
  --shadow: 0 2px 8px -1px rgba(214, 227, 185, 0.32);
  --shadow-hover: 0 4px 20px -2px rgba(214, 227, 185, 0.5);
  --font-shadow: calc(var(--font-size)*1.2);
  font-family: "Ruda", sans-serif;
  font-size: var(--font-size);
  line-height: var(--font-size);
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #282d39;
  padding: 16px 32px;
  border-radius: 24px;
  margin-bottom: 2rem;
  display: inline-block;
  outline: none;
  background: #d6e3b9;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
  margin-bottom: 0;
}
.teaser-liste .bouton-liste div {
  display: flex;
  overflow: hidden;
  position: relative;
  top: 0.1em;
  text-shadow: 0 var(--font-shadow) 0 #282d39;
}
.teaser-liste .bouton-liste div span {
  display: inline-block;
  line-height: 1.1em;
  white-space: pre;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-style: normal;
  transition: transform var(--duration) ease;
  transform: translateY(var(--m)) translateZ(0);
}
.teaser-liste .bouton-liste div span:nth-child(1) {
  transition-delay: 0.05s;
}
.teaser-liste .bouton-liste div span:nth-child(2) {
  transition-delay: 0.1s;
}
.teaser-liste .bouton-liste div span:nth-child(3) {
  transition-delay: 0.15s;
}
.teaser-liste .bouton-liste div span:nth-child(4) {
  transition-delay: 0.2s;
}
.teaser-liste .bouton-liste div span:nth-child(5) {
  transition-delay: 0.25s;
}
.teaser-liste .bouton-liste div span:nth-child(6) {
  transition-delay: 0.3s;
}
.teaser-liste .bouton-liste div span:nth-child(7) {
  transition-delay: 0.35s;
}
.teaser-liste .bouton-liste div span:nth-child(8) {
  transition-delay: 0.4s;
}
.teaser-liste .bouton-liste div span:nth-child(9) {
  transition-delay: 0.45s;
}
.teaser-liste .bouton-liste div span:nth-child(10) {
  transition-delay: 0.5s;
}
.teaser-liste .bouton-liste div span:nth-child(11) {
  transition-delay: 0.55s;
}
.teaser-liste .bouton-liste div span:nth-child(12) {
  transition-delay: 0.6s;
}
.teaser-liste .bouton-liste div span:nth-child(13) {
  transition-delay: 0.65s;
}
.teaser-liste .bouton-liste div span:nth-child(14) {
  transition-delay: 0.7s;
}
.teaser-liste .bouton-liste div span:nth-child(15) {
  transition-delay: 0.75s;
}
.teaser-liste .bouton-liste div span:nth-child(16) {
  transition-delay: 0.8s;
}
.teaser-liste .bouton-liste div span:nth-child(17) {
  transition-delay: 0.85s;
}
.teaser-liste .bouton-liste div span:nth-child(18) {
  transition-delay: 0.9s;
}
.teaser-liste .bouton-liste div span:nth-child(19) {
  transition-delay: 0.95s;
}
.teaser-liste .bouton-liste div span:nth-child(20) {
  transition-delay: 1s;
}
.teaser-liste .bouton-liste div span:nth-child(21) {
  transition-delay: 1.05s;
}
.teaser-liste .bouton-liste div span:nth-child(22) {
  transition-delay: 1.1s;
}
.teaser-liste .bouton-liste div span:nth-child(23) {
  transition-delay: 1.15s;
}
.teaser-liste .bouton-liste div span:nth-child(24) {
  transition-delay: 1.2s;
}
.teaser-liste .bouton-liste div span:nth-child(25) {
  transition-delay: 1.25s;
}
.teaser-liste .bouton-liste div span:nth-child(26) {
  transition-delay: 1.3s;
}
.teaser-liste .bouton-liste div span:nth-child(27) {
  transition-delay: 1.35s;
}
.teaser-liste .bouton-liste div span:nth-child(28) {
  transition-delay: 1.4s;
}
.teaser-liste .bouton-liste div span:nth-child(29) {
  transition-delay: 1.45s;
}
.teaser-liste .bouton-liste div span:nth-child(30) {
  transition-delay: 1.5s;
}
.teaser-liste .bouton-liste div span:nth-child(31) {
  transition-delay: 1.55s;
}
.teaser-liste .bouton-liste div span:nth-child(32) {
  transition-delay: 1.6s;
}
.teaser-liste .bouton-liste div span:nth-child(33) {
  transition-delay: 1.65s;
}
.teaser-liste .bouton-liste div span:nth-child(34) {
  transition-delay: 1.7s;
}
.teaser-liste .bouton-liste div span:nth-child(35) {
  transition-delay: 1.75s;
}
.teaser-liste .bouton-liste div span:nth-child(36) {
  transition-delay: 1.8s;
}
.teaser-liste .bouton-liste div span:nth-child(37) {
  transition-delay: 1.85s;
}
.teaser-liste .bouton-liste div span:nth-child(38) {
  transition-delay: 1.9s;
}
.teaser-liste .bouton-liste div span:nth-child(39) {
  transition-delay: 1.95s;
}
.teaser-liste .bouton-liste div span:nth-child(40) {
  transition-delay: 2s;
}
.teaser-liste .bouton-liste div span:nth-child(41) {
  transition-delay: 2.05s;
}
.teaser-liste .bouton-liste div span:nth-child(42) {
  transition-delay: 2.1s;
}
.teaser-liste .bouton-liste div span:nth-child(43) {
  transition-delay: 2.15s;
}
.teaser-liste .bouton-liste div span:nth-child(44) {
  transition-delay: 2.2s;
}
.teaser-liste .bouton-liste div span:nth-child(45) {
  transition-delay: 2.25s;
}
.teaser-liste .bouton-liste div span:nth-child(46) {
  transition-delay: 2.3s;
}
.teaser-liste .bouton-liste div span:nth-child(47) {
  transition-delay: 2.35s;
}
.teaser-liste .bouton-liste div span:nth-child(48) {
  transition-delay: 2.4s;
}
.teaser-liste .bouton-liste div span:nth-child(49) {
  transition-delay: 2.45s;
}
.teaser-liste .bouton-liste:hover {
  color: #282d39;
  --y: var(--move-hover);
}
.teaser-liste .bouton-liste:hover span {
  --m: calc(var(--font-shadow) * -1);
}
.teaser-liste .teaser-liste-image {
  position: relative;
  display: flex;
  align-items: flex-end;
  z-index: 2;
}
.teaser-liste .teaser-liste-image img {
  border-top-left-radius: 25vw;
  border-top-right-radius: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .teaser-liste .teaser-liste-image img {
    border-top-left-radius: 41.6666666667vw;
    border-top-right-radius: 41.6666666667vw;
  }
}

/* -------------------------------------- */
/* PAGE Action TEASER*/
.teaser-action {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  align-items: stretch;
  background-color: #282d39;
  padding: 4rem 4rem 0 8rem;
}
.teaser-action::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(25vw + 8rem);
  height: 100%;
  background-color: #bc914d;
  z-index: 1;
}
@media (max-width: 768px) {
  .teaser-action {
    background-color: #bc914d;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    padding: 0;
    margin-bottom: calc(8.3333333333vw + 6rem);
  }
  .teaser-action::before {
    display: none;
  }
}
.teaser-action .action-texte {
  position: relative;
  z-index: 2;
  margin-bottom: 4rem;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .teaser-action .action-texte {
    margin-bottom: 0;
  }
}
.teaser-action .action-texte {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  text-align: right;
  font-weight: 700;
}
@media (max-width: 768px) {
  .teaser-action .action-texte {
    padding: 0 8.3333333333vw 12.5vw 8.3333333333vw;
    background-color: #282d39;
    align-items: center;
    text-align: center;
  }
}
.teaser-action .bouton-yellow {
  display: none;
}
.teaser-action .action-image {
  position: relative;
  margin-left: 0;
  z-index: 2;
}
.teaser-action .action-image img {
  border-top-left-radius: 25vw;
  border-top-right-radius: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .teaser-action .action-image img {
    border-top-left-radius: 41.6666666667vw;
    border-top-right-radius: 41.6666666667vw;
  }
}

.reverse .teaser-action {
  margin-right: 0;
  margin-left: auto;
  padding: 4rem 8rem 0 4rem;
}
.reverse .teaser-action::before {
  content: "";
  display: block;
  position: absolute;
  left: unset;
  right: 0;
  width: calc(25vw + 8rem);
  height: 100%;
  background-color: #d6e3b9;
  z-index: 1;
}
.reverse .teaser-action .action-image {
  margin-left: auto;
  margin-right: 0;
}
.reverse .teaser-action .action-texte {
  grid-column: 1;
  grid-row: 1;
  align-items: flex-start;
  text-align: left;
}
.reverse .teaser-action .bouton-yellow {
  display: block;
}
.reverse .teaser-action .bouton-green {
  display: none;
}
@media (max-width: 768px) {
  .reverse .teaser-action {
    background-color: #d6e3b9;
    padding: 0;
  }
  .reverse .teaser-action .action-texte {
    grid-column: unset;
    grid-row: unset;
    align-items: center;
    text-align: center;
  }
}

.liste-pages {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 4.1666666667vw;
}
@media (max-width: 768px) {
  .liste-pages {
    grid-row-gap: 8.3333333333vw;
  }
}

.banniere-territoire {
  position: relative;
}
.banniere-territoire::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #d6e3b9;
  z-index: -1;
}
@media (max-width: 768px) {
  .banniere-territoire::before, .banniere-territoire::after {
    display: none;
  }
}
.banniere-territoire .banniere-cercle {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 66.6666666667vw;
  height: 66.6666666667vw;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .banniere-territoire .banniere-cercle {
    height: auto;
    width: 100%;
    border-radius: unset;
  }
}
.banniere-territoire .cercle-image {
  position: relative;
  height: 50%;
  width: 100%;
  border-top-left-radius: 33.3333333333vw;
  border-top-right-radius: 33.3333333333vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banniere-territoire .cercle-image {
    height: 83.3333333333vw;
    height: 41.6666666667vw;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
  }
  .banniere-territoire .cercle-image img {
    border-top-left-radius: 41.6666666667vw;
    border-top-right-radius: 41.6666666667vw;
  }
}
.banniere-territoire .cercle-texte {
  height: 50%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-bottom-left-radius: 33.3333333333vw;
  border-bottom-right-radius: 33.3333333333vw;
  background-color: #bc914d;
  color: #fff;
}
@media (max-width: 1024px) {
  .banniere-territoire .cercle-texte {
    padding-top: 4.1666666667vw;
  }
}
@media (max-width: 768px) {
  .banniere-territoire .cercle-texte {
    height: auto;
    background-color: transparent;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    color: #282d39;
  }
}
.banniere-territoire .reseaux-sociaux {
  position: absolute;
  right: 8.3333333333vw;
  top: calc(50% - 4.1666666667vw);
  transform: translateY(-100%) rotate(180deg);
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  z-index: 1;
}
@media (max-width: 768px) {
  .banniere-territoire .reseaux-sociaux {
    display: none;
  }
}

.territoire {
  display: flex;
  align-items: stretch;
}
.territoire .image-territoire {
  padding: 2rem;
  width: 33.3333333333vw;
  height: 33.3333333333vw;
  background-color: #282d39;
}
.territoire .image-territoire img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.territoire .texte-territoire {
  position: relative;
  padding: 6.75rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.territoire .texte-territoire::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 3.5rem;
  height: 1.75rem;
  background-color: #d6e3b9;
  border-bottom-left-radius: 1.75rem;
  border-bottom-right-radius: 1.75rem;
  transform: translateX(-50%);
}
.territoire .texte-territoire::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3.5rem;
  height: 1.75rem;
  background-color: #bc914d;
  border-top-left-radius: 1.75rem;
  border-top-right-radius: 1.75rem;
  transform: translateX(-50%);
}
.territoire .texte-territoire h2 {
  margin: 1rem 0;
}
.territoire .texte-territoire a {
  margin: 5rem 0;
}
.territoire:nth-child(even) {
  flex-direction: row-reverse;
}
.territoire:nth-child(even) .image-territoire {
  background-color: #d6e3b9;
}
@media (min-width: 768px) {
  .territoire:nth-child(even) .image-territoire {
    margin-left: 8.3333333333vw;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .territoire {
    flex-direction: column;
    align-items: center;
  }
  .territoire .image-territoire {
    width: 83.3333333333vw;
    height: 83.3333333333vw;
  }
  .territoire .texte-territoire {
    padding: 8.3333333333vw 0 calc(8.3333333333vw + 1.75rem);
  }
  .territoire .texte-territoire::before {
    display: none;
  }
  .territoire .texte-territoire a {
    margin: 8.3333333333vw 0;
  }
  .territoire:nth-child(even) {
    flex-direction: column;
  }
}

.liste-elus .liste-row {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8.3333333333vw;
}
@media (max-width: 768px) {
  .liste-elus .liste-row {
    grid-template-columns: 1fr;
  }
}
.liste-elus .liste-row:not(:last-child) {
  margin-bottom: 6.25vw;
}
@media (max-width: 768px) {
  .liste-elus .liste-row:not(:last-child) {
    margin-bottom: 8.3333333333vw;
  }
}
.liste-elus .liste-row:nth-child(odd)::before {
  content: "";
  display: block;
  position: absolute;
  top: 9.1666666667vw;
  right: -8.3333333333vw;
  width: 16.6666666667vw;
  height: 6rem;
  background-color: #bc914d;
  transform: translate(100%, -50%);
}
.liste-elus .liste-row:nth-child(even) {
  margin-left: 25vw;
}
.liste-elus .liste-row:nth-child(even)::before {
  content: "";
  display: block;
  position: absolute;
  top: 9.1666666667vw;
  left: -8.3333333333vw;
  width: 16.6666666667vw;
  height: 6rem;
  background-color: #d6e3b9;
  transform: translate(-100%, -50%);
}
@media (max-width: 768px) {
  .liste-elus .liste-row:nth-child(even), .liste-elus .liste-row:nth-child(odd) {
    margin-left: auto;
  }
  .liste-elus .liste-row:nth-child(even)::before, .liste-elus .liste-row:nth-child(odd)::before {
    display: none;
  }
}

.elu .portrait-elu {
  width: 16.6666666667vw;
  height: 18.3333333333vw;
  border-top-left-radius: 8.3333333333vw;
  border-top-right-radius: 8.3333333333vw;
}
@media (max-width: 768px) {
  .elu .portrait-elu {
    width: 83.3333333333vw;
    height: 91.6666666667vw;
    border-top-left-radius: 41.6666666667vw;
    border-top-right-radius: 41.6666666667vw;
  }
}
.elu .texte-elu {
  padding-top: 2rem;
}
.elu .texte-elu h3 {
  color: #bc914d;
  margin: 1rem 0;
}

.view-container {
  position: relative;
}

.banner-titre-vertical {
  padding-bottom: 8.3333333333vw;
}
@media (min-width: 1140px) {
  .banner-titre-vertical {
    position: absolute;
    left: 8.3333333333vw;
    top: 0;
    width: 83.3333333333vw;
    justify-content: flex-end;
    padding-bottom: 0;
  }
}

@media (min-width: 1140px) {
  .titre-vertical {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
            text-orientation: mixed;
    transform: rotate(180deg);
  }
}

.liste-offres {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 6.25vw;
}

.offre {
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .offre {
    flex-direction: column;
  }
}
.offre .informations {
  margin: 1rem 0 2rem;
}
.offre .informations p {
  margin-bottom: 0;
}
.offre .offre-image {
  align-self: center;
}
@media (max-width: 768px) {
  .offre .offre-infos {
    margin-top: 2rem;
    max-width: 75vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .offre:nth-child(even) {
    transform: translateX(8.3333333333vw);
  }
  .offre:nth-child(even)::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -8.3333333333vw;
    width: 6rem;
    height: 6rem;
    background-color: #bc914d;
    transform: translate(-50%, -50%);
  }
}

.liste-actus {
  overflow: hidden;
}
.liste-actus .liste-actus-titre {
  width: 12.5vw;
  margin-right: 4.1666666667vw;
}
@media (min-width: 768px) {
  .liste-actus .liste-actus-titre h1 {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
            text-orientation: mixed;
    transform: rotate(180deg);
  }
}
.liste-actus .liste-actus-titre h2 {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .liste-actus .liste-actus-titre {
    max-width: 83.3333333333vw;
    width: 83.3333333333vw;
    margin-right: 0;
    margin-bottom: 8.3333333333vw;
  }
  .liste-actus .liste-actus-titre.margin-bottom-mobile-0 {
    margin-bottom: 0;
  }
  .liste-actus .liste-actus-titre h2 {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
.liste-actus .categorie {
  position: absolute;
  top: -1.6rem;
  left: 5rem;
  transform: translateY(-100%);
}
.liste-actus .first-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .liste-actus .first-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.liste-actus .first-row .actualite {
  position: relative;
  margin-top: 3rem;
  flex-shrink: 0;
}
.liste-actus .first-row .actualite:nth-child(2) {
  max-width: 41.6666666667vw;
  width: 41.6666666667vw;
  margin-right: 8.3333333333vw;
}
.liste-actus .first-row .actualite:nth-child(2) .actualite-content {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  text-align: left;
  background-color: #bc914d;
  padding: 5rem 0 0;
}
.liste-actus .first-row .actualite:nth-child(2) .image-actu {
  position: relative;
  margin-top: 6rem;
}
.liste-actus .first-row .actualite:nth-child(2) .image-zoom {
  max-width: 41.6666666667vw;
  width: 41.6666666667vw;
  height: 20.8333333333vw;
  border-top-left-radius: 20.8333333333vw;
  border-top-right-radius: 20.8333333333vw;
}
.liste-actus .first-row .actualite:nth-child(2) .actu-liste-content {
  margin-left: 0;
  padding: 0 5rem;
}
.liste-actus .first-row .actualite:nth-child(2) .actu-liste-content h2 {
  font-size: 3.5rem;
  font-family: "Ruda", sans-serif;
  font-weight: 700;
  line-height: 1em;
}
.liste-actus .first-row .actualite:nth-child(2) .savoir-plus {
  color: #fff;
}
.liste-actus .first-row .actualite:nth-child(2) .fleche {
  display: none;
}
@media (max-width: 768px) {
  .liste-actus .first-row .actualite:nth-child(2) {
    max-width: 83.3333333333vw;
    width: 83.3333333333vw;
    margin-right: 0;
    margin-top: calc(8.3333333333vw + 3.5rem);
    margin-bottom: 8.3333333333vw;
  }
  .liste-actus .first-row .actualite:nth-child(2) .actualite-content {
    padding: 8.3333333333vw 0 0;
  }
  .liste-actus .first-row .actualite:nth-child(2) .image-actu {
    position: relative;
    margin-top: 3.5rem;
  }
  .liste-actus .first-row .actualite:nth-child(2) .image-zoom {
    max-width: 83.3333333333vw;
    width: 83.3333333333vw;
    height: 41.6666666667vw;
    border-top-left-radius: 41.6666666667vw;
    border-top-right-radius: 41.6666666667vw;
  }
}
.liste-actus .actus-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8.3333333333vw;
}
@media (max-width: 768px) {
  .liste-actus .actus-row {
    grid-template-columns: 1fr;
    grid-row-gap: calc(8.3333333333vw + 3.5rem);
    margin-top: calc(8.3333333333vw + 3.5rem);
  }
}
.liste-actus .actualite {
  position: relative;
}
.liste-actus .actualite.actu-jaune {
  transform: translateY(8.3333333333vw);
}
.liste-actus .actualite.actu-jaune .actualite-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background-color: #bc914d;
  padding: 5rem 5rem 3rem;
}
.liste-actus .actualite.actu-jaune .image-actu {
  position: relative;
  margin-bottom: 3rem;
}
.liste-actus .actualite.actu-jaune .image-zoom {
  width: calc(25vw - 10rem);
  height: calc(25vw - 5rem);
  border-top-left-radius: calc(12.5vw - 2.5rem);
  border-top-right-radius: calc(12.5vw - 2.5rem);
}
.liste-actus .actualite.actu-jaune .actu-liste-content {
  margin-left: 0;
}
.liste-actus .actualite.actu-jaune .fleche {
  margin-top: 0.5rem;
}
.liste-actus .actualite.actu-jaune .savoir-plus {
  display: none;
}
@media (max-width: 768px) {
  .liste-actus .actualite.actu-jaune {
    transform: translateY(0);
    grid-row: 2;
  }
  .liste-actus .actualite.actu-jaune .actualite-content {
    padding: 8.3333333333vw;
  }
  .liste-actus .actualite.actu-jaune .image-zoom {
    width: 66.6666666667vw;
    height: calc(66.6666666667vw + 0.5rem);
    border-top-left-radius: 33.3333333333vw;
    border-top-right-radius: 33.3333333333vw;
  }
}
.liste-actus .actualite.actu-vert .actualite-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #bc914d;
  padding: 3rem 3rem 3.5rem;
}
.liste-actus .actualite.actu-vert .categorie {
  position: absolute;
  top: -1.6rem;
  left: 50%;
  transform: translate(-50%, -100%);
}
.liste-actus .actualite.actu-vert .image-actu {
  position: relative;
  margin-bottom: 3.5rem;
}
.liste-actus .actualite.actu-vert .image-actu::before {
  content: "";
  display: block;
  position: absolute;
  top: -3rem;
  left: -3rem;
  width: calc(100% + 6rem);
  height: calc(50% + 3rem);
  background-color: #d6e3b9;
}
.liste-actus .actualite.actu-vert .image-zoom {
  width: calc(25vw - 6rem);
  height: calc(25vw - 6rem);
  border-radius: 50%;
}
.liste-actus .actualite.actu-vert .savoir-plus {
  color: #282d39;
}
.liste-actus .actualite.actu-vert .fleche {
  display: none;
}
@media (max-width: 768px) {
  .liste-actus .actualite.actu-vert .actualite-content {
    padding: 8.3333333333vw;
  }
  .liste-actus .actualite.actu-vert .image-actu::before {
    content: "";
    display: block;
    position: absolute;
    top: -8.3333333333vw;
    left: -8.3333333333vw;
    width: calc(100% + 16.6666666667vw);
    height: calc(50% + 8.3333333333vw);
    background-color: #d6e3b9;
  }
  .liste-actus .actualite.actu-vert .image-zoom {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
  }
}
.liste-actus .actualite.actu-gris .actualite-content {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  text-align: left;
  background-color: #282d39;
  padding: 5rem;
}
.liste-actus .actualite.actu-gris .actualite-content::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 8.3333333333vw;
  height: 100%;
  background-image: url("../img/masque-actu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.liste-actus .actualite.actu-gris .image-actu {
  position: relative;
  padding-top: 3.5rem;
}
.liste-actus .actualite.actu-gris .image-actu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1.6rem;
  height: 0.8rem;
  background-color: #d6e3b9;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}
.liste-actus .actualite.actu-gris .image-zoom {
  width: calc(25vw - 10rem);
  height: calc(25vw - 10rem);
  border-radius: 50%;
}
.liste-actus .actualite.actu-gris .actu-liste-content {
  margin-left: 0;
}
.liste-actus .actualite.actu-gris .savoir-plus {
  color: #fff;
}
.liste-actus .actualite.actu-gris .fleche {
  display: none;
}
@media (max-width: 768px) {
  .liste-actus .actualite.actu-gris .actualite-content {
    padding: 8.3333333333vw;
  }
  .liste-actus .actualite.actu-gris .image-zoom {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
  }
}

.liste-services .liste-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 8.3333333333vw;
}
@media (max-width: 768px) {
  .liste-services .liste-row {
    grid-template-columns: 1fr;
  }
}
.liste-services .liste-row:not(:last-child) {
  margin-bottom: 6.25vw;
}
@media (max-width: 768px) {
  .liste-services .liste-row:not(:last-child) {
    margin-bottom: 8.3333333333vw;
  }
}
.liste-services .liste-row:nth-child(odd)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -8.3333333333vw;
  width: 16.6666666667vw;
  height: 6rem;
  background-color: #bc914d;
  transform: translate(100%, -50%);
}
.liste-services .liste-row:nth-child(even)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -8.3333333333vw;
  width: 8.3333333333vw;
  height: 6rem;
  background-color: #d6e3b9;
  transform: translate(-100%, -50%);
}
@media (max-width: 768px) {
  .liste-services .liste-row:nth-child(even), .liste-services .liste-row:nth-child(odd) {
    margin-left: auto;
  }
  .liste-services .liste-row:nth-child(even)::before, .liste-services .liste-row:nth-child(odd)::before {
    display: none;
  }
}

.service-contact {
  margin-bottom: 2rem;
}

.service-container:not(.service-jaune) .service .image-service {
  margin: 2rem 0;
  position: relative;
  width: 33.3333333333vw;
  height: 25vw;
  display: block;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.service-container:not(.service-jaune) .service .image-service img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}
@media (max-width: 768px) {
  .service-container:not(.service-jaune) .service .image-service {
    width: 83.3333333333vw;
    height: 83.3333333333vw;
  }
  .service-container:not(.service-jaune) .service .image-service img {
    width: 83.3333333333vw;
    height: 83.3333333333vw;
  }
}
.service-container:not(.service-jaune) .service .image-service::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 8.3333333333vw;
  height: 100%;
  background-image: url("../img/masque-actu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 2;
}
.service-container:not(.service-jaune) .service a.image-service:hover img {
  transform: scale(1.05);
}
.service-container:not(.service-jaune) .service .chevron-container {
  display: none;
}

.service-container.service-jaune .image-service {
  margin: 2rem 0;
  display: block;
  position: relative;
}
.service-container.service-jaune .image-service::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bc914d;
  z-index: -1;
}
.service-container.service-jaune .image-service .chevron-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.service-container.service-jaune .image-service .image img {
  width: 25vw;
  height: 25vw;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .service-container.service-jaune .image-service {
    width: 83.3333333333vw;
    height: 83.3333333333vw;
  }
  .service-container.service-jaune .image-service .image img {
    width: 83.3333333333vw;
    height: 83.3333333333vw;
  }
}

.action-icone {
  max-width: 6.7rem;
  max-height: 6.7rem;
}

.actions-grid {
  width: 100%;
}

.actions-projets .trait-action-projets {
  position: absolute;
  width: 0.4rem;
  height: 100%;
  background-color: #d6e3b9;
}
@media (max-width: 768px) {
  .actions-projets .trait-action-projets {
    display: none;
  }
}

.first-row {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.first-row .macaron {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .first-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.first-row .action-projet.action-deux {
  max-width: 33.3333333333vw;
  width: 33.3333333333vw;
}
.first-row .action-projet.action-deux .action-icone {
  display: none;
}
.first-row .action-projet.action-deux .action-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #bc914d;
  padding: 5rem 3rem;
  overflow: hidden;
}
.first-row .action-projet.action-deux .action-content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #282d39;
  transform: translate(-50%, 50%);
}
.first-row .action-projet.action-deux .image-zoom {
  width: 25vw;
  height: 25vw;
  border-radius: 50%;
}
.first-row .action-projet.action-deux .action-liste-titre {
  margin: 4.5rem auto 0;
  font-size: 2rem;
  font-family: "Ruda", sans-serif;
  font-weight: 700;
  line-height: 2.2rem;
  color: #fff;
  text-align: center;
}
.first-row .action-projet.action-deux .fleche {
  display: none;
}
.first-row .action-projet.action-deux .chevron-container {
  display: none;
}
@media (max-width: 768px) {
  .first-row .action-projet.action-deux {
    max-width: 83.3333333333vw;
    width: 83.3333333333vw;
    margin-right: 0;
  }
  .first-row .action-projet.action-deux .action-content {
    padding: 8.3333333333vw;
  }
  .first-row .action-projet.action-deux .image-zoom {
    max-width: 66.6666666667vw;
    width: 66.6666666667vw;
    height: 66.6666666667vw;
  }
}

.action-gris {
  width: 25vw;
}
.action-gris .action-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #282d39;
  padding: 4.1666666667vw 3rem 4.5rem;
}
.action-gris .action-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 12.5vw;
  background-color: #d6e3b9;
  z-index: 1;
}
.action-gris .action-content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 8.3333333333vw;
  height: 100%;
  background-image: url("../img/masque-actu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.action-gris .action-content .action-icone {
  display: none;
}
.action-gris .action-content .chevron-container {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 3;
}
.action-gris .image-action {
  position: relative;
  z-index: 2;
}
.action-gris .image-zoom {
  width: 12.5vw;
  height: 16.6666666667vw;
  border-top-left-radius: 6.25vw;
  border-top-right-radius: 6.25vw;
}
.action-gris .action-liste-titre {
  margin: 4.5rem auto 0;
  font-size: 2rem;
  font-family: "Ruda", sans-serif;
  font-weight: 700;
  line-height: 2.2rem;
  color: #fff;
  text-align: center;
}
.action-gris .fleche {
  display: none;
}
@media (max-width: 768px) {
  .action-gris {
    max-width: 83.3333333333vw;
    width: 83.3333333333vw;
    margin-right: 0;
  }
  .action-gris .action-content {
    padding: 8.3333333333vw;
  }
  .action-gris .action-content::before {
    height: 37.5vw;
  }
  .action-gris .image-zoom {
    max-width: 50vw;
    width: 50vw;
    height: 58.3333333333vw;
    border-top-left-radius: 25vw;
    border-top-right-radius: 25vw;
  }
  .action-gris .chevron-container {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    z-index: 3;
  }
  .action-gris .chevron-container .lien-chevron-blanc {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
    max-width: 7rem;
    max-height: 7rem;
  }
}

.action-jaune .action-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  padding: 4.1666666667vw 0 4.5rem;
}
.action-jaune .action-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16.6666666667vw;
  background-color: #bc914d;
}
.action-jaune .action-content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #282d39;
  transform: translate(-50%, 50%);
}
.action-jaune .action-content .action-icone {
  display: none;
}
.action-jaune .action-content .chevron-container {
  display: none;
}
.action-jaune .image-action {
  position: relative;
  z-index: 2;
}
.action-jaune .image-zoom {
  width: 25vw;
  height: 25vw;
  border-radius: 50%;
}
.action-jaune .action-liste-titre {
  margin: 4.5rem 3rem 0;
  font-size: 2rem;
  font-family: "Ruda", sans-serif;
  font-weight: 700;
  line-height: 2.2rem;
  color: #282d39;
  text-align: center;
}
.action-jaune .fleche {
  display: none;
}
@media (max-width: 768px) {
  .action-jaune .action-content::before {
    height: 50vw;
  }
  .action-jaune .image-zoom {
    width: 83.3333333333vw;
    height: 83.3333333333vw;
  }
}

.action-sans-fond .action-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.action-sans-fond .action-content .chevron-container {
  display: none;
}
.action-sans-fond .image-action {
  display: none;
}
.action-sans-fond .action-liste-titre {
  margin: 2rem 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 2.45rem;
  color: #282d39;
  font-style: italic;
  text-align: center;
}
@media (min-width: 576px) {
  .action-sans-fond .action-liste-titre {
    font-size: calc(2.1rem + (3rem - 2.1rem)/4);
  }
}
@media (min-width: 768px) {
  .action-sans-fond .action-liste-titre {
    font-size: calc(2.1rem + (3rem - 2.1rem)/3);
  }
}
@media (min-width: 992px) {
  .action-sans-fond .action-liste-titre {
    font-size: calc(2.1rem + (3rem - 2.1rem)/2);
  }
}
@media (min-width: 1200px) {
  .action-sans-fond .action-liste-titre {
    font-size: 3rem;
  }
}
@media (min-width: 576px) {
  .action-sans-fond .action-liste-titre {
    line-height: calc(2.45rem + (3.5rem - 2.45rem)/4);
  }
}
@media (min-width: 768px) {
  .action-sans-fond .action-liste-titre {
    line-height: calc(2.45rem + (3.5rem - 2.45rem)/3);
  }
}
@media (min-width: 992px) {
  .action-sans-fond .action-liste-titre {
    line-height: calc(2.45rem + (3.5rem - 2.45rem)/2);
  }
}
@media (min-width: 1200px) {
  .action-sans-fond .action-liste-titre {
    line-height: 3.5rem;
  }
}

.banniere-user {
  background-color: #282d39;
  position: relative;
  z-index: 1;
}
.banniere-user img {
  width: 100%;
}
@media (min-width: 1025px) {
  .banniere-user {
    height: auto !important;
  }
}
@media (max-width: 992px) {
  .banniere-user img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.entete-user {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #bc914d;
}
.entete-user .entete-left {
  padding: 4.1666666667vw;
}
@media (min-width: 1025px) {
  .entete-user {
    margin-top: -20rem !important;
  }
}
@media (max-width: 992px) {
  .entete-user {
    margin-top: 0;
    flex-direction: column;
  }
  .entete-user .entete-left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 3rem 13.5rem;
    margin-top: 0;
  }
}

.entete-right {
  position: relative;
}
@media (max-width: 992px) {
  .entete-right {
    width: 100%;
  }
  .entete-right > img {
    filter: grayscale(1);
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .entete-right > img {
    width: 100%;
  }
}

.user-logo {
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  width: 23rem;
  height: 23rem;
  transform: translate(-50%, -50%);
}
.user-logo img {
  width: 60%;
  height: 60%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .user-logo {
    width: 21rem;
    height: 21rem;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.contenu-profil {
  background-color: #fff;
}

.grid-annuaire {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 6.25vw;
  place-items: center end;
}
@media (max-width: 768px) {
  .grid-annuaire {
    margin-left: auto;
    margin-right: auto;
    width: 83.3333333333vw;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    place-items: end;
  }
}

.user-teaser {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: unset;
}
.user-teaser:nth-child(6n+4), .user-teaser:nth-child(6n+5), .user-teaser:nth-child(6n+6) {
  place-self: center start;
}
@media (max-width: 768px) {
  .user-teaser {
    width: auto;
    max-width: 100%;
  }
  .user-teaser:nth-child(6n+4), .user-teaser:nth-child(6n+5), .user-teaser:nth-child(6n+6) {
    place-self: unset;
  }
}

.user-image {
  position: relative;
  aspect-ratio: 1/1;
  width: 25vw;
  margin-top: 1rem;
  background-color: #bc914d;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .user-image {
    width: auto;
    max-width: 100%;
  }
}
.user-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}
.user-image img {
  position: relative;
  height: 60%;
  width: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: grayscale(1);
  z-index: 2;
}

.carte-large {
  position: relative;
  display: flex;
  align-items: center;
}
.carte-large img {
  position: relative;
  width: 100%;
  z-index: 5;
}
.carte-large .texte-carte {
  position: absolute;
  left: 8.3333333333vw;
  width: 25%;
  z-index: 10;
}
@media (max-width: 768px) {
  .carte-large {
    flex-direction: column-reverse;
    align-items: start;
    max-width: unset;
    width: 100%;
  }
  .carte-large img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 75%;
       object-position: 75%;
  }
  .carte-large .texte-carte {
    position: relative;
    margin-left: 3rem;
    margin-bottom: 3rem;
    left: unset;
    width: auto;
  }
}

.teaser-bas-annuaire .titre-mobile, .teaser-bas-annuaire .bouton-yellow {
  display: none;
}
.teaser-bas-annuaire .teaser-bas-image img {
  width: 50vw;
  aspect-ratio: 2/1;
}
@media (max-width: 992px) {
  .teaser-bas-annuaire .teaser-bas-image img {
    margin-top: 3rem;
    width: 100%;
    border-top-left-radius: 41.6666666667vw;
    border-top-right-radius: 41.6666666667vw;
  }
}
@media (max-width: 992px) {
  .teaser-bas-annuaire {
    background-color: #d6e3b9;
  }
  .teaser-bas-annuaire .bouton-yellow {
    display: block;
  }
  .teaser-bas-annuaire .teaser-bas-left {
    display: none !important;
  }
  .teaser-bas-annuaire .titre-mobile {
    font-weight: 700;
    display: block;
  }
  .teaser-bas-annuaire .teaser-bas-right {
    background-color: #282d39;
    color: #fff;
    text-align: center !important;
  }
  .teaser-bas-annuaire .lien-chevron-blanc {
    display: none !important;
  }
}

.arcade-select-annuaire {
  display: grid;
  margin-top: 3rem;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 1rem;
  grid-column-gap: 6rem;
}
@media (max-width: 768px) {
  .arcade-select-annuaire {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3rem;
  }
}
@media (max-width: 576px) {
  .arcade-select-annuaire {
    grid-template-columns: 1fr;
  }
}
.arcade-select-annuaire .form-text, .arcade-select-annuaire .form-email, .arcade-select-annuaire .form-url, .arcade-select-annuaire .form-textarea, .arcade-select-annuaire select {
  background-color: #fff;
  color: #282d39;
  border: 0.1rem solid #d8d8d8;
  border-radius: 9.1rem;
  width: 100%;
  height: 5rem;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 2.2rem;
}
.arcade-select-annuaire .form-text:focus, .arcade-select-annuaire .form-text:focus-visible, .arcade-select-annuaire .form-text:focus-within, .arcade-select-annuaire .form-email:focus, .arcade-select-annuaire .form-email:focus-visible, .arcade-select-annuaire .form-email:focus-within, .arcade-select-annuaire .form-url:focus, .arcade-select-annuaire .form-url:focus-visible, .arcade-select-annuaire .form-url:focus-within, .arcade-select-annuaire .form-textarea:focus, .arcade-select-annuaire .form-textarea:focus-visible, .arcade-select-annuaire .form-textarea:focus-within, .arcade-select-annuaire select:focus, .arcade-select-annuaire select:focus-visible, .arcade-select-annuaire select:focus-within {
  outline: none;
  border-color: #bc914d;
}
.arcade-select-annuaire .form-item-filtre {
  display: none !important;
}
.arcade-select-annuaire .bouton-reset {
  grid-column: 3;
  grid-row: 2;
  color: #282d39;
  font-size: 1.6rem;
  text-align: right;
  font-family: "Open Sans", sans-serif;
  text-decoration: underline;
  font-weight: 400;
  line-height: 2.2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .arcade-select-annuaire .bouton-reset {
    text-align: center;
    grid-row: unset;
    grid-column: unset;
  }
}
.arcade-select-annuaire .bouton-rechercher {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 768px) {
  .arcade-select-annuaire .bouton-rechercher {
    grid-row: unset;
    grid-column: unset;
  }
}
.arcade-select-annuaire #edit-savoir-faire {
  background-image: url("../img/fleche-bas.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
}
.annuaire-user {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 992px) {
  .annuaire-user {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .annuaire-user {
    grid-template-columns: 1fr;
    gap: 9rem;
    margin-bottom: 9rem;
  }
}

.lien-annuaire {
  background-color: #282d39;
  display: flex;
}
.lien-annuaire.lunettier {
  background-color: #d6e3b9;
}
.lien-annuaire .image-lien-annuaire {
  margin-top: 4rem;
  width: 60%;
  aspect-ratio: 1/1;
  border-top-right-radius: 100%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lien-annuaire .annuaire-lien-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: right;
  padding: 4rem 4rem 4rem 0;
  justify-content: space-between;
  align-items: flex-end;
}
.lien-annuaire .annuaire-lien-content .titre-lien-annuaire {
  display: flex;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .lien-annuaire {
    position: relative;
    flex-direction: column-reverse;
  }
  .lien-annuaire .image-lien-annuaire {
    width: 100%;
    aspect-ratio: 2/1;
    border-top-right-radius: 41.6666666667vw;
    border-top-left-radius: 41.6666666667vw;
  }
  .lien-annuaire .annuaire-lien-content {
    padding: 3rem;
  }
  .lien-annuaire .titre-lien-annuaire {
    display: block;
    text-align: center;
  }
  .lien-annuaire .lien-chevron-blanc {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}

html, body {
  scroll-behavior: smooth;
}

.js-form-item-societe-select, .js-form-item-savoir-faire-artisanal, .js-form-item-savoir-faire-industriel {
  display: none !important;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  padding: 20px;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 2.2rem;
  color: #282d39;
  background-color: #f2f1f2;
  width: 100%;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  max-height: 43rem;
  overflow-y: auto;
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.autocomplete-items::-webkit-scrollbar {
  width: 11px;
}
.autocomplete-items::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.autocomplete-items::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  color: #282d39;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 2.2rem;
}

.autocomplete-items div:hover {
  background-color: #f2f1f2;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: #bc914d !important;
  color: #ffffff;
}

.choix-filtres {
  margin-top: -16.6666666667vw;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  background-color: #E6E6E6;
  padding: 4rem 4rem 0 4rem;
}
@media (max-width: 992px) {
  .choix-filtres {
    margin-top: 0;
    width: 100%;
    max-width: unset;
  }
}
.choix-filtres::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #E6E6E6;
  transition: all 0.3s ease;
  z-index: 1;
}
@media (max-width: 992px) {
  .choix-filtres::before {
    display: none;
  }
}
.choix-filtres::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #E6E6E6;
  transition: all 0.3s ease;
  z-index: 1;
}
@media (max-width: 992px) {
  .choix-filtres::after {
    display: none;
  }
}
.choix-filtres.industriel::before {
  background-color: #bc914d;
}
.choix-filtres.industriel .image-gauche {
  opacity: 1;
}
.choix-filtres.industriel .filtre-left {
  color: #fff;
}
.choix-filtres.industriel .filtre-left .filtre-titre {
  opacity: 1;
}
.choix-filtres.industriel .filtre-left .lien-chevron-blanc::before {
  background-color: #fff;
}
.choix-filtres.industriel .filtre-left .lien-chevron-blanc .plus-noir {
  visibility: visible;
  opacity: 1;
  position: relative;
}
.choix-filtres.industriel .filtre-left .lien-chevron-blanc .plus-blanc {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
@media (max-width: 992px) {
  .choix-filtres.industriel .filtre-left {
    background-color: #bc914d;
  }
}
.choix-filtres.artisanal::after {
  background-color: #bc914d;
}
.choix-filtres.artisanal .image-droite {
  opacity: 1;
}
.choix-filtres.artisanal .filtre-right {
  color: #fff;
}
.choix-filtres.artisanal .filtre-right .filtre-titre {
  opacity: 1;
}
.choix-filtres.artisanal .filtre-right .lien-chevron-blanc::before {
  background-color: #fff;
}
.choix-filtres.artisanal .filtre-right .lien-chevron-blanc .plus-noir {
  visibility: visible;
  opacity: 1;
  position: relative;
}
.choix-filtres.artisanal .filtre-right .lien-chevron-blanc .plus-blanc {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
@media (max-width: 992px) {
  .choix-filtres.artisanal .filtre-right {
    background-color: #bc914d;
  }
}
@media (max-width: 992px) {
  .choix-filtres {
    background-color: #E6E6E6;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    padding: 0;
    margin-bottom: calc(8.3333333333vw + 6rem);
  }
  .choix-filtres::before {
    display: none;
  }
}
.choix-filtres .filtre-left, .choix-filtres .filtre-right {
  position: relative;
  z-index: 2;
  margin-bottom: 4rem;
  flex-grow: 1;
  transition: 0s;
}
@media (max-width: 992px) {
  .choix-filtres .filtre-left, .choix-filtres .filtre-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
}
.choix-filtres .filtre-left .lien-chevron-blanc, .choix-filtres .filtre-right .lien-chevron-blanc {
  cursor: pointer;
}
.choix-filtres .filtre-left .lien-chevron-blanc::before, .choix-filtres .filtre-right .lien-chevron-blanc::before {
  background-color: #282d39;
}
.choix-filtres .filtre-left .lien-chevron-blanc .plus-noir, .choix-filtres .filtre-right .lien-chevron-blanc .plus-noir {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease;
}
.choix-filtres .filtre-left .lien-chevron-blanc .plus-blanc, .choix-filtres .filtre-right .lien-chevron-blanc .plus-blanc {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .choix-filtres .filtre-left .lien-chevron-blanc, .choix-filtres .filtre-right .lien-chevron-blanc {
    position: relative;
    bottom: unset;
    left: unset;
    transform: translate(0);
    flex-shrink: 0;
    width: 6rem;
    height: 6rem;
  }
}
.choix-filtres .filtre-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .choix-filtres .filtre-left {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    padding: 3rem;
  }
}
.choix-filtres .filtre-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 992px) {
  .choix-filtres .filtre-right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding: 3rem;
  }
}
.choix-filtres .filtre-titre {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
  margin-bottom: 3rem;
  transition-delay: 0s;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .choix-filtres .filtre-titre {
    position: relative;
    padding: 0;
    text-align: left;
    margin-bottom: 0;
    font-size: 2.2rem;
  }
}
.choix-filtres .filtre-image {
  position: relative;
  border-top-left-radius: 25vw;
  border-top-right-radius: 25vw;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  transition: all 0.3s ease;
  z-index: 2;
}
@media (max-width: 992px) {
  .choix-filtres .filtre-image {
    display: none;
  }
}
.choix-filtres .filtre-image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .choix-filtres .filtre-image img {
    border-top-left-radius: 41.6666666667vw;
    border-top-right-radius: 41.6666666667vw;
  }
}

@media (max-width: 768px) {
  .tableau-container {
    margin-bottom: 2rem;
  }
}

.tableau {
  display: grid;
  grid-template-columns: 8.3333333333vw 16.6666666667vw;
  grid-auto-rows: auto;
}
.tableau .ligne-full {
  grid-column: 1/3;
}
@media (max-width: 768px) {
  .tableau {
    grid-template-columns: 33.3333333333vw 50vw;
  }
}

.resultat-recherche {
  display: flex;
  flex-flow: wrap;
}
.resultat-recherche a {
  text-align: right;
  display: block;
}
.resultat-recherche > div {
  width: 16.66666vw;
  margin-right: 8.3333vw;
  margin-bottom: 8.4rem;
}
.resultat-recherche > div:nth-child(6n+3), .resultat-recherche > div:nth-child(6n+6) {
  margin-right: 0;
}
.resultat-recherche > div:nth-child(6n+4) {
  width: 33.33333vw;
  padding-left: 16.66666vw;
  position: relative;
}
.resultat-recherche > div:nth-child(6n+4):before {
  content: "";
  display: block;
  width: 8.3333vw;
  height: 6rem;
  margin-right: 8.3333vw;
  background-color: #282d39;
  position: absolute;
  left: 0;
  top: calc(50% - 3rem);
}
.resultat-recherche > div:nth-child(6n+3) {
  width: 33.33333vw;
  padding-right: 16.66666vw;
  position: relative;
}
.resultat-recherche > div:nth-child(6n+3):after {
  content: "";
  display: block;
  width: 8.3333vw;
  height: 6rem;
  margin-left: 8.3333vw;
  background-color: #282d39;
  position: absolute;
  right: 0;
  top: calc(50% - 3rem);
}

.resultat-recherche__nombre {
  margin: 0 3rem 0 5rem;
}

.recherche__header__right {
  display: flex;
  align-items: center;
}

.logo-recherche {
  height: 15rem;
  width: 15rem;
  background-image: url("../img/logo-recherche.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 5rem;
}

.recherche-fleche {
  background-image: url("../img/validation-recherche.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 2.5rem;
  width: 6.4rem;
  cursor: pointer;
  margin-right: 5.1rem;
}

.recherche__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.15);
}
.recherche__header input {
  border: 0;
  box-shadow: none;
}
.recherche__header .recherche-input {
  flex: 1;
}
.recherche__header .recherche-input:focus, .recherche__header .recherche-input:focus-visible, .recherche__header .recherche-input:focus-within {
  border: none;
  outline: none;
}

.resultat-recherche__block {
  padding-top: 8.4rem;
}

.resultat-recherche__noresultat {
  width: 50vw;
}

.resultat-recherche__scroll {
  height: calc(100vh - 150px);
  width: calc(100vw - 10px);
  overflow-x: auto;
}

#recherche {
  display: inline-block;
}

#recherche__windows {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0vh;
  height: 100vh;
  left: 0vw;
  width: 100vw;
  background-color: #FFF;
}
#recherche__windows.affiche {
  display: block;
}

#recherche-close {
  cursor: pointer;
}

/********************************
*
* Attente chargement
*
**********************************/
.loader {
  display: inline-block;
  border: 1vh solid #f3f3f3;
  /* Light grey */
  border-top: 1vh solid #3498db;
  /* Blue */
  border-bottom: 1vh solid lightgrey;
  border-left: 1vh solid lightgrey;
  border-right: 1vh solid lightgrey;
  border-radius: 50%;
  width: 3vh;
  height: 3vh;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

_::-webkit-full-page-media, _:future, :root .safari_only {
  -webkit-background-size: cover;
}
/*# sourceMappingURL=maps/styles.css.map */
