@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: "DM Serif Display";
  src: url("./fonts/DMSerifDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Serif Display";
  src: url("./fonts/DMSerifDisplay-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* Secondary headings */
@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* Paragraphe */
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Icomoon";
  src: url("./fonts/icomoon.ttf?kr6e4t") format("truetype"), url("./fonts/icomoon.woff?kr6e4t") format("woff"), url("./fonts/icomoon.svg?kr6e4t#icomoon") format("svg");
  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
 */
/*
 *   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
 */
html {
  box-sizing: border-box;
}

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

@media print {
  html {
    font-family: "Open Sans", sans-serif;
    font-size: 11pt;
    line-height: 1.4;
  }
}
@page {
  margin: 1cm;
}
/* 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;
}

form {
  background-color: #F5F5F5;
  border-radius: 4rem;
  padding: 40px 64px 16px;
}
@media screen and (max-width: 1024px) {
  form {
    padding: 40px 16px;
  }
}
form p.action {
  margin: 0;
}
form .form-group {
  border: none;
}
form .form-legend {
  margin-bottom: 12px;
  font-size: 3.7rem;
  font-family: "DM Serif Display", serif;
  color: #006633;
}
form .form-legend::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10rem;
  height: 0.2rem;
  margin-left: 16px;
  background-color: #006633;
}
form .o-form-control {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  padding: 0 24px;
  border: none;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  form .o-form-control {
    padding: 0 12px;
  }
}
form .o-form-control__label {
  margin-bottom: 8px;
  font-weight: 700;
}
form .o-form-control__label .obligatoire {
  color: #063;
  font-size: 2rem;
}
form .o-form-control__label .simpletooltip_container {
  position: relative;
}
form .o-form-control__label .simpletooltip_container .helper {
  cursor: help;
}
form .o-form-control__label .simpletooltip_container .simpletooltip {
  position: absolute;
  z-index: 666;
  right: auto;
  left: 100%;
  width: 30rem;
  margin-left: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.9);
  color: #eee;
  padding: 5px;
  text-align: left;
  line-height: 1.3;
}
form .o-form-control__label .simpletooltip_container .simpletooltip[aria-hidden=true] {
  display: none;
}
form .o-form-control__input, form .o-form-control__select, form .o-form-control__textarea, form .o-form-control__date {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 2rem;
  padding: 16px 24px;
  outline: none;
  transition: all 0.3s;
}
form .o-form-control__input:hover, form .o-form-control__input:focus, form .o-form-control__select:hover, form .o-form-control__select:focus, form .o-form-control__textarea:hover, form .o-form-control__textarea:focus, form .o-form-control__date:hover, form .o-form-control__date:focus {
  border-color: #006633;
}
form .o-form-control__input--hour, form .o-form-control__select--hour, form .o-form-control__textarea--hour, form .o-form-control__date--hour {
  width: unset;
}
form .o-form-control__input--captcha, form .o-form-control__select--captcha, form .o-form-control__textarea--captcha, form .o-form-control__date--captcha {
  width: 30%;
  margin-bottom: 16px;
}
form .o-form-control input[type=file] {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 2rem;
  padding: 16px 24px;
  outline: none;
  transition: all 0.3s;
}
form .o-form-control input[type=file]:hover, form .o-form-control input[type=file]:focus {
  border-color: #006633;
}
form .o-form-control__file {
  display: none;
}
form .o-form-control.fieldset-check .checks {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
form .o-form-control.fieldset-check .check {
  display: flex;
  align-items: center;
  gap: 8px;
}
form .o-form-control__choices {
  display: flex;
  gap: 16px;
}
form input[type=radio],
form input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff; /* this is needed for iOS. Otherwise the background just becomes black. */
  border: 2px solid #222222;
  height: 15px;
  width: 15px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: text-bottom;
  position: relative;
}
form input[type=radio][disabled], form input[type=radio][aria-disabled=true],
form input[type=checkbox][disabled],
form input[type=checkbox][aria-disabled=true] {
  opacity: 0.4;
}
form input[type=radio]::before,
form input[type=checkbox]::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 0;
}
form input[type=radio]:focus,
form input[type=checkbox]:focus {
  outline: 2px solid;
  outline-offset: 2px;
}
form input[type=radio]:checked,
form input[type=checkbox]:checked {
  border-color: #189838;
}
form input[type=radio]:checked::before,
form input[type=checkbox]:checked::before {
  width: 7px;
  height: 7px;
  background-color: #189838;
}
form input[type=checkbox] {
  border-radius: 10%;
}
form input[type=radio]::before {
  height: 0;
  width: 0;
}
form input[type=radio]:checked::before {
  border-radius: 50%;
}
form input[type=checkbox]:indeterminate::before,
form input[type=checkbox][aria-checked=mixed]::before {
  border: 2px solid #222;
  height: 0;
  width: 40%;
}
form input[type=checkbox]:checked::before {
  border-radius: 2px;
}
.interne .paragraphe:not(.tpl) .paragraphe__inner form .action .c-form__retour {
  vertical-align: top;
  margin-right: 16px;
}
.interne .paragraphe:not(.tpl) .paragraphe__inner form .action .c-form__retour::after {
  content: "Étape précédente";
  position: relative;
  width: unset;
  background: none;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1em;
  height: fit-content;
  transition: all 0.3s;
}
.interne .paragraphe:not(.tpl) .paragraphe__inner form .action .c-form__retour:hover::after, .interne .paragraphe:not(.tpl) .paragraphe__inner form .action .c-form__retour:focus::after, .interne .paragraphe:not(.tpl) .paragraphe__inner form .action .c-form__retour:active::after {
  color: #000000;
}

h1, h2, h3,
h4, h5, h6 {
  font-weight: 600;
  color: #050505;
  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: 3.6rem;
  margin-bottom: 32px;
  font-family: "DM Serif Display", serif;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 4.8rem;
  }
}

h2 {
  font-size: 3.2rem;
  margin-bottom: 24px;
  margin-top: 32px;
  font-family: "DM Serif Display", serif;
  color: #006633;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 792px) {
  h2 {
    word-wrap: anywhere;
  }
}
.accueil #contenu h2 {
  font-size: 6.5rem;
}
@media screen and (max-width: 792px) {
  .accueil #contenu h2 {
    font-size: 3.8rem;
  }
}
h2.e-title-line {
  display: flex;
  flex-direction: column;
  line-height: 100%;
  color: #000000;
}
h2.e-title-line span {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  line-height: 100%;
  text-decoration: none !important;
}
h2.e-title-line span::before {
  content: url("./images/trait.svg");
  margin-right: 1rem;
}

h3 {
  font-size: 2.5rem;
  margin-bottom: 24px;
  color: #006633;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 3.9rem;
  }
}

h4 {
  font-size: 2rem;
  margin-bottom: 16px;
  color: #006633;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 3.2rem;
  }
}

h5 {
  font-size: 1.8rem;
  margin-bottom: 8px;
  color: #006633;
}
@media (min-width: 1024px) {
  h5 {
    font-size: 2.6rem;
  }
}

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

img {
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.interne .paragraphe:not(.tpl) .paragraphe__inner a:not([class*=o-button]) {
  position: relative;
  color: #006633;
  text-decoration: none;
}
.interne .paragraphe:not(.tpl) .paragraphe__inner a:not([class*=o-button])::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #006633;
  transition: all 0.3s;
}
.interne .paragraphe:not(.tpl) .paragraphe__inner a:not([class*=o-button]):active::after, .interne .paragraphe:not(.tpl) .paragraphe__inner a:not([class*=o-button]):hover::after {
  width: 2rem;
}
.interne .paragraphe:not(.tpl) .paragraphe__inner a:not([class*=o-button]).external, .interne .paragraphe:not(.tpl) .paragraphe__inner a:not([class*=o-button]).document {
  margin-left: 2rem;
}
.interne .paragraphe:not(.tpl) .paragraphe__inner a:not([class*=o-button]).external::before, .interne .paragraphe:not(.tpl) .paragraphe__inner a:not([class*=o-button]).document::before {
  position: absolute;
  top: 0;
  left: -2rem;
  display: inline-block;
  width: 1.3rem;
  margin-right: 8px;
  color: #006633;
}
.interne .paragraphe:not(.tpl) .paragraphe__inner a:not([class*=o-button]).external::before {
  content: url("./images/external.svg");
}
.interne .paragraphe:not(.tpl) .paragraphe__inner a:not([class*=o-button]).document::before {
  content: url("./images/document.svg");
}

.TPL_PLANSITE a {
  position: relative;
  text-decoration: none;
  color: #006633;
}
.TPL_PLANSITE a::before {
  content: "";
  position: absolute;
  background: #006633;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 0.1rem;
  transition: all 0.3s;
}
.TPL_PLANSITE a:hover::before, .TPL_PLANSITE a:focus::before {
  right: 0;
}

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

ul {
  list-style: disc;
}
ul li::marker {
  color: #006633;
}

ol {
  list-style: decimal;
}

.TPL_PLANSITE li {
  margin: 12px 0;
}

body {
  width: 100%;
  color: #050505;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

html, body {
  height: 100%;
}

@media print {
  body,
  html {
    height: auto;
  }
}
p {
  line-height: 1.6;
  margin-top: 1em;
  margin-bottom: 1em;
}

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

.container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 1280px;
  width: 100%;
}
@media screen and (max-width: 792px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr min(80%, 1280px) 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;
  overflow-x: hidden;
}
@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;
  row-gap: var(--row-gap, 16px);
}
@media screen and (max-width: 792px) {
  .row {
    margin: 0;
  }
}
.row > * {
  flex-grow: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.row--space-between {
  justify-content: space-between;
}
.row--no-wrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .row--no-wrap {
    flex-wrap: wrap;
  }
}

