@charset "UTF-8";
/*!
* KNACSS Reborn: Just keep it simple!
* @author: Alsacreations
* v8.2 2022/01
* Licence WTFPL http://www.wtfpl.net/
*/
@font-face {
  font-family: "gothambold";
  src: url("../fonts/gothambold-webfont.woff2") format("woff2"), url("../fonts/gothambold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothambold_italic";
  src: url("../fonts/gothambolditalic-webfont.woff2") format("woff2"), url("../fonts/gothambolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothambook";
  src: url("../fonts/gothambook-webfont.woff2") format("woff2"), url("../fonts/gothambook-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothambook_italic";
  src: url("../fonts/gothambookitalic-webfont.woff2") format("woff2"), url("../fonts/gothambookitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothamlight";
  src: url("../fonts/gothamlight-webfont.woff2") format("woff2"), url("../fonts/gothamlight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothamlight_italic";
  src: url("../fonts/gothamlightitalic-webfont.woff2") format("woff2"), url("../fonts/gothamlightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothammedium";
  src: url("../fonts/gothammedium-webfont.woff2") format("woff2"), url("../fonts/gothammedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothammedium_italic";
  src: url("../fonts/gothammediumitalic-webfont.woff2") format("woff2"), url("../fonts/gothammediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNextCondensed";
  src: url("../fonts/AvenirNextCondensed-Bold.woff2") format("woff2"), url("../fonts/AvenirNextCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNextCondensed-Heavy";
  src: url("../fonts/AvenirNextCondensed-Heavy.woff2") format("woff2"), url("../fonts/AvenirNextCondensed-Heavy.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* ----------------------------- */
/* ==Reset (base)                */
/* ----------------------------- */
/*
 * 1. Switch to border-box model for all elements
 * 2. Avoid min-width: auto on flex and grid items
 */
*,
*::before,
*::after {
  box-sizing: border-box;
  /* 1 */
  min-width: 0;
  /* 2 */
}

/*
 * 1. Remove the grey highlight on links in iOS 
 * 2. Prevent orientation font changes in iOS
 * 3. Breaks words to prevent overflow in all browsers
 */
html {
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

figure {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: "gothamlight", sans-serif, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  background-color: #110f0f;
  color: #ffffff;
}

/*
 * Headings
 */
h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like,
h6,
.h6-like {
  color: #ffffff;
}

/*
 * Links
 */
a {
  color: #ffffff;
  text-decoration: underline;
}

a:focus,
a:hover,
a:active {
  color: #ffffff;
  text-decoration: underline;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/*
 * Vertical rythm
 */
h1,
.h1-like,
h2,
.h2-like {
  margin-top: 0;
  margin-bottom: 1rem;
}

p,
address,
ol,
ul,
dl,
blockquote,
pre,
h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like,
h6,
.h6-like,
dt,
dd {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

blockquote {
  border-left: 4px solid #f0d000;
  color: #f0d000;
  margin-left: 0;
  padding-left: 20px;
  margin: 30px 0;
}

/*
 * Nested elements
 */
ol ol,
ol ul,
ul ol,
ul ul,
li ul,
li ol,
nav ul,
nav ol,
li p,
li .p-like {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Lists
 */
ul,
ol {
  padding-left: 1rem;
}

nav ul,
nav ol {
  list-style: none;
  padding: 0;
}

/*
 * Embed content
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img,
table,
td,
blockquote,
pre,
code,
input,
textarea,
select,
video,
svg,
iframe {
  max-width: 100%;
}

img,
input,
select,
textarea {
  height: auto;
}

img {
  border-style: none;
}

/**
 * Remove the border on iframes in all browsers
 */
iframe {
  border-style: none;
}

/*
 * Fill color matching to text color
 */
svg:not([fill]) {
  fill: currentColor;
}

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

/*
 * Tables
 */
table {
  border-collapse: collapse;
}

/*
 * Rulers
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 1rem 0;
  clear: both;
  color: inherit;
}

/*
 * table styles
 */
table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
  margin-bottom: 1rem;
}

/* 
 * Hidden but not for an assistive technology like a screen reader, Yahoo! method 
 */
.visually-hidden,
.sr-only {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

/*
 * Disable animations styles when reduced motion is enabled
 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
/*
 * Change the cursor on busy elements in all browsers.
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers.
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers.
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers.
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* ----------------------------- */
/* ==Reset (forms)               */
/* ----------------------------- */
/*
 * Remove the tapping delay on clickable elements in all browsers .
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/*
 * 1. Change the inconsistent appearance in all browsers.
 * 2. Add typography inheritance in all browsers.
 */
button,
input,
select,
textarea {
  margin: 0;
  background-color: transparent;
  /* 1 */
  color: inherit;
  /* 1 */
  font-family: inherit;
  /* 2 */
  font-size: inherit;
  /* 2 */
  line-height: inherit;
  /* 2 */
  letter-spacing: inherit;
  /* 2 */
  vertical-align: middle;
}

/*
 * Basic User Interface reset
 */
button,
input:not([type=radio]):not([type=checkbox]),
select,
textarea {
  border: 0;
}

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

pre {
  tab-size: 2;
  white-space: pre-wrap;
  line-height: normal;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/*
 * Show overflow in IE/Edge
 */
button,
input {
  overflow: visible;
}

/* 
 * Remove the inheritance of text transform in Firefox
 */
button,
select {
  text-transform: none;
}

/*
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

form,
fieldset {
  border: none;
}

fieldset {
  margin: 0;
  padding: 1rem;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0 0.25rem;
  border: 0;
  color: inherit;
  white-space: normal;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  white-space: pre-wrap;
}

progress {
  display: inline-block;
  width: 100%;
  vertical-align: baseline;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

/* ----------------------------- */
/* Form oddities                 */
/* ----------------------------- */
/*
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/*
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

/*
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

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

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

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

  .print {
    display: block;
  }

  .no-print {
    display: none;
  }

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

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

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

  a {
    color: #000;
  }

  /* displaying URLs
  a[href]::after {
    content: " (" attr(href) ")";
  }
  */
  a[href^="javascript:"]::after,
a[href^="#"]::after {
    content: "";
  }
}
/* ----------------------------  */
/* ==Layout classes              */
/* ----------------------------- */
/* Global container */
.layout-maxed {
  display: grid;
}
@media (min-width: 1px) {
  .layout-maxed {
    grid-template-columns: minmax(0.75rem, 1fr) minmax(auto, 1px) minmax(0.75rem, 1fr);
  }
}
@media (min-width: 576px) {
  .layout-maxed {
    grid-template-columns: minmax(0.75rem, 1fr) minmax(auto, 576px) minmax(0.75rem, 1fr);
  }
}
@media (min-width: 992px) {
  .layout-maxed {
    grid-template-columns: minmax(0.75rem, 1fr) minmax(auto, 992px) minmax(0.75rem, 1fr);
  }
}
@media (min-width: 1400px) {
  .layout-maxed {
    grid-template-columns: minmax(0.75rem, 1fr) minmax(auto, 1400px) minmax(0.75rem, 1fr);
  }
}

/* Center all children */
.layout-maxed > * {
  grid-column: 2;
}

/* Hero box  */
.layout-hero {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: inherit;
}

.layout-hero > * {
  grid-column: 2;
}

/* Hero image */
.layout-hero-img {
  grid-column: 1/-1;
  justify-self: center;
  max-width: 100%;
}

/* 
 * Global utility classes 
 */
.hidden {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

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

.flex-col {
  flex-direction: column;
}

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

.flex-no-wrap {
  flex-wrap: nowrap;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-no-shrink {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-no-grow {
  flex-grow: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.text-bold {
  font-weight: bold;
}

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

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

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

.text-smaller {
  font-size: smaller;
}

.text-larger {
  font-size: larger;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-wrap {
  overflow-wrap: break-word;
}

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

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

.justify-center {
  justify-content: center;
}

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

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.align-start {
  align-content: start;
}

.align-end {
  align-content: end;
}

.align-center {
  align-content: center;
}

.align-between {
  align-content: space-between;
}

.align-around {
  align-content: space-around;
}

.align-evenly {
  align-content: space-evenly;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

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

.place-center {
  place-content: center;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-stretch {
  align-self: stretch;
}

.align-top {
  vertical-align: top;
}

.align-bottom {
  vertical-align: bottom;
}

.align-middle {
  vertical-align: middle;
}

.item-first {
  order: -100;
}

.item-last {
  order: 100;
}

.text-black {
  color: #110f0f;
}

.text-white {
  color: #ffffff;
}

.text-yellow {
  color: #f0d000;
}

@media (min-width: 1px) {
  .smdown\:hidden {
    display: none;
  }
}
@media (min-width: 576px) {
  .sm\:hidden {
    display: none;
  }
}
@media (min-width: 992px) {
  .md\:hidden {
    display: none;
  }
}
@media (min-width: 1400px) {
  .lg\:hidden {
    display: none;
  }
}
@media (min-width: 1px) {
  .smdown\:block {
    display: block;
  }
}
@media (min-width: 576px) {
  .sm\:block {
    display: block;
  }
}
@media (min-width: 992px) {
  .md\:block {
    display: block;
  }
}
@media (min-width: 1400px) {
  .lg\:block {
    display: block;
  }
}
@media (min-width: 1px) {
  .smdown\:inline {
    display: inline;
  }
}
@media (min-width: 576px) {
  .sm\:inline {
    display: inline;
  }
}
@media (min-width: 992px) {
  .md\:inline {
    display: inline;
  }
}
@media (min-width: 1400px) {
  .lg\:inline {
    display: inline;
  }
}
@media (min-width: 1px) {
  .smdown\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 576px) {
  .sm\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .md\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 1400px) {
  .lg\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 1px) {
  .smdown\:flex {
    display: flex;
  }
}
@media (min-width: 576px) {
  .sm\:flex {
    display: flex;
  }
}
@media (min-width: 992px) {
  .md\:flex {
    display: flex;
  }
}
@media (min-width: 1400px) {
  .lg\:flex {
    display: flex;
  }
}
@media (min-width: 1px) {
  .smdown\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 576px) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1px) {
  .smdown\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .sm\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .md\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 1400px) {
  .lg\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 1px) {
  .smdown\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) {
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 1400px) {
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 1px) {
  .smdown\:flex-no-wrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 576px) {
  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1400px) {
  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1px) {
  .smdown\:flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 576px) {
  .sm\:flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 992px) {
  .md\:flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 1400px) {
  .lg\:flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 1px) {
  .smdown\:flex-no-shrink {
    flex-shrink: 0;
  }
}
@media (min-width: 576px) {
  .sm\:flex-no-shrink {
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .md\:flex-no-shrink {
    flex-shrink: 0;
  }
}
@media (min-width: 1400px) {
  .lg\:flex-no-shrink {
    flex-shrink: 0;
  }
}
@media (min-width: 1px) {
  .smdown\:flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 576px) {
  .sm\:flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .md\:flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 1400px) {
  .lg\:flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 1px) {
  .smdown\:flex-no-grow {
    flex-grow: 0;
  }
}
@media (min-width: 576px) {
  .sm\:flex-no-grow {
    flex-grow: 0;
  }
}
@media (min-width: 992px) {
  .md\:flex-no-grow {
    flex-grow: 0;
  }
}
@media (min-width: 1400px) {
  .lg\:flex-no-grow {
    flex-grow: 0;
  }
}
@media (min-width: 1px) {
  .smdown\:float-left {
    float: left;
  }
}
@media (min-width: 576px) {
  .sm\:float-left {
    float: left;
  }
}
@media (min-width: 992px) {
  .md\:float-left {
    float: left;
  }
}
@media (min-width: 1400px) {
  .lg\:float-left {
    float: left;
  }
}
@media (min-width: 1px) {
  .smdown\:float-right {
    float: right;
  }
}
@media (min-width: 576px) {
  .sm\:float-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .md\:float-right {
    float: right;
  }
}
@media (min-width: 1400px) {
  .lg\:float-right {
    float: right;
  }
}
@media (min-width: 1px) {
  .smdown\:float-none {
    float: none;
  }
}
@media (min-width: 576px) {
  .sm\:float-none {
    float: none;
  }
}
@media (min-width: 992px) {
  .md\:float-none {
    float: none;
  }
}
@media (min-width: 1400px) {
  .lg\:float-none {
    float: none;
  }
}
@media (min-width: 1px) {
  .smdown\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 576px) {
  .sm\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .md\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 1400px) {
  .lg\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 1px) {
  .smdown\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 576px) {
  .sm\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 992px) {
  .md\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 1400px) {
  .lg\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 1px) {
  .smdown\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 576px) {
  .sm\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .md\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 1400px) {
  .lg\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 1px) {
  .smdown\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 576px) {
  .sm\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 992px) {
  .md\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 1400px) {
  .lg\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 1px) {
  .smdown\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 576px) {
  .sm\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 992px) {
  .md\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 1400px) {
  .lg\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 1px) {
  .smdown\:text-larger {
    font-size: larger;
  }
}
@media (min-width: 576px) {
  .sm\:text-larger {
    font-size: larger;
  }
}
@media (min-width: 992px) {
  .md\:text-larger {
    font-size: larger;
  }
}
@media (min-width: 1400px) {
  .lg\:text-larger {
    font-size: larger;
  }
}
@media (min-width: 1px) {
  .smdown\:text-left {
    text-align: left;
  }
}
@media (min-width: 576px) {
  .sm\:text-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .md\:text-left {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .lg\:text-left {
    text-align: left;
  }
}
@media (min-width: 1px) {
  .smdown\:text-center {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .sm\:text-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .md\:text-center {
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .lg\:text-center {
    text-align: center;
  }
}
@media (min-width: 1px) {
  .smdown\:text-right {
    text-align: right;
  }
}
@media (min-width: 576px) {
  .sm\:text-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .md\:text-right {
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .lg\:text-right {
    text-align: right;
  }
}
@media (min-width: 1px) {
  .smdown\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 576px) {
  .sm\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .md\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 1400px) {
  .lg\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 1px) {
  .smdown\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 576px) {
  .sm\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 992px) {
  .md\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 1400px) {
  .lg\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 1px) {
  .smdown\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 576px) {
  .sm\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .md\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 1px) {
  .smdown\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 576px) {
  .sm\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .md\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 1px) {
  .smdown\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 576px) {
  .sm\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .md\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 1px) {
  .smdown\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 576px) {
  .sm\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 1px) {
  .smdown\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .sm\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .md\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 1px) {
  .smdown\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 576px) {
  .sm\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 992px) {
  .md\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1px) {
  .smdown\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 576px) {
  .sm\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 992px) {
  .md\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 1px) {
  .smdown\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 576px) {
  .sm\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 992px) {
  .md\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 1px) {
  .smdown\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 576px) {
  .sm\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 992px) {
  .md\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 1px) {
  .smdown\:align-start {
    align-content: start;
  }
}
@media (min-width: 576px) {
  .sm\:align-start {
    align-content: start;
  }
}
@media (min-width: 992px) {
  .md\:align-start {
    align-content: start;
  }
}
@media (min-width: 1400px) {
  .lg\:align-start {
    align-content: start;
  }
}
@media (min-width: 1px) {
  .smdown\:align-end {
    align-content: end;
  }
}
@media (min-width: 576px) {
  .sm\:align-end {
    align-content: end;
  }
}
@media (min-width: 992px) {
  .md\:align-end {
    align-content: end;
  }
}
@media (min-width: 1400px) {
  .lg\:align-end {
    align-content: end;
  }
}
@media (min-width: 1px) {
  .smdown\:align-center {
    align-content: center;
  }
}
@media (min-width: 576px) {
  .sm\:align-center {
    align-content: center;
  }
}
@media (min-width: 992px) {
  .md\:align-center {
    align-content: center;
  }
}
@media (min-width: 1400px) {
  .lg\:align-center {
    align-content: center;
  }
}
@media (min-width: 1px) {
  .smdown\:align-between {
    align-content: space-between;
  }
}
@media (min-width: 576px) {
  .sm\:align-between {
    align-content: space-between;
  }
}
@media (min-width: 992px) {
  .md\:align-between {
    align-content: space-between;
  }
}
@media (min-width: 1400px) {
  .lg\:align-between {
    align-content: space-between;
  }
}
@media (min-width: 1px) {
  .smdown\:align-around {
    align-content: space-around;
  }
}
@media (min-width: 576px) {
  .sm\:align-around {
    align-content: space-around;
  }
}
@media (min-width: 992px) {
  .md\:align-around {
    align-content: space-around;
  }
}
@media (min-width: 1400px) {
  .lg\:align-around {
    align-content: space-around;
  }
}
@media (min-width: 1px) {
  .smdown\:align-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 576px) {
  .sm\:align-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 992px) {
  .md\:align-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 1400px) {
  .lg\:align-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 1px) {
  .smdown\:align-items-start {
    align-items: flex-start;
  }
}
@media (min-width: 576px) {
  .sm\:align-items-start {
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .md\:align-items-start {
    align-items: flex-start;
  }
}
@media (min-width: 1400px) {
  .lg\:align-items-start {
    align-items: flex-start;
  }
}
@media (min-width: 1px) {
  .smdown\:align-items-end {
    align-items: flex-end;
  }
}
@media (min-width: 576px) {
  .sm\:align-items-end {
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .md\:align-items-end {
    align-items: flex-end;
  }
}
@media (min-width: 1400px) {
  .lg\:align-items-end {
    align-items: flex-end;
  }
}
@media (min-width: 1px) {
  .smdown\:align-items-center {
    align-items: center;
  }
}
@media (min-width: 576px) {
  .sm\:align-items-center {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .md\:align-items-center {
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .lg\:align-items-center {
    align-items: center;
  }
}
@media (min-width: 1px) {
  .smdown\:place-center {
    place-content: center;
  }
}
@media (min-width: 576px) {
  .sm\:place-center {
    place-content: center;
  }
}
@media (min-width: 992px) {
  .md\:place-center {
    place-content: center;
  }
}
@media (min-width: 1400px) {
  .lg\:place-center {
    place-content: center;
  }
}
@media (min-width: 1px) {
  .smdown\:justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 576px) {
  .sm\:justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 992px) {
  .md\:justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 1px) {
  .smdown\:justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 576px) {
  .sm\:justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 992px) {
  .md\:justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 1px) {
  .smdown\:justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 576px) {
  .sm\:justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 992px) {
  .md\:justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 1px) {
  .smdown\:justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 576px) {
  .sm\:justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 992px) {
  .md\:justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 1px) {
  .smdown\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 576px) {
  .sm\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 992px) {
  .md\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 1px) {
  .smdown\:align-self-auto {
    align-self: auto;
  }
}
@media (min-width: 576px) {
  .sm\:align-self-auto {
    align-self: auto;
  }
}
@media (min-width: 992px) {
  .md\:align-self-auto {
    align-self: auto;
  }
}
@media (min-width: 1400px) {
  .lg\:align-self-auto {
    align-self: auto;
  }
}
@media (min-width: 1px) {
  .smdown\:align-self-start {
    align-self: flex-start;
  }
}
@media (min-width: 576px) {
  .sm\:align-self-start {
    align-self: flex-start;
  }
}
@media (min-width: 992px) {
  .md\:align-self-start {
    align-self: flex-start;
  }
}
@media (min-width: 1400px) {
  .lg\:align-self-start {
    align-self: flex-start;
  }
}
@media (min-width: 1px) {
  .smdown\:align-self-end {
    align-self: flex-end;
  }
}
@media (min-width: 576px) {
  .sm\:align-self-end {
    align-self: flex-end;
  }
}
@media (min-width: 992px) {
  .md\:align-self-end {
    align-self: flex-end;
  }
}
@media (min-width: 1400px) {
  .lg\:align-self-end {
    align-self: flex-end;
  }
}
@media (min-width: 1px) {
  .smdown\:align-self-center {
    align-self: center;
  }
}
@media (min-width: 576px) {
  .sm\:align-self-center {
    align-self: center;
  }
}
@media (min-width: 992px) {
  .md\:align-self-center {
    align-self: center;
  }
}
@media (min-width: 1400px) {
  .lg\:align-self-center {
    align-self: center;
  }
}
@media (min-width: 1px) {
  .smdown\:align-self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 576px) {
  .sm\:align-self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 992px) {
  .md\:align-self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1400px) {
  .lg\:align-self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1px) {
  .smdown\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 576px) {
  .sm\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .md\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 1400px) {
  .lg\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 1px) {
  .smdown\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 576px) {
  .sm\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  .md\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1400px) {
  .lg\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1px) {
  .smdown\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 576px) {
  .sm\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .md\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 1400px) {
  .lg\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 1px) {
  .smdown\:item-first {
    order: -100;
  }
}
@media (min-width: 576px) {
  .sm\:item-first {
    order: -100;
  }
}
@media (min-width: 992px) {
  .md\:item-first {
    order: -100;
  }
}
@media (min-width: 1400px) {
  .lg\:item-first {
    order: -100;
  }
}
@media (min-width: 1px) {
  .smdown\:item-last {
    order: 100;
  }
}
@media (min-width: 576px) {
  .sm\:item-last {
    order: 100;
  }
}
@media (min-width: 992px) {
  .md\:item-last {
    order: 100;
  }
}
@media (min-width: 1400px) {
  .lg\:item-last {
    order: 100;
  }
}
@media (min-width: 1px) {
  .smdown\:text-black {
    color: #110f0f;
  }
}
@media (min-width: 576px) {
  .sm\:text-black {
    color: #110f0f;
  }
}
@media (min-width: 992px) {
  .md\:text-black {
    color: #110f0f;
  }
}
@media (min-width: 1400px) {
  .lg\:text-black {
    color: #110f0f;
  }
}
@media (min-width: 1px) {
  .smdown\:text-white {
    color: #ffffff;
  }
}
@media (min-width: 576px) {
  .sm\:text-white {
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  .md\:text-white {
    color: #ffffff;
  }
}
@media (min-width: 1400px) {
  .lg\:text-white {
    color: #ffffff;
  }
}
@media (min-width: 1px) {
  .smdown\:text-yellow {
    color: #f0d000;
  }
}
@media (min-width: 576px) {
  .sm\:text-yellow {
    color: #f0d000;
  }
}
@media (min-width: 992px) {
  .md\:text-yellow {
    color: #f0d000;
  }
}
@media (min-width: 1400px) {
  .lg\:text-yellow {
    color: #f0d000;
  }
}
.is-unstyled {
  list-style: none;
  padding-left: 0;
}

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

.text-normal {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}

.TODO .TODO {
  margin-left: 0;
}
.TODO--titre {
  position: absolute;
  border: 2px solid #f0d000;
  top: -12px;
  left: -2px;
  color: #c9c8ff;
  font-size: 10px;
  padding: 2px 10px;
  background: #fff;
}

@media (min-width: 1px) {
  .smdown\:visually-hidden {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }

  .smdown\:is-unstyled {
    list-style: none;
    padding-left: 0;
  }

  .smdown\:is-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    filter: grayscale(1);
  }

  .smdown\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}
@media (min-width: 576px) {
  .sm\:visually-hidden {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }

  .sm\:is-unstyled {
    list-style: none;
    padding-left: 0;
  }

  .sm\:is-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    filter: grayscale(1);
  }

  .sm\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}
@media (min-width: 992px) {
  .md\:visually-hidden {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }

  .md\:is-unstyled {
    list-style: none;
    padding-left: 0;
  }

  .md\:is-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    filter: grayscale(1);
  }

  .md\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}
@media (min-width: 1400px) {
  .lg\:visually-hidden {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }

  .lg\:is-unstyled {
    list-style: none;
    padding-left: 0;
  }

  .lg\:is-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    filter: grayscale(1);
  }

  .lg\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}
/* Font sizes utility classes */
.text-10 {
  font-size: 0.625rem;
}

.text-11, .o-programme-filtres .titre {
  font-size: 0.6875rem;
}

.text-12 {
  font-size: 0.75rem;
}

.text-13 {
  font-size: 0.813rem;
}

.text-14 {
  font-size: 0.875rem;
}

.text-15 {
  font-size: 0.938rem;
}

.text-16 {
  font-size: 1rem;
}

.text-17 {
  font-size: 1.063rem;
}

.text-18, .o-programme .salle, .o-programme .heure, .o-programme-filtres ul label, .o-film-programme .programe .horaire, .g-content-standard, .g-content-standard-bold, .g-content-flex {
  font-size: 1.125rem;
}

.text-20 {
  font-size: 1.25rem;
}

.text-22, .m-flex-liste_type_2 ul li .content .value, .m-flex-liste_type_1.inverse ul li .content .value, .m-flex-liste_type_1 ul li .content .label {
  font-size: 1.375rem;
}

.text-24, .m-flex-liste_type_2 ul li, .m-flex-liste_type_1.inverse ul li .content .label, .m-flex-liste_type_1 ul li {
  font-size: 1.5rem;
}

.text-26 {
  font-size: 1.625rem;
}

.text-28 {
  font-size: 1.75rem;
}

.text-30 {
  font-size: 1.875rem;
}

.text-32 {
  font-size: 2rem;
}

.text-34 {
  font-size: 2.125rem;
}

.text-36 {
  font-size: 2.25rem;
}

.text-38 {
  font-size: 2.375rem;
}

.text-47 {
  font-size: 2.938rem;
}

.text-42 {
  font-size: 2.625rem;
}

.text-58 {
  font-size: 3.6rem;
}

.text-60 {
  font-size: 3.75rem;
}

.text-64 {
  font-size: 4rem;
}

.text-92 {
  font-size: 5.75rem;
}

.text-logo-mob {
  font-size: 2.6rem;
}

.text-logo {
  font-size: 8rem;
}

.text-base {
  font-size: 1rem;
}

.text-inherit {
  font-size: inherit;
}

@media (min-width: 1px) {
  .smdown\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 992px) {
  .md\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 992px) {
  .md\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .md\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-13 {
    font-size: 0.813rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-13 {
    font-size: 0.813rem;
  }
}
@media (min-width: 992px) {
  .md\:text-13 {
    font-size: 0.813rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-13 {
    font-size: 0.813rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .md\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-15 {
    font-size: 0.938rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-15 {
    font-size: 0.938rem;
  }
}
@media (min-width: 992px) {
  .md\:text-15 {
    font-size: 0.938rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-15 {
    font-size: 0.938rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .md\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-17 {
    font-size: 1.063rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-17 {
    font-size: 1.063rem;
  }
}
@media (min-width: 992px) {
  .md\:text-17 {
    font-size: 1.063rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-17 {
    font-size: 1.063rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .md\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .md\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .md\:text-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .md\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-26 {
    font-size: 1.625rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-26 {
    font-size: 1.625rem;
  }
}
@media (min-width: 992px) {
  .md\:text-26 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-26 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-28 {
    font-size: 1.75rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-28 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .md\:text-28 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-28 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .md\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-32 {
    font-size: 2rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-32 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .md\:text-32 {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-32 {
    font-size: 2rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .md\:text-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .md\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-38 {
    font-size: 2.375rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-38 {
    font-size: 2.375rem;
  }
}
@media (min-width: 992px) {
  .md\:text-38 {
    font-size: 2.375rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-38 {
    font-size: 2.375rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-47 {
    font-size: 2.938rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-47 {
    font-size: 2.938rem;
  }
}
@media (min-width: 992px) {
  .md\:text-47 {
    font-size: 2.938rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-47 {
    font-size: 2.938rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-42 {
    font-size: 2.625rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-42 {
    font-size: 2.625rem;
  }
}
@media (min-width: 992px) {
  .md\:text-42 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-42 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-58 {
    font-size: 3.6rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-58 {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  .md\:text-58 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-58 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-60 {
    font-size: 3.75rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-60 {
    font-size: 3.75rem;
  }
}
@media (min-width: 992px) {
  .md\:text-60 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-60 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-64 {
    font-size: 4rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-64 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .md\:text-64 {
    font-size: 4rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-64 {
    font-size: 4rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-92 {
    font-size: 5.75rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-92 {
    font-size: 5.75rem;
  }
}
@media (min-width: 992px) {
  .md\:text-92 {
    font-size: 5.75rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-92 {
    font-size: 5.75rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-logo-mob {
    font-size: 2.6rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-logo-mob {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px) {
  .md\:text-logo-mob {
    font-size: 2.6rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-logo-mob {
    font-size: 2.6rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-logo {
    font-size: 8rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-logo {
    font-size: 8rem;
  }
}
@media (min-width: 992px) {
  .md\:text-logo {
    font-size: 8rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-logo {
    font-size: 8rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .md\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 1px) {
  .smdown\:text-inherit {
    font-size: inherit;
  }
}
@media (min-width: 576px) {
  .sm\:text-inherit {
    font-size: inherit;
  }
}
@media (min-width: 992px) {
  .md\:text-inherit {
    font-size: inherit;
  }
}
@media (min-width: 1400px) {
  .lg\:text-inherit {
    font-size: inherit;
  }
}
/* Spacers utility classes */
.p-0 {
  padding: 0;
}

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

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

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

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

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.m-0 {
  margin: 0;
}

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

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

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

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

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 1px) {
  .smdown\:p-0 {
    padding: 0;
  }

  .smdown\:pt-0 {
    padding-top: 0;
  }

  .smdown\:pr-0 {
    padding-right: 0;
  }

  .smdown\:pb-0 {
    padding-bottom: 0;
  }

  .smdown\:pl-0 {
    padding-left: 0;
  }

  .smdown\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .smdown\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .smdown\:m-0 {
    margin: 0;
  }

  .smdown\:mt-0 {
    margin-top: 0;
  }

  .smdown\:mr-0 {
    margin-right: 0;
  }

  .smdown\:mb-0 {
    margin-bottom: 0;
  }

  .smdown\:ml-0 {
    margin-left: 0;
  }

  .smdown\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .smdown\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .sm\:p-0 {
    padding: 0;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .md\:p-0 {
    padding: 0;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .lg\:p-0 {
    padding: 0;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p-1 {
  padding: 1px;
}

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

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

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

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

.px-1 {
  padding-left: 1px;
  padding-right: 1px;
}

.py-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.m-1 {
  margin: 1px;
}

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

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

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

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

.mx-1 {
  margin-left: 1px;
  margin-right: 1px;
}

.my-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

@media (min-width: 1px) {
  .smdown\:p-1 {
    padding: 1px;
  }

  .smdown\:pt-1 {
    padding-top: 1px;
  }

  .smdown\:pr-1 {
    padding-right: 1px;
  }

  .smdown\:pb-1 {
    padding-bottom: 1px;
  }

  .smdown\:pl-1 {
    padding-left: 1px;
  }

  .smdown\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .smdown\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .smdown\:m-1 {
    margin: 1px;
  }

  .smdown\:mt-1 {
    margin-top: 1px;
  }

  .smdown\:mr-1 {
    margin-right: 1px;
  }

  .smdown\:mb-1 {
    margin-bottom: 1px;
  }

  .smdown\:ml-1 {
    margin-left: 1px;
  }

  .smdown\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .smdown\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 576px) {
  .sm\:p-1 {
    padding: 1px;
  }

  .sm\:pt-1 {
    padding-top: 1px;
  }

  .sm\:pr-1 {
    padding-right: 1px;
  }

  .sm\:pb-1 {
    padding-bottom: 1px;
  }

  .sm\:pl-1 {
    padding-left: 1px;
  }

  .sm\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:m-1 {
    margin: 1px;
  }

  .sm\:mt-1 {
    margin-top: 1px;
  }

  .sm\:mr-1 {
    margin-right: 1px;
  }

  .sm\:mb-1 {
    margin-bottom: 1px;
  }

  .sm\:ml-1 {
    margin-left: 1px;
  }

  .sm\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 992px) {
  .md\:p-1 {
    padding: 1px;
  }

  .md\:pt-1 {
    padding-top: 1px;
  }

  .md\:pr-1 {
    padding-right: 1px;
  }

  .md\:pb-1 {
    padding-bottom: 1px;
  }

  .md\:pl-1 {
    padding-left: 1px;
  }

  .md\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:m-1 {
    margin: 1px;
  }

  .md\:mt-1 {
    margin-top: 1px;
  }

  .md\:mr-1 {
    margin-right: 1px;
  }

  .md\:mb-1 {
    margin-bottom: 1px;
  }

  .md\:ml-1 {
    margin-left: 1px;
  }

  .md\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 1400px) {
  .lg\:p-1 {
    padding: 1px;
  }

  .lg\:pt-1 {
    padding-top: 1px;
  }

  .lg\:pr-1 {
    padding-right: 1px;
  }

  .lg\:pb-1 {
    padding-bottom: 1px;
  }

  .lg\:pl-1 {
    padding-left: 1px;
  }

  .lg\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:m-1 {
    margin: 1px;
  }

  .lg\:mt-1 {
    margin-top: 1px;
  }

  .lg\:mr-1 {
    margin-right: 1px;
  }

  .lg\:mb-1 {
    margin-bottom: 1px;
  }

  .lg\:ml-1 {
    margin-left: 1px;
  }

  .lg\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
.p-2 {
  padding: 0.125rem;
}

.pt-2 {
  padding-top: 0.125rem;
}

.pr-2 {
  padding-right: 0.125rem;
}

.pb-2 {
  padding-bottom: 0.125rem;
}

.pl-2 {
  padding-left: 0.125rem;
}

.px-2 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.py-2 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.m-2 {
  margin: 0.125rem;
}

.mt-2 {
  margin-top: 0.125rem;
}

.mr-2 {
  margin-right: 0.125rem;
}

.mb-2 {
  margin-bottom: 0.125rem;
}

.ml-2 {
  margin-left: 0.125rem;
}

.mx-2 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.my-2 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

@media (min-width: 1px) {
  .smdown\:p-2 {
    padding: 0.125rem;
  }

  .smdown\:pt-2 {
    padding-top: 0.125rem;
  }

  .smdown\:pr-2 {
    padding-right: 0.125rem;
  }

  .smdown\:pb-2 {
    padding-bottom: 0.125rem;
  }

  .smdown\:pl-2 {
    padding-left: 0.125rem;
  }

  .smdown\:px-2 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .smdown\:py-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .smdown\:m-2 {
    margin: 0.125rem;
  }

  .smdown\:mt-2 {
    margin-top: 0.125rem;
  }

  .smdown\:mr-2 {
    margin-right: 0.125rem;
  }

  .smdown\:mb-2 {
    margin-bottom: 0.125rem;
  }

  .smdown\:ml-2 {
    margin-left: 0.125rem;
  }

  .smdown\:mx-2 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .smdown\:my-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 576px) {
  .sm\:p-2 {
    padding: 0.125rem;
  }

  .sm\:pt-2 {
    padding-top: 0.125rem;
  }

  .sm\:pr-2 {
    padding-right: 0.125rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.125rem;
  }

  .sm\:pl-2 {
    padding-left: 0.125rem;
  }

  .sm\:px-2 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:py-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:m-2 {
    margin: 0.125rem;
  }

  .sm\:mt-2 {
    margin-top: 0.125rem;
  }

  .sm\:mr-2 {
    margin-right: 0.125rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.125rem;
  }

  .sm\:ml-2 {
    margin-left: 0.125rem;
  }

  .sm\:mx-2 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:my-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 992px) {
  .md\:p-2 {
    padding: 0.125rem;
  }

  .md\:pt-2 {
    padding-top: 0.125rem;
  }

  .md\:pr-2 {
    padding-right: 0.125rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.125rem;
  }

  .md\:pl-2 {
    padding-left: 0.125rem;
  }

  .md\:px-2 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:py-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:m-2 {
    margin: 0.125rem;
  }

  .md\:mt-2 {
    margin-top: 0.125rem;
  }

  .md\:mr-2 {
    margin-right: 0.125rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.125rem;
  }

  .md\:ml-2 {
    margin-left: 0.125rem;
  }

  .md\:mx-2 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:my-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 1400px) {
  .lg\:p-2 {
    padding: 0.125rem;
  }

  .lg\:pt-2 {
    padding-top: 0.125rem;
  }

  .lg\:pr-2 {
    padding-right: 0.125rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.125rem;
  }

  .lg\:pl-2 {
    padding-left: 0.125rem;
  }

  .lg\:px-2 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:py-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:m-2 {
    margin: 0.125rem;
  }

  .lg\:mt-2 {
    margin-top: 0.125rem;
  }

  .lg\:mr-2 {
    margin-right: 0.125rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.125rem;
  }

  .lg\:ml-2 {
    margin-left: 0.125rem;
  }

  .lg\:mx-2 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:my-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
.p-4 {
  padding: 0.25rem;
}

.pt-4 {
  padding-top: 0.25rem;
}

.pr-4 {
  padding-right: 0.25rem;
}

.pb-4 {
  padding-bottom: 0.25rem;
}

.pl-4 {
  padding-left: 0.25rem;
}

.px-4 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.m-4 {
  margin: 0.25rem;
}

.mt-4 {
  margin-top: 0.25rem;
}

.mr-4 {
  margin-right: 0.25rem;
}

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

.ml-4 {
  margin-left: 0.25rem;
}

.mx-4 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 1px) {
  .smdown\:p-4 {
    padding: 0.25rem;
  }

  .smdown\:pt-4 {
    padding-top: 0.25rem;
  }

  .smdown\:pr-4 {
    padding-right: 0.25rem;
  }

  .smdown\:pb-4 {
    padding-bottom: 0.25rem;
  }

  .smdown\:pl-4 {
    padding-left: 0.25rem;
  }

  .smdown\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .smdown\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .smdown\:m-4 {
    margin: 0.25rem;
  }

  .smdown\:mt-4 {
    margin-top: 0.25rem;
  }

  .smdown\:mr-4 {
    margin-right: 0.25rem;
  }

  .smdown\:mb-4 {
    margin-bottom: 0.25rem;
  }

  .smdown\:ml-4 {
    margin-left: 0.25rem;
  }

  .smdown\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .smdown\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 576px) {
  .sm\:p-4 {
    padding: 0.25rem;
  }

  .sm\:pt-4 {
    padding-top: 0.25rem;
  }

  .sm\:pr-4 {
    padding-right: 0.25rem;
  }

  .sm\:pb-4 {
    padding-bottom: 0.25rem;
  }

  .sm\:pl-4 {
    padding-left: 0.25rem;
  }

  .sm\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:m-4 {
    margin: 0.25rem;
  }

  .sm\:mt-4 {
    margin-top: 0.25rem;
  }

  .sm\:mr-4 {
    margin-right: 0.25rem;
  }

  .sm\:mb-4 {
    margin-bottom: 0.25rem;
  }

  .sm\:ml-4 {
    margin-left: 0.25rem;
  }

  .sm\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 992px) {
  .md\:p-4 {
    padding: 0.25rem;
  }

  .md\:pt-4 {
    padding-top: 0.25rem;
  }

  .md\:pr-4 {
    padding-right: 0.25rem;
  }

  .md\:pb-4 {
    padding-bottom: 0.25rem;
  }

  .md\:pl-4 {
    padding-left: 0.25rem;
  }

  .md\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:m-4 {
    margin: 0.25rem;
  }

  .md\:mt-4 {
    margin-top: 0.25rem;
  }

  .md\:mr-4 {
    margin-right: 0.25rem;
  }

  .md\:mb-4 {
    margin-bottom: 0.25rem;
  }

  .md\:ml-4 {
    margin-left: 0.25rem;
  }

  .md\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1400px) {
  .lg\:p-4 {
    padding: 0.25rem;
  }

  .lg\:pt-4 {
    padding-top: 0.25rem;
  }

  .lg\:pr-4 {
    padding-right: 0.25rem;
  }

  .lg\:pb-4 {
    padding-bottom: 0.25rem;
  }

  .lg\:pl-4 {
    padding-left: 0.25rem;
  }

  .lg\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:m-4 {
    margin: 0.25rem;
  }

  .lg\:mt-4 {
    margin-top: 0.25rem;
  }

  .lg\:mr-4 {
    margin-right: 0.25rem;
  }

  .lg\:mb-4 {
    margin-bottom: 0.25rem;
  }

  .lg\:ml-4 {
    margin-left: 0.25rem;
  }

  .lg\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
.p-8 {
  padding: 0.5rem;
}

.pt-8 {
  padding-top: 0.5rem;
}

.pr-8 {
  padding-right: 0.5rem;
}

.pb-8 {
  padding-bottom: 0.5rem;
}

.pl-8 {
  padding-left: 0.5rem;
}

.px-8 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.m-8 {
  margin: 0.5rem;
}

.mt-8 {
  margin-top: 0.5rem;
}

.mr-8 {
  margin-right: 0.5rem;
}

.mb-8 {
  margin-bottom: 0.5rem;
}

.ml-8 {
  margin-left: 0.5rem;
}

.mx-8 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-8 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 1px) {
  .smdown\:p-8 {
    padding: 0.5rem;
  }

  .smdown\:pt-8 {
    padding-top: 0.5rem;
  }

  .smdown\:pr-8 {
    padding-right: 0.5rem;
  }

  .smdown\:pb-8 {
    padding-bottom: 0.5rem;
  }

  .smdown\:pl-8 {
    padding-left: 0.5rem;
  }

  .smdown\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .smdown\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .smdown\:m-8 {
    margin: 0.5rem;
  }

  .smdown\:mt-8 {
    margin-top: 0.5rem;
  }

  .smdown\:mr-8 {
    margin-right: 0.5rem;
  }

  .smdown\:mb-8 {
    margin-bottom: 0.5rem;
  }

  .smdown\:ml-8 {
    margin-left: 0.5rem;
  }

  .smdown\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .smdown\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 576px) {
  .sm\:p-8 {
    padding: 0.5rem;
  }

  .sm\:pt-8 {
    padding-top: 0.5rem;
  }

  .sm\:pr-8 {
    padding-right: 0.5rem;
  }

  .sm\:pb-8 {
    padding-bottom: 0.5rem;
  }

  .sm\:pl-8 {
    padding-left: 0.5rem;
  }

  .sm\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:m-8 {
    margin: 0.5rem;
  }

  .sm\:mt-8 {
    margin-top: 0.5rem;
  }

  .sm\:mr-8 {
    margin-right: 0.5rem;
  }

  .sm\:mb-8 {
    margin-bottom: 0.5rem;
  }

  .sm\:ml-8 {
    margin-left: 0.5rem;
  }

  .sm\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 992px) {
  .md\:p-8 {
    padding: 0.5rem;
  }

  .md\:pt-8 {
    padding-top: 0.5rem;
  }

  .md\:pr-8 {
    padding-right: 0.5rem;
  }

  .md\:pb-8 {
    padding-bottom: 0.5rem;
  }

  .md\:pl-8 {
    padding-left: 0.5rem;
  }

  .md\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:m-8 {
    margin: 0.5rem;
  }

  .md\:mt-8 {
    margin-top: 0.5rem;
  }

  .md\:mr-8 {
    margin-right: 0.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 0.5rem;
  }

  .md\:ml-8 {
    margin-left: 0.5rem;
  }

  .md\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1400px) {
  .lg\:p-8 {
    padding: 0.5rem;
  }

  .lg\:pt-8 {
    padding-top: 0.5rem;
  }

  .lg\:pr-8 {
    padding-right: 0.5rem;
  }

  .lg\:pb-8 {
    padding-bottom: 0.5rem;
  }

  .lg\:pl-8 {
    padding-left: 0.5rem;
  }

  .lg\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:m-8 {
    margin: 0.5rem;
  }

  .lg\:mt-8 {
    margin-top: 0.5rem;
  }

  .lg\:mr-8 {
    margin-right: 0.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 0.5rem;
  }

  .lg\:ml-8 {
    margin-left: 0.5rem;
  }

  .lg\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.p-12 {
  padding: 0.75rem;
}

.pt-12 {
  padding-top: 0.75rem;
}

.pr-12 {
  padding-right: 0.75rem;
}

.pb-12 {
  padding-bottom: 0.75rem;
}

.pl-12 {
  padding-left: 0.75rem;
}

.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.m-12 {
  margin: 0.75rem;
}

.mt-12 {
  margin-top: 0.75rem;
}

.mr-12 {
  margin-right: 0.75rem;
}

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

.ml-12 {
  margin-left: 0.75rem;
}

.mx-12 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 1px) {
  .smdown\:p-12 {
    padding: 0.75rem;
  }

  .smdown\:pt-12 {
    padding-top: 0.75rem;
  }

  .smdown\:pr-12 {
    padding-right: 0.75rem;
  }

  .smdown\:pb-12 {
    padding-bottom: 0.75rem;
  }

  .smdown\:pl-12 {
    padding-left: 0.75rem;
  }

  .smdown\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .smdown\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .smdown\:m-12 {
    margin: 0.75rem;
  }

  .smdown\:mt-12 {
    margin-top: 0.75rem;
  }

  .smdown\:mr-12 {
    margin-right: 0.75rem;
  }

  .smdown\:mb-12 {
    margin-bottom: 0.75rem;
  }

  .smdown\:ml-12 {
    margin-left: 0.75rem;
  }

  .smdown\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .smdown\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 576px) {
  .sm\:p-12 {
    padding: 0.75rem;
  }

  .sm\:pt-12 {
    padding-top: 0.75rem;
  }

  .sm\:pr-12 {
    padding-right: 0.75rem;
  }

  .sm\:pb-12 {
    padding-bottom: 0.75rem;
  }

  .sm\:pl-12 {
    padding-left: 0.75rem;
  }

  .sm\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:m-12 {
    margin: 0.75rem;
  }

  .sm\:mt-12 {
    margin-top: 0.75rem;
  }

  .sm\:mr-12 {
    margin-right: 0.75rem;
  }

  .sm\:mb-12 {
    margin-bottom: 0.75rem;
  }

  .sm\:ml-12 {
    margin-left: 0.75rem;
  }

  .sm\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 992px) {
  .md\:p-12 {
    padding: 0.75rem;
  }

  .md\:pt-12 {
    padding-top: 0.75rem;
  }

  .md\:pr-12 {
    padding-right: 0.75rem;
  }

  .md\:pb-12 {
    padding-bottom: 0.75rem;
  }

  .md\:pl-12 {
    padding-left: 0.75rem;
  }

  .md\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:m-12 {
    margin: 0.75rem;
  }

  .md\:mt-12 {
    margin-top: 0.75rem;
  }

  .md\:mr-12 {
    margin-right: 0.75rem;
  }

  .md\:mb-12 {
    margin-bottom: 0.75rem;
  }

  .md\:ml-12 {
    margin-left: 0.75rem;
  }

  .md\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .lg\:p-12 {
    padding: 0.75rem;
  }

  .lg\:pt-12 {
    padding-top: 0.75rem;
  }

  .lg\:pr-12 {
    padding-right: 0.75rem;
  }

  .lg\:pb-12 {
    padding-bottom: 0.75rem;
  }

  .lg\:pl-12 {
    padding-left: 0.75rem;
  }

  .lg\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:m-12 {
    margin: 0.75rem;
  }

  .lg\:mt-12 {
    margin-top: 0.75rem;
  }

  .lg\:mr-12 {
    margin-right: 0.75rem;
  }

  .lg\:mb-12 {
    margin-bottom: 0.75rem;
  }

  .lg\:ml-12 {
    margin-left: 0.75rem;
  }

  .lg\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.p-16 {
  padding: 1rem;
}

.pt-16 {
  padding-top: 1rem;
}

.pr-16 {
  padding-right: 1rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pl-16 {
  padding-left: 1rem;
}

.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.m-16 {
  margin: 1rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mr-16 {
  margin-right: 1rem;
}

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

.ml-16 {
  margin-left: 1rem;
}

.mx-16 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 1px) {
  .smdown\:p-16 {
    padding: 1rem;
  }

  .smdown\:pt-16 {
    padding-top: 1rem;
  }

  .smdown\:pr-16 {
    padding-right: 1rem;
  }

  .smdown\:pb-16 {
    padding-bottom: 1rem;
  }

  .smdown\:pl-16 {
    padding-left: 1rem;
  }

  .smdown\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .smdown\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .smdown\:m-16 {
    margin: 1rem;
  }

  .smdown\:mt-16 {
    margin-top: 1rem;
  }

  .smdown\:mr-16 {
    margin-right: 1rem;
  }

  .smdown\:mb-16 {
    margin-bottom: 1rem;
  }

  .smdown\:ml-16 {
    margin-left: 1rem;
  }

  .smdown\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .smdown\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 576px) {
  .sm\:p-16 {
    padding: 1rem;
  }

  .sm\:pt-16 {
    padding-top: 1rem;
  }

  .sm\:pr-16 {
    padding-right: 1rem;
  }

  .sm\:pb-16 {
    padding-bottom: 1rem;
  }

  .sm\:pl-16 {
    padding-left: 1rem;
  }

  .sm\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:m-16 {
    margin: 1rem;
  }

  .sm\:mt-16 {
    margin-top: 1rem;
  }

  .sm\:mr-16 {
    margin-right: 1rem;
  }

  .sm\:mb-16 {
    margin-bottom: 1rem;
  }

  .sm\:ml-16 {
    margin-left: 1rem;
  }

  .sm\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .md\:p-16 {
    padding: 1rem;
  }

  .md\:pt-16 {
    padding-top: 1rem;
  }

  .md\:pr-16 {
    padding-right: 1rem;
  }

  .md\:pb-16 {
    padding-bottom: 1rem;
  }

  .md\:pl-16 {
    padding-left: 1rem;
  }

  .md\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:m-16 {
    margin: 1rem;
  }

  .md\:mt-16 {
    margin-top: 1rem;
  }

  .md\:mr-16 {
    margin-right: 1rem;
  }

  .md\:mb-16 {
    margin-bottom: 1rem;
  }

  .md\:ml-16 {
    margin-left: 1rem;
  }

  .md\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1400px) {
  .lg\:p-16 {
    padding: 1rem;
  }

  .lg\:pt-16 {
    padding-top: 1rem;
  }

  .lg\:pr-16 {
    padding-right: 1rem;
  }

  .lg\:pb-16 {
    padding-bottom: 1rem;
  }

  .lg\:pl-16 {
    padding-left: 1rem;
  }

  .lg\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:m-16 {
    margin: 1rem;
  }

  .lg\:mt-16 {
    margin-top: 1rem;
  }

  .lg\:mr-16 {
    margin-right: 1rem;
  }

  .lg\:mb-16 {
    margin-bottom: 1rem;
  }

  .lg\:ml-16 {
    margin-left: 1rem;
  }

  .lg\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.p-20 {
  padding: 1.25rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pr-20 {
  padding-right: 1.25rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.m-20 {
  margin: 1.25rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.ml-20 {
  margin-left: 1.25rem;
}

.mx-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 1px) {
  .smdown\:p-20 {
    padding: 1.25rem;
  }

  .smdown\:pt-20 {
    padding-top: 1.25rem;
  }

  .smdown\:pr-20 {
    padding-right: 1.25rem;
  }

  .smdown\:pb-20 {
    padding-bottom: 1.25rem;
  }

  .smdown\:pl-20 {
    padding-left: 1.25rem;
  }

  .smdown\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .smdown\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .smdown\:m-20 {
    margin: 1.25rem;
  }

  .smdown\:mt-20 {
    margin-top: 1.25rem;
  }

  .smdown\:mr-20 {
    margin-right: 1.25rem;
  }

  .smdown\:mb-20 {
    margin-bottom: 1.25rem;
  }

  .smdown\:ml-20 {
    margin-left: 1.25rem;
  }

  .smdown\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .smdown\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 576px) {
  .sm\:p-20 {
    padding: 1.25rem;
  }

  .sm\:pt-20 {
    padding-top: 1.25rem;
  }

  .sm\:pr-20 {
    padding-right: 1.25rem;
  }

  .sm\:pb-20 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-20 {
    padding-left: 1.25rem;
  }

  .sm\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:m-20 {
    margin: 1.25rem;
  }

  .sm\:mt-20 {
    margin-top: 1.25rem;
  }

  .sm\:mr-20 {
    margin-right: 1.25rem;
  }

  .sm\:mb-20 {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-20 {
    margin-left: 1.25rem;
  }

  .sm\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .md\:p-20 {
    padding: 1.25rem;
  }

  .md\:pt-20 {
    padding-top: 1.25rem;
  }

  .md\:pr-20 {
    padding-right: 1.25rem;
  }

  .md\:pb-20 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-20 {
    padding-left: 1.25rem;
  }

  .md\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:m-20 {
    margin: 1.25rem;
  }

  .md\:mt-20 {
    margin-top: 1.25rem;
  }

  .md\:mr-20 {
    margin-right: 1.25rem;
  }

  .md\:mb-20 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-20 {
    margin-left: 1.25rem;
  }

  .md\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .lg\:p-20 {
    padding: 1.25rem;
  }

  .lg\:pt-20 {
    padding-top: 1.25rem;
  }

  .lg\:pr-20 {
    padding-right: 1.25rem;
  }

  .lg\:pb-20 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-20 {
    padding-left: 1.25rem;
  }

  .lg\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:m-20 {
    margin: 1.25rem;
  }

  .lg\:mt-20 {
    margin-top: 1.25rem;
  }

  .lg\:mr-20 {
    margin-right: 1.25rem;
  }

  .lg\:mb-20 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-20 {
    margin-left: 1.25rem;
  }

  .lg\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-24 {
  padding: 1.5rem;
}

.pt-24 {
  padding-top: 1.5rem;
}

.pr-24 {
  padding-right: 1.5rem;
}

.pb-24 {
  padding-bottom: 1.5rem;
}

.pl-24 {
  padding-left: 1.5rem;
}

.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.m-24 {
  margin: 1.5rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mr-24 {
  margin-right: 1.5rem;
}

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

.ml-24 {
  margin-left: 1.5rem;
}

.mx-24 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-24 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 1px) {
  .smdown\:p-24 {
    padding: 1.5rem;
  }

  .smdown\:pt-24 {
    padding-top: 1.5rem;
  }

  .smdown\:pr-24 {
    padding-right: 1.5rem;
  }

  .smdown\:pb-24 {
    padding-bottom: 1.5rem;
  }

  .smdown\:pl-24 {
    padding-left: 1.5rem;
  }

  .smdown\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .smdown\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .smdown\:m-24 {
    margin: 1.5rem;
  }

  .smdown\:mt-24 {
    margin-top: 1.5rem;
  }

  .smdown\:mr-24 {
    margin-right: 1.5rem;
  }

  .smdown\:mb-24 {
    margin-bottom: 1.5rem;
  }

  .smdown\:ml-24 {
    margin-left: 1.5rem;
  }

  .smdown\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .smdown\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 576px) {
  .sm\:p-24 {
    padding: 1.5rem;
  }

  .sm\:pt-24 {
    padding-top: 1.5rem;
  }

  .sm\:pr-24 {
    padding-right: 1.5rem;
  }

  .sm\:pb-24 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-24 {
    padding-left: 1.5rem;
  }

  .sm\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:m-24 {
    margin: 1.5rem;
  }

  .sm\:mt-24 {
    margin-top: 1.5rem;
  }

  .sm\:mr-24 {
    margin-right: 1.5rem;
  }

  .sm\:mb-24 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-24 {
    margin-left: 1.5rem;
  }

  .sm\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .md\:p-24 {
    padding: 1.5rem;
  }

  .md\:pt-24 {
    padding-top: 1.5rem;
  }

  .md\:pr-24 {
    padding-right: 1.5rem;
  }

  .md\:pb-24 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-24 {
    padding-left: 1.5rem;
  }

  .md\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:m-24 {
    margin: 1.5rem;
  }

  .md\:mt-24 {
    margin-top: 1.5rem;
  }

  .md\:mr-24 {
    margin-right: 1.5rem;
  }

  .md\:mb-24 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-24 {
    margin-left: 1.5rem;
  }

  .md\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .lg\:p-24 {
    padding: 1.5rem;
  }

  .lg\:pt-24 {
    padding-top: 1.5rem;
  }

  .lg\:pr-24 {
    padding-right: 1.5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-24 {
    padding-left: 1.5rem;
  }

  .lg\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:m-24 {
    margin: 1.5rem;
  }

  .lg\:mt-24 {
    margin-top: 1.5rem;
  }

  .lg\:mr-24 {
    margin-right: 1.5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-24 {
    margin-left: 1.5rem;
  }

  .lg\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-36 {
  padding: 2.25rem;
}

.pt-36 {
  padding-top: 2.25rem;
}

.pr-36 {
  padding-right: 2.25rem;
}

.pb-36 {
  padding-bottom: 2.25rem;
}

.pl-36 {
  padding-left: 2.25rem;
}

.px-36 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-36 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.m-36 {
  margin: 2.25rem;
}

.mt-36 {
  margin-top: 2.25rem;
}

.mr-36 {
  margin-right: 2.25rem;
}

.mb-36 {
  margin-bottom: 2.25rem;
}

.ml-36 {
  margin-left: 2.25rem;
}

.mx-36 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my-36 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

@media (min-width: 1px) {
  .smdown\:p-36 {
    padding: 2.25rem;
  }

  .smdown\:pt-36 {
    padding-top: 2.25rem;
  }

  .smdown\:pr-36 {
    padding-right: 2.25rem;
  }

  .smdown\:pb-36 {
    padding-bottom: 2.25rem;
  }

  .smdown\:pl-36 {
    padding-left: 2.25rem;
  }

  .smdown\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .smdown\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .smdown\:m-36 {
    margin: 2.25rem;
  }

  .smdown\:mt-36 {
    margin-top: 2.25rem;
  }

  .smdown\:mr-36 {
    margin-right: 2.25rem;
  }

  .smdown\:mb-36 {
    margin-bottom: 2.25rem;
  }

  .smdown\:ml-36 {
    margin-left: 2.25rem;
  }

  .smdown\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .smdown\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 576px) {
  .sm\:p-36 {
    padding: 2.25rem;
  }

  .sm\:pt-36 {
    padding-top: 2.25rem;
  }

  .sm\:pr-36 {
    padding-right: 2.25rem;
  }

  .sm\:pb-36 {
    padding-bottom: 2.25rem;
  }

  .sm\:pl-36 {
    padding-left: 2.25rem;
  }

  .sm\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:m-36 {
    margin: 2.25rem;
  }

  .sm\:mt-36 {
    margin-top: 2.25rem;
  }

  .sm\:mr-36 {
    margin-right: 2.25rem;
  }

  .sm\:mb-36 {
    margin-bottom: 2.25rem;
  }

  .sm\:ml-36 {
    margin-left: 2.25rem;
  }

  .sm\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 992px) {
  .md\:p-36 {
    padding: 2.25rem;
  }

  .md\:pt-36 {
    padding-top: 2.25rem;
  }

  .md\:pr-36 {
    padding-right: 2.25rem;
  }

  .md\:pb-36 {
    padding-bottom: 2.25rem;
  }

  .md\:pl-36 {
    padding-left: 2.25rem;
  }

  .md\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:m-36 {
    margin: 2.25rem;
  }

  .md\:mt-36 {
    margin-top: 2.25rem;
  }

  .md\:mr-36 {
    margin-right: 2.25rem;
  }

  .md\:mb-36 {
    margin-bottom: 2.25rem;
  }

  .md\:ml-36 {
    margin-left: 2.25rem;
  }

  .md\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .lg\:p-36 {
    padding: 2.25rem;
  }

  .lg\:pt-36 {
    padding-top: 2.25rem;
  }

  .lg\:pr-36 {
    padding-right: 2.25rem;
  }

  .lg\:pb-36 {
    padding-bottom: 2.25rem;
  }

  .lg\:pl-36 {
    padding-left: 2.25rem;
  }

  .lg\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:m-36 {
    margin: 2.25rem;
  }

  .lg\:mt-36 {
    margin-top: 2.25rem;
  }

  .lg\:mr-36 {
    margin-right: 2.25rem;
  }

  .lg\:mb-36 {
    margin-bottom: 2.25rem;
  }

  .lg\:ml-36 {
    margin-left: 2.25rem;
  }

  .lg\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
.p-auto {
  padding: auto;
}

.pt-auto {
  padding-top: auto;
}

.pr-auto {
  padding-right: auto;
}

.pb-auto {
  padding-bottom: auto;
}

.pl-auto {
  padding-left: auto;
}

.px-auto {
  padding-left: auto;
  padding-right: auto;
}

.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

@media (min-width: 1px) {
  .smdown\:p-auto {
    padding: auto;
  }

  .smdown\:pt-auto {
    padding-top: auto;
  }

  .smdown\:pr-auto {
    padding-right: auto;
  }

  .smdown\:pb-auto {
    padding-bottom: auto;
  }

  .smdown\:pl-auto {
    padding-left: auto;
  }

  .smdown\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .smdown\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .smdown\:m-auto {
    margin: auto;
  }

  .smdown\:mt-auto {
    margin-top: auto;
  }

  .smdown\:mr-auto {
    margin-right: auto;
  }

  .smdown\:mb-auto {
    margin-bottom: auto;
  }

  .smdown\:ml-auto {
    margin-left: auto;
  }

  .smdown\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .smdown\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 576px) {
  .sm\:p-auto {
    padding: auto;
  }

  .sm\:pt-auto {
    padding-top: auto;
  }

  .sm\:pr-auto {
    padding-right: auto;
  }

  .sm\:pb-auto {
    padding-bottom: auto;
  }

  .sm\:pl-auto {
    padding-left: auto;
  }

  .sm\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .sm\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 992px) {
  .md\:p-auto {
    padding: auto;
  }

  .md\:pt-auto {
    padding-top: auto;
  }

  .md\:pr-auto {
    padding-right: auto;
  }

  .md\:pb-auto {
    padding-bottom: auto;
  }

  .md\:pl-auto {
    padding-left: auto;
  }

  .md\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .md\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 1400px) {
  .lg\:p-auto {
    padding: auto;
  }

  .lg\:pt-auto {
    padding-top: auto;
  }

  .lg\:pr-auto {
    padding-right: auto;
  }

  .lg\:pb-auto {
    padding-bottom: auto;
  }

  .lg\:pl-auto {
    padding-left: auto;
  }

  .lg\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .lg\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
/* -------------------------------------------------- */
/* ==Grillade : système de micro-grille  de KNACSS   */
/* ------------------------------------------------ */
.grid {
  display: grid;
}
.grid.overflow-hidden {
  overflow: hidden;
}

@media (min-width: 1px) {
  .smdown\:grid {
    display: grid;
  }
}
@media (min-width: 576px) {
  .sm\:grid {
    display: grid;
  }
}
@media (min-width: 992px) {
  .md\:grid {
    display: grid;
  }
}
@media (min-width: 1400px) {
  .lg\:grid {
    display: grid;
  }
}
/* grid-template-columns initialisation */
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-13 {
  grid-template-columns: repeat(13, minmax(0, 1fr));
}

.grid-cols-14 {
  grid-template-columns: repeat(14, minmax(0, 1fr));
}

.grid-cols-15 {
  grid-template-columns: repeat(15, minmax(0, 1fr));
}

.grid-cols-16 {
  grid-template-columns: repeat(16, minmax(0, 1fr));
}

.grid-cols-17 {
  grid-template-columns: repeat(17, minmax(0, 1fr));
}

.grid-cols-18 {
  grid-template-columns: repeat(18, minmax(0, 1fr));
}

.grid-cols-19 {
  grid-template-columns: repeat(19, minmax(0, 1fr));
}

.grid-cols-20 {
  grid-template-columns: repeat(20, minmax(0, 1fr));
}

.grid-cols-21 {
  grid-template-columns: repeat(21, minmax(0, 1fr));
}

.grid-cols-22 {
  grid-template-columns: repeat(22, minmax(0, 1fr));
}

.grid-cols-23 {
  grid-template-columns: repeat(23, minmax(0, 1fr));
}

.grid-cols-24 {
  grid-template-columns: repeat(24, minmax(0, 1fr));
}

/* grid-template-columns au sein des breakpoints */
@media (min-width: 1px) {
  .smdown\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .smdown\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smdown\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .smdown\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .smdown\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .smdown\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .smdown\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .smdown\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .smdown\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .smdown\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .smdown\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .smdown\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .smdown\:grid-cols-13 {
    grid-template-columns: repeat(13, minmax(0, 1fr));
  }

  .smdown\:grid-cols-14 {
    grid-template-columns: repeat(14, minmax(0, 1fr));
  }

  .smdown\:grid-cols-15 {
    grid-template-columns: repeat(15, minmax(0, 1fr));
  }

  .smdown\:grid-cols-16 {
    grid-template-columns: repeat(16, minmax(0, 1fr));
  }

  .smdown\:grid-cols-17 {
    grid-template-columns: repeat(17, minmax(0, 1fr));
  }

  .smdown\:grid-cols-18 {
    grid-template-columns: repeat(18, minmax(0, 1fr));
  }

  .smdown\:grid-cols-19 {
    grid-template-columns: repeat(19, minmax(0, 1fr));
  }

  .smdown\:grid-cols-20 {
    grid-template-columns: repeat(20, minmax(0, 1fr));
  }

  .smdown\:grid-cols-21 {
    grid-template-columns: repeat(21, minmax(0, 1fr));
  }

  .smdown\:grid-cols-22 {
    grid-template-columns: repeat(22, minmax(0, 1fr));
  }

  .smdown\:grid-cols-23 {
    grid-template-columns: repeat(23, minmax(0, 1fr));
  }

  .smdown\:grid-cols-24 {
    grid-template-columns: repeat(24, minmax(0, 1fr));
  }
}
@media (min-width: 576px) {
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-13 {
    grid-template-columns: repeat(13, minmax(0, 1fr));
  }

  .sm\:grid-cols-14 {
    grid-template-columns: repeat(14, minmax(0, 1fr));
  }

  .sm\:grid-cols-15 {
    grid-template-columns: repeat(15, minmax(0, 1fr));
  }

  .sm\:grid-cols-16 {
    grid-template-columns: repeat(16, minmax(0, 1fr));
  }

  .sm\:grid-cols-17 {
    grid-template-columns: repeat(17, minmax(0, 1fr));
  }

  .sm\:grid-cols-18 {
    grid-template-columns: repeat(18, minmax(0, 1fr));
  }

  .sm\:grid-cols-19 {
    grid-template-columns: repeat(19, minmax(0, 1fr));
  }

  .sm\:grid-cols-20 {
    grid-template-columns: repeat(20, minmax(0, 1fr));
  }

  .sm\:grid-cols-21 {
    grid-template-columns: repeat(21, minmax(0, 1fr));
  }

  .sm\:grid-cols-22 {
    grid-template-columns: repeat(22, minmax(0, 1fr));
  }

  .sm\:grid-cols-23 {
    grid-template-columns: repeat(23, minmax(0, 1fr));
  }

  .sm\:grid-cols-24 {
    grid-template-columns: repeat(24, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-13 {
    grid-template-columns: repeat(13, minmax(0, 1fr));
  }

  .md\:grid-cols-14 {
    grid-template-columns: repeat(14, minmax(0, 1fr));
  }

  .md\:grid-cols-15 {
    grid-template-columns: repeat(15, minmax(0, 1fr));
  }

  .md\:grid-cols-16 {
    grid-template-columns: repeat(16, minmax(0, 1fr));
  }

  .md\:grid-cols-17 {
    grid-template-columns: repeat(17, minmax(0, 1fr));
  }

  .md\:grid-cols-18 {
    grid-template-columns: repeat(18, minmax(0, 1fr));
  }

  .md\:grid-cols-19 {
    grid-template-columns: repeat(19, minmax(0, 1fr));
  }

  .md\:grid-cols-20 {
    grid-template-columns: repeat(20, minmax(0, 1fr));
  }

  .md\:grid-cols-21 {
    grid-template-columns: repeat(21, minmax(0, 1fr));
  }

  .md\:grid-cols-22 {
    grid-template-columns: repeat(22, minmax(0, 1fr));
  }

  .md\:grid-cols-23 {
    grid-template-columns: repeat(23, minmax(0, 1fr));
  }

  .md\:grid-cols-24 {
    grid-template-columns: repeat(24, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-13 {
    grid-template-columns: repeat(13, minmax(0, 1fr));
  }

  .lg\:grid-cols-14 {
    grid-template-columns: repeat(14, minmax(0, 1fr));
  }

  .lg\:grid-cols-15 {
    grid-template-columns: repeat(15, minmax(0, 1fr));
  }

  .lg\:grid-cols-16 {
    grid-template-columns: repeat(16, minmax(0, 1fr));
  }

  .lg\:grid-cols-17 {
    grid-template-columns: repeat(17, minmax(0, 1fr));
  }

  .lg\:grid-cols-18 {
    grid-template-columns: repeat(18, minmax(0, 1fr));
  }

  .lg\:grid-cols-19 {
    grid-template-columns: repeat(19, minmax(0, 1fr));
  }

  .lg\:grid-cols-20 {
    grid-template-columns: repeat(20, minmax(0, 1fr));
  }

  .lg\:grid-cols-21 {
    grid-template-columns: repeat(21, minmax(0, 1fr));
  }

  .lg\:grid-cols-22 {
    grid-template-columns: repeat(22, minmax(0, 1fr));
  }

  .lg\:grid-cols-23 {
    grid-template-columns: repeat(23, minmax(0, 1fr));
  }

  .lg\:grid-cols-24 {
    grid-template-columns: repeat(24, minmax(0, 1fr));
  }
}
/* gap initialisation */
.gap-0 {
  gap: 0;
}

.gap-x-0 {
  column-gap: 0;
}

.gap-y-0 {
  row-gap: 0;
}

.gap-5 {
  gap: 0.313rem;
}

.gap-x-5 {
  column-gap: 0.313rem;
}

.gap-y-5 {
  row-gap: 0.313rem;
}

.gap-10 {
  gap: 0.625rem;
}

.gap-x-10 {
  column-gap: 0.625rem;
}

.gap-y-10 {
  row-gap: 0.625rem;
}

.gap-16 {
  gap: 1rem;
}

.gap-x-16 {
  column-gap: 1rem;
}

.gap-y-16 {
  row-gap: 1rem;
}

.gap-20 {
  gap: 1.25rem;
}

.gap-x-20 {
  column-gap: 1.25rem;
}

.gap-y-20 {
  row-gap: 1.25rem;
}

.gap-36 {
  gap: 2.25rem;
}

.gap-x-36 {
  column-gap: 2.25rem;
}

.gap-y-36 {
  row-gap: 2.25rem;
}

/* gap au sein des breakpoints */
@media (min-width: 1px) {
  .smdown\:gap-0 {
    gap: 0;
  }

  .smdown\:gap-x-0 {
    column-gap: 0;
  }

  .smdown\:gap-y-0 {
    row-gap: 0;
  }

  .smdown\:gap-5 {
    gap: 0.313rem;
  }

  .smdown\:gap-x-5 {
    column-gap: 0.313rem;
  }

  .smdown\:gap-y-5 {
    row-gap: 0.313rem;
  }

  .smdown\:gap-10 {
    gap: 0.625rem;
  }

  .smdown\:gap-x-10 {
    column-gap: 0.625rem;
  }

  .smdown\:gap-y-10 {
    row-gap: 0.625rem;
  }

  .smdown\:gap-16 {
    gap: 1rem;
  }

  .smdown\:gap-x-16 {
    column-gap: 1rem;
  }

  .smdown\:gap-y-16 {
    row-gap: 1rem;
  }

  .smdown\:gap-20 {
    gap: 1.25rem;
  }

  .smdown\:gap-x-20 {
    column-gap: 1.25rem;
  }

  .smdown\:gap-y-20 {
    row-gap: 1.25rem;
  }

  .smdown\:gap-36 {
    gap: 2.25rem;
  }

  .smdown\:gap-x-36 {
    column-gap: 2.25rem;
  }

  .smdown\:gap-y-36 {
    row-gap: 2.25rem;
  }
}
@media (min-width: 576px) {
  .sm\:gap-0 {
    gap: 0;
  }

  .sm\:gap-x-0 {
    column-gap: 0;
  }

  .sm\:gap-y-0 {
    row-gap: 0;
  }

  .sm\:gap-5 {
    gap: 0.313rem;
  }

  .sm\:gap-x-5 {
    column-gap: 0.313rem;
  }

  .sm\:gap-y-5 {
    row-gap: 0.313rem;
  }

  .sm\:gap-10 {
    gap: 0.625rem;
  }

  .sm\:gap-x-10 {
    column-gap: 0.625rem;
  }

  .sm\:gap-y-10 {
    row-gap: 0.625rem;
  }

  .sm\:gap-16 {
    gap: 1rem;
  }

  .sm\:gap-x-16 {
    column-gap: 1rem;
  }

  .sm\:gap-y-16 {
    row-gap: 1rem;
  }

  .sm\:gap-20 {
    gap: 1.25rem;
  }

  .sm\:gap-x-20 {
    column-gap: 1.25rem;
  }

  .sm\:gap-y-20 {
    row-gap: 1.25rem;
  }

  .sm\:gap-36 {
    gap: 2.25rem;
  }

  .sm\:gap-x-36 {
    column-gap: 2.25rem;
  }

  .sm\:gap-y-36 {
    row-gap: 2.25rem;
  }
}
@media (min-width: 992px) {
  .md\:gap-0 {
    gap: 0;
  }

  .md\:gap-x-0 {
    column-gap: 0;
  }

  .md\:gap-y-0 {
    row-gap: 0;
  }

  .md\:gap-5 {
    gap: 0.313rem;
  }

  .md\:gap-x-5 {
    column-gap: 0.313rem;
  }

  .md\:gap-y-5 {
    row-gap: 0.313rem;
  }

  .md\:gap-10 {
    gap: 0.625rem;
  }

  .md\:gap-x-10 {
    column-gap: 0.625rem;
  }

  .md\:gap-y-10 {
    row-gap: 0.625rem;
  }

  .md\:gap-16 {
    gap: 1rem;
  }

  .md\:gap-x-16 {
    column-gap: 1rem;
  }

  .md\:gap-y-16 {
    row-gap: 1rem;
  }

  .md\:gap-20 {
    gap: 1.25rem;
  }

  .md\:gap-x-20 {
    column-gap: 1.25rem;
  }

  .md\:gap-y-20 {
    row-gap: 1.25rem;
  }

  .md\:gap-36 {
    gap: 2.25rem;
  }

  .md\:gap-x-36 {
    column-gap: 2.25rem;
  }

  .md\:gap-y-36 {
    row-gap: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .lg\:gap-0 {
    gap: 0;
  }

  .lg\:gap-x-0 {
    column-gap: 0;
  }

  .lg\:gap-y-0 {
    row-gap: 0;
  }

  .lg\:gap-5 {
    gap: 0.313rem;
  }

  .lg\:gap-x-5 {
    column-gap: 0.313rem;
  }

  .lg\:gap-y-5 {
    row-gap: 0.313rem;
  }

  .lg\:gap-10 {
    gap: 0.625rem;
  }

  .lg\:gap-x-10 {
    column-gap: 0.625rem;
  }

  .lg\:gap-y-10 {
    row-gap: 0.625rem;
  }

  .lg\:gap-16 {
    gap: 1rem;
  }

  .lg\:gap-x-16 {
    column-gap: 1rem;
  }

  .lg\:gap-y-16 {
    row-gap: 1rem;
  }

  .lg\:gap-20 {
    gap: 1.25rem;
  }

  .lg\:gap-x-20 {
    column-gap: 1.25rem;
  }

  .lg\:gap-y-20 {
    row-gap: 1.25rem;
  }

  .lg\:gap-36 {
    gap: 2.25rem;
  }

  .lg\:gap-x-36 {
    column-gap: 2.25rem;
  }

  .lg\:gap-y-36 {
    row-gap: 2.25rem;
  }
}
/* grid-items initialisation */
.col-start-1 {
  grid-column-start: 1;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-span-1 {
  grid-row: span 1/span 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-span-2 {
  grid-row: span 2/span 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-span-3 {
  grid-row: span 3/span 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-span-4 {
  grid-row: span 4/span 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-span-5 {
  grid-column: span 5/span 5;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-span-5 {
  grid-row: span 5/span 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-span-6 {
  grid-row: span 6/span 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-span-7 {
  grid-column: span 7/span 7;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-end-7 {
  grid-row-end: 7;
}

.row-span-7 {
  grid-row: span 7/span 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-span-8 {
  grid-column: span 8/span 8;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-8 {
  grid-row-start: 8;
}

.row-end-8 {
  grid-row-end: 8;
}

.row-span-8 {
  grid-row: span 8/span 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-span-9 {
  grid-column: span 9/span 9;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-9 {
  grid-row-start: 9;
}

.row-end-9 {
  grid-row-end: 9;
}

.row-span-9 {
  grid-row: span 9/span 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-span-10 {
  grid-column: span 10/span 10;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-10 {
  grid-row-start: 10;
}

.row-end-10 {
  grid-row-end: 10;
}

.row-span-10 {
  grid-row: span 10/span 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-span-11 {
  grid-column: span 11/span 11;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-11 {
  grid-row-start: 11;
}

.row-end-11 {
  grid-row-end: 11;
}

.row-span-11 {
  grid-row: span 11/span 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-span-12 {
  grid-column: span 12/span 12;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-12 {
  grid-row-start: 12;
}

.row-end-12 {
  grid-row-end: 12;
}

.row-span-12 {
  grid-row: span 12/span 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-span-13 {
  grid-column: span 13/span 13;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-13 {
  grid-row-start: 13;
}

.row-end-13 {
  grid-row-end: 13;
}

.row-span-13 {
  grid-row: span 13/span 13;
}

.col-start-14 {
  grid-column-start: 14;
}

.col-end-14 {
  grid-column-end: 14;
}

.col-span-14 {
  grid-column: span 14/span 14;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-14 {
  grid-row-start: 14;
}

.row-end-14 {
  grid-row-end: 14;
}

.row-span-14 {
  grid-row: span 14/span 14;
}

.col-start-15 {
  grid-column-start: 15;
}

.col-end-15 {
  grid-column-end: 15;
}

.col-span-15 {
  grid-column: span 15/span 15;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-15 {
  grid-row-start: 15;
}

.row-end-15 {
  grid-row-end: 15;
}

.row-span-15 {
  grid-row: span 15/span 15;
}

.col-start-16 {
  grid-column-start: 16;
}

.col-end-16 {
  grid-column-end: 16;
}

.col-span-16 {
  grid-column: span 16/span 16;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-16 {
  grid-row-start: 16;
}

.row-end-16 {
  grid-row-end: 16;
}

.row-span-16 {
  grid-row: span 16/span 16;
}

.col-start-17 {
  grid-column-start: 17;
}

.col-end-17 {
  grid-column-end: 17;
}

.col-span-17 {
  grid-column: span 17/span 17;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-17 {
  grid-row-start: 17;
}

.row-end-17 {
  grid-row-end: 17;
}

.row-span-17 {
  grid-row: span 17/span 17;
}

.col-start-18 {
  grid-column-start: 18;
}

.col-end-18 {
  grid-column-end: 18;
}

.col-span-18 {
  grid-column: span 18/span 18;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-18 {
  grid-row-start: 18;
}

.row-end-18 {
  grid-row-end: 18;
}

.row-span-18 {
  grid-row: span 18/span 18;
}

.col-start-19 {
  grid-column-start: 19;
}

.col-end-19 {
  grid-column-end: 19;
}

.col-span-19 {
  grid-column: span 19/span 19;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-19 {
  grid-row-start: 19;
}

.row-end-19 {
  grid-row-end: 19;
}

.row-span-19 {
  grid-row: span 19/span 19;
}

.col-start-20 {
  grid-column-start: 20;
}

.col-end-20 {
  grid-column-end: 20;
}

.col-span-20 {
  grid-column: span 20/span 20;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-20 {
  grid-row-start: 20;
}

.row-end-20 {
  grid-row-end: 20;
}

.row-span-20 {
  grid-row: span 20/span 20;
}

.col-start-21 {
  grid-column-start: 21;
}

.col-end-21 {
  grid-column-end: 21;
}

.col-span-21 {
  grid-column: span 21/span 21;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-21 {
  grid-row-start: 21;
}

.row-end-21 {
  grid-row-end: 21;
}

.row-span-21 {
  grid-row: span 21/span 21;
}

.col-start-22 {
  grid-column-start: 22;
}

.col-end-22 {
  grid-column-end: 22;
}

.col-span-22 {
  grid-column: span 22/span 22;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-22 {
  grid-row-start: 22;
}

.row-end-22 {
  grid-row-end: 22;
}

.row-span-22 {
  grid-row: span 22/span 22;
}

.col-start-23 {
  grid-column-start: 23;
}

.col-end-23 {
  grid-column-end: 23;
}

.col-span-23 {
  grid-column: span 23/span 23;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-23 {
  grid-row-start: 23;
}

.row-end-23 {
  grid-row-end: 23;
}

.row-span-23 {
  grid-row: span 23/span 23;
}

.col-start-24 {
  grid-column-start: 24;
}

.col-end-24 {
  grid-column-end: 24;
}

.col-span-24 {
  grid-column: span 24/span 24;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-24 {
  grid-row-start: 24;
}

.row-end-24 {
  grid-row-end: 24;
}

.row-span-24 {
  grid-row: span 24/span 24;
}

/* grid-items au sein des breakpoints */
@media (min-width: 1px) {
  .smdown\:col-start-1 {
    grid-column-start: 1;
  }

  .smdown\:col-end-1 {
    grid-column-end: 1;
  }

  .smdown\:col-span-1 {
    grid-column: span 1/span 1;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-1 {
    grid-row-start: 1;
  }

  .smdown\:row-end-1 {
    grid-row-end: 1;
  }

  .smdown\:row-span-1 {
    grid-row: span 1/span 1;
  }

  .smdown\:col-start-2 {
    grid-column-start: 2;
  }

  .smdown\:col-end-2 {
    grid-column-end: 2;
  }

  .smdown\:col-span-2 {
    grid-column: span 2/span 2;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-2 {
    grid-row-start: 2;
  }

  .smdown\:row-end-2 {
    grid-row-end: 2;
  }

  .smdown\:row-span-2 {
    grid-row: span 2/span 2;
  }

  .smdown\:col-start-3 {
    grid-column-start: 3;
  }

  .smdown\:col-end-3 {
    grid-column-end: 3;
  }

  .smdown\:col-span-3 {
    grid-column: span 3/span 3;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-3 {
    grid-row-start: 3;
  }

  .smdown\:row-end-3 {
    grid-row-end: 3;
  }

  .smdown\:row-span-3 {
    grid-row: span 3/span 3;
  }

  .smdown\:col-start-4 {
    grid-column-start: 4;
  }

  .smdown\:col-end-4 {
    grid-column-end: 4;
  }

  .smdown\:col-span-4 {
    grid-column: span 4/span 4;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-4 {
    grid-row-start: 4;
  }

  .smdown\:row-end-4 {
    grid-row-end: 4;
  }

  .smdown\:row-span-4 {
    grid-row: span 4/span 4;
  }

  .smdown\:col-start-5 {
    grid-column-start: 5;
  }

  .smdown\:col-end-5 {
    grid-column-end: 5;
  }

  .smdown\:col-span-5 {
    grid-column: span 5/span 5;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-5 {
    grid-row-start: 5;
  }

  .smdown\:row-end-5 {
    grid-row-end: 5;
  }

  .smdown\:row-span-5 {
    grid-row: span 5/span 5;
  }

  .smdown\:col-start-6 {
    grid-column-start: 6;
  }

  .smdown\:col-end-6 {
    grid-column-end: 6;
  }

  .smdown\:col-span-6 {
    grid-column: span 6/span 6;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-6 {
    grid-row-start: 6;
  }

  .smdown\:row-end-6 {
    grid-row-end: 6;
  }

  .smdown\:row-span-6 {
    grid-row: span 6/span 6;
  }

  .smdown\:col-start-7 {
    grid-column-start: 7;
  }

  .smdown\:col-end-7 {
    grid-column-end: 7;
  }

  .smdown\:col-span-7 {
    grid-column: span 7/span 7;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-7 {
    grid-row-start: 7;
  }

  .smdown\:row-end-7 {
    grid-row-end: 7;
  }

  .smdown\:row-span-7 {
    grid-row: span 7/span 7;
  }

  .smdown\:col-start-8 {
    grid-column-start: 8;
  }

  .smdown\:col-end-8 {
    grid-column-end: 8;
  }

  .smdown\:col-span-8 {
    grid-column: span 8/span 8;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-8 {
    grid-row-start: 8;
  }

  .smdown\:row-end-8 {
    grid-row-end: 8;
  }

  .smdown\:row-span-8 {
    grid-row: span 8/span 8;
  }

  .smdown\:col-start-9 {
    grid-column-start: 9;
  }

  .smdown\:col-end-9 {
    grid-column-end: 9;
  }

  .smdown\:col-span-9 {
    grid-column: span 9/span 9;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-9 {
    grid-row-start: 9;
  }

  .smdown\:row-end-9 {
    grid-row-end: 9;
  }

  .smdown\:row-span-9 {
    grid-row: span 9/span 9;
  }

  .smdown\:col-start-10 {
    grid-column-start: 10;
  }

  .smdown\:col-end-10 {
    grid-column-end: 10;
  }

  .smdown\:col-span-10 {
    grid-column: span 10/span 10;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-10 {
    grid-row-start: 10;
  }

  .smdown\:row-end-10 {
    grid-row-end: 10;
  }

  .smdown\:row-span-10 {
    grid-row: span 10/span 10;
  }

  .smdown\:col-start-11 {
    grid-column-start: 11;
  }

  .smdown\:col-end-11 {
    grid-column-end: 11;
  }

  .smdown\:col-span-11 {
    grid-column: span 11/span 11;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-11 {
    grid-row-start: 11;
  }

  .smdown\:row-end-11 {
    grid-row-end: 11;
  }

  .smdown\:row-span-11 {
    grid-row: span 11/span 11;
  }

  .smdown\:col-start-12 {
    grid-column-start: 12;
  }

  .smdown\:col-end-12 {
    grid-column-end: 12;
  }

  .smdown\:col-span-12 {
    grid-column: span 12/span 12;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-12 {
    grid-row-start: 12;
  }

  .smdown\:row-end-12 {
    grid-row-end: 12;
  }

  .smdown\:row-span-12 {
    grid-row: span 12/span 12;
  }

  .smdown\:col-start-13 {
    grid-column-start: 13;
  }

  .smdown\:col-end-13 {
    grid-column-end: 13;
  }

  .smdown\:col-span-13 {
    grid-column: span 13/span 13;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-13 {
    grid-row-start: 13;
  }

  .smdown\:row-end-13 {
    grid-row-end: 13;
  }

  .smdown\:row-span-13 {
    grid-row: span 13/span 13;
  }

  .smdown\:col-start-14 {
    grid-column-start: 14;
  }

  .smdown\:col-end-14 {
    grid-column-end: 14;
  }

  .smdown\:col-span-14 {
    grid-column: span 14/span 14;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-14 {
    grid-row-start: 14;
  }

  .smdown\:row-end-14 {
    grid-row-end: 14;
  }

  .smdown\:row-span-14 {
    grid-row: span 14/span 14;
  }

  .smdown\:col-start-15 {
    grid-column-start: 15;
  }

  .smdown\:col-end-15 {
    grid-column-end: 15;
  }

  .smdown\:col-span-15 {
    grid-column: span 15/span 15;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-15 {
    grid-row-start: 15;
  }

  .smdown\:row-end-15 {
    grid-row-end: 15;
  }

  .smdown\:row-span-15 {
    grid-row: span 15/span 15;
  }

  .smdown\:col-start-16 {
    grid-column-start: 16;
  }

  .smdown\:col-end-16 {
    grid-column-end: 16;
  }

  .smdown\:col-span-16 {
    grid-column: span 16/span 16;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-16 {
    grid-row-start: 16;
  }

  .smdown\:row-end-16 {
    grid-row-end: 16;
  }

  .smdown\:row-span-16 {
    grid-row: span 16/span 16;
  }

  .smdown\:col-start-17 {
    grid-column-start: 17;
  }

  .smdown\:col-end-17 {
    grid-column-end: 17;
  }

  .smdown\:col-span-17 {
    grid-column: span 17/span 17;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-17 {
    grid-row-start: 17;
  }

  .smdown\:row-end-17 {
    grid-row-end: 17;
  }

  .smdown\:row-span-17 {
    grid-row: span 17/span 17;
  }

  .smdown\:col-start-18 {
    grid-column-start: 18;
  }

  .smdown\:col-end-18 {
    grid-column-end: 18;
  }

  .smdown\:col-span-18 {
    grid-column: span 18/span 18;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-18 {
    grid-row-start: 18;
  }

  .smdown\:row-end-18 {
    grid-row-end: 18;
  }

  .smdown\:row-span-18 {
    grid-row: span 18/span 18;
  }

  .smdown\:col-start-19 {
    grid-column-start: 19;
  }

  .smdown\:col-end-19 {
    grid-column-end: 19;
  }

  .smdown\:col-span-19 {
    grid-column: span 19/span 19;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-19 {
    grid-row-start: 19;
  }

  .smdown\:row-end-19 {
    grid-row-end: 19;
  }

  .smdown\:row-span-19 {
    grid-row: span 19/span 19;
  }

  .smdown\:col-start-20 {
    grid-column-start: 20;
  }

  .smdown\:col-end-20 {
    grid-column-end: 20;
  }

  .smdown\:col-span-20 {
    grid-column: span 20/span 20;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-20 {
    grid-row-start: 20;
  }

  .smdown\:row-end-20 {
    grid-row-end: 20;
  }

  .smdown\:row-span-20 {
    grid-row: span 20/span 20;
  }

  .smdown\:col-start-21 {
    grid-column-start: 21;
  }

  .smdown\:col-end-21 {
    grid-column-end: 21;
  }

  .smdown\:col-span-21 {
    grid-column: span 21/span 21;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-21 {
    grid-row-start: 21;
  }

  .smdown\:row-end-21 {
    grid-row-end: 21;
  }

  .smdown\:row-span-21 {
    grid-row: span 21/span 21;
  }

  .smdown\:col-start-22 {
    grid-column-start: 22;
  }

  .smdown\:col-end-22 {
    grid-column-end: 22;
  }

  .smdown\:col-span-22 {
    grid-column: span 22/span 22;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-22 {
    grid-row-start: 22;
  }

  .smdown\:row-end-22 {
    grid-row-end: 22;
  }

  .smdown\:row-span-22 {
    grid-row: span 22/span 22;
  }

  .smdown\:col-start-23 {
    grid-column-start: 23;
  }

  .smdown\:col-end-23 {
    grid-column-end: 23;
  }

  .smdown\:col-span-23 {
    grid-column: span 23/span 23;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-23 {
    grid-row-start: 23;
  }

  .smdown\:row-end-23 {
    grid-row-end: 23;
  }

  .smdown\:row-span-23 {
    grid-row: span 23/span 23;
  }

  .smdown\:col-start-24 {
    grid-column-start: 24;
  }

  .smdown\:col-end-24 {
    grid-column-end: 24;
  }

  .smdown\:col-span-24 {
    grid-column: span 24/span 24;
  }

  .smdown\:col-span-full {
    grid-column: 1/-1;
  }

  .smdown\:row-start-24 {
    grid-row-start: 24;
  }

  .smdown\:row-end-24 {
    grid-row-end: 24;
  }

  .smdown\:row-span-24 {
    grid-row: span 24/span 24;
  }
}
@media (min-width: 576px) {
  .sm\:col-start-1 {
    grid-column-start: 1;
  }

  .sm\:col-end-1 {
    grid-column-end: 1;
  }

  .sm\:col-span-1 {
    grid-column: span 1/span 1;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-1 {
    grid-row-start: 1;
  }

  .sm\:row-end-1 {
    grid-row-end: 1;
  }

  .sm\:row-span-1 {
    grid-row: span 1/span 1;
  }

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-end-2 {
    grid-column-end: 2;
  }

  .sm\:col-span-2 {
    grid-column: span 2/span 2;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-2 {
    grid-row-start: 2;
  }

  .sm\:row-end-2 {
    grid-row-end: 2;
  }

  .sm\:row-span-2 {
    grid-row: span 2/span 2;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:col-end-3 {
    grid-column-end: 3;
  }

  .sm\:col-span-3 {
    grid-column: span 3/span 3;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-3 {
    grid-row-start: 3;
  }

  .sm\:row-end-3 {
    grid-row-end: 3;
  }

  .sm\:row-span-3 {
    grid-row: span 3/span 3;
  }

  .sm\:col-start-4 {
    grid-column-start: 4;
  }

  .sm\:col-end-4 {
    grid-column-end: 4;
  }

  .sm\:col-span-4 {
    grid-column: span 4/span 4;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-4 {
    grid-row-start: 4;
  }

  .sm\:row-end-4 {
    grid-row-end: 4;
  }

  .sm\:row-span-4 {
    grid-row: span 4/span 4;
  }

  .sm\:col-start-5 {
    grid-column-start: 5;
  }

  .sm\:col-end-5 {
    grid-column-end: 5;
  }

  .sm\:col-span-5 {
    grid-column: span 5/span 5;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-5 {
    grid-row-start: 5;
  }

  .sm\:row-end-5 {
    grid-row-end: 5;
  }

  .sm\:row-span-5 {
    grid-row: span 5/span 5;
  }

  .sm\:col-start-6 {
    grid-column-start: 6;
  }

  .sm\:col-end-6 {
    grid-column-end: 6;
  }

  .sm\:col-span-6 {
    grid-column: span 6/span 6;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-6 {
    grid-row-start: 6;
  }

  .sm\:row-end-6 {
    grid-row-end: 6;
  }

  .sm\:row-span-6 {
    grid-row: span 6/span 6;
  }

  .sm\:col-start-7 {
    grid-column-start: 7;
  }

  .sm\:col-end-7 {
    grid-column-end: 7;
  }

  .sm\:col-span-7 {
    grid-column: span 7/span 7;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-7 {
    grid-row-start: 7;
  }

  .sm\:row-end-7 {
    grid-row-end: 7;
  }

  .sm\:row-span-7 {
    grid-row: span 7/span 7;
  }

  .sm\:col-start-8 {
    grid-column-start: 8;
  }

  .sm\:col-end-8 {
    grid-column-end: 8;
  }

  .sm\:col-span-8 {
    grid-column: span 8/span 8;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-8 {
    grid-row-start: 8;
  }

  .sm\:row-end-8 {
    grid-row-end: 8;
  }

  .sm\:row-span-8 {
    grid-row: span 8/span 8;
  }

  .sm\:col-start-9 {
    grid-column-start: 9;
  }

  .sm\:col-end-9 {
    grid-column-end: 9;
  }

  .sm\:col-span-9 {
    grid-column: span 9/span 9;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-9 {
    grid-row-start: 9;
  }

  .sm\:row-end-9 {
    grid-row-end: 9;
  }

  .sm\:row-span-9 {
    grid-row: span 9/span 9;
  }

  .sm\:col-start-10 {
    grid-column-start: 10;
  }

  .sm\:col-end-10 {
    grid-column-end: 10;
  }

  .sm\:col-span-10 {
    grid-column: span 10/span 10;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-10 {
    grid-row-start: 10;
  }

  .sm\:row-end-10 {
    grid-row-end: 10;
  }

  .sm\:row-span-10 {
    grid-row: span 10/span 10;
  }

  .sm\:col-start-11 {
    grid-column-start: 11;
  }

  .sm\:col-end-11 {
    grid-column-end: 11;
  }

  .sm\:col-span-11 {
    grid-column: span 11/span 11;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-11 {
    grid-row-start: 11;
  }

  .sm\:row-end-11 {
    grid-row-end: 11;
  }

  .sm\:row-span-11 {
    grid-row: span 11/span 11;
  }

  .sm\:col-start-12 {
    grid-column-start: 12;
  }

  .sm\:col-end-12 {
    grid-column-end: 12;
  }

  .sm\:col-span-12 {
    grid-column: span 12/span 12;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-12 {
    grid-row-start: 12;
  }

  .sm\:row-end-12 {
    grid-row-end: 12;
  }

  .sm\:row-span-12 {
    grid-row: span 12/span 12;
  }

  .sm\:col-start-13 {
    grid-column-start: 13;
  }

  .sm\:col-end-13 {
    grid-column-end: 13;
  }

  .sm\:col-span-13 {
    grid-column: span 13/span 13;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-13 {
    grid-row-start: 13;
  }

  .sm\:row-end-13 {
    grid-row-end: 13;
  }

  .sm\:row-span-13 {
    grid-row: span 13/span 13;
  }

  .sm\:col-start-14 {
    grid-column-start: 14;
  }

  .sm\:col-end-14 {
    grid-column-end: 14;
  }

  .sm\:col-span-14 {
    grid-column: span 14/span 14;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-14 {
    grid-row-start: 14;
  }

  .sm\:row-end-14 {
    grid-row-end: 14;
  }

  .sm\:row-span-14 {
    grid-row: span 14/span 14;
  }

  .sm\:col-start-15 {
    grid-column-start: 15;
  }

  .sm\:col-end-15 {
    grid-column-end: 15;
  }

  .sm\:col-span-15 {
    grid-column: span 15/span 15;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-15 {
    grid-row-start: 15;
  }

  .sm\:row-end-15 {
    grid-row-end: 15;
  }

  .sm\:row-span-15 {
    grid-row: span 15/span 15;
  }

  .sm\:col-start-16 {
    grid-column-start: 16;
  }

  .sm\:col-end-16 {
    grid-column-end: 16;
  }

  .sm\:col-span-16 {
    grid-column: span 16/span 16;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-16 {
    grid-row-start: 16;
  }

  .sm\:row-end-16 {
    grid-row-end: 16;
  }

  .sm\:row-span-16 {
    grid-row: span 16/span 16;
  }

  .sm\:col-start-17 {
    grid-column-start: 17;
  }

  .sm\:col-end-17 {
    grid-column-end: 17;
  }

  .sm\:col-span-17 {
    grid-column: span 17/span 17;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-17 {
    grid-row-start: 17;
  }

  .sm\:row-end-17 {
    grid-row-end: 17;
  }

  .sm\:row-span-17 {
    grid-row: span 17/span 17;
  }

  .sm\:col-start-18 {
    grid-column-start: 18;
  }

  .sm\:col-end-18 {
    grid-column-end: 18;
  }

  .sm\:col-span-18 {
    grid-column: span 18/span 18;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-18 {
    grid-row-start: 18;
  }

  .sm\:row-end-18 {
    grid-row-end: 18;
  }

  .sm\:row-span-18 {
    grid-row: span 18/span 18;
  }

  .sm\:col-start-19 {
    grid-column-start: 19;
  }

  .sm\:col-end-19 {
    grid-column-end: 19;
  }

  .sm\:col-span-19 {
    grid-column: span 19/span 19;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-19 {
    grid-row-start: 19;
  }

  .sm\:row-end-19 {
    grid-row-end: 19;
  }

  .sm\:row-span-19 {
    grid-row: span 19/span 19;
  }

  .sm\:col-start-20 {
    grid-column-start: 20;
  }

  .sm\:col-end-20 {
    grid-column-end: 20;
  }

  .sm\:col-span-20 {
    grid-column: span 20/span 20;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-20 {
    grid-row-start: 20;
  }

  .sm\:row-end-20 {
    grid-row-end: 20;
  }

  .sm\:row-span-20 {
    grid-row: span 20/span 20;
  }

  .sm\:col-start-21 {
    grid-column-start: 21;
  }

  .sm\:col-end-21 {
    grid-column-end: 21;
  }

  .sm\:col-span-21 {
    grid-column: span 21/span 21;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-21 {
    grid-row-start: 21;
  }

  .sm\:row-end-21 {
    grid-row-end: 21;
  }

  .sm\:row-span-21 {
    grid-row: span 21/span 21;
  }

  .sm\:col-start-22 {
    grid-column-start: 22;
  }

  .sm\:col-end-22 {
    grid-column-end: 22;
  }

  .sm\:col-span-22 {
    grid-column: span 22/span 22;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-22 {
    grid-row-start: 22;
  }

  .sm\:row-end-22 {
    grid-row-end: 22;
  }

  .sm\:row-span-22 {
    grid-row: span 22/span 22;
  }

  .sm\:col-start-23 {
    grid-column-start: 23;
  }

  .sm\:col-end-23 {
    grid-column-end: 23;
  }

  .sm\:col-span-23 {
    grid-column: span 23/span 23;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-23 {
    grid-row-start: 23;
  }

  .sm\:row-end-23 {
    grid-row-end: 23;
  }

  .sm\:row-span-23 {
    grid-row: span 23/span 23;
  }

  .sm\:col-start-24 {
    grid-column-start: 24;
  }

  .sm\:col-end-24 {
    grid-column-end: 24;
  }

  .sm\:col-span-24 {
    grid-column: span 24/span 24;
  }

  .sm\:col-span-full {
    grid-column: 1/-1;
  }

  .sm\:row-start-24 {
    grid-row-start: 24;
  }

  .sm\:row-end-24 {
    grid-row-end: 24;
  }

  .sm\:row-span-24 {
    grid-row: span 24/span 24;
  }
}
@media (min-width: 992px) {
  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-end-1 {
    grid-column-end: 1;
  }

  .md\:col-span-1 {
    grid-column: span 1/span 1;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-end-1 {
    grid-row-end: 1;
  }

  .md\:row-span-1 {
    grid-row: span 1/span 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-end-2 {
    grid-column-end: 2;
  }

  .md\:col-span-2 {
    grid-column: span 2/span 2;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-end-2 {
    grid-row-end: 2;
  }

  .md\:row-span-2 {
    grid-row: span 2/span 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-end-3 {
    grid-column-end: 3;
  }

  .md\:col-span-3 {
    grid-column: span 3/span 3;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-3 {
    grid-row-start: 3;
  }

  .md\:row-end-3 {
    grid-row-end: 3;
  }

  .md\:row-span-3 {
    grid-row: span 3/span 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-end-4 {
    grid-column-end: 4;
  }

  .md\:col-span-4 {
    grid-column: span 4/span 4;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-4 {
    grid-row-start: 4;
  }

  .md\:row-end-4 {
    grid-row-end: 4;
  }

  .md\:row-span-4 {
    grid-row: span 4/span 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-end-5 {
    grid-column-end: 5;
  }

  .md\:col-span-5 {
    grid-column: span 5/span 5;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-5 {
    grid-row-start: 5;
  }

  .md\:row-end-5 {
    grid-row-end: 5;
  }

  .md\:row-span-5 {
    grid-row: span 5/span 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-end-6 {
    grid-column-end: 6;
  }

  .md\:col-span-6 {
    grid-column: span 6/span 6;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-6 {
    grid-row-start: 6;
  }

  .md\:row-end-6 {
    grid-row-end: 6;
  }

  .md\:row-span-6 {
    grid-row: span 6/span 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-end-7 {
    grid-column-end: 7;
  }

  .md\:col-span-7 {
    grid-column: span 7/span 7;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-7 {
    grid-row-start: 7;
  }

  .md\:row-end-7 {
    grid-row-end: 7;
  }

  .md\:row-span-7 {
    grid-row: span 7/span 7;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-end-8 {
    grid-column-end: 8;
  }

  .md\:col-span-8 {
    grid-column: span 8/span 8;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-8 {
    grid-row-start: 8;
  }

  .md\:row-end-8 {
    grid-row-end: 8;
  }

  .md\:row-span-8 {
    grid-row: span 8/span 8;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-end-9 {
    grid-column-end: 9;
  }

  .md\:col-span-9 {
    grid-column: span 9/span 9;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-9 {
    grid-row-start: 9;
  }

  .md\:row-end-9 {
    grid-row-end: 9;
  }

  .md\:row-span-9 {
    grid-row: span 9/span 9;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-end-10 {
    grid-column-end: 10;
  }

  .md\:col-span-10 {
    grid-column: span 10/span 10;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-10 {
    grid-row-start: 10;
  }

  .md\:row-end-10 {
    grid-row-end: 10;
  }

  .md\:row-span-10 {
    grid-row: span 10/span 10;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-end-11 {
    grid-column-end: 11;
  }

  .md\:col-span-11 {
    grid-column: span 11/span 11;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-11 {
    grid-row-start: 11;
  }

  .md\:row-end-11 {
    grid-row-end: 11;
  }

  .md\:row-span-11 {
    grid-row: span 11/span 11;
  }

  .md\:col-start-12 {
    grid-column-start: 12;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-span-12 {
    grid-column: span 12/span 12;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-12 {
    grid-row-start: 12;
  }

  .md\:row-end-12 {
    grid-row-end: 12;
  }

  .md\:row-span-12 {
    grid-row: span 12/span 12;
  }

  .md\:col-start-13 {
    grid-column-start: 13;
  }

  .md\:col-end-13 {
    grid-column-end: 13;
  }

  .md\:col-span-13 {
    grid-column: span 13/span 13;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-13 {
    grid-row-start: 13;
  }

  .md\:row-end-13 {
    grid-row-end: 13;
  }

  .md\:row-span-13 {
    grid-row: span 13/span 13;
  }

  .md\:col-start-14 {
    grid-column-start: 14;
  }

  .md\:col-end-14 {
    grid-column-end: 14;
  }

  .md\:col-span-14 {
    grid-column: span 14/span 14;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-14 {
    grid-row-start: 14;
  }

  .md\:row-end-14 {
    grid-row-end: 14;
  }

  .md\:row-span-14 {
    grid-row: span 14/span 14;
  }

  .md\:col-start-15 {
    grid-column-start: 15;
  }

  .md\:col-end-15 {
    grid-column-end: 15;
  }

  .md\:col-span-15 {
    grid-column: span 15/span 15;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-15 {
    grid-row-start: 15;
  }

  .md\:row-end-15 {
    grid-row-end: 15;
  }

  .md\:row-span-15 {
    grid-row: span 15/span 15;
  }

  .md\:col-start-16 {
    grid-column-start: 16;
  }

  .md\:col-end-16 {
    grid-column-end: 16;
  }

  .md\:col-span-16 {
    grid-column: span 16/span 16;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-16 {
    grid-row-start: 16;
  }

  .md\:row-end-16 {
    grid-row-end: 16;
  }

  .md\:row-span-16 {
    grid-row: span 16/span 16;
  }

  .md\:col-start-17 {
    grid-column-start: 17;
  }

  .md\:col-end-17 {
    grid-column-end: 17;
  }

  .md\:col-span-17 {
    grid-column: span 17/span 17;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-17 {
    grid-row-start: 17;
  }

  .md\:row-end-17 {
    grid-row-end: 17;
  }

  .md\:row-span-17 {
    grid-row: span 17/span 17;
  }

  .md\:col-start-18 {
    grid-column-start: 18;
  }

  .md\:col-end-18 {
    grid-column-end: 18;
  }

  .md\:col-span-18 {
    grid-column: span 18/span 18;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-18 {
    grid-row-start: 18;
  }

  .md\:row-end-18 {
    grid-row-end: 18;
  }

  .md\:row-span-18 {
    grid-row: span 18/span 18;
  }

  .md\:col-start-19 {
    grid-column-start: 19;
  }

  .md\:col-end-19 {
    grid-column-end: 19;
  }

  .md\:col-span-19 {
    grid-column: span 19/span 19;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-19 {
    grid-row-start: 19;
  }

  .md\:row-end-19 {
    grid-row-end: 19;
  }

  .md\:row-span-19 {
    grid-row: span 19/span 19;
  }

  .md\:col-start-20 {
    grid-column-start: 20;
  }

  .md\:col-end-20 {
    grid-column-end: 20;
  }

  .md\:col-span-20 {
    grid-column: span 20/span 20;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-20 {
    grid-row-start: 20;
  }

  .md\:row-end-20 {
    grid-row-end: 20;
  }

  .md\:row-span-20 {
    grid-row: span 20/span 20;
  }

  .md\:col-start-21 {
    grid-column-start: 21;
  }

  .md\:col-end-21 {
    grid-column-end: 21;
  }

  .md\:col-span-21 {
    grid-column: span 21/span 21;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-21 {
    grid-row-start: 21;
  }

  .md\:row-end-21 {
    grid-row-end: 21;
  }

  .md\:row-span-21 {
    grid-row: span 21/span 21;
  }

  .md\:col-start-22 {
    grid-column-start: 22;
  }

  .md\:col-end-22 {
    grid-column-end: 22;
  }

  .md\:col-span-22 {
    grid-column: span 22/span 22;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-22 {
    grid-row-start: 22;
  }

  .md\:row-end-22 {
    grid-row-end: 22;
  }

  .md\:row-span-22 {
    grid-row: span 22/span 22;
  }

  .md\:col-start-23 {
    grid-column-start: 23;
  }

  .md\:col-end-23 {
    grid-column-end: 23;
  }

  .md\:col-span-23 {
    grid-column: span 23/span 23;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-23 {
    grid-row-start: 23;
  }

  .md\:row-end-23 {
    grid-row-end: 23;
  }

  .md\:row-span-23 {
    grid-row: span 23/span 23;
  }

  .md\:col-start-24 {
    grid-column-start: 24;
  }

  .md\:col-end-24 {
    grid-column-end: 24;
  }

  .md\:col-span-24 {
    grid-column: span 24/span 24;
  }

  .md\:col-span-full {
    grid-column: 1/-1;
  }

  .md\:row-start-24 {
    grid-row-start: 24;
  }

  .md\:row-end-24 {
    grid-row-end: 24;
  }

  .md\:row-span-24 {
    grid-row: span 24/span 24;
  }
}
@media (min-width: 1400px) {
  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-end-1 {
    grid-column-end: 1;
  }

  .lg\:col-span-1 {
    grid-column: span 1/span 1;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-end-1 {
    grid-row-end: 1;
  }

  .lg\:row-span-1 {
    grid-row: span 1/span 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-end-2 {
    grid-column-end: 2;
  }

  .lg\:col-span-2 {
    grid-column: span 2/span 2;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-end-2 {
    grid-row-end: 2;
  }

  .lg\:row-span-2 {
    grid-row: span 2/span 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:col-span-3 {
    grid-column: span 3/span 3;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-3 {
    grid-row-start: 3;
  }

  .lg\:row-end-3 {
    grid-row-end: 3;
  }

  .lg\:row-span-3 {
    grid-row: span 3/span 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-end-4 {
    grid-column-end: 4;
  }

  .lg\:col-span-4 {
    grid-column: span 4/span 4;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-4 {
    grid-row-start: 4;
  }

  .lg\:row-end-4 {
    grid-row-end: 4;
  }

  .lg\:row-span-4 {
    grid-row: span 4/span 4;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-end-5 {
    grid-column-end: 5;
  }

  .lg\:col-span-5 {
    grid-column: span 5/span 5;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-5 {
    grid-row-start: 5;
  }

  .lg\:row-end-5 {
    grid-row-end: 5;
  }

  .lg\:row-span-5 {
    grid-row: span 5/span 5;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:col-span-6 {
    grid-column: span 6/span 6;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-6 {
    grid-row-start: 6;
  }

  .lg\:row-end-6 {
    grid-row-end: 6;
  }

  .lg\:row-span-6 {
    grid-row: span 6/span 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-end-7 {
    grid-column-end: 7;
  }

  .lg\:col-span-7 {
    grid-column: span 7/span 7;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-7 {
    grid-row-start: 7;
  }

  .lg\:row-end-7 {
    grid-row-end: 7;
  }

  .lg\:row-span-7 {
    grid-row: span 7/span 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-end-8 {
    grid-column-end: 8;
  }

  .lg\:col-span-8 {
    grid-column: span 8/span 8;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-8 {
    grid-row-start: 8;
  }

  .lg\:row-end-8 {
    grid-row-end: 8;
  }

  .lg\:row-span-8 {
    grid-row: span 8/span 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-end-9 {
    grid-column-end: 9;
  }

  .lg\:col-span-9 {
    grid-column: span 9/span 9;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-9 {
    grid-row-start: 9;
  }

  .lg\:row-end-9 {
    grid-row-end: 9;
  }

  .lg\:row-span-9 {
    grid-row: span 9/span 9;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-end-10 {
    grid-column-end: 10;
  }

  .lg\:col-span-10 {
    grid-column: span 10/span 10;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-10 {
    grid-row-start: 10;
  }

  .lg\:row-end-10 {
    grid-row-end: 10;
  }

  .lg\:row-span-10 {
    grid-row: span 10/span 10;
  }

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

  .lg\:col-end-11 {
    grid-column-end: 11;
  }

  .lg\:col-span-11 {
    grid-column: span 11/span 11;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-11 {
    grid-row-start: 11;
  }

  .lg\:row-end-11 {
    grid-row-end: 11;
  }

  .lg\:row-span-11 {
    grid-row: span 11/span 11;
  }

  .lg\:col-start-12 {
    grid-column-start: 12;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-span-12 {
    grid-column: span 12/span 12;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-12 {
    grid-row-start: 12;
  }

  .lg\:row-end-12 {
    grid-row-end: 12;
  }

  .lg\:row-span-12 {
    grid-row: span 12/span 12;
  }

  .lg\:col-start-13 {
    grid-column-start: 13;
  }

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

  .lg\:col-span-13 {
    grid-column: span 13/span 13;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-13 {
    grid-row-start: 13;
  }

  .lg\:row-end-13 {
    grid-row-end: 13;
  }

  .lg\:row-span-13 {
    grid-row: span 13/span 13;
  }

  .lg\:col-start-14 {
    grid-column-start: 14;
  }

  .lg\:col-end-14 {
    grid-column-end: 14;
  }

  .lg\:col-span-14 {
    grid-column: span 14/span 14;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-14 {
    grid-row-start: 14;
  }

  .lg\:row-end-14 {
    grid-row-end: 14;
  }

  .lg\:row-span-14 {
    grid-row: span 14/span 14;
  }

  .lg\:col-start-15 {
    grid-column-start: 15;
  }

  .lg\:col-end-15 {
    grid-column-end: 15;
  }

  .lg\:col-span-15 {
    grid-column: span 15/span 15;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-15 {
    grid-row-start: 15;
  }

  .lg\:row-end-15 {
    grid-row-end: 15;
  }

  .lg\:row-span-15 {
    grid-row: span 15/span 15;
  }

  .lg\:col-start-16 {
    grid-column-start: 16;
  }

  .lg\:col-end-16 {
    grid-column-end: 16;
  }

  .lg\:col-span-16 {
    grid-column: span 16/span 16;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-16 {
    grid-row-start: 16;
  }

  .lg\:row-end-16 {
    grid-row-end: 16;
  }

  .lg\:row-span-16 {
    grid-row: span 16/span 16;
  }

  .lg\:col-start-17 {
    grid-column-start: 17;
  }

  .lg\:col-end-17 {
    grid-column-end: 17;
  }

  .lg\:col-span-17 {
    grid-column: span 17/span 17;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-17 {
    grid-row-start: 17;
  }

  .lg\:row-end-17 {
    grid-row-end: 17;
  }

  .lg\:row-span-17 {
    grid-row: span 17/span 17;
  }

  .lg\:col-start-18 {
    grid-column-start: 18;
  }

  .lg\:col-end-18 {
    grid-column-end: 18;
  }

  .lg\:col-span-18 {
    grid-column: span 18/span 18;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-18 {
    grid-row-start: 18;
  }

  .lg\:row-end-18 {
    grid-row-end: 18;
  }

  .lg\:row-span-18 {
    grid-row: span 18/span 18;
  }

  .lg\:col-start-19 {
    grid-column-start: 19;
  }

  .lg\:col-end-19 {
    grid-column-end: 19;
  }

  .lg\:col-span-19 {
    grid-column: span 19/span 19;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-19 {
    grid-row-start: 19;
  }

  .lg\:row-end-19 {
    grid-row-end: 19;
  }

  .lg\:row-span-19 {
    grid-row: span 19/span 19;
  }

  .lg\:col-start-20 {
    grid-column-start: 20;
  }

  .lg\:col-end-20 {
    grid-column-end: 20;
  }

  .lg\:col-span-20 {
    grid-column: span 20/span 20;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-20 {
    grid-row-start: 20;
  }

  .lg\:row-end-20 {
    grid-row-end: 20;
  }

  .lg\:row-span-20 {
    grid-row: span 20/span 20;
  }

  .lg\:col-start-21 {
    grid-column-start: 21;
  }

  .lg\:col-end-21 {
    grid-column-end: 21;
  }

  .lg\:col-span-21 {
    grid-column: span 21/span 21;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-21 {
    grid-row-start: 21;
  }

  .lg\:row-end-21 {
    grid-row-end: 21;
  }

  .lg\:row-span-21 {
    grid-row: span 21/span 21;
  }

  .lg\:col-start-22 {
    grid-column-start: 22;
  }

  .lg\:col-end-22 {
    grid-column-end: 22;
  }

  .lg\:col-span-22 {
    grid-column: span 22/span 22;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-22 {
    grid-row-start: 22;
  }

  .lg\:row-end-22 {
    grid-row-end: 22;
  }

  .lg\:row-span-22 {
    grid-row: span 22/span 22;
  }

  .lg\:col-start-23 {
    grid-column-start: 23;
  }

  .lg\:col-end-23 {
    grid-column-end: 23;
  }

  .lg\:col-span-23 {
    grid-column: span 23/span 23;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-23 {
    grid-row-start: 23;
  }

  .lg\:row-end-23 {
    grid-row-end: 23;
  }

  .lg\:row-span-23 {
    grid-row: span 23/span 23;
  }

  .lg\:col-start-24 {
    grid-column-start: 24;
  }

  .lg\:col-end-24 {
    grid-column-end: 24;
  }

  .lg\:col-span-24 {
    grid-column: span 24/span 24;
  }

  .lg\:col-span-full {
    grid-column: 1/-1;
  }

  .lg\:row-start-24 {
    grid-row-start: 24;
  }

  .lg\:row-end-24 {
    grid-row-end: 24;
  }

  .lg\:row-span-24 {
    grid-row: span 24/span 24;
  }
}
/*
 * component nav "burger" button
 */
/*
 * HTML template example:
 * <button class="burger-button" type="button" role="button" aria-label="open/close navigation"><i></i></button>
 * activate it with a JS toggle-class to .is-active
 * see doc : https: //www.knacss.com/doc.html#buttons
 */
/*
 * burger variables (you can change them)
 */
/*
 * burger button styles
 */
.burger-button {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.burger-button > * {
  display: inline-flex;
  vertical-align: top;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 1.5rem;
  width: 1.5rem;
  padding: 0;
  background-color: transparent;
  background-image: linear-gradient(#f0d000, #f0d000);
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: 100% 2px;
  transition: 0.25s;
  transition-property: transform, background;
  will-change: transform, background;
}

.burger-button > *::before,
.burger-button > *::after {
  content: "";
  height: 2px;
  background: #f0d000;
  transition: 0.25s;
  transition-property: transform, top;
  will-change: transform, top;
}

.burger-button:hover > * {
  background-color: transparent;
}

.burger-button:focus {
  outline: 0;
}

.burger-button.is-active > * {
  background-image: none;
  justify-content: center;
}

.burger-button.is-active > *::before {
  transform: translateY(50%) rotate3d(0, 0, 1, 45deg);
}

.burger-button.is-active > *::after {
  transform: translateY(-50%) rotate3d(0, 0, 1, -45deg);
}

/*
 * component checkbox
 */
/*
 * HTML template example:
 * <input type="checkbox" class="checkbox" id="c1">
 * <label for="c1">click here</label>
 */
/*
 * checkbox variables (you can change them)
 */
/*
 * checkbox styles
 */
.checkbox {
  border-radius: 4px;
}

.checkbox {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  box-shadow: inset 0 0 0 1px #f0d000;
  background-color: #ffffff;
  transition: background-color 0.15s;
  cursor: pointer;
}

.checkbox + label {
  cursor: pointer;
}

.checkbox:disabled {
  opacity: 0.6;
}

.checkbox:disabled + label {
  opacity: 0.6;
  cursor: not-allowed;
}

.checkbox:checked {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=");
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f0d000;
}

ul {
  padding-left: 0;
  list-style: none;
}

ul.g-list-styled {
  width: 100%;
  padding-left: 0;
  list-style: none;
}
ul.g-list-styled li {
  padding-top: 20px;
  position: relative;
}
ul.g-list-styled li:after {
  position: absolute;
  bottom: 0;
  content: " ";
  display: block;
  width: 100%;
  height: 7px;
  background-color: #ffffff;
  transition: height 0.3s ease;
  z-index: 0;
}
ul.g-list-styled li a {
  margin-left: 0;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  ul.g-list-styled li a {
    font-size: 3.5vw;
  }
}
ul.g-list-styled li img.g-list-styled-arrow {
  display: none;
  height: 35px;
  width: 35px;
  position: relative;
  z-index: 1;
}
ul.g-list-styled li:nth-of-type(1):after {
  height: 1px;
}
ul.g-list-styled li:nth-of-type(2):after {
  height: 2px;
}
ul.g-list-styled li:nth-of-type(3):after {
  height: 3px;
}
ul.g-list-styled li:nth-of-type(4):after {
  height: 4px;
}
ul.g-list-styled li:nth-of-type(5):after {
  height: 5px;
}
ul.g-list-styled li:nth-of-type(6):after {
  height: 6px;
}
ul.g-list-styled li:nth-of-type(7):after {
  height: 7px;
}

.o-programme ul.g-list-styled li:nth-of-type(n):after { height:1px; }

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

h2 {
  font-family: "gothamlight", sans-serif;
}

.big-arrow {
  margin-left: 30px;
  margin-right: 30px;
}

#main:after {
  content: " ";
  display: block;
  position: fixed;
  width: 100vw;
  height: 169px;
  left: 0;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
  pointer-events: none;
}

.g-grid-padding-all {
  padding: 5vh 10vh;
}
@media (max-width: 991px) {
  .g-grid-padding-all {
    padding: 6vw;
  }
}

.g-grid-padding-all-small {
  padding: 5vh 5vh;
}

.g-grid-padding-left {
  padding-left: 10vh;
}
@media (max-width: 991px) {
  .g-grid-padding-left {
    padding-left: 6vw;
  }
}

.g-grid-padding-right {
  padding-right: 10vh;
}
@media (max-width: 991px) {
  .g-grid-padding-right {
    padding-right: 6vw;
  }
}

.g-grid-padding-left-small {
  padding-left: 5vh;
}

.g-grid-padding-right-small {
  padding-right: 5vh;
}

.g-page-title {
  font-family: "gothambold", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin: 4vh 0;
  font-size: 7vw;
  letter-spacing: 0.2rem;
  color: #110f0f;
  text-align: center;
}
.g-page-title.small {
  font-size: 4vw;
}
.g-page-title.primary {
  color: #f0d000;
}
@media (max-width: 575px) {
  .g-page-title {
    font-size: 10vw;
  }
}

.g-page-soustitle {
  text-transform: uppercase;
  font-size: 3vw;
}
@media (max-width: 575px) {
  .g-page-soustitle {
    font-size: 6vw;
  }
}

.g-title-flex, .m-flex-paragraphe_misenavant h2, .m-flex-paragraphe_simple h2, .g-content-flex h2 {
  font-size: 4vw;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .g-title-flex, .m-flex-paragraphe_misenavant h2, .m-flex-paragraphe_simple h2, .g-content-flex h2 {
    font-size: 8vw;
  }
}

.g-titleh3-flex {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .g-titleh3-flex {
    font-size: 16px;
  }
}

.g-title-big {
  font-family: "AvenirNextCondensed", sans-serif;
  text-transform: uppercase;
  line-height: 0.9;
  margin: 10px 0;
  color: #f0d000;
  font-size: 6vw;
}
@media (max-width: 575px) {
  .g-title-big {
    font-size: 15vw;
  }
}
.g-title-big .g-title-ligne {
  overflow: hidden;
}
.g-title-big .g-title-ligne p.g-title-ligne-text {
  margin-bottom: 0;
  transform: translateY(0);
  transition: transform 0.5s ease;
}
.g-title-big .g-title-ligne p.g-title-ligne-text.animText {
  animation: animText 0.5s ease forwards;
}

@keyframes animText {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    opacity: 0;
    transform: translateY(125%);
  }
  52% {
    opacity: 1;
    transform: translateY(125%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.g-title-thumb, .g-title-thumb-small,
.g-title-thumb-bis {
  color: #ffffff;
  text-transform: uppercase;
  line-height: 0.8;
  font-family: "AvenirNextCondensed-Heavy", sans-serif;
  font-size: 4.3vw;
}
@media (max-width: 575px) {
  .g-title-thumb, .g-title-thumb-small,
.g-title-thumb-bis {
    font-size: 14vw;
  }
}

.g-title-thumb-small {
  font-size: 2rem;
  line-height: 2rem;
}

.g-content-standard, .g-content-standard-bold, .g-content-flex {
  line-height: 1.7;
  font-family: "gothamlight", sans-serif;
}
.g-content-standard strong, .g-content-standard-bold strong, .g-content-flex strong {
  font-family: "gothambook", sans-serif;
}

.g-content-standard-bold {
  font-family: "gothambook", sans-serif;
}

.g-abreviation {
  font-family: "AvenirNextCondensed", sans-serif;
  text-transform: uppercase;
  background: #f0d000;
  color: #110f0f;
  padding: 0 5px;
}

.mob-show {
  display: none;
}
@media (max-width: 575px) {
  .mob-show {
    display: block;
  }
}

.mob-hide {
  display: block;
}
@media (max-width: 575px) {
  .mob-hide {
    display: none;
  }
}

.mob-hide-grid {
  display: grid;
}
@media (max-width: 575px) {
  .mob-hide-grid {
    display: none !important;
  }
}

.g-souscat-special {
  display: inline-block;
  background: #111;
  padding: 3px 5px;
  margin-bottom: 7px;
  font-family: "AvenirNextCondensed-Heavy", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 900;
}

.splide__pagination {
  justify-content: flex-end;
  padding: 5px 0;
}
.splide__pagination.absolute {
  position: absolute;
  top: 460px;
  left: 6vw;
}
.splide__pagination .splide__pagination__page {
  font-family: "AvenirNextCondensed-Heavy", sans-serif;
  position: relative;
  color: #f0d000;
}
.splide__pagination .splide__pagination__page::after {
  content: "";
  width: 100%;
  max-width: 0px;
  left: 0;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: -5px;
}
.splide__pagination .splide__pagination__page.is-active {
  color: #ffffff;
}
.splide__pagination .splide__pagination__page.is-active::after {
  max-width: 200px;
}

.page-template-tpl-billetterie .o-hero-simple {
  margin-bottom: 0;
}

.o-footer {
  padding: 10vh 0 20vh 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: #f0d000;
}
@media (max-width: 575px) {
  .o-footer {
    padding: 8vh 0 15vh;
  }
}
.o-footer .o-footer-logo {
  width: 30%;
}
@media (max-width: 575px) {
  .o-footer .o-footer-logo {
    width: 85%;
  }
}
.o-footer .o-footer-logo > img {
  width: 100%;
  object-fit: contain;
}
.o-footer .footer-socials,
.o-footer .footer-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
@media (max-width: 575px) {
  .o-footer .footer-socials,
.o-footer .footer-links {
    gap: 35px;
  }
}
@media (max-width: 991px) {
  .o-footer .footer-links {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .o-footer .footer-links a {
    font-size: 5.5vw;
  }
}
.o-footer .footer-links li:nth-of-type(2) a {
  background-color: transparent;
}
.o-footer .footer-links li:nth-of-type(2) a:hover {
  background-color: #110f0f;
  border-color: #110f0f;
}
.o-footer .footer-links li:nth-of-type(3) a, .o-footer .footer-links li:nth-of-type(4) a {
  font-size: 18px;
  font-family: "gothambook", sans-serif;
  border: none;
  text-transform: none;
  text-decoration: underline;
  background-color: transparent;
}
.o-footer .footer-links li:nth-of-type(3) a:hover, .o-footer .footer-links li:nth-of-type(4) a:hover {
  background-color: transparent;
}
.o-footer .social {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.o-footer .social img {
  width: auto;
  height: 20px;
}
@media (max-width: 575px) {
  .o-footer .social img {
    width: auto;
    height: 20px;
  }
}
.o-footer .footer-partners {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
}
.o-footer .footer-festival {
  font-family: "gothambook", sans-serif;
  font-size: 1.1vw;
  color: #000;
}
.o-footer .footer-festival > a {
  color: #000;
}

.o-home-hero {
  padding: 10vh;
}
@media (max-width: 991px) {
  .o-home-hero {
    padding: 2.5vw;
  }
}
.o-home-hero .action {
  position: absolute;
  z-index: 100;
  bottom: 30px;
  right: 40px;
}
.o-home-hero .action a {
  color: #f0d000;
}
.o-home-hero .bg-logo {
  background-color: #f0d000;
  line-height: 0;
  display: inline-block;
  border: 1px solid #110f0f;
}
@media (max-width: 575px) {
  .o-home-hero .logo-home {
    line-height: 1;
  }
}
.o-home-hero .logo-home-text {
  position: relative;
  text-shadow: #000 0px 0px 2px;
  display: inline-block;
  font-size: 128px;
}
@media (max-width: 991px) {
  .o-home-hero .logo-home-text {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .o-home-hero .logo-home-text {
    font-size: 44px;
  }
}
.o-home-hero .logo-home-text:first-of-type {
  margin-right: 16px;
}
.o-home-hero .logo-home-text:last-of-type {
  z-index: -2;
}
.o-home-hero .logo-home-text .bg-logo:first-of-type {
  position: absolute;
  right: -58px;
  top: 104px;
  z-index: -1;
  text-shadow: none;
  padding: 15px 10px 15px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .o-home-hero .logo-home-text .bg-logo:first-of-type {
    font-size: 14px;
    padding: 10px;
    right: -45px;
    top: 72px;
  }
}
@media (max-width: 575px) {
  .o-home-hero .logo-home-text .bg-logo:first-of-type {
    right: -96px;
    top: 82px;
    padding: 13px 10px 13px 25px;
  }
}
.o-home-hero .logo-home-text .bg-logo:last-of-type {
  text-shadow: none;
  position: absolute;
  right: -33px;
  top: 72px;
  padding: 12px 10px 12px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .o-home-hero .logo-home-text .bg-logo:last-of-type {
    font-size: 12px;
    padding: 8px;
    right: -30px;
    top: 48px;
  }
}
@media (max-width: 575px) {
  .o-home-hero .logo-home-text .bg-logo:last-of-type {
    right: -43px;
    top: 78px;
  }
}
.o-home-hero .o-home-hero__info {
  font-family: "gothamlight", sans-serif;
  font-weight: 400;
  margin-top: 7vh;
}
.o-home-hero .o-home-hero__info .o-home-hero__info-text {
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .o-home-hero .o-home-hero__info .o-home-hero__info-text {
    line-height: 1;
    margin: 12vh auto 2.4vh;
    text-align: center;
    line-height: 1.2;
  }
}
.o-home-hero .o-home-hero__ctas {
  margin-top: 2vh;
}
@media (max-width: 575px) {
  .o-home-hero .o-home-hero__ctas {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
  }
  .o-home-hero .o-home-hero__ctas a {
    margin: 0vh auto 2vh;
  }
}
.o-home-hero .o-home-hero__ctas a:nth-of-type(2) {
  margin-left: 15px;
}
@media (max-width: 575px) {
  .o-home-hero .o-home-hero__ctas a:nth-of-type(2) {
    margin-left: auto;
  }
}
.o-home-hero h2 {
  letter-spacing: -0.04em;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  top: 144px;
  font-family: "gothamlight", sans-serif;
  width: max-content;
  font-size: 58px;
}
@media (max-width: 991px) {
  .o-home-hero h2 {
    font-size: 42px;
    top: 100px;
  }
}
@media (max-width: 575px) {
  .o-home-hero h2 {
    font-size: 20px;
    position: relative;
    top: 0;
    margin: 0 auto;
  }
}
.o-home-hero .m-hero-home-left {
  margin-top: 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .o-home-hero .m-hero-home-left {
    margin-bottom: 5vh;
  }
}
.o-home-hero .m-hero-home-left h1.logo-home {
  font-family: "gothambold", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  width: max-content;
}
@media (max-width: 575px) {
  .o-home-hero .m-hero-home-left h1.logo-home {
    margin: 6vh auto 0;
  }
}
.o-home-hero .m-hero-home-left sup {
  text-transform: lowercase;
  line-height: 20px;
}
.o-home-hero .m-hero-home-right {
  position: relative;
}
.o-home-hero .m-hero-home-right .splide__track,
.o-home-hero .m-hero-home-right .splide__list {
  height: 100%;
}
.o-home-hero .pastille {
  position: absolute;
  z-index: 1;
  left: -11px;
  top: calc(10vh + 236px);
}
@media (max-width: 575px) {
  .o-home-hero .pastille {
    top: 21px;
    left: -7px;
    bottom: unset;
  }
  .o-home-hero .pastille img {
    width: 60px;
    height: auto;
  }
}
.o-home-hero .mise-en-avant {
  height: 80vh;
  min-height: 585px;
}
@media (max-width: 575px) {
  .o-home-hero .mise-en-avant {
    height: 365px;
    min-height: 365px;
  }
}
.o-home-hero .mise-en-avant .objet-titre {
  margin-bottom: 0;
  position: absolute;
  z-index: 2;
  padding: 50px 50px 0 50px;
  font-weight: 600;
  line-height: 39px;
  font-family: "gothambook", sans-serif;
  font-size: 38px;
  bottom: 50px;
}
@media (max-width: 575px) {
  .o-home-hero .mise-en-avant .objet-titre {
    padding: 22px 22px 0 22px;
    font-size: 24px;
    line-height: 1.2;
    font-family: "gothambook", sans-serif;
  }
}
.o-home-hero .mise-en-avant .objet-titre span {
  color: #f0d000;
}
.o-home-hero .mise-en-avant .objet {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.o-home-hero .mise-en-avant .objet figure {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.o-home-hero .mise-en-avant .objet figure::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(44, 44, 44, 0) 3.54%, #2c2c2c 95.6%);
  border-radius: 10px;
}
.o-home-hero .mise-en-avant .objet figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.o-home-films {
  margin: 5vh 0;
}
.o-home-films .mob-show {
  margin-top: 3vh;
  margin-left: 5vh;
}
@media (max-width: 575px) {
  .o-home-films .g-grid-padding-left {
    order: 2;
    padding: 0 5vh;
  }
}
@media (max-width: 575px) {
  .o-home-films .g-grid-padding-right {
    order: 1;
    padding: 0 5vh;
  }
}
.o-home-films .g-list-styled li:hover a {
  color: #110f0f;
  position: relative;
  z-index: 1;
  margin-left: 10px;
  font-family: "gothambold", sans-serif;
}
.o-home-films .g-list-styled li:hover img.g-list-styled-arrow {
  display: inline-block;
}
.o-home-films .g-list-styled li:hover:after {
  height: 100%;
  background-color: #f0d000;
}

.o-home-prix-du-public, .m-flex-telechargement {
  margin: 10vh;
  padding: 4vh 4vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #1c1b17;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .o-home-prix-du-public, .m-flex-telechargement {
    margin: 5vh 6vw;
  }
}
@media (max-width: 575px) {
  .o-home-prix-du-public, .m-flex-telechargement {
    margin: 5vh 6vw;
    flex-direction: column;
    padding: 6vh 4vw;
  }
}
.o-home-prix-du-public h2, .m-flex-telechargement h2 {
  font-family: "GothamBold";
  margin-bottom: 0;
  color: #f0d000;
  font-size: 2.5vw;
  width: 35%;
}
@media (max-width: 575px) {
  .o-home-prix-du-public h2, .m-flex-telechargement h2 {
    font-size: 9.4vw;
    width: 100%;
    text-align: center;
    line-height: 1.2;
  }
}
.o-home-prix-du-public .text, .m-flex-telechargement .text {
  width: 35%;
  margin: 0;
  padding-top: 7px;
}
@media (max-width: 575px) {
  .o-home-prix-du-public .text, .m-flex-telechargement .text {
    font-size: 14px;
    width: 85%;
    text-align: center;
    margin-bottom: 3vh;
  }
}
.o-home-prix-du-public .a-button, .m-flex-telechargement .a-button {
  width: 10%;
}
.o-home-prix-du-public img, .m-flex-telechargement img {
  width: 4.5vw;
}
@media (max-width: 575px) {
  .o-home-prix-du-public img, .m-flex-telechargement img {
    width: 20vw;
  }
}

.o-home-hommage-rencontre {
  padding-top: 10vh;
  overflow: hidden;
}
.o-home-hommage-rencontre .splide__pagination {
  display: none;
}
@media (max-width: 575px) {
  .o-home-hommage-rencontre {
    padding-top: 0;
  }
  .o-home-hommage-rencontre .splide__pagination {
    display: block;
  }
}
.o-home-hommage-rencontre__carouselles {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.o-home-hommage-rencontre h4 {
  margin-bottom: 0;
}
.o-home-hommage-rencontre h2 {
  margin-left: 10vh;
  margin-bottom: 6vh;
  width: 50vw;
  line-height: 3.75rem;
}
@media (max-width: 575px) {
  .o-home-hommage-rencontre h2 {
    margin-left: 5vh;
    line-height: 1.2;
    margin-bottom: 3vh;
    width: 100%;
  }
}
.o-home-hommage-rencontre h3 {
  margin-top: 0;
  font-size: 4vw;
  line-height: 0.9;
}
@media (max-width: 575px) {
  .o-home-hommage-rencontre h3 {
    margin: 10px 0 100px;
    font-size: 14vw;
  }
}
.o-home-hommage-rencontre .o-home-hommage-rencontre__carouselles {
  position: relative;
}
@media (max-width: 575px) {
  .o-home-hommage-rencontre .o-home-hommage-rencontre__carouselles .a-bouton-suivant {
    position: absolute;
    top: 462px;
    right: 19px;
    color: #f0d000;
  }
}
.o-home-hommage-rencontre__carouselle.primary .m-thumb-article {
  margin-right: 30px;
}
.o-home-hommage-rencontre__carouselle.second {
  padding-left: 10vw;
}
@media screen and (min-width: 576px) {
  .o-home-hommage-rencontre__carouselle.second {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.o-home-hommage-rencontre__carouselle.second .a-bouton-suivant {
  margin-top: 100px;
}
.o-home-hommage-rencontre__carouselle.second .splide {
  margin-top: 80px;
}
.o-home-hommage-rencontre__carouselle.second .o-home-hommage-rencontre__carouselle-item {
  padding-right: 2vw;
}
.o-home-hommage-rencontre__carouselle.second .o-home-hommage-rencontre__carouselle-item figure {
  aspect-ratio: 3/4;
  position: relative;
  width: 100%;
  height: 360px;
  padding-right: 2vw;
}
.o-home-hommage-rencontre__carouselle.second .o-home-hommage-rencontre__carouselle-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.o-home-hommage-rencontre__carouselle.second .o-home-hommage-rencontre__carouselle-item .item-content {
  z-index: 1;
  position: relative;
  margin-top: -80px;
  padding-left: 2vw;
}
.o-home-hommage-rencontre__carouselle.second .o-home-hommage-rencontre__carouselle-item .item-content h4 {
  text-transform: capitalize;
}
.o-home-hommage-rencontre__carouselle.second .a-bouton-suivant {
  color: #f0d000;
}

.o-newsletter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
}
@media (max-width: 575px) {
  .o-newsletter {
    flex-direction: column;
  }
}
.o-newsletter .o-newsletter-container {
  width: 60%;
  padding: 1.6vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  color: #fff;
}
@media (max-width: 991px) {
  .o-newsletter .o-newsletter-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .o-newsletter .o-newsletter-container {
    flex-direction: column;
    width: 100%;
    padding: 3vh 10vw;
    gap: 0;
    border: none;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
}
.o-newsletter .o-newsletter-container .newsletter-container__title {
  font-family: "gothambook", sans-serif;
}
.o-newsletter .o-newsletter-container .newsletter-container__info {
  font-family: "gothamlight", sans-serif;
  font-size: 1.1vw;
}
.o-newsletter .o-newsletter-container h2 {
  font-size: 4vw;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .o-newsletter .o-newsletter-container h2 {
    margin-bottom: 1vh;
    font-size: 36px;
  }
}
.o-newsletter .newsletter-embed {
  width: 40%;
  border: 4px solid #fff;
  border-top: none;
  border-bottom: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
@media (max-width: 991px) {
  .o-newsletter .newsletter-embed {
    padding: 1.6vw;
  }
}
@media (max-width: 575px) {
  .o-newsletter .newsletter-embed {
    width: 100%;
    border: none;
    border-bottom: 4px solid #fff;
    padding: 10vw;
  }
}
.o-newsletter .newsletter-embed form {
  width: 100%;
}
.o-newsletter .newsletter-embed #mc_embed_signup_scroll {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 575px) {
  .o-newsletter .newsletter-embed #mc_embed_signup_scroll {
    align-items: flex-end;
  }
}
.o-newsletter .newsletter-embed .mc-field-group {
  width: 55%;
}
.o-newsletter .newsletter-embed .mc-field-group input {
  width: 100%;
}
.o-newsletter .newsletter-embed .email {
  border: none;
  background: none;
  border-bottom: 1px solid #fff;
  outline: none;
  font-family: "gothambook", sans-serif;
  color: #fff;
}

.o-blocs-basdepage {
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-top: 5vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 575px) {
  .o-blocs-basdepage {
    margin-top: 0;
    padding-top: 5vh;
    flex-direction: column;
    align-items: center;
  }
}

.o-partenaires {
  background-color: #ffffff;
}
.o-partenaires a {
  margin-left: 0 !important;
}
.o-partenaires .o-partenaires-logos,
.o-partenaires .o-partenaires-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 5vh;
}
.o-partenaires .o-partenaires-logos .grid {
  width: 70vw;
}
.o-partenaires .o-partenaires-logos .grid div {
  text-align: center;
}
.o-partenaires .o-partenaires-logos .grid div figure {
  display: inline-block;
}
.o-partenaires .o-partenaires-logos figure {
  text-align: center;
  width: 160px;
  height: 100px;
}
.o-partenaires .o-partenaires-logos figure img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.o-partenaires h3 {
  color: #110f0f;
}

.o-navigation {
  position: fixed;
  bottom: 25px;
  z-index: 100;
  transform: translate(-50%, 0);
  left: 50%;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  z-index: 200;
}
@media (max-width: 991px) {
  .o-navigation {
    bottom: 0;
  }
}
.o-navigation .o-navigation__small {
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #110f0f;
  background-color: #f0d000;
  border: 5px solid #110f0f;
  transition: width 0.3s ease;
}
@media (max-width: 991px) {
  .o-navigation .o-navigation__small {
    width: 100vw;
    height: 66px;
  }
}
@media (min-width: 992px) {
  .o-navigation .o-navigation__small {
    width: 655px;
    height: 80px;
  }
}
.o-navigation .o-navigation__small .o-navigation__small--logo {
  width: 345px;
}
@media (max-width: 991px) {
  .o-navigation .o-navigation__small .o-navigation__small--logo {
    width: auto;
  }
}
.o-navigation .o-navigation__small .o-navigation__small--logo picture img {
  height: 80px;
  width: auto;
}
@media (max-width: 991px) {
  .o-navigation .o-navigation__small .o-navigation__small--logo picture img {
    height: 38px;
    margin-left: 2.6vw;
  }
}
.o-navigation .o-navigation__small .a-visuel {
  height: 100%;
  width: auto;
}
.o-navigation .o-navigation__small .a-visuel img {
  height: 100%;
  width: auto;
}
.o-navigation .o-navigation__small select {
  align-self: center;
  background-color: #ffffff;
  color: #110f0f;
  margin: 0 10px;
  padding: 10px;
  font-family: "AvenirNextCondensed", sans-serif;
  font-size: 18px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .o-navigation .o-navigation__small select {
    font-size: 12px;
    margin: 1vw;
    padding: 3px 0px;
  }
}
.o-navigation .o-navigation__small .o-navigation-burger {
  height: 100%;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
}
@media (max-width: 991px) {
  .o-navigation .o-navigation__small .o-navigation-burger {
    margin-right: 5px;
    height: 50px;
    width: 54px;
    padding: 15px 10px 16px 15px;
    margin-left: 10px;
  }
}
.o-navigation .o-navigation__small .o-navigation-close {
  height: 100%;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  .o-navigation .o-navigation__small .o-navigation-close {
    margin-right: 5px;
    height: 50px;
    width: 54px;
    padding: 15px 10px 16px 15px;
    margin-left: 10px;
  }
}
.o-navigation .o-navigation__small .a-bouton, .o-navigation .o-navigation__small .a-bouton-vote {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .o-navigation .o-navigation__small .a-bouton, .o-navigation .o-navigation__small .a-bouton-vote {
    padding: 3px 5px 0;
  }
}
@media (max-width: 575px) {
  .o-navigation .o-navigation__small .a-bouton, .o-navigation .o-navigation__small .a-bouton-vote {
    padding: 6px 5px 3px;
    font-size: 13px;
  }
}
.o-navigation .o-navigation__expanded {
  overflow: hidden;
  transition: height 0.5s ease;
  position: relative;
  background-color: #060608;
  height: 0px;
  width: 967px;
}
@media (max-width: 991px) {
  .o-navigation .o-navigation__expanded {
    width: 100vw;
  }
}
.o-navigation .o-navigation__expanded nav {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .o-navigation .o-navigation__expanded nav {
    flex-direction: column-reverse;
  }
}
.o-navigation .o-navigation__expanded nav .o-navigation__top {
  border: 5px solid #060608;
  width: 100%;
  height: 333px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .o-navigation .o-navigation__expanded nav .o-navigation__top {
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
  }
}
.o-navigation .o-navigation__expanded nav .o-navigation__top .nav-first-level {
  flex-basis: calc(50% - 3px);
}
@media (max-width: 991px) {
  .o-navigation .o-navigation__expanded nav .o-navigation__top .nav-first-level {
    flex-basis: calc(50% - 3px);
    height: 200px;
  }
}
.o-navigation .o-navigation__expanded nav .o-navigation__top .nav-first-level:last-of-type .m-thumb-navigation__text h3,
.o-navigation .o-navigation__expanded nav .o-navigation__top .nav-first-level:last-of-type .m-thumb-navigation__text .a-bouton,
.o-navigation .o-navigation__expanded nav .o-navigation__top .nav-first-level:last-of-type .m-thumb-navigation__text .a-bouton-vote {
  color: #f0d000;
  border-color: #f0d000;
}
.o-navigation .o-navigation__expanded nav .o-navigation__top .nav-first-level:last-of-type .m-thumb-navigation__text h3:hover,
.o-navigation .o-navigation__expanded nav .o-navigation__top .nav-first-level:last-of-type .m-thumb-navigation__text .a-bouton:hover,
.o-navigation .o-navigation__expanded nav .o-navigation__top .nav-first-level:last-of-type .m-thumb-navigation__text .a-bouton-vote:hover {
  color: #110f0f;
  background-color: #f0d000;
}
.o-navigation .o-navigation__expanded nav .o-navigation__top .m-bloc-navigation {
  padding: 40px 0 40px 40px;
}
@media (max-width: 991px) {
  .o-navigation .o-navigation__expanded nav .o-navigation__top .m-bloc-navigation {
    flex-basis: calc(50% - 3px);
    padding: 3vw 3vw 3vw 0vw;
  }
}
.o-navigation .o-navigation__expanded nav .o-navigation__top .m-bloc-navigation:nth-of-type(2) {
  padding: 40px 40px 40px 0;
}
@media (max-width: 991px) {
  .o-navigation .o-navigation__expanded nav .o-navigation__top .m-bloc-navigation:nth-of-type(2) {
    padding: 3vw;
  }
}
.o-navigation .o-navigation__expanded nav .o-navigation__bottom {
  z-index: 10;
  padding-left: 14px;
  padding-right: 14px;
  background-color: #191924;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .o-navigation .o-navigation__expanded nav .o-navigation__bottom {
    border: 5px solid #060608;
    border-bottom: none;
  }
}
.o-navigation .o-navigation__expanded nav .o-navigation__bottom .o-navigation__bottom-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .o-navigation .o-navigation__expanded nav .o-navigation__bottom .o-navigation__bottom-left {
    flex-direction: column;
    align-items: flex-start;
  }
}
.o-navigation .o-navigation__expanded nav .o-navigation__bottom .o-navigation__bottom-left li a {
  display: inline-block;
  color: #f0d000;
  padding: 15px;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media (max-width: 991px) {
  .o-navigation .o-navigation__expanded nav .o-navigation__bottom .o-navigation__bottom-left li a {
    margin-left: 15px;
    margin-bottom: 5px;
  }
}
.o-navigation .o-navigation__expanded nav .o-navigation__bottom .o-navigation__bottom-left li a:hover {
  color: #ffffff;
}
.o-navigation .o-navigation__expanded nav .o-navigation__bottom .o-navigation__bottom-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .o-navigation .o-navigation__expanded nav .o-navigation__bottom .o-navigation__bottom-right {
    flex-direction: column;
    align-items: center;
    margin-right: 25px;
  }
}
.o-navigation .o-navigation__expanded nav .o-navigation__bottom .o-navigation__bottom-right li a {
  display: inline-block;
  padding: 1vw;
  cursor: pointer;
}
.o-navigation .o-navigation__expanded nav .o-navigation__bottom .o-navigation__bottom-right li a img {
  height: 20px;
  width: auto;
}
@media (max-width: 991px) {
  .o-navigation .o-navigation__expanded nav .o-navigation__bottom .o-navigation__bottom-right li a img {
    height: 15px;
  }
}
@media (max-width: 991px) {
  .o-navigation.is-expanded .o-navigation__small.openMenuSmall {
    width: 100vw;
  }
}
@media (min-width: 992px) {
  .o-navigation.is-expanded .o-navigation__small.openMenuSmall {
    width: 967px;
  }
}
@media (max-width: 991px) {
  .o-navigation.is-expanded .o-navigation__expanded {
    width: 100vw;
  }
}
@media (min-width: 992px) {
  .o-navigation.is-expanded .o-navigation__expanded.openSubmenu {
    height: 387px;
  }
}
@media (max-width: 991px) {
  .o-navigation.is-expanded .o-navigation__expanded.openSubmenu {
    height: 100%;
  }
}
.o-navigation.is-expanded .o-navigation-burger {
  display: none;
}
.o-navigation.is-expanded .o-navigation-close {
  display: block;
}

.o-films-hero {
  margin: 5vh;
  width: calc(100vw - (12.5vh));
  aspect-ratio: 16/7;
  position: relative;
}
@media (max-width: 575px) {
  .o-films-hero {
    margin: 0;
    width: 100vw;
    aspect-ratio: unset;
  }
  .o-films-hero .a-logo-hero img {
    height: auto;
    width: 50vw;
  }
}
.o-films-hero .background {
  object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in;
}
.o-films-hero .background.js-active {
  opacity: 1;
}
@media (max-width: 575px) {
  .o-films-hero .background {
    width: 100%;
    height: 100%;
  }
}
.o-films-hero .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.o-films-hero .content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  position: relative;
  z-index: 1;
  padding: 5vh;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .o-films-hero .content {
    position: relative;
  }
}
.o-films-hero .selection {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
  align-content: center;
  margin: 0;
}
@media (max-width: 575px) {
  .o-films-hero .selection {
    flex-direction: column;
    width: 100%;
  }
}
.o-films-hero .selection li {
  margin: 0 20px;
}
@media (max-width: 575px) {
  .o-films-hero .selection li {
    margin: 0;
  }
}
.o-films-hero .selection a {
  color: #110f0f;
  display: block;
  font-family: "gothambold", sans-serif;
  position: relative;
  font-size: 14px;
}
.o-films-hero .selection a:after {
  content: "";
  max-width: 0px;
  width: 100%;
  position: absolute;
  height: 2px;
  background: #110f0f;
  bottom: -15px;
  left: 0;
  transition: all 0.5s ease-in;
}
@media (max-width: 575px) {
  .o-films-hero .selection a:after {
    bottom: 0px;
  }
}
.o-films-hero .selection a:hover:after, .o-films-hero .selection a.js-active:after {
  max-width: 300px;
}

.o-hero-background {
  margin: 5vh;
  width: calc(100vw - (12.5vh));
  aspect-ratio: 16/7;
  position: relative;
}

a.a-logo-hero {
  font-size: 16.5px;
  text-align: center;
  color:#000;
}
a.a-logo-hero.blanc {
  color:#FFF;
}
a.a-logo-hero img { margin-bottom:-5px }

@media (max-width: 991px) {
  .o-hero-background {
    margin: 5vh;
    width: auto;
    aspect-ratio: unset;
  }
}
@media (max-width: 575px) {
  .o-hero-background {
    margin: 0;
    width: 100vw;
    aspect-ratio: unset;
  }
  .o-hero-background .a-logo-hero img {
    height: auto;
    width: 50vw;
  }
  a.a-logo-hero {
    font-size: 3.05vw;
  }
}
.o-hero-background h2 {
  text-align: center;
}
.o-hero-background .title {
  color: #f0d000;
}
.o-hero-background .background {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.o-hero-background .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.o-hero-background .content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  position: relative;
  z-index: 1;
  padding: 5vh;
  height: 100%;
}
.o-hero-background .selection {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
  align-content: center;
  margin: 0;
}
.o-hero-background .selection li {
  margin: 0 25px;
}
.o-hero-background .selection a {
  color: #110f0f;
  display: block;
  font-family: "gothambold", sans-serif;
  position: relative;
}
.o-hero-background .selection a:after {
  content: "";
  max-width: 0px;
  width: 100%;
  position: absolute;
  height: 2px;
  background: #110f0f;
  bottom: -15px;
  left: 0;
  transition: all 0.5s ease-in;
}
.o-hero-background .selection a:hover:after {
  max-width: 300px;
}

.o-film-programme .g-grid-padding-all {
  align-items: end;
}
@media (max-width: 575px) {
  .o-film-programme .o-film-programme-mob-wrap {
    padding-right: 0;
  }
}
.o-film-programme h2 {
  font-size: 4vw;
}
@media (max-width: 575px) {
  .o-film-programme h2 {
    font-size: 8vw;
  }
}
.o-film-programme .programe .horaire {
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  border-bottom: 2px solid #ffffff;
  padding-top: 20px;
  font-family: "gothambold", sans-serif;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .o-film-programme .programe .horaire {
    flex-direction: column;
  }
}
.o-film-programme .programe .horaire .duree {
  position: absolute;
  top: 19px;
  right: 0;
  text-align: right;
  font-family: "gothamlight", sans-serif;
}
.o-film-programme .programe .horaire ul {
  width: 100%;
  margin: 0;
}
.o-film-programme .programe .horaire .jour {
  width: 55%;
  font-family: "AvenirNextCondensed-Heavy", sans-serif;
}
@media (max-width: 991px) {
  .o-film-programme .programe .horaire .jour {
    width: 100%;
  }
}
.o-film-programme .programe .horaire .jour span {
  color: #f0d000;
}
.o-film-programme .programe .horaire .heure-et-salle {
  display: flex;
  width: 100%;
}
.o-film-programme .programe .horaire .heure-et-salle .heure {
  width: 17%;
  font-family: "gothambold", sans-serif;
}
@media (max-width: 575px) {
  .o-film-programme .programe .horaire .heure-et-salle .heure {
    width: 20%;
  }
}
.o-film-programme .programe .horaire .heure-et-salle .salle {
  font-family: "AvenirNextCondensed-Heavy", sans-serif;
}

.o-films-slider {
  margin-bottom: 10vh;
}
.o-films-slider .film {
  margin: 1.125rem;
}
@media (max-width: 575px) {
  .o-films-slider .film {
    margin: 0 6vw 0 0;
  }
}
.o-films-slider .action a {
  float: right;
  margin-top: 42px;
  color: #f0d000;
}

.o-programme-filtres .titre {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "gothamlight", sans-serif;
}
.o-programme-filtres ul {
  margin-bottom: 50px;
  font-family: "gothambold", sans-serif;
}
.o-programme-filtres ul [type=radio]:checked,
.o-programme-filtres ul [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.o-programme-filtres ul [type=radio]:checked + label,
.o-programme-filtres ul [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
}
.o-programme-filtres ul [type=radio]:checked + label:before,
.o-programme-filtres ul [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-radius: 100%;
  background: #000;
}
.o-programme-filtres ul [type=radio]:checked + label:after,
.o-programme-filtres ul [type=radio]:not(:checked) + label:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.o-programme-filtres ul [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.o-programme-filtres ul [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.o-programme .titre {
  font-size: 6vw;
  font-family: "AvenirNextCondensed-Heavy", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #f0d000;
  line-height: 1;
  bottom: 3vw;
}
@media (max-width: 575px) {
  .o-programme .titre {
    font-size: 8vw;
  }
}
.o-programme ul {
  margin-bottom: 145px;
}
.o-programme ul .item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (max-width: 575px) {
  .o-programme ul .item {
    align-items: end;
  }
}
.o-programme ul .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
  align-content: center;
}
@media (max-width: 575px) {
  .o-programme ul .inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.o-programme .heure {
  font-family: "gothambold", sans-serif;
  color: #f0d000;
  width: 80px;
}
.o-programme .salle {
  font-family: "gothambold", sans-serif;
  text-transform: uppercase;
}
.o-programme .titre-film {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .o-programme {
    padding-left: 6vw;
  }
}

.o-hero-simple {
  margin-bottom: 10vh;
  text-align: center;
}
@media (max-width: 575px) {
  .o-hero-simple {
    padding: 6vw;
  }
}
.o-hero-simple .a-logo-hero {
  margin-bottom: 3rem;
  display: inline-block;
}
.o-hero-simple .title {
  margin: 0;
}
.o-hero-simple .soustitle {
  margin: 0;
}

.o-hero-palmares ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-end;
  height: 50px;
}
.o-hero-palmares ul li {
  border: 1px solid #f0d000;
  width: 90px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.o-hero-palmares ul li.active {
  background: #f0d000;
}
.o-hero-palmares ul li.active a {
  color: #110f0f;
}
.o-hero-palmares ul li a {
  color: #f0d000;
  font-family: "AvenirNextCondensed", sans-serif;
}

@media (max-width: 991px) {
  .palmares-image {
    width: 60vw;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .palmares-image {
    width: 100vw;
    margin: auto;
  }
}

@media (max-width: 575px) {
  .o-carrousel-jury {
    padding: 0;
    position: relative;
  }
}
@media (max-width: 575px) and (max-width: 575px) {
  .o-carrousel-jury .a-bouton-suivant {
    position: absolute;
    top: 450px;
    right: 19px;
    color: #f0d000;
  }
}
.o-carrousel-jury .splide__pagination {
  display: none;
}
@media (max-width: 575px) {
  .o-carrousel-jury .splide__pagination {
    display: block;
    top: 450px;
  }
}
.o-carrousel-jury .o-carrousel-jury__jure {
  display: block;
}
@media (max-width: 575px) {
  .o-carrousel-jury .o-carrousel-jury__jure {
    margin-right: 30px;
  }
}
.o-carrousel-jury .image {
  aspect-ratio: auto 3/4;
  position: relative;
  display: block;
}
@media (max-width: 575px) {
  .o-carrousel-jury .image {
    aspect-ratio: unset;
    height: 425px;
  }
}
.o-carrousel-jury .image figure {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.o-carrousel-jury .image figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.o-carrousel-jury .content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
  align-content: center;
}
@media (max-width: 991px) {
  .o-carrousel-jury .content {
    order: 2;
  }
}
@media (max-width: 575px) {
  .o-carrousel-jury .content {
    order: 1;
    padding: 25vw 6vw 12vw 6vw;
  }
}
.o-carrousel-jury .content .description {
  margin-bottom: 20px;
}
.o-carrousel-jury .content h5 {
  margin-bottom: 0;
}
.o-carrousel-jury .content h6 {
  margin-bottom: 35px;
}
.o-carrousel-jury .suivant {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.o-carrousel-jury .suivant-slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.o-carrousel-jury .header {
  position: relative;
  z-index: 1;
  padding: 2.25rem;
}
.o-carrousel-jury .header .surtitre {
  font-size: 3rem;
  line-height: 3rem;
}
@media (max-width: 575px) {
  .o-carrousel-jury .header .surtitre {
    font-size: 8vw;
    line-height: 1;
  }
}
.o-carrousel-jury .header .titre {
  margin: 0;
  font-size: 4vw;
  color: #f0d000;
}
@media (max-width: 575px) {
  .o-carrousel-jury .header .titre {
    font-size: 9vw;
  }
}
.o-carrousel-jury .thumb-jure {
  aspect-ratio: auto 3/4;
  position: relative;
  padding: 1.25rem;
}
.o-carrousel-jury .thumb-jure .titre {
  position: relative;
  z-index: 1;
  color: #f0d000;
}
.o-carrousel-jury .thumb-jure figure {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.o-carrousel-jury .thumb-jure figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .o-carrousel-jury .o-carroussel-jury-second {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 3vw;
  }
  .o-carrousel-jury .o-carroussel-jury-second .suivant-slider {
    width: 100%;
  }
}

.m-bloc-basdepage {
  padding: 0 5vh 10vh;
  height: 660px;
  flex-grow: 1;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .m-bloc-basdepage {
    min-height: 50vh;
    padding: 0 3vw 5vw;
    height: 500px;
  }
}
@media (max-width: 575px) {
  .m-bloc-basdepage {
    padding: 0 2vh 3vh;
    width: 88vw;
    min-height: auto;
    height: 450px;
  }
}
.m-bloc-basdepage:first-of-type {
  margin-top: -8vh;
  margin-left: 15vh;
  border: 7px solid #f0d000;
  margin-right: 5vh;
}
@media (max-width: 991px) {
  .m-bloc-basdepage:first-of-type {
    margin-left: 6vw;
    margin-right: 3vw;
  }
}
@media (max-width: 575px) {
  .m-bloc-basdepage:first-of-type {
    margin-top: 3vh;
    margin-left: 6vw;
    margin-right: 6vw;
  }
}
.m-bloc-basdepage:first-of-type h3 {
  color: #f0d000;
}
.m-bloc-basdepage:nth-of-type(2) {
  border: 7px solid #ffffff;
  color: #ffffff;
  margin-right: 15vh;
  margin-left: 5vh;
}
@media (max-width: 991px) {
  .m-bloc-basdepage:nth-of-type(2) {
    margin-left: 3vw;
    margin-right: 6vw;
  }
}
@media (max-width: 575px) {
  .m-bloc-basdepage:nth-of-type(2) {
    margin-top: 3vh;
    margin-left: 6vw;
    margin-right: 6vw;
  }
}
.m-bloc-basdepage:nth-of-type(2) .a-bouton, .m-bloc-basdepage:nth-of-type(2) .a-bouton-vote {
  font-family: "AvenirNextCondensed", sans-serif;
  background-color: #ffffff;
  color: #110f0f;
  border: 1px solid #110f0f;
  text-transform: uppercase;
  border-radius: 0 !important;
  padding: 2px 5px 0;
  font-size: 26px;
  line-height: 100%;
}
.m-bloc-basdepage:nth-of-type(2) .a-bouton:hover, .m-bloc-basdepage:nth-of-type(2) .a-bouton-vote:hover {
  background-color: #110f0f;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.m-bloc-basdepage h3 {
  font-family: "AvenirNextCondensed", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin: 5vh 0;
  font-size: 5vw;
}
@media (max-width: 575px) {
  .m-bloc-basdepage h3 {
    font-size: 12vw;
    margin: 3vh 0 2vh;
  }
}
.m-bloc-basdepage .a-visuel {
  position: absolute;
  height: auto;
  width: 50%;
  left: 0;
  top: 4vh;
  z-index: -1;
}
@media (max-width: 575px) {
  .m-bloc-basdepage .a-visuel {
    width: 100%;
  }
}
.m-bloc-basdepage .a-bouton, .m-bloc-basdepage .a-bouton-vote {
  margin-top: 25px;
  background-color: #f0d000;
  color: #16161b;
  border: 1px solid #f0d000;
  padding: 10px 28px;
  font-size: 16px;
}
.m-bloc-basdepage .a-bouton:hover, .m-bloc-basdepage .a-bouton-vote:hover {
  background-color: #16161b;
  color: #f0d000;
  border: 1px solid #f0d000;
}
@media (max-width: 575px) {
  .m-bloc-basdepage .a-bouton, .m-bloc-basdepage .a-bouton-vote {
    margin-top: 0vh;
  }
}
@media (max-width: 575px) {
  .m-bloc-basdepage .m-bloc-basdepage__picto {
    width: 50px;
  }
}
.m-bloc-basdepage .m-bloc-basdepage__text {
  margin-bottom: 3vh;
}

.m-bloc-navigation h3 {
  color: #f0d000;
  text-transform: uppercase;
  font-family: "gothambold", sans-serif;
}
.m-bloc-navigation .m-bloc-navigation-submenu {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: 5;
  transition: height 0.3s ease;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .m-bloc-navigation .m-bloc-navigation-submenu {
    width: 100vw;
  }
}
.m-bloc-navigation .m-bloc-navigation-submenu.is-expanded {
  height: 100%;
  flex-direction: column;
  justify-content: start;
}
.m-bloc-navigation .m-bloc-navigation-submenu .submenu-backpart {
  background-color: #060608;
}
.m-bloc-navigation .m-bloc-navigation-submenu .submenu-items {
  background-color: #060608;
  height: 266px;
  border-left: 5px solid #060608;
  border-right: 5px solid #060608;
}
@media (max-width: 991px) {
  .m-bloc-navigation .m-bloc-navigation-submenu .submenu-items {
    height: 100%;
    flex-wrap: wrap;
  }
  .m-bloc-navigation .m-bloc-navigation-submenu .submenu-items li:nth-of-type(1) {
    flex-basis: 100%;
    height: 50%;
  }
  .m-bloc-navigation .m-bloc-navigation-submenu .submenu-items li:nth-of-type(2), .m-bloc-navigation .m-bloc-navigation-submenu .submenu-items li:nth-of-type(3) {
    flex-basis: 25%;
    height: 50%;
  }
}
.m-bloc-navigation .m-bloc-navigation-submenu .submenu-items .m-thumb-navigation__text .a-bouton, .m-bloc-navigation .m-bloc-navigation-submenu .submenu-items .m-thumb-navigation__text .a-bouton-vote {
  color: #f0d000;
  border-color: #f0d000;
}
.m-bloc-navigation .m-bloc-navigation-submenu .submenu-items .m-thumb-navigation__text .a-bouton:hover, .m-bloc-navigation .m-bloc-navigation-submenu .submenu-items .m-thumb-navigation__text .a-bouton-vote:hover {
  color: #110f0f;
  border-color: #f0d000;
  background-color: #f0d000;
}
.m-bloc-navigation .m-bloc-navigation-submenu .submenu-backpart {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #f0d000;
  padding: 16px;
  font-family: "gothambold", sans-serif;
  height: 62px;
  cursor: pointer;
}
.m-bloc-navigation .m-bloc-navigation-submenu .submenu-backpart img {
  width: 16px;
  margin-right: 10px;
}
.m-bloc-navigation .m-bloc-navigation-submenu .submenu-backpart span, .m-bloc-navigation .m-bloc-navigation-submenu .submenu-backpart img {
  cursor: pointer;
}
.m-bloc-navigation .m-bloc-navigation-submenu li {
  flex-grow: 1;
  flex-basis: min-content;
}

.m-thumb-navigation {
  position: relative;
  height: 100%;
  display: block;
}
.m-thumb-navigation figure {
  height: 100%;
  width: 100%;
}
.m-thumb-navigation figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.m-thumb-navigation .m-thumb-navigation__text {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  top: 50%;
  transform: translateY(-50%);
}
.m-thumb-navigation .m-thumb-navigation__text h3 {
  font-family: "AvenirNextCondensed-Heavy", sans-serif;
  text-transform: uppercase;
  line-height: 0.8;
  word-break: normal;
}
@media (max-width: 991px) {
  .m-thumb-navigation .m-thumb-navigation__text h3 {
    font-size: 7vw;
  }
}
.m-thumb-navigation .m-thumb-navigation__text h4 {
  line-height: 1;
}

.m-thumb-film, .m-thumb-film-vote {
  aspect-ratio: 3/3.5;
  position: relative;
}
.m-thumb-film::after, .m-thumb-film-vote::after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
@media (max-width: 575px) {
  .m-thumb-film, .m-thumb-film-vote {
    margin-bottom: 6vw;
  }
}
.m-thumb-film figure, .m-thumb-film-vote figure {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.m-thumb-film figure img, .m-thumb-film-vote figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.m-thumb-film .cta, .m-thumb-film-vote .cta {
  position: relative;
  margin: 10px;
  z-index: 2;
}
.m-thumb-film .content, .m-thumb-film-vote .content {
  height: 100%;
  position: relative;
  z-index: 5;
  padding: 20px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  align-content: center;
  transition: all 0.35s ease;
}
.m-thumb-film .content .g-title-thumb, .m-thumb-film-vote .content .g-title-thumb, .m-thumb-film .content .g-title-thumb-small, .m-thumb-film-vote .content .g-title-thumb-small {
  transition: all 0.35s ease;
  opacity: 1;
}
.m-thumb-film .m-thumb-film--hover, .m-thumb-film-vote .m-thumb-film--hover {
  transition: all 0.35s ease;
}
.m-thumb-film .m-thumb-film--hover, .m-thumb-film-vote .m-thumb-film--hover {
  padding: 20px 10px 10px 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.m-thumb-film .m-thumb-film--hover .m-thumb-film--hover-bottom, .m-thumb-film-vote .m-thumb-film--hover .m-thumb-film--hover-bottom {
  opacity: 0;
  transition: all 0.35s ease-in-out;
}
.m-thumb-film .m-thumb-film--hover .g-title-thumb-bis, .m-thumb-film-vote .m-thumb-film--hover .g-title-thumb-bis {
  transform-origin: top left;
  transition: all 0.35s ease-in-out;
  margin-bottom: 10%;
}
.m-thumb-film .m-thumb-film--hover h3, .m-thumb-film-vote .m-thumb-film--hover h3 {
  color: #f0d000;
  text-transform: uppercase;
  font-family: "gothambold", sans-serif;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 5px 0;
}
.m-thumb-film .horaire, .m-thumb-film-vote .horaire {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.m-thumb-film .horaire .jour, .m-thumb-film-vote .horaire .jour, .m-thumb-film .horaire .salle, .m-thumb-film-vote .horaire .salle {
  font-family: "AvenirNextCondensed-Heavy", sans-serif;
  text-transform: uppercase;
}
.m-thumb-film .horaire .jour, .m-thumb-film-vote .horaire .jour, .m-thumb-film .horaire .heure, .m-thumb-film-vote .horaire .heure {
  margin-right: 10px;
}
.m-thumb-film .horaire ul, .m-thumb-film-vote .horaire ul {
  display: flex;
  flex-direction: column;
}
.m-thumb-film .horaire ul .heure-et-salle, .m-thumb-film-vote .horaire ul .heure-et-salle {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.m-thumb-film:hover::after, .m-thumb-film-vote:hover::after {
  opacity: 1;
}
.m-thumb-film:hover .m-thumb-film--hover, .m-thumb-film-vote:hover .m-thumb-film--hover {
  opacity: 1;
}
.m-thumb-film:hover .g-title-thumb, .m-thumb-film-vote:hover .g-title-thumb, .m-thumb-film:hover .g-title-thumb-small, .m-thumb-film-vote:hover .g-title-thumb-small {
  opacity: 0;
}
.m-thumb-film:hover .m-thumb-film--hover-bottom, .m-thumb-film-vote:hover .m-thumb-film--hover-bottom {
  height: 100%;
  opacity: 1;
  transform: translateY(-1.5vw);
}
.m-thumb-film:hover .g-title-thumb-bis, .m-thumb-film-vote:hover .g-title-thumb-bis {
  transform: scale(0.7);
  transform-origin: top left;
}
@media (max-width: 575px) {
  .m-thumb-film:hover .g-title-thumb-bis, .m-thumb-film-vote:hover .g-title-thumb-bis {
    font-size: 12vw;
  }
}

.m-thumb-film-vote::after {
  display: none;
}
.m-thumb-film-vote:hover .content .g-title-thumb, .m-thumb-film-vote:hover .content .g-title-thumb-small {
  opacity: 1;
}

.m-thumb-selection {
  position: relative;
  width: 100%;
  height: 100%;
}
.m-thumb-selection figure {
  width: 100%;
  height: 100%;
}
.m-thumb-selection figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.m-thumb-selection .inner {
  position: absolute;
  top: 0;
  z-index: 0;
  z-index: 2;
  height: 100%;
  padding: 20px 27px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  align-content: stretch;
}
.m-thumb-selection .inner .picto-logo {
  position: relative;
  height: 60%;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 575px) {
  .m-thumb-selection .inner .picto-logo {
    height: 56%;
  }
}
.m-thumb-selection .inner .picto-logo img {
  width: auto;
  height: 100%;
}
@media (max-width: 575px) {
  .m-thumb-selection .inner .picto-logo img {
    width: 26px;
  }
}
.m-thumb-selection .inner .picto-logo h5 {
  font-size: 25px;
  color: #110f0f;
  margin-bottom: 0;
  line-height: 0.8;
  margin-left: 10px;
}
@media (max-width: 575px) {
  .m-thumb-selection .inner .picto-logo h5 {
    font-size: 18px;
    margin-left: 20px;
  }
}
.m-thumb-selection .inner h4 {
  font-family: "AvenirNextCondensed-Heavy", sans-serif;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-size: 3.4vw;
  line-height: 0.8;
  color: #110f0f;
  margin: 0;
}
@media (max-width: 575px) {
  .m-thumb-selection .inner h4 {
    font-size: 40px;
    line-height: 38px;
  }
}

.m-thumb-article {
  position: relative;
  margin-bottom: 10vh;
}
.m-thumb-article figure {
  aspect-ratio: 4/3;
  width: 100%;
  height: 585px;
}
@media (max-width: 991px) {
  .m-thumb-article figure {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .m-thumb-article figure {
    height: 370px;
  }
}
.m-thumb-article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-thumb-article .item-content {
  margin-top: -80px;
  z-index: 1;
  position: relative;
  padding: 0 10vh;
}
@media (max-width: 991px) {
  .m-thumb-article .item-content {
    padding: 0 6vw;
  }
}
@media (max-width: 575px) {
  .m-thumb-article .item-content {
    padding: 0 0 0 6vw;
    margin-top: -90px;
  }
}
.m-thumb-article .item-content .min-texte {
  margin-bottom: 35px;
  padding-right: 10vh;
}
@media (max-width: 991px) {
  .m-thumb-article .item-content .min-texte {
    padding: 0 0 5vh 0;
  }
}
.m-thumb-article .item-content h4 {
  text-transform: capitalize;
}

.m-flex-paragraphe_simple p {
  font-size: 18px;
  line-height: 32px;
}
.m-flex-paragraphe_simple strong {
  font-family: "AvenirNextCondensed", sans-serif;
  font-size: 20px;
}
.m-flex-paragraphe_simple a {
  color: #f0d000;
  text-decoration: underline;
}
.m-flex-paragraphe_simple a:hover {
  color: #ffffff;
}
.m-flex-paragraphe_simple i {
  font-family: "gothambook_italic", sans-serif;
}

.m-flex-paragraphe_misenavant p {
  font-size: 28px;
}
@media (max-width: 575px) {
  .m-flex-paragraphe_misenavant p {
    font-size: 24px;
    margin-left: 10px;
  }
}
.m-flex-paragraphe_misenavant strong {
  font-family: "AvenirNextCondensed", sans-serif;
  font-size: 30px;
}
@media (max-width: 575px) {
  .m-flex-paragraphe_misenavant strong {
    font-size: 26px;
    margin-left: 10px;
  }
}
.m-flex-paragraphe_misenavant a {
  color: #f0d000;
  text-decoration: underline;
}
.m-flex-paragraphe_misenavant a:hover {
  color: #ffffff;
}
.m-flex-paragraphe_misenavant i {
  font-family: "gothambook_italic", sans-serif;
}
@media (max-width: 575px) {
  .m-flex-paragraphe_misenavant .arrow-miseenavant {
    margin-bottom: 25px;
  }
}

.m-flex-citation .nom {
  width: 80%;
}
@media (max-width: 575px) {
  .m-flex-citation .nom {
    margin-bottom: 60px;
  }
}
.m-flex-citation .content {
  margin-left: -2.25rem;
}
.m-flex-citation .fleche {
  margin-right: 3vw;
  margin-top: 1.2rem;
}
@media (max-width: 575px) {
  .m-flex-citation .fleche {
    display: none;
  }
}
.m-flex-citation .citation {
  font-family: "AvenirNextCondensed-Heavy", sans-serif;
  text-transform: uppercase;
  font-size: 3vw;
  line-height: 1.2;
  margin-left: 0;
}
@media (max-width: 575px) {
  .m-flex-citation .citation {
    margin-left: 0;
    font-size: 8vw;
  }
}

.m-flex-paragraphe_media .splide__pagination {
  justify-content: flex-end;
}
.m-flex-paragraphe_media .splide__slide {
  width: 100%;
}
.m-flex-paragraphe_media .splide__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.m-flex-paragraphe_media .g-content-flex {
  margin-top: 10vh;
}

.m-flex-media_large {
  padding: 10vh 0;
}
.m-flex-media_large figure {
  width: 100%;
}
.m-flex-media_large figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.m-flex-liste_type_1 ul li .content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
  padding-bottom: 5px;
}
@media (max-width: 575px) {
  .m-flex-liste_type_1 ul li .content {
    flex-direction: column;
  }
}
.m-flex-liste_type_1 ul li .content .label {
  width: 50%;
}
.m-flex-liste_type_1 ul li .content .value {
  width: 50%;
  text-transform: uppercase;
  font-family: "AvenirNextCondensed", sans-serif;
}
.m-flex-liste_type_1 ul li a {
  color: #f0d000;
  text-decoration: underline;
}
.m-flex-liste_type_1.inverse ul li .content .label {
  font-family: "AvenirNextCondensed", sans-serif;
  text-transform: uppercase;
}
.m-flex-liste_type_1.inverse ul li .content .value {
  text-transform: none;
  font-family: "gothamlight", sans-serif;
}

.m-flex-liste_type_2 ul li .content {
  padding-bottom: 10px;
}
.m-flex-liste_type_2 ul li .content .label {
  text-transform: uppercase;
  font-family: "AvenirNextCondensed", sans-serif;
}
.m-flex-liste_type_2 ul li a {
  color: #f0d000;
  text-decoration: underline;
}

.m-flex-liste_films .g-grid-padding-right {
  align-items: end;
}
.m-flex-liste_films .g-title-flex, .m-flex-liste_films .g-content-flex h2, .g-content-flex .m-flex-liste_films h2, .m-flex-liste_films .m-flex-paragraphe_simple h2, .m-flex-paragraphe_simple .m-flex-liste_films h2, .m-flex-liste_films .m-flex-paragraphe_misenavant h2, .m-flex-paragraphe_misenavant .m-flex-liste_films h2 {
  margin-bottom: 1rem;
}

.m-flex-video {
  text-align: center;
}
.m-flex-video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.m-flex-telechargement .text {
  width: 35%;
}
@media (max-width: 575px) {
  .m-flex-telechargement .text {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.m-flex-telechargement h2 {
  font-size: 2vw;
  width: 45%;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .m-flex-telechargement h2 {
    font-size: 5vw;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.m-programme-film {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.m-programme-film .title {
  text-transform: uppercase;
  font-family: "AvenirNextCondensed-Heavy", sans-serif;
  margin-right: 30px;
  margin-left: 15px;
  font-size: 22px;
}
.m-programme-film .duree {
  font-family: "gothambook", sans-serif;
  font-size: 18px;
}

.a-bouton, .a-bouton-vote {
  border-radius: 32px;
  font-family: "gothambold", sans-serif;
  padding: 10px 28px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ffffff;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.a-bouton:hover, .a-bouton-vote:hover {
  background-color: #ffffff;
  color: #110f0f;
  border: 1px solid #ffffff;
}
.a-bouton:nth-of-type(2), .a-bouton-vote:nth-of-type(2), .a-bouton.a-bouton-jaune, .a-bouton-jaune.a-bouton-vote {
  background-color: #f0d000;
  color: #16161b;
  border: 1px solid #f0d000;
}
.a-bouton:nth-of-type(2):hover, .a-bouton-vote:nth-of-type(2):hover, .a-bouton.a-bouton-jaune:hover, .a-bouton-jaune.a-bouton-vote:hover {
  background-color: #16161b;
  color: #f0d000;
  border: 1px solid #f0d000;
}
.a-bouton.a-bouton-carre-blanc, .a-bouton-carre-blanc.a-bouton-vote {
  font-size: 26px;
  background-color: #ffffff;
  color: #110f0f;
  border: 3px solid #110f0f;
  text-transform: uppercase;
  border-radius: 0 !important;
  padding: 2px 5px 0;
  line-height: 100%;
  font-family: "AvenirNextCondensed", sans-serif;
}
.a-bouton.a-bouton-carre-blanc:hover, .a-bouton-carre-blanc.a-bouton-vote:hover {
  background-color: #110f0f;
  color: #ffffff;
  border: 3px solid #110f0f;
}
.a-bouton.a-bouton-carre-border, .a-bouton-carre-border.a-bouton-vote {
  font-size: 26px;
  background-color: transparent;
  color: #ffffff;
  border: 3px solid #ffffff;
  text-transform: uppercase;
  border-radius: 0 !important;
  padding: 2px 5px 0;
  line-height: 100%;
  font-family: "AvenirNextCondensed", sans-serif;
}
.a-bouton.a-bouton-carre-border:hover, .a-bouton-carre-border.a-bouton-vote:hover {
  background-color: #ffffff;
  color: #110f0f;
  border: 3px solid #ffffff;
}
.a-bouton.a-bouton-carre-border.primary, .a-bouton-carre-border.primary.a-bouton-vote {
  border: 3px solid #f0d000;
  color: #f0d000;
}
.a-bouton.a-bouton-carre-border.primary:hover, .a-bouton-carre-border.primary.a-bouton-vote:hover {
  background-color: #f0d000;
  color: #110f0f;
  border: 3px solid #f0d000;
}
.a-bouton.a-bouton-carre-jaune, .a-bouton-carre-jaune.a-bouton-vote {
  font-size: 26px;
  color: #f0d000;
  border: 3px solid #f0d000;
  text-transform: uppercase;
  border-radius: 0 !important;
  padding: 2px 5px 0;
  line-height: 100%;
  font-family: "AvenirNextCondensed", sans-serif;
}
.a-bouton.a-bouton-carre-jaune:hover, .a-bouton-carre-jaune.a-bouton-vote:hover {
  background-color: #f0d000;
  color: #ffffff;
  border: 3px solid #ffffff;
}
.a-bouton.small, .small.a-bouton-vote {
  font-size: 18px;
  padding: 4px 5px 0;
}

.a-bouton--blanc {
  background-color: #ffffff;
  color: #110f0f;
  border: 1px solid #ffffff;
}
.a-bouton--blanc:hover {
  background-color: #110f0f;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.a-bouton-vote {
  cursor: pointer;
}

.a-bouton-suivant {
  color: #ffffff;
  font-size: 15px;
}
.a-bouton-suivant span {
  display: block;
}
.a-bouton-suivant img {
  margin-top: -20px;
}