@charset "UTF-8";
/* ===================================================================
 * DEFAULT
 * ================================================================= */
/**
 * SETTINGS : Variables globales, couleurs, polices, etc.
 * TOOLS : Outils disponibles de manières globales, mixins, fonctions
 * GENERIC : Styles de niveau 0 (Normalize.css, resets, box-sizing)
 * ELEMENTS : Éléments HTML (sélecteur de balises), H1–H6, liens, listes, etc
 * LAYOUT : Éléments de mise en page (Grille etc...)
 * OBJECTS : Composants simples (Boutons, Listes etc...)
 * COMPONENTS : Composants (Cartes, Fil d'ariane, Header, Footer, Navigations etc...)
 * SECTIONS : Modules (Actualités, événements etc...)
 * UTILITIES : Les atouts, utilitaires avec des spécificités maximales.
 */
/* ===================================================================
 * FONTS
 * ================================================================= */
/*
 *   => $family: font name
 *   => $police: font file.
 *   => $font-weight: (normal, 600...)
 *   => $font-style: (normal, italic...)
 *   Example :
 *   @font-face {
 *       @include font-face('ExampleFont', 'ExampleFont-webfont', 400);
 *   }
 */
/* Headings */
@font-face {
  font-family: "Nunito";
  src: url("./fonts/nunito-v11-latin-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("./fonts/nunito-v11-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("./fonts/nunito-v11-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("./fonts/nunito-v11-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("./fonts/nunito-v11-latin-700italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* -------------------- Red Hat Display -------------------- */
/* Red Hat Display - regular */
@font-face {
  font-family: "Red Hat Display";
  src: url("./fonts/red-hat-display-v19-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Red Hat Display - regular - italic */
@font-face {
  font-family: "Red Hat Display";
  src: url("./fonts/red-hat-display-v19-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* Red Hat Display - bold */
@font-face {
  font-family: "Red Hat Display";
  src: url("./fonts/red-hat-display-v19-latin-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Red Hat Display - bold - italic */
@font-face {
  font-family: "Red Hat Display";
  src: url("./fonts/red-hat-display-v19-latin-900italic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/* -------------------- Raleway -------------------- */
/* Raleway - regular */
@font-face {
  font-family: "Raleway";
  src: url("./fonts/raleway-v14-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Raleway Sans - regular - italic */
@font-face {
  font-family: "Raleway";
  src: url("./fonts/raleway-v14-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* Raleway Sans - semi bold */
@font-face {
  font-family: "Raleway";
  src: url("./fonts/raleway-v14-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Raleway Sans - bold */
@font-face {
  font-family: "Raleway";
  src: url("./fonts/raleway-v14-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  src: url("./fonts/roboto-v20-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* roboto-italic - latin */
@font-face {
  font-family: "Roboto";
  src: url("./fonts/roboto-v20-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  src: url("./fonts/roboto-v20-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  src: url("./fonts/roboto-v20-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  src: url("./fonts/roboto-v20-latin-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* -------------------- Satisfy -------------------- */
/* Satisfy - regular */
@font-face {
  font-family: "Satisfy";
  src: url("./fonts/satisfy-v10-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Icomoon";
  src: url("./fonts/icomoon.woff?99rx8y") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* ===================================================================
 * FORMS
 * ================================================================= */
/*
 *   Custom select :
 *   => $arrow:   nom du fichier image
 *   => $taille:  width du background en pixels permettant de calculer le padding-right
 *   => $right:   espacement de l'image par rapport au bord droit
 */
/*
 *   Alignement : Permet d'aligner en pourcentage un élément via absolute et tranform
 *   !! Attention !! Il faut que le bloc container soit en position relative ou absolute.
 *   => $x:  alignement sur l'axe x
 *   => $y:  alignement sur l'axe y
 */
/*
 *   IMAGE DECLARATION
 *   => @a : image file name
 *   => @b : background color, repeat...
 *   Example :
 *       .backgroundImage('bullet.png', no-repeat 0 0 #fff);
 */
/**
 * GRADIENT
 */
/**
 * CLEARFIX
 */
/**
 * SVG
 */
/**
 * Génération des colonnes
 */
/**
 * Génération d'un pseudo élément
 */
/*
 * Calcul la taille d'une colonne dans un contexte CSS Gap
 * Permet d'avoir la taille exact d'une colonne séparée par la gouttière spécifiée.
 * @param  {$nbCols}   int      Nombre de colonnes
 * @param  {$gutter}   int      Gouttière (En px)
 */
html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

@media print {
  html {
    font-family: "Nunito", sans-serif;
    font-size: 11pt;
    line-height: 1.4;
  }
}
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 62.5%;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

strong {
  font-weight: 700;
}

#document.police_0 input {
  font-family: "Nunito", "Arial", sans-serif;
}
#document.police_1 input {
  font-family: "Red Hat Display", "Arial", sans-serif;
}
#document.police_2 input {
  font-family: "Raleway", "Arial", sans-serif;
}
#document.police_3 input {
  font-family: "Roboto", "Arial", sans-serif;
}
#document.police_4 input {
  font-family: "Satisfy", "Arial", sans-serif;
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff; /* this is needed for iOS. Otherwise the background just becomes black. */
  border: 2px solid #3D4448;
  height: 15px;
  width: 15px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: text-bottom;
  position: relative;
}
input[type=radio][disabled], input[type=radio][aria-disabled=true],
input[type=checkbox][disabled],
input[type=checkbox][aria-disabled=true] {
  opacity: 0.4;
}
input[type=radio]::before,
input[type=checkbox]::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 0;
}
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 2px solid;
  outline-offset: 2px;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  border-color: var(--couleur-principale, #256000);
}
input[type=radio]:checked::before,
input[type=checkbox]:checked::before {
  width: 7px;
  height: 7px;
  background-color: var(--couleur-principale, #256000);
}

input[type=checkbox] {
  border-radius: 10%;
}

input[type=radio]::before {
  height: 0;
  width: 0;
}

input[type=radio]:checked::before {
  border-radius: 50%;
}

input[type=checkbox]:indeterminate::before,
input[type=checkbox][aria-checked=mixed]::before {
  border: 2px solid #222;
  height: 0;
  width: 40%;
}

input[type=checkbox]:checked::before {
  border-radius: 2px;
}

h1, h2, h3,
h4, h5, h6 {
  font-weight: 900;
  color: #1B2022;
  line-height: 1.1em;
  margin-top: 0;
  padding: 0;
  border: none;
}
@media (min-width: 1024px) {
  h1, h2, h3,
  h4, h5, h6 {
    line-height: 1.2em;
  }
}

h1 {
  font-size: 2.4rem;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 4.8rem;
  }
}
h1.desktop-hidden {
  display: none;
}
@media screen and (max-width: 1024px) {
  h1.desktop-hidden {
    display: block;
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 0;
    padding: 2rem 4rem;
    background: linear-gradient(101.82deg, var(--couleur-secondaire, #323232) 36.25%, var(--couleur-secondaire, #323232) 101.31%);
    color: #ffffff;
  }
}

h2 {
  font-size: 1.8rem;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 4rem;
  }
}
.accueil h2:not(.accueil footer h2) {
  font-family: var(--font-title);
}

h3 {
  font-size: 1.9rem;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 3.3rem;
  }
}

h4 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 2.8rem;
  }
}

h5 {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  h5 {
    font-size: 2.3rem;
  }
}

h6 {
  font-size: 1.6rem;
  margin-bottom: 4px;
}
@media (min-width: 1024px) {
  h6 {
    font-size: 2rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.IMF_100 {
  display: block;
  margin: 2rem 0;
}

a:active, a:hover {
  text-decoration: underline;
}

ol,
ul {
  padding-left: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

body {
  width: 100%;
  color: #1B2022;
  font-size: 1.8rem;
  font-weight: 400;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
body #document.police_0 {
  font-family: "Nunito", "Arial", sans-serif;
}
body #document.police_1 {
  font-family: "Red Hat Display", "Arial", sans-serif;
}
body #document.police_2 {
  font-family: "Raleway", "Arial", sans-serif;
}
body #document.police_3 {
  font-family: "Roboto", "Arial", sans-serif;
}
body #document.police_4 {
  font-family: "Satisfy", "Arial", sans-serif;
}
body #document.police_titre_0 {
  --font-title: "Nunito", "Arial", sans-serif;
}
body #document.police_titre_1 {
  --font-title: "Red Hat Display", "Arial", sans-serif;
}
body #document.police_titre_2 {
  --font-title: "Raleway", "Arial", sans-serif;
}
body #document.police_titre_3 {
  --font-title: "Roboto", "Arial", sans-serif;
}
body #document.police_titre_4 {
  --font-title: "Satisfy", "Arial", sans-serif;
}
body #document.police_taille_0 {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
body #document.police_taille_1 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
body #document.police_taille_2 {
  font-size: 2rem;
  line-height: 2.7rem;
}

html, body {
  height: 100%;
}

@media print {
  body,
  html {
    height: auto;
  }
}
.accueil .paragraphe {
  margin-bottom: 7.5rem;
}

p {
  margin-bottom: 24px;
}

.contrainer-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.accueil main .container,
#bandeauBas .container {
  max-width: 1280px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 1024px;
  width: 100%;
}

.interne .container.container-grid {
  position: relative;
  margin-top: -50px;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .interne .container.container-grid {
    margin-top: 0;
    z-index: 1;
  }
}
.interne .container.container-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 4px 20px rgba(40, 40, 40, 0.15);
  border-radius: 3px;
  background-color: #fff;
  z-index: -1;
  margin-left: -10.2739726027% !important;
  margin-right: -10.2739726027% !important;
}
@media screen and (max-width: 1024px) {
  .interne .container.container-grid::before {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.container-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr min(80%, 1024px) 1fr;
  gap: 0 20px;
}
.container-grid:not(.--full-bleed) > * {
  grid-column: 1/4;
}
.container-grid.--full-bleed > * {
  width: 100%;
  grid-column: 1/4;
}

.main-wrapper {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .main-wrapper {
    padding-bottom: 100px;
  }
}

/* Exemple d'utilisation :
<div class="row">
    <div class="col-md-6">
    <div class="col-md-6">
</div>
 */
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
  row-gap: var(--row-gap);
  list-style-type: none;
}
.row > * {
  flex-grow: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.col {
  flex: 1 0 0%;
}

[class*=col-] {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  flex-grow: 0;
}

@media (min-width: 575px) {
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
@media (min-width: 792px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
/* ===================================================================
 * FIL D'ARIANE
 * =================================================================*/
.c-ariane {
  margin: 1rem 0 5rem;
  position: relative;
}
.accueil .c-ariane {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-ariane {
    display: none;
  }
}
.c-ariane__list {
  display: flex;
  padding-left: 0;
}
.c-ariane__list .c-ariane__item {
  font-size: 1.6rem;
  list-style-type: none;
}
.c-ariane__list .c-ariane__item::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1px;
  margin: 0 8px;
  vertical-align: middle;
  background: #ccc;
}
.c-ariane__list .c-ariane__item .c-ariane__link {
  color: #666;
  text-decoration: none;
  transition: all 0.2s;
}
.c-ariane__list .c-ariane__item .c-ariane__link:visited {
  color: #666;
}
.c-ariane__list .c-ariane__item .c-ariane__link:hover, .c-ariane__list .c-ariane__item .c-ariane__link:active, .c-ariane__list .c-ariane__item .c-ariane__link:focus {
  color: var(--couleur-principale, #256000);
}
.c-ariane__list .c-ariane__item .c-ariane__icon {
  display: none;
}
.c-ariane__list .c-ariane__item:last-child {
  color: var(--couleur-principale, #256000);
  font-weight: 700;
}
.c-ariane__list .c-ariane__item:last-child::after {
  content: none;
}

.o-button {
  display: inline-flex;
  font-weight: 900;
  line-height: 1.6rem;
  padding: 24px 32px;
  border: 2px solid var(--background-color, var(--couleur-principale, #256000));
  background-color: var(--background-color, var(--couleur-principale, #256000));
  color: var(--foreground-color, #ffffff);
  text-decoration: none;
  border-radius: 1.2rem;
  transition: all 0.2s;
}
@media screen and (max-width: 1023px) {
  .o-button {
    padding: 12px 24px;
  }
}
.o-button:hover, .o-button:focus {
  text-decoration: none;
  background-color: var(--foreground-color, #ffffff);
  color: var(--background-color, var(--couleur-principale, #256000));
}
.o-button--primary {
  --background-color: var(--couleur-principale, #256000);
  --foreground-color: #ffffff;
}
.o-button--primary--selected {
  --background-color: #ffffff;
  --foreground-color: var(--couleur-principale, #256000);
  border: 2px solid var(--couleur-principale, #256000);
}
.o-button--primary--selected:hover, .o-button--primary--selected:focus {
  background-color: #ffffff;
  color: var(--couleur-principale, #256000);
}
.o-button--primary:hover, .o-button--primary:focus {
  background-color: #ffffff;
  color: var(--couleur-principale, #256000);
}
.o-button--secondary {
  border-color: #008EC2;
  --background-color: #ffffff;
  --foreground-color: #008EC2;
}
.o-button--secondary:hover, .o-button--secondary:focus {
  background-color: #008EC2;
  color: #ffffff;
}
.o-button--tertiary {
  border-color: #005A7A;
  color: #ffffff;
  --background-color: #005A7A;
  --foreground-color: #005A7A;
}
.o-button--tertiary:hover, .o-button--tertiary:focus {
  background-color: #ffffff;
  color: #005A7A;
}
.o-button--white {
  --background-color: #ffffff;
  --foreground-color: var(--couleur-principale, #256000);
  border-color: var(--couleur-principale, #256000);
}
.o-button--white:hover, .o-button--white:focus {
  background-color: var(--couleur-principale, #256000);
  color: #ffffff;
}
.o-button--filter {
  --background-color: #A2AAAE;
  --foreground-color: #ffffff;
}
.o-button--filter:hover, .o-button--filter:focus {
  background-color: #ffffff;
  color: #676D6F;
}
.o-button--captcha {
  align-self: flex-start;
  background: none;
  border: none;
  text-decoration: underline;
  padding: 0;
  --foreground-color: var(--couleur-principale, #256000);
}
.o-button--captcha:hover, .o-button--captcha:focus, .o-button--captcha:active {
  --foreground-color: transparent;
  --background-color: #005A7A;
}

.o-document {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.o-form-control {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  margin-top: 0;
}

.o-form-control__label {
  flex: 1;
  font-size: 2rem;
  margin-right: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.o-form-control__label .obligatoire {
  color: #008EC2;
}

.o-form-control__input,
.o-form-control__select,
.o-form-control__textarea {
  outline: none;
  box-sizing: border-box;
  padding: 8px 0 8px 16px;
  width: 100%;
  max-width: 100%;
  height: 5rem;
  border: 0.1rem solid #676D6F;
  border-radius: 0.4rem;
  background: #ffffff;
  margin-bottom: 2rem;
}

.o-form-control__textarea {
  min-height: 15rem;
}

option {
  font-family: system-ui;
}

.o-form--filter .o-form-control {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 8px 16px;
  margin: 0;
}
.o-form--filter .o-form-control__label {
  width: 100%;
}
.o-form--filter .o-form-control__input, .o-form--filter .o-form-control__select, .o-form--filter .o-form-control__textarea {
  margin-bottom: 0;
}
.o-form--filter .o-form-control__row {
  align-items: flex-end;
  margin-bottom: 24px;
  row-gap: 16px;
}
.o-form--filter .o-form-control__column {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.o-form--filter .o-button--submit {
  height: 5rem;
  padding: 12px 24px;
  width: 100%;
}

.o-form {
  position: relative;
  padding: 24px 0 32px;
  margin-bottom: 40px;
}
.o-form:before {
  content: "";
  position: absolute;
  height: 100%;
  left: -146px;
  right: -146px;
  top: 0;
  background-color: #E4EAEC;
  z-index: -1;
}
.o-form p.action {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 12px;
  margin: 0;
}

.o-icon::before {
  display: block;
  font-family: "Icomoon";
  color: currentColor;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.o-icon--download::before {
  content: "\e900";
}
.o-icon--external::before {
  content: "\e901";
}
.o-icon--mobile::before {
  content: "\e902";
}
.o-icon--facebook::before {
  content: "\e903";
}
.o-icon--youtube::before {
  content: "\e90b";
}
.o-icon--instagram::before {
  content: "\e904";
}
.o-icon--linkedin::before {
  content: "\e905";
}
.o-icon--twitter::before {
  content: "\e906";
}
.o-icon--x::before {
  content: "\e907";
}
.o-icon--search::before {
  content: "\e915";
}
.o-icon--phone::before {
  content: "\e942";
}
.o-icon--arrow-right-small::before {
  content: "\e908";
}
.o-icon--mouse-circle::before {
  content: "\e909";
}
.o-icon--lamp::before {
  content: "\e90a";
}
.o-icon--alert::before {
  content: "\e90c";
}
.o-icon--close::before {
  content: "\e90d";
}
.o-icon--menu::before {
  content: "\e90e";
}
.o-icon--map::before {
  content: "\e90f";
}
.o-icon--arrow-right::before {
  content: "\e910";
}
.o-icon--clock::before {
  content: "\e911";
}
.o-icon--chevron-right::before {
  content: "\e912";
}
.o-icon--chevron-left::before {
  content: "\e913";
}
.o-icon--location::before {
  content: "\e914";
}
.o-icon--calendar::before {
  content: "\e916";
}
.o-icon--add::before {
  content: "\e917";
}
.o-icon--idea::before {
  content: "\e918";
}
.o-icon--tiktok::before {
  content: "\e919";
}
.o-icon--mirror::before {
  transform: scaleX(-1);
}
.o-icon--mirror-y::before {
  transform: scaleY(-1);
}
.o-icon--medium {
  font-size: 1.3em;
}
.o-icon--big {
  font-size: 1.6em;
}
.o-icon--color-primary:before {
  color: var(--couleur-principale, #256000);
  transition: color 200ms ease-in-out;
}
.o-icon--color-secondary:before {
  color: #3D5399;
  transition: color 200ms ease-in-out;
}
.o-icon--inline::before {
  display: inline-block;
  margin-right: 12px;
}
.o-icon--line-dot {
  font-size: 0.4em;
  margin: 12px;
}
.o-icon--circle {
  border-radius: 100%;
  border: 1px solid currentColor;
  padding: 8px;
}

/* Utilisation dans le HTML :
    <div class="has-icon has-icon--left">
        <i class="o-icon o-icon--facebook" aria-hidden="true"></i>
        <span class="u-visuallyhidden">Mon texte alternatif accessible</span>
    </div>
 */
.has-icon {
  display: inline-flex;
  align-items: center;
}
.has-icon .o-icon {
  z-index: 1;
  position: relative;
}
.has-icon--left .o-icon {
  margin-right: 10px;
}
.has-icon--right .o-icon {
  margin-left: 10px;
}

.o-pagination-nb {
  margin: 0 0 16px;
}
@media screen and (max-width: 1024px) {
  .o-pagination-nb {
    margin: 0 0 8px;
  }
}

.o-pagination-reglette ul {
  margin: 5rem 0 4.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
}
.o-pagination-reglette ul.o-pagination-list li::before {
  content: none;
}
.o-pagination-reglette a,
.o-pagination-reglette strong {
  border-radius: 50%;
  transition: all 0.2s ease 0s;
  margin: 0 0.5rem 0.5rem;
  display: flex;
  width: 3.7rem;
  height: 3.7rem;
  justify-content: center;
  align-items: center;
}
.o-pagination-reglette strong {
  color: var(--couleur-secondaire, #323232);
  font-weight: 500;
}
.o-pagination-reglette a {
  color: var(--couleur-principale, #256000);
  text-decoration: none;
}
.o-pagination-reglette a:hover, .o-pagination-reglette a:focus {
  color: var(--couleur-secondaire, #323232);
}

.c-accroche {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 360px;
}
.c-accroche__container {
  position: relative;
}
.c-accroche__text-wrapper {
  color: #fff;
  font-size: 3.6rem;
  line-height: 3rem;
  margin: 0;
  padding: 3rem 3rem 5rem;
  box-sizing: border-box;
  text-align: left;
  text-transform: initial;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  max-width: 65%;
  z-index: 0;
}
.c-accroche__text-wrapper h1 {
  color: #fff;
}
.c-accroche__text-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  bottom: 0;
  right: 0;
  background: var(--couleur-secondary);
  z-index: -1;
}
.c-accroche__thematique {
  padding: 2rem;
  background: var(--couleur-secondaire, #323232);
  border-radius: 20px;
  color: #ffffff;
}

.accrochePage {
  font-weight: 600;
  margin: 0 0 3rem;
}

/*  Utilisation :
<div class="c-card c-card--vertical">
    <div class="c-card__body">
        <h3 class="c-card__title">
            <a href="#" class="c-card__link u-cover">Titre de la carte</a>
        </h3>
        <p class="c-card__description">
            Description de la carte
        </p>
    </div>
    <div class="c-card__image-wrapper">
        <img class="c-card__image" src="image.jpg" alt="">
    </div>
</div>
 */
.c-card {
  position: relative;
  margin: 0 auto 20px;
  box-sizing: border-box;
  box-shadow: 0 5px 10px 0 rgba(115, 115, 115, 0.2);
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.4s;
}
@media screen and (max-width: var(--tablet)) {
  .c-card {
    flex: 0 0 48%;
  }
}
@media screen and (max-width: var(--mobile)) {
  .c-card {
    flex: 0 0 90%;
    max-width: 480px;
  }
}
.c-card:hover, .c-card:focus {
  box-shadow: 0 5px 20px 0 rgba(115, 115, 115, 0.4);
}
.c-card:hover .c-card__visuel__img,
.c-card:hover .c-card__image, .c-card:focus .c-card__visuel__img,
.c-card:focus .c-card__image {
  transform: scale(1.05);
}
.c-card--vertical {
  display: flex;
  flex-direction: column-reverse;
}
.c-card.h-full {
  height: 100%;
}
.c-card--no-image .c-card__date {
  transform: translateY(0) translateX(-15px);
}
.c-card__visuel {
  overflow: hidden;
}
.c-card__visuel__img {
  display: block;
  width: 100%;
  transition: all 0.4s;
}
.c-card__date {
  display: flex;
  align-items: center;
  background: var(--couleur-principale, #256000);
  color: #ffffff;
  transform: translateY(-50%) translateX(-8px);
  padding: 5px 10px;
  margin: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.c-card__date.o-icon--clock::before {
  margin-right: 10px;
}
.c-card__picto {
  position: relative;
  margin-left: 2.5rem !important;
}
.c-card__picto::before {
  position: absolute;
  transform: translateY(10%);
  left: -2.5rem;
}
.c-card__lieu::before, .c-card__mail::before, .c-card__web::before, .c-card__telephone::before {
  font-family: "Icomoon", sans-serif;
  color: #3D5399;
  font-size: 1.4rem;
}
.c-card__lieu a, .c-card__mail a, .c-card__web a, .c-card__telephone a {
  position: relative;
  color: #1B2022;
}
.c-card__lieu::before {
  content: "\e914";
}
.c-card__mail::before {
  content: "\e910";
}
.c-card__web::before {
  content: "\e901";
}
.c-card__telephone::before {
  content: "\e902";
}
.c-card__itemInfo {
  box-sizing: border-box;
  margin: 0;
  padding: 0 8px 8px;
  line-height: 1.5;
  background-color: #fff;
}
.c-card__itemInfo h3 {
  line-height: 1.25;
  margin-bottom: 1rem;
  padding-top: 1rem;
  font-size: 2.7rem;
}
.c-card__itemInfo h3 a {
  display: inline-block;
  color: var(--texte);
  text-decoration: none;
}
.c-card__itemInfo h3 a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.c-card__itemInfo__envelope-icon::before {
  content: "\f044";
  margin-left: -2px;
}
.c-card__itemInfo__mouse-icon a span {
  text-decoration: underline;
}
.c-card__itemInfo__paragraph span {
  font-weight: 700;
}
.c-card__body {
  padding: 0 24px;
}
.c-card__body a:not(.c-card__link) {
  position: relative;
  z-index: 10;
}
.c-card__category {
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 1.5rem;
  padding: 0.5rem 1rem;
  background: var(--couleur-secondaire, #323232);
  color: #ffffff;
}
.c-card__title {
  font-size: 2.8rem;
  font-weight: 900;
  color: #1B2022;
  text-decoration: none;
  margin: 12px 0 8px 0;
}
.c-card__image {
  transition: all 0.3s;
}

/* */
.TPL_RECHERCHE .c-card {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 32px;
  transition: 400ms ease-in-out;
  box-shadow: none;
}
.TPL_RECHERCHE .c-card:hover::after, .TPL_RECHERCHE .c-card:focus::after, .TPL_RECHERCHE .c-card:focus-within::after {
  right: 0;
  opacity: 1;
}
.TPL_RECHERCHE .c-card:hover.c-card--horizontal .c-card__image, .TPL_RECHERCHE .c-card:hover.c-card--vertical .c-card__image, .TPL_RECHERCHE .c-card:focus.c-card--horizontal .c-card__image, .TPL_RECHERCHE .c-card:focus.c-card--vertical .c-card__image, .TPL_RECHERCHE .c-card:focus-within.c-card--horizontal .c-card__image, .TPL_RECHERCHE .c-card:focus-within.c-card--vertical .c-card__image {
  transform: scale(1.02);
}
.TPL_RECHERCHE .c-card:hover.c-card--border, .TPL_RECHERCHE .c-card:focus.c-card--border, .TPL_RECHERCHE .c-card:focus-within.c-card--border {
  border-color: #008EC2;
}
.TPL_RECHERCHE .c-card--horizontal {
  flex-direction: row-reverse;
  gap: 30px;
}
@media (max-width: 791px) {
  .TPL_RECHERCHE .c-card--horizontal {
    flex-direction: column-reverse;
  }
  .TPL_RECHERCHE .c-card--horizontal .c-card__image-wrapper {
    align-self: center;
  }
}
.TPL_RECHERCHE .c-card--vertical {
  flex-direction: column-reverse;
  gap: 20px;
  padding-bottom: 15px;
}
.TPL_RECHERCHE .c-card--big .c-card__title {
  font-size: 1.7rem;
  font-weight: 800;
}
@media (min-width: 1024px) {
  .TPL_RECHERCHE .c-card--big .c-card__title {
    font-size: 2.8rem;
    font-weight: 900;
  }
}
@media (min-width: 1024px) {
  .TPL_RECHERCHE .c-card--big .c-card__description {
    font-size: 1.8rem;
  }
}
.TPL_RECHERCHE .c-card--border {
  border: 0.2rem solid #A2AAAE;
  border-radius: 2rem;
  overflow: hidden;
  transition: all 0.2s;
}
.TPL_RECHERCHE .c-card__top {
  order: -1;
  margin-bottom: 3px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.TPL_RECHERCHE .c-card__category {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  color: #7D6854;
  margin: 0 0 4px;
}
@media screen and (max-width: 1023px) {
  .TPL_RECHERCHE .c-card__category {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.TPL_RECHERCHE .c-card__title {
  margin: 0 0 12px;
  font-size: 2rem;
  font-weight: 900;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .TPL_RECHERCHE .c-card__title {
    font-size: 1.6rem;
  }
}
.TPL_RECHERCHE .c-card__title a {
  color: #1B2022;
  text-decoration: none;
}
.TPL_RECHERCHE .c-card__title a:hover, .TPL_RECHERCHE .c-card__title a:focus, .TPL_RECHERCHE .c-card__title a:active {
  color: #008EC2;
}
.TPL_RECHERCHE .c-card__date {
  margin: 4px 0 16px;
  font-size: 2rem;
  font-weight: 900;
  color: #008EC2;
}
@media (min-width: 792px) {
  .TPL_RECHERCHE .c-card__date {
    font-size: 1.8rem;
  }
}
.TPL_RECHERCHE .c-card__action {
  margin: 0;
}
.TPL_RECHERCHE .c-card__link {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 900;
  color: #008EC2;
  text-decoration: none;
  padding-left: 5rem;
  transition: all 0.2s;
  display: inline-flex;
  position: relative;
}
.TPL_RECHERCHE .c-card__link::before {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  content: "\e910";
  font-family: "Icomoon";
  font-weight: 400;
  font-size: 4.3rem;
  display: block;
  left: 0;
  z-index: 1;
}
.TPL_RECHERCHE .c-card__link:hover, .TPL_RECHERCHE .c-card__link:focus {
  text-decoration: none;
  margin-left: 12px;
}
.TPL_RECHERCHE .c-card__image-wrapper {
  display: flex;
  height: auto;
  flex-shrink: 0;
  overflow: hidden;
}
.TPL_RECHERCHE .c-card__image {
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 200ms ease-in-out;
}
@media (min-width: 792px) {
  .TPL_RECHERCHE .c-card__image {
    aspect-ratio: auto;
  }
}
.TPL_RECHERCHE .c-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.TPL_RECHERCHE .c-card__description {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 16px;
  color: #525C60;
}
@media screen and (max-width: 1023px) {
  .TPL_RECHERCHE .c-card__description {
    font-size: 1.4rem;
  }
}
.TPL_RECHERCHE .c-card--agenda .c-card__details {
  display: flex;
  flex-flow: row wrap;
  gap: 16px 0;
}
.TPL_RECHERCHE .c-card--agenda .o-icon--arrow-right-small {
  font-size: 2rem;
  margin: 0 10px;
}
.TPL_RECHERCHE .c-card--agenda .o-icon--arrow-right-small::before {
  font-size: 1rem;
}
.TPL_RECHERCHE .c-card--publication {
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.8rem;
  gap: 0;
  padding: 0;
}
.TPL_RECHERCHE .c-card--publication .c-card__description {
  min-height: 3.8rem;
}
@media screen and (max-width: 791px) {
  .TPL_RECHERCHE .c-card--publication .c-card__image {
    aspect-ratio: auto;
  }
}
.TPL_RECHERCHE .c-card--publication .c-card__image-wrapper {
  border-radius: 0.8rem 0.8rem 0 0;
  justify-content: center;
}
.TPL_RECHERCHE .c-card--publication .o-button {
  width: 100%;
  justify-content: center;
}

.c-chiffres-cles {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
}
.c-chiffres-cles strong {
  font-size: 7.5rem;
  font-weight: 900;
  line-height: 7.5rem;
  letter-spacing: 0.15rem;
  margin-right: 8px;
}

.c-figure {
  display: table;
  margin: 0 0 32px;
}
.c-figure__link {
  position: absolute;
  inset: 0;
}
.c-figure__link:hover .c-figure__icon, .c-figure__link:focus .c-figure__icon, .c-figure__link:active .c-figure__icon {
  filter: invert(0.3);
}
.c-figure__icon {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  border-radius: 100%;
  transition: all 0.3s;
}
.c-figure__credit {
  display: table-caption;
  caption-side: bottom;
}
.c-figure__wrapper {
  display: grid;
  grid-template-columns: 69% 29%;
  gap: 2%;
}
.c-figure__image-wrapper {
  position: relative;
}
.c-figure__caption {
  order: 1;
  text-align: right;
  font-size: 1.4rem;
  color: #525C60;
}
.c-figure__legend {
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 600;
}

.c-footer {
  background: #282828;
  border-top: 5px solid var(--couleur-secondaire, #323232);
  margin-top: auto;
}
.c-footer__logo-container img {
  background-color: #fff;
  padding: 2rem 3rem;
  border-radius: 0.5rem;
  display: block;
  box-sizing: border-box;
  max-height: 25rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.c-footer__telephone::before {
  margin-right: 8px;
}
.c-footer__telephone, .c-footer__mail {
  display: block;
  color: #ffffff;
}
.c-footer__title {
  color: #fff;
  font-size: 1.9rem;
  line-height: 2.4rem;
}
.c-footer__infos {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .c-footer__infos {
    flex-direction: column;
  }
}
.c-footer__infos > div {
  padding: 0 2rem;
}
.c-footer__logo-container {
  margin-top: -8rem;
}
@media screen and (max-width: 1023px) {
  .c-footer__logo-container {
    margin-bottom: 3rem;
  }
}
.c-footer__main {
  color: #ffffff;
  padding: 64px 0 2rem;
}
.c-footer__main-inner {
  display: flex;
  column-gap: clamp(30px, 5em, 80px);
}
@media screen and (max-width: 1023px) {
  .c-footer__main-inner {
    flex-direction: column;
  }
}
.c-footer__main-heading {
  font-size: 1.6rem;
  color: #ffffff;
}
.c-footer__social-network {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 24px 0;
}
.c-footer__social-network-link {
  text-decoration: none;
  color: #ffffff;
}
.c-footer__social-container {
  display: flex;
}
.c-footer__social-container a {
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
}
.c-footer__links-container {
  display: flex;
}
.c-footer__links-container ul {
  display: flex;
  list-style-type: none;
}
@media screen and (max-width: 1023px) {
  .c-footer__links-container ul {
    flex-direction: column;
    gap: 1rem;
    padding-left: 1.5rem;
  }
  .c-footer__links-container ul li:not(:last-child)::after {
    content: none;
  }
}
.c-footer__links-container ul li:not(:last-child)::after {
  content: "|";
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .c-footer__links-container ul li:not(:last-child)::after {
    content: none;
  }
}
.c-footer__links-container ul a {
  color: #fff;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
}
.c-footer__links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px clamp(16px, 2.5em, 40px);
  list-style: none;
  padding: 0;
  margin: 16px 0;
}
.c-footer__links-link {
  color: #1B2022;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4rem;
}
.c-footer .o-icon::before {
  display: inline-block;
}

/* ===================================================================
 * BANDEAU HAUT
 * =================================================================*/
.c-header {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-header {
    height: 50rem;
    z-index: 2;
  }
}
@media screen and (max-width: 792px) {
  .c-header {
    height: 26rem;
  }
}
.c-header__title {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 6rem;
}
@media screen and (max-width: 1024px) {
  .c-header__title {
    font-size: 3rem;
  }
}
.c-header__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 1024px) {
  .c-header__inner {
    position: fixed;
    width: 100vw;
    background-color: #ffffff;
    z-index: 1;
    height: 10rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.6901960784);
  }
}
.c-header__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-height: 12rem;
}
@media screen and (min-width: 1025px) {
  .c-header__wrapper {
    height: 12rem;
  }
}
@media (max-width: 1023px) {
  .c-header__wrapper {
    justify-content: space-between;
    padding: 1rem 0;
    height: 100%;
  }
}
.c-header__logo {
  max-width: 20%;
}
@media screen and (max-width: 1024px) {
  .c-header__logo {
    max-width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .c-header__logo {
    max-width: 12rem;
  }
  .c-header__logo img {
    max-width: 120px !important;
  }
}
.c-header__logo h1 {
  margin: 0;
  line-height: 1;
}
.c-header__logo img {
  display: block;
}

.PRS_MISENAVANT_BLEU {
  position: relative;
  margin-bottom: 48px;
  color: #ffffff;
  background: #005A7A;
  padding: 32px 144px 64px 48px;
  box-sizing: border-box;
  overflow: visible !important;
}
.PRS_MISENAVANT_BLEU h1, .PRS_MISENAVANT_BLEU h2, .PRS_MISENAVANT_BLEU h3, .PRS_MISENAVANT_BLEU h4, .PRS_MISENAVANT_BLEU h5 {
  color: #ffffff;
}
.PRS_MISENAVANT_BLEU.txt ul:not([class*=__]) li::before {
  background: #ffffff;
}
.PRS_MISENAVANT_BLEU.txt ol:not([class*=__]) > li::before {
  color: #ffffff;
}
.PRS_MISENAVANT_BLEU.txt a:not(.o-button, [class*=__]) {
  color: #ffffff;
  border-color: #ffffff;
}
.PRS_MISENAVANT_BLEU.txt a:not(.o-button, [class*=__]):hover, .PRS_MISENAVANT_BLEU.txt a:not(.o-button, [class*=__]):active, .PRS_MISENAVANT_BLEU.txt a:not(.o-button, [class*=__]):focus {
  color: #A2AAAE;
}
.PRS_MISENAVANT_BLEU.txt a:not(.o-button, [class*=__]).document::before {
  color: #ffffff;
}
.PRS_MISENAVANT_BLEU::after {
  content: "";
  width: 112px;
  height: 16px;
  background: #D2EFF9;
  margin-left: 48px;
  position: absolute;
  bottom: -8px;
}

.PRS_MISENAVANT_BLANCHE {
  position: relative;
  border: 2px solid #005A7A;
  padding: 32px 48px;
  box-sizing: border-box;
  background: #ffffff;
  margin-bottom: 48px;
}

.c-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .c-navigation {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .c-navigation {
    margin: 0;
    width: unset;
  }
}
.c-navigation__btn-menu-mobile {
  display: none;
  background-color: transparent;
  border: none;
  font-size: 1rem;
  color: var(--couleur-principale, #256000);
}
.c-navigation__btn-menu-mobile .o-icon {
  font-size: 3rem;
}
@media (max-width: 1023px) {
  .c-navigation__btn-menu-mobile {
    display: block;
  }
  .c-navigation__btn-menu-mobile .o-icon {
    font-size: 4rem;
  }
  .c-navigation__btn-menu-mobile::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: transparent;
    opacity: 0;
    transition: all 0.3s;
  }
  .c-navigation__btn-menu-mobile[aria-expanded=true]::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -100vh;
    background-color: white;
    pointer-events: none;
    opacity: 1;
  }
}
.c-navigation__nav {
  width: 100%;
  margin-right: 5rem;
}
@media screen and (min-width: 1025px) {
  .c-navigation__nav {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .c-navigation__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0;
    z-index: 100;
    height: 80vh;
  }
}
.c-navigation__inner {
  padding: 0 4rem;
}
@media screen and (min-width: 1025px) {
  .c-navigation__inner {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .c-navigation__inner {
    padding: 0 1rem;
  }
}
.c-navigation__close {
  border: 2px solid var(--couleur-principale, #256000);
  border-radius: 0.7rem;
  padding: 5px;
  background: #fff;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.c-navigation__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-navigation__list--level-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 clamp(30px, 5em, 80px);
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .c-navigation__list--level-1 {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .c-navigation__list--level-1 {
    width: 100%;
    padding: 12px 16px 12px;
    flex-direction: column;
    gap: 6px;
  }
}
.c-navigation__list--level-2 {
  padding: 32px 0 0;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
@media (max-width: 1023px) {
  .c-navigation__list--level-2 {
    padding: 0;
    margin: 0;
    gap: 0;
  }
}
.c-navigation__item--search {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .c-navigation__item--search {
    justify-content: center;
  }
}
.c-navigation__item.is-open-on-hover::after {
  content: "";
  position: absolute;
  bottom: -50px;
  height: 90px;
  left: 0;
  right: 0;
}
.c-navigation__item.is-open-on-hover .c-navigation__close {
  display: none;
  opacity: 0;
}
@media (max-width: 1023px) {
  .c-navigation__item.--selected > .c-navigation__link {
    color: var(--couleur-principale, #256000);
  }
}
.c-navigation__item--level-1 {
  border-top: 0.4rem solid transparent;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-navigation__item--level-1 {
    border-top: none;
  }
}
.c-navigation__item--level-1:hover, .c-navigation__item--level-1:focus, .c-navigation__item--level-1:active, .c-navigation__item--level-1.c-navigation__item--selected {
  border-top-color: var(--couleur-principale, #256000);
}
@media screen and (max-width: 1024px) {
  .c-navigation__item--level-1:hover, .c-navigation__item--level-1:focus, .c-navigation__item--level-1:active, .c-navigation__item--level-1.c-navigation__item--selected {
    border-top: none;
  }
}
.c-navigation__item--level-1.--selected > .c-navigation__link::after {
  width: 100%;
  color: var(--couleur-principale, #256000);
}
.c-navigation__item--level-2 {
  width: 33.3333333333%;
  padding: 0 10px;
}
@media (max-width: 1280px) {
  .c-navigation__item--level-2 {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .c-navigation__item--level-2 {
    width: 100%;
    padding: 0;
  }
}
.c-navigation__item--level-2.--selected > .c-navigation__link {
  color: var(--couleur-principale, #256000);
}
.c-navigation__item--level-3 + .c-navigation__item {
  margin-top: 7px;
}
.c-navigation__link {
  display: block;
  text-decoration: none;
}
.c-navigation__link--level-1 {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  color: #1B2022;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  transition: color 200ms ease-in-out;
  height: 100%;
  top: -0.4rem;
}
.c-navigation__link--level-1::after {
  content: "\e912";
  position: relative;
  top: 0;
  font-family: "Icomoon";
  transform: rotate(90deg);
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .c-navigation__link--level-1::after {
    content: none;
  }
}
.c-navigation__link--level-1:hover::after, .c-navigation__link--level-1:focus::after {
  top: 0.5rem;
}
.c-navigation__link--level-1 .o-icon {
  grid-area: chevron;
}
@media (max-width: 1023px) {
  .c-navigation__link--level-1 {
    color: #1B2022;
    font-size: 1.8rem;
    line-height: 1.5em;
    font-weight: 900;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 0;
  }
}
.c-navigation__link--level-1[aria-expanded=true] .o-icon {
  transform: rotate(180deg);
}
.c-navigation__link--level-1[aria-expanded=true]::after {
  transform: rotate(0);
}
.c-navigation__link--level-1:hover, .c-navigation__link--level-1:focus {
  text-decoration: none;
}
.has-background .c-navigation__link--level-1 {
  color: #ffffff;
}
.c-navigation__link--level-2 {
  display: inline-block;
  padding: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--couleur-principale, #256000);
  width: 100%;
  transition: all 0.3s;
}
.c-navigation__link--level-2:hover, .c-navigation__link--level-2:focus {
  text-decoration: none;
  color: #1B2022;
  border-color: #1B2022;
}
.c-navigation__link--level-3 {
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 400;
  color: #1B2022;
}
@media (max-width: 1023px) {
  .c-navigation__link--level-3 {
    font-size: 1.2rem;
  }
}
.c-navigation__link-libelle {
  grid-area: label;
}
.c-navigation__title-level-2 {
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--couleur-principale, #256000);
  letter-spacing: 0.02em;
  padding-bottom: 8px;
  border-bottom: 1px solid #525C60;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
}
.c-navigation__link-icon {
  margin-right: 10px;
  font-size: 1.2rem;
}
@media (max-width: 1023px) {
  .c-navigation__link-icon {
    display: none;
  }
}
.c-navigation__submenu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  padding-top: 32px;
  padding-bottom: 64px;
  background-color: #ffffff;
  overflow: auto;
  max-height: calc(100vh - 101px - var(--pseudo-menu-height));
  z-index: 10;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3333333333);
}
@media (max-width: 1023px) {
  .c-navigation__submenu {
    position: relative;
    top: 0;
    padding: 0;
    bottom: inherit;
    box-shadow: none;
  }
}
.c-navigation__submenu-inner {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .c-navigation__submenu-inner {
    flex-direction: column-reverse;
    margin: 0;
  }
}

@media (max-width: 1023px) {
  .submenu-header {
    background-color: #1B2022;
    display: flex;
    align-items: center;
  }
  .submenu-header .c-navigation__close {
    color: #ffffff;
  }
}
.submenu-header__title {
  margin-bottom: 0;
  flex-grow: 1;
}
@media (max-width: 1023px) {
  .submenu-header__title {
    display: block;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 12px 15px;
  }
}
.submenu-header__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.3rem;
  font-weight: 400;
  color: #3D4448;
  background-color: transparent;
  margin-left: auto;
  transition: all 0.3s;
  border: 2px solid transparent;
}
@media (max-width: 1023px) {
  .submenu-header__close--hidden-mobile {
    display: none;
  }
}
.submenu-header__close:hover, .submenu-header__close:focus {
  border-color: #1B2022;
}
.submenu-header__close:hover i, .submenu-header__close:focus i {
  color: #1B2022;
}
@media (max-width: 1023px) {
  .submenu-header__close {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .submenu-header--hidden-desktop {
    display: none;
  }
}

#languageWrapper {
  position: relative;
  border: 0.2rem solid #ECECEE;
  border-radius: 1rem;
}
#languageWrapper #languageButton {
  display: flex;
  background: transparent;
  border: 0;
  padding: 1.2rem 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  width: 100%;
  min-width: 5.6rem;
}
#languageWrapper #languageButton:after {
  font-family: "Icomoon";
  content: "\e912";
  display: inline-block;
  color: var(--couleur-principale, #008EC2);
  margin-left: 1rem;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
#languageWrapper #languageButton[aria-expanded=true]::after {
  transform: rotate(-90deg);
}
#languageWrapper #languageSelect {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  background: #ffffff;
  padding: 1rem 0;
  border: 0.2rem solid #ECECEE;
  border-radius: 1rem;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.15);
}
#languageWrapper #languageSelect a {
  font-weight: 500;
  color: #1B2022;
  text-decoration: none;
}

.blocRechercheWrapper form {
  max-width: 640px;
  margin: 0 auto;
  padding: 13px 10px;
  box-sizing: border-box;
  position: relative;
}
.blocRechercheWrapper form #searchString {
  width: 100%;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  text-align: left;
  border: 0;
}
@media screen and (max-width: 480px) {
  .blocRechercheWrapper form #searchString {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.blocRechercheWrapper form .c-recherche-menu__label {
  display: none;
}
.blocRechercheWrapper form [name=searchString] {
  color: #282828;
  opacity: 1;
}
.blocRechercheWrapper form #searchSubmit {
  padding: 0;
  background-color: var(--couleur-secondaire, #323232);
  border: none;
  overflow: hidden;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 1.4rem;
  font-weight: 700;
  position: absolute;
}
.blocRechercheWrapper form #searchSubmit:focus {
  outline-offset: -2px;
}
.blocRechercheWrapper form #searchSubmit:hover, .blocRechercheWrapper form #searchSubmit:focus {
  background-color: var(--couleur-secondaire, #323232);
  transition: all 0.3s;
}

.blocRechercheWrapper {
  position: relative;
  min-height: 260px;
  background-color: var(--couleur-principale, #256000);
}
.police_0 .blocRechercheWrapper {
  font-family: "Nunito", "Arial", sans-serif;
  font-weight: 700;
}
.police_1 .blocRechercheWrapper {
  font-family: "Satisfy", "Arial", sans-serif;
  font-weight: 700;
}
.police_2 .blocRechercheWrapper {
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 700;
}
.police_3 .blocRechercheWrapper {
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 700;
}
.blocRechercheWrapper.visuel {
  background: no-repeat center center;
  background-size: cover;
  min-height: 520px;
}
@media screen and (max-width: 1024px) {
  .blocRechercheWrapper.visuel {
    position: relative;
    min-height: 380px;
    top: 10rem;
  }
}
@media screen and (max-width: 792px) {
  .blocRechercheWrapper.visuel {
    min-height: 160px;
  }
}
.blocRechercheWrapper .slogan {
  background: transparent;
  position: absolute;
  left: calc((100% - 1280px) / 2);
  bottom: 0;
  color: #ffffff;
  font-family: var(--font-title);
  font-size: 4.8rem;
  padding: 20px 60px 70px 70px;
  line-height: normal;
}
.blocRechercheWrapper .slogan h1 {
    color: #ffffff;
    font-family: var(--font-title);
    font-size: 4.8rem;
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 1300px) {
  .blocRechercheWrapper .slogan {
    left: 0;
    background: linear-gradient(101.82deg, var(--couleur-secondaire, #323232) 36.25%, var(--couleur-secondaire, #323232) 101.31%);
  }
}
@media screen and (max-width: 1024px) {
  .blocRechercheWrapper .slogan {
    display: none;
  }
}
.blocRechercheWrapper .slogan:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100vw - 1280px) / -2);
  bottom: 0;
  right: 0;
  background: linear-gradient(101.82deg, var(--couleur-secondaire, #323232) 36.25%, var(--couleur-secondaire, #323232) 101.31%);
  border-top-right-radius: 15px;
}
.blocRechercheWrapper .slogan .innerCenter {
  position: relative;
  z-index: 1;
}

.interne .blocRechercheWrapper #blocRecherche,
.blocRechercheWrapper #blocRecherche.c-recherche-menu {
  display: none;
  position: absolute;
  background-color: var(--couleur-principale, #256000);
  left: 0;
  right: 0;
  box-sizing: border-box;
  z-index: 1;
  padding: 7rem 2rem;
}
.interne .blocRechercheWrapper #blocRecherche--visuel,
.blocRechercheWrapper #blocRecherche.c-recherche-menu--visuel {
  display: block;
  background-color: transparent;
}
.interne .blocRechercheWrapper #blocRecherche #searchString,
.blocRechercheWrapper #blocRecherche.c-recherche-menu #searchString {
  height: 45px;
  padding: 0 0 0 25px;
  box-sizing: border-box;
  text-transform: initial;
  border-radius: 50px;
}
.interne .blocRechercheWrapper #blocRecherche #searchString:focus::placeholder, .interne .blocRechercheWrapper #blocRecherche #searchString:active::placeholder,
.blocRechercheWrapper #blocRecherche.c-recherche-menu #searchString:focus::placeholder,
.blocRechercheWrapper #blocRecherche.c-recherche-menu #searchString:active::placeholder {
  background-color: #ffffff;
  opacity: 0;
}
.interne .blocRechercheWrapper #blocRecherche #searchSubmit,
.blocRechercheWrapper #blocRecherche.c-recherche-menu #searchSubmit {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  right: 13px;
  margin-top: 1px;
}

.c-recherche-button {
  padding: 1.5rem;
  border-radius: 100%;
  background-color: var(--couleur-principale, #256000);
  border-color: var(--couleur-principale, #256000);
  transition: all 0.3s;
}
.c-recherche-button:hover, .c-recherche-button:focus {
  background-color: #fff;
}
.c-recherche-button:hover .o-icon--search::before, .c-recherche-button:focus .o-icon--search::before {
  color: var(--couleur-principale, #256000);
}
.c-recherche-button .o-icon--search::before {
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .c-recherche-button {
    background: none;
    border: none;
  }
  .c-recherche-button .o-icon--search::before {
    color: var(--couleur-principale, #256000);
    font-size: 2.8rem;
  }
}

.c-skiplinks {
  position: fixed;
  z-index: -1;
  top: -5rem;
  width: 100%;
  transition: all 0.3s;
  background-color: #ffffff;
  border-bottom: 3px solid #008EC2;
  opacity: 1;
}
.c-skiplinks:focus-within {
  top: 0;
  z-index: 100;
  opacity: 1;
}
.pseudo .c-skiplinks:focus-within {
  top: 48px;
}
.c-skiplinks__list {
  display: flex;
  margin: 0;
}
.c-skiplinks__item {
  list-style: none;
}
.c-skiplinks__link {
  display: block;
  padding: 8px;
  color: #008EC2;
  background-color: #ffffff;
  text-decoration: none;
  margin: 0 8px;
}
.c-skiplinks__link:hover, .c-skiplinks__link:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #008EC2;
}

.splide--fade .splide__track {
  overflow: visible;
}
.splide .splide__toggle {
  background: transparent;
  border: none;
  justify-content: center;
}
.splide .splide__arrow {
  position: static;
  transform: none;
  background: #ffffff;
  border: 0.1rem solid #1B2022;
  margin: 8px;
  opacity: 1;
  transition: 300ms ease-out;
}
.splide .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}
.splide .splide__arrow.is-active, .splide .splide__arrow:hover, .splide .splide__arrow:focus, .splide .splide__arrow:active {
  background: var(--template-color, #008EC2);
}
.splide .splide__arrow.is-active:before, .splide .splide__arrow:hover:before, .splide .splide__arrow:focus:before, .splide .splide__arrow:active:before {
  color: #ffffff;
}
.splide .splide__pagination {
  position: static;
  align-items: center;
}
.splide .splide__pagination__page {
  background: #1B2022;
  border: 0.1rem solid #1B2022;
  margin: 4px;
  width: 16px;
  height: 16px;
  opacity: 1;
  transition: 200ms ease-out;
}
.splide .splide__pagination__page:hover:not(:disabled) {
  opacity: 1;
}
.splide .splide__pagination__page.is-active, .splide .splide__pagination__page:hover, .splide .splide__pagination__page:focus, .splide .splide__pagination__page:active {
  background: var(--template-color, #008EC2);
}
.splide .splide__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.splide .splide__slide--row-reverse {
  flex-direction: row-reverse;
}

.c-video__video {
  width: 100%;
}

.s-agenda-une {
  padding: 3rem 0;
  margin-bottom: 0;
}
.s-agenda-une h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--texte);
}
.s-agenda-une h2::after {
  display: none;
}
.s-agenda-une__button--primary {
  margin-top: 38px;
  text-transform: none;
}
@media screen and (max-width: var(--tablet)) {
  .s-agenda-une__button--primary {
    margin-top: 20px;
    padding: 2rem 1rem;
    font-size: 1.6rem;
  }
}
.s-agenda-une__list .s-agenda-une__item::before {
  content: none;
}
.s-agenda-une__link--centered {
  display: flex;
  justify-content: center;
}
.s-agenda-une__container .picto_thematique {
  background-color: var(--couleur-principale, #256000);
  padding: 15px;
  color: #fff;
  width: 25%;
}
.s-agenda-une__container .picto_thematique::before {
  color: #fff;
}
.s-agenda-une__container .picto_horaire {
  margin: 0 0 15px;
}
.TPL_AGENDA #mapAgenda {
    min-height: 500px;
}
.s-actualite-une {
  margin: 40px 0;
}
.s-actualite-une h2 {
  margin: 20px auto;
  text-align: center;
  text-transform: uppercase;
}
.s-actualite-une__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .s-actualite-une__wrapper {
    flex-direction: column;
  }
}
.s-actualite-une__niveau1 {
  border-radius: 5px;
  width: 65%;
  background-position: center;
  background-size: cover;
  display: flex;
  position: relative;
  min-height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .s-actualite-une__niveau1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 792px) {
  .s-actualite-une__niveau1 {
    min-height: 220px;
  }
}
.s-actualite-une__niveau1__thematique {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--couleur-principale, #256000);
  margin-bottom: 10px;
}
@media screen and (max-width: 792px) {
  .s-actualite-une__niveau1__thematique {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}
.s-actualite-une__niveau1__item {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.s-actualite-une__niveau1__item-info {
  background-color: rgba(255, 255, 255, 0.8);
  min-width: 400px;
  box-sizing: border-box;
  padding: 34px 40px;
}
@media screen and (max-width: 1024px) {
  .s-actualite-une__niveau1__item-info {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 792px) {
  .s-actualite-une__niveau1__item-info {
    width: 100%;
    min-height: inherit;
    min-width: inherit;
    box-sizing: border-box;
    padding: 8px 5px;
  }
}
.s-actualite-une__niveau1__item-info h3 {
  margin-bottom: 0;
}
.s-actualite-une__niveau1__item-info a {
  color: #282828;
  font-weight: 700;
  font-size: 2.4rem;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .s-actualite-une__niveau1__item-info a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .s-actualite-une__niveau1__item-info a {
    font-size: 1.8rem;
  }
}
.s-actualite-une__niveau1__item-info a:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: -100vh;
  left: 0;
  right: 0;
}
.s-actualite-une__niveau2 {
  display: flex;
  flex-direction: column;
  width: 32%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .s-actualite-une__niveau2 {
    width: 100%;
  }
}
.s-actualite-une__niveau2__item {
  border: 1px solid #d9dbde;
  border-radius: 5px;
  display: flex;
  flex-basis: 30%;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.s-actualite-une__niveau2__item:not(:last-child) {
  margin-bottom: 5%;
}
@media screen and (max-width: 1024px) {
  .s-actualite-une__niveau2__item {
    margin-bottom: 20px;
  }
}
.s-actualite-une__niveau2__item img {
  max-width: 144px;
  object-fit: cover;
}
.s-actualite-une__niveau2__item-info {
  padding: 14px 20px;
}
.s-actualite-une__niveau2__thematique {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--couleur-principale, #256000);
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .s-actualite-une__niveau2__thematique {
    margin-bottom: 0;
  }
}
.s-actualite-une__niveau2 h3 {
  line-height: 2.2rem;
  margin-bottom: 0;
}
.s-actualite-une__niveau2 h3 a {
  font-weight: 700;
  font-size: 2rem;
  color: #282828;
  text-decoration: none;
}
@media screen and (max-width: 792px) {
  .s-actualite-une__niveau2 h3 a {
    font-size: 1.8rem;
  }
}
.s-actualite-une__niveau2 h3 a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.s-actualite-une__btn-primary {
  margin-top: 38px;
  text-transform: none;
}
@media screen and (max-width: 1024px) {
  .s-actualite-une__btn-primary {
    margin-top: 20px;
    padding: 2rem 1rem;
  }
}
.s-actualite-une .c-card .u-flex {
  border-top: 1px solid #d9dbde;
  border-bottom: 1px solid #d9dbde;
}

.TPL_ACTUALITELISTE .item,
.TPL_ACTUALITETHEMATIQUE .item {
  width: 23%;
}
@media screen and (max-width: 1024px) {
  .TPL_ACTUALITELISTE .item,
  .TPL_ACTUALITETHEMATIQUE .item {
    width: 45%;
  }
}
@media screen and (max-width: 792px) {
  .TPL_ACTUALITELISTE .item,
  .TPL_ACTUALITETHEMATIQUE .item {
    width: 90%;
  }
}
.TPL_ACTUALITELISTE .item .thematique,
.TPL_ACTUALITETHEMATIQUE .item .thematique {
  padding: 0;
  margin: 10px 0 0;
  position: relative;
  display: block;
  color: var(--couleur-principale, #256000);
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 900;
}

.TPL_ACTUALITE .picto_thematique {
  color: var(--couleur-principale, #256000);
  font-weight: 700;
}
.TPL_ACTUALITE .picto_horaire {
  color: var(--couleur-principale, #256000);
  margin: 0 0 30px;
}

.TPL_ACCESRAPIDE {
  background: #fff;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  max-width: 126rem;
  margin: -5rem auto 7.5rem;
}
@media screen and (max-width: var(--mobile)) {
  .TPL_ACCESRAPIDE {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    margin: -35px auto 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .TPL_ACCESRAPIDE {
    padding: 2rem 4rem !important;
    margin-top: 5rem;
  }
}
.TPL_ACCESRAPIDE.paragraphe {
  margin-bottom: 0;
}
@media screen and (max-width: 791px) {
  .TPL_ACCESRAPIDE.paragraphe {
    margin-bottom: 40px;
  }
}
.TPL_ACCESRAPIDE .s-acces-rapide {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.TPL_ACCESRAPIDE .s-acces-rapide__container {
  width: 100%;
}
.TPL_ACCESRAPIDE .s-acces-rapide .wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .TPL_ACCESRAPIDE .s-acces-rapide .wrapper {
    display: none;
  }
}
.TPL_ACCESRAPIDE .s-acces-rapide__map {
  position: relative;
  padding: 16px 32px 16px 80px;
  display: flex;
  height: 50%;
  align-items: center;
}
.TPL_ACCESRAPIDE .s-acces-rapide__map::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 25%;
  left: 0;
  background: #005A7A;
  width: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.TPL_ACCESRAPIDE .s-acces-rapide__map:hover::before, .TPL_ACCESRAPIDE .s-acces-rapide__map:active::before, .TPL_ACCESRAPIDE .s-acces-rapide__map:focus::before {
  right: 0;
  bottom: 0;
  width: 100vw;
}
.TPL_ACCESRAPIDE .s-acces-rapide__map a {
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
}
.TPL_ACCESRAPIDE .s-acces-rapide__map a .o-icon {
  font-size: 2rem;
}
.TPL_ACCESRAPIDE .s-acces-rapide .splide {
  padding: 0 40px;
}
@media screen and (max-width: 1023px) {
  .TPL_ACCESRAPIDE .s-acces-rapide .splide {
    padding: 16px;
  }
}
.TPL_ACCESRAPIDE .s-acces-rapide .splide__arrows {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1023px) {
  .TPL_ACCESRAPIDE .s-acces-rapide .splide__arrows {
    display: none;
  }
}
.TPL_ACCESRAPIDE .s-acces-rapide .splide__arrow {
  width: 3.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.TPL_ACCESRAPIDE .s-acces-rapide .splide__arrow--prev {
  left: -2rem;
}
@media screen and (max-width: 792px) {
  .TPL_ACCESRAPIDE .s-acces-rapide .splide__arrow--prev {
    left: -4rem;
  }
}
.TPL_ACCESRAPIDE .s-acces-rapide .splide__arrow--next {
  right: -2rem;
}
@media screen and (max-width: 792px) {
  .TPL_ACCESRAPIDE .s-acces-rapide .splide__arrow--next {
    right: -4rem;
  }
}
.TPL_ACCESRAPIDE .s-acces-rapide .splide .splide__arrow {
  background: unset;
  padding: unset;
  border: unset;
}
.TPL_ACCESRAPIDE .s-acces-rapide .splide .splide__arrow svg {
  fill: #008EC2;
}
.TPL_ACCESRAPIDE .s-acces-rapide__list {
  list-style-type: none;
  margin: 0;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .TPL_ACCESRAPIDE .s-acces-rapide__list {
    gap: 8px;
  }
}
.TPL_ACCESRAPIDE .s-acces-rapide__item {
  position: relative;
  display: flex;
  justify-content: center;
  flex-shrink: 1;
  bottom: 0;
  transition: all 0.2s;
}
@media screen and (max-width: 791px) {
  .TPL_ACCESRAPIDE .s-acces-rapide__item {
    width: 10rem;
    flex-shrink: 0;
  }
}
.TPL_ACCESRAPIDE .s-acces-rapide__item:hover, .TPL_ACCESRAPIDE .s-acces-rapide__item:active, .TPL_ACCESRAPIDE .s-acces-rapide__item:focus {
  bottom: 0.5rem;
}
.TPL_ACCESRAPIDE .s-acces-rapide__item:hover .s-acces-rapide__link, .TPL_ACCESRAPIDE .s-acces-rapide__item:active .s-acces-rapide__link, .TPL_ACCESRAPIDE .s-acces-rapide__item:focus .s-acces-rapide__link {
  color: #282828;
}
.TPL_ACCESRAPIDE .s-acces-rapide__content {
  padding: 16px 0;
  min-height: 14rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.TPL_ACCESRAPIDE .s-acces-rapide__content:hover .c-acces-rapide__link, .TPL_ACCESRAPIDE .s-acces-rapide__content:active .c-acces-rapide__link, .TPL_ACCESRAPIDE .s-acces-rapide__content:focus .c-acces-rapide__link {
  text-decoration: none;
}
.TPL_ACCESRAPIDE .s-acces-rapide__title {
  margin-bottom: 0;
  line-height: 1.1;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
}
.TPL_ACCESRAPIDE .s-acces-rapide__link {
  color: var(--couleur-principale, #256000);
  font-size: 1.8rem;
  font-weight: 900;
  text-decoration: none;
  transition: all 0.2s;
}
.TPL_ACCESRAPIDE .s-acces-rapide__icon-wrapper {
  width: 6rem;
  height: 6rem;
}

.TPL_ANNUAIRELISTE .blocFiltre form {
  background-color: #005A7A;
  padding: 24px;
}
.TPL_ANNUAIRELISTE .blocFiltre form .form-group {
  padding: 0;
}
.TPL_ANNUAIRELISTE .blocFiltre form .form-group .o-form-control {
  padding: 0;
}
.TPL_ANNUAIRELISTE .blocFiltre form .form-group .o-form-control__input, .TPL_ANNUAIRELISTE .blocFiltre form .form-group .o-form-control__select {
  background-color: #005A7A;
  color: #ffffff;
  border-radius: 0;
  border: none;
  border-bottom: 0.1rem solid #ffffff;
  padding-left: 0;
}
.TPL_ANNUAIRELISTE .blocFiltre form .o-pagination-nb {
  color: #ffffff;
}
.TPL_ANNUAIRELISTE #annuaireListeContent .c-card__body {
  padding: 0 8px;
}
.TPL_ANNUAIRELISTE #annuaireListeContent .c-card__category {
  font-size: 1.4rem !important;
  margin-bottom: 0 !important;
  border-radius: 0.5rem;
}
.TPL_ANNUAIRELISTE #annuaireListeContent .c-card__title {
  font-size: 2.2rem;
  margin-top: 0.5rem;
}
.TPL_ANNUAIRELISTE #annuaireListeContent .c-card p {
  font-size: 1.6rem;
  margin: 12px 0;
  word-break: break-word;
}

.TPL_ANNUAIRE .c-card.PRS_MISENAVANT_COULEUR1 {
  padding: 0;
}
.TPL_ANNUAIRE .c-card.PRS_MISENAVANT_COULEUR1 h3 {
  color: #fff;
}
.TPL_ANNUAIRE .c-card__image-wrapper {
  text-align: center;
}

.en-image {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 791px) {
  .en-image {
    flex-direction: column;
    align-items: flex-start;
  }
  .en-image__details {
    margin-bottom: 3rem;
  }
  .en-image__title {
    font-size: 2.5rem;
  }
}
.en-image__details {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .en-image__details {
    width: 100%;
  }
}
.en-image__images {
  width: 56%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 791px) {
  .en-image__images {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .en-image__images {
    min-height: 55rem;
  }
}
.en-image__image {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 200px;
  object-fit: cover;
}
.en-image__image-link {
  width: 100%;
}
.en-image__image-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s;
}
.en-image__image-link:hover::before, .en-image__image-link:focus::before, .en-image__image-link:active::before {
  opacity: 1;
}
.en-image__image-link:hover .en-image__image-title, .en-image__image-link:focus .en-image__image-title, .en-image__image-link:active .en-image__image-title {
  opacity: 1;
}
.en-image__image-title {
  position: relative;
  font-size: 2.7rem;
  text-align: center;
  color: #ffffff;
  padding: 0 8px;
  z-index: 2;
  opacity: 0;
  transition: all 0.6s;
}
.en-image__image--1 {
  grid-area: 1/1/2/2;
}
.en-image__image--2 {
  grid-area: 1/2/2/3;
}
.en-image__image--3 {
  grid-area: 2/1/3/2;
}
.en-image__image--4 {
  grid-area: 2/2/3/3;
}
.en-image__image--5 {
  grid-area: 2/3/3/4;
}
.en-image__image--6 {
  grid-area: 3/2/4/3;
}
.en-image__image--7 {
  grid-area: 3/3/4/4;
}

@media screen and (max-width: 791px) {
  .en-image {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .en-image__image--1 {
    grid-area: 1/1/2/2;
  }
  .en-image__image--2 {
    grid-area: 1/2/2/3;
  }
  .en-image__image--3 {
    grid-area: 2/1/3/2;
  }
  .en-image__image--4 {
    grid-area: 2/2/3/3;
  }
  .en-image__image--5 {
    grid-area: 3/1/4/2;
  }
  .en-image__image--6 {
    grid-area: 3/2/4/3;
  }
  .en-image__image--7 {
    grid-area: 4/1/5/2;
  }
}
/* ===================================================================
 * TEMPLATES - FAQ (COMMUN)
 * =================================================================*/
div[class*=TPL_FAQ] .colonneContenu .accordion__title {
  display: none;
}
div[class*=TPL_FAQ] .colonneContenu .accordion__header {
  text-align: left;
  border: none;
  border-bottom: 0.1rem solid #C3CCD0;
  color: #1B2022;
  background-color: #ffffff;
  margin: 12px 0 0 0;
  padding: 24px 24px 24px 0;
  display: block;
  width: 100%;
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 3.2rem;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 792px) {
  div[class*=TPL_FAQ] .colonneContenu .accordion__header {
    font-size: 1.6rem;
  }
}
div[class*=TPL_FAQ] .colonneContenu .accordion__header:hover, div[class*=TPL_FAQ] .colonneContenu .accordion__header:focus, div[class*=TPL_FAQ] .colonneContenu .accordion__header:active {
  cursor: pointer;
  color: var(--couleur-principale, #256000);
  border-bottom-color: var(--couleur-principale, #256000);
}
div[class*=TPL_FAQ] .colonneContenu .accordion__header:hover:after, div[class*=TPL_FAQ] .colonneContenu .accordion__header:focus:after, div[class*=TPL_FAQ] .colonneContenu .accordion__header:active:after {
  bottom: 40%;
}
div[class*=TPL_FAQ] .colonneContenu .accordion__header::after {
  font-family: "Icomoon", sans-serif;
  content: "\e908";
  color: #1B2022;
  font-size: 1.2rem;
  position: absolute;
  right: 24px;
  transform: translateY(50%) rotate(-90deg);
  bottom: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 792px) {
  div[class*=TPL_FAQ] .colonneContenu .accordion__header::after {
    content: none;
  }
}
div[class*=TPL_FAQ] .colonneContenu .accordion__header[aria-expanded=true]::after {
  transform: translateY(50%) rotate(90deg);
}
div[class*=TPL_FAQ] .colonneContenu .js-accordion__panel {
  overflow: hidden;
  visibility: visible;
  max-height: 100em;
  opacity: 1;
  transition-delay: 0s;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
}
div[class*=TPL_FAQ] .colonneContenu .js-accordion__panel[aria-hidden=true] {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  transition-delay: 1s, 0s, 0s;
}
div[class*=TPL_FAQ] .colonneContenu .description {
  padding: 24px 0 40px;
  border-top: none;
}
div[class*=TPL_FAQ] .colonneContenu .description p {
  margin: 0;
}

.TPL_FAQLISTE.paragraphe {
  margin-bottom: 64px;
}
.TPL_FAQLISTE.paragraphe .colonneMenu {
  padding-left: 0;
}
.TPL_FAQLISTE.paragraphe .colonneMenu li {
  list-style-type: none;
}
.TPL_FAQLISTE.paragraphe .colonneMenu a {
  padding: 0;
  display: inline-block;
  color: #005A7A;
  text-decoration: none;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
}
.TPL_FAQLISTE.paragraphe .colonneMenu a:hover, .TPL_FAQLISTE.paragraphe .colonneMenu a:active, .TPL_FAQLISTE.paragraphe .colonneMenu a:focus {
  text-decoration: underline;
}
.TPL_FAQLISTE.paragraphe .colonneMenu a:focus, .TPL_FAQLISTE.paragraphe .colonneMenu a[aria-selected=true] {
  color: #005A7A;
  font-weight: 500;
}
.TPL_FAQLISTE.paragraphe .colonneMenu a:focus span::before, .TPL_FAQLISTE.paragraphe .colonneMenu a[aria-selected=true] span::before {
  color: #005A7A;
}
.TPL_FAQLISTE.paragraphe .colonneMenu a:focus span::after, .TPL_FAQLISTE.paragraphe .colonneMenu a[aria-selected=true] span::after {
  background-color: #fff !important;
  height: 3px;
}
.TPL_FAQLISTE.paragraphe .colonneMenu a span {
  padding: 10px 0;
  display: block;
  position: relative;
}
.TPL_FAQLISTE.paragraphe .colonneMenu a[aria-selected=true] span::after {
  background-color: #fff;
  height: 3px;
}
.TPL_FAQLISTE.paragraphe .avecMenu {
  width: 100%;
}
.TPL_FAQLISTE.paragraphe .avecMenu div.js-tabcontent[aria-hidden=true] {
  display: none;
}

.TPL_FLASHINFO {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .TPL_FLASHINFO {
    display: none;
  }
}
.TPL_FLASHINFO .type_I {
  background-color: var(--couleur-principale, #256000);
}
.TPL_FLASHINFO .type_W {
  background-color: var(--couleur-principale, #256000);
}
.TPL_FLASHINFO .type_A {
  background-color: var(--couleur-principale, #256000);
}
.TPL_FLASHINFO .splide {
  visibility: visible;
}
.TPL_FLASHINFO .splide__slide {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  font-weight: 500;
  color: #fff;
}
.TPL_FLASHINFO .splide__inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .TPL_FLASHINFO .splide__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.TPL_FLASHINFO .splide__alert {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-right: 64px;
}
.TPL_FLASHINFO .splide__alert span {
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .TPL_FLASHINFO .splide__alert {
    width: 100%;
    margin: 0 0 12px;
    text-align: left;
    flex-direction: row;
    gap: 8px;
  }
}
.TPL_FLASHINFO .splide__details {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  flex: 1;
}
.TPL_FLASHINFO .splide__libelle {
  position: relative;
  margin-right: 50px;
}
.TPL_FLASHINFO .splide__libelle::before {
  font-family: "Icomoon";
  content: "\e90c";
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  color: #ffffff;
  margin-right: 8px;
}
.TPL_FLASHINFO .splide__link {
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .TPL_FLASHINFO .splide__link {
    width: 100%;
  }
}
.TPL_FLASHINFO .splide__close {
  position: absolute;
  top: 0;
  right: 16px;
  background: transparent;
  border: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .TPL_FLASHINFO .splide__close {
    top: 50%;
    transform: translateY(-50%);
  }
}
.TPL_FLASHINFO .splide__close::before {
  font-family: "Icomoon";
  content: "\e90d";
  color: #fff;
}
.TPL_FLASHINFO .splide__close:hover, .TPL_FLASHINFO .splide__close:focus, .TPL_FLASHINFO .splide__close:active {
  cursor: pointer;
}

.TPL_DOCUMENTS dl {
  border: 0.1rem solid var(--couleur-principale, #256000);
}
.TPL_DOCUMENTS dl dt {
  font-size: 2.5rem;
  padding: 8px 16px;
  background-color: var(--couleur-principale, #256000);
  color: #ffffff;
  font-family: "Satoshi", sans-serif;
  font-weight: 800;
  width: 100%;
}
.TPL_DOCUMENTS dl dt::before {
  content: url("./images/liste.svg");
  fill: #ffffff;
  display: inline-block;
  width: 1.8rem;
  margin-right: 8px;
  color: #ffffff;
}
.TPL_DOCUMENTS dl dd {
  margin: 1em 0.3em 0 2em;
}
@media screen and (max-width: 792px) {
  .TPL_DOCUMENTS dl dd {
    margin-right: 0.6em;
  }
}
.TPL_DOCUMENTS dl dd:not(:last-child) {
  border-bottom: 1px solid #676D6F;
}
.TPL_DOCUMENTS dl dd .picto_document::before {
  content: url("./images/file.svg");
  fill: var(--couleur-principale, #256000);
  display: inline-block;
  width: 1.8rem;
  margin-right: 8px;
  color: #ffffff;
}
.TPL_DOCUMENTS dl dd .picto_document a {
  color: var(--couleur-principale, #256000);
  font-weight: 500;
  text-decoration: underine var(--couleur-principale, #256000);
}

.TPL_LISTEPAGESFILLE .c-card {
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.8rem;
}
.TPL_LISTEPAGESFILLE .c-card__title {
  text-align: center;
  padding: 1.5rem 0 2.5rem;
  margin-bottom: 0;
}
.TPL_LISTEPAGESFILLE .c-card__title .c-card__lien {
  text-align: center;
  font-size: 2.2rem;
}
.TPL_LISTEPAGESFILLE .c-card__lien {
  color: #1B2022;
  font-size: 2.6rem;
  text-decoration: none;
}
.TPL_LISTEPAGESFILLE .c-card__lien::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.TPL_LISTEPAGESFILLE .c-card__image-wrapper {
  border-radius: 0.8rem 0.8rem 0 0;
}
.TPL_LISTEPAGESFILLE .c-card__image-wrapper img {
  width: 100%;
  transition: all 0.2s;
}
.TPL_LISTEPAGESFILLE .c-card:hover img, .TPL_LISTEPAGESFILLE .c-card:active img, .TPL_LISTEPAGESFILLE .c-card:focus img {
  transform: scale(1.02);
}

/* ===================================================================
 * Plan du site
 * =================================================================*/
.TPL_PLANSITE a {
  text-decoration: none;
  display: inline-flex;
  color: #282828;
}
.TPL_PLANSITE a:hover, .TPL_PLANSITE a:focus, .TPL_PLANSITE a:active {
  text-decoration: underline;
}
.TPL_PLANSITE ul {
  list-style: none;
}
.TPL_PLANSITE ul a {
  font-size: 1.8rem;
  margin-bottom: 24px;
  font-weight: 700;
}
.TPL_PLANSITE ul ul {
  border-left: 0.1rem solid #282828;
  padding-left: 32px;
  margin-bottom: 24px;
}
.TPL_PLANSITE ul ul a {
  font-size: 1.6rem;
  margin-bottom: 16px;
  font-weight: 400;
}
.TPL_PLANSITE ul ul ul a {
  font-size: 1.4rem;
  color: #1B2022;
}

.c-filter {
  gap: 12px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin: 0 0 24px;
  list-style-type: none;
  padding: 0;
}
.c-filter input[type=radio] {
  display: none;
}
.c-filter input[type=radio]::before, .c-filter input[type=radio]::after {
  display: none;
}
.c-filter input[type=radio]:checked + .o-button--filter {
  --background-color: #ffffff;
  --foreground-color: #676D6F;
  border: 2px solid #A2AAAE;
}
.c-filter input[type=radio]:checked + .o-button--filter:hover {
  background-color: #ffffff;
  color: #676D6F;
}

.TPL_RECHERCHE.paragraphe {
  margin-bottom: 0;
}

.regletteNavigation {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 12px;
}
.regletteNavigation .o-button {
  padding: 12px;
  width: 40px;
  box-sizing: border-box;
  justify-content: center;
}

.TPL_PUBLICATIONHOME .paragraphe__inner > h2 {
  margin-bottom: 0;
}

.s-publication-home:has(.s-publication-home__slide-0.is-active) .s-publication-home__body-0 {
  display: block;
}
.s-publication-home:has(.s-publication-home__slide-1.is-active) .s-publication-home__body-1 {
  display: block;
}
.s-publication-home:has(.s-publication-home__slide-2.is-active) .s-publication-home__body-2 {
  display: block;
}
.s-publication-home:has(.s-publication-home__slide-3.is-active) .s-publication-home__body-3 {
  display: block;
}
.s-publication-home:has(.s-publication-home__slide-4.is-active) .s-publication-home__body-4 {
  display: block;
}
.s-publication-home:has(.s-publication-home__slide-5.is-active) .s-publication-home__body-5 {
  display: block;
}
.s-publication-home:has(.s-publication-home__slide-6.is-active) .s-publication-home__body-6 {
  display: block;
}
.s-publication-home:has(.s-publication-home__slide-7.is-active) .s-publication-home__body-7 {
  display: block;
}
.s-publication-home:has(.s-publication-home__slide-8.is-active) .s-publication-home__body-8 {
  display: block;
}
.s-publication-home:has(.s-publication-home__slide-9.is-active) .s-publication-home__body-9 {
  display: block;
}
.s-publication-home:has(.s-publication-home__slide-10.is-active) .s-publication-home__body-10 {
  display: block;
}
.s-publication-home:has(.s-publication-home__slide-11.is-active) .s-publication-home__body-11 {
  display: block;
}
.s-publication-home:has(.s-publication-home__slide-12.is-active) .s-publication-home__body-12 {
  display: block;
}
.s-publication-home:has(.s-publication-home__slide-13.is-active) .s-publication-home__body-13 {
  display: block;
}
.s-publication-home:has(.s-publication-home__slide-14.is-active) .s-publication-home__body-14 {
  display: block;
}
.s-publication-home:has(.s-publication-home__slide-15.is-active) .s-publication-home__body-15 {
  display: block;
}
.s-publication-home:has(.s-publication-home__slide-16.is-active) .s-publication-home__body-16 {
  display: block;
}
.s-publication-home:has(.s-publication-home__slide-17.is-active) .s-publication-home__body-17 {
  display: block;
}
.s-publication-home:has(.s-publication-home__slide-18.is-active) .s-publication-home__body-18 {
  display: block;
}
.s-publication-home:has(.s-publication-home__slide-19.is-active) .s-publication-home__body-19 {
  display: block;
}
.s-publication-home:has(.s-publication-home__slide-20.is-active) .s-publication-home__body-20 {
  display: block;
}
.s-publication-home__subtitle {
  position: relative;
  margin-bottom: 32px;
  margin-left: 16px;
  color: #005A7A;
}
@media (min-width: 1024px) {
  .s-publication-home__subtitle {
    margin-left: 134px;
  }
}
.s-publication-home__card {
  display: flex;
  flex-direction: column-reverse;
  gap: 72px;
}
.s-publication-home__bottom {
  margin-top: 32px;
  transition: opacity 0.3s ease-in-out;
}
.s-publication-home__body {
  display: none;
}
.s-publication-home__title {
  color: #008EC2;
  text-align: center;
  margin-bottom: 16px;
  max-width: 272px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .s-publication-home__title {
    margin-bottom: 24px;
    max-width: initial;
  }
}
.l-document__container:has(.TPL_PUBLICATIONHOME:last-child) .s-publication-home__title {
  color: #ffffff;
}
.s-publication-home__img {
  border-radius: 8px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 792px) {
  .s-publication-home__img {
    max-height: 278px;
  }
}
@media (min-width: 1024px) {
  .s-publication-home__img {
    max-height: 372px;
  }
}
.is-visible .s-publication-home__img {
  box-shadow: 0 7px 32.4px 0 rgba(15, 33, 71, 0.08);
}
.s-publication-home__btns {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (min-width: 1024px) {
  .s-publication-home__btns {
    flex-direction: row;
  }
}

.c-diaporama--publication {
  max-width: 220px;
  margin: auto;
}
@media (min-width: 792px) {
  .c-diaporama--publication {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .c-diaporama--publication {
    max-width: 823px;
  }
}
.c-diaporama--publication:not(.is-overflow) .c-diaporama__arrows {
  display: flex;
}
.c-diaporama--publication .c-diaporama__item {
  display: flex;
  align-items: center;
  transition: transform 0.3s;
  transform-origin: center center;
}
.c-diaporama--publication .c-diaporama__item.is-active.is-visible {
  z-index: 1;
}
@media (min-width: 792px) {
  .c-diaporama--publication .c-diaporama__item.is-active.is-visible .s-publication-home__img {
    transform: scale(1.29);
  }
}
@media (min-width: 792px) {
  .c-diaporama--publication .splide__track {
    padding-top: 39px;
    padding-bottom: 39px;
  }
}
@media (min-width: 1024px) {
  .c-diaporama--publication .splide__track {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
.c-diaporama--publication .c-diaporama__arrows {
  position: absolute;
  top: 50%;
  left: -46px;
  right: -46px;
  display: flex;
  justify-content: space-between;
  height: 0;
}
@media (min-width: 575px) {
  .c-diaporama--publication .c-diaporama__arrows {
    left: -56px;
    right: -56px;
  }
}
@media (min-width: 792px) {
  .c-diaporama--publication .c-diaporama__arrows {
    left: -28px;
    right: -28px;
  }
}
.c-diaporama--publication .c-diaporama__arrow:hover,
.c-diaporama--publication .c-diaporama__arrow {
  opacity: 1;
}

/* ===================================================================
 * EDITORIAL
 * =================================================================*/
/**
 * PARAGRAPHS
 */
.txt,
.partage {
  overflow: auto;
}
.txt a:not(.o-button, [class*=__]),
.partage a:not(.o-button, [class*=__]) {
  color: var(--couleur-principale, #256000);
  outline-offset: 0.2em;
  text-decoration: none;
  transition: color 300ms ease-in-out;
  font-weight: 700;
}
.txt a:not(.o-button, [class*=__]):hover, .txt a:not(.o-button, [class*=__]):focus, .txt a:not(.o-button, [class*=__]):active,
.partage a:not(.o-button, [class*=__]):hover,
.partage a:not(.o-button, [class*=__]):focus,
.partage a:not(.o-button, [class*=__]):active {
  text-decoration: none;
  color: #3D4448;
  border-bottom: solid 2px var(--couleur-principale, #256000);
}
.txt a:not(.o-button, [class*=__]):focus,
.partage a:not(.o-button, [class*=__]):focus {
  outline: 1px dashed #525C60;
}
.txt a:not(.o-button, [class*=__]).external::after,
.partage a:not(.o-button, [class*=__]).external::after {
  font-family: "Icomoon";
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--couleur-principale, #256000);
  margin: 0 4px;
  line-height: 0;
}
.txt a:not(.o-button, [class*=__]).external.noPicto::after,
.partage a:not(.o-button, [class*=__]).external.noPicto::after {
  content: none;
}
.txt a:not(.o-button, [class*=__]).document,
.partage a:not(.o-button, [class*=__]).document {
  display: inline-flex;
  align-items: center;
}
.txt a:not(.o-button, [class*=__]).document::before,
.partage a:not(.o-button, [class*=__]).document::before {
  font-family: "Icomoon";
  content: "\e900";
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  color: var(--couleur-principale, #256000);
  margin-right: 8px;
}
.txt a:not(.o-button, [class*=__]).document.noPicto::before,
.partage a:not(.o-button, [class*=__]).document.noPicto::before {
  content: none;
}
.txt ul:not([class*=__]),
.partage ul:not([class*=__]) {
  list-style: disc;
  overflow: hidden;
  padding: 0;
  margin: 0 0 24px;
}
.txt ul:not([class*=__]) li,
.partage ul:not([class*=__]) li {
  position: relative;
  margin-bottom: 8px;
}
.txt ul:not([class*=__]) li::before,
.partage ul:not([class*=__]) li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #008EC2;
  border-radius: 100%;
  margin-right: 8px;
  transform: translateY(-2px);
}
.txt ul:not([class*=__]) ul,
.partage ul:not([class*=__]) ul {
  margin: 8px 0 0 16px;
}
.txt ul:not([class*=__]) ul li::before,
.partage ul:not([class*=__]) ul li::before {
  background: transparent;
  border: 1px solid #008EC2;
}
.txt ol:not([class*=__]),
.partage ol:not([class*=__]) {
  padding: 0;
  counter-reset: li-counter;
  overflow: hidden;
  margin: 0 0 24px;
  list-style: decimal;
}
.txt ol:not([class*=__]) > li,
.partage ol:not([class*=__]) > li {
  position: relative;
  margin-bottom: 8px;
}
.txt ol:not([class*=__]) > li::before,
.partage ol:not([class*=__]) > li::before {
  content: counter(li-counter, decimal) ". ";
  counter-increment: li-counter;
  font-weight: bold;
  color: #008EC2;
}
.txt ol:not([class*=__]) > li li,
.partage ol:not([class*=__]) > li li {
  position: relative;
  margin-bottom: 0.8rem;
}
.txt ol:not([class*=__]) > li li::before,
.partage ol:not([class*=__]) > li li::before {
  content: counter(li-counter, lower-alpha) ". ";
  color: #005A7A;
  font-weight: 600;
}
.txt ol:not([class*=__]) ol,
.partage ol:not([class*=__]) ol {
  margin: 8px 0 0 16px;
}
.txt table,
.partage table {
  background-color: #ffffff;
  border-collapse: collapse;
  width: 100%;
  border: 0;
  margin-bottom: 24px;
}
.txt table caption,
.partage table caption {
  text-align: left;
}
.txt table thead td,
.txt table th,
.partage table thead td,
.partage table th {
  padding: 0 1rem 1rem;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #1B2022;
  border-bottom: 3px solid #005A7A;
  text-align: left;
}
.txt table td,
.partage table td {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #1B2022;
  border: 0;
  border-bottom: 1px solid #525C60;
  padding: 8px 12px;
}
.txt blockquote,
.partage blockquote {
  margin: 0;
}

iframe {
  border: 0;
}

/**
 * RESPONSIVE TABLE
 */
@media (max-width: 1023px) {
  .tableauContainer {
    overflow-x: scroll;
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
  }
  .tableauContainer > table {
    min-width: 791px;
    margin-bottom: 1rem !important;
  }
}

.tableauContainer table,
table.tableNotResponsive {
  border-collapse: collapse;
  border-style: hidden;
  width: 100% !important;
  margin-bottom: 2rem;
  overflow: hidden;
  border-color: transparent;
}
.tableauContainer table caption,
table.tableNotResponsive caption {
  font-weight: 400;
  font-size: 2rem;
  line-height: 3.1rem;
  letter-spacing: 0.03em;
  color: #1B2022;
  text-align: left;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.tableauContainer table td,
.tableauContainer table th,
table.tableNotResponsive td,
table.tableNotResponsive th {
  text-align: left;
}
.tableauContainer table td.alignleft,
.tableauContainer table th.alignleft,
table.tableNotResponsive td.alignleft,
table.tableNotResponsive th.alignleft {
  text-align: left;
}
.tableauContainer table td.alignright,
.tableauContainer table th.alignright,
table.tableNotResponsive td.alignright,
table.tableNotResponsive th.alignright {
  text-align: right;
}
.tableauContainer table td.alignrcenter,
.tableauContainer table th.alignrcenter,
table.tableNotResponsive td.alignrcenter,
table.tableNotResponsive th.alignrcenter {
  text-align: center;
}
.tableauContainer table td,
table.tableNotResponsive td {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 137%;
  color: #1B2022;
  padding: 16px;
  border: none;
  border-right: 2px solid #fff;
}
.tableauContainer table th,
table.tableNotResponsive th {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 126%;
  color: #1B2022;
  padding: 16px;
}
.tableauContainer table tbody tr,
table.tableNotResponsive tbody tr {
  background-color: #ffffff;
}
.tableauContainer table tbody tr:nth-last-of-type(odd),
table.tableNotResponsive tbody tr:nth-last-of-type(odd) {
  background-color: #E4EAEC;
}
.tableauContainer table thead tr,
table.tableNotResponsive thead tr {
  background-color: #ffffff;
}
.tableauContainer table thead tr td,
table.tableNotResponsive thead tr td {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 126%;
  color: #1B2022;
}
.tableauContainer table thead tr th,
table.tableNotResponsive thead tr th {
  padding: 0 0 8px 16px;
}

/**
 * TEXT CLASSES
 */
.mise-en-avant {
  padding: 48px;
  margin: 20px 0 40px 20px;
  position: relative;
  border: 1px solid transparent;
  background-color: #ffffff;
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
.mise-en-avant::before {
  content: "";
  position: absolute;
  background-color: #008EC2;
  border-radius: 7px;
  inset: 0;
  transform: rotate(-3.68deg) translate(-24px, 0px);
  z-index: -1;
}
@media (max-width: 791px) {
  .mise-en-avant {
    padding: 24px;
  }
  .mise-en-avant::before {
    transform: rotate(-4deg) translate(-12px, 0px) skew(-4deg);
  }
}

blockquote {
  padding-left: 64px;
  position: relative;
  font-size: 2.4rem;
  color: #3D4448;
  font-weight: 300;
  margin-bottom: 24px;
}
blockquote::before {
  font-family: "Icomoon";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.3em;
  width: 64px;
  text-align: center;
}

.u-flex {
  display: flex;
}
@media (min-width: 1024px) {
  .u-flex\@md {
    display: flex;
  }
}
@media (max-width: 1023px) {
  .u-flex\@md- {
    display: flex;
  }
}

.u-flex-column {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .u-flex-column\@md {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .u-flex-column\@md- {
    flex-direction: column;
  }
}

.u-flex-column-reverse {
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .u-flex-column-reverse\@md {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1023px) {
  .u-flex-column-reverse\@md- {
    flex-direction: column-reverse;
  }
}

.u-flex-row {
  flex-direction: row;
}
@media (min-width: 1024px) {
  .u-flex-row\@md {
    flex-direction: row;
  }
}
@media (max-width: 1023px) {
  .u-flex-row\@md- {
    flex-direction: row;
  }
}

.u-flex-row-reverse {
  flex-direction: row-reverse;
}
@media (min-width: 1024px) {
  .u-flex-row-reverse\@md {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1023px) {
  .u-flex-row-reverse\@md- {
    flex-direction: row-reverse;
  }
}

.u-justify-center {
  justify-content: center;
}
@media (min-width: 1024px) {
  .u-justify-center\@md {
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .u-justify-center\@md- {
    justify-content: center;
  }
}

.u-justify-end {
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .u-justify-end\@md {
    justify-content: flex-end;
  }
}
@media (max-width: 1023px) {
  .u-justify-end\@md- {
    justify-content: flex-end;
  }
}

.u-align-center {
  align-items: center;
}
@media (min-width: 1024px) {
  .u-align-center\@md {
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .u-align-center\@md- {
    align-items: center;
  }
}

.u-align-end {
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .u-align-end\@md {
    align-items: flex-end;
  }
}
@media (max-width: 1023px) {
  .u-align-end\@md- {
    align-items: flex-end;
  }
}

.u-hidden {
  display: none;
}
@media (min-width: 575px) {
  .u-hidden\@xs {
    display: none;
  }
}
@media (min-width: 792px) {
  .u-hidden\@sm {
    display: none;
  }
}
@media (min-width: 1024px) {
  .u-hidden\@md {
    display: none;
  }
}
@media (min-width: 1280px) {
  .u-hidden\@lg {
    display: none;
  }
}

@media (max-width: 574px) {
  .u-visible\@xs {
    display: none;
  }
}
@media (max-width: 791px) {
  .u-visible\@sm {
    display: none;
  }
}
@media (max-width: 1023px) {
  .u-visible\@md {
    display: none;
  }
}
@media (max-width: 1279px) {
  .u-visible\@lg {
    display: none;
  }
}

.u-hidden-important {
  display: none !important;
}

.sr-only:not(:focus):not(:active),
.visuallyhidden:not(:focus):not(:active),
.u-visuallyhidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*
 *  Marges automatiques
 */
.u-m-auto {
  margin: auto;
}

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

.u-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.u-mb-auto {
  margin-bottom: auto;
}

.u-mt-auto {
  margin-top: auto;
}

.u-ml-auto {
  margin-left: auto;
}

.u-mr-auto {
  margin-right: auto;
}

/*
 * Génération des classes utilitaires d'espacements
 * Tous les niveaux de 0 à 14 sont généré pour tous les types de marges interne et externe (margin & padding - top/right/bottom/left)
 * Exemples de classes générés:
 * .u-m-0 { margin: 0; }
 * .u-mb-4 { margin-bottom: $spacer-4; // 16px }
 * .u-ml-8 { margin-left: $spacer-8; // 64px }
 * .u-pr-8 { padding-right: $spacer-8; // 64px }
 * .u-pb-14 { padding-bottom: $spacer-14; // 144px }
 */
.u-m-0 {
  margin: 0px;
}

.u-m-1 {
  margin: 4px;
}

.u-m-2 {
  margin: 8px;
}

.u-m-3 {
  margin: 12px;
}

.u-m-4 {
  margin: 16px;
}

.u-m-5 {
  margin: 24px;
}

.u-m-6 {
  margin: 32px;
}

.u-m-7 {
  margin: 40px;
}

.u-m-8 {
  margin: 48px;
}

.u-m-9 {
  margin: 64px;
}

.u-m-10 {
  margin: 80px;
}

.u-m-11 {
  margin: 96px;
}

.u-m-12 {
  margin: 112px;
}

.u-m-13 {
  margin: 128px;
}

.u-m-14 {
  margin: 144px;
}

.u-mt-0 {
  margin-top: 0px;
}

.u-mt-1 {
  margin-top: 4px;
}

.u-mt-2 {
  margin-top: 8px;
}

.u-mt-3 {
  margin-top: 12px;
}

.u-mt-4 {
  margin-top: 16px;
}

.u-mt-5 {
  margin-top: 24px;
}

.u-mt-6 {
  margin-top: 32px;
}

.u-mt-7 {
  margin-top: 40px;
}

.u-mt-8 {
  margin-top: 48px;
}

.u-mt-9 {
  margin-top: 64px;
}

.u-mt-10 {
  margin-top: 80px;
}

.u-mt-11 {
  margin-top: 96px;
}

.u-mt-12 {
  margin-top: 112px;
}

.u-mt-13 {
  margin-top: 128px;
}

.u-mt-14 {
  margin-top: 144px;
}

.u-ml-0 {
  margin-left: 0px;
}

.u-ml-1 {
  margin-left: 4px;
}

.u-ml-2 {
  margin-left: 8px;
}

.u-ml-3 {
  margin-left: 12px;
}

.u-ml-4 {
  margin-left: 16px;
}

.u-ml-5 {
  margin-left: 24px;
}

.u-ml-6 {
  margin-left: 32px;
}

.u-ml-7 {
  margin-left: 40px;
}

.u-ml-8 {
  margin-left: 48px;
}

.u-ml-9 {
  margin-left: 64px;
}

.u-ml-10 {
  margin-left: 80px;
}

.u-ml-11 {
  margin-left: 96px;
}

.u-ml-12 {
  margin-left: 112px;
}

.u-ml-13 {
  margin-left: 128px;
}

.u-ml-14 {
  margin-left: 144px;
}

.u-mr-0 {
  margin-right: 0px;
}

.u-mr-1 {
  margin-right: 4px;
}

.u-mr-2 {
  margin-right: 8px;
}

.u-mr-3 {
  margin-right: 12px;
}

.u-mr-4 {
  margin-right: 16px;
}

.u-mr-5 {
  margin-right: 24px;
}

.u-mr-6 {
  margin-right: 32px;
}

.u-mr-7 {
  margin-right: 40px;
}

.u-mr-8 {
  margin-right: 48px;
}

.u-mr-9 {
  margin-right: 64px;
}

.u-mr-10 {
  margin-right: 80px;
}

.u-mr-11 {
  margin-right: 96px;
}

.u-mr-12 {
  margin-right: 112px;
}

.u-mr-13 {
  margin-right: 128px;
}

.u-mr-14 {
  margin-right: 144px;
}

.u-mb-0 {
  margin-bottom: 0px;
}

.u-mb-1 {
  margin-bottom: 4px;
}

.u-mb-2 {
  margin-bottom: 8px;
}

.u-mb-3 {
  margin-bottom: 12px;
}

.u-mb-4 {
  margin-bottom: 16px;
}

.u-mb-5 {
  margin-bottom: 24px;
}

.u-mb-6 {
  margin-bottom: 32px;
}

.u-mb-7 {
  margin-bottom: 40px;
}

.u-mb-8 {
  margin-bottom: 48px;
}

.u-mb-9 {
  margin-bottom: 64px;
}

.u-mb-10 {
  margin-bottom: 80px;
}

.u-mb-11 {
  margin-bottom: 96px;
}

.u-mb-12 {
  margin-bottom: 112px;
}

.u-mb-13 {
  margin-bottom: 128px;
}

.u-mb-14 {
  margin-bottom: 144px;
}

.u-p-0 {
  padding: 0px;
}

.u-p-1 {
  padding: 4px;
}

.u-p-2 {
  padding: 8px;
}

.u-p-3 {
  padding: 12px;
}

.u-p-4 {
  padding: 16px;
}

.u-p-5 {
  padding: 24px;
}

.u-p-6 {
  padding: 32px;
}

.u-p-7 {
  padding: 40px;
}

.u-p-8 {
  padding: 48px;
}

.u-p-9 {
  padding: 64px;
}

.u-p-10 {
  padding: 80px;
}

.u-p-11 {
  padding: 96px;
}

.u-p-12 {
  padding: 112px;
}

.u-p-13 {
  padding: 128px;
}

.u-p-14 {
  padding: 144px;
}

.u-pt-0 {
  padding-top: 0px;
}

.u-pt-1 {
  padding-top: 4px;
}

.u-pt-2 {
  padding-top: 8px;
}

.u-pt-3 {
  padding-top: 12px;
}

.u-pt-4 {
  padding-top: 16px;
}

.u-pt-5 {
  padding-top: 24px;
}

.u-pt-6 {
  padding-top: 32px;
}

.u-pt-7 {
  padding-top: 40px;
}

.u-pt-8 {
  padding-top: 48px;
}

.u-pt-9 {
  padding-top: 64px;
}

.u-pt-10 {
  padding-top: 80px;
}

.u-pt-11 {
  padding-top: 96px;
}

.u-pt-12 {
  padding-top: 112px;
}

.u-pt-13 {
  padding-top: 128px;
}

.u-pt-14 {
  padding-top: 144px;
}

.u-pl-0 {
  padding-left: 0px;
}

.u-pl-1 {
  padding-left: 4px;
}

.u-pl-2 {
  padding-left: 8px;
}

.u-pl-3 {
  padding-left: 12px;
}

.u-pl-4 {
  padding-left: 16px;
}

.u-pl-5 {
  padding-left: 24px;
}

.u-pl-6 {
  padding-left: 32px;
}

.u-pl-7 {
  padding-left: 40px;
}

.u-pl-8 {
  padding-left: 48px;
}

.u-pl-9 {
  padding-left: 64px;
}

.u-pl-10 {
  padding-left: 80px;
}

.u-pl-11 {
  padding-left: 96px;
}

.u-pl-12 {
  padding-left: 112px;
}

.u-pl-13 {
  padding-left: 128px;
}

.u-pl-14 {
  padding-left: 144px;
}

.u-pr-0 {
  padding-right: 0px;
}

.u-pr-1 {
  padding-right: 4px;
}

.u-pr-2 {
  padding-right: 8px;
}

.u-pr-3 {
  padding-right: 12px;
}

.u-pr-4 {
  padding-right: 16px;
}

.u-pr-5 {
  padding-right: 24px;
}

.u-pr-6 {
  padding-right: 32px;
}

.u-pr-7 {
  padding-right: 40px;
}

.u-pr-8 {
  padding-right: 48px;
}

.u-pr-9 {
  padding-right: 64px;
}

.u-pr-10 {
  padding-right: 80px;
}

.u-pr-11 {
  padding-right: 96px;
}

.u-pr-12 {
  padding-right: 112px;
}

.u-pr-13 {
  padding-right: 128px;
}

.u-pr-14 {
  padding-right: 144px;
}

.u-pb-0 {
  padding-bottom: 0px;
}

.u-pb-1 {
  padding-bottom: 4px;
}

.u-pb-2 {
  padding-bottom: 8px;
}

.u-pb-3 {
  padding-bottom: 12px;
}

.u-pb-4 {
  padding-bottom: 16px;
}

.u-pb-5 {
  padding-bottom: 24px;
}

.u-pb-6 {
  padding-bottom: 32px;
}

.u-pb-7 {
  padding-bottom: 40px;
}

.u-pb-8 {
  padding-bottom: 48px;
}

.u-pb-9 {
  padding-bottom: 64px;
}

.u-pb-10 {
  padding-bottom: 80px;
}

.u-pb-11 {
  padding-bottom: 96px;
}

.u-pb-12 {
  padding-bottom: 112px;
}

.u-pb-13 {
  padding-bottom: 128px;
}

.u-pb-14 {
  padding-bottom: 144px;
}

/*
 * Classes utilitaires d'espacement responsive
 * Tous les styles responsive sont appliqué au point de rupture spécifié et au-dessus
 * Exemples de classes générés:
 * @media (min-width: 1024px) {
 *      .u-m-md-0 { margin: 0; }
 *  }
 * @media (min-width: 792px) {
 *      .u-pb-sm-12 { padding-bottom: 112px; }
 *  }
 */
@media (min-width: 575px) {
  .u-m-xs-0 {
    margin: 0px;
  }
  .u-m-xs-1 {
    margin: 4px;
  }
  .u-m-xs-2 {
    margin: 8px;
  }
  .u-m-xs-3 {
    margin: 12px;
  }
  .u-m-xs-4 {
    margin: 16px;
  }
  .u-m-xs-5 {
    margin: 24px;
  }
  .u-m-xs-6 {
    margin: 32px;
  }
  .u-m-xs-7 {
    margin: 40px;
  }
  .u-m-xs-8 {
    margin: 48px;
  }
  .u-m-xs-9 {
    margin: 64px;
  }
  .u-m-xs-10 {
    margin: 80px;
  }
  .u-m-xs-11 {
    margin: 96px;
  }
  .u-m-xs-12 {
    margin: 112px;
  }
  .u-m-xs-13 {
    margin: 128px;
  }
  .u-m-xs-14 {
    margin: 144px;
  }
  .u-mt-xs-0 {
    margin-top: 0px;
  }
  .u-mt-xs-1 {
    margin-top: 4px;
  }
  .u-mt-xs-2 {
    margin-top: 8px;
  }
  .u-mt-xs-3 {
    margin-top: 12px;
  }
  .u-mt-xs-4 {
    margin-top: 16px;
  }
  .u-mt-xs-5 {
    margin-top: 24px;
  }
  .u-mt-xs-6 {
    margin-top: 32px;
  }
  .u-mt-xs-7 {
    margin-top: 40px;
  }
  .u-mt-xs-8 {
    margin-top: 48px;
  }
  .u-mt-xs-9 {
    margin-top: 64px;
  }
  .u-mt-xs-10 {
    margin-top: 80px;
  }
  .u-mt-xs-11 {
    margin-top: 96px;
  }
  .u-mt-xs-12 {
    margin-top: 112px;
  }
  .u-mt-xs-13 {
    margin-top: 128px;
  }
  .u-mt-xs-14 {
    margin-top: 144px;
  }
  .u-ml-xs-0 {
    margin-left: 0px;
  }
  .u-ml-xs-1 {
    margin-left: 4px;
  }
  .u-ml-xs-2 {
    margin-left: 8px;
  }
  .u-ml-xs-3 {
    margin-left: 12px;
  }
  .u-ml-xs-4 {
    margin-left: 16px;
  }
  .u-ml-xs-5 {
    margin-left: 24px;
  }
  .u-ml-xs-6 {
    margin-left: 32px;
  }
  .u-ml-xs-7 {
    margin-left: 40px;
  }
  .u-ml-xs-8 {
    margin-left: 48px;
  }
  .u-ml-xs-9 {
    margin-left: 64px;
  }
  .u-ml-xs-10 {
    margin-left: 80px;
  }
  .u-ml-xs-11 {
    margin-left: 96px;
  }
  .u-ml-xs-12 {
    margin-left: 112px;
  }
  .u-ml-xs-13 {
    margin-left: 128px;
  }
  .u-ml-xs-14 {
    margin-left: 144px;
  }
  .u-mr-xs-0 {
    margin-right: 0px;
  }
  .u-mr-xs-1 {
    margin-right: 4px;
  }
  .u-mr-xs-2 {
    margin-right: 8px;
  }
  .u-mr-xs-3 {
    margin-right: 12px;
  }
  .u-mr-xs-4 {
    margin-right: 16px;
  }
  .u-mr-xs-5 {
    margin-right: 24px;
  }
  .u-mr-xs-6 {
    margin-right: 32px;
  }
  .u-mr-xs-7 {
    margin-right: 40px;
  }
  .u-mr-xs-8 {
    margin-right: 48px;
  }
  .u-mr-xs-9 {
    margin-right: 64px;
  }
  .u-mr-xs-10 {
    margin-right: 80px;
  }
  .u-mr-xs-11 {
    margin-right: 96px;
  }
  .u-mr-xs-12 {
    margin-right: 112px;
  }
  .u-mr-xs-13 {
    margin-right: 128px;
  }
  .u-mr-xs-14 {
    margin-right: 144px;
  }
  .u-mb-xs-0 {
    margin-bottom: 0px;
  }
  .u-mb-xs-1 {
    margin-bottom: 4px;
  }
  .u-mb-xs-2 {
    margin-bottom: 8px;
  }
  .u-mb-xs-3 {
    margin-bottom: 12px;
  }
  .u-mb-xs-4 {
    margin-bottom: 16px;
  }
  .u-mb-xs-5 {
    margin-bottom: 24px;
  }
  .u-mb-xs-6 {
    margin-bottom: 32px;
  }
  .u-mb-xs-7 {
    margin-bottom: 40px;
  }
  .u-mb-xs-8 {
    margin-bottom: 48px;
  }
  .u-mb-xs-9 {
    margin-bottom: 64px;
  }
  .u-mb-xs-10 {
    margin-bottom: 80px;
  }
  .u-mb-xs-11 {
    margin-bottom: 96px;
  }
  .u-mb-xs-12 {
    margin-bottom: 112px;
  }
  .u-mb-xs-13 {
    margin-bottom: 128px;
  }
  .u-mb-xs-14 {
    margin-bottom: 144px;
  }
  .u-p-xs-0 {
    padding: 0px;
  }
  .u-p-xs-1 {
    padding: 4px;
  }
  .u-p-xs-2 {
    padding: 8px;
  }
  .u-p-xs-3 {
    padding: 12px;
  }
  .u-p-xs-4 {
    padding: 16px;
  }
  .u-p-xs-5 {
    padding: 24px;
  }
  .u-p-xs-6 {
    padding: 32px;
  }
  .u-p-xs-7 {
    padding: 40px;
  }
  .u-p-xs-8 {
    padding: 48px;
  }
  .u-p-xs-9 {
    padding: 64px;
  }
  .u-p-xs-10 {
    padding: 80px;
  }
  .u-p-xs-11 {
    padding: 96px;
  }
  .u-p-xs-12 {
    padding: 112px;
  }
  .u-p-xs-13 {
    padding: 128px;
  }
  .u-p-xs-14 {
    padding: 144px;
  }
  .u-pt-xs-0 {
    padding-top: 0px;
  }
  .u-pt-xs-1 {
    padding-top: 4px;
  }
  .u-pt-xs-2 {
    padding-top: 8px;
  }
  .u-pt-xs-3 {
    padding-top: 12px;
  }
  .u-pt-xs-4 {
    padding-top: 16px;
  }
  .u-pt-xs-5 {
    padding-top: 24px;
  }
  .u-pt-xs-6 {
    padding-top: 32px;
  }
  .u-pt-xs-7 {
    padding-top: 40px;
  }
  .u-pt-xs-8 {
    padding-top: 48px;
  }
  .u-pt-xs-9 {
    padding-top: 64px;
  }
  .u-pt-xs-10 {
    padding-top: 80px;
  }
  .u-pt-xs-11 {
    padding-top: 96px;
  }
  .u-pt-xs-12 {
    padding-top: 112px;
  }
  .u-pt-xs-13 {
    padding-top: 128px;
  }
  .u-pt-xs-14 {
    padding-top: 144px;
  }
  .u-pl-xs-0 {
    padding-left: 0px;
  }
  .u-pl-xs-1 {
    padding-left: 4px;
  }
  .u-pl-xs-2 {
    padding-left: 8px;
  }
  .u-pl-xs-3 {
    padding-left: 12px;
  }
  .u-pl-xs-4 {
    padding-left: 16px;
  }
  .u-pl-xs-5 {
    padding-left: 24px;
  }
  .u-pl-xs-6 {
    padding-left: 32px;
  }
  .u-pl-xs-7 {
    padding-left: 40px;
  }
  .u-pl-xs-8 {
    padding-left: 48px;
  }
  .u-pl-xs-9 {
    padding-left: 64px;
  }
  .u-pl-xs-10 {
    padding-left: 80px;
  }
  .u-pl-xs-11 {
    padding-left: 96px;
  }
  .u-pl-xs-12 {
    padding-left: 112px;
  }
  .u-pl-xs-13 {
    padding-left: 128px;
  }
  .u-pl-xs-14 {
    padding-left: 144px;
  }
  .u-pr-xs-0 {
    padding-right: 0px;
  }
  .u-pr-xs-1 {
    padding-right: 4px;
  }
  .u-pr-xs-2 {
    padding-right: 8px;
  }
  .u-pr-xs-3 {
    padding-right: 12px;
  }
  .u-pr-xs-4 {
    padding-right: 16px;
  }
  .u-pr-xs-5 {
    padding-right: 24px;
  }
  .u-pr-xs-6 {
    padding-right: 32px;
  }
  .u-pr-xs-7 {
    padding-right: 40px;
  }
  .u-pr-xs-8 {
    padding-right: 48px;
  }
  .u-pr-xs-9 {
    padding-right: 64px;
  }
  .u-pr-xs-10 {
    padding-right: 80px;
  }
  .u-pr-xs-11 {
    padding-right: 96px;
  }
  .u-pr-xs-12 {
    padding-right: 112px;
  }
  .u-pr-xs-13 {
    padding-right: 128px;
  }
  .u-pr-xs-14 {
    padding-right: 144px;
  }
  .u-pb-xs-0 {
    padding-bottom: 0px;
  }
  .u-pb-xs-1 {
    padding-bottom: 4px;
  }
  .u-pb-xs-2 {
    padding-bottom: 8px;
  }
  .u-pb-xs-3 {
    padding-bottom: 12px;
  }
  .u-pb-xs-4 {
    padding-bottom: 16px;
  }
  .u-pb-xs-5 {
    padding-bottom: 24px;
  }
  .u-pb-xs-6 {
    padding-bottom: 32px;
  }
  .u-pb-xs-7 {
    padding-bottom: 40px;
  }
  .u-pb-xs-8 {
    padding-bottom: 48px;
  }
  .u-pb-xs-9 {
    padding-bottom: 64px;
  }
  .u-pb-xs-10 {
    padding-bottom: 80px;
  }
  .u-pb-xs-11 {
    padding-bottom: 96px;
  }
  .u-pb-xs-12 {
    padding-bottom: 112px;
  }
  .u-pb-xs-13 {
    padding-bottom: 128px;
  }
  .u-pb-xs-14 {
    padding-bottom: 144px;
  }
}
@media (min-width: 792px) {
  .u-m-sm-0 {
    margin: 0px;
  }
  .u-m-sm-1 {
    margin: 4px;
  }
  .u-m-sm-2 {
    margin: 8px;
  }
  .u-m-sm-3 {
    margin: 12px;
  }
  .u-m-sm-4 {
    margin: 16px;
  }
  .u-m-sm-5 {
    margin: 24px;
  }
  .u-m-sm-6 {
    margin: 32px;
  }
  .u-m-sm-7 {
    margin: 40px;
  }
  .u-m-sm-8 {
    margin: 48px;
  }
  .u-m-sm-9 {
    margin: 64px;
  }
  .u-m-sm-10 {
    margin: 80px;
  }
  .u-m-sm-11 {
    margin: 96px;
  }
  .u-m-sm-12 {
    margin: 112px;
  }
  .u-m-sm-13 {
    margin: 128px;
  }
  .u-m-sm-14 {
    margin: 144px;
  }
  .u-mt-sm-0 {
    margin-top: 0px;
  }
  .u-mt-sm-1 {
    margin-top: 4px;
  }
  .u-mt-sm-2 {
    margin-top: 8px;
  }
  .u-mt-sm-3 {
    margin-top: 12px;
  }
  .u-mt-sm-4 {
    margin-top: 16px;
  }
  .u-mt-sm-5 {
    margin-top: 24px;
  }
  .u-mt-sm-6 {
    margin-top: 32px;
  }
  .u-mt-sm-7 {
    margin-top: 40px;
  }
  .u-mt-sm-8 {
    margin-top: 48px;
  }
  .u-mt-sm-9 {
    margin-top: 64px;
  }
  .u-mt-sm-10 {
    margin-top: 80px;
  }
  .u-mt-sm-11 {
    margin-top: 96px;
  }
  .u-mt-sm-12 {
    margin-top: 112px;
  }
  .u-mt-sm-13 {
    margin-top: 128px;
  }
  .u-mt-sm-14 {
    margin-top: 144px;
  }
  .u-ml-sm-0 {
    margin-left: 0px;
  }
  .u-ml-sm-1 {
    margin-left: 4px;
  }
  .u-ml-sm-2 {
    margin-left: 8px;
  }
  .u-ml-sm-3 {
    margin-left: 12px;
  }
  .u-ml-sm-4 {
    margin-left: 16px;
  }
  .u-ml-sm-5 {
    margin-left: 24px;
  }
  .u-ml-sm-6 {
    margin-left: 32px;
  }
  .u-ml-sm-7 {
    margin-left: 40px;
  }
  .u-ml-sm-8 {
    margin-left: 48px;
  }
  .u-ml-sm-9 {
    margin-left: 64px;
  }
  .u-ml-sm-10 {
    margin-left: 80px;
  }
  .u-ml-sm-11 {
    margin-left: 96px;
  }
  .u-ml-sm-12 {
    margin-left: 112px;
  }
  .u-ml-sm-13 {
    margin-left: 128px;
  }
  .u-ml-sm-14 {
    margin-left: 144px;
  }
  .u-mr-sm-0 {
    margin-right: 0px;
  }
  .u-mr-sm-1 {
    margin-right: 4px;
  }
  .u-mr-sm-2 {
    margin-right: 8px;
  }
  .u-mr-sm-3 {
    margin-right: 12px;
  }
  .u-mr-sm-4 {
    margin-right: 16px;
  }
  .u-mr-sm-5 {
    margin-right: 24px;
  }
  .u-mr-sm-6 {
    margin-right: 32px;
  }
  .u-mr-sm-7 {
    margin-right: 40px;
  }
  .u-mr-sm-8 {
    margin-right: 48px;
  }
  .u-mr-sm-9 {
    margin-right: 64px;
  }
  .u-mr-sm-10 {
    margin-right: 80px;
  }
  .u-mr-sm-11 {
    margin-right: 96px;
  }
  .u-mr-sm-12 {
    margin-right: 112px;
  }
  .u-mr-sm-13 {
    margin-right: 128px;
  }
  .u-mr-sm-14 {
    margin-right: 144px;
  }
  .u-mb-sm-0 {
    margin-bottom: 0px;
  }
  .u-mb-sm-1 {
    margin-bottom: 4px;
  }
  .u-mb-sm-2 {
    margin-bottom: 8px;
  }
  .u-mb-sm-3 {
    margin-bottom: 12px;
  }
  .u-mb-sm-4 {
    margin-bottom: 16px;
  }
  .u-mb-sm-5 {
    margin-bottom: 24px;
  }
  .u-mb-sm-6 {
    margin-bottom: 32px;
  }
  .u-mb-sm-7 {
    margin-bottom: 40px;
  }
  .u-mb-sm-8 {
    margin-bottom: 48px;
  }
  .u-mb-sm-9 {
    margin-bottom: 64px;
  }
  .u-mb-sm-10 {
    margin-bottom: 80px;
  }
  .u-mb-sm-11 {
    margin-bottom: 96px;
  }
  .u-mb-sm-12 {
    margin-bottom: 112px;
  }
  .u-mb-sm-13 {
    margin-bottom: 128px;
  }
  .u-mb-sm-14 {
    margin-bottom: 144px;
  }
  .u-p-sm-0 {
    padding: 0px;
  }
  .u-p-sm-1 {
    padding: 4px;
  }
  .u-p-sm-2 {
    padding: 8px;
  }
  .u-p-sm-3 {
    padding: 12px;
  }
  .u-p-sm-4 {
    padding: 16px;
  }
  .u-p-sm-5 {
    padding: 24px;
  }
  .u-p-sm-6 {
    padding: 32px;
  }
  .u-p-sm-7 {
    padding: 40px;
  }
  .u-p-sm-8 {
    padding: 48px;
  }
  .u-p-sm-9 {
    padding: 64px;
  }
  .u-p-sm-10 {
    padding: 80px;
  }
  .u-p-sm-11 {
    padding: 96px;
  }
  .u-p-sm-12 {
    padding: 112px;
  }
  .u-p-sm-13 {
    padding: 128px;
  }
  .u-p-sm-14 {
    padding: 144px;
  }
  .u-pt-sm-0 {
    padding-top: 0px;
  }
  .u-pt-sm-1 {
    padding-top: 4px;
  }
  .u-pt-sm-2 {
    padding-top: 8px;
  }
  .u-pt-sm-3 {
    padding-top: 12px;
  }
  .u-pt-sm-4 {
    padding-top: 16px;
  }
  .u-pt-sm-5 {
    padding-top: 24px;
  }
  .u-pt-sm-6 {
    padding-top: 32px;
  }
  .u-pt-sm-7 {
    padding-top: 40px;
  }
  .u-pt-sm-8 {
    padding-top: 48px;
  }
  .u-pt-sm-9 {
    padding-top: 64px;
  }
  .u-pt-sm-10 {
    padding-top: 80px;
  }
  .u-pt-sm-11 {
    padding-top: 96px;
  }
  .u-pt-sm-12 {
    padding-top: 112px;
  }
  .u-pt-sm-13 {
    padding-top: 128px;
  }
  .u-pt-sm-14 {
    padding-top: 144px;
  }
  .u-pl-sm-0 {
    padding-left: 0px;
  }
  .u-pl-sm-1 {
    padding-left: 4px;
  }
  .u-pl-sm-2 {
    padding-left: 8px;
  }
  .u-pl-sm-3 {
    padding-left: 12px;
  }
  .u-pl-sm-4 {
    padding-left: 16px;
  }
  .u-pl-sm-5 {
    padding-left: 24px;
  }
  .u-pl-sm-6 {
    padding-left: 32px;
  }
  .u-pl-sm-7 {
    padding-left: 40px;
  }
  .u-pl-sm-8 {
    padding-left: 48px;
  }
  .u-pl-sm-9 {
    padding-left: 64px;
  }
  .u-pl-sm-10 {
    padding-left: 80px;
  }
  .u-pl-sm-11 {
    padding-left: 96px;
  }
  .u-pl-sm-12 {
    padding-left: 112px;
  }
  .u-pl-sm-13 {
    padding-left: 128px;
  }
  .u-pl-sm-14 {
    padding-left: 144px;
  }
  .u-pr-sm-0 {
    padding-right: 0px;
  }
  .u-pr-sm-1 {
    padding-right: 4px;
  }
  .u-pr-sm-2 {
    padding-right: 8px;
  }
  .u-pr-sm-3 {
    padding-right: 12px;
  }
  .u-pr-sm-4 {
    padding-right: 16px;
  }
  .u-pr-sm-5 {
    padding-right: 24px;
  }
  .u-pr-sm-6 {
    padding-right: 32px;
  }
  .u-pr-sm-7 {
    padding-right: 40px;
  }
  .u-pr-sm-8 {
    padding-right: 48px;
  }
  .u-pr-sm-9 {
    padding-right: 64px;
  }
  .u-pr-sm-10 {
    padding-right: 80px;
  }
  .u-pr-sm-11 {
    padding-right: 96px;
  }
  .u-pr-sm-12 {
    padding-right: 112px;
  }
  .u-pr-sm-13 {
    padding-right: 128px;
  }
  .u-pr-sm-14 {
    padding-right: 144px;
  }
  .u-pb-sm-0 {
    padding-bottom: 0px;
  }
  .u-pb-sm-1 {
    padding-bottom: 4px;
  }
  .u-pb-sm-2 {
    padding-bottom: 8px;
  }
  .u-pb-sm-3 {
    padding-bottom: 12px;
  }
  .u-pb-sm-4 {
    padding-bottom: 16px;
  }
  .u-pb-sm-5 {
    padding-bottom: 24px;
  }
  .u-pb-sm-6 {
    padding-bottom: 32px;
  }
  .u-pb-sm-7 {
    padding-bottom: 40px;
  }
  .u-pb-sm-8 {
    padding-bottom: 48px;
  }
  .u-pb-sm-9 {
    padding-bottom: 64px;
  }
  .u-pb-sm-10 {
    padding-bottom: 80px;
  }
  .u-pb-sm-11 {
    padding-bottom: 96px;
  }
  .u-pb-sm-12 {
    padding-bottom: 112px;
  }
  .u-pb-sm-13 {
    padding-bottom: 128px;
  }
  .u-pb-sm-14 {
    padding-bottom: 144px;
  }
}
@media (min-width: 1024px) {
  .u-m-md-0 {
    margin: 0px;
  }
  .u-m-md-1 {
    margin: 4px;
  }
  .u-m-md-2 {
    margin: 8px;
  }
  .u-m-md-3 {
    margin: 12px;
  }
  .u-m-md-4 {
    margin: 16px;
  }
  .u-m-md-5 {
    margin: 24px;
  }
  .u-m-md-6 {
    margin: 32px;
  }
  .u-m-md-7 {
    margin: 40px;
  }
  .u-m-md-8 {
    margin: 48px;
  }
  .u-m-md-9 {
    margin: 64px;
  }
  .u-m-md-10 {
    margin: 80px;
  }
  .u-m-md-11 {
    margin: 96px;
  }
  .u-m-md-12 {
    margin: 112px;
  }
  .u-m-md-13 {
    margin: 128px;
  }
  .u-m-md-14 {
    margin: 144px;
  }
  .u-mt-md-0 {
    margin-top: 0px;
  }
  .u-mt-md-1 {
    margin-top: 4px;
  }
  .u-mt-md-2 {
    margin-top: 8px;
  }
  .u-mt-md-3 {
    margin-top: 12px;
  }
  .u-mt-md-4 {
    margin-top: 16px;
  }
  .u-mt-md-5 {
    margin-top: 24px;
  }
  .u-mt-md-6 {
    margin-top: 32px;
  }
  .u-mt-md-7 {
    margin-top: 40px;
  }
  .u-mt-md-8 {
    margin-top: 48px;
  }
  .u-mt-md-9 {
    margin-top: 64px;
  }
  .u-mt-md-10 {
    margin-top: 80px;
  }
  .u-mt-md-11 {
    margin-top: 96px;
  }
  .u-mt-md-12 {
    margin-top: 112px;
  }
  .u-mt-md-13 {
    margin-top: 128px;
  }
  .u-mt-md-14 {
    margin-top: 144px;
  }
  .u-ml-md-0 {
    margin-left: 0px;
  }
  .u-ml-md-1 {
    margin-left: 4px;
  }
  .u-ml-md-2 {
    margin-left: 8px;
  }
  .u-ml-md-3 {
    margin-left: 12px;
  }
  .u-ml-md-4 {
    margin-left: 16px;
  }
  .u-ml-md-5 {
    margin-left: 24px;
  }
  .u-ml-md-6 {
    margin-left: 32px;
  }
  .u-ml-md-7 {
    margin-left: 40px;
  }
  .u-ml-md-8 {
    margin-left: 48px;
  }
  .u-ml-md-9 {
    margin-left: 64px;
  }
  .u-ml-md-10 {
    margin-left: 80px;
  }
  .u-ml-md-11 {
    margin-left: 96px;
  }
  .u-ml-md-12 {
    margin-left: 112px;
  }
  .u-ml-md-13 {
    margin-left: 128px;
  }
  .u-ml-md-14 {
    margin-left: 144px;
  }
  .u-mr-md-0 {
    margin-right: 0px;
  }
  .u-mr-md-1 {
    margin-right: 4px;
  }
  .u-mr-md-2 {
    margin-right: 8px;
  }
  .u-mr-md-3 {
    margin-right: 12px;
  }
  .u-mr-md-4 {
    margin-right: 16px;
  }
  .u-mr-md-5 {
    margin-right: 24px;
  }
  .u-mr-md-6 {
    margin-right: 32px;
  }
  .u-mr-md-7 {
    margin-right: 40px;
  }
  .u-mr-md-8 {
    margin-right: 48px;
  }
  .u-mr-md-9 {
    margin-right: 64px;
  }
  .u-mr-md-10 {
    margin-right: 80px;
  }
  .u-mr-md-11 {
    margin-right: 96px;
  }
  .u-mr-md-12 {
    margin-right: 112px;
  }
  .u-mr-md-13 {
    margin-right: 128px;
  }
  .u-mr-md-14 {
    margin-right: 144px;
  }
  .u-mb-md-0 {
    margin-bottom: 0px;
  }
  .u-mb-md-1 {
    margin-bottom: 4px;
  }
  .u-mb-md-2 {
    margin-bottom: 8px;
  }
  .u-mb-md-3 {
    margin-bottom: 12px;
  }
  .u-mb-md-4 {
    margin-bottom: 16px;
  }
  .u-mb-md-5 {
    margin-bottom: 24px;
  }
  .u-mb-md-6 {
    margin-bottom: 32px;
  }
  .u-mb-md-7 {
    margin-bottom: 40px;
  }
  .u-mb-md-8 {
    margin-bottom: 48px;
  }
  .u-mb-md-9 {
    margin-bottom: 64px;
  }
  .u-mb-md-10 {
    margin-bottom: 80px;
  }
  .u-mb-md-11 {
    margin-bottom: 96px;
  }
  .u-mb-md-12 {
    margin-bottom: 112px;
  }
  .u-mb-md-13 {
    margin-bottom: 128px;
  }
  .u-mb-md-14 {
    margin-bottom: 144px;
  }
  .u-p-md-0 {
    padding: 0px;
  }
  .u-p-md-1 {
    padding: 4px;
  }
  .u-p-md-2 {
    padding: 8px;
  }
  .u-p-md-3 {
    padding: 12px;
  }
  .u-p-md-4 {
    padding: 16px;
  }
  .u-p-md-5 {
    padding: 24px;
  }
  .u-p-md-6 {
    padding: 32px;
  }
  .u-p-md-7 {
    padding: 40px;
  }
  .u-p-md-8 {
    padding: 48px;
  }
  .u-p-md-9 {
    padding: 64px;
  }
  .u-p-md-10 {
    padding: 80px;
  }
  .u-p-md-11 {
    padding: 96px;
  }
  .u-p-md-12 {
    padding: 112px;
  }
  .u-p-md-13 {
    padding: 128px;
  }
  .u-p-md-14 {
    padding: 144px;
  }
  .u-pt-md-0 {
    padding-top: 0px;
  }
  .u-pt-md-1 {
    padding-top: 4px;
  }
  .u-pt-md-2 {
    padding-top: 8px;
  }
  .u-pt-md-3 {
    padding-top: 12px;
  }
  .u-pt-md-4 {
    padding-top: 16px;
  }
  .u-pt-md-5 {
    padding-top: 24px;
  }
  .u-pt-md-6 {
    padding-top: 32px;
  }
  .u-pt-md-7 {
    padding-top: 40px;
  }
  .u-pt-md-8 {
    padding-top: 48px;
  }
  .u-pt-md-9 {
    padding-top: 64px;
  }
  .u-pt-md-10 {
    padding-top: 80px;
  }
  .u-pt-md-11 {
    padding-top: 96px;
  }
  .u-pt-md-12 {
    padding-top: 112px;
  }
  .u-pt-md-13 {
    padding-top: 128px;
  }
  .u-pt-md-14 {
    padding-top: 144px;
  }
  .u-pl-md-0 {
    padding-left: 0px;
  }
  .u-pl-md-1 {
    padding-left: 4px;
  }
  .u-pl-md-2 {
    padding-left: 8px;
  }
  .u-pl-md-3 {
    padding-left: 12px;
  }
  .u-pl-md-4 {
    padding-left: 16px;
  }
  .u-pl-md-5 {
    padding-left: 24px;
  }
  .u-pl-md-6 {
    padding-left: 32px;
  }
  .u-pl-md-7 {
    padding-left: 40px;
  }
  .u-pl-md-8 {
    padding-left: 48px;
  }
  .u-pl-md-9 {
    padding-left: 64px;
  }
  .u-pl-md-10 {
    padding-left: 80px;
  }
  .u-pl-md-11 {
    padding-left: 96px;
  }
  .u-pl-md-12 {
    padding-left: 112px;
  }
  .u-pl-md-13 {
    padding-left: 128px;
  }
  .u-pl-md-14 {
    padding-left: 144px;
  }
  .u-pr-md-0 {
    padding-right: 0px;
  }
  .u-pr-md-1 {
    padding-right: 4px;
  }
  .u-pr-md-2 {
    padding-right: 8px;
  }
  .u-pr-md-3 {
    padding-right: 12px;
  }
  .u-pr-md-4 {
    padding-right: 16px;
  }
  .u-pr-md-5 {
    padding-right: 24px;
  }
  .u-pr-md-6 {
    padding-right: 32px;
  }
  .u-pr-md-7 {
    padding-right: 40px;
  }
  .u-pr-md-8 {
    padding-right: 48px;
  }
  .u-pr-md-9 {
    padding-right: 64px;
  }
  .u-pr-md-10 {
    padding-right: 80px;
  }
  .u-pr-md-11 {
    padding-right: 96px;
  }
  .u-pr-md-12 {
    padding-right: 112px;
  }
  .u-pr-md-13 {
    padding-right: 128px;
  }
  .u-pr-md-14 {
    padding-right: 144px;
  }
  .u-pb-md-0 {
    padding-bottom: 0px;
  }
  .u-pb-md-1 {
    padding-bottom: 4px;
  }
  .u-pb-md-2 {
    padding-bottom: 8px;
  }
  .u-pb-md-3 {
    padding-bottom: 12px;
  }
  .u-pb-md-4 {
    padding-bottom: 16px;
  }
  .u-pb-md-5 {
    padding-bottom: 24px;
  }
  .u-pb-md-6 {
    padding-bottom: 32px;
  }
  .u-pb-md-7 {
    padding-bottom: 40px;
  }
  .u-pb-md-8 {
    padding-bottom: 48px;
  }
  .u-pb-md-9 {
    padding-bottom: 64px;
  }
  .u-pb-md-10 {
    padding-bottom: 80px;
  }
  .u-pb-md-11 {
    padding-bottom: 96px;
  }
  .u-pb-md-12 {
    padding-bottom: 112px;
  }
  .u-pb-md-13 {
    padding-bottom: 128px;
  }
  .u-pb-md-14 {
    padding-bottom: 144px;
  }
}
@media (min-width: 1280px) {
  .u-m-lg-0 {
    margin: 0px;
  }
  .u-m-lg-1 {
    margin: 4px;
  }
  .u-m-lg-2 {
    margin: 8px;
  }
  .u-m-lg-3 {
    margin: 12px;
  }
  .u-m-lg-4 {
    margin: 16px;
  }
  .u-m-lg-5 {
    margin: 24px;
  }
  .u-m-lg-6 {
    margin: 32px;
  }
  .u-m-lg-7 {
    margin: 40px;
  }
  .u-m-lg-8 {
    margin: 48px;
  }
  .u-m-lg-9 {
    margin: 64px;
  }
  .u-m-lg-10 {
    margin: 80px;
  }
  .u-m-lg-11 {
    margin: 96px;
  }
  .u-m-lg-12 {
    margin: 112px;
  }
  .u-m-lg-13 {
    margin: 128px;
  }
  .u-m-lg-14 {
    margin: 144px;
  }
  .u-mt-lg-0 {
    margin-top: 0px;
  }
  .u-mt-lg-1 {
    margin-top: 4px;
  }
  .u-mt-lg-2 {
    margin-top: 8px;
  }
  .u-mt-lg-3 {
    margin-top: 12px;
  }
  .u-mt-lg-4 {
    margin-top: 16px;
  }
  .u-mt-lg-5 {
    margin-top: 24px;
  }
  .u-mt-lg-6 {
    margin-top: 32px;
  }
  .u-mt-lg-7 {
    margin-top: 40px;
  }
  .u-mt-lg-8 {
    margin-top: 48px;
  }
  .u-mt-lg-9 {
    margin-top: 64px;
  }
  .u-mt-lg-10 {
    margin-top: 80px;
  }
  .u-mt-lg-11 {
    margin-top: 96px;
  }
  .u-mt-lg-12 {
    margin-top: 112px;
  }
  .u-mt-lg-13 {
    margin-top: 128px;
  }
  .u-mt-lg-14 {
    margin-top: 144px;
  }
  .u-ml-lg-0 {
    margin-left: 0px;
  }
  .u-ml-lg-1 {
    margin-left: 4px;
  }
  .u-ml-lg-2 {
    margin-left: 8px;
  }
  .u-ml-lg-3 {
    margin-left: 12px;
  }
  .u-ml-lg-4 {
    margin-left: 16px;
  }
  .u-ml-lg-5 {
    margin-left: 24px;
  }
  .u-ml-lg-6 {
    margin-left: 32px;
  }
  .u-ml-lg-7 {
    margin-left: 40px;
  }
  .u-ml-lg-8 {
    margin-left: 48px;
  }
  .u-ml-lg-9 {
    margin-left: 64px;
  }
  .u-ml-lg-10 {
    margin-left: 80px;
  }
  .u-ml-lg-11 {
    margin-left: 96px;
  }
  .u-ml-lg-12 {
    margin-left: 112px;
  }
  .u-ml-lg-13 {
    margin-left: 128px;
  }
  .u-ml-lg-14 {
    margin-left: 144px;
  }
  .u-mr-lg-0 {
    margin-right: 0px;
  }
  .u-mr-lg-1 {
    margin-right: 4px;
  }
  .u-mr-lg-2 {
    margin-right: 8px;
  }
  .u-mr-lg-3 {
    margin-right: 12px;
  }
  .u-mr-lg-4 {
    margin-right: 16px;
  }
  .u-mr-lg-5 {
    margin-right: 24px;
  }
  .u-mr-lg-6 {
    margin-right: 32px;
  }
  .u-mr-lg-7 {
    margin-right: 40px;
  }
  .u-mr-lg-8 {
    margin-right: 48px;
  }
  .u-mr-lg-9 {
    margin-right: 64px;
  }
  .u-mr-lg-10 {
    margin-right: 80px;
  }
  .u-mr-lg-11 {
    margin-right: 96px;
  }
  .u-mr-lg-12 {
    margin-right: 112px;
  }
  .u-mr-lg-13 {
    margin-right: 128px;
  }
  .u-mr-lg-14 {
    margin-right: 144px;
  }
  .u-mb-lg-0 {
    margin-bottom: 0px;
  }
  .u-mb-lg-1 {
    margin-bottom: 4px;
  }
  .u-mb-lg-2 {
    margin-bottom: 8px;
  }
  .u-mb-lg-3 {
    margin-bottom: 12px;
  }
  .u-mb-lg-4 {
    margin-bottom: 16px;
  }
  .u-mb-lg-5 {
    margin-bottom: 24px;
  }
  .u-mb-lg-6 {
    margin-bottom: 32px;
  }
  .u-mb-lg-7 {
    margin-bottom: 40px;
  }
  .u-mb-lg-8 {
    margin-bottom: 48px;
  }
  .u-mb-lg-9 {
    margin-bottom: 64px;
  }
  .u-mb-lg-10 {
    margin-bottom: 80px;
  }
  .u-mb-lg-11 {
    margin-bottom: 96px;
  }
  .u-mb-lg-12 {
    margin-bottom: 112px;
  }
  .u-mb-lg-13 {
    margin-bottom: 128px;
  }
  .u-mb-lg-14 {
    margin-bottom: 144px;
  }
  .u-p-lg-0 {
    padding: 0px;
  }
  .u-p-lg-1 {
    padding: 4px;
  }
  .u-p-lg-2 {
    padding: 8px;
  }
  .u-p-lg-3 {
    padding: 12px;
  }
  .u-p-lg-4 {
    padding: 16px;
  }
  .u-p-lg-5 {
    padding: 24px;
  }
  .u-p-lg-6 {
    padding: 32px;
  }
  .u-p-lg-7 {
    padding: 40px;
  }
  .u-p-lg-8 {
    padding: 48px;
  }
  .u-p-lg-9 {
    padding: 64px;
  }
  .u-p-lg-10 {
    padding: 80px;
  }
  .u-p-lg-11 {
    padding: 96px;
  }
  .u-p-lg-12 {
    padding: 112px;
  }
  .u-p-lg-13 {
    padding: 128px;
  }
  .u-p-lg-14 {
    padding: 144px;
  }
  .u-pt-lg-0 {
    padding-top: 0px;
  }
  .u-pt-lg-1 {
    padding-top: 4px;
  }
  .u-pt-lg-2 {
    padding-top: 8px;
  }
  .u-pt-lg-3 {
    padding-top: 12px;
  }
  .u-pt-lg-4 {
    padding-top: 16px;
  }
  .u-pt-lg-5 {
    padding-top: 24px;
  }
  .u-pt-lg-6 {
    padding-top: 32px;
  }
  .u-pt-lg-7 {
    padding-top: 40px;
  }
  .u-pt-lg-8 {
    padding-top: 48px;
  }
  .u-pt-lg-9 {
    padding-top: 64px;
  }
  .u-pt-lg-10 {
    padding-top: 80px;
  }
  .u-pt-lg-11 {
    padding-top: 96px;
  }
  .u-pt-lg-12 {
    padding-top: 112px;
  }
  .u-pt-lg-13 {
    padding-top: 128px;
  }
  .u-pt-lg-14 {
    padding-top: 144px;
  }
  .u-pl-lg-0 {
    padding-left: 0px;
  }
  .u-pl-lg-1 {
    padding-left: 4px;
  }
  .u-pl-lg-2 {
    padding-left: 8px;
  }
  .u-pl-lg-3 {
    padding-left: 12px;
  }
  .u-pl-lg-4 {
    padding-left: 16px;
  }
  .u-pl-lg-5 {
    padding-left: 24px;
  }
  .u-pl-lg-6 {
    padding-left: 32px;
  }
  .u-pl-lg-7 {
    padding-left: 40px;
  }
  .u-pl-lg-8 {
    padding-left: 48px;
  }
  .u-pl-lg-9 {
    padding-left: 64px;
  }
  .u-pl-lg-10 {
    padding-left: 80px;
  }
  .u-pl-lg-11 {
    padding-left: 96px;
  }
  .u-pl-lg-12 {
    padding-left: 112px;
  }
  .u-pl-lg-13 {
    padding-left: 128px;
  }
  .u-pl-lg-14 {
    padding-left: 144px;
  }
  .u-pr-lg-0 {
    padding-right: 0px;
  }
  .u-pr-lg-1 {
    padding-right: 4px;
  }
  .u-pr-lg-2 {
    padding-right: 8px;
  }
  .u-pr-lg-3 {
    padding-right: 12px;
  }
  .u-pr-lg-4 {
    padding-right: 16px;
  }
  .u-pr-lg-5 {
    padding-right: 24px;
  }
  .u-pr-lg-6 {
    padding-right: 32px;
  }
  .u-pr-lg-7 {
    padding-right: 40px;
  }
  .u-pr-lg-8 {
    padding-right: 48px;
  }
  .u-pr-lg-9 {
    padding-right: 64px;
  }
  .u-pr-lg-10 {
    padding-right: 80px;
  }
  .u-pr-lg-11 {
    padding-right: 96px;
  }
  .u-pr-lg-12 {
    padding-right: 112px;
  }
  .u-pr-lg-13 {
    padding-right: 128px;
  }
  .u-pr-lg-14 {
    padding-right: 144px;
  }
  .u-pb-lg-0 {
    padding-bottom: 0px;
  }
  .u-pb-lg-1 {
    padding-bottom: 4px;
  }
  .u-pb-lg-2 {
    padding-bottom: 8px;
  }
  .u-pb-lg-3 {
    padding-bottom: 12px;
  }
  .u-pb-lg-4 {
    padding-bottom: 16px;
  }
  .u-pb-lg-5 {
    padding-bottom: 24px;
  }
  .u-pb-lg-6 {
    padding-bottom: 32px;
  }
  .u-pb-lg-7 {
    padding-bottom: 40px;
  }
  .u-pb-lg-8 {
    padding-bottom: 48px;
  }
  .u-pb-lg-9 {
    padding-bottom: 64px;
  }
  .u-pb-lg-10 {
    padding-bottom: 80px;
  }
  .u-pb-lg-11 {
    padding-bottom: 96px;
  }
  .u-pb-lg-12 {
    padding-bottom: 112px;
  }
  .u-pb-lg-13 {
    padding-bottom: 128px;
  }
  .u-pb-lg-14 {
    padding-bottom: 144px;
  }
}
@media (min-width: 1600px) {
  .u-m-xl-0 {
    margin: 0px;
  }
  .u-m-xl-1 {
    margin: 4px;
  }
  .u-m-xl-2 {
    margin: 8px;
  }
  .u-m-xl-3 {
    margin: 12px;
  }
  .u-m-xl-4 {
    margin: 16px;
  }
  .u-m-xl-5 {
    margin: 24px;
  }
  .u-m-xl-6 {
    margin: 32px;
  }
  .u-m-xl-7 {
    margin: 40px;
  }
  .u-m-xl-8 {
    margin: 48px;
  }
  .u-m-xl-9 {
    margin: 64px;
  }
  .u-m-xl-10 {
    margin: 80px;
  }
  .u-m-xl-11 {
    margin: 96px;
  }
  .u-m-xl-12 {
    margin: 112px;
  }
  .u-m-xl-13 {
    margin: 128px;
  }
  .u-m-xl-14 {
    margin: 144px;
  }
  .u-mt-xl-0 {
    margin-top: 0px;
  }
  .u-mt-xl-1 {
    margin-top: 4px;
  }
  .u-mt-xl-2 {
    margin-top: 8px;
  }
  .u-mt-xl-3 {
    margin-top: 12px;
  }
  .u-mt-xl-4 {
    margin-top: 16px;
  }
  .u-mt-xl-5 {
    margin-top: 24px;
  }
  .u-mt-xl-6 {
    margin-top: 32px;
  }
  .u-mt-xl-7 {
    margin-top: 40px;
  }
  .u-mt-xl-8 {
    margin-top: 48px;
  }
  .u-mt-xl-9 {
    margin-top: 64px;
  }
  .u-mt-xl-10 {
    margin-top: 80px;
  }
  .u-mt-xl-11 {
    margin-top: 96px;
  }
  .u-mt-xl-12 {
    margin-top: 112px;
  }
  .u-mt-xl-13 {
    margin-top: 128px;
  }
  .u-mt-xl-14 {
    margin-top: 144px;
  }
  .u-ml-xl-0 {
    margin-left: 0px;
  }
  .u-ml-xl-1 {
    margin-left: 4px;
  }
  .u-ml-xl-2 {
    margin-left: 8px;
  }
  .u-ml-xl-3 {
    margin-left: 12px;
  }
  .u-ml-xl-4 {
    margin-left: 16px;
  }
  .u-ml-xl-5 {
    margin-left: 24px;
  }
  .u-ml-xl-6 {
    margin-left: 32px;
  }
  .u-ml-xl-7 {
    margin-left: 40px;
  }
  .u-ml-xl-8 {
    margin-left: 48px;
  }
  .u-ml-xl-9 {
    margin-left: 64px;
  }
  .u-ml-xl-10 {
    margin-left: 80px;
  }
  .u-ml-xl-11 {
    margin-left: 96px;
  }
  .u-ml-xl-12 {
    margin-left: 112px;
  }
  .u-ml-xl-13 {
    margin-left: 128px;
  }
  .u-ml-xl-14 {
    margin-left: 144px;
  }
  .u-mr-xl-0 {
    margin-right: 0px;
  }
  .u-mr-xl-1 {
    margin-right: 4px;
  }
  .u-mr-xl-2 {
    margin-right: 8px;
  }
  .u-mr-xl-3 {
    margin-right: 12px;
  }
  .u-mr-xl-4 {
    margin-right: 16px;
  }
  .u-mr-xl-5 {
    margin-right: 24px;
  }
  .u-mr-xl-6 {
    margin-right: 32px;
  }
  .u-mr-xl-7 {
    margin-right: 40px;
  }
  .u-mr-xl-8 {
    margin-right: 48px;
  }
  .u-mr-xl-9 {
    margin-right: 64px;
  }
  .u-mr-xl-10 {
    margin-right: 80px;
  }
  .u-mr-xl-11 {
    margin-right: 96px;
  }
  .u-mr-xl-12 {
    margin-right: 112px;
  }
  .u-mr-xl-13 {
    margin-right: 128px;
  }
  .u-mr-xl-14 {
    margin-right: 144px;
  }
  .u-mb-xl-0 {
    margin-bottom: 0px;
  }
  .u-mb-xl-1 {
    margin-bottom: 4px;
  }
  .u-mb-xl-2 {
    margin-bottom: 8px;
  }
  .u-mb-xl-3 {
    margin-bottom: 12px;
  }
  .u-mb-xl-4 {
    margin-bottom: 16px;
  }
  .u-mb-xl-5 {
    margin-bottom: 24px;
  }
  .u-mb-xl-6 {
    margin-bottom: 32px;
  }
  .u-mb-xl-7 {
    margin-bottom: 40px;
  }
  .u-mb-xl-8 {
    margin-bottom: 48px;
  }
  .u-mb-xl-9 {
    margin-bottom: 64px;
  }
  .u-mb-xl-10 {
    margin-bottom: 80px;
  }
  .u-mb-xl-11 {
    margin-bottom: 96px;
  }
  .u-mb-xl-12 {
    margin-bottom: 112px;
  }
  .u-mb-xl-13 {
    margin-bottom: 128px;
  }
  .u-mb-xl-14 {
    margin-bottom: 144px;
  }
  .u-p-xl-0 {
    padding: 0px;
  }
  .u-p-xl-1 {
    padding: 4px;
  }
  .u-p-xl-2 {
    padding: 8px;
  }
  .u-p-xl-3 {
    padding: 12px;
  }
  .u-p-xl-4 {
    padding: 16px;
  }
  .u-p-xl-5 {
    padding: 24px;
  }
  .u-p-xl-6 {
    padding: 32px;
  }
  .u-p-xl-7 {
    padding: 40px;
  }
  .u-p-xl-8 {
    padding: 48px;
  }
  .u-p-xl-9 {
    padding: 64px;
  }
  .u-p-xl-10 {
    padding: 80px;
  }
  .u-p-xl-11 {
    padding: 96px;
  }
  .u-p-xl-12 {
    padding: 112px;
  }
  .u-p-xl-13 {
    padding: 128px;
  }
  .u-p-xl-14 {
    padding: 144px;
  }
  .u-pt-xl-0 {
    padding-top: 0px;
  }
  .u-pt-xl-1 {
    padding-top: 4px;
  }
  .u-pt-xl-2 {
    padding-top: 8px;
  }
  .u-pt-xl-3 {
    padding-top: 12px;
  }
  .u-pt-xl-4 {
    padding-top: 16px;
  }
  .u-pt-xl-5 {
    padding-top: 24px;
  }
  .u-pt-xl-6 {
    padding-top: 32px;
  }
  .u-pt-xl-7 {
    padding-top: 40px;
  }
  .u-pt-xl-8 {
    padding-top: 48px;
  }
  .u-pt-xl-9 {
    padding-top: 64px;
  }
  .u-pt-xl-10 {
    padding-top: 80px;
  }
  .u-pt-xl-11 {
    padding-top: 96px;
  }
  .u-pt-xl-12 {
    padding-top: 112px;
  }
  .u-pt-xl-13 {
    padding-top: 128px;
  }
  .u-pt-xl-14 {
    padding-top: 144px;
  }
  .u-pl-xl-0 {
    padding-left: 0px;
  }
  .u-pl-xl-1 {
    padding-left: 4px;
  }
  .u-pl-xl-2 {
    padding-left: 8px;
  }
  .u-pl-xl-3 {
    padding-left: 12px;
  }
  .u-pl-xl-4 {
    padding-left: 16px;
  }
  .u-pl-xl-5 {
    padding-left: 24px;
  }
  .u-pl-xl-6 {
    padding-left: 32px;
  }
  .u-pl-xl-7 {
    padding-left: 40px;
  }
  .u-pl-xl-8 {
    padding-left: 48px;
  }
  .u-pl-xl-9 {
    padding-left: 64px;
  }
  .u-pl-xl-10 {
    padding-left: 80px;
  }
  .u-pl-xl-11 {
    padding-left: 96px;
  }
  .u-pl-xl-12 {
    padding-left: 112px;
  }
  .u-pl-xl-13 {
    padding-left: 128px;
  }
  .u-pl-xl-14 {
    padding-left: 144px;
  }
  .u-pr-xl-0 {
    padding-right: 0px;
  }
  .u-pr-xl-1 {
    padding-right: 4px;
  }
  .u-pr-xl-2 {
    padding-right: 8px;
  }
  .u-pr-xl-3 {
    padding-right: 12px;
  }
  .u-pr-xl-4 {
    padding-right: 16px;
  }
  .u-pr-xl-5 {
    padding-right: 24px;
  }
  .u-pr-xl-6 {
    padding-right: 32px;
  }
  .u-pr-xl-7 {
    padding-right: 40px;
  }
  .u-pr-xl-8 {
    padding-right: 48px;
  }
  .u-pr-xl-9 {
    padding-right: 64px;
  }
  .u-pr-xl-10 {
    padding-right: 80px;
  }
  .u-pr-xl-11 {
    padding-right: 96px;
  }
  .u-pr-xl-12 {
    padding-right: 112px;
  }
  .u-pr-xl-13 {
    padding-right: 128px;
  }
  .u-pr-xl-14 {
    padding-right: 144px;
  }
  .u-pb-xl-0 {
    padding-bottom: 0px;
  }
  .u-pb-xl-1 {
    padding-bottom: 4px;
  }
  .u-pb-xl-2 {
    padding-bottom: 8px;
  }
  .u-pb-xl-3 {
    padding-bottom: 12px;
  }
  .u-pb-xl-4 {
    padding-bottom: 16px;
  }
  .u-pb-xl-5 {
    padding-bottom: 24px;
  }
  .u-pb-xl-6 {
    padding-bottom: 32px;
  }
  .u-pb-xl-7 {
    padding-bottom: 40px;
  }
  .u-pb-xl-8 {
    padding-bottom: 48px;
  }
  .u-pb-xl-9 {
    padding-bottom: 64px;
  }
  .u-pb-xl-10 {
    padding-bottom: 80px;
  }
  .u-pb-xl-11 {
    padding-bottom: 96px;
  }
  .u-pb-xl-12 {
    padding-bottom: 112px;
  }
  .u-pb-xl-13 {
    padding-bottom: 128px;
  }
  .u-pb-xl-14 {
    padding-bottom: 144px;
  }
}
.has-colonnage {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.has-colonnage > * {
  display: block;
}

.paragraphe {
  margin-bottom: 40px;
}
@media screen and (max-width: 791px) {
  .paragraphe {
    display: block;
  }
}
.paragraphe a:focus {
  outline: 1px dashed;
  outline-offset: -1px;
}
.paragraphe .IMF_50 {
  max-width: 50%;
}
.paragraphe:first-of-type:not([class*=PRS_WIDTH_]) {
  margin-top: 5rem;
}

.clear {
  clear: both;
}

.invisible {
  display: none;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignjustify {
  text-align: justify;
}

object.alignleft,
img.alignleft,
table.alignleft,
span.alignleft,
iframe.alignleft,
embed.alignleft,
video.alignleft,
figure.alignleft {
  float: left;
  margin: 0 2rem 1rem 0;
}
@media screen and (max-width: 792px) {
  object.alignleft,
  img.alignleft,
  table.alignleft,
  span.alignleft,
  iframe.alignleft,
  embed.alignleft,
  video.alignleft,
  figure.alignleft {
    float: none;
  }
}

object.alignright,
img.alignright,
table.alignright,
span.alignright,
iframe.alignright,
embed.alignright,
video.alignright,
figure.alignright {
  float: right;
  margin: 0 0 1rem 2rem;
}
@media screen and (max-width: 792px) {
  object.alignright,
  img.alignright,
  table.alignright,
  span.alignright,
  iframe.alignright,
  embed.alignright,
  video.alignright,
  figure.alignright {
    float: none;
  }
}

table.aligncenter {
  margin: auto;
  text-align: left;
}

acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

/* CLEARFIX */
.clearfix {
  display: flow-root;
}

/* Vidéos responsive */
.iframe-ratio {
  position: relative;
  margin-bottom: 2rem;
}
.iframe-ratio::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe-ratio.width_left {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.iframe-ratio.width_right {
  width: 48%;
  float: right;
  margin-left: 2%;
}
.iframe-ratio.width_middle {
  width: 50%;
  margin: auto;
}
.iframe-ratio iframe,
.iframe-ratio embed,
.iframe-ratio object,
.iframe-ratio video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.iframe-ratio > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 791px) {
  .iframe-ratio.width_left, .iframe-ratio.width_right, .iframe-ratio.width_middle {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}

/* ===================================================================
 * STYLES DE PARAGRAPHE - COLONNAGE
 * =================================================================*/
.PRS_WIDTH_50G {
  width: calc(50% - 30px);
  float: left;
  clear: both;
  margin-right: 30px;
}

.PRS_WIDTH_50D {
  width: calc(50% - 30px);
  float: right;
  clear: right;
  margin-left: 30px;
}

.PRS_WIDTH_30G {
  width: calc(33.3333333333% - 20px);
  float: left;
  clear: both;
}

.PRS_WIDTH_30C {
  width: calc(33.3333333333% - 20px);
  float: left;
  margin-left: 30px;
  margin-right: 30px;
}

.PRS_WIDTH_30D {
  width: calc(33.3333333333% - 20px);
  float: right;
  clear: right;
}

.PRS_WIDTH_70G {
  width: calc(66.6666666667% - 20px);
  margin-right: 20px;
  float: left;
  clear: both;
}

.PRS_WIDTH_70D {
  width: calc(66.6666666667% - 20px);
  margin-left: 20px;
  float: right;
  clear: right;
}

[class*=PRS_WIDTH_] {
  overflow: hidden;
}
@media screen and (max-width: 791px) {
  [class*=PRS_WIDTH_] {
    clear: both;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.PRS_MISENAVANT_GRIS,
.PRS_MISENAVANT_COULEUR1,
.PRS_MISENAVANT_COULEUR2 {
  box-sizing: border-box;
  padding: 20px 30px;
  background: #5e5e5e;
  color: #fff;
}
.PRS_MISENAVANT_GRIS.txt a:not(.o-button, [class*=__]), .PRS_MISENAVANT_GRIS .partage a:not(.o-button, [class*=__]),
.PRS_MISENAVANT_COULEUR1.txt a:not(.o-button, [class*=__]),
.PRS_MISENAVANT_COULEUR1 .partage a:not(.o-button, [class*=__]),
.PRS_MISENAVANT_COULEUR2.txt a:not(.o-button, [class*=__]),
.PRS_MISENAVANT_COULEUR2 .partage a:not(.o-button, [class*=__]) {
  color: #ffffff;
}
.PRS_MISENAVANT_GRIS.txt a:not(.o-button, [class*=__])::before, .PRS_MISENAVANT_GRIS .partage a:not(.o-button, [class*=__])::before,
.PRS_MISENAVANT_COULEUR1.txt a:not(.o-button, [class*=__])::before,
.PRS_MISENAVANT_COULEUR1 .partage a:not(.o-button, [class*=__])::before,
.PRS_MISENAVANT_COULEUR2.txt a:not(.o-button, [class*=__])::before,
.PRS_MISENAVANT_COULEUR2 .partage a:not(.o-button, [class*=__])::before {
  color: #ffffff;
}
.PRS_MISENAVANT_GRIS.txt a:not(.o-button, [class*=__]):hover, .PRS_MISENAVANT_GRIS.txt a:not(.o-button, [class*=__]):active, .PRS_MISENAVANT_GRIS.txt a:not(.o-button, [class*=__]):focus, .PRS_MISENAVANT_GRIS .partage a:not(.o-button, [class*=__]):hover, .PRS_MISENAVANT_GRIS .partage a:not(.o-button, [class*=__]):active, .PRS_MISENAVANT_GRIS .partage a:not(.o-button, [class*=__]):focus,
.PRS_MISENAVANT_COULEUR1.txt a:not(.o-button, [class*=__]):hover,
.PRS_MISENAVANT_COULEUR1.txt a:not(.o-button, [class*=__]):active,
.PRS_MISENAVANT_COULEUR1.txt a:not(.o-button, [class*=__]):focus,
.PRS_MISENAVANT_COULEUR1 .partage a:not(.o-button, [class*=__]):hover,
.PRS_MISENAVANT_COULEUR1 .partage a:not(.o-button, [class*=__]):active,
.PRS_MISENAVANT_COULEUR1 .partage a:not(.o-button, [class*=__]):focus,
.PRS_MISENAVANT_COULEUR2.txt a:not(.o-button, [class*=__]):hover,
.PRS_MISENAVANT_COULEUR2.txt a:not(.o-button, [class*=__]):active,
.PRS_MISENAVANT_COULEUR2.txt a:not(.o-button, [class*=__]):focus,
.PRS_MISENAVANT_COULEUR2 .partage a:not(.o-button, [class*=__]):hover,
.PRS_MISENAVANT_COULEUR2 .partage a:not(.o-button, [class*=__]):active,
.PRS_MISENAVANT_COULEUR2 .partage a:not(.o-button, [class*=__]):focus {
  border-bottom: solid 2px #ffffff;
}
@media screen and (max-width: 791px) {
  .PRS_MISENAVANT_GRIS,
  .PRS_MISENAVANT_COULEUR1,
  .PRS_MISENAVANT_COULEUR2 {
    padding: 15px;
  }
}
.PRS_MISENAVANT_GRIS h2,
.PRS_MISENAVANT_COULEUR1 h2,
.PRS_MISENAVANT_COULEUR2 h2 {
  background: #5e5e5e;
  padding: 20px 0;
  color: #fff;
  margin: 0;
}
.PRS_MISENAVANT_GRIS a:not(.o-button),
.PRS_MISENAVANT_COULEUR1 a:not(.o-button),
.PRS_MISENAVANT_COULEUR2 a:not(.o-button) {
  color: #fff;
  font-weight: 400;
}
.PRS_MISENAVANT_GRIS ul,
.PRS_MISENAVANT_COULEUR1 ul,
.PRS_MISENAVANT_COULEUR2 ul {
  overflow: hidden;
  margin: 0 0 2rem 2.5rem;
  padding: 0;
}
.PRS_MISENAVANT_GRIS ul li::before,
.PRS_MISENAVANT_COULEUR1 ul li::before,
.PRS_MISENAVANT_COULEUR2 ul li::before {
  color: #fff;
}
.PRS_MISENAVANT_GRIS ol li::before,
.PRS_MISENAVANT_COULEUR1 ol li::before,
.PRS_MISENAVANT_COULEUR2 ol li::before {
  color: #fff;
}
.PRS_MISENAVANT_GRIS.txt a::before,
.PRS_MISENAVANT_GRIS.txt [class*=picto]::before, .PRS_MISENAVANT_GRIS.partage a::before,
.PRS_MISENAVANT_GRIS.partage [class*=picto]::before,
.PRS_MISENAVANT_COULEUR1.txt a::before,
.PRS_MISENAVANT_COULEUR1.txt [class*=picto]::before,
.PRS_MISENAVANT_COULEUR1.partage a::before,
.PRS_MISENAVANT_COULEUR1.partage [class*=picto]::before,
.PRS_MISENAVANT_COULEUR2.txt a::before,
.PRS_MISENAVANT_COULEUR2.txt [class*=picto]::before,
.PRS_MISENAVANT_COULEUR2.partage a::before,
.PRS_MISENAVANT_COULEUR2.partage [class*=picto]::before {
  color: #fff;
}
.PRS_MISENAVANT_GRIS.txt a.document::before, .PRS_MISENAVANT_GRIS.partage a.document::before,
.PRS_MISENAVANT_COULEUR1.txt a.document::before,
.PRS_MISENAVANT_COULEUR1.partage a.document::before,
.PRS_MISENAVANT_COULEUR2.txt a.document::before,
.PRS_MISENAVANT_COULEUR2.partage a.document::before {
  transition: all 0.3s;
}
.PRS_MISENAVANT_GRIS.txt a.document::after, .PRS_MISENAVANT_GRIS.partage a.document::after,
.PRS_MISENAVANT_COULEUR1.txt a.document::after,
.PRS_MISENAVANT_COULEUR1.partage a.document::after,
.PRS_MISENAVANT_COULEUR2.txt a.document::after,
.PRS_MISENAVANT_COULEUR2.partage a.document::after {
  background: #d9dbde;
}

.PRS_MISENAVANT_COULEUR2.txt a.document::before {
  color: #fff;
}

.PRS_MISENAVANT_COULEUR1 {
  background: var(--couleur-principale, #256000);
}

.PRS_MISENAVANT_COULEUR1 h2 {
  background: var(--couleur-principale, #256000);
}

.PRS_MISENAVANT_COULEUR2 {
  background: var(--couleur-secondaire, #323232);
}

.PRS_MISENAVANT_COULEUR2 h2 {
  background: var(--couleur-secondaire, #323232);
}

/*
Utilisation des suffixes responsive :
class="u-text-right@md"
*/
.u-text-right {
  text-align: right;
}
@media (min-width: 575px) {
  .u-text-right\@xs {
    text-align: right;
  }
}
@media (min-width: 792px) {
  .u-text-right\@sm {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .u-text-right\@md {
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .u-text-right\@lg {
    text-align: right;
  }
}

.u-text-left {
  text-align: left;
}
@media (min-width: 575px) {
  .u-text-left\@xs {
    text-align: left;
  }
}
@media (min-width: 792px) {
  .u-text-left\@sm {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .u-text-left\@md {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .u-text-left\@lg {
    text-align: left;
  }
}

.u-text-center {
  text-align: center;
}
@media (min-width: 575px) {
  .u-text-center\@xs {
    text-align: center;
  }
}
@media (min-width: 792px) {
  .u-text-center\@sm {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .u-text-center\@md {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .u-text-center\@lg {
    text-align: center;
  }
}

.u-font-medium {
  font-weight: 500;
}

.u-font-black {
  font-weight: 900;
}

/*
 * Utilitaire permettant une troncature sur un nombre fixe de ligne (par défaut 3)
 * Dans l'HTML, utiliser l'attribut style pour affecter la variable --lines-to-show
 * Exemple, si besoin d'afficher uniquement les 5 premières lignes :
 * <p class="u-truncate" style="--lines-to-show: 5;">...</p>
 */
.u-truncate {
  display: -webkit-box;
  -webkit-line-clamp: var(--lines-to-show, 3);
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.u-cover::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.u-img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-relative {
  position: relative;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-rounded {
  border-radius: 50%;
}