.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%;
  }
}
.o-button {
  display: inline-flex;
  position: relative;
  width: fit-content;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1em;
  padding: 16px 24px;
  border: 2px solid var(--background-color, #006633);
  color: var(--text-color, #ffffff);
  background-color: transparent;
  text-decoration: none;
  border-radius: 6rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 1;
}
.o-button::before {
  content: "";
  position: absolute;
  inset: 0 var(--background-right, 0) 0 0;
  background-color: var(--background-color, #006633);
  border-radius: 2rem;
  transition: all 0.3s;
  z-index: -1;
}
div:not(.o-button--radio) > .o-button:hover, .o-button.checked {
  color: var(--text-color-hover, var(--background-color, #006633));
  text-decoration: none;
}
div:not(.o-button--radio) > .o-button:hover::before, .o-button.checked::before {
  right: var(--background-right-hov, 100%);
}
.o-button--radio > .o-button:hover {
  --background-color: #666666;
  border-color: #000000;
  --text-color-hover: $color-dark;
}
.o-button__small {
  padding: 8px 16px;
}
.o-button--radio input[type=checkbox] {
  display: none;
}
.o-button--primary-dark {
  --background-color: #006633;
  --text-color: #ffffff;
}
.o-button--primary-dark-outline {
  --text-color: #000000;
  --text-color-hover: #ffffff;
  --background-right: 100%;
  --background-right-hov: 0;
}
.o-button--light {
  --background-color: #ffffff;
  --text-color: #000000;
}
.o-button--light-outline {
  --text-color-hover: #000000;
  --background-right: 100%;
  --background-right-hov: 0;
  --text-color: var(--background-color, $color-light);
}
.o-button--dark {
  --background-color: #000000;
  --text-color: #ffffff;
}
.o-button--dark-outline {
  --text-color-hover: #ffffff;
  --background-right: 100%;
  --background-right-hov: 0;
  --text-color: var(--background-color, $color-light);
}
.o-button--captcha {
  align-self: flex-start;
  background: none;
  border: none;
  text-decoration: underline;
  padding: 0;
}

input.o-button, a.c-form__retour {
  background-color: #006633;
}
input.o-button:hover, input.o-button:focus, a.c-form__retour:hover, a.c-form__retour:focus {
  color: #000000;
}
input.o-button::before, input.o-button::after, a.c-form__retour::before, a.c-form__retour::after {
  content: none;
  color: #000000;
}

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

.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--facebook::before {
  content: "\e900";
}
.o-icon--twitter::before {
  content: "\e901";
}
.o-icon--print::before {
  content: "\e902";
}
.o-icon--search::before {
  content: "\e903";
}
.o-icon--close::before {
  content: "\e904";
}
.o-icon--mail::before {
  content: "\e905";
}
.o-icon--burger::before {
  content: "\e906";
}
.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: #189838;
  transition: color 200ms ease-in-out;
}
.o-icon--color-secondary:before {
  color: #00DCCF;
  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;
}
.o-icon--hoverable {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #000000;
  transition: all 0.3s;
}
.o-icon--hoverable::after {
  content: "";
  position: absolute;
  background-color: #006633;
  border-radius: 100%;
  inset: 50%;
  transition: all 0.3s;
  z-index: -1;
}
.o-icon--hoverable:hover, .o-icon--hoverable:focus {
  color: #ffffff;
}
.o-icon--hoverable:hover::after, .o-icon--hoverable:focus::after {
  inset: 0;
}

/* 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: #ffffff;
  background-color: #006633;
  font-weight: 500;
}
.o-pagination-reglette a {
  color: #006633;
  text-decoration: none;
}
.o-pagination-reglette a:hover, .o-pagination-reglette a:focus {
  color: #ffffff;
  background-color: #006633;
}

.c-accroche {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .c-accroche {
    margin-bottom: 16px;
  }
}
.c-accroche--with-image {
  display: flex;
  gap: 80px;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .c-accroche--with-image {
    flex-direction: column;
    gap: 16px;
  }
}
.c-accroche--with-image > * {
  min-width: 320px;
  max-width: 100%;
}
.c-accroche--with-image .c-accroche__image-wrapper {
  flex: 1 0 calc(40% - 80px);
  height: fit-content;
}
@media screen and (max-width: 1600px) {
  .c-accroche--with-image .c-accroche__image-wrapper {
    flex-basis: calc(50% - 80px);
  }
}
.c-accroche--with-image .c-accroche__content {
  padding-right: 80px;
  flex: 1 0 calc(60% - 80px);
}
@media screen and (max-width: 1600px) {
  .c-accroche--with-image .c-accroche__content {
    flex-basis: calc(50% - 80px);
  }
}
@media screen and (max-width: 1024px) {
  .c-accroche--with-image .c-accroche__content {
    padding: 0 16px;
  }
}
.c-accroche--annuaire {
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media screen and (max-width: 792px) {
  .c-accroche--annuaire {
    flex-direction: column-reverse;
  }
}
.c-accroche--annuaire .c-accroche__image-wrapper {
  flex: 1 0 calc(25% - 80px);
}
.c-accroche--annuaire .c-accroche__image-wrapper .c-accroche__image {
  object-fit: contain;
  height: unset;
  max-height: 25rem;
  padding-right: 16px;
}
.c-accroche--annuaire .c-accroche__content {
  flex: 1 0 calc(75% - 80px);
  background-color: #000000;
  border-radius: 0 4rem 4rem 0;
}
@media screen and (max-width: 792px) {
  .c-accroche--annuaire .c-accroche__content {
    padding: 16px 16px;
    margin-right: 5rem;
  }
}
.c-accroche--annuaire .c-accroche__content .c-ariane__link {
  color: #ffffff;
}
.c-accroche--annuaire .c-accroche__content .c-ariane__link::before {
  background-color: #ffffff;
}
.c-accroche--annuaire .c-accroche__content .c-accroche__title,
.c-accroche--annuaire .c-accroche__content .c-accroche__text {
  color: #ffffff;
}
.c-accroche__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.6/1;
  object-fit: cover;
  border-bottom-right-radius: 4rem;
}
@media screen and (max-width: 1024px) {
  .c-accroche__image {
    border-bottom-left-radius: 4rem;
  }
}
.c-accroche__image-wrapper {
  position: relative;
}
.c-accroche__content {
  padding: 0 96px;
}
@media screen and (max-width: 1024px) {
  .c-accroche__content {
    padding: 0 16px;
  }
}
.c-accroche__title {
  margin-top: 48px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .c-accroche__title {
    margin-top: 32px;
    margin-bottom: 12px;
  }
}
.c-accroche__text {
  font-size: 1.8rem;
}
.c-accroche__categorie {
  position: relative;
  margin: 24px 0 8px 0;
  font-weight: 700;
  color: #006633;
}
.c-accroche__categorie::before {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 2px;
  margin-right: 0.6rem;
  background: #006633;
  vertical-align: middle;
}
.c-accroche__lieu::before, .c-accroche__horaires::before {
  margin-right: 16px;
}
.c-accroche__lieu::before {
  content: url("./images/location.svg");
}
.c-accroche__horaires::before {
  content: url("./images/clock.svg");
}
.c-accroche__calendar {
  position: relative;
  line-height: 1.6;
  color: #222222;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
}
.c-accroche__calendar::before {
  content: url("./images/calendar.svg");
  margin-right: 8px;
}
.c-accroche__calendar::after {
  content: "";
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #006633;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-accroche__calendar::after {
    bottom: 0;
  }
}
.c-accroche__calendar:hover, .c-accroche__calendar:focus {
  color: #006633;
}
.c-accroche__calendar:hover::after, .c-accroche__calendar:focus::after {
  width: 100%;
}
.c-accroche__icons {
  display: flex;
  margin: 0;
}
.c-accroche__icons .o-icon {
  display: flex;
  padding: 8px;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  text-decoration: none;
  border: 1px solid #006633;
  justify-content: center;
  align-content: center;
  align-items: center;
  transform: translateY(-25%);
}
.c-accroche__date {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  bottom: 1.5rem;
  right: 1rem;
  background: #000000;
  padding: 8px 32px 16px 32px;
  border-radius: 4rem;
  transition: all 0.3s;
  z-index: 2;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .c-accroche__date {
    padding: 8px 16px 8px 16px;
  }
}
.c-accroche__date > p {
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: 700;
  font-size: 3.4rem;
}
@media screen and (max-width: 1024px) {
  .c-accroche__date > p {
    font-size: 2.1rem;
  }
}
.c-accroche__date > p:first-child {
  font-size: 5rem;
}
@media screen and (max-width: 1024px) {
  .c-accroche__date > p:first-child {
    font-size: 3rem;
  }
}
.c-accroche__date-arrow {
  content: url("./images/arrow.svg");
  width: 2rem;
  margin: 0 1rem;
}

.c-ariane__list {
  list-style-type: none;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 0;
  margin: 48px 0 32px 0;
}
@media screen and (max-width: 1600px) {
  .c-ariane__list {
    margin: 24px 0;
  }
}
.c-ariane__item, .c-ariane__link {
  color: #006633;
  font-weight: 700;
  text-decoration: none;
}
.c-ariane__item {
  position: relative;
}
.c-ariane__item:not(:last-child)::after {
  content: "->";
  margin-left: 16px;
  color: #666666;
}
.c-ariane__link {
  position: relative;
}
.c-ariane__link:first-child {
  color: #666666;
}
.c-ariane__link:first-child::before {
  background-color: #666666;
}
.c-ariane__link::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #006633;
  transition: all 0.3s;
}
.c-ariane__link:hover::before {
  width: 2.5rem;
}
.c-ariane__icon {
  display: none;
}

/*  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 {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  border-radius: 4rem;
  background-color: #ffffff;
  transition: 400ms ease-in-out;
  overflow: hidden;
}
.c-card--hover {
  padding: 0.6rem;
}
.c-card--hover::before {
  content: "";
  position: absolute;
  inset: 50% 0;
  background-color: #189838;
  z-index: 0;
  transition: 400ms ease-in-out;
}
.c-card--hover:hover::before, .c-card--hover:focus::before {
  inset: 0;
}
.c-card--hover:hover .c-card__image, .c-card--hover:focus .c-card__image {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0;
}
.c-card--hover .c-card__image-wrapper {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.c-card--hover .c-card__image-wrapper::before {
  content: none;
}
.c-card--hover .c-card__image-wrapper .c-card__image {
  z-index: 1;
}
.c-card--hover .c-card__image-wrapper + .c-card__body {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.c-card--hover .c-card__body {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  transition: 400ms ease-in-out;
}
.c-card:hover::after, .c-card:focus::after, .c-card:focus-within::after {
  right: 0;
  opacity: 1;
}
.c-card:hover.c-card--horizontal .c-card__image, .c-card:focus.c-card--horizontal .c-card__image, .c-card:focus-within.c-card--horizontal .c-card__image {
  transform: scale(1.1);
}
.c-card:hover.c-card--vertical:not(.c-card--accroche) .c-card__image-wrapper::before, .c-card:focus.c-card--vertical:not(.c-card--accroche) .c-card__image-wrapper::before, .c-card:focus-within.c-card--vertical:not(.c-card--accroche) .c-card__image-wrapper::before {
  inset: 0;
}
.c-card:hover.c-card--vertical:not(.c-card--accroche) .c-card__image, .c-card:focus.c-card--vertical:not(.c-card--accroche) .c-card__image, .c-card:focus-within.c-card--vertical:not(.c-card--accroche) .c-card__image {
  padding: 0.6rem;
}
.c-card:hover.c-card--vertical:not(.c-card--accroche) .c-card__date, .c-card:focus.c-card--vertical:not(.c-card--accroche) .c-card__date, .c-card:focus-within.c-card--vertical:not(.c-card--accroche) .c-card__date {
  bottom: 1.5rem;
  left: 2rem;
}
.c-card--horizontal {
  flex-direction: row-reverse;
  gap: 30px;
}
@media (max-width: 791px) {
  .c-card--horizontal {
    flex-direction: column-reverse;
  }
  .c-card--horizontal .c-card__image-wrapper {
    align-self: center;
  }
}
.c-card--vertical {
  flex-direction: column-reverse;
  height: 100%;
}
.c-card--vertical .c-card__body {
  margin-bottom: auto;
}
.c-card--big .c-card__title {
  font-size: 1.7rem;
  font-weight: 700;
}
@media (min-width: 792px) {
  .c-card--big .c-card__title {
    font-size: 2.9rem;
    font-weight: 700;
  }
}
.c-card--big .c-card__description {
  font-size: 1.6rem;
}
.c-card--fullHeight {
  height: 100%;
}
.c-card__top {
  order: -1;
  margin-bottom: 3px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.c-card__title {
  margin: 0 0 10px;
  line-height: 100%;
  color: #222222;
}
.c-card__title a {
  text-decoration: none;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
}
@media (min-width: 792px) {
  .c-card__title a {
    font-size: 2.4rem;
  }
}
.c-card__title--decoration::after {
  content: "";
  display: inline-block;
  width: 10rem;
  height: 2px;
  background-color: #189838;
  vertical-align: middle;
  margin-left: 24px;
}
.c-card__link:hover, .c-card__link:focus {
  text-decoration: none;
}
.c-card__upper-link {
  position: relative;
  z-index: 10;
}
.c-card__image-wrapper {
  position: relative;
  height: fit-content;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4rem;
  transition: all 0.3s;
}
.c-card__image-wrapper::before {
  content: "";
  position: absolute;
  inset: 50% 0;
  background: #189838;
  transition: all 0.3s;
  z-index: 0;
}
.c-card__image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0.6rem;
  background-color: #ffffff;
  border-radius: 4rem;
  z-index: 0;
}
.c-card__image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  border-radius: 4rem;
  z-index: 1;
}
.c-card__body {
  padding: 2.4rem;
  background-color: #ffffff;
}
.c-card__body > :last-child:not(h3) {
  margin-bottom: 0;
}
.c-card__description {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
}
.c-card__categorie {
  position: relative;
  margin: 0 0 1rem 0;
  font-weight: 700;
}
.c-card__categorie::before {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 2px;
  margin-right: 0.6rem;
  background: #000;
  vertical-align: middle;
}
.c-card__categorie-annuaire {
  position: relative;
  margin: 0 0 2.5rem 0;
  font-weight: 700;
}
.c-card__categorie-annuaire::before {
  content: url("./images/trait-long.svg");
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}
.c-card__date {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  bottom: 0.5rem;
  left: 1rem;
  background: #000;
  padding: 1rem 2rem;
  border-radius: 4rem;
  transition: all 0.3s;
  z-index: 1;
}
.c-card__date p {
  margin: auto 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
.c-card__date p:first-child {
  font-size: 2.8rem;
  margin: 0;
}
.c-card__date-arrow {
  content: url("./images/arrow.svg");
  margin: 0 1rem;
}
.c-card__picto {
  position: relative;
  margin-left: 2.5rem;
}
.c-card__picto::before {
  position: absolute;
  transform: translateY(10%);
  left: -2.5rem;
}
.c-card__lieu::before {
  content: url("./images/location.svg");
}
.c-card__horaires::before {
  content: url("./images/clock.svg");
}
.c-card__tel::before {
  content: url("./images/tel.svg");
}
.c-card__mail::before {
  content: url("./images/mail.svg");
}
.c-card__site::before {
  content: url("./images/mouse.svg");
}
.c-card__mail, .c-card__site {
  word-wrap: break-word;
}
.c-card__tel a, .c-card__mail a, .c-card__site a {
  position: relative;
  color: #006633;
  text-decoration: none;
}
.c-card__tel a::after, .c-card__mail a::after, .c-card__site a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #006633;
  transition: all 0.3s;
}
.c-card__tel a:active::after, .c-card__tel a:hover::after, .c-card__mail a:active::after, .c-card__mail a:hover::after, .c-card__site a:active::after, .c-card__site a:hover::after {
  width: 2rem;
}

.c-figure {
  display: table;
  margin: 0 0 32px;
}
.c-figure__link {
  position: relative;
  display: inline-flex;
}
.c-figure__icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-figure__credit {
  display: table-caption;
  caption-side: bottom;
}
.c-figure__wrapper {
  display: grid;
  grid-template-columns: 69% 29%;
  gap: 2%;
}
.c-figure__caption {
  order: 1;
  text-align: right;
  font-size: 1.4rem;
  color: #444444;
}
.c-figure__legend {
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 600;
}

.c-footer {
  margin-top: auto;
}
@media screen and (max-width: 792px) {
  .c-footer {
    text-align: center;
  }
}
.c-footer__main {
  background: #050505;
  color: #ffffff;
  padding: 64px 0;
  border-radius: 4rem 4rem 0 0;
}
.c-footer__main-inner {
  display: flex;
  column-gap: clamp(30px, 5em, 80px);
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .c-footer__main-inner {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 32px;
  }
}
.c-footer__main-inner p a {
  color: #fff;
}
.c-footer__main-heading {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
}
.c-footer__logo {
  max-height: 10rem;
  object-fit: contain;
  margin: 0 1rem;
}
.c-footer__logos-wrapper, .c-footer__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  row-gap: 32px;
}
.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__links {
  background: #ffffff;
  padding: 16px 0;
}
@media screen and (max-width: 1023px) {
  .c-footer__links {
    padding: 32px 16px 16px;
  }
}
.c-footer__links-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px clamp(16px, 2.5em, 40px);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 791px) {
  .c-footer__links-list {
    flex-direction: column;
  }
}
.c-footer__links-link {
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4rem;
}
.c-footer__eolas {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
}
.c-footer__eolas a {
  display: flex;
  color: #000000;
}
.c-footer__eolas a img {
  filter: brightness(0);
}

.c-header {
  background: #ffffff;
  color: #000000;
  border-bottom: 1px solid #EEEEEE;
}
.c-header.has-background {
  height: 750px;
  position: relative;
  z-index: 1;
}
.c-header.has-background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.7;
  background: linear-gradient(180deg, #4F039B 0%, rgba(79, 3, 155, 0) 100%);
}
.c-header.has-background .c-header__logo {
  filter: brightness(0) invert(1);
}
.c-header__inner {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-header__inner {
    gap: 48px;
  }
}
.c-header__logo {
  margin: 1rem 0 1rem 48px;
  max-width: 26rem;
}
@media screen and (max-width: 792px) {
  .c-header__logo {
    margin-left: 16px;
  }
}

.c-navigation {
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .c-navigation {
    display: flex;
    justify-content: space-between;
  }
}
.c-navigation__btn-menu-mobile {
  position: relative;
  display: none;
  background-color: transparent;
  border: none;
  font-size: 1rem;
  color: #ffffff;
  padding: 16px;
}
.c-navigation__btn-menu-mobile::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #006633;
  z-index: 0;
}
.c-navigation__btn-menu-mobile .o-icon {
  position: relative;
  font-size: 3rem;
}
@media (max-width: 1023px) {
  .c-navigation__btn-menu-mobile {
    display: block;
  }
}
@media (max-width: 1023px) {
  .c-navigation__nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    bottom: 68px;
    left: 0;
    right: 0;
    height: fit-content;
    background-color: #000000;
    z-index: 3;
  }
  .c-navigation__nav.is-visible {
    transform: translateY(0);
  }
}
@media (max-width: 1023px) {
  .c-navigation__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: auto;
    box-shadow: inset 0px -10px 15px -10px rgba(73, 73, 73, 0.25);
  }
}
.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);
}
@media (max-width: 1023px) {
  .c-navigation__list--level-1 {
    width: 100%;
    padding: 12px 16px 32px;
    flex-direction: column;
    gap: 40px;
    transition: all 0.3s;
  }
  .c-navigation__list--level-1.expanded {
    transform: translateX(-100%);
  }
  .c-navigation__list--level-1.expanded .c-navigation__submenu {
    transform: translateX(100%);
  }
}
.c-navigation__list--level-2 {
  padding: 32px 0 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 32px 0;
  margin: 0 -40px;
}
@media screen and (max-width: 1023px) {
  .c-navigation__list--level-2 {
    position: relative;
    padding: 0;
    margin: 0;
    gap: 16px;
  }
}
.c-navigation__list li:last-child {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .c-navigation__list li:last-child {
    display: none;
  }
}
.c-navigation__list li:last-child #btnRecherche {
  color: #ffffff;
  border: 2px solid #006633;
  background-color: #006633;
  border-radius: 100%;
  width: 4.8rem;
  height: 4.8rem;
  transition: all 0.3s;
}
.c-navigation__list li:last-child #btnRecherche .o-icon.o-icon--search {
  margin: 0 auto;
  transition: all 0.3s;
}
.c-navigation__list li:last-child #btnRecherche:hover {
  background-color: #ffffff;
}
.c-navigation__list li:last-child #btnRecherche:hover .o-icon.o-icon--search {
  color: #006633;
}
.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: #189838;
  }
}
.c-navigation__item--level-1 {
  display: flex;
  align-items: center;
}
.c-navigation__item--level-1.c-navigation__item--selected > .c-navigation__link::after {
  width: 100%;
  color: #189838;
}
.c-navigation__item--level-1.c-navigation__item--selected > .c-navigation__link.o-button::after {
  width: calc(100% - 48px);
}
.c-navigation__item--level-2 {
  width: 33.3333333333%;
  padding: 0 40px;
}
@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::after {
  color: #189838;
}
.c-navigation__link {
  display: block;
  text-decoration: none;
}
.c-navigation__link--level-1 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.03em;
}
.c-navigation__link--level-1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.8rem;
  height: 0.2rem;
  background-color: #006633;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-navigation__link--level-1 {
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: 400;
  }
}
.c-navigation__link--level-1.o-button {
  color: #ffffff;
}
.c-navigation__link--level-1.o-button:hover {
  color: #ffffff;
}
.c-navigation__link--level-1.o-button:hover::after {
  background-color: #006633;
  width: calc(100% - 48px);
}
.c-navigation__link--level-1.o-button::after {
  bottom: 1.5rem;
  left: 2.4rem;
  background-color: #ffffff !important;
}
@media screen and (max-width: 1024px) {
  .c-navigation__link--level-1.o-button {
    border: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    line-height: inherit;
  }
  .c-navigation__link--level-1.o-button:hover, .c-navigation__link--level-1.o-button:focus {
    color: #ffffff;
  }
  .c-navigation__link--level-1.o-button::before {
    content: none;
  }
  .c-navigation__link--level-1.o-button::after {
    bottom: 0;
    left: 0;
    width: 0.8rem;
    height: 0.2rem;
  }
}
.c-navigation__link--level-1[aria-expanded=true]::after, .c-navigation__link--level-1:hover::after {
  width: 100%;
}
.c-navigation__link--level-1[aria-expanded=true].o-button {
  color: #222222;
}
.c-navigation__link--level-1[aria-expanded=true].o-button::after {
  width: calc(100% - 4.8rem);
}
.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 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
  width: fit-content;
  text-decoration: none;
}
.c-navigation__link--level-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.2rem;
  width: 0.8rem;
  background-color: #189838;
  transition: all 0.3s;
}
.c-navigation__link--level-2:hover, .c-navigation__link--level-2:focus {
  text-decoration: none;
}
.c-navigation__link--level-2:hover::before, .c-navigation__link--level-2:focus::before {
  width: 100%;
}
@media (max-width: 1023px) {
  .c-navigation__link--level-2 {
    text-transform: none;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2em;
    padding: 0;
    border: none;
  }
}
.c-navigation__link-libelle {
  grid-area: label;
}
.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: 100%;
  left: 0;
  right: 0;
  padding-top: 32px;
  padding-bottom: 64px;
  background-color: #000000;
  color: #ffffff !important;
  overflow: auto;
  max-height: calc(100vh - 101px - var(--pseudo-menu-height));
  z-index: 3;
}
@media (max-width: 1023px) {
  .c-navigation__submenu {
    position: absolute;
    top: 0;
    padding: 0;
    bottom: inherit;
  }
}
.c-navigation__submenu-title {
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-navigation__submenu-title {
    display: block;
    position: relative;
    border: none;
    border-bottom: 1px solid #444444;
    background: none;
    width: 100%;
    margin-bottom: 40px;
    padding: 16px 16px 16px 64px;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: left;
  }
  .c-navigation__submenu-title::before {
    content: url("./images/arrow-right.svg");
    position: absolute;
    left: 2.8rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-navigation__submenu-inner {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .c-navigation__submenu-inner {
    margin: 0;
    padding: 0 16px;
  }
}

@media (max-width: 1023px) {
  .submenu-header {
    background-color: #000000;
    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 {
  display: flex;
  margin-left: auto;
  font-size: 1.3rem;
  font-weight: 400;
  color: #ffffff;
  background-color: transparent;
  border: none;
  transition: 500ms ease-in-out;
}
@media (max-width: 1023px) {
  .submenu-header__close--hidden-mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .submenu-header__close {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .submenu-header--hidden-desktop {
    display: none;
  }
}

.c-recherche-menu {
  display: none;
  position: absolute;
  max-width: 80rem;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  text-align: center;
  padding: 3rem;
  z-index: 2;
}
.c-recherche-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #006633;
  border-radius: 1.5rem;
  z-index: 1;
}
.c-recherche-menu__close {
  display: flex;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 1.3rem;
  font-weight: 400;
  color: #ffffff;
  background-color: transparent;
  border: none;
  transition: 500ms ease-in-out;
  z-index: 1;
}
.c-recherche-menu__close .o-icon {
  margin: auto 0.5rem;
}
.c-recherche-menu__form {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.c-recherche-menu__form .wrapper {
  display: flex;
  justify-content: center;
}
.c-recherche-menu__label {
  color: #000000;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.c-recherche-menu__input {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-right: none;
  border-radius: 2rem 0 0 2rem;
  padding: 16px 24px;
  outline: none;
  transition: all 0.3s;
}
.c-recherche-menu__submit {
  display: inline-block;
  width: 48px;
  line-height: 4.4rem;
  border: 0.1rem solid #000000;
  border-left: none;
  border-radius: 0 1.5rem 1.5rem 0;
  padding: 0;
  background: #ffffff;
  color: #006633;
  font-weight: 600;
  font-size: 2.2rem;
  transition: all 0.3s;
}
.c-recherche-menu__submit:hover, .c-recherche-menu__submit:active, .c-recherche-menu__submit:focus {
  cursor: pointer;
  color: #ffffff;
  background: #006633;
}

.c-skiplinks {
  position: fixed;
  z-index: -1;
  top: -5rem;
  width: 100%;
  transition: all 0.3s;
  background-color: #ffffff;
  border-bottom: 3px solid #189838;
  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: #189838;
  background-color: #ffffff;
  text-decoration: none;
  margin: 0 8px;
}
.c-skiplinks__link:hover, .c-skiplinks__link:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #189838;
}

.TPL_ACTUALITEAUNE .c-card--actu-une {
  position: relative;
  border-radius: 8rem 2rem 2rem 2rem;
}
.TPL_ACTUALITEAUNE .c-card--actu-une::before {
  content: "";
  position: absolute;
  background-color: #EEEEEE;
  top: 50%;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  height: 92rem;
  border-bottom-left-radius: 100% 10%;
  border-bottom-right-radius: 100% 10%;
  z-index: -1;
}
.TPL_ACTUALITEAUNE .c-card--actu-une .c-card__image-wrapper {
  position: relative;
  height: 55rem;
  border-radius: 8rem 2rem 2rem 3rem;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 792px) {
  .TPL_ACTUALITEAUNE .c-card--actu-une .c-card__image-wrapper {
    height: fit-content;
  }
}
.TPL_ACTUALITEAUNE .c-card--actu-une .c-card__image-wrapper::before {
  content: "";
  position: absolute;
  inset: 50% 0;
  background: #189838;
  transition: all 0.3s;
  z-index: -1;
}
.TPL_ACTUALITEAUNE .c-card--actu-une .c-card__image-wrapper::after {
  border-radius: 7rem 1rem 1rem 3rem;
}
.TPL_ACTUALITEAUNE .c-card--actu-une .c-card__image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7rem 1rem 1rem 3rem;
}
.TPL_ACTUALITEAUNE .c-card--actu-une .c-card__image {
  display: block;
  height: 100%;
  aspect-ratio: unset;
}
.TPL_ACTUALITEAUNE .c-card--actu-une .c-card__title {
  position: absolute;
  bottom: 0;
  background: #fff;
  max-width: 90rem;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding: 2rem 2rem 2rem 1.2rem;
  margin-bottom: 0;
  z-index: 2;
}
.TPL_ACTUALITEAUNE .c-card--actu-une .c-card__title h3 {
  margin-bottom: 0;
  font-weight: 700;
}
.TPL_ACTUALITEAUNE .c-card--actu-une .c-card__title h3 a {
  display: flex;
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
}
.TPL_ACTUALITEAUNE .c-card--actu-une .c-card__title h3 a::before {
  content: "";
  position: absolute;
  inset: 0;
}
.TPL_ACTUALITEAUNE .c-card--actu-une:hover .c-card__image-wrapper {
  padding: 0.6rem 0.6rem 0 0.6rem;
}
.TPL_ACTUALITEAUNE .c-card--actu-une:hover .c-card__image-wrapper::before {
  inset: 0;
}
@media screen and (max-width: 792px) {
  .TPL_ACTUALITEAUNE .c-card--actu-une + p.alignright {
    text-align: left;
  }
}

.TPL_BENEVOLECOMMUNICATION #benevole,
.TPL_BENEVOLECOMMUNICATION #communication {
  position: relative;
  padding: 32px;
  overflow: hidden;
}
@media screen and (max-width: 792px) {
  .TPL_BENEVOLECOMMUNICATION #benevole,
  .TPL_BENEVOLECOMMUNICATION #communication {
    padding: 32px 16px 32px 16px;
  }
}
.TPL_BENEVOLECOMMUNICATION #benevole::before,
.TPL_BENEVOLECOMMUNICATION #communication::before {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.TPL_BENEVOLECOMMUNICATION #benevole h2,
.TPL_BENEVOLECOMMUNICATION #communication h2 {
  position: relative;
  width: fit-content;
  margin-top: 0;
  margin-bottom: 48px;
  color: #000000;
}
.TPL_BENEVOLECOMMUNICATION #benevole h2::before,
.TPL_BENEVOLECOMMUNICATION #communication h2::before {
  content: url("./images/trait-droite.svg");
  position: absolute;
  bottom: -2rem;
  right: -3rem;
}
@media screen and (max-width: 792px) {
  .TPL_BENEVOLECOMMUNICATION #benevole h2::before,
  .TPL_BENEVOLECOMMUNICATION #communication h2::before {
    right: -1rem;
  }
}
.TPL_BENEVOLECOMMUNICATION #benevole {
  background-color: #050505;
  border-radius: 4rem 2rem;
  margin-right: 2rem;
}
@media screen and (max-width: 792px) {
  .TPL_BENEVOLECOMMUNICATION #benevole {
    margin-right: 0;
  }
}
.TPL_BENEVOLECOMMUNICATION #benevole::before {
  content: url("./images/hands-heart.svg");
}
@media screen and (max-width: 792px) {
  .TPL_BENEVOLECOMMUNICATION #benevole::before {
    content: none;
  }
}
.TPL_BENEVOLECOMMUNICATION #benevole h2, .TPL_BENEVOLECOMMUNICATION #benevole p {
  color: #fff;
}
.TPL_BENEVOLECOMMUNICATION #communication {
  border-radius: 2rem 4rem;
  margin-left: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 792px) {
  .TPL_BENEVOLECOMMUNICATION #communication {
    margin-left: 0;
  }
}
.TPL_BENEVOLECOMMUNICATION #communication::before {
  content: url("./images/communication.svg");
}
@media screen and (max-width: 792px) {
  .TPL_BENEVOLECOMMUNICATION #communication::before {
    content: none;
  }
}

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

.u-wrap {
  flex-wrap: wrap;
}

.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;
}

.u-g-0 {
  gap: 0px;
}

.u-g-1 {
  gap: 4px;
}

.u-g-2 {
  gap: 8px;
}

.u-g-3 {
  gap: 12px;
}

.u-g-4 {
  gap: 16px;
}

.u-g-5 {
  gap: 24px;
}

.u-g-6 {
  gap: 32px;
}

.u-g-7 {
  gap: 40px;
}

.u-g-8 {
  gap: 48px;
}

.u-g-9 {
  gap: 64px;
}

.u-g-10 {
  gap: 80px;
}

.u-g-11 {
  gap: 96px;
}

.u-g-12 {
  gap: 112px;
}

.u-g-13 {
  gap: 128px;
}

.u-g-14 {
  gap: 144px;
}

.u-rg-0 {
  row-gap: 0px;
}

.u-rg-1 {
  row-gap: 4px;
}

.u-rg-2 {
  row-gap: 8px;
}

.u-rg-3 {
  row-gap: 12px;
}

.u-rg-4 {
  row-gap: 16px;
}

.u-rg-5 {
  row-gap: 24px;
}

.u-rg-6 {
  row-gap: 32px;
}

.u-rg-7 {
  row-gap: 40px;
}

.u-rg-8 {
  row-gap: 48px;
}

.u-rg-9 {
  row-gap: 64px;
}

.u-rg-10 {
  row-gap: 80px;
}

.u-rg-11 {
  row-gap: 96px;
}

.u-rg-12 {
  row-gap: 112px;
}

.u-rg-13 {
  row-gap: 128px;
}

.u-rg-14 {
  row-gap: 144px;
}

.u-cg-0 {
  column-gap: 0px;
}

.u-cg-1 {
  column-gap: 4px;
}

.u-cg-2 {
  column-gap: 8px;
}

.u-cg-3 {
  column-gap: 12px;
}

.u-cg-4 {
  column-gap: 16px;
}

.u-cg-5 {
  column-gap: 24px;
}

.u-cg-6 {
  column-gap: 32px;
}

.u-cg-7 {
  column-gap: 40px;
}

.u-cg-8 {
  column-gap: 48px;
}

.u-cg-9 {
  column-gap: 64px;
}

.u-cg-10 {
  column-gap: 80px;
}

.u-cg-11 {
  column-gap: 96px;
}

.u-cg-12 {
  column-gap: 112px;
}

.u-cg-13 {
  column-gap: 128px;
}

.u-cg-14 {
  column-gap: 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;
  }
  .u-g-xs-0 {
    gap: 0px;
  }
  .u-g-xs-1 {
    gap: 4px;
  }
  .u-g-xs-2 {
    gap: 8px;
  }
  .u-g-xs-3 {
    gap: 12px;
  }
  .u-g-xs-4 {
    gap: 16px;
  }
  .u-g-xs-5 {
    gap: 24px;
  }
  .u-g-xs-6 {
    gap: 32px;
  }
  .u-g-xs-7 {
    gap: 40px;
  }
  .u-g-xs-8 {
    gap: 48px;
  }
  .u-g-xs-9 {
    gap: 64px;
  }
  .u-g-xs-10 {
    gap: 80px;
  }
  .u-g-xs-11 {
    gap: 96px;
  }
  .u-g-xs-12 {
    gap: 112px;
  }
  .u-g-xs-13 {
    gap: 128px;
  }
  .u-g-xs-14 {
    gap: 144px;
  }
  .u-rg-xs-0 {
    row-gap: 0px;
  }
  .u-rg-xs-1 {
    row-gap: 4px;
  }
  .u-rg-xs-2 {
    row-gap: 8px;
  }
  .u-rg-xs-3 {
    row-gap: 12px;
  }
  .u-rg-xs-4 {
    row-gap: 16px;
  }
  .u-rg-xs-5 {
    row-gap: 24px;
  }
  .u-rg-xs-6 {
    row-gap: 32px;
  }
  .u-rg-xs-7 {
    row-gap: 40px;
  }
  .u-rg-xs-8 {
    row-gap: 48px;
  }
  .u-rg-xs-9 {
    row-gap: 64px;
  }
  .u-rg-xs-10 {
    row-gap: 80px;
  }
  .u-rg-xs-11 {
    row-gap: 96px;
  }
  .u-rg-xs-12 {
    row-gap: 112px;
  }
  .u-rg-xs-13 {
    row-gap: 128px;
  }
  .u-rg-xs-14 {
    row-gap: 144px;
  }
  .u-cg-xs-0 {
    column-gap: 0px;
  }
  .u-cg-xs-1 {
    column-gap: 4px;
  }
  .u-cg-xs-2 {
    column-gap: 8px;
  }
  .u-cg-xs-3 {
    column-gap: 12px;
  }
  .u-cg-xs-4 {
    column-gap: 16px;
  }
  .u-cg-xs-5 {
    column-gap: 24px;
  }
  .u-cg-xs-6 {
    column-gap: 32px;
  }
  .u-cg-xs-7 {
    column-gap: 40px;
  }
  .u-cg-xs-8 {
    column-gap: 48px;
  }
  .u-cg-xs-9 {
    column-gap: 64px;
  }
  .u-cg-xs-10 {
    column-gap: 80px;
  }
  .u-cg-xs-11 {
    column-gap: 96px;
  }
  .u-cg-xs-12 {
    column-gap: 112px;
  }
  .u-cg-xs-13 {
    column-gap: 128px;
  }
  .u-cg-xs-14 {
    column-gap: 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;
  }
  .u-g-sm-0 {
    gap: 0px;
  }
  .u-g-sm-1 {
    gap: 4px;
  }
  .u-g-sm-2 {
    gap: 8px;
  }
  .u-g-sm-3 {
    gap: 12px;
  }
  .u-g-sm-4 {
    gap: 16px;
  }
  .u-g-sm-5 {
    gap: 24px;
  }
  .u-g-sm-6 {
    gap: 32px;
  }
  .u-g-sm-7 {
    gap: 40px;
  }
  .u-g-sm-8 {
    gap: 48px;
  }
  .u-g-sm-9 {
    gap: 64px;
  }
  .u-g-sm-10 {
    gap: 80px;
  }
  .u-g-sm-11 {
    gap: 96px;
  }
  .u-g-sm-12 {
    gap: 112px;
  }
  .u-g-sm-13 {
    gap: 128px;
  }
  .u-g-sm-14 {
    gap: 144px;
  }
  .u-rg-sm-0 {
    row-gap: 0px;
  }
  .u-rg-sm-1 {
    row-gap: 4px;
  }
  .u-rg-sm-2 {
    row-gap: 8px;
  }
  .u-rg-sm-3 {
    row-gap: 12px;
  }
  .u-rg-sm-4 {
    row-gap: 16px;
  }
  .u-rg-sm-5 {
    row-gap: 24px;
  }
  .u-rg-sm-6 {
    row-gap: 32px;
  }
  .u-rg-sm-7 {
    row-gap: 40px;
  }
  .u-rg-sm-8 {
    row-gap: 48px;
  }
  .u-rg-sm-9 {
    row-gap: 64px;
  }
  .u-rg-sm-10 {
    row-gap: 80px;
  }
  .u-rg-sm-11 {
    row-gap: 96px;
  }
  .u-rg-sm-12 {
    row-gap: 112px;
  }
  .u-rg-sm-13 {
    row-gap: 128px;
  }
  .u-rg-sm-14 {
    row-gap: 144px;
  }
  .u-cg-sm-0 {
    column-gap: 0px;
  }
  .u-cg-sm-1 {
    column-gap: 4px;
  }
  .u-cg-sm-2 {
    column-gap: 8px;
  }
  .u-cg-sm-3 {
    column-gap: 12px;
  }
  .u-cg-sm-4 {
    column-gap: 16px;
  }
  .u-cg-sm-5 {
    column-gap: 24px;
  }
  .u-cg-sm-6 {
    column-gap: 32px;
  }
  .u-cg-sm-7 {
    column-gap: 40px;
  }
  .u-cg-sm-8 {
    column-gap: 48px;
  }
  .u-cg-sm-9 {
    column-gap: 64px;
  }
  .u-cg-sm-10 {
    column-gap: 80px;
  }
  .u-cg-sm-11 {
    column-gap: 96px;
  }
  .u-cg-sm-12 {
    column-gap: 112px;
  }
  .u-cg-sm-13 {
    column-gap: 128px;
  }
  .u-cg-sm-14 {
    column-gap: 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;
  }
  .u-g-md-0 {
    gap: 0px;
  }
  .u-g-md-1 {
    gap: 4px;
  }
  .u-g-md-2 {
    gap: 8px;
  }
  .u-g-md-3 {
    gap: 12px;
  }
  .u-g-md-4 {
    gap: 16px;
  }
  .u-g-md-5 {
    gap: 24px;
  }
  .u-g-md-6 {
    gap: 32px;
  }
  .u-g-md-7 {
    gap: 40px;
  }
  .u-g-md-8 {
    gap: 48px;
  }
  .u-g-md-9 {
    gap: 64px;
  }
  .u-g-md-10 {
    gap: 80px;
  }
  .u-g-md-11 {
    gap: 96px;
  }
  .u-g-md-12 {
    gap: 112px;
  }
  .u-g-md-13 {
    gap: 128px;
  }
  .u-g-md-14 {
    gap: 144px;
  }
  .u-rg-md-0 {
    row-gap: 0px;
  }
  .u-rg-md-1 {
    row-gap: 4px;
  }
  .u-rg-md-2 {
    row-gap: 8px;
  }
  .u-rg-md-3 {
    row-gap: 12px;
  }
  .u-rg-md-4 {
    row-gap: 16px;
  }
  .u-rg-md-5 {
    row-gap: 24px;
  }
  .u-rg-md-6 {
    row-gap: 32px;
  }
  .u-rg-md-7 {
    row-gap: 40px;
  }
  .u-rg-md-8 {
    row-gap: 48px;
  }
  .u-rg-md-9 {
    row-gap: 64px;
  }
  .u-rg-md-10 {
    row-gap: 80px;
  }
  .u-rg-md-11 {
    row-gap: 96px;
  }
  .u-rg-md-12 {
    row-gap: 112px;
  }
  .u-rg-md-13 {
    row-gap: 128px;
  }
  .u-rg-md-14 {
    row-gap: 144px;
  }
  .u-cg-md-0 {
    column-gap: 0px;
  }
  .u-cg-md-1 {
    column-gap: 4px;
  }
  .u-cg-md-2 {
    column-gap: 8px;
  }
  .u-cg-md-3 {
    column-gap: 12px;
  }
  .u-cg-md-4 {
    column-gap: 16px;
  }
  .u-cg-md-5 {
    column-gap: 24px;
  }
  .u-cg-md-6 {
    column-gap: 32px;
  }
  .u-cg-md-7 {
    column-gap: 40px;
  }
  .u-cg-md-8 {
    column-gap: 48px;
  }
  .u-cg-md-9 {
    column-gap: 64px;
  }
  .u-cg-md-10 {
    column-gap: 80px;
  }
  .u-cg-md-11 {
    column-gap: 96px;
  }
  .u-cg-md-12 {
    column-gap: 112px;
  }
  .u-cg-md-13 {
    column-gap: 128px;
  }
  .u-cg-md-14 {
    column-gap: 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;
  }
  .u-g-lg-0 {
    gap: 0px;
  }
  .u-g-lg-1 {
    gap: 4px;
  }
  .u-g-lg-2 {
    gap: 8px;
  }
  .u-g-lg-3 {
    gap: 12px;
  }
  .u-g-lg-4 {
    gap: 16px;
  }
  .u-g-lg-5 {
    gap: 24px;
  }
  .u-g-lg-6 {
    gap: 32px;
  }
  .u-g-lg-7 {
    gap: 40px;
  }
  .u-g-lg-8 {
    gap: 48px;
  }
  .u-g-lg-9 {
    gap: 64px;
  }
  .u-g-lg-10 {
    gap: 80px;
  }
  .u-g-lg-11 {
    gap: 96px;
  }
  .u-g-lg-12 {
    gap: 112px;
  }
  .u-g-lg-13 {
    gap: 128px;
  }
  .u-g-lg-14 {
    gap: 144px;
  }
  .u-rg-lg-0 {
    row-gap: 0px;
  }
  .u-rg-lg-1 {
    row-gap: 4px;
  }
  .u-rg-lg-2 {
    row-gap: 8px;
  }
  .u-rg-lg-3 {
    row-gap: 12px;
  }
  .u-rg-lg-4 {
    row-gap: 16px;
  }
  .u-rg-lg-5 {
    row-gap: 24px;
  }
  .u-rg-lg-6 {
    row-gap: 32px;
  }
  .u-rg-lg-7 {
    row-gap: 40px;
  }
  .u-rg-lg-8 {
    row-gap: 48px;
  }
  .u-rg-lg-9 {
    row-gap: 64px;
  }
  .u-rg-lg-10 {
    row-gap: 80px;
  }
  .u-rg-lg-11 {
    row-gap: 96px;
  }
  .u-rg-lg-12 {
    row-gap: 112px;
  }
  .u-rg-lg-13 {
    row-gap: 128px;
  }
  .u-rg-lg-14 {
    row-gap: 144px;
  }
  .u-cg-lg-0 {
    column-gap: 0px;
  }
  .u-cg-lg-1 {
    column-gap: 4px;
  }
  .u-cg-lg-2 {
    column-gap: 8px;
  }
  .u-cg-lg-3 {
    column-gap: 12px;
  }
  .u-cg-lg-4 {
    column-gap: 16px;
  }
  .u-cg-lg-5 {
    column-gap: 24px;
  }
  .u-cg-lg-6 {
    column-gap: 32px;
  }
  .u-cg-lg-7 {
    column-gap: 40px;
  }
  .u-cg-lg-8 {
    column-gap: 48px;
  }
  .u-cg-lg-9 {
    column-gap: 64px;
  }
  .u-cg-lg-10 {
    column-gap: 80px;
  }
  .u-cg-lg-11 {
    column-gap: 96px;
  }
  .u-cg-lg-12 {
    column-gap: 112px;
  }
  .u-cg-lg-13 {
    column-gap: 128px;
  }
  .u-cg-lg-14 {
    column-gap: 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;
  }
  .u-g-xl-0 {
    gap: 0px;
  }
  .u-g-xl-1 {
    gap: 4px;
  }
  .u-g-xl-2 {
    gap: 8px;
  }
  .u-g-xl-3 {
    gap: 12px;
  }
  .u-g-xl-4 {
    gap: 16px;
  }
  .u-g-xl-5 {
    gap: 24px;
  }
  .u-g-xl-6 {
    gap: 32px;
  }
  .u-g-xl-7 {
    gap: 40px;
  }
  .u-g-xl-8 {
    gap: 48px;
  }
  .u-g-xl-9 {
    gap: 64px;
  }
  .u-g-xl-10 {
    gap: 80px;
  }
  .u-g-xl-11 {
    gap: 96px;
  }
  .u-g-xl-12 {
    gap: 112px;
  }
  .u-g-xl-13 {
    gap: 128px;
  }
  .u-g-xl-14 {
    gap: 144px;
  }
  .u-rg-xl-0 {
    row-gap: 0px;
  }
  .u-rg-xl-1 {
    row-gap: 4px;
  }
  .u-rg-xl-2 {
    row-gap: 8px;
  }
  .u-rg-xl-3 {
    row-gap: 12px;
  }
  .u-rg-xl-4 {
    row-gap: 16px;
  }
  .u-rg-xl-5 {
    row-gap: 24px;
  }
  .u-rg-xl-6 {
    row-gap: 32px;
  }
  .u-rg-xl-7 {
    row-gap: 40px;
  }
  .u-rg-xl-8 {
    row-gap: 48px;
  }
  .u-rg-xl-9 {
    row-gap: 64px;
  }
  .u-rg-xl-10 {
    row-gap: 80px;
  }
  .u-rg-xl-11 {
    row-gap: 96px;
  }
  .u-rg-xl-12 {
    row-gap: 112px;
  }
  .u-rg-xl-13 {
    row-gap: 128px;
  }
  .u-rg-xl-14 {
    row-gap: 144px;
  }
  .u-cg-xl-0 {
    column-gap: 0px;
  }
  .u-cg-xl-1 {
    column-gap: 4px;
  }
  .u-cg-xl-2 {
    column-gap: 8px;
  }
  .u-cg-xl-3 {
    column-gap: 12px;
  }
  .u-cg-xl-4 {
    column-gap: 16px;
  }
  .u-cg-xl-5 {
    column-gap: 24px;
  }
  .u-cg-xl-6 {
    column-gap: 32px;
  }
  .u-cg-xl-7 {
    column-gap: 40px;
  }
  .u-cg-xl-8 {
    column-gap: 48px;
  }
  .u-cg-xl-9 {
    column-gap: 64px;
  }
  .u-cg-xl-10 {
    column-gap: 80px;
  }
  .u-cg-xl-11 {
    column-gap: 96px;
  }
  .u-cg-xl-12 {
    column-gap: 112px;
  }
  .u-cg-xl-13 {
    column-gap: 128px;
  }
  .u-cg-xl-14 {
    column-gap: 144px;
  }
}
.clear {
  clear: both;
}

.invisible {
  display: none;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

.alignjustify {
  text-align: justify;
}

object.alignleft,
img.alignleft,
table.alignleft,
span.alignleft,
iframe.alignleft,
embed.alignleft,
video.alignleft,
figure.alignleft {
  float: left;
  margin: 0 1% 1rem 0;
}

object.alignright,
img.alignright,
table.alignright,
span.alignright,
iframe.alignright,
embed.alignright,
video.alignright,
figure.alignright {
  float: right;
  margin: 0 0 1rem 1%;
}

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: 792px) {
  .iframe-ratio.width_left, .iframe-ratio.width_right, .iframe-ratio.width_middle {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}

.paragraphe.tpl:not(:last-child) {
  margin-top: 4rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .paragraphe.tpl:not(:last-child) {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}

.paragraphe.txt {
  margin-top: 32px;
}

/* ===================================================================
 * STYLES DE PARAGRAPHE - COLONNAGE
 * =================================================================*/
.paragraphe, .edition {
  margin-top: 32px;
}
.paragraphe[class*=PRS_WIDTH_50], .edition[class*=PRS_WIDTH_50] {
  display: block;
  width: calc(50% - 32px);
}
.paragraphe.PRS_WIDTH_50G, .edition.PRS_WIDTH_50G {
  float: left;
  clear: both;
  margin-right: 32px;
}
.paragraphe.PRS_WIDTH_50D, .edition.PRS_WIDTH_50D {
  float: right;
  clear: right;
  margin-left: 32px;
}
@media screen and (max-width: 1023px) {
  .paragraphe[class*=PRS_WIDTH_50], .edition[class*=PRS_WIDTH_50] {
    display: block;
    float: none;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
.paragraphe.PRS_MISENAVANT_NOIRE, .edition.PRS_MISENAVANT_NOIRE {
  background-color: #000000;
  border-radius: 4rem 2rem 4rem 2rem;
  color: #ffffff;
  padding: 32px 48px;
}
.paragraphe.PRS_MISENAVANT_NOIRE h2, .edition.PRS_MISENAVANT_NOIRE h2 {
  color: #ffffff;
}
.interne .paragraphe.PRS_MISENAVANT_NOIRE:not(.tpl) a:not([class*=o-button]), .interne .edition.PRS_MISENAVANT_NOIRE:not(.tpl) a:not([class*=o-button]) {
  color: #ffffff;
}
.interne .paragraphe.PRS_MISENAVANT_NOIRE:not(.tpl) a:not([class*=o-button])::after, .interne .edition.PRS_MISENAVANT_NOIRE:not(.tpl) a:not([class*=o-button])::after {
  background-color: #ffffff;
}
.paragraphe.PRS_MISENAVANT_BLANCHE, .edition.PRS_MISENAVANT_BLANCHE {
  background-color: #ffffff;
  border-radius: 2rem 4rem 2rem 4rem;
  color: #000000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  padding: 32px 48px;
}
.paragraphe.PRS_MISENAVANT_BLANCHE h2, .edition.PRS_MISENAVANT_BLANCHE h2 {
  color: #000000;
}

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

/*
 * 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%;
}
.u-rounded--image {
  border-radius: 4rem 2rem 4rem 2rem;
}

@media screen and (max-width: 792px) {
  .u-mobile-hide {
    display: none;
  }
}
