@charset "UTF-8";
/*!
* KNACSS Reborn: Just keep it simple!
* @author: Alsacreations
* v8.0.4 2021/04
* Licence WTFPL http://www.wtfpl.net/
*/
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.otf") format("opentype");
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BookItalic.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
/* 
 * 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;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0 0.75rem;
  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: 480px) {
  .layout-maxed {
    grid-template-columns: minmax(4rem, 1fr) minmax(auto, 480px) minmax(4rem, 1fr);
  }
}
@media (min-width: 572px) {
  .layout-maxed {
    grid-template-columns: minmax(4rem, 1fr) minmax(auto, 572px) minmax(4rem, 1fr);
  }
}
@media (min-width: 768px) {
  .layout-maxed {
    grid-template-columns: minmax(4rem, 1fr) minmax(auto, 768px) minmax(4rem, 1fr);
  }
}
@media (min-width: 960px) {
  .layout-maxed {
    grid-template-columns: minmax(4rem, 1fr) minmax(auto, 960px) minmax(4rem, 1fr);
  }
}
@media (min-width: 1080px) {
  .layout-maxed {
    grid-template-columns: minmax(4rem, 1fr) minmax(auto, 1080px) minmax(4rem, 1fr);
  }
}
@media (min-width: 1200px) {
  .layout-maxed {
    grid-template-columns: minmax(4rem, 1fr) minmax(auto, 1200px) minmax(4rem, 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-reverse {
  flex-direction: row-reverse;
}

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

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

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

.flex-fluid {
  flex: 1;
}

.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-bigger {
  font-size: bigger;
}

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

.no-line-height {
  line-height: 1;
}

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

@media (min-width: 480px) {
  .tn\:hidden {
    display: none;
  }
}
@media (min-width: 572px) {
  .sm\:hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }
}
@media (min-width: 960px) {
  .lg\:hidden {
    display: none;
  }
}
@media (min-width: 1080px) {
  .xl\:hidden {
    display: none;
  }
}
@media (min-width: 1200px) {
  .xxl\:hidden {
    display: none;
  }
}
@media (min-width: 480px) {
  .tn\:block {
    display: block;
  }
}
@media (min-width: 572px) {
  .sm\:block {
    display: block;
  }
}
@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
}
@media (min-width: 960px) {
  .lg\:block {
    display: block;
  }
}
@media (min-width: 1080px) {
  .xl\:block {
    display: block;
  }
}
@media (min-width: 1200px) {
  .xxl\:block {
    display: block;
  }
}
@media (min-width: 480px) {
  .tn\:inline {
    display: inline;
  }
}
@media (min-width: 572px) {
  .sm\:inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .md\:inline {
    display: inline;
  }
}
@media (min-width: 960px) {
  .lg\:inline {
    display: inline;
  }
}
@media (min-width: 1080px) {
  .xl\:inline {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .xxl\:inline {
    display: inline;
  }
}
@media (min-width: 480px) {
  .tn\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 572px) {
  .sm\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .md\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 960px) {
  .lg\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 1080px) {
  .xl\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .xxl\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 480px) {
  .tn\:flex {
    display: flex;
  }
}
@media (min-width: 572px) {
  .sm\:flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }
}
@media (min-width: 960px) {
  .lg\:flex {
    display: flex;
  }
}
@media (min-width: 1080px) {
  .xl\:flex {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .xxl\:flex {
    display: flex;
  }
}
@media (min-width: 480px) {
  .tn\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 572px) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1080px) {
  .xl\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .xxl\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 480px) {
  .tn\:flex-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 572px) {
  .sm\:flex-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .md\:flex-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 960px) {
  .lg\:flex-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1080px) {
  .xl\:flex-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .xxl\:flex-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 480px) {
  .tn\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 572px) {
  .sm\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .md\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 960px) {
  .lg\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 1080px) {
  .xl\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .xxl\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 480px) {
  .tn\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 572px) {
  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 960px) {
  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1080px) {
  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .xxl\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 480px) {
  .tn\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 572px) {
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 960px) {
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 1080px) {
  .xl\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .xxl\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 480px) {
  .tn\:flex-no-wrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 572px) {
  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 960px) {
  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1080px) {
  .xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .xxl\:flex-no-wrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 480px) {
  .tn\:flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 572px) {
  .sm\:flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 768px) {
  .md\:flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 960px) {
  .lg\:flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 1080px) {
  .xl\:flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 1200px) {
  .xxl\:flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 480px) {
  .tn\:flex-no-shrink {
    flex-shrink: 0;
  }
}
@media (min-width: 572px) {
  .sm\:flex-no-shrink {
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .md\:flex-no-shrink {
    flex-shrink: 0;
  }
}
@media (min-width: 960px) {
  .lg\:flex-no-shrink {
    flex-shrink: 0;
  }
}
@media (min-width: 1080px) {
  .xl\:flex-no-shrink {
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .xxl\:flex-no-shrink {
    flex-shrink: 0;
  }
}
@media (min-width: 480px) {
  .tn\:flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 572px) {
  .sm\:flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .md\:flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 960px) {
  .lg\:flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 1080px) {
  .xl\:flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .xxl\:flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 480px) {
  .tn\:flex-no-grow {
    flex-grow: 0;
  }
}
@media (min-width: 572px) {
  .sm\:flex-no-grow {
    flex-grow: 0;
  }
}
@media (min-width: 768px) {
  .md\:flex-no-grow {
    flex-grow: 0;
  }
}
@media (min-width: 960px) {
  .lg\:flex-no-grow {
    flex-grow: 0;
  }
}
@media (min-width: 1080px) {
  .xl\:flex-no-grow {
    flex-grow: 0;
  }
}
@media (min-width: 1200px) {
  .xxl\:flex-no-grow {
    flex-grow: 0;
  }
}
@media (min-width: 480px) {
  .tn\:flex-fluid {
    flex: 1;
  }
}
@media (min-width: 572px) {
  .sm\:flex-fluid {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .md\:flex-fluid {
    flex: 1;
  }
}
@media (min-width: 960px) {
  .lg\:flex-fluid {
    flex: 1;
  }
}
@media (min-width: 1080px) {
  .xl\:flex-fluid {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .xxl\:flex-fluid {
    flex: 1;
  }
}
@media (min-width: 480px) {
  .tn\:float-left {
    float: left;
  }
}
@media (min-width: 572px) {
  .sm\:float-left {
    float: left;
  }
}
@media (min-width: 768px) {
  .md\:float-left {
    float: left;
  }
}
@media (min-width: 960px) {
  .lg\:float-left {
    float: left;
  }
}
@media (min-width: 1080px) {
  .xl\:float-left {
    float: left;
  }
}
@media (min-width: 1200px) {
  .xxl\:float-left {
    float: left;
  }
}
@media (min-width: 480px) {
  .tn\:float-right {
    float: right;
  }
}
@media (min-width: 572px) {
  .sm\:float-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .md\:float-right {
    float: right;
  }
}
@media (min-width: 960px) {
  .lg\:float-right {
    float: right;
  }
}
@media (min-width: 1080px) {
  .xl\:float-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .xxl\:float-right {
    float: right;
  }
}
@media (min-width: 480px) {
  .tn\:float-none {
    float: none;
  }
}
@media (min-width: 572px) {
  .sm\:float-none {
    float: none;
  }
}
@media (min-width: 768px) {
  .md\:float-none {
    float: none;
  }
}
@media (min-width: 960px) {
  .lg\:float-none {
    float: none;
  }
}
@media (min-width: 1080px) {
  .xl\:float-none {
    float: none;
  }
}
@media (min-width: 1200px) {
  .xxl\:float-none {
    float: none;
  }
}
@media (min-width: 480px) {
  .tn\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 572px) {
  .sm\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .md\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 960px) {
  .lg\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 1080px) {
  .xl\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 480px) {
  .tn\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 572px) {
  .sm\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 768px) {
  .md\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 960px) {
  .lg\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 1080px) {
  .xl\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 480px) {
  .tn\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 572px) {
  .sm\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .md\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 960px) {
  .lg\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 1080px) {
  .xl\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 480px) {
  .tn\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 572px) {
  .sm\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 768px) {
  .md\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 960px) {
  .lg\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 1080px) {
  .xl\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 480px) {
  .tn\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 572px) {
  .sm\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 768px) {
  .md\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 960px) {
  .lg\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 1080px) {
  .xl\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 480px) {
  .tn\:text-bigger {
    font-size: bigger;
  }
}
@media (min-width: 572px) {
  .sm\:text-bigger {
    font-size: bigger;
  }
}
@media (min-width: 768px) {
  .md\:text-bigger {
    font-size: bigger;
  }
}
@media (min-width: 960px) {
  .lg\:text-bigger {
    font-size: bigger;
  }
}
@media (min-width: 1080px) {
  .xl\:text-bigger {
    font-size: bigger;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-bigger {
    font-size: bigger;
  }
}
@media (min-width: 480px) {
  .tn\:text-left {
    text-align: left;
  }
}
@media (min-width: 572px) {
  .sm\:text-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .md\:text-left {
    text-align: left;
  }
}
@media (min-width: 960px) {
  .lg\:text-left {
    text-align: left;
  }
}
@media (min-width: 1080px) {
  .xl\:text-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-left {
    text-align: left;
  }
}
@media (min-width: 480px) {
  .tn\:text-center {
    text-align: center;
  }
}
@media (min-width: 572px) {
  .sm\:text-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .md\:text-center {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .lg\:text-center {
    text-align: center;
  }
}
@media (min-width: 1080px) {
  .xl\:text-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-center {
    text-align: center;
  }
}
@media (min-width: 480px) {
  .tn\:text-right {
    text-align: right;
  }
}
@media (min-width: 572px) {
  .sm\:text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .md\:text-right {
    text-align: right;
  }
}
@media (min-width: 960px) {
  .lg\:text-right {
    text-align: right;
  }
}
@media (min-width: 1080px) {
  .xl\:text-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-right {
    text-align: right;
  }
}
@media (min-width: 480px) {
  .tn\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 572px) {
  .sm\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .md\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 960px) {
  .lg\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 1080px) {
  .xl\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 480px) {
  .tn\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 572px) {
  .sm\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 768px) {
  .md\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 960px) {
  .lg\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 1080px) {
  .xl\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 480px) {
  .tn\:no-line-height {
    line-height: 1;
  }
}
@media (min-width: 572px) {
  .sm\:no-line-height {
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .md\:no-line-height {
    line-height: 1;
  }
}
@media (min-width: 960px) {
  .lg\:no-line-height {
    line-height: 1;
  }
}
@media (min-width: 1080px) {
  .xl\:no-line-height {
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .xxl\:no-line-height {
    line-height: 1;
  }
}
@media (min-width: 480px) {
  .tn\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 572px) {
  .sm\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .md\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 960px) {
  .lg\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 1080px) {
  .xl\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .xxl\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 480px) {
  .tn\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 572px) {
  .sm\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .md\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 960px) {
  .lg\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 1080px) {
  .xl\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .xxl\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 480px) {
  .tn\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 572px) {
  .sm\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .md\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 960px) {
  .lg\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 1080px) {
  .xl\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .xxl\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 480px) {
  .tn\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 572px) {
  .sm\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 960px) {
  .lg\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 1080px) {
  .xl\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .xxl\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 480px) {
  .tn\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 572px) {
  .sm\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .md\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 960px) {
  .lg\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 1080px) {
  .xl\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  .xxl\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 480px) {
  .tn\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 572px) {
  .sm\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 768px) {
  .md\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 960px) {
  .lg\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1080px) {
  .xl\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1200px) {
  .xxl\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 480px) {
  .tn\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 572px) {
  .sm\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 768px) {
  .md\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 960px) {
  .lg\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 1080px) {
  .xl\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 1200px) {
  .xxl\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 480px) {
  .tn\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 572px) {
  .sm\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 768px) {
  .md\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 960px) {
  .lg\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 1080px) {
  .xl\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 1200px) {
  .xxl\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 480px) {
  .tn\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 572px) {
  .sm\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 768px) {
  .md\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 960px) {
  .lg\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 1080px) {
  .xl\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 1200px) {
  .xxl\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 480px) {
  .tn\:align-start {
    align-content: start;
  }
}
@media (min-width: 572px) {
  .sm\:align-start {
    align-content: start;
  }
}
@media (min-width: 768px) {
  .md\:align-start {
    align-content: start;
  }
}
@media (min-width: 960px) {
  .lg\:align-start {
    align-content: start;
  }
}
@media (min-width: 1080px) {
  .xl\:align-start {
    align-content: start;
  }
}
@media (min-width: 1200px) {
  .xxl\:align-start {
    align-content: start;
  }
}
@media (min-width: 480px) {
  .tn\:align-end {
    align-content: end;
  }
}
@media (min-width: 572px) {
  .sm\:align-end {
    align-content: end;
  }
}
@media (min-width: 768px) {
  .md\:align-end {
    align-content: end;
  }
}
@media (min-width: 960px) {
  .lg\:align-end {
    align-content: end;
  }
}
@media (min-width: 1080px) {
  .xl\:align-end {
    align-content: end;
  }
}
@media (min-width: 1200px) {
  .xxl\:align-end {
    align-content: end;
  }
}
@media (min-width: 480px) {
  .tn\:align-center {
    align-content: center;
  }
}
@media (min-width: 572px) {
  .sm\:align-center {
    align-content: center;
  }
}
@media (min-width: 768px) {
  .md\:align-center {
    align-content: center;
  }
}
@media (min-width: 960px) {
  .lg\:align-center {
    align-content: center;
  }
}
@media (min-width: 1080px) {
  .xl\:align-center {
    align-content: center;
  }
}
@media (min-width: 1200px) {
  .xxl\:align-center {
    align-content: center;
  }
}
@media (min-width: 480px) {
  .tn\:align-between {
    align-content: space-between;
  }
}
@media (min-width: 572px) {
  .sm\:align-between {
    align-content: space-between;
  }
}
@media (min-width: 768px) {
  .md\:align-between {
    align-content: space-between;
  }
}
@media (min-width: 960px) {
  .lg\:align-between {
    align-content: space-between;
  }
}
@media (min-width: 1080px) {
  .xl\:align-between {
    align-content: space-between;
  }
}
@media (min-width: 1200px) {
  .xxl\:align-between {
    align-content: space-between;
  }
}
@media (min-width: 480px) {
  .tn\:align-around {
    align-content: space-around;
  }
}
@media (min-width: 572px) {
  .sm\:align-around {
    align-content: space-around;
  }
}
@media (min-width: 768px) {
  .md\:align-around {
    align-content: space-around;
  }
}
@media (min-width: 960px) {
  .lg\:align-around {
    align-content: space-around;
  }
}
@media (min-width: 1080px) {
  .xl\:align-around {
    align-content: space-around;
  }
}
@media (min-width: 1200px) {
  .xxl\:align-around {
    align-content: space-around;
  }
}
@media (min-width: 480px) {
  .tn\:align-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 572px) {
  .sm\:align-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 768px) {
  .md\:align-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 960px) {
  .lg\:align-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 1080px) {
  .xl\:align-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 1200px) {
  .xxl\:align-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 480px) {
  .tn\:align-items-start {
    align-items: flex-start;
  }
}
@media (min-width: 572px) {
  .sm\:align-items-start {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .md\:align-items-start {
    align-items: flex-start;
  }
}
@media (min-width: 960px) {
  .lg\:align-items-start {
    align-items: flex-start;
  }
}
@media (min-width: 1080px) {
  .xl\:align-items-start {
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .xxl\:align-items-start {
    align-items: flex-start;
  }
}
@media (min-width: 480px) {
  .tn\:align-items-end {
    align-items: flex-end;
  }
}
@media (min-width: 572px) {
  .sm\:align-items-end {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .md\:align-items-end {
    align-items: flex-end;
  }
}
@media (min-width: 960px) {
  .lg\:align-items-end {
    align-items: flex-end;
  }
}
@media (min-width: 1080px) {
  .xl\:align-items-end {
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .xxl\:align-items-end {
    align-items: flex-end;
  }
}
@media (min-width: 480px) {
  .tn\:align-items-center {
    align-items: center;
  }
}
@media (min-width: 572px) {
  .sm\:align-items-center {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .md\:align-items-center {
    align-items: center;
  }
}
@media (min-width: 960px) {
  .lg\:align-items-center {
    align-items: center;
  }
}
@media (min-width: 1080px) {
  .xl\:align-items-center {
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .xxl\:align-items-center {
    align-items: center;
  }
}
@media (min-width: 480px) {
  .tn\:place-center {
    place-content: center;
  }
}
@media (min-width: 572px) {
  .sm\:place-center {
    place-content: center;
  }
}
@media (min-width: 768px) {
  .md\:place-center {
    place-content: center;
  }
}
@media (min-width: 960px) {
  .lg\:place-center {
    place-content: center;
  }
}
@media (min-width: 1080px) {
  .xl\:place-center {
    place-content: center;
  }
}
@media (min-width: 1200px) {
  .xxl\:place-center {
    place-content: center;
  }
}
@media (min-width: 480px) {
  .tn\:justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 572px) {
  .sm\:justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 768px) {
  .md\:justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 960px) {
  .lg\:justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 1080px) {
  .xl\:justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 1200px) {
  .xxl\:justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 480px) {
  .tn\:justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 572px) {
  .sm\:justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 768px) {
  .md\:justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 960px) {
  .lg\:justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 1080px) {
  .xl\:justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 1200px) {
  .xxl\:justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 480px) {
  .tn\:justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 572px) {
  .sm\:justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 768px) {
  .md\:justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 960px) {
  .lg\:justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 1080px) {
  .xl\:justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 1200px) {
  .xxl\:justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 480px) {
  .tn\:justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 572px) {
  .sm\:justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 768px) {
  .md\:justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 960px) {
  .lg\:justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 1080px) {
  .xl\:justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 1200px) {
  .xxl\:justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 480px) {
  .tn\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 572px) {
  .sm\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 768px) {
  .md\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 960px) {
  .lg\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 1080px) {
  .xl\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 1200px) {
  .xxl\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 480px) {
  .tn\:align-self-auto {
    align-self: auto;
  }
}
@media (min-width: 572px) {
  .sm\:align-self-auto {
    align-self: auto;
  }
}
@media (min-width: 768px) {
  .md\:align-self-auto {
    align-self: auto;
  }
}
@media (min-width: 960px) {
  .lg\:align-self-auto {
    align-self: auto;
  }
}
@media (min-width: 1080px) {
  .xl\:align-self-auto {
    align-self: auto;
  }
}
@media (min-width: 1200px) {
  .xxl\:align-self-auto {
    align-self: auto;
  }
}
@media (min-width: 480px) {
  .tn\:align-self-start {
    align-self: flex-start;
  }
}
@media (min-width: 572px) {
  .sm\:align-self-start {
    align-self: flex-start;
  }
}
@media (min-width: 768px) {
  .md\:align-self-start {
    align-self: flex-start;
  }
}
@media (min-width: 960px) {
  .lg\:align-self-start {
    align-self: flex-start;
  }
}
@media (min-width: 1080px) {
  .xl\:align-self-start {
    align-self: flex-start;
  }
}
@media (min-width: 1200px) {
  .xxl\:align-self-start {
    align-self: flex-start;
  }
}
@media (min-width: 480px) {
  .tn\:align-self-end {
    align-self: flex-end;
  }
}
@media (min-width: 572px) {
  .sm\:align-self-end {
    align-self: flex-end;
  }
}
@media (min-width: 768px) {
  .md\:align-self-end {
    align-self: flex-end;
  }
}
@media (min-width: 960px) {
  .lg\:align-self-end {
    align-self: flex-end;
  }
}
@media (min-width: 1080px) {
  .xl\:align-self-end {
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .xxl\:align-self-end {
    align-self: flex-end;
  }
}
@media (min-width: 480px) {
  .tn\:align-self-center {
    align-self: center;
  }
}
@media (min-width: 572px) {
  .sm\:align-self-center {
    align-self: center;
  }
}
@media (min-width: 768px) {
  .md\:align-self-center {
    align-self: center;
  }
}
@media (min-width: 960px) {
  .lg\:align-self-center {
    align-self: center;
  }
}
@media (min-width: 1080px) {
  .xl\:align-self-center {
    align-self: center;
  }
}
@media (min-width: 1200px) {
  .xxl\:align-self-center {
    align-self: center;
  }
}
@media (min-width: 480px) {
  .tn\:align-self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 572px) {
  .sm\:align-self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 768px) {
  .md\:align-self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 960px) {
  .lg\:align-self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1080px) {
  .xl\:align-self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1200px) {
  .xxl\:align-self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 480px) {
  .tn\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 572px) {
  .sm\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .md\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 960px) {
  .lg\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 1080px) {
  .xl\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  .xxl\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 480px) {
  .tn\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 572px) {
  .sm\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .md\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 960px) {
  .lg\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1080px) {
  .xl\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  .xxl\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 480px) {
  .tn\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 572px) {
  .sm\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .md\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 960px) {
  .lg\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 1080px) {
  .xl\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .xxl\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 480px) {
  .tn\:item-first {
    order: -100;
  }
}
@media (min-width: 572px) {
  .sm\:item-first {
    order: -100;
  }
}
@media (min-width: 768px) {
  .md\:item-first {
    order: -100;
  }
}
@media (min-width: 960px) {
  .lg\:item-first {
    order: -100;
  }
}
@media (min-width: 1080px) {
  .xl\:item-first {
    order: -100;
  }
}
@media (min-width: 1200px) {
  .xxl\:item-first {
    order: -100;
  }
}
@media (min-width: 480px) {
  .tn\:item-last {
    order: 100;
  }
}
@media (min-width: 572px) {
  .sm\:item-last {
    order: 100;
  }
}
@media (min-width: 768px) {
  .md\:item-last {
    order: 100;
  }
}
@media (min-width: 960px) {
  .lg\:item-last {
    order: 100;
  }
}
@media (min-width: 1080px) {
  .xl\:item-last {
    order: 100;
  }
}
@media (min-width: 1200px) {
  .xxl\:item-last {
    order: 100;
  }
}
.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;
}

@media (min-width: 480px) {
  .tn\: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;
  }
  .tn\:is-unstyled {
    list-style: none;
    padding-left: 0;
  }
  .tn\:is-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    filter: grayscale(1);
  }
  .tn\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}
@media (min-width: 572px) {
  .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: 768px) {
  .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: 960px) {
  .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;
  }
}
@media (min-width: 1080px) {
  .xl\: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;
  }
  .xl\:is-unstyled {
    list-style: none;
    padding-left: 0;
  }
  .xl\:is-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    filter: grayscale(1);
  }
  .xl\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}
@media (min-width: 1200px) {
  .xxl\: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;
  }
  .xxl\:is-unstyled {
    list-style: none;
    padding-left: 0;
  }
  .xxl\:is-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    filter: grayscale(1);
  }
  .xxl\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}
/* Font sizes utility classes */
.text-10 {
  font-size: 0.625rem;
}

.text-11 {
  font-size: 0.6875rem;
}

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

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

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

.text-18 {
  font-size: 1.125rem;
}

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

.text-24 {
  font-size: 1.5rem;
}

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

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

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

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

@media (min-width: 480px) {
  .tn\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 572px) {
  .sm\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) {
  .md\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 960px) {
  .lg\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 1080px) {
  .xl\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 480px) {
  .tn\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 572px) {
  .sm\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 768px) {
  .md\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 960px) {
  .lg\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1080px) {
  .xl\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 480px) {
  .tn\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 572px) {
  .sm\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .md\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 960px) {
  .lg\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 1080px) {
  .xl\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 480px) {
  .tn\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 572px) {
  .sm\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .md\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 960px) {
  .lg\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 1080px) {
  .xl\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 480px) {
  .tn\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 572px) {
  .sm\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .md\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 960px) {
  .lg\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 1080px) {
  .xl\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 480px) {
  .tn\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 572px) {
  .sm\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .md\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 960px) {
  .lg\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1080px) {
  .xl\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 480px) {
  .tn\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 572px) {
  .sm\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .md\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 960px) {
  .lg\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1080px) {
  .xl\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 480px) {
  .tn\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 572px) {
  .sm\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .md\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 960px) {
  .lg\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1080px) {
  .xl\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 480px) {
  .tn\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 572px) {
  .sm\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .md\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 960px) {
  .lg\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1080px) {
  .xl\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 480px) {
  .tn\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 572px) {
  .sm\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .md\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 960px) {
  .lg\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1080px) {
  .xl\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 480px) {
  .tn\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 572px) {
  .sm\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .md\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 960px) {
  .lg\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 1080px) {
  .xl\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .xxl\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 480px) {
  .tn\:text-inherit {
    font-size: "inherit";
  }
}
@media (min-width: 572px) {
  .sm\:text-inherit {
    font-size: "inherit";
  }
}
@media (min-width: 768px) {
  .md\:text-inherit {
    font-size: "inherit";
  }
}
@media (min-width: 960px) {
  .lg\:text-inherit {
    font-size: "inherit";
  }
}
@media (min-width: 1080px) {
  .xl\:text-inherit {
    font-size: "inherit";
  }
}
@media (min-width: 1200px) {
  .xxl\: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;
}

.p-1 {
  padding: 0.5rem;
}

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

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

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

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

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

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

.m-1 {
  margin: 0.5rem;
}

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

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

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

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

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

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

.p-2 {
  padding: 0.75rem;
}

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

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

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

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

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

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

.m-2 {
  margin: 0.75rem;
}

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

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

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

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

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

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

.p-3 {
  padding: 1rem;
}

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

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

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

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

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

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

.m-3 {
  margin: 1rem;
}

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

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

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

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

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

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

.p-4 {
  padding: 1.5rem;
}

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

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

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

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

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

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

.m-4 {
  margin: 1.5rem;
}

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

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

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

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

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

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

.p-5 {
  padding: 2rem;
}

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

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

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

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

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

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

.m-5 {
  margin: 2rem;
}

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

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

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

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

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

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

.p-6 {
  padding: 2.5rem;
}

.pt-6 {
  padding-top: 2.5rem;
}

.pr-6 {
  padding-right: 2.5rem;
}

.pb-6 {
  padding-bottom: 2.5rem;
}

.pl-6 {
  padding-left: 2.5rem;
}

.px-6 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-6 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.m-6 {
  margin: 2.5rem;
}

.mt-6 {
  margin-top: 2.5rem;
}

.mr-6 {
  margin-right: 2.5rem;
}

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

.ml-6 {
  margin-left: 2.5rem;
}

.mx-6 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-6 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-7 {
  padding: 3rem;
}

.pt-7 {
  padding-top: 3rem;
}

.pr-7 {
  padding-right: 3rem;
}

.pb-7 {
  padding-bottom: 3rem;
}

.pl-7 {
  padding-left: 3rem;
}

.px-7 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.m-7 {
  margin: 3rem;
}

.mt-7 {
  margin-top: 3rem;
}

.mr-7 {
  margin-right: 3rem;
}

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

.ml-7 {
  margin-left: 3rem;
}

.mx-7 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-7 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.p-8 {
  padding: 4rem;
}

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

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

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

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

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

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

.m-8 {
  margin: 4rem;
}

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

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

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

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

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

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

.p-9 {
  padding: 5rem;
}

.pt-9 {
  padding-top: 5rem;
}

.pr-9 {
  padding-right: 5rem;
}

.pb-9 {
  padding-bottom: 5rem;
}

.pl-9 {
  padding-left: 5rem;
}

.px-9 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.m-9 {
  margin: 5rem;
}

.mt-9 {
  margin-top: 5rem;
}

.mr-9 {
  margin-right: 5rem;
}

.mb-9 {
  margin-bottom: 5rem;
}

.ml-9 {
  margin-left: 5rem;
}

.mx-9 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-9 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.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: 480px) {
  .tn\:p-0 {
    padding: 0;
  }
  .tn\:pt-0 {
    padding-top: 0;
  }
  .tn\:pr-0 {
    padding-right: 0;
  }
  .tn\:pb-0 {
    padding-bottom: 0;
  }
  .tn\:pl-0 {
    padding-left: 0;
  }
  .tn\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .tn\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .tn\:m-0 {
    margin: 0;
  }
  .tn\:mt-0 {
    margin-top: 0;
  }
  .tn\:mr-0 {
    margin-right: 0;
  }
  .tn\:mb-0 {
    margin-bottom: 0;
  }
  .tn\:ml-0 {
    margin-left: 0;
  }
  .tn\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .tn\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .tn\:p-1 {
    padding: 0.5rem;
  }
  .tn\:pt-1 {
    padding-top: 0.5rem;
  }
  .tn\:pr-1 {
    padding-right: 0.5rem;
  }
  .tn\:pb-1 {
    padding-bottom: 0.5rem;
  }
  .tn\:pl-1 {
    padding-left: 0.5rem;
  }
  .tn\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .tn\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .tn\:m-1 {
    margin: 0.5rem;
  }
  .tn\:mt-1 {
    margin-top: 0.5rem;
  }
  .tn\:mr-1 {
    margin-right: 0.5rem;
  }
  .tn\:mb-1 {
    margin-bottom: 0.5rem;
  }
  .tn\:ml-1 {
    margin-left: 0.5rem;
  }
  .tn\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .tn\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 480px) {
  .tn\:p-2 {
    padding: 0.75rem;
  }
  .tn\:pt-2 {
    padding-top: 0.75rem;
  }
  .tn\:pr-2 {
    padding-right: 0.75rem;
  }
  .tn\:pb-2 {
    padding-bottom: 0.75rem;
  }
  .tn\:pl-2 {
    padding-left: 0.75rem;
  }
  .tn\:px-2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .tn\:py-2 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .tn\:m-2 {
    margin: 0.75rem;
  }
  .tn\:mt-2 {
    margin-top: 0.75rem;
  }
  .tn\:mr-2 {
    margin-right: 0.75rem;
  }
  .tn\:mb-2 {
    margin-bottom: 0.75rem;
  }
  .tn\:ml-2 {
    margin-left: 0.75rem;
  }
  .tn\:mx-2 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .tn\:my-2 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 480px) {
  .tn\:p-3 {
    padding: 1rem;
  }
  .tn\:pt-3 {
    padding-top: 1rem;
  }
  .tn\:pr-3 {
    padding-right: 1rem;
  }
  .tn\:pb-3 {
    padding-bottom: 1rem;
  }
  .tn\:pl-3 {
    padding-left: 1rem;
  }
  .tn\:px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .tn\:py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .tn\:m-3 {
    margin: 1rem;
  }
  .tn\:mt-3 {
    margin-top: 1rem;
  }
  .tn\:mr-3 {
    margin-right: 1rem;
  }
  .tn\:mb-3 {
    margin-bottom: 1rem;
  }
  .tn\:ml-3 {
    margin-left: 1rem;
  }
  .tn\:mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .tn\:my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 480px) {
  .tn\:p-4 {
    padding: 1.5rem;
  }
  .tn\:pt-4 {
    padding-top: 1.5rem;
  }
  .tn\:pr-4 {
    padding-right: 1.5rem;
  }
  .tn\:pb-4 {
    padding-bottom: 1.5rem;
  }
  .tn\:pl-4 {
    padding-left: 1.5rem;
  }
  .tn\:px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .tn\:py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .tn\:m-4 {
    margin: 1.5rem;
  }
  .tn\:mt-4 {
    margin-top: 1.5rem;
  }
  .tn\:mr-4 {
    margin-right: 1.5rem;
  }
  .tn\:mb-4 {
    margin-bottom: 1.5rem;
  }
  .tn\:ml-4 {
    margin-left: 1.5rem;
  }
  .tn\:mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .tn\:my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 480px) {
  .tn\:p-5 {
    padding: 2rem;
  }
  .tn\:pt-5 {
    padding-top: 2rem;
  }
  .tn\:pr-5 {
    padding-right: 2rem;
  }
  .tn\:pb-5 {
    padding-bottom: 2rem;
  }
  .tn\:pl-5 {
    padding-left: 2rem;
  }
  .tn\:px-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .tn\:py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .tn\:m-5 {
    margin: 2rem;
  }
  .tn\:mt-5 {
    margin-top: 2rem;
  }
  .tn\:mr-5 {
    margin-right: 2rem;
  }
  .tn\:mb-5 {
    margin-bottom: 2rem;
  }
  .tn\:ml-5 {
    margin-left: 2rem;
  }
  .tn\:mx-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .tn\:my-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 480px) {
  .tn\:p-6 {
    padding: 2.5rem;
  }
  .tn\:pt-6 {
    padding-top: 2.5rem;
  }
  .tn\:pr-6 {
    padding-right: 2.5rem;
  }
  .tn\:pb-6 {
    padding-bottom: 2.5rem;
  }
  .tn\:pl-6 {
    padding-left: 2.5rem;
  }
  .tn\:px-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .tn\:py-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .tn\:m-6 {
    margin: 2.5rem;
  }
  .tn\:mt-6 {
    margin-top: 2.5rem;
  }
  .tn\:mr-6 {
    margin-right: 2.5rem;
  }
  .tn\:mb-6 {
    margin-bottom: 2.5rem;
  }
  .tn\:ml-6 {
    margin-left: 2.5rem;
  }
  .tn\:mx-6 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .tn\:my-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 480px) {
  .tn\:p-7 {
    padding: 3rem;
  }
  .tn\:pt-7 {
    padding-top: 3rem;
  }
  .tn\:pr-7 {
    padding-right: 3rem;
  }
  .tn\:pb-7 {
    padding-bottom: 3rem;
  }
  .tn\:pl-7 {
    padding-left: 3rem;
  }
  .tn\:px-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .tn\:py-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .tn\:m-7 {
    margin: 3rem;
  }
  .tn\:mt-7 {
    margin-top: 3rem;
  }
  .tn\:mr-7 {
    margin-right: 3rem;
  }
  .tn\:mb-7 {
    margin-bottom: 3rem;
  }
  .tn\:ml-7 {
    margin-left: 3rem;
  }
  .tn\:mx-7 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .tn\:my-7 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 480px) {
  .tn\:p-8 {
    padding: 4rem;
  }
  .tn\:pt-8 {
    padding-top: 4rem;
  }
  .tn\:pr-8 {
    padding-right: 4rem;
  }
  .tn\:pb-8 {
    padding-bottom: 4rem;
  }
  .tn\:pl-8 {
    padding-left: 4rem;
  }
  .tn\:px-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .tn\:py-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .tn\:m-8 {
    margin: 4rem;
  }
  .tn\:mt-8 {
    margin-top: 4rem;
  }
  .tn\:mr-8 {
    margin-right: 4rem;
  }
  .tn\:mb-8 {
    margin-bottom: 4rem;
  }
  .tn\:ml-8 {
    margin-left: 4rem;
  }
  .tn\:mx-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .tn\:my-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 480px) {
  .tn\:p-9 {
    padding: 5rem;
  }
  .tn\:pt-9 {
    padding-top: 5rem;
  }
  .tn\:pr-9 {
    padding-right: 5rem;
  }
  .tn\:pb-9 {
    padding-bottom: 5rem;
  }
  .tn\:pl-9 {
    padding-left: 5rem;
  }
  .tn\:px-9 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .tn\:py-9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .tn\:m-9 {
    margin: 5rem;
  }
  .tn\:mt-9 {
    margin-top: 5rem;
  }
  .tn\:mr-9 {
    margin-right: 5rem;
  }
  .tn\:mb-9 {
    margin-bottom: 5rem;
  }
  .tn\:ml-9 {
    margin-left: 5rem;
  }
  .tn\:mx-9 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .tn\:my-9 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 480px) {
  .tn\:p-auto {
    padding: auto;
  }
  .tn\:pt-auto {
    padding-top: auto;
  }
  .tn\:pr-auto {
    padding-right: auto;
  }
  .tn\:pb-auto {
    padding-bottom: auto;
  }
  .tn\:pl-auto {
    padding-left: auto;
  }
  .tn\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .tn\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .tn\:m-auto {
    margin: auto;
  }
  .tn\:mt-auto {
    margin-top: auto;
  }
  .tn\:mr-auto {
    margin-right: auto;
  }
  .tn\:mb-auto {
    margin-bottom: auto;
  }
  .tn\:ml-auto {
    margin-left: auto;
  }
  .tn\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .tn\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 572px) {
  .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: 572px) {
  .sm\:p-1 {
    padding: 0.5rem;
  }
  .sm\:pt-1 {
    padding-top: 0.5rem;
  }
  .sm\:pr-1 {
    padding-right: 0.5rem;
  }
  .sm\:pb-1 {
    padding-bottom: 0.5rem;
  }
  .sm\:pl-1 {
    padding-left: 0.5rem;
  }
  .sm\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:m-1 {
    margin: 0.5rem;
  }
  .sm\:mt-1 {
    margin-top: 0.5rem;
  }
  .sm\:mr-1 {
    margin-right: 0.5rem;
  }
  .sm\:mb-1 {
    margin-bottom: 0.5rem;
  }
  .sm\:ml-1 {
    margin-left: 0.5rem;
  }
  .sm\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .sm\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 572px) {
  .sm\:p-2 {
    padding: 0.75rem;
  }
  .sm\:pt-2 {
    padding-top: 0.75rem;
  }
  .sm\:pr-2 {
    padding-right: 0.75rem;
  }
  .sm\:pb-2 {
    padding-bottom: 0.75rem;
  }
  .sm\:pl-2 {
    padding-left: 0.75rem;
  }
  .sm\:px-2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:py-2 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:m-2 {
    margin: 0.75rem;
  }
  .sm\:mt-2 {
    margin-top: 0.75rem;
  }
  .sm\:mr-2 {
    margin-right: 0.75rem;
  }
  .sm\:mb-2 {
    margin-bottom: 0.75rem;
  }
  .sm\:ml-2 {
    margin-left: 0.75rem;
  }
  .sm\:mx-2 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .sm\:my-2 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 572px) {
  .sm\:p-3 {
    padding: 1rem;
  }
  .sm\:pt-3 {
    padding-top: 1rem;
  }
  .sm\:pr-3 {
    padding-right: 1rem;
  }
  .sm\:pb-3 {
    padding-bottom: 1rem;
  }
  .sm\:pl-3 {
    padding-left: 1rem;
  }
  .sm\:px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:m-3 {
    margin: 1rem;
  }
  .sm\:mt-3 {
    margin-top: 1rem;
  }
  .sm\:mr-3 {
    margin-right: 1rem;
  }
  .sm\:mb-3 {
    margin-bottom: 1rem;
  }
  .sm\:ml-3 {
    margin-left: 1rem;
  }
  .sm\:mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm\:my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 572px) {
  .sm\:p-4 {
    padding: 1.5rem;
  }
  .sm\:pt-4 {
    padding-top: 1.5rem;
  }
  .sm\:pr-4 {
    padding-right: 1.5rem;
  }
  .sm\:pb-4 {
    padding-bottom: 1.5rem;
  }
  .sm\:pl-4 {
    padding-left: 1.5rem;
  }
  .sm\:px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:m-4 {
    margin: 1.5rem;
  }
  .sm\:mt-4 {
    margin-top: 1.5rem;
  }
  .sm\:mr-4 {
    margin-right: 1.5rem;
  }
  .sm\:mb-4 {
    margin-bottom: 1.5rem;
  }
  .sm\:ml-4 {
    margin-left: 1.5rem;
  }
  .sm\:mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sm\:my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 572px) {
  .sm\:p-5 {
    padding: 2rem;
  }
  .sm\:pt-5 {
    padding-top: 2rem;
  }
  .sm\:pr-5 {
    padding-right: 2rem;
  }
  .sm\:pb-5 {
    padding-bottom: 2rem;
  }
  .sm\:pl-5 {
    padding-left: 2rem;
  }
  .sm\:px-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:m-5 {
    margin: 2rem;
  }
  .sm\:mt-5 {
    margin-top: 2rem;
  }
  .sm\:mr-5 {
    margin-right: 2rem;
  }
  .sm\:mb-5 {
    margin-bottom: 2rem;
  }
  .sm\:ml-5 {
    margin-left: 2rem;
  }
  .sm\:mx-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .sm\:my-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 572px) {
  .sm\:p-6 {
    padding: 2.5rem;
  }
  .sm\:pt-6 {
    padding-top: 2.5rem;
  }
  .sm\:pr-6 {
    padding-right: 2.5rem;
  }
  .sm\:pb-6 {
    padding-bottom: 2.5rem;
  }
  .sm\:pl-6 {
    padding-left: 2.5rem;
  }
  .sm\:px-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:py-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:m-6 {
    margin: 2.5rem;
  }
  .sm\:mt-6 {
    margin-top: 2.5rem;
  }
  .sm\:mr-6 {
    margin-right: 2.5rem;
  }
  .sm\:mb-6 {
    margin-bottom: 2.5rem;
  }
  .sm\:ml-6 {
    margin-left: 2.5rem;
  }
  .sm\:mx-6 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .sm\:my-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 572px) {
  .sm\:p-7 {
    padding: 3rem;
  }
  .sm\:pt-7 {
    padding-top: 3rem;
  }
  .sm\:pr-7 {
    padding-right: 3rem;
  }
  .sm\:pb-7 {
    padding-bottom: 3rem;
  }
  .sm\:pl-7 {
    padding-left: 3rem;
  }
  .sm\:px-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:py-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:m-7 {
    margin: 3rem;
  }
  .sm\:mt-7 {
    margin-top: 3rem;
  }
  .sm\:mr-7 {
    margin-right: 3rem;
  }
  .sm\:mb-7 {
    margin-bottom: 3rem;
  }
  .sm\:ml-7 {
    margin-left: 3rem;
  }
  .sm\:mx-7 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .sm\:my-7 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 572px) {
  .sm\:p-8 {
    padding: 4rem;
  }
  .sm\:pt-8 {
    padding-top: 4rem;
  }
  .sm\:pr-8 {
    padding-right: 4rem;
  }
  .sm\:pb-8 {
    padding-bottom: 4rem;
  }
  .sm\:pl-8 {
    padding-left: 4rem;
  }
  .sm\:px-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm\:py-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm\:m-8 {
    margin: 4rem;
  }
  .sm\:mt-8 {
    margin-top: 4rem;
  }
  .sm\:mr-8 {
    margin-right: 4rem;
  }
  .sm\:mb-8 {
    margin-bottom: 4rem;
  }
  .sm\:ml-8 {
    margin-left: 4rem;
  }
  .sm\:mx-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .sm\:my-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 572px) {
  .sm\:p-9 {
    padding: 5rem;
  }
  .sm\:pt-9 {
    padding-top: 5rem;
  }
  .sm\:pr-9 {
    padding-right: 5rem;
  }
  .sm\:pb-9 {
    padding-bottom: 5rem;
  }
  .sm\:pl-9 {
    padding-left: 5rem;
  }
  .sm\:px-9 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sm\:py-9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sm\:m-9 {
    margin: 5rem;
  }
  .sm\:mt-9 {
    margin-top: 5rem;
  }
  .sm\:mr-9 {
    margin-right: 5rem;
  }
  .sm\:mb-9 {
    margin-bottom: 5rem;
  }
  .sm\:ml-9 {
    margin-left: 5rem;
  }
  .sm\:mx-9 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .sm\:my-9 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 572px) {
  .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: 768px) {
  .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: 768px) {
  .md\:p-1 {
    padding: 0.5rem;
  }
  .md\:pt-1 {
    padding-top: 0.5rem;
  }
  .md\:pr-1 {
    padding-right: 0.5rem;
  }
  .md\:pb-1 {
    padding-bottom: 0.5rem;
  }
  .md\:pl-1 {
    padding-left: 0.5rem;
  }
  .md\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:m-1 {
    margin: 0.5rem;
  }
  .md\:mt-1 {
    margin-top: 0.5rem;
  }
  .md\:mr-1 {
    margin-right: 0.5rem;
  }
  .md\:mb-1 {
    margin-bottom: 0.5rem;
  }
  .md\:ml-1 {
    margin-left: 0.5rem;
  }
  .md\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .md\:p-2 {
    padding: 0.75rem;
  }
  .md\:pt-2 {
    padding-top: 0.75rem;
  }
  .md\:pr-2 {
    padding-right: 0.75rem;
  }
  .md\:pb-2 {
    padding-bottom: 0.75rem;
  }
  .md\:pl-2 {
    padding-left: 0.75rem;
  }
  .md\:px-2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:py-2 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:m-2 {
    margin: 0.75rem;
  }
  .md\:mt-2 {
    margin-top: 0.75rem;
  }
  .md\:mr-2 {
    margin-right: 0.75rem;
  }
  .md\:mb-2 {
    margin-bottom: 0.75rem;
  }
  .md\:ml-2 {
    margin-left: 0.75rem;
  }
  .md\:mx-2 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .md\:my-2 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .md\:p-3 {
    padding: 1rem;
  }
  .md\:pt-3 {
    padding-top: 1rem;
  }
  .md\:pr-3 {
    padding-right: 1rem;
  }
  .md\:pb-3 {
    padding-bottom: 1rem;
  }
  .md\:pl-3 {
    padding-left: 1rem;
  }
  .md\:px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:m-3 {
    margin: 1rem;
  }
  .md\:mt-3 {
    margin-top: 1rem;
  }
  .md\:mr-3 {
    margin-right: 1rem;
  }
  .md\:mb-3 {
    margin-bottom: 1rem;
  }
  .md\:ml-3 {
    margin-left: 1rem;
  }
  .md\:mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .md\:p-4 {
    padding: 1.5rem;
  }
  .md\:pt-4 {
    padding-top: 1.5rem;
  }
  .md\:pr-4 {
    padding-right: 1.5rem;
  }
  .md\:pb-4 {
    padding-bottom: 1.5rem;
  }
  .md\:pl-4 {
    padding-left: 1.5rem;
  }
  .md\:px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:m-4 {
    margin: 1.5rem;
  }
  .md\:mt-4 {
    margin-top: 1.5rem;
  }
  .md\:mr-4 {
    margin-right: 1.5rem;
  }
  .md\:mb-4 {
    margin-bottom: 1.5rem;
  }
  .md\:ml-4 {
    margin-left: 1.5rem;
  }
  .md\:mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .md\:my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .md\:p-5 {
    padding: 2rem;
  }
  .md\:pt-5 {
    padding-top: 2rem;
  }
  .md\:pr-5 {
    padding-right: 2rem;
  }
  .md\:pb-5 {
    padding-bottom: 2rem;
  }
  .md\:pl-5 {
    padding-left: 2rem;
  }
  .md\:px-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:m-5 {
    margin: 2rem;
  }
  .md\:mt-5 {
    margin-top: 2rem;
  }
  .md\:mr-5 {
    margin-right: 2rem;
  }
  .md\:mb-5 {
    margin-bottom: 2rem;
  }
  .md\:ml-5 {
    margin-left: 2rem;
  }
  .md\:mx-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:my-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .md\:p-6 {
    padding: 2.5rem;
  }
  .md\:pt-6 {
    padding-top: 2.5rem;
  }
  .md\:pr-6 {
    padding-right: 2.5rem;
  }
  .md\:pb-6 {
    padding-bottom: 2.5rem;
  }
  .md\:pl-6 {
    padding-left: 2.5rem;
  }
  .md\:px-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:py-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:m-6 {
    margin: 2.5rem;
  }
  .md\:mt-6 {
    margin-top: 2.5rem;
  }
  .md\:mr-6 {
    margin-right: 2.5rem;
  }
  .md\:mb-6 {
    margin-bottom: 2.5rem;
  }
  .md\:ml-6 {
    margin-left: 2.5rem;
  }
  .md\:mx-6 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .md\:my-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .md\:p-7 {
    padding: 3rem;
  }
  .md\:pt-7 {
    padding-top: 3rem;
  }
  .md\:pr-7 {
    padding-right: 3rem;
  }
  .md\:pb-7 {
    padding-bottom: 3rem;
  }
  .md\:pl-7 {
    padding-left: 3rem;
  }
  .md\:px-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:py-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:m-7 {
    margin: 3rem;
  }
  .md\:mt-7 {
    margin-top: 3rem;
  }
  .md\:mr-7 {
    margin-right: 3rem;
  }
  .md\:mb-7 {
    margin-bottom: 3rem;
  }
  .md\:ml-7 {
    margin-left: 3rem;
  }
  .md\:mx-7 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .md\:my-7 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .md\:p-8 {
    padding: 4rem;
  }
  .md\:pt-8 {
    padding-top: 4rem;
  }
  .md\:pr-8 {
    padding-right: 4rem;
  }
  .md\:pb-8 {
    padding-bottom: 4rem;
  }
  .md\:pl-8 {
    padding-left: 4rem;
  }
  .md\:px-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:py-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:m-8 {
    margin: 4rem;
  }
  .md\:mt-8 {
    margin-top: 4rem;
  }
  .md\:mr-8 {
    margin-right: 4rem;
  }
  .md\:mb-8 {
    margin-bottom: 4rem;
  }
  .md\:ml-8 {
    margin-left: 4rem;
  }
  .md\:mx-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .md\:my-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .md\:p-9 {
    padding: 5rem;
  }
  .md\:pt-9 {
    padding-top: 5rem;
  }
  .md\:pr-9 {
    padding-right: 5rem;
  }
  .md\:pb-9 {
    padding-bottom: 5rem;
  }
  .md\:pl-9 {
    padding-left: 5rem;
  }
  .md\:px-9 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:py-9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:m-9 {
    margin: 5rem;
  }
  .md\:mt-9 {
    margin-top: 5rem;
  }
  .md\:mr-9 {
    margin-right: 5rem;
  }
  .md\:mb-9 {
    margin-bottom: 5rem;
  }
  .md\:ml-9 {
    margin-left: 5rem;
  }
  .md\:mx-9 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .md\:my-9 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .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: 960px) {
  .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;
  }
}
@media (min-width: 960px) {
  .lg\:p-1 {
    padding: 0.5rem;
  }
  .lg\:pt-1 {
    padding-top: 0.5rem;
  }
  .lg\:pr-1 {
    padding-right: 0.5rem;
  }
  .lg\:pb-1 {
    padding-bottom: 0.5rem;
  }
  .lg\:pl-1 {
    padding-left: 0.5rem;
  }
  .lg\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:m-1 {
    margin: 0.5rem;
  }
  .lg\:mt-1 {
    margin-top: 0.5rem;
  }
  .lg\:mr-1 {
    margin-right: 0.5rem;
  }
  .lg\:mb-1 {
    margin-bottom: 0.5rem;
  }
  .lg\:ml-1 {
    margin-left: 0.5rem;
  }
  .lg\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .lg\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 960px) {
  .lg\:p-2 {
    padding: 0.75rem;
  }
  .lg\:pt-2 {
    padding-top: 0.75rem;
  }
  .lg\:pr-2 {
    padding-right: 0.75rem;
  }
  .lg\:pb-2 {
    padding-bottom: 0.75rem;
  }
  .lg\:pl-2 {
    padding-left: 0.75rem;
  }
  .lg\:px-2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:py-2 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:m-2 {
    margin: 0.75rem;
  }
  .lg\:mt-2 {
    margin-top: 0.75rem;
  }
  .lg\:mr-2 {
    margin-right: 0.75rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.75rem;
  }
  .lg\:ml-2 {
    margin-left: 0.75rem;
  }
  .lg\:mx-2 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .lg\:my-2 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 960px) {
  .lg\:p-3 {
    padding: 1rem;
  }
  .lg\:pt-3 {
    padding-top: 1rem;
  }
  .lg\:pr-3 {
    padding-right: 1rem;
  }
  .lg\:pb-3 {
    padding-bottom: 1rem;
  }
  .lg\:pl-3 {
    padding-left: 1rem;
  }
  .lg\:px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:m-3 {
    margin: 1rem;
  }
  .lg\:mt-3 {
    margin-top: 1rem;
  }
  .lg\:mr-3 {
    margin-right: 1rem;
  }
  .lg\:mb-3 {
    margin-bottom: 1rem;
  }
  .lg\:ml-3 {
    margin-left: 1rem;
  }
  .lg\:mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 960px) {
  .lg\:p-4 {
    padding: 1.5rem;
  }
  .lg\:pt-4 {
    padding-top: 1.5rem;
  }
  .lg\:pr-4 {
    padding-right: 1.5rem;
  }
  .lg\:pb-4 {
    padding-bottom: 1.5rem;
  }
  .lg\:pl-4 {
    padding-left: 1.5rem;
  }
  .lg\:px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:m-4 {
    margin: 1.5rem;
  }
  .lg\:mt-4 {
    margin-top: 1.5rem;
  }
  .lg\:mr-4 {
    margin-right: 1.5rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1.5rem;
  }
  .lg\:ml-4 {
    margin-left: 1.5rem;
  }
  .lg\:mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .lg\:my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 960px) {
  .lg\:p-5 {
    padding: 2rem;
  }
  .lg\:pt-5 {
    padding-top: 2rem;
  }
  .lg\:pr-5 {
    padding-right: 2rem;
  }
  .lg\:pb-5 {
    padding-bottom: 2rem;
  }
  .lg\:pl-5 {
    padding-left: 2rem;
  }
  .lg\:px-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:m-5 {
    margin: 2rem;
  }
  .lg\:mt-5 {
    margin-top: 2rem;
  }
  .lg\:mr-5 {
    margin-right: 2rem;
  }
  .lg\:mb-5 {
    margin-bottom: 2rem;
  }
  .lg\:ml-5 {
    margin-left: 2rem;
  }
  .lg\:mx-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .lg\:my-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 960px) {
  .lg\:p-6 {
    padding: 2.5rem;
  }
  .lg\:pt-6 {
    padding-top: 2.5rem;
  }
  .lg\:pr-6 {
    padding-right: 2.5rem;
  }
  .lg\:pb-6 {
    padding-bottom: 2.5rem;
  }
  .lg\:pl-6 {
    padding-left: 2.5rem;
  }
  .lg\:px-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:py-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:m-6 {
    margin: 2.5rem;
  }
  .lg\:mt-6 {
    margin-top: 2.5rem;
  }
  .lg\:mr-6 {
    margin-right: 2.5rem;
  }
  .lg\:mb-6 {
    margin-bottom: 2.5rem;
  }
  .lg\:ml-6 {
    margin-left: 2.5rem;
  }
  .lg\:mx-6 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .lg\:my-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 960px) {
  .lg\:p-7 {
    padding: 3rem;
  }
  .lg\:pt-7 {
    padding-top: 3rem;
  }
  .lg\:pr-7 {
    padding-right: 3rem;
  }
  .lg\:pb-7 {
    padding-bottom: 3rem;
  }
  .lg\:pl-7 {
    padding-left: 3rem;
  }
  .lg\:px-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:py-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:m-7 {
    margin: 3rem;
  }
  .lg\:mt-7 {
    margin-top: 3rem;
  }
  .lg\:mr-7 {
    margin-right: 3rem;
  }
  .lg\:mb-7 {
    margin-bottom: 3rem;
  }
  .lg\:ml-7 {
    margin-left: 3rem;
  }
  .lg\:mx-7 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .lg\:my-7 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 960px) {
  .lg\:p-8 {
    padding: 4rem;
  }
  .lg\:pt-8 {
    padding-top: 4rem;
  }
  .lg\:pr-8 {
    padding-right: 4rem;
  }
  .lg\:pb-8 {
    padding-bottom: 4rem;
  }
  .lg\:pl-8 {
    padding-left: 4rem;
  }
  .lg\:px-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:py-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:m-8 {
    margin: 4rem;
  }
  .lg\:mt-8 {
    margin-top: 4rem;
  }
  .lg\:mr-8 {
    margin-right: 4rem;
  }
  .lg\:mb-8 {
    margin-bottom: 4rem;
  }
  .lg\:ml-8 {
    margin-left: 4rem;
  }
  .lg\:mx-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .lg\:my-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 960px) {
  .lg\:p-9 {
    padding: 5rem;
  }
  .lg\:pt-9 {
    padding-top: 5rem;
  }
  .lg\:pr-9 {
    padding-right: 5rem;
  }
  .lg\:pb-9 {
    padding-bottom: 5rem;
  }
  .lg\:pl-9 {
    padding-left: 5rem;
  }
  .lg\:px-9 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:py-9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:m-9 {
    margin: 5rem;
  }
  .lg\:mt-9 {
    margin-top: 5rem;
  }
  .lg\:mr-9 {
    margin-right: 5rem;
  }
  .lg\:mb-9 {
    margin-bottom: 5rem;
  }
  .lg\:ml-9 {
    margin-left: 5rem;
  }
  .lg\:mx-9 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .lg\:my-9 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 960px) {
  .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;
  }
}
@media (min-width: 1080px) {
  .xl\:p-0 {
    padding: 0;
  }
  .xl\:pt-0 {
    padding-top: 0;
  }
  .xl\:pr-0 {
    padding-right: 0;
  }
  .xl\:pb-0 {
    padding-bottom: 0;
  }
  .xl\:pl-0 {
    padding-left: 0;
  }
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xl\:m-0 {
    margin: 0;
  }
  .xl\:mt-0 {
    margin-top: 0;
  }
  .xl\:mr-0 {
    margin-right: 0;
  }
  .xl\:mb-0 {
    margin-bottom: 0;
  }
  .xl\:ml-0 {
    margin-left: 0;
  }
  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1080px) {
  .xl\:p-1 {
    padding: 0.5rem;
  }
  .xl\:pt-1 {
    padding-top: 0.5rem;
  }
  .xl\:pr-1 {
    padding-right: 0.5rem;
  }
  .xl\:pb-1 {
    padding-bottom: 0.5rem;
  }
  .xl\:pl-1 {
    padding-left: 0.5rem;
  }
  .xl\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xl\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xl\:m-1 {
    margin: 0.5rem;
  }
  .xl\:mt-1 {
    margin-top: 0.5rem;
  }
  .xl\:mr-1 {
    margin-right: 0.5rem;
  }
  .xl\:mb-1 {
    margin-bottom: 0.5rem;
  }
  .xl\:ml-1 {
    margin-left: 0.5rem;
  }
  .xl\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .xl\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1080px) {
  .xl\:p-2 {
    padding: 0.75rem;
  }
  .xl\:pt-2 {
    padding-top: 0.75rem;
  }
  .xl\:pr-2 {
    padding-right: 0.75rem;
  }
  .xl\:pb-2 {
    padding-bottom: 0.75rem;
  }
  .xl\:pl-2 {
    padding-left: 0.75rem;
  }
  .xl\:px-2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xl\:py-2 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xl\:m-2 {
    margin: 0.75rem;
  }
  .xl\:mt-2 {
    margin-top: 0.75rem;
  }
  .xl\:mr-2 {
    margin-right: 0.75rem;
  }
  .xl\:mb-2 {
    margin-bottom: 0.75rem;
  }
  .xl\:ml-2 {
    margin-left: 0.75rem;
  }
  .xl\:mx-2 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .xl\:my-2 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1080px) {
  .xl\:p-3 {
    padding: 1rem;
  }
  .xl\:pt-3 {
    padding-top: 1rem;
  }
  .xl\:pr-3 {
    padding-right: 1rem;
  }
  .xl\:pb-3 {
    padding-bottom: 1rem;
  }
  .xl\:pl-3 {
    padding-left: 1rem;
  }
  .xl\:px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xl\:py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl\:m-3 {
    margin: 1rem;
  }
  .xl\:mt-3 {
    margin-top: 1rem;
  }
  .xl\:mr-3 {
    margin-right: 1rem;
  }
  .xl\:mb-3 {
    margin-bottom: 1rem;
  }
  .xl\:ml-3 {
    margin-left: 1rem;
  }
  .xl\:mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .xl\:my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1080px) {
  .xl\:p-4 {
    padding: 1.5rem;
  }
  .xl\:pt-4 {
    padding-top: 1.5rem;
  }
  .xl\:pr-4 {
    padding-right: 1.5rem;
  }
  .xl\:pb-4 {
    padding-bottom: 1.5rem;
  }
  .xl\:pl-4 {
    padding-left: 1.5rem;
  }
  .xl\:px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xl\:m-4 {
    margin: 1.5rem;
  }
  .xl\:mt-4 {
    margin-top: 1.5rem;
  }
  .xl\:mr-4 {
    margin-right: 1.5rem;
  }
  .xl\:mb-4 {
    margin-bottom: 1.5rem;
  }
  .xl\:ml-4 {
    margin-left: 1.5rem;
  }
  .xl\:mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .xl\:my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1080px) {
  .xl\:p-5 {
    padding: 2rem;
  }
  .xl\:pt-5 {
    padding-top: 2rem;
  }
  .xl\:pr-5 {
    padding-right: 2rem;
  }
  .xl\:pb-5 {
    padding-bottom: 2rem;
  }
  .xl\:pl-5 {
    padding-left: 2rem;
  }
  .xl\:px-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl\:m-5 {
    margin: 2rem;
  }
  .xl\:mt-5 {
    margin-top: 2rem;
  }
  .xl\:mr-5 {
    margin-right: 2rem;
  }
  .xl\:mb-5 {
    margin-bottom: 2rem;
  }
  .xl\:ml-5 {
    margin-left: 2rem;
  }
  .xl\:mx-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .xl\:my-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1080px) {
  .xl\:p-6 {
    padding: 2.5rem;
  }
  .xl\:pt-6 {
    padding-top: 2.5rem;
  }
  .xl\:pr-6 {
    padding-right: 2.5rem;
  }
  .xl\:pb-6 {
    padding-bottom: 2.5rem;
  }
  .xl\:pl-6 {
    padding-left: 2.5rem;
  }
  .xl\:px-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:py-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xl\:m-6 {
    margin: 2.5rem;
  }
  .xl\:mt-6 {
    margin-top: 2.5rem;
  }
  .xl\:mr-6 {
    margin-right: 2.5rem;
  }
  .xl\:mb-6 {
    margin-bottom: 2.5rem;
  }
  .xl\:ml-6 {
    margin-left: 2.5rem;
  }
  .xl\:mx-6 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .xl\:my-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1080px) {
  .xl\:p-7 {
    padding: 3rem;
  }
  .xl\:pt-7 {
    padding-top: 3rem;
  }
  .xl\:pr-7 {
    padding-right: 3rem;
  }
  .xl\:pb-7 {
    padding-bottom: 3rem;
  }
  .xl\:pl-7 {
    padding-left: 3rem;
  }
  .xl\:px-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl\:py-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .xl\:m-7 {
    margin: 3rem;
  }
  .xl\:mt-7 {
    margin-top: 3rem;
  }
  .xl\:mr-7 {
    margin-right: 3rem;
  }
  .xl\:mb-7 {
    margin-bottom: 3rem;
  }
  .xl\:ml-7 {
    margin-left: 3rem;
  }
  .xl\:mx-7 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .xl\:my-7 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1080px) {
  .xl\:p-8 {
    padding: 4rem;
  }
  .xl\:pt-8 {
    padding-top: 4rem;
  }
  .xl\:pr-8 {
    padding-right: 4rem;
  }
  .xl\:pb-8 {
    padding-bottom: 4rem;
  }
  .xl\:pl-8 {
    padding-left: 4rem;
  }
  .xl\:px-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xl\:py-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl\:m-8 {
    margin: 4rem;
  }
  .xl\:mt-8 {
    margin-top: 4rem;
  }
  .xl\:mr-8 {
    margin-right: 4rem;
  }
  .xl\:mb-8 {
    margin-bottom: 4rem;
  }
  .xl\:ml-8 {
    margin-left: 4rem;
  }
  .xl\:mx-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .xl\:my-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1080px) {
  .xl\:p-9 {
    padding: 5rem;
  }
  .xl\:pt-9 {
    padding-top: 5rem;
  }
  .xl\:pr-9 {
    padding-right: 5rem;
  }
  .xl\:pb-9 {
    padding-bottom: 5rem;
  }
  .xl\:pl-9 {
    padding-left: 5rem;
  }
  .xl\:px-9 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:py-9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xl\:m-9 {
    margin: 5rem;
  }
  .xl\:mt-9 {
    margin-top: 5rem;
  }
  .xl\:mr-9 {
    margin-right: 5rem;
  }
  .xl\:mb-9 {
    margin-bottom: 5rem;
  }
  .xl\:ml-9 {
    margin-left: 5rem;
  }
  .xl\:mx-9 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .xl\:my-9 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1080px) {
  .xl\:p-auto {
    padding: auto;
  }
  .xl\:pt-auto {
    padding-top: auto;
  }
  .xl\:pr-auto {
    padding-right: auto;
  }
  .xl\:pb-auto {
    padding-bottom: auto;
  }
  .xl\:pl-auto {
    padding-left: auto;
  }
  .xl\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .xl\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .xl\:m-auto {
    margin: auto;
  }
  .xl\:mt-auto {
    margin-top: auto;
  }
  .xl\:mr-auto {
    margin-right: auto;
  }
  .xl\:mb-auto {
    margin-bottom: auto;
  }
  .xl\:ml-auto {
    margin-left: auto;
  }
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 1200px) {
  .xxl\:p-0 {
    padding: 0;
  }
  .xxl\:pt-0 {
    padding-top: 0;
  }
  .xxl\:pr-0 {
    padding-right: 0;
  }
  .xxl\:pb-0 {
    padding-bottom: 0;
  }
  .xxl\:pl-0 {
    padding-left: 0;
  }
  .xxl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xxl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xxl\:m-0 {
    margin: 0;
  }
  .xxl\:mt-0 {
    margin-top: 0;
  }
  .xxl\:mr-0 {
    margin-right: 0;
  }
  .xxl\:mb-0 {
    margin-bottom: 0;
  }
  .xxl\:ml-0 {
    margin-left: 0;
  }
  .xxl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xxl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .xxl\:p-1 {
    padding: 0.5rem;
  }
  .xxl\:pt-1 {
    padding-top: 0.5rem;
  }
  .xxl\:pr-1 {
    padding-right: 0.5rem;
  }
  .xxl\:pb-1 {
    padding-bottom: 0.5rem;
  }
  .xxl\:pl-1 {
    padding-left: 0.5rem;
  }
  .xxl\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xxl\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xxl\:m-1 {
    margin: 0.5rem;
  }
  .xxl\:mt-1 {
    margin-top: 0.5rem;
  }
  .xxl\:mr-1 {
    margin-right: 0.5rem;
  }
  .xxl\:mb-1 {
    margin-bottom: 0.5rem;
  }
  .xxl\:ml-1 {
    margin-left: 0.5rem;
  }
  .xxl\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .xxl\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .xxl\:p-2 {
    padding: 0.75rem;
  }
  .xxl\:pt-2 {
    padding-top: 0.75rem;
  }
  .xxl\:pr-2 {
    padding-right: 0.75rem;
  }
  .xxl\:pb-2 {
    padding-bottom: 0.75rem;
  }
  .xxl\:pl-2 {
    padding-left: 0.75rem;
  }
  .xxl\:px-2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xxl\:py-2 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xxl\:m-2 {
    margin: 0.75rem;
  }
  .xxl\:mt-2 {
    margin-top: 0.75rem;
  }
  .xxl\:mr-2 {
    margin-right: 0.75rem;
  }
  .xxl\:mb-2 {
    margin-bottom: 0.75rem;
  }
  .xxl\:ml-2 {
    margin-left: 0.75rem;
  }
  .xxl\:mx-2 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .xxl\:my-2 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .xxl\:p-3 {
    padding: 1rem;
  }
  .xxl\:pt-3 {
    padding-top: 1rem;
  }
  .xxl\:pr-3 {
    padding-right: 1rem;
  }
  .xxl\:pb-3 {
    padding-bottom: 1rem;
  }
  .xxl\:pl-3 {
    padding-left: 1rem;
  }
  .xxl\:px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xxl\:py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xxl\:m-3 {
    margin: 1rem;
  }
  .xxl\:mt-3 {
    margin-top: 1rem;
  }
  .xxl\:mr-3 {
    margin-right: 1rem;
  }
  .xxl\:mb-3 {
    margin-bottom: 1rem;
  }
  .xxl\:ml-3 {
    margin-left: 1rem;
  }
  .xxl\:mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .xxl\:my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .xxl\:p-4 {
    padding: 1.5rem;
  }
  .xxl\:pt-4 {
    padding-top: 1.5rem;
  }
  .xxl\:pr-4 {
    padding-right: 1.5rem;
  }
  .xxl\:pb-4 {
    padding-bottom: 1.5rem;
  }
  .xxl\:pl-4 {
    padding-left: 1.5rem;
  }
  .xxl\:px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xxl\:py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xxl\:m-4 {
    margin: 1.5rem;
  }
  .xxl\:mt-4 {
    margin-top: 1.5rem;
  }
  .xxl\:mr-4 {
    margin-right: 1.5rem;
  }
  .xxl\:mb-4 {
    margin-bottom: 1.5rem;
  }
  .xxl\:ml-4 {
    margin-left: 1.5rem;
  }
  .xxl\:mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .xxl\:my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .xxl\:p-5 {
    padding: 2rem;
  }
  .xxl\:pt-5 {
    padding-top: 2rem;
  }
  .xxl\:pr-5 {
    padding-right: 2rem;
  }
  .xxl\:pb-5 {
    padding-bottom: 2rem;
  }
  .xxl\:pl-5 {
    padding-left: 2rem;
  }
  .xxl\:px-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xxl\:py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xxl\:m-5 {
    margin: 2rem;
  }
  .xxl\:mt-5 {
    margin-top: 2rem;
  }
  .xxl\:mr-5 {
    margin-right: 2rem;
  }
  .xxl\:mb-5 {
    margin-bottom: 2rem;
  }
  .xxl\:ml-5 {
    margin-left: 2rem;
  }
  .xxl\:mx-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .xxl\:my-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .xxl\:p-6 {
    padding: 2.5rem;
  }
  .xxl\:pt-6 {
    padding-top: 2.5rem;
  }
  .xxl\:pr-6 {
    padding-right: 2.5rem;
  }
  .xxl\:pb-6 {
    padding-bottom: 2.5rem;
  }
  .xxl\:pl-6 {
    padding-left: 2.5rem;
  }
  .xxl\:px-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xxl\:py-6 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xxl\:m-6 {
    margin: 2.5rem;
  }
  .xxl\:mt-6 {
    margin-top: 2.5rem;
  }
  .xxl\:mr-6 {
    margin-right: 2.5rem;
  }
  .xxl\:mb-6 {
    margin-bottom: 2.5rem;
  }
  .xxl\:ml-6 {
    margin-left: 2.5rem;
  }
  .xxl\:mx-6 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .xxl\:my-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .xxl\:p-7 {
    padding: 3rem;
  }
  .xxl\:pt-7 {
    padding-top: 3rem;
  }
  .xxl\:pr-7 {
    padding-right: 3rem;
  }
  .xxl\:pb-7 {
    padding-bottom: 3rem;
  }
  .xxl\:pl-7 {
    padding-left: 3rem;
  }
  .xxl\:px-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xxl\:py-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .xxl\:m-7 {
    margin: 3rem;
  }
  .xxl\:mt-7 {
    margin-top: 3rem;
  }
  .xxl\:mr-7 {
    margin-right: 3rem;
  }
  .xxl\:mb-7 {
    margin-bottom: 3rem;
  }
  .xxl\:ml-7 {
    margin-left: 3rem;
  }
  .xxl\:mx-7 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .xxl\:my-7 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .xxl\:p-8 {
    padding: 4rem;
  }
  .xxl\:pt-8 {
    padding-top: 4rem;
  }
  .xxl\:pr-8 {
    padding-right: 4rem;
  }
  .xxl\:pb-8 {
    padding-bottom: 4rem;
  }
  .xxl\:pl-8 {
    padding-left: 4rem;
  }
  .xxl\:px-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xxl\:py-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xxl\:m-8 {
    margin: 4rem;
  }
  .xxl\:mt-8 {
    margin-top: 4rem;
  }
  .xxl\:mr-8 {
    margin-right: 4rem;
  }
  .xxl\:mb-8 {
    margin-bottom: 4rem;
  }
  .xxl\:ml-8 {
    margin-left: 4rem;
  }
  .xxl\:mx-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .xxl\:my-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .xxl\:p-9 {
    padding: 5rem;
  }
  .xxl\:pt-9 {
    padding-top: 5rem;
  }
  .xxl\:pr-9 {
    padding-right: 5rem;
  }
  .xxl\:pb-9 {
    padding-bottom: 5rem;
  }
  .xxl\:pl-9 {
    padding-left: 5rem;
  }
  .xxl\:px-9 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xxl\:py-9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xxl\:m-9 {
    margin: 5rem;
  }
  .xxl\:mt-9 {
    margin-top: 5rem;
  }
  .xxl\:mr-9 {
    margin-right: 5rem;
  }
  .xxl\:mb-9 {
    margin-bottom: 5rem;
  }
  .xxl\:ml-9 {
    margin-left: 5rem;
  }
  .xxl\:mx-9 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .xxl\:my-9 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .xxl\:p-auto {
    padding: auto;
  }
  .xxl\:pt-auto {
    padding-top: auto;
  }
  .xxl\:pr-auto {
    padding-right: auto;
  }
  .xxl\:pb-auto {
    padding-bottom: auto;
  }
  .xxl\:pl-auto {
    padding-left: auto;
  }
  .xxl\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .xxl\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .xxl\:m-auto {
    margin: auto;
  }
  .xxl\:mt-auto {
    margin-top: auto;
  }
  .xxl\:mr-auto {
    margin-right: auto;
  }
  .xxl\:mb-auto {
    margin-bottom: auto;
  }
  .xxl\:ml-auto {
    margin-left: auto;
  }
  .xxl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xxl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
/* -------------------------------------------------- */
/* ==Grillade : système de micro-grille  de KNACSS   */
/* ------------------------------------------------ */
.grid {
  display: grid;
}

@media (min-width: 480px) {
  .tn\:grid {
    display: grid;
  }
}
@media (min-width: 572px) {
  .sm\:grid {
    display: grid;
  }
}
@media (min-width: 768px) {
  .md\:grid {
    display: grid;
  }
}
@media (min-width: 960px) {
  .lg\:grid {
    display: grid;
  }
}
@media (min-width: 1080px) {
  .xl\:grid {
    display: grid;
  }
}
@media (min-width: 1200px) {
  .xxl\: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-template-columns au sein des breakpoints */
@media (min-width: 480px) {
  .tn\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .tn\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tn\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tn\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .tn\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .tn\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .tn\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .tn\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .tn\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .tn\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .tn\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .tn\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 572px) {
  .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));
  }
}
@media (min-width: 768px) {
  .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));
  }
}
@media (min-width: 960px) {
  .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));
  }
}
@media (min-width: 1080px) {
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .xxl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xxl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xxl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xxl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xxl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xxl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .xxl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xxl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xxl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
/* gap initialisation */
.gap-0 {
  gap: 0;
}

.gap-x-0 {
  column-gap: 0;
}

.gap-y-0 {
  row-gap: 0;
}

.gap-1 {
  gap: 0.5rem;
}

.gap-x-1 {
  column-gap: 0.5rem;
}

.gap-y-1 {
  row-gap: 0.5rem;
}

.gap-2 {
  gap: 0.75rem;
}

.gap-x-2 {
  column-gap: 0.75rem;
}

.gap-y-2 {
  row-gap: 0.75rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-x-3 {
  column-gap: 1rem;
}

.gap-y-3 {
  row-gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-x-4 {
  column-gap: 1.5rem;
}

.gap-y-4 {
  row-gap: 1.5rem;
}

.gap-5 {
  gap: 2rem;
}

.gap-x-5 {
  column-gap: 2rem;
}

.gap-y-5 {
  row-gap: 2rem;
}

.gap-6 {
  gap: 2.5rem;
}

.gap-x-6 {
  column-gap: 2.5rem;
}

.gap-y-6 {
  row-gap: 2.5rem;
}

.gap-7 {
  gap: 3rem;
}

.gap-x-7 {
  column-gap: 3rem;
}

.gap-y-7 {
  row-gap: 3rem;
}

.gap-8 {
  gap: 4rem;
}

.gap-x-8 {
  column-gap: 4rem;
}

.gap-y-8 {
  row-gap: 4rem;
}

.gap-9 {
  gap: 5rem;
}

.gap-x-9 {
  column-gap: 5rem;
}

.gap-y-9 {
  row-gap: 5rem;
}

.gap-auto {
  gap: auto;
}

.gap-x-auto {
  column-gap: auto;
}

.gap-y-auto {
  row-gap: auto;
}

/* gap au sein des breakpoints */
@media (min-width: 480px) {
  .tn\:gap-0 {
    gap: 0;
  }
  .tn\:gap-x-0 {
    column-gap: 0;
  }
  .tn\:gap-y-0 {
    row-gap: 0;
  }
  .tn\:gap-1 {
    gap: 0.5rem;
  }
  .tn\:gap-x-1 {
    column-gap: 0.5rem;
  }
  .tn\:gap-y-1 {
    row-gap: 0.5rem;
  }
  .tn\:gap-2 {
    gap: 0.75rem;
  }
  .tn\:gap-x-2 {
    column-gap: 0.75rem;
  }
  .tn\:gap-y-2 {
    row-gap: 0.75rem;
  }
  .tn\:gap-3 {
    gap: 1rem;
  }
  .tn\:gap-x-3 {
    column-gap: 1rem;
  }
  .tn\:gap-y-3 {
    row-gap: 1rem;
  }
  .tn\:gap-4 {
    gap: 1.5rem;
  }
  .tn\:gap-x-4 {
    column-gap: 1.5rem;
  }
  .tn\:gap-y-4 {
    row-gap: 1.5rem;
  }
  .tn\:gap-5 {
    gap: 2rem;
  }
  .tn\:gap-x-5 {
    column-gap: 2rem;
  }
  .tn\:gap-y-5 {
    row-gap: 2rem;
  }
  .tn\:gap-6 {
    gap: 2.5rem;
  }
  .tn\:gap-x-6 {
    column-gap: 2.5rem;
  }
  .tn\:gap-y-6 {
    row-gap: 2.5rem;
  }
  .tn\:gap-7 {
    gap: 3rem;
  }
  .tn\:gap-x-7 {
    column-gap: 3rem;
  }
  .tn\:gap-y-7 {
    row-gap: 3rem;
  }
  .tn\:gap-8 {
    gap: 4rem;
  }
  .tn\:gap-x-8 {
    column-gap: 4rem;
  }
  .tn\:gap-y-8 {
    row-gap: 4rem;
  }
  .tn\:gap-9 {
    gap: 5rem;
  }
  .tn\:gap-x-9 {
    column-gap: 5rem;
  }
  .tn\:gap-y-9 {
    row-gap: 5rem;
  }
  .tn\:gap-auto {
    gap: auto;
  }
  .tn\:gap-x-auto {
    column-gap: auto;
  }
  .tn\:gap-y-auto {
    row-gap: auto;
  }
}
@media (min-width: 572px) {
  .sm\:gap-0 {
    gap: 0;
  }
  .sm\:gap-x-0 {
    column-gap: 0;
  }
  .sm\:gap-y-0 {
    row-gap: 0;
  }
  .sm\:gap-1 {
    gap: 0.5rem;
  }
  .sm\:gap-x-1 {
    column-gap: 0.5rem;
  }
  .sm\:gap-y-1 {
    row-gap: 0.5rem;
  }
  .sm\:gap-2 {
    gap: 0.75rem;
  }
  .sm\:gap-x-2 {
    column-gap: 0.75rem;
  }
  .sm\:gap-y-2 {
    row-gap: 0.75rem;
  }
  .sm\:gap-3 {
    gap: 1rem;
  }
  .sm\:gap-x-3 {
    column-gap: 1rem;
  }
  .sm\:gap-y-3 {
    row-gap: 1rem;
  }
  .sm\:gap-4 {
    gap: 1.5rem;
  }
  .sm\:gap-x-4 {
    column-gap: 1.5rem;
  }
  .sm\:gap-y-4 {
    row-gap: 1.5rem;
  }
  .sm\:gap-5 {
    gap: 2rem;
  }
  .sm\:gap-x-5 {
    column-gap: 2rem;
  }
  .sm\:gap-y-5 {
    row-gap: 2rem;
  }
  .sm\:gap-6 {
    gap: 2.5rem;
  }
  .sm\:gap-x-6 {
    column-gap: 2.5rem;
  }
  .sm\:gap-y-6 {
    row-gap: 2.5rem;
  }
  .sm\:gap-7 {
    gap: 3rem;
  }
  .sm\:gap-x-7 {
    column-gap: 3rem;
  }
  .sm\:gap-y-7 {
    row-gap: 3rem;
  }
  .sm\:gap-8 {
    gap: 4rem;
  }
  .sm\:gap-x-8 {
    column-gap: 4rem;
  }
  .sm\:gap-y-8 {
    row-gap: 4rem;
  }
  .sm\:gap-9 {
    gap: 5rem;
  }
  .sm\:gap-x-9 {
    column-gap: 5rem;
  }
  .sm\:gap-y-9 {
    row-gap: 5rem;
  }
  .sm\:gap-auto {
    gap: auto;
  }
  .sm\:gap-x-auto {
    column-gap: auto;
  }
  .sm\:gap-y-auto {
    row-gap: auto;
  }
}
@media (min-width: 768px) {
  .md\:gap-0 {
    gap: 0;
  }
  .md\:gap-x-0 {
    column-gap: 0;
  }
  .md\:gap-y-0 {
    row-gap: 0;
  }
  .md\:gap-1 {
    gap: 0.5rem;
  }
  .md\:gap-x-1 {
    column-gap: 0.5rem;
  }
  .md\:gap-y-1 {
    row-gap: 0.5rem;
  }
  .md\:gap-2 {
    gap: 0.75rem;
  }
  .md\:gap-x-2 {
    column-gap: 0.75rem;
  }
  .md\:gap-y-2 {
    row-gap: 0.75rem;
  }
  .md\:gap-3 {
    gap: 1rem;
  }
  .md\:gap-x-3 {
    column-gap: 1rem;
  }
  .md\:gap-y-3 {
    row-gap: 1rem;
  }
  .md\:gap-4 {
    gap: 1.5rem;
  }
  .md\:gap-x-4 {
    column-gap: 1.5rem;
  }
  .md\:gap-y-4 {
    row-gap: 1.5rem;
  }
  .md\:gap-5 {
    gap: 2rem;
  }
  .md\:gap-x-5 {
    column-gap: 2rem;
  }
  .md\:gap-y-5 {
    row-gap: 2rem;
  }
  .md\:gap-6 {
    gap: 2.5rem;
  }
  .md\:gap-x-6 {
    column-gap: 2.5rem;
  }
  .md\:gap-y-6 {
    row-gap: 2.5rem;
  }
  .md\:gap-7 {
    gap: 3rem;
  }
  .md\:gap-x-7 {
    column-gap: 3rem;
  }
  .md\:gap-y-7 {
    row-gap: 3rem;
  }
  .md\:gap-8 {
    gap: 4rem;
  }
  .md\:gap-x-8 {
    column-gap: 4rem;
  }
  .md\:gap-y-8 {
    row-gap: 4rem;
  }
  .md\:gap-9 {
    gap: 5rem;
  }
  .md\:gap-x-9 {
    column-gap: 5rem;
  }
  .md\:gap-y-9 {
    row-gap: 5rem;
  }
  .md\:gap-auto {
    gap: auto;
  }
  .md\:gap-x-auto {
    column-gap: auto;
  }
  .md\:gap-y-auto {
    row-gap: auto;
  }
}
@media (min-width: 960px) {
  .lg\:gap-0 {
    gap: 0;
  }
  .lg\:gap-x-0 {
    column-gap: 0;
  }
  .lg\:gap-y-0 {
    row-gap: 0;
  }
  .lg\:gap-1 {
    gap: 0.5rem;
  }
  .lg\:gap-x-1 {
    column-gap: 0.5rem;
  }
  .lg\:gap-y-1 {
    row-gap: 0.5rem;
  }
  .lg\:gap-2 {
    gap: 0.75rem;
  }
  .lg\:gap-x-2 {
    column-gap: 0.75rem;
  }
  .lg\:gap-y-2 {
    row-gap: 0.75rem;
  }
  .lg\:gap-3 {
    gap: 1rem;
  }
  .lg\:gap-x-3 {
    column-gap: 1rem;
  }
  .lg\:gap-y-3 {
    row-gap: 1rem;
  }
  .lg\:gap-4 {
    gap: 1.5rem;
  }
  .lg\:gap-x-4 {
    column-gap: 1.5rem;
  }
  .lg\:gap-y-4 {
    row-gap: 1.5rem;
  }
  .lg\:gap-5 {
    gap: 2rem;
  }
  .lg\:gap-x-5 {
    column-gap: 2rem;
  }
  .lg\:gap-y-5 {
    row-gap: 2rem;
  }
  .lg\:gap-6 {
    gap: 2.5rem;
  }
  .lg\:gap-x-6 {
    column-gap: 2.5rem;
  }
  .lg\:gap-y-6 {
    row-gap: 2.5rem;
  }
  .lg\:gap-7 {
    gap: 3rem;
  }
  .lg\:gap-x-7 {
    column-gap: 3rem;
  }
  .lg\:gap-y-7 {
    row-gap: 3rem;
  }
  .lg\:gap-8 {
    gap: 4rem;
  }
  .lg\:gap-x-8 {
    column-gap: 4rem;
  }
  .lg\:gap-y-8 {
    row-gap: 4rem;
  }
  .lg\:gap-9 {
    gap: 5rem;
  }
  .lg\:gap-x-9 {
    column-gap: 5rem;
  }
  .lg\:gap-y-9 {
    row-gap: 5rem;
  }
  .lg\:gap-auto {
    gap: auto;
  }
  .lg\:gap-x-auto {
    column-gap: auto;
  }
  .lg\:gap-y-auto {
    row-gap: auto;
  }
}
@media (min-width: 1080px) {
  .xl\:gap-0 {
    gap: 0;
  }
  .xl\:gap-x-0 {
    column-gap: 0;
  }
  .xl\:gap-y-0 {
    row-gap: 0;
  }
  .xl\:gap-1 {
    gap: 0.5rem;
  }
  .xl\:gap-x-1 {
    column-gap: 0.5rem;
  }
  .xl\:gap-y-1 {
    row-gap: 0.5rem;
  }
  .xl\:gap-2 {
    gap: 0.75rem;
  }
  .xl\:gap-x-2 {
    column-gap: 0.75rem;
  }
  .xl\:gap-y-2 {
    row-gap: 0.75rem;
  }
  .xl\:gap-3 {
    gap: 1rem;
  }
  .xl\:gap-x-3 {
    column-gap: 1rem;
  }
  .xl\:gap-y-3 {
    row-gap: 1rem;
  }
  .xl\:gap-4 {
    gap: 1.5rem;
  }
  .xl\:gap-x-4 {
    column-gap: 1.5rem;
  }
  .xl\:gap-y-4 {
    row-gap: 1.5rem;
  }
  .xl\:gap-5 {
    gap: 2rem;
  }
  .xl\:gap-x-5 {
    column-gap: 2rem;
  }
  .xl\:gap-y-5 {
    row-gap: 2rem;
  }
  .xl\:gap-6 {
    gap: 2.5rem;
  }
  .xl\:gap-x-6 {
    column-gap: 2.5rem;
  }
  .xl\:gap-y-6 {
    row-gap: 2.5rem;
  }
  .xl\:gap-7 {
    gap: 3rem;
  }
  .xl\:gap-x-7 {
    column-gap: 3rem;
  }
  .xl\:gap-y-7 {
    row-gap: 3rem;
  }
  .xl\:gap-8 {
    gap: 4rem;
  }
  .xl\:gap-x-8 {
    column-gap: 4rem;
  }
  .xl\:gap-y-8 {
    row-gap: 4rem;
  }
  .xl\:gap-9 {
    gap: 5rem;
  }
  .xl\:gap-x-9 {
    column-gap: 5rem;
  }
  .xl\:gap-y-9 {
    row-gap: 5rem;
  }
  .xl\:gap-auto {
    gap: auto;
  }
  .xl\:gap-x-auto {
    column-gap: auto;
  }
  .xl\:gap-y-auto {
    row-gap: auto;
  }
}
@media (min-width: 1200px) {
  .xxl\:gap-0 {
    gap: 0;
  }
  .xxl\:gap-x-0 {
    column-gap: 0;
  }
  .xxl\:gap-y-0 {
    row-gap: 0;
  }
  .xxl\:gap-1 {
    gap: 0.5rem;
  }
  .xxl\:gap-x-1 {
    column-gap: 0.5rem;
  }
  .xxl\:gap-y-1 {
    row-gap: 0.5rem;
  }
  .xxl\:gap-2 {
    gap: 0.75rem;
  }
  .xxl\:gap-x-2 {
    column-gap: 0.75rem;
  }
  .xxl\:gap-y-2 {
    row-gap: 0.75rem;
  }
  .xxl\:gap-3 {
    gap: 1rem;
  }
  .xxl\:gap-x-3 {
    column-gap: 1rem;
  }
  .xxl\:gap-y-3 {
    row-gap: 1rem;
  }
  .xxl\:gap-4 {
    gap: 1.5rem;
  }
  .xxl\:gap-x-4 {
    column-gap: 1.5rem;
  }
  .xxl\:gap-y-4 {
    row-gap: 1.5rem;
  }
  .xxl\:gap-5 {
    gap: 2rem;
  }
  .xxl\:gap-x-5 {
    column-gap: 2rem;
  }
  .xxl\:gap-y-5 {
    row-gap: 2rem;
  }
  .xxl\:gap-6 {
    gap: 2.5rem;
  }
  .xxl\:gap-x-6 {
    column-gap: 2.5rem;
  }
  .xxl\:gap-y-6 {
    row-gap: 2.5rem;
  }
  .xxl\:gap-7 {
    gap: 3rem;
  }
  .xxl\:gap-x-7 {
    column-gap: 3rem;
  }
  .xxl\:gap-y-7 {
    row-gap: 3rem;
  }
  .xxl\:gap-8 {
    gap: 4rem;
  }
  .xxl\:gap-x-8 {
    column-gap: 4rem;
  }
  .xxl\:gap-y-8 {
    row-gap: 4rem;
  }
  .xxl\:gap-9 {
    gap: 5rem;
  }
  .xxl\:gap-x-9 {
    column-gap: 5rem;
  }
  .xxl\:gap-y-9 {
    row-gap: 5rem;
  }
  .xxl\:gap-auto {
    gap: auto;
  }
  .xxl\:gap-x-auto {
    column-gap: auto;
  }
  .xxl\:gap-y-auto {
    row-gap: auto;
  }
}
/* 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;
}

/* grid-items au sein des breakpoints */
@media (min-width: 480px) {
  .tn\:col-start-1 {
    grid-column-start: 1;
  }
  .tn\:col-end-1 {
    grid-column-end: 1;
  }
  .tn\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .tn\:col-span-full {
    grid-column: 1/-1;
  }
  .tn\:row-start-1 {
    grid-row-start: 1;
  }
  .tn\:row-end-1 {
    grid-row-end: 1;
  }
  .tn\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .tn\:col-start-2 {
    grid-column-start: 2;
  }
  .tn\:col-end-2 {
    grid-column-end: 2;
  }
  .tn\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .tn\:col-span-full {
    grid-column: 1/-1;
  }
  .tn\:row-start-2 {
    grid-row-start: 2;
  }
  .tn\:row-end-2 {
    grid-row-end: 2;
  }
  .tn\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .tn\:col-start-3 {
    grid-column-start: 3;
  }
  .tn\:col-end-3 {
    grid-column-end: 3;
  }
  .tn\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .tn\:col-span-full {
    grid-column: 1/-1;
  }
  .tn\:row-start-3 {
    grid-row-start: 3;
  }
  .tn\:row-end-3 {
    grid-row-end: 3;
  }
  .tn\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .tn\:col-start-4 {
    grid-column-start: 4;
  }
  .tn\:col-end-4 {
    grid-column-end: 4;
  }
  .tn\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .tn\:col-span-full {
    grid-column: 1/-1;
  }
  .tn\:row-start-4 {
    grid-row-start: 4;
  }
  .tn\:row-end-4 {
    grid-row-end: 4;
  }
  .tn\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .tn\:col-start-5 {
    grid-column-start: 5;
  }
  .tn\:col-end-5 {
    grid-column-end: 5;
  }
  .tn\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .tn\:col-span-full {
    grid-column: 1/-1;
  }
  .tn\:row-start-5 {
    grid-row-start: 5;
  }
  .tn\:row-end-5 {
    grid-row-end: 5;
  }
  .tn\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .tn\:col-start-6 {
    grid-column-start: 6;
  }
  .tn\:col-end-6 {
    grid-column-end: 6;
  }
  .tn\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .tn\:col-span-full {
    grid-column: 1/-1;
  }
  .tn\:row-start-6 {
    grid-row-start: 6;
  }
  .tn\:row-end-6 {
    grid-row-end: 6;
  }
  .tn\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .tn\:col-start-7 {
    grid-column-start: 7;
  }
  .tn\:col-end-7 {
    grid-column-end: 7;
  }
  .tn\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .tn\:col-span-full {
    grid-column: 1/-1;
  }
  .tn\:row-start-7 {
    grid-row-start: 7;
  }
  .tn\:row-end-7 {
    grid-row-end: 7;
  }
  .tn\:row-span-7 {
    grid-row: span 7/span 7;
  }
  .tn\:col-start-8 {
    grid-column-start: 8;
  }
  .tn\:col-end-8 {
    grid-column-end: 8;
  }
  .tn\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .tn\:col-span-full {
    grid-column: 1/-1;
  }
  .tn\:row-start-8 {
    grid-row-start: 8;
  }
  .tn\:row-end-8 {
    grid-row-end: 8;
  }
  .tn\:row-span-8 {
    grid-row: span 8/span 8;
  }
  .tn\:col-start-9 {
    grid-column-start: 9;
  }
  .tn\:col-end-9 {
    grid-column-end: 9;
  }
  .tn\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .tn\:col-span-full {
    grid-column: 1/-1;
  }
  .tn\:row-start-9 {
    grid-row-start: 9;
  }
  .tn\:row-end-9 {
    grid-row-end: 9;
  }
  .tn\:row-span-9 {
    grid-row: span 9/span 9;
  }
  .tn\:col-start-10 {
    grid-column-start: 10;
  }
  .tn\:col-end-10 {
    grid-column-end: 10;
  }
  .tn\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .tn\:col-span-full {
    grid-column: 1/-1;
  }
  .tn\:row-start-10 {
    grid-row-start: 10;
  }
  .tn\:row-end-10 {
    grid-row-end: 10;
  }
  .tn\:row-span-10 {
    grid-row: span 10/span 10;
  }
  .tn\:col-start-11 {
    grid-column-start: 11;
  }
  .tn\:col-end-11 {
    grid-column-end: 11;
  }
  .tn\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .tn\:col-span-full {
    grid-column: 1/-1;
  }
  .tn\:row-start-11 {
    grid-row-start: 11;
  }
  .tn\:row-end-11 {
    grid-row-end: 11;
  }
  .tn\:row-span-11 {
    grid-row: span 11/span 11;
  }
  .tn\:col-start-12 {
    grid-column-start: 12;
  }
  .tn\:col-end-12 {
    grid-column-end: 12;
  }
  .tn\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .tn\:col-span-full {
    grid-column: 1/-1;
  }
  .tn\:row-start-12 {
    grid-row-start: 12;
  }
  .tn\:row-end-12 {
    grid-row-end: 12;
  }
  .tn\:row-span-12 {
    grid-row: span 12/span 12;
  }
}
@media (min-width: 572px) {
  .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;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
@media (min-width: 960px) {
  .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;
  }
}
@media (min-width: 1080px) {
  .xl\:col-start-1 {
    grid-column-start: 1;
  }
  .xl\:col-end-1 {
    grid-column-end: 1;
  }
  .xl\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-1 {
    grid-row-start: 1;
  }
  .xl\:row-end-1 {
    grid-row-end: 1;
  }
  .xl\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .xl\:col-start-2 {
    grid-column-start: 2;
  }
  .xl\:col-end-2 {
    grid-column-end: 2;
  }
  .xl\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-2 {
    grid-row-start: 2;
  }
  .xl\:row-end-2 {
    grid-row-end: 2;
  }
  .xl\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .xl\:col-start-3 {
    grid-column-start: 3;
  }
  .xl\:col-end-3 {
    grid-column-end: 3;
  }
  .xl\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-3 {
    grid-row-start: 3;
  }
  .xl\:row-end-3 {
    grid-row-end: 3;
  }
  .xl\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .xl\:col-start-4 {
    grid-column-start: 4;
  }
  .xl\:col-end-4 {
    grid-column-end: 4;
  }
  .xl\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-4 {
    grid-row-start: 4;
  }
  .xl\:row-end-4 {
    grid-row-end: 4;
  }
  .xl\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .xl\:col-start-5 {
    grid-column-start: 5;
  }
  .xl\:col-end-5 {
    grid-column-end: 5;
  }
  .xl\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-5 {
    grid-row-start: 5;
  }
  .xl\:row-end-5 {
    grid-row-end: 5;
  }
  .xl\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .xl\:col-start-6 {
    grid-column-start: 6;
  }
  .xl\:col-end-6 {
    grid-column-end: 6;
  }
  .xl\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-6 {
    grid-row-start: 6;
  }
  .xl\:row-end-6 {
    grid-row-end: 6;
  }
  .xl\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .xl\:col-start-7 {
    grid-column-start: 7;
  }
  .xl\:col-end-7 {
    grid-column-end: 7;
  }
  .xl\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-7 {
    grid-row-start: 7;
  }
  .xl\:row-end-7 {
    grid-row-end: 7;
  }
  .xl\:row-span-7 {
    grid-row: span 7/span 7;
  }
  .xl\:col-start-8 {
    grid-column-start: 8;
  }
  .xl\:col-end-8 {
    grid-column-end: 8;
  }
  .xl\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-8 {
    grid-row-start: 8;
  }
  .xl\:row-end-8 {
    grid-row-end: 8;
  }
  .xl\:row-span-8 {
    grid-row: span 8/span 8;
  }
  .xl\:col-start-9 {
    grid-column-start: 9;
  }
  .xl\:col-end-9 {
    grid-column-end: 9;
  }
  .xl\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-9 {
    grid-row-start: 9;
  }
  .xl\:row-end-9 {
    grid-row-end: 9;
  }
  .xl\:row-span-9 {
    grid-row: span 9/span 9;
  }
  .xl\:col-start-10 {
    grid-column-start: 10;
  }
  .xl\:col-end-10 {
    grid-column-end: 10;
  }
  .xl\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-10 {
    grid-row-start: 10;
  }
  .xl\:row-end-10 {
    grid-row-end: 10;
  }
  .xl\:row-span-10 {
    grid-row: span 10/span 10;
  }
  .xl\:col-start-11 {
    grid-column-start: 11;
  }
  .xl\:col-end-11 {
    grid-column-end: 11;
  }
  .xl\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-11 {
    grid-row-start: 11;
  }
  .xl\:row-end-11 {
    grid-row-end: 11;
  }
  .xl\:row-span-11 {
    grid-row: span 11/span 11;
  }
  .xl\:col-start-12 {
    grid-column-start: 12;
  }
  .xl\:col-end-12 {
    grid-column-end: 12;
  }
  .xl\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-12 {
    grid-row-start: 12;
  }
  .xl\:row-end-12 {
    grid-row-end: 12;
  }
  .xl\:row-span-12 {
    grid-row: span 12/span 12;
  }
}
@media (min-width: 1200px) {
  .xxl\:col-start-1 {
    grid-column-start: 1;
  }
  .xxl\:col-end-1 {
    grid-column-end: 1;
  }
  .xxl\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .xxl\:col-span-full {
    grid-column: 1/-1;
  }
  .xxl\:row-start-1 {
    grid-row-start: 1;
  }
  .xxl\:row-end-1 {
    grid-row-end: 1;
  }
  .xxl\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .xxl\:col-start-2 {
    grid-column-start: 2;
  }
  .xxl\:col-end-2 {
    grid-column-end: 2;
  }
  .xxl\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .xxl\:col-span-full {
    grid-column: 1/-1;
  }
  .xxl\:row-start-2 {
    grid-row-start: 2;
  }
  .xxl\:row-end-2 {
    grid-row-end: 2;
  }
  .xxl\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .xxl\:col-start-3 {
    grid-column-start: 3;
  }
  .xxl\:col-end-3 {
    grid-column-end: 3;
  }
  .xxl\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .xxl\:col-span-full {
    grid-column: 1/-1;
  }
  .xxl\:row-start-3 {
    grid-row-start: 3;
  }
  .xxl\:row-end-3 {
    grid-row-end: 3;
  }
  .xxl\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .xxl\:col-start-4 {
    grid-column-start: 4;
  }
  .xxl\:col-end-4 {
    grid-column-end: 4;
  }
  .xxl\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .xxl\:col-span-full {
    grid-column: 1/-1;
  }
  .xxl\:row-start-4 {
    grid-row-start: 4;
  }
  .xxl\:row-end-4 {
    grid-row-end: 4;
  }
  .xxl\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .xxl\:col-start-5 {
    grid-column-start: 5;
  }
  .xxl\:col-end-5 {
    grid-column-end: 5;
  }
  .xxl\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .xxl\:col-span-full {
    grid-column: 1/-1;
  }
  .xxl\:row-start-5 {
    grid-row-start: 5;
  }
  .xxl\:row-end-5 {
    grid-row-end: 5;
  }
  .xxl\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .xxl\:col-start-6 {
    grid-column-start: 6;
  }
  .xxl\:col-end-6 {
    grid-column-end: 6;
  }
  .xxl\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .xxl\:col-span-full {
    grid-column: 1/-1;
  }
  .xxl\:row-start-6 {
    grid-row-start: 6;
  }
  .xxl\:row-end-6 {
    grid-row-end: 6;
  }
  .xxl\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .xxl\:col-start-7 {
    grid-column-start: 7;
  }
  .xxl\:col-end-7 {
    grid-column-end: 7;
  }
  .xxl\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .xxl\:col-span-full {
    grid-column: 1/-1;
  }
  .xxl\:row-start-7 {
    grid-row-start: 7;
  }
  .xxl\:row-end-7 {
    grid-row-end: 7;
  }
  .xxl\:row-span-7 {
    grid-row: span 7/span 7;
  }
  .xxl\:col-start-8 {
    grid-column-start: 8;
  }
  .xxl\:col-end-8 {
    grid-column-end: 8;
  }
  .xxl\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .xxl\:col-span-full {
    grid-column: 1/-1;
  }
  .xxl\:row-start-8 {
    grid-row-start: 8;
  }
  .xxl\:row-end-8 {
    grid-row-end: 8;
  }
  .xxl\:row-span-8 {
    grid-row: span 8/span 8;
  }
  .xxl\:col-start-9 {
    grid-column-start: 9;
  }
  .xxl\:col-end-9 {
    grid-column-end: 9;
  }
  .xxl\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .xxl\:col-span-full {
    grid-column: 1/-1;
  }
  .xxl\:row-start-9 {
    grid-row-start: 9;
  }
  .xxl\:row-end-9 {
    grid-row-end: 9;
  }
  .xxl\:row-span-9 {
    grid-row: span 9/span 9;
  }
  .xxl\:col-start-10 {
    grid-column-start: 10;
  }
  .xxl\:col-end-10 {
    grid-column-end: 10;
  }
  .xxl\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .xxl\:col-span-full {
    grid-column: 1/-1;
  }
  .xxl\:row-start-10 {
    grid-row-start: 10;
  }
  .xxl\:row-end-10 {
    grid-row-end: 10;
  }
  .xxl\:row-span-10 {
    grid-row: span 10/span 10;
  }
  .xxl\:col-start-11 {
    grid-column-start: 11;
  }
  .xxl\:col-end-11 {
    grid-column-end: 11;
  }
  .xxl\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .xxl\:col-span-full {
    grid-column: 1/-1;
  }
  .xxl\:row-start-11 {
    grid-row-start: 11;
  }
  .xxl\:row-end-11 {
    grid-row-end: 11;
  }
  .xxl\:row-span-11 {
    grid-row: span 11/span 11;
  }
  .xxl\:col-start-12 {
    grid-column-start: 12;
  }
  .xxl\:col-end-12 {
    grid-column-end: 12;
  }
  .xxl\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .xxl\:col-span-full {
    grid-column: 1/-1;
  }
  .xxl\:row-start-12 {
    grid-row-start: 12;
  }
  .xxl\:row-end-12 {
    grid-row-end: 12;
  }
  .xxl\:row-span-12 {
    grid-row: span 12/span 12;
  }
}
/*
 * basic button component
 */
/*
 * HTML template example:
 * preferably use <button> for buttons !
 * use .button or .btn (for structure) and .btn-- (for variants) (see appearance mixin)
 */
/*
 * button reset
 */
.wp-block-button a,
.wp-block-button__link, .btn,
.button,
.contenu-conteneur .contenu-gutenberg a.wp-block-button__link,
.contenu-conteneur .contenu-gutenberg a.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2.5rem 1.5rem;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
  transition-property: box-shadow, background-color, color, border;
  text-decoration: none;
  border: none;
  font-size: 1.5rem;
  color: var(--couleur-texte-boutons);
  background-color: var(--couleur-fond-boutons);
  font-weight: 700;
  border-radius: 3rem;
  box-shadow: 0 1px 30px -16px #000000;
}
.wp-block-button a:hover,
.wp-block-button__link:hover, .btn:hover,
.button:hover,
.contenu-conteneur .contenu-gutenberg a.wp-block-button__link:hover,
.contenu-conteneur .contenu-gutenberg a.btn:hover, .wp-block-button a:active,
.wp-block-button__link:active, .btn:active,
.button:active,
.contenu-conteneur .contenu-gutenberg a.wp-block-button__link:active,
.contenu-conteneur .contenu-gutenberg a.btn:active, .wp-block-button a:focus,
.wp-block-button__link:focus, .btn:focus,
.button:focus,
.contenu-conteneur .contenu-gutenberg a.wp-block-button__link:focus,
.contenu-conteneur .contenu-gutenberg a.btn:focus {
  background-color: var(--couleur-fond-boutons-hover);
  color: var(--couleur-texte-boutons-hover);
  text-decoration: none;
}

div.bouton-wrap,
.wp-block-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn img,
.button img,
.contenu-conteneur .contenu-gutenberg a.wp-block-button__link img,
.contenu-conteneur .contenu-gutenberg a.btn img {
  margin-right: 0.75rem;
}
.btn:focus,
.button:focus,
.contenu-conteneur .contenu-gutenberg a.wp-block-button__link:focus,
.contenu-conteneur .contenu-gutenberg a.btn:focus {
  -webkit-tap-highlight-color: transparent;
}

.btn--small,
.button--small {
  padding: 2rem 4rem;
  font-size: 0.8em;
}
.btn--big,
.button--big {
  font-size: 1.4em;
}
.btn--block,
.button--block {
  width: 100% !important;
  display: block;
}
.btn--unstyled,
.button--unstyled {
  padding: 0;
  border: none;
  text-align: left;
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn--unstyled:focus,
.button--unstyled:focus {
  box-shadow: none;
  outline: none;
}
.btn--primary,
.button--primary {
  color: #ffffff;
  background-color: #000000;
}
.btn--primary:hover, .btn--primary:active, .btn--primary:focus,
.button--primary:hover,
.button--primary:active,
.button--primary:focus {
  color: #000000;
  background-color: #ffffff;
}
.btn--secondary,
.button--secondary {
  color: #000000;
  background-color: #ffffff;
}
.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus,
.button--secondary:hover,
.button--secondary:active,
.button--secondary:focus {
  color: #ffffff;
  background-color: #000000;
}
.btn--filtre,
.button--filtre {
  color: #0069A3;
  background: none;
  border: #0069A3 1px solid;
  border-radius: 30px;
  padding: 20px 40px 20px 20px;
  position: relative;
  min-width: 180px;
  text-align: left;
}
.btn--filtre[aria-expanded=true],
.button--filtre[aria-expanded=true] {
  border-radius: 30px 30px 0 0;
}
.btn--filtre::after,
.button--filtre::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  color: #FF7139;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 20px;
}

/*
 * 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
 */
input[type=checkbox] {
  border-radius: 4px;
}

input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  box-shadow: inset 0 0 0 1px #0069A3;
  background-color: #ffffff;
  transition: background-color 0.15s;
  cursor: pointer;
}

input[type=checkbox] + label {
  cursor: pointer;
}

input[type=checkbox]:disabled {
  opacity: 0.6;
}

input[type=checkbox]:disabled + label {
  opacity: 0.6;
  cursor: not-allowed;
}

input[type=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: #0069A3;
}

/*
 * component radio
 */
/*
 * HTML template example:
 * <input type="radio" class="radio" name="radio" id="r1">
 * <label for="r1">Click here</label>
 */
/*
 * radio variables (you can change them)
 */
/*
 * radio styles
 */
.radio {
  border-radius: 50%;
}

.radio {
  -webkit-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  box-shadow: inset 0 0 0 1px #0069A3;
  background-color: #ffffff;
  transition: background-size 0.15s;
  cursor: pointer;
}

.radio + label {
  cursor: pointer;
}

.radio:disabled {
  opacity: 0.6;
}

.radio:disabled + label {
  opacity: 0.6;
  cursor: not-allowed;
}

.radio:checked {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23ffffff%22/%3E%3C/svg%3E");
  background-size: 70% 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0069A3;
}

/*
 * basic select component
 */
/*
HTML template example:
<select>
  <option value="salade">salade</option>
  <option value="tomate">tomate</option>
  <option value="oignons">oignons</option>
</select>
 */
select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
  background-position: right 0.8rem center;
  background-repeat: no-repeat;
  background-size: 1.2rem;
}

* {
  box-sizing: border-box;
}

main {
  margin-top: 70px;
}

html,
body {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
}

body {
  margin: 0;
  font-family: "Gotham", sans-serif;
  font-size: 1.6rem;
  line-height: 1.56;
  background-color: #EBF5FF;
  color: #434242;
}

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

h1,
.h1-like {
  font-size: 6rem;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  h1,
  .h1-like {
    font-size: 3.5rem;
  }
}

h2,
.h2-like {
  font-size: 4rem;
  color: #0069A3;
  line-height: 1.25;
}
@media (max-width: 767px) {
  h2,
  .h2-like {
    font-size: 3rem;
  }
}

h3,
.h3-like {
  font-size: 2rem;
  color: #0069A3;
  line-height: 1;
}
@media (max-width: 767px) {
  h3,
  .h3-like {
    font-size: 1.8rem;
  }
}

h4,
.h4-like {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  p {
    font-size: 1.8rem;
  }
}
@media (max-width: 571px) {
  p {
    font-size: 1.6rem;
  }
}

.conteneur {
  width: 108rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  .conteneur {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
}

.conteneurGauche {
  padding-left: calc((100vw - 108rem) / 2);
}

.conteneurDroite {
  padding-right: calc((100vw - 108rem) / 2);
}

.contenu-introduction {
  background: linear-gradient(to bottom, #0069A3, #004687);
  color: #ffffff;
  padding-top: 9rem;
  padding-bottom: 1px;
  min-height: 45.5rem;
}
@media (max-width: 1079px) {
  .contenu-introduction {
    min-height: 10rem;
  }
}
body.admin-bar .contenu-introduction {
  padding-top: 12.3rem;
}

.contenu-conteneur .archive-introduction--colonneGauche,
.contenu-conteneur .pageClassique-introduction--colonneGauche {
  flex: 1;
}
@media (max-width: 1079px) {
  .contenu-conteneur .archive-introduction--colonneGauche,
  .contenu-conteneur .pageClassique-introduction--colonneGauche {
    max-width: 100%;
  }
}
.contenu-conteneur .archive-introduction--colonneGauche h1,
.contenu-conteneur .pageClassique-introduction--colonneGauche h1 {
  margin-bottom: 13rem;
}
@media (max-width: 1079px) {
  .contenu-conteneur .archive-introduction--colonneGauche h1,
  .contenu-conteneur .pageClassique-introduction--colonneGauche h1 {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.contenu-conteneur .archive-introduction--colonneGauche.avecIntroduction h1,
.contenu-conteneur .pageClassique-introduction--colonneGauche.avecIntroduction h1 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.contenu-conteneur .archive-introduction--texte,
.contenu-conteneur .pageClassique-introduction--texte {
  padding-bottom: 5.5rem;
}
.contenu-conteneur .archive-introduction--texte, .contenu-conteneur .archive-introduction--texte p,
.contenu-conteneur .pageClassique-introduction--texte,
.contenu-conteneur .pageClassique-introduction--texte p {
  font-size: 1.8rem;
}
@media (max-width: 1079px) {
  .contenu-conteneur .archive-introduction--texte,
  .contenu-conteneur .pageClassique-introduction--texte {
    text-align: center;
    padding-bottom: 2.5rem;
  }
}
.contenu-conteneur .archive-introduction--lirePlus,
.contenu-conteneur .pageClassique-introduction--lirePlus {
  font-size: 1.5rem;
  cursor: pointer;
}
.contenu-conteneur .archive-introduction--colonneDroite,
.contenu-conteneur .pageClassique-introduction--colonneDroite {
  width: 50%;
  margin-right: -10rem;
}
@media (max-width: 1079px) {
  .contenu-conteneur .archive-introduction--colonneDroite,
  .contenu-conteneur .pageClassique-introduction--colonneDroite {
    width: 100%;
    margin-right: 0;
    padding-bottom: 4rem;
    object-fit: contain;
  }
  .contenu-conteneur .archive-introduction--colonneDroite img,
  .contenu-conteneur .pageClassique-introduction--colonneDroite img {
    width: 100%;
    max-height: 30vh;
    object-fit: contain;
  }
}

.contenu-filAriane {
  margin-top: 4.5rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .contenu-filAriane {
    display: none;
  }
}
.contenu-filAriane a {
  color: #ffffff;
  font-weight: 700;
}
.contenu-filAriane span:first-child > a {
  position: relative;
  padding-left: 3rem;
}
.contenu-filAriane span:first-child > a:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: url("../img/picto-accueil.svg");
}

.page404-listeGET {
  margin: 9.5rem 0;
}

.pagination {
  display: flex;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 7.5rem;
}
.pagination a:not(.current),
.pagination span:not(.current) {
  color: var(--couleur-texte-fond-blanc);
  margin: 0 1rem;
}
.pagination a {
  text-decoration: none;
}
.pagination span.dots {
  color: #888ED1;
  margin: 0 0.5rem;
}
.pagination .page-number.current,
.pagination button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 0 1rem 1rem;
  background-color: var(--couleur-fond-boutons);
  color: var(--couleur-texte-boutons);
}

.provenance {
  border-radius: 0 1rem 1rem;
  font-size: 1.3rem;
  letter-spacing: 2px;
  padding: 12px 20px 12px 25px;
}

[v-cloak] {
  display: none;
}

.splide__pagination__page {
  background: transparent;
  border: 1px solid #0069A3;
  opacity: 1;
  height: 1.2rem;
  width: 1.2rem;
  margin: 0 7px;
}
.splide__pagination__page.is-active {
  background: #0069A3;
  transform: none;
}

@media screen and (max-width: 1200px) {
  .hiddenOnMobile {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .menuOuvert .hiddenOnMobile {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .card-date {
    font-size: 1.5rem;
    line-height: 1;
  }
}

input[type=checkbox] {
  min-width: 20px;
  min-height: 20px;
}
input[type=checkbox] label {
  width: 100%;
  display: flex;
}

iframe {
  min-height: 300px;
}

@media (min-width: 1080px) {
  .gutenberg-mobile--only {
    display: none;
  }
}

@media (max-width: 1079px) {
  .gutenberg-desktop--only {
    display: none;
  }
}

.tribe_events-partageRS .essb_links .essb_icon, .post-partageRS .essb_links .essb_icon {
  width: 4.6rem;
  height: 4.6rem;
}
.tribe_events-partageRS .essb_links li a, .post-partageRS .essb_links li a {
  margin-right: 1.2rem;
}
.tribe_events-partageRS .essb_links li a:focus, .post-partageRS .essb_links li a:focus {
  outline: 1px dotted black;
}
.tribe_events-partageRS .essb_links.essb_template_clear-retina a .essb_icon, .post-partageRS .essb_links.essb_template_clear-retina a .essb_icon {
  -webkit-border-radius: 50%;
  box-shadow: 0 19px 46px rgba(23, 135, 252, 0.19);
}
.tribe_events-partageRS .essb_links .essb_icon:before, .post-partageRS .essb_links .essb_icon:before {
  font-size: 22px !important;
  top: 12px;
  left: 12px;
}
.tribe_events-partageRS .essb_links.essb_template_clear-retina .essb_link_mail a .essb_icon, .tribe_events-partageRS .essb_links.essb_template_clear-retina .essb_link_copy a .essb_icon, .post-partageRS .essb_links.essb_template_clear-retina .essb_link_mail a .essb_icon, .post-partageRS .essb_links.essb_template_clear-retina .essb_link_copy a .essb_icon {
  background-color: #FF7139 !important;
  box-shadow: 0 9px 26px rgba(0, 0, 0, 0.1);
}
.tribe_events-partageRS .essb_links.essb_template_clear-retina .essb_link_mail a .essb_icon:hover, .tribe_events-partageRS .essb_links.essb_template_clear-retina .essb_link_mail a .essb_icon:active, .tribe_events-partageRS .essb_links.essb_template_clear-retina .essb_link_mail a .essb_icon:focus, .tribe_events-partageRS .essb_links.essb_template_clear-retina .essb_link_copy a .essb_icon:hover, .tribe_events-partageRS .essb_links.essb_template_clear-retina .essb_link_copy a .essb_icon:active, .tribe_events-partageRS .essb_links.essb_template_clear-retina .essb_link_copy a .essb_icon:focus, .post-partageRS .essb_links.essb_template_clear-retina .essb_link_mail a .essb_icon:hover, .post-partageRS .essb_links.essb_template_clear-retina .essb_link_mail a .essb_icon:active, .post-partageRS .essb_links.essb_template_clear-retina .essb_link_mail a .essb_icon:focus, .post-partageRS .essb_links.essb_template_clear-retina .essb_link_copy a .essb_icon:hover, .post-partageRS .essb_links.essb_template_clear-retina .essb_link_copy a .essb_icon:active, .post-partageRS .essb_links.essb_template_clear-retina .essb_link_copy a .essb_icon:focus {
  background-color: #000000 !important;
}
.tribe_events-partageRS .essb_links .essb_icon.essb_icon_mail::before, .post-partageRS .essb_links .essb_icon.essb_icon_mail::before {
  content: url("../img/picto-enveloppe-blanc.svg");
  top: 11px;
  left: 11px;
}
.tribe_events-partageRS .essb_links .essb_icon.essb_icon_copy::before, .post-partageRS .essb_links .essb_icon.essb_icon_copy::before {
  content: url("../img/picto-lien.svg");
  left: 14px;
}

body.search .archive-filtresMobile--bouton {
  top: -4rem;
}
body.search .contenu-conteneur {
  margin-bottom: 17.5rem;
}
@media (max-width: 767px) {
  body.search .contenu-conteneur {
    margin-bottom: 10rem;
  }
}
body.search .contenu-conteneur h1 {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  body.search .contenu-conteneur h1 {
    margin-bottom: 4rem;
  }
}
body.search .archive-filtres {
  margin-top: 10.5rem;
  gap: 2rem;
}
body.search .pagination {
  margin-top: 2rem;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  body.search .pagination {
    margin-bottom: 4rem;
  }
}

.searchResults-nbResultats {
  font-size: 3rem;
}
@media (max-width: 959px) {
  .searchResults-nbResultats {
    margin-top: 5rem;
  }
}
@media (max-width: 571px) {
  .searchResults-nbResultats {
    font-size: 2.5rem;
  }
}
.searchResults-retour {
  margin-bottom: 6.5rem;
}

.iti__selected-flag:focus {
  border: 1px solid var(--wpforms-button-background-color);
  box-shadow: 0 0 0 1px var(--wpforms-button-background-color), 0px 1px 2px rgba(0, 0, 0, 0.15);
}

#tarteaucitronRoot #tarteaucitronAlertBig, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine, #tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover, #tarteaucitron #tarteaucitronClosePanel {
  background: #213053;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize2, #tarteaucitronRoot .tarteaucitronDeny, #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, .tac_activate .tarteaucitronAllow {
  border-radius: 3rem;
  padding: 0.75rem 1.5rem;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize2 {
  background-color: #FF7139;
}

#tarteaucitronRoot .tarteaucitronDeny {
  background-color: #ffffff;
  color: #434242;
}
#tarteaucitronRoot .tarteaucitronDeny span {
  display: none;
}

body.home .contenu-introduction {
  position: relative;
}
body.home .contenu-introduction .conteneur {
  margin-left: calc((100vw - 108rem) / 2);
  margin-right: 0;
}
@media (max-width: 1079px) {
  body.home .contenu-introduction .conteneur {
    margin-left: 0;
  }
}
body.home .contenu-conteneur h1 {
  position: relative;
  margin-bottom: 2.5rem;
  z-index: 5;
}
body.home.video .contenu-conteneur h1 {
  margin-bottom: 5rem;
}

.accueil-introduction {
  position: relative;
  font-size: 1.8rem;
  padding-bottom: 1.2rem;
  z-index: 5;
}
.accueil-introduction--conteneur {
  width: 50%;
}
@media (max-width: 1079px) {
  .accueil-introduction--conteneur {
    width: 100%;
  }
}
body.video .accueil-introduction {
  padding-bottom: 7rem;
}
@media (max-width: 1079px) {
  body.video .accueil-introduction {
    padding-bottom: 9rem;
  }
}
body.video .accueil-introduction--conteneur {
  width: auto;
  max-width: 86.5rem;
  margin-left: auto;
  margin-right: auto;
}

.accueil-videoBandeau {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accueil-videoBandeau--conteneur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.accueil-videoBandeau--fond, .accueil-videoBandeau--degrade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.accueil-videoBandeau--fond {
  background-color: rgba(0, 105, 163, 0.5);
  background-image: url("../img/fond-video-accueil.svg");
  background-repeat: no-repeat;
  background-position: 0 calc(100% - 9.5rem);
}
.accueil-videoBandeau--degrade {
  background: linear-gradient(180deg, #0069A3 0%, rgba(0, 105, 163, 0) 100%);
}
.accueil-videoBandeau--toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 1300px) {
  .accueil-videoBandeau--toggle {
    bottom: 3rem;
  }
}
@media (max-width: 1079px) {
  .accueil-videoBandeau--toggle {
    bottom: 6rem;
  }
}
@media (max-width: 959px) {
  .accueil-videoBandeau--toggle {
    bottom: 0;
  }
}
@media screen and (max-width: 420px) {
  .accueil-videoBandeau--toggle {
    bottom: 6rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    font-size: 1.2rem;
  }
}

.accueil-imageBandeau {
  position: absolute;
  bottom: -10rem;
  right: 0;
  height: 59rem;
  width: 64rem;
}
@media screen and (max-width: 1350px) {
  .accueil-imageBandeau {
    bottom: -13rem;
    width: 50rem;
  }
}
@media (max-width: 1079px) {
  .accueil-imageBandeau {
    display: none;
  }
}
.accueil-imageBandeau img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.home.video .contenu-conteneur .contenu-gutenberg .bloc-get {
  margin-top: -5.5rem;
  margin-bottom: 4.7rem;
}

body.home .contenu-conteneur .contenu-gutenberg .bloc-get {
  margin-top: 7rem;
  margin-bottom: 4rem;
}
body.home .contenu-conteneur .contenu-gutenberg .bloc-get + .wp-block-buttons {
  margin-top: 4rem;
}
body.home .contenu-conteneur .contenu-gutenberg .bloc-cartes--titre {
  margin-bottom: 3.8rem;
}
body.home .contenu-conteneur .contenu-gutenberg .bloc-focus {
  padding-bottom: 0;
}
body.home .contenu-conteneur .contenu-gutenberg .bloc-focus + .wp-block-buttons {
  margin-top: -2rem;
}
body.home .contenu-conteneur .contenu-gutenberg > div.has-degrade-gradient-background {
  margin-bottom: 0;
  padding-bottom: 4rem;
}
body.home .contenu-conteneur .contenu-gutenberg > div.has-degrade-gradient-background + div {
  margin-top: 0;
}
body.home .contenu-conteneur .contenu-gutenberg .bloc-arguments {
  margin-bottom: 4rem;
}
body.home .contenu-conteneur .contenu-gutenberg .bloc-chiffrescles {
  margin-top: 4.5rem;
}
body.home .contenu-conteneur .contenu-gutenberg .bloc-evenements {
  margin-top: 8rem;
  margin-bottom: 11rem;
}
@media (max-width: 767px) {
  body.home .contenu-conteneur .contenu-gutenberg .bloc-evenements {
    margin-bottom: 5rem;
  }
}
body.home .contenu-conteneur .contenu-gutenberg .bloc-temoignage {
  margin-top: 12.5rem;
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  body.home .contenu-conteneur .contenu-gutenberg .bloc-temoignage {
    margin-top: 8rem;
    margin-bottom: 10rem;
  }
}

.liensEvitement {
  background-color: #213053;
  border-bottom-right-radius: 2rem;
  position: fixed;
  top: -8rem;
  left: 0;
  z-index: 1000;
  transition: top 0.3s;
}
@media (max-width: 571px) {
  .liensEvitement {
    top: -10rem;
  }
}
.liensEvitement.focus {
  top: 0;
}
.liensEvitement, .liensEvitement a {
  color: #ffffff;
}
.liensEvitement a {
  border: 1px solid transparent;
  border-radius: 0.5rem;
  padding: 1rem;
}
.liensEvitement a:hover, .liensEvitement a:active, .liensEvitement a:focus {
  text-decoration: none;
  border-color: #ffffff;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}
.header,
.header > * {
  z-index: 140;
}
body.admin-bar .header {
  top: var(--wp-admin--admin-bar--height);
}

.header.menuOuvert {
  position: fixed;
}

.header.scroll .header-logo,
.header.scroll .header-logoGE {
  display: none;
}
.header.scroll .header-logoMenuOuvert {
  display: flex;
}
.header.scroll #boutonRecherche {
  border: unset;
}
.header.scroll #boutonRecherche:hover {
  background-color: #293381;
}
.header.scroll #boutonRecherche:hover svg path {
  fill: #ffffff;
}
.header.scroll .header-menuGET,
.header.scroll .header-recherche--toggle {
  border-color: #293381;
}
.header.scroll .header-menuGET svg path,
.header.scroll .header-recherche--toggle svg path {
  fill: #293381;
}
.header.scroll .header-menuGET,
.header.scroll .header-menuGET a {
  color: #293381;
}
.header.scroll .header-menuGET.ouvert {
  background-color: #ffffff;
}
.header.scroll .header-menuGET--toggle {
  color: #293381;
  border-color: #293381 !important;
}
.header.scroll .header-menuPrincipal--fermeture {
  color: #0069A3;
}

.header.menuOuvert .header-recherche--fermeture {
  display: flex;
  justify-content: center;
  align-content: center;
}
.header.menuOuvert .header-menuPrincipal--ouverture {
  display: none;
}

.header.menuOuvert .header-logo,
.header.menuOuvert .header-logoGE {
  display: none;
}
.header.menuOuvert .header-logoMenuOuvert {
  display: flex;
}
.header.menuOuvert #boutonRecherche {
  border: unset;
  margin-right: 15rem;
}
@media (max-width: 1199px) {
  .header.menuOuvert #boutonRecherche {
    margin-right: unset;
  }
}
.header.menuOuvert #boutonRecherche:hover {
  background-color: #293381;
}
.header.menuOuvert #boutonRecherche:hover svg path {
  fill: #ffffff;
}
.header.menuOuvert .header-menuGET,
.header.menuOuvert .header-recherche--toggle {
  border-color: #293381;
}
.header.menuOuvert .header-menuGET svg path,
.header.menuOuvert .header-recherche--toggle svg path {
  fill: #293381;
}
.header.menuOuvert .header-menuGET,
.header.menuOuvert .header-menuGET a {
  color: #293381;
}
.header.menuOuvert .header-menuGET.ouvert {
  background-color: #ffffff;
}
.header.menuOuvert .header-menuGET--toggle {
  color: #293381;
  border-color: #293381 !important;
}
.header.menuOuvert .header-menuPrincipal--fermeture {
  color: #0069A3;
}

.header.menuOuvert .header-recherche--fermeture {
  display: flex;
  justify-content: center;
  align-content: center;
}
.header.menuOuvert .header-menuPrincipal--ouverture {
  display: none;
}

.header.scroll {
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0 4px 79px -3px rgba(0, 0, 0, 0.1);
  /* Comportements uniquement sur desktop */
}
@media screen and (min-width: 1200px) {
  .header.scroll .header-logoMenuOuvert {
    margin-top: 1rem;
  }
}
.header.scroll .header-menuPrincipal--ouverture {
  color: #293381;
}
.header.scroll .header-menuPrincipal--ouverture svg path {
  fill: #293381;
}

@media (max-width: 767px) {
  .header-logos {
    height: 70px;
  }
}

.header-logo img,
.header-logoMenuOuvert img {
  max-height: 10rem;
}
@media (max-width: 767px) {
  .header-logo img,
  .header-logoMenuOuvert img {
    max-width: 30rem;
    max-height: 100%;
  }
}
@media (max-width: 571px) {
  .header-logo img,
  .header-logoMenuOuvert img {
    max-width: 40rem;
    max-height: 100%;
  }
}
@media screen and (max-width: 340px) {
  .header-logo img,
  .header-logoMenuOuvert img {
    max-width: 12rem;
  }
}

.header-logoGE {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
  border-left: 1px solid #ffffff;
}
.header-logoGE img {
  width: 11.5rem;
  max-height: 100%;
}
@media (max-width: 767px) {
  .header-logoGE img {
    width: 8rem;
  }
}

.header-menuGET {
  display: none;
  position: absolute;
  top: 10.5rem !important;
  right: 12rem;
  font-size: 1.5rem;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 1200px) {
  .header-menuGET {
    top: 10rem;
    min-width: 200px;
    right: 12rem;
  }
}
@media (max-width: 1079px) {
  .header-menuGET {
    top: 9rem;
    right: 8rem;
  }
}
@media (max-width: 767px) {
  .header-menuGET {
    right: 2rem;
  }
}
.header-menuGET.ouvert {
  background-color: #0069A3;
}
.header-menuGET,
.header-menuGET a {
  color: #ffffff;
}
.header-menuGET--toggle {
  color: #ffffff;
  cursor: pointer;
}
.header-menuGET--toggle svg {
  margin-left: 1.5rem;
}
.header-menuGET:not(.ouvert) .header-menuGET--liste {
  display: none;
}
.header-menuGET--entree.dernier {
  order: 2;
}
.header-menuGET a {
  text-decoration: none;
}

.menuOuvert .header-menuGET {
  display: block;
}

.header-recherche {
  height: 75%;
}
.header-recherche--conteneur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 150;
  background-image: url("../img/fond-recherche.png");
  background-repeat: no-repeat;
  background-position: 0 80%;
}
.header-recherche--conteneur[aria-hidden=true] {
  display: none;
}
.header-recherche--toggle {
  margin-top: 0.6rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 5.5rem;
  height: 5.5rem;
  cursor: pointer;
  background-color: #F5F5F5;
}
@media screen and (max-width: 1200px) {
  .header-recherche--toggle {
    position: absolute;
    top: 8.6rem;
    right: 39rem;
  }
}
@media (max-width: 1079px) {
  .header-recherche--toggle {
    top: 8.6rem;
    right: 35rem;
  }
}
@media (max-width: 767px) {
  .header-recherche--toggle {
    right: 29rem;
  }
}
@media screen and (max-width: 350px) {
  .header-recherche--toggle {
    right: 26rem;
  }
}
.header-recherche--toggle:hover {
  background-color: #293381;
}
.header-recherche--toggle:hover svg path {
  fill: #ffffff;
}
.header-recherche--toggle svg path {
  fill: #293381;
}
.header-recherche--fermeture {
  position: absolute;
  top: 4rem;
  right: 3.5rem;
  color: #0069A3;
  letter-spacing: 2.5px;
  font-size: 1.3rem;
  font-weight: 700;
  cursor: pointer;
}
.header-recherche form {
  color: #0069A3;
  width: 50%;
  position: relative;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .header-recherche form {
    width: 90%;
  }
}
.header-recherche label {
  width: 100%;
}
.header-recherche label span {
  font-size: 3rem;
}
.header-recherche input.search-field {
  border: 2px solid #FF7139;
  border-radius: 6rem;
  width: 100%;
  font-size: 2rem;
  padding-right: 8rem;
}
.header-recherche input.search-field::placeholder {
  color: #434242;
}
.header-recherche button.search-submit {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 7.5rem;
  padding-right: 3.5rem;
  cursor: pointer;
}
.header-recherche button.search-submit svg {
  width: 3.8rem;
  height: 3.8rem;
}
.header-recherche button.search-submit svg path {
  fill: #FF7139;
}

.header-boutonReferencement {
  margin-top: 0.6rem;
  margin-left: 3.5rem;
  margin-right: 2rem;
  padding: 1.6rem 2.5rem 1.6rem;
  background-color: #13BAFA;
  color: #293381;
  border-radius: unset;
}
.header-boutonReferencement:hover {
  background-color: #293381;
  color: #ffffff;
}
.header-boutonReferencement svg {
  margin-right: 0.75rem;
  transition: 0.3s;
  transition-property: box-shadow, background-color, color, border;
}
.header-boutonReferencement svg path {
  fill: #293381;
  transition: 0.3s;
  transition-property: box-shadow, background-color, color, border;
}
.header-boutonReferencement:hover svg {
  transition: 0.3s;
  transition-property: box-shadow, background-color, color, border;
}
.header-boutonReferencement:hover svg path {
  transition: 0.3s;
  transition-property: box-shadow, background-color, color, border;
  fill: white;
}

.header-menuPrincipal--ouverture, .header-menuPrincipal--fermeture {
  color: #293381;
  cursor: pointer;
  font-size: 1.3rem;
  letter-spacing: 2.5px;
  width: 12rem;
}
.header-menuPrincipal--ouverture svg path, .header-menuPrincipal--fermeture svg path {
  fill: #293381;
}

.header-menuPrincipal--fermeture {
  position: absolute;
  top: 3.8rem;
  right: 11rem;
}
@media screen and (max-width: 1200px) {
  .header-menuPrincipal--fermeture {
    top: 2.1rem;
  }
}
@media (max-width: 1079px) {
  .header-menuPrincipal--fermeture {
    right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .header-menuPrincipal--fermeture {
    top: 3rem;
    right: 1rem;
  }
}

#header-menuPrincipal--conteneur {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 130;
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: 0 90%;
  text-align: right;
}
@media (max-width: 1079px) {
  #header-menuPrincipal--conteneur {
    background-size: auto 50%;
    background-position: 0px 50%;
  }
}
#header-menuPrincipal--conteneur[aria-hidden=true] {
  display: none;
}

.header-menuPrincipal {
  height: 100%;
}
.header-menuPrincipal ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 6rem;
  padding-right: 12rem;
  padding-bottom: 2rem;
  margin-top: 12rem;
  overflow: auto;
  height: calc(100% - 12rem);
}
@media screen and (max-width: 1200px) {
  .header-menuPrincipal ul {
    text-align: right;
    padding-top: 0;
    margin-top: 18rem;
    height: calc(100% - 18rem);
  }
}
@media (max-width: 1079px) {
  .header-menuPrincipal ul {
    padding-top: 1rem;
    margin-top: 17rem;
    height: calc(100% - 17rem);
    padding-right: 8rem;
  }
}
@media (max-width: 767px) {
  .header-menuPrincipal ul {
    padding-top: 0;
    padding-right: 2rem;
  }
}
.header-menuPrincipal li {
  margin-bottom: 2.9vh;
}
.header-menuPrincipal li:last-of-type {
  margin-bottom: 0;
}
.header-menuPrincipal li:not(:last-of-type) a {
  color: #0069A3;
  font-weight: 700;
}
.header-menuPrincipal li:last-of-type a {
  display: flex;
  color: #FF7139;
  font-weight: 400;
}
.header-menuPrincipal li:last-of-type a:before {
  content: url("../img/picto-enveloppe.svg");
  margin-top: 0.2rem;
  margin-right: 2rem;
}
.header-menuPrincipal a {
  font-size: 3rem;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .header-menuPrincipal a {
    font-size: 2.4rem;
  }
}
@media (max-width: 1079px) {
  .header-menuPrincipal a {
    font-size: 1.8rem;
  }
}
.header-menuPrincipal .header-boutonReferencement {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header-menuPrincipal .header-boutonReferencement {
    margin-right: 12rem;
    display: inline-block;
  }
}
@media (max-width: 1079px) {
  .header-menuPrincipal .header-boutonReferencement {
    margin-right: 8rem;
  }
}
@media (max-width: 767px) {
  .header-menuPrincipal .header-boutonReferencement {
    margin-right: 2rem;
  }
}

@media screen and (max-width: 1200px) {
  header > .header-boutonReferencement {
    display: none !important;
  }
}

.header-boutonsSidebar {
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  z-index: 90;
}
@media (max-width: 1079px) {
  .header-boutonsSidebar {
    left: 0;
    right: 0;
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    bottom: 0;
    padding: 10px 20px 10px;
  }
  .header-boutonsSidebar:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    opacity: 0.9;
    background-color: white;
  }
}
@media (max-width: 1079px) {
  .header-boutonsSidebar .boutonHelp--text {
    display: none;
  }
}
.header-boutonsSidebar a:not(.header-boutonReferencement) {
  border-radius: 50%;
  background-color: var(--couleur-fond-boutons);
  color: var(--couleur-texte-boutons);
  text-decoration: none;
  width: 9.5rem;
  height: 9.5rem;
  letter-spacing: 2px;
  box-shadow: 0 4px 60px -16px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1079px) {
  .header-boutonsSidebar a:not(.header-boutonReferencement) {
    width: 6rem;
    height: 6rem;
  }
}
@media (max-width: 571px) {
  .header-boutonsSidebar a:not(.header-boutonReferencement) {
    width: 4rem;
    height: 4rem;
  }
}
.header-boutonsSidebar .header-seReferencerSidebar {
  justify-content: center;
  align-items: center;
}
.header-boutonsSidebar .header-seReferencerSidebar .header-boutonReferencement {
  margin: 0;
}
@media (max-width: 571px) {
  .header-boutonsSidebar .header-seReferencerSidebar .header-boutonReferencement {
    font-size: 1.4rem;
    padding: 0.8rem 1.5rem 0.8rem;
  }
}
.header-boutonsSidebar img {
  width: 3.3rem;
}
@media (max-width: 571px) {
  .header-boutonsSidebar img {
    width: 2.5rem;
  }
}

.header-seReferencerSidebar {
  display: none;
}
@media (max-width: 1079px) {
  .header-seReferencerSidebar {
    display: inline-flex;
  }
}

.header-solution-tag {
  position: absolute;
  width: fit-content;
  bottom: -20px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  color: #72D4F2;
  font-weight: 700;
  font-size: 16px;
  line-height: 0 !important;
  border: 1px solid #72D4F2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0 auto;
}

.footer,
.footer a:not(.btn) {
  color: #ffffff;
}
.footer a {
  text-decoration: none;
}
.footer a:not(.btn):hover, .footer a:not(.btn):active, .footer a:not(.btn):focus {
  text-decoration: underline;
}
.footer-haut {
  background-image: url("../img/fond-footer.jpg");
  background-color: #0069A3;
  background-position: center;
  background-size: cover;
  padding-bottom: 7rem;
}
.footer-milieu {
  background-color: #0069A3;
  padding-top: 7rem;
}
@media (max-width: 959px) {
  .footer-milieu {
    padding-top: 2rem;
  }
}
.footer-bas {
  background-color: #213053;
  font-size: 1.2rem;
}

.footer-reseauxSociaux--titre {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer-reseauxSociaux--titre {
    text-align: center;
  }
}
.footer-reseauxSociaux img {
  height: 3.8rem;
}

@media (max-width: 767px) {
  .footer-reseauxSociaux--conteneur .footer-reseauxSociaux {
    justify-content: center;
  }
}

.footer-newsletter--titre {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 400;
  margin-top: 3.5rem;
}
.footer-newsletter form {
  position: relative;
}
.footer-newsletter input#terms {
  background-color: #D9D9D9;
  width: 1.5rem;
  height: 1.5rem;
}
.footer-newsletter input#terms:checked {
  background-color: #0069A3;
}
.footer-newsletter .sib-champsObligatoires {
  font-size: 1.2rem;
}
.footer-newsletter .sib-terms-area {
  font-size: 1.2rem;
  line-height: 1.7;
}
.footer-newsletter .sib-terms-area a {
  text-decoration: underline;
}
.footer-newsletter .recaptcha-text a {
  text-decoration: underline;
}
.footer-newsletter input#email {
  background-color: #E6EAF4;
  padding: 1.5rem 3.5rem;
  border-radius: 3rem;
  color: #0069A3;
  width: 100%;
  font-size: 1.5rem;
}
.footer-newsletter input#email::placeholder {
  opacity: 1;
}
.footer-newsletter .sib-default-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  height: 5.4rem;
  width: 5rem;
  background-image: url("../img/picto-envoi.svg");
  background-repeat: no-repeat;
  background-position: 20% 50%;
  cursor: pointer;
}

.footer-logo {
  width: 28rem;
}
@media (max-width: 959px) {
  .footer .footer-logoPictosContact {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .footer .footer-logoPictosContact {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 2rem;
  }
}
.footer-boutonContact svg {
  margin-right: 1rem;
}
.footer-boutonContact svg path {
  fill: var(--couleur-texte-boutons);
}
.footer-menuPrincipal, .footer-menuGET {
  font-size: 1.5rem;
}
.footer-menuPrincipal ul, .footer-menuGET ul {
  margin-top: 1rem;
  margin-left: 2.5rem;
  list-style: disc;
  flex-direction: column;
}
.footer-menuPrincipal li, .footer-menuGET li {
  margin-bottom: 0.7rem;
}
.footer-boutonReferencement svg {
  margin-right: 0.75rem;
}
.footer-boutonReferencement svg path {
  fill: var(--couleur-texte-boutons);
}
@media (max-width: 571px) {
  .footer-soutiens {
    flex-wrap: wrap;
  }
}
.footer-soutiens--groupe {
  font-size: 1.5rem;
}
@media (max-width: 571px) {
  .footer-soutiens--groupe {
    flex: 1 0 25%;
    min-width: 200px;
    padding: 10px;
    text-align: center;
    border-right: none;
  }
}
@media (max-width: 767px) {
  .footer-soutiens--groupe p {
    font-size: 1.4rem;
  }
}
.footer-soutiens--groupe:first-of-type img {
  width: 20rem;
}
@media (max-width: 571px) {
  .footer-soutiens--groupe:first-of-type img {
    width: 100%;
    text-align: center;
  }
}
.footer-soutiens--groupe:last-of-type p {
  margin-bottom: 0.5rem;
}
.footer-soutiens--groupe:not(:last-of-type) {
  border-right: 1px solid #4290BB;
}
@media (max-width: 571px) {
  .footer-soutiens--groupe:not(:last-of-type) {
    border-right: none;
  }
}
.footer-soutiens--groupe:last-child {
  width: 180px;
}
@media (max-width: 571px) {
  .footer-soutiens--groupe:nth-of-type(2) {
    border-right: none;
  }
}
@media (max-width: 571px) {
  .footer-soutiens--soutien {
    width: 100%;
  }
}

.footer-bas {
  padding-top: 2.1rem;
}
@media (max-width: 1079px) {
  .footer-bas {
    padding-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .footer-bas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 571px) {
  .footer-bas {
    padding-bottom: 8rem;
  }
}
.footer-bas p {
  font-size: 1.2rem;
}
.footer-bas,
.footer-bas a:not(.btn) {
  color: #BCC1CB;
}
.footer-bas ul {
  list-style: none;
  margin: 0;
  gap: 0.5rem;
  margin-left: 0.5rem;
}
.footer-bas li:not(:last-of-type):after {
  content: "-";
}

.footer-gestionCookies {
  margin-left: 0.4rem;
}
.footer-gestionCookies:before {
  content: " - ";
}
.footer-gestionCookies #tarteaucitronManager {
  cursor: pointer;
  padding: 0;
}
.footer-gestionCookies #tarteaucitronManager:hover, .footer-gestionCookies #tarteaucitronManager:active, .footer-gestionCookies #tarteaucitronManager:focus {
  text-decoration: underline;
}

.text-footer {
  font-weight: 700;
  font-size: 24px;
  min-width: 25%;
  line-height: 3rem;
}

.archive-contenu.post {
  padding-top: 4.5rem;
  padding-bottom: 10rem;
}
@media (max-width: 1079px) {
  .archive-contenu.post {
    padding-top: 7rem;
  }
}
.archive-contenu.post .archive-filtres {
  margin-bottom: 4.5rem;
  justify-content: center;
  gap: 2rem;
}

.archive-contenu {
  position: relative;
}

.archive-liste.post {
  column-gap: 3rem;
  row-gap: 7.5rem;
}

.archive-posts--filtre {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem 1rem;
  border: 1px solid #0069A3;
  color: #0069A3;
  text-transform: uppercase;
  border-radius: 0 1rem 1rem;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 1.3rem;
}
.archive-posts--filtre:first-of-type {
  padding: 1rem 2rem;
}
.archive-posts--filtre.actif, .archive-posts--filtre:hover {
  background-color: var(--couleur-fond-boutons);
  border-color: var(--couleur-fond-boutons);
  color: var(--couleur-texte-boutons);
}
.archive-posts--filtre.actif svg path, .archive-posts--filtre:hover svg path {
  fill: #ffffff !important;
}
.archive-posts--filtre svg {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.5rem;
}
.archive-posts--filtre svg path {
  fill: #0069A3 !important;
}

.card.post {
  position: relative;
}

.card.post .card-image {
  height: 20rem;
  background-color: #ffffff;
  border-radius: 0 1rem 1rem;
  overflow: hidden;
}
.card.post .card-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.card.post .card-image.contain img {
  object-fit: contain;
}
.card.post .card-provenance {
  position: absolute;
  top: 14rem;
  left: -1.5rem;
}
.card.post .card-categories {
  margin-top: 1.8rem;
}
.card.post .card-titre {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.card.post .card-date {
  color: #8B8C8E;
  font-weight: 400;
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.card.post .card-date svg {
  margin-right: 0.75rem;
}
.card.post .card-lien {
  font-size: 1.5rem;
  color: #FF7139;
}

.archive-liste.post .card:first-of-type {
  grid-column: 1/-1;
}
.archive-liste.post .card:first-of-type > a {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
@media (max-width: 767px) {
  .archive-liste.post .card:first-of-type > a {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.archive-liste.post .card:first-of-type .card-image,
.archive-liste.post .card:first-of-type .card-contenu {
  width: 50%;
}
@media (max-width: 767px) {
  .archive-liste.post .card:first-of-type .card-image,
  .archive-liste.post .card:first-of-type .card-contenu {
    width: 100%;
  }
}
.archive-liste.post .card:first-of-type .card-image {
  height: 35rem;
}
@media (max-width: 767px) {
  .archive-liste.post .card:first-of-type .card-image {
    height: 25rem;
  }
}
.archive-liste.post .card:first-of-type .card-provenance {
  top: 28.5rem;
}
@media (max-width: 767px) {
  .archive-liste.post .card:first-of-type .card-provenance {
    top: 21.5rem;
  }
}
.archive-liste.post .card:first-of-type .card-titre {
  font-size: 2.7rem;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .archive-liste.post .card:first-of-type .card-titre {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
}
.archive-liste.post .card:first-of-type .card-lien {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .archive-liste.post .card:first-of-type .card-lien {
    margin-top: 1rem;
  }
}

.single-post .contenu-conteneur h2.post-actualitesConnexes--titre {
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .single-post .contenu-conteneur h2.post-actualitesConnexes--titre {
    margin-bottom: 3.5rem;
  }
}

.post-provenance {
  margin-top: 5.5rem;
}
.post-provenance .provenance {
  padding: 1.3rem 2rem 1.6rem 2.5rem;
}
.post-dateCategories {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .post-dateCategories {
    margin-bottom: 3rem;
  }
}
.post-categories {
  font-size: 1.3rem;
  letter-spacing: 2px;
  border-left: 1px solid;
}
@media (max-width: 767px) {
  .post-categories {
    border-left: none;
  }
}
.post-partageRS {
  margin-top: 6rem;
  margin-bottom: 6.5rem;
}
.post-partageRS--titre {
  font-size: 2rem;
}
.post-retour {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .post-retour {
    margin-bottom: 4rem;
  }
}
.post-actualitesConnexes {
  margin-top: 6rem;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .post-actualitesConnexes {
    margin-top: 1rem;
  }
}
.post-actualitesConnexes--titre {
  font-weight: 400;
}
.post-actualitesConnexes .card.post .card-titre {
  font-size: 2.4rem;
  margin-top: 1.7rem;
  overflow: hidden;
}
@media (max-width: 571px) {
  .post-actualitesConnexes .card.post .card-image {
    height: 15rem;
  }
  .post-actualitesConnexes .card.post .card-provenance {
    top: 9rem;
  }
  .post-actualitesConnexes .card.post .card-categories {
    margin-top: 3.2rem;
    margin-bottom: 0;
  }
  .post-actualitesConnexes .card.post .card-titre {
    margin-top: 0.3rem;
    margin-bottom: 1.8rem;
  }
}

.contenu-conteneur .post-provenance + h1 {
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .contenu-conteneur .post-provenance + h1 {
    font-size: 3.5rem;
    line-height: 40px;
    letter-spacing: -1px;
    text-align: center;
  }
}

.teaser-offreur {
  background-color: white;
  display: grid;
  grid-auto-rows: 90px 1fr 30px 150px 70px;
  align-items: start;
  justify-items: center;
  max-width: 90vw;
  padding: 0 10px;
  box-shadow: 10px 10px 15px rgba(23, 135, 252, 0.19);
  border-radius: 0 50px 50px 50px;
}
.teaser-offreur .teaser-offreur__logo {
  height: 90px;
  width: 90px;
  margin-top: 1rem;
  /* border-radius: 0 50% 50% 50%;
  background-color: white;
  box-shadow: 0px 19px 46px rgba(23, 135, 252, 0.19);
  overflow: hidden;*/
}
.teaser-offreur .teaser-offreur__logo img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}
.teaser-offreur .teaser-offreur__titre {
  align-self: stretch;
  max-width: 18rem;
}
.teaser-offreur h3 {
  color: #434242;
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (max-width: 1079px) {
  .teaser-offreur h3 {
    font-size: 1.8rem;
  }
}
.teaser-offreur .teaser-offreur__logoGet {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.teaser-offreur .teaser-offreur__logoGet svg {
  height: 30px;
  width: 30px;
}
.teaser-offreur .teaser-offreur__description {
  align-self: start;
  max-width: 20rem;
}
.teaser-offreur p {
  text-align: center;
  color: #8B8C8E;
  font-style: normal;
  font-weight: 325;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.3px;
  margin: 20px 10px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.teaser-offreur a.btn {
  box-shadow: 0px 1px 30px -16px #000000;
}

/*Teaser de recherche */
.searchResults-liste {
  margin: 50px 0;
  row-gap: 65px;
  column-gap: 30px;
}

.searchTeaser {
  border-radius: 0 30px 30px 30px;
  background-color: white;
  justify-content: flex-start;
  align-items: center;
  row-gap: 4rem;
  position: relative;
  box-shadow: 0px 4px 46px -10px rgba(0, 0, 0, 0.15);
}
.searchTeaser * {
  max-width: 100%;
}
.searchTeaser-imageTop {
  height: 175px;
  width: 100%;
}
.searchTeaser-imageTop img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 30px 0 0;
}
.searchTeaser-content {
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.searchTeaser-typeContent {
  color: #0069A3;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-size: 13px;
  line-height: 22px;
}
.searchTeaser-title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #434242;
  font-weight: 325;
  text-align: center;
  margin: 1rem 0 0 0 !important;
}
.searchTeaser-excerpt {
  color: #8B8C8E;
  line-height: 1.25;
}
.searchTeaser p {
  text-align: center;
}
.searchTeaser-cta {
  width: 100%;
  height: 60px;
  margin: auto 20px 20px;
  padding-inline: 20px;
}
.searchTeaser-cta a {
  width: 100%;
}
.searchTeaser-eventDates {
  position: absolute;
  top: -40px;
  right: 25px;
  color: white;
  background-color: #8BC53F;
  border-radius: 0 30px 30px 30px;
  padding: 10px 15px 10px 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 20px;
  justify-content: center;
  min-width: 80px;
}
.searchTeaser-eventDates > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2px;
}
.searchTeaser-eventDates .jour {
  font-size: 32px;
  font-weight: bold;
}
.searchTeaser-eventDates .mois {
  font-size: 16px;
  position: relative;
  margin-top: -15px;
}
.searchTeaser-datePublication {
  color: #8B8C8E;
  letter-spacing: -0.3px;
  margin-top: 0.5rem;
  display: flex;
  align-items: flex-start;
  column-gap: 1rem;
}

/** Animation **/
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-enter-active {
  animation: fade 0.3s ease-out;
}

.fade-leave-active {
  animation: fade-out 0.3s ease-out;
}

.list-move,
.list-enter-active,
.list-leave-active {
  transition: all 0.7s ease;
}

.list-enter-from {
  opacity: 0;
  transform: translateY(50px);
}

.list-leave-to {
  opacity: 0;
  z-index: -1;
  transform: translateY(50px);
}

/* ensure leaving items are taken out of layout flow so that moving
   animations can be calculated correctly. */
.list-leave-active {
  position: absolute !important;
}

.filtre-options {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: calc(100% - 1px);
  border: 1px solid #0069A3;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 20px 10px 10px 10px;
  border-top: none;
  z-index: 5;
  background-color: #EBF5FF;
  width: 100%;
}
@media (max-width: 1079px) {
  .filtre-options {
    background-color: white;
  }
}
.filtre-options.visible {
  display: flex;
}
.filtre-options ul {
  margin: 0;
  padding: 0;
}
.filtre-options input {
  margin-right: 10px;
}
.filtre-options label {
  color: #0069A3;
  flex: 1;
}

.filtre-group {
  position: relative;
}
@media (max-width: 1079px) {
  .filtre-group {
    width: calc(100% - 4rem);
  }
}

@media (max-width: 1079px) {
  .btn--filtre {
    width: 100%;
  }
}

.degrade-bleu {
  background: linear-gradient(148.9deg, #0069A3 12.86%, #004687 68.6%);
}

.contenu-conteneur h1,
.contenu-conteneur .h1-like {
  margin-top: 7rem;
  margin-bottom: 4rem;
}
@media (max-width: 1079px) {
  .contenu-conteneur h1,
  .contenu-conteneur .h1-like {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
.contenu-conteneur h2,
.contenu-conteneur .h2-like {
  margin-bottom: 2rem;
}
.contenu-conteneur .contenu-gutenberg {
  font-size: 2rem;
}
.contenu-conteneur .contenu-gutenberg > div {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (max-width: 959px) {
  .contenu-conteneur .contenu-gutenberg > div {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.contenu-conteneur .contenu-gutenberg a {
  color: #FF7139;
  font-weight: 700;
}
.contenu-conteneur .contenu-gutenberg ul {
  list-style: square;
  line-height: 1.4;
}
.contenu-conteneur .contenu-gutenberg li::marker {
  color: #FF7139;
  font-size: 2.2rem;
}
.contenu-conteneur .wp-block-group > div {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (max-width: 959px) {
  .contenu-conteneur .wp-block-group > div {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.contenu-conteneur .contenu-gutenberg > *:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
.contenu-conteneur .wp-block-cover__inner-container > *:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
@media (max-width: 1079px) {
  .contenu-conteneur .contenu-gutenberg > *:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
  .contenu-conteneur .wp-block-cover__inner-container > *:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1079px) {
  .contenu-conteneur .contenu-gutenberg > ul, .contenu-conteneur .contenu-gutenberg > ol,
  .contenu-conteneur .wp-block-cover__inner-container > ul,
  .contenu-conteneur .wp-block-cover__inner-container > ol {
    padding-left: 6rem !important;
  }
}
.contenu-conteneur .alignfull {
  width: 100%;
}
@media (max-width: 1079px) {
  .contenu-conteneur .alignfull {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.contenu-conteneur .alignfull.has-background > *:not(.alignfull):not(.alignwide) {
  max-width: 108rem;
  margin-left: auto;
  margin-right: auto;
}
.contenu-conteneur .alignwide {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media (max-width: 959px) {
  .contenu-conteneur .alignwide {
    width: calc(100% - 4rem);
  }
}
.contenu-conteneur .has-background {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.contenu-conteneur .has-background:not(.alignfull) {
  padding-left: 2rem;
  padding-right: 2rem;
}
.contenu-conteneur .alignleft {
  float: left;
  margin: 0.5rem 1rem 0.5rem 0;
}
.contenu-conteneur .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contenu-conteneur .alignright {
  float: right;
  margin: 0.5rem 0 0.5rem 1rem;
}

.has-white-color .bloc-cartes h2,
.has-white-color .bloc-focus h2,
.has-white-color h2.bloc-arguments--titre,
.has-white-color .bloc-arguments--argument {
  color: #ffffff;
}

.wp-block-media-text:not(.brut) .wp-block-media-text__media img {
  max-height: 50rem;
  box-shadow: 0 19px 46px rgba(23, 135, 252, 0.19);
  border-radius: 0 4rem 4rem 4rem;
  object-fit: cover;
}
.wp-block-media-text:not(.brut).has-media-on-the-right .wp-block-media-text__media img {
  border-radius: 4rem 0 4rem 4rem;
}
@media (max-width: 767px) {
  .wp-block-media-text:not(.brut).alignfull:not(.has-media-on-the-right) .wp-block-media-text__media {
    margin-left: -4rem;
  }
}
.wp-block-media-text:not(.brut).alignfull .wp-block-media-text__media img {
  border-radius: 0 4rem 4rem 0;
}
@media (max-width: 767px) {
  .wp-block-media-text:not(.brut).alignfull.has-media-on-the-right .wp-block-media-text__media {
    margin-right: -4rem;
  }
}
.wp-block-media-text:not(.brut).alignfull.has-media-on-the-right .wp-block-media-text__media img {
  border-radius: 4rem 0 0 4rem;
}

.wp-block-media-text .wp-block-media-text__content:first-child {
  padding-left: 0;
  padding-right: 7rem;
}
@media (max-width: 959px) {
  .wp-block-media-text .wp-block-media-text__content:first-child {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 571px) {
  .wp-block-media-text .wp-block-media-text__content:first-child {
    padding-right: 0;
    padding-left: 0;
  }
}
.wp-block-media-text .wp-block-media-text__content:last-child {
  padding-left: 7rem;
  padding-right: 0;
}
@media (max-width: 959px) {
  .wp-block-media-text .wp-block-media-text__content:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 571px) {
  .wp-block-media-text .wp-block-media-text__content:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}

.wp-block-media-text.alignfull .wp-block-media-text__content:first-child {
  padding-left: 18rem;
}
@media (max-width: 1199px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content:first-child {
    padding-left: 4rem;
  }
}
.wp-block-media-text.alignfull .wp-block-media-text__content:last-child {
  padding-right: 18rem;
}
@media (max-width: 1199px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content:last-child {
    padding-right: 4rem;
  }
}
@media (max-width: 1199px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 571px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

.wp-block-cover {
  box-shadow: 0 19px 46px rgba(23, 135, 252, 0.19);
}

.bloc-exergue {
  position: relative;
  background: linear-gradient(to bottom, #0069A3, #004687);
  box-shadow: 0 19px 46px rgba(23, 135, 252, 0.19);
  border-radius: 0 6rem 6rem;
}
@media (max-width: 959px) {
  .bloc-exergue {
    max-width: 90% !important;
  }
}
.bloc-exergue.avecImage {
  margin-top: 10.5rem;
  min-height: 40rem;
}
.bloc-exergue--picto {
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  background-color: #ffffff;
  padding: 1.5rem 2rem;
  border-radius: 0 50% 50%;
}
.bloc-exergue--image {
  position: absolute;
  top: -5.5rem;
  left: 3rem;
  border-radius: 0 6rem 6rem;
  overflow: hidden;
  width: 50%;
  height: 40rem;
}
.bloc-exergue--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 959px) {
  .bloc-exergue--image {
    position: relative;
    top: 3rem;
    width: 100%;
    left: 0;
    height: 20rem;
  }
  .bloc-exergue--image img {
    object-fit: contain;
  }
}
.bloc-exergue--contenu {
  padding: 4.5rem 8rem 4.5rem 9.5rem;
}
.bloc-exergue--image + .bloc-exergue--contenu {
  padding: 5rem 5rem 7rem;
  width: calc(50% - 3rem);
  margin-left: auto;
}
@media (max-width: 959px) {
  .bloc-exergue--contenu {
    width: 100%;
    padding: 7rem 2rem 4rem;
  }
}
.bloc-exergue--titre {
  margin-top: 0;
}
@media (max-width: 959px) {
  .bloc-exergue--titre {
    font-size: 2.5rem;
  }
}
.bloc-exergue--titre, .bloc-exergue--texte,
.bloc-exergue a {
  color: #ffffff;
}
.bloc-exergue--texte {
  line-height: 1.5;
}
@media (max-width: 959px) {
  .bloc-exergue--texte {
    font-size: 1.6rem;
  }
}
.bloc-exergue--bouton {
  margin-top: 1rem;
}

.editor-styles-wrapper h2.bloc-exergue--titre {
  color: #ffffff;
}

.bloc-get--texte {
  max-width: 83rem;
  color: #0069A3;
  font-size: 2rem;
  margin-bottom: 2.7rem;
}
@media (max-width: 1079px) {
  .bloc-get--liste {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.bloc-get--site {
  position: relative;
  flex: 0 0 25%;
  background-color: #ffffff;
  box-shadow: 0 28px 34px 3px rgba(0, 105, 163, 0.04);
  border-radius: 0 3rem 3rem;
  max-width: 25rem;
}
@media (max-width: 1079px) {
  .bloc-get--site {
    flex: 1 0 50%;
    max-width: 48%;
  }
}
@media (max-width: 571px) {
  .bloc-get--site {
    flex: 1 0 100%;
    max-width: 250px;
  }
}
.bloc-get--site:nth-of-type(2n) {
  margin-top: 3rem;
}
@media (max-width: 1079px) {
  .bloc-get--site:nth-of-type(2n) {
    margin-top: 0;
  }
}
@media (max-width: 959px) {
  .bloc-get--site:nth-of-type(2n) {
    margin-left: 80px;
  }
}
.bloc-get--site:nth-of-type(2n) svg {
  bottom: 0.5rem;
}
@media (max-width: 959px) {
  .bloc-get--site:nth-of-type(2n + 1) {
    margin-right: 80px;
  }
}
.bloc-get--site:hover svg path {
  fill: #ffffff;
}
.bloc-get--site,
.bloc-get--site * {
  transition: color 0.2s, background-color 0.2s;
}
.bloc-get--site_titre {
  font-size: 2rem;
}
.bloc-get--site a {
  text-decoration: none;
  gap: 2.5rem;
}
.bloc-get--site svg {
  position: absolute;
  max-height: 6.5rem;
  width: auto;
  bottom: 0;
  right: 1.5rem;
}
.bloc-get--site span {
  color: #0069A3;
  font-size: 1.5rem;
}

.contenu-conteneur h2.bloc-get--titre {
  margin-bottom: 3rem;
}

.contenu-conteneur .bloc-get h2,
.contenu-conteneur h2.bloc-get--titre {
  font-weight: 400;
}

.contenu-conteneur h2.bloc-get--titre {
  margin-bottom: 3.5rem;
}

.bloc-accordeon--element_conteneur {
  background-color: #ffffff;
  box-shadow: 0 19px 46px rgba(23, 135, 252, 0.19);
  border-radius: 0 5rem 5rem;
}
.bloc-accordeon--element {
  padding: 3rem 3rem 3.2rem 4.5rem;
  cursor: pointer;
}
.bloc-accordeon--element h3 {
  font-size: 2rem;
}
.bloc-accordeon--element h3:after {
  display: flex;
  margin-right: 0.5rem;
  content: url("../img/picto-angle-droit.svg");
  transition: transform 0.2s;
}
.bloc-accordeon--element.ouvert h3:after {
  transform: rotate(-90deg);
}
.bloc-accordeon--texte {
  color: #0069A3;
  font-size: 1.8rem;
}
.bloc-accordeon--texte > p:first-child {
  margin-top: 1rem;
}

.bloc-arguments--titre {
  max-width: 53rem;
  font-weight: 400;
}
.bloc-arguments--liste {
  margin-top: 5.5rem;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  row-gap: 4.5rem;
}
@media (max-width: 959px) {
  .bloc-arguments--liste {
    flex-direction: column;
    row-gap: 5rem;
  }
}

.bloc-arguments--argument {
  position: relative;
  width: calc(33.3333333333% - 5rem);
  color: #0069A3;
}
@media (max-width: 959px) {
  .bloc-arguments--argument {
    flex-direction: column;
    width: calc(100% - 4rem);
  }
}
.bloc-arguments--argument_numero {
  position: absolute;
  top: -3rem;
  right: 2rem;
  opacity: 0.1;
  font-size: 20rem;
  line-height: 1;
}
.bloc-arguments--argument_picto {
  max-width: 8rem;
}
.bloc-arguments--argument_texte {
  font-size: 1.8rem;
}
.bloc-arguments--argument_texte strong {
  font-size: 2rem;
  line-height: 1.4;
}

.bloc-focus {
  padding-top: 1rem;
  padding-bottom: 6.5rem;
}
.bloc-focus--decorationGauche, .bloc-focus--decorationDroite {
  position: absolute;
}
@media (max-width: 1079px) {
  .bloc-focus--decorationGauche, .bloc-focus--decorationDroite {
    display: none;
  }
}
.bloc-focus--decorationGauche {
  top: -4rem;
  left: -4rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50% 50% 0 50%;
}
.bloc-focus--decorationDroite {
  bottom: -0.5rem;
  right: -5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 0 2rem 2rem;
}
.bloc-focus--texte {
  position: relative;
  max-width: 96rem;
}
.bloc-focus--texte h2,
.bloc-focus--texte h3 {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .bloc-focus--texte h2 {
    font-size: 2.5rem;
    line-height: 1;
  }
}

@media (max-width: 1079px) {
  .bloc-cartes, .bloc-cartes.alignfull {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
  }
}
.bloc-cartes--texte {
  max-width: 86rem;
  margin-top: -1rem;
  line-height: 1.5;
}
.bloc-cartes--liste {
  gap: 3.5rem;
}
.bloc-cartes .splide__list {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
@media (max-width: 571px) {
  .bloc-cartes .splide__arrow {
    top: calc(100% - 2rem);
  }
}

.bloc-cartes--carte {
  background-color: #ffffff;
  border-radius: 0 4rem 4rem 4rem;
  box-shadow: 0 19px 46px rgba(23, 135, 252, 0.19);
  padding: 3rem 2.5rem 4rem;
  color: #0069A3;
  max-width: 35rem;
  min-width: 240px;
}
.bloc-cartes--liste.flex .bloc-cartes--carte {
  flex: 1;
}
.bloc-cartes--carte:nth-of-type(2n + 1) {
  margin-top: 3rem;
}
@media (max-width: 959px) {
  .bloc-cartes--carte:nth-of-type(2n + 1) {
    margin-top: 0;
  }
}
.bloc-cartes--carte:nth-of-type(2n) {
  margin-bottom: 3rem;
}
@media (max-width: 959px) {
  .bloc-cartes--carte:nth-of-type(2n) {
    margin-bottom: 0;
  }
}
.bloc-cartes--carte_thematique {
  background-color: #0069A3;
  color: #ffffff;
  border-radius: 0 1rem 1rem;
  box-shadow: 12px 25px 46px -10px rgba(23, 135, 252, 0.21);
  letter-spacing: 2px;
  font-size: 1.3rem;
  padding: 1.3rem 2rem;
  margin-top: -1rem;
  margin-left: -4rem;
  margin-bottom: 0.8rem;
}
.bloc-cartes--carte_image {
  max-width: 6rem;
}
.bloc-cartes--carte_titre, .bloc-cartes--carte_texte {
  font-size: 1.6rem;
}
.bloc-cartes--carte_titre {
  line-height: 1.3;
}
.bloc-cartes--carte_hashtag {
  color: #FF7139;
  font-size: 1.8rem;
  margin-bottom: 0.3rem;
}
.bloc-cartes--carte_texte {
  line-height: 1.4;
}

@media screen and (max-width: 1300px) {
  .pageClassique .bloc-cartes .bloc-cartes--carte {
    width: auto;
    max-width: none !important;
    min-width: auto !important;
    flex: 0 0 40% !important;
  }
}
@media (max-width: 767px) {
  .pageClassique .bloc-cartes .bloc-cartes--carte {
    flex: 0 0 100% !important;
  }
}

.bloc-imageGET--image {
  box-shadow: 0 19px 46px rgba(23, 135, 252, 0.19);
}
.bloc-imageGET--image.droite {
  border-radius: 0 4rem 4rem 4rem;
}
.bloc-imageGET--image.gauche {
  border-radius: 4rem 0 4rem 4rem;
}

.bloc-numero {
  position: relative;
}
.contenu-conteneur .contenu-gutenberg > .bloc-numero:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  margin-bottom: 2.5rem;
  max-width: 82rem;
}
.bloc-numero--numero {
  position: absolute;
  top: -2rem;
  right: 0;
  font-size: 20rem;
  color: #0069A3;
  opacity: 0.1;
  line-height: 1;
}

@media (max-width: 959px) {
  .bloc-chiffresCles--elements {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.bloc-chiffresCles--element {
  border: 1px solid var(--couleur-fond-boutons);
  border-radius: 0 3rem 3rem 3rem;
  flex: 1;
  padding: 1.4rem 2.3rem 0.3rem;
}
@media (max-width: 959px) {
  .bloc-chiffresCles--element {
    width: 70%;
  }
}
@media (max-width: 571px) {
  .bloc-chiffresCles--element {
    width: calc(100% - 4rem);
  }
}
.bloc-chiffresCles--element:nth-of-type(2n) {
  margin-top: 4rem;
}
@media (max-width: 959px) {
  .bloc-chiffresCles--element:nth-of-type(2n) {
    margin-top: 0;
  }
}
.bloc-chiffresCles--element:nth-of-type(2n + 1) {
  margin-bottom: 4rem;
}
@media (max-width: 959px) {
  .bloc-chiffresCles--element:nth-of-type(2n + 1) {
    margin-bottom: 0;
  }
}

.bloc-chiffresCles--element_nombre {
  font-size: 9.5rem;
  color: #0069A3;
  line-height: 1;
}
@media (max-width: 571px) {
  .bloc-chiffresCles--element_nombre {
    font-size: 6rem;
  }
}
.bloc-chiffresCles--element_texte {
  font-size: 1.8rem;
  line-height: 1.4;
}
@media (max-width: 571px) {
  .bloc-chiffresCles--element_texte {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.bloc-evenements--titre {
  font-weight: 400;
  margin-top: 2rem;
}
@media (max-width: 959px) {
  .bloc-evenements--liste.sansProvenance {
    display: flex;
    flex-direction: column;
  }
}
.bloc-evenements--liste.sansProvenance .card-provenance {
  display: none;
}
@media (max-width: 959px) {
  .bloc-evenements--header {
    flex-direction: column;
    align-items: center;
  }
}

.bloc-evenements .tribe_events.card .card-date,
.bloc-evenements .tribe_events.card .card-lieu {
  font-weight: 400;
}
.bloc-evenements .tribe_events.card .card-lieu {
  font-size: 1.6rem;
}

.bloc-evenements--colonneDroite .tribe_events.card .card-date {
  font-size: 1.8rem;
}
.bloc-evenements--colonneDroite .tribe_events.card .card-date strong {
  font-size: 4.5rem;
  margin-bottom: 0.5rem;
}
.bloc-evenements--colonneDroite .tribe_events.card .card-image {
  height: 35rem;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .bloc-evenements--colonneDroite .tribe_events.card .card-image {
    height: 25rem;
    margin-bottom: 1rem;
  }
}
.bloc-evenements--colonneDroite .tribe_events.card .card-image img {
  border-radius: 0 3rem 3rem;
}
.bloc-evenements--colonneDroite .tribe_events.card .card-categories {
  margin-bottom: 0;
}
.bloc-evenements--colonneDroite .tribe_events.card .card-titre {
  margin-top: 1.1rem;
}

.bloc-evenements--colonneGauche .tribe_events.card > a {
  display: flex;
  gap: 3rem;
}
@media (max-width: 571px) {
  .bloc-evenements--colonneGauche .tribe_events.card > a {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.bloc-evenements--colonneGauche .tribe_events.card .card-image,
.bloc-evenements--colonneGauche .tribe_events.card .card-contenu {
  width: 50%;
}
@media (max-width: 767px) {
  .bloc-evenements--colonneGauche .tribe_events.card .card-image,
  .bloc-evenements--colonneGauche .tribe_events.card .card-contenu {
    width: 100%;
  }
}
.bloc-evenements--colonneGauche .tribe_events.card .card-date {
  font-size: 1.6rem;
}
.bloc-evenements--colonneGauche .tribe_events.card .card-image {
  height: 15rem;
}
.bloc-evenements--colonneGauche .tribe_events.card .card-categories {
  margin-bottom: 0;
}
.bloc-evenements--colonneGauche .tribe_events.card .card-titre {
  margin-top: 0;
}

@media (max-width: 959px) {
  .bloc-dernieresActualites--header {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 959px) {
  .bloc-dernieresActualites--liste {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .bloc-dernieresActualites--liste {
    gap: 1rem;
  }
}
.bloc-dernieresActualites--titre {
  font-weight: 400;
  margin-top: 2rem;
}
.bloc-dernieresActualites--derniereActualite, .bloc-dernieresActualites--autresActualites {
  width: calc(50% - 1.5rem);
}
@media (max-width: 959px) {
  .bloc-dernieresActualites--derniereActualite, .bloc-dernieresActualites--autresActualites {
    width: 100%;
  }
}
.bloc-dernieresActualites--derniereActualite .card-date, .bloc-dernieresActualites--autresActualites .card-date {
  font-size: 1.6rem;
}
.bloc-dernieresActualites--derniereActualite .card-categories,
.bloc-dernieresActualites--derniereActualite .card-date, .bloc-dernieresActualites--autresActualites .card-categories,
.bloc-dernieresActualites--autresActualites .card-date {
  font-weight: 400;
}
.bloc-dernieresActualites--derniereActualite .card-lien, .bloc-dernieresActualites--autresActualites .card-lien {
  margin-top: 0;
}
.bloc-dernieresActualites--derniereActualite .card.post .card-image {
  height: 35rem;
}
@media (max-width: 767px) {
  .bloc-dernieresActualites--derniereActualite .card.post .card-image {
    height: 25rem;
  }
}
.bloc-dernieresActualites--derniereActualite .card.post .card-provenance {
  top: 28rem;
}
@media (max-width: 767px) {
  .bloc-dernieresActualites--derniereActualite .card.post .card-provenance {
    top: 18rem;
  }
}
.bloc-dernieresActualites--derniereActualite .card.post .provenance {
  padding: 1.4rem 2rem 1.7rem 2.5rem;
}
.bloc-dernieresActualites--derniereActualite .card.post .card-categories {
  margin-top: 2.8rem;
  margin-bottom: 0;
}
.bloc-dernieresActualites--derniereActualite .card.post .card-titre {
  margin-top: 1.1rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.bloc-dernieresActualites--derniereActualite .card.post .card-date {
  margin-bottom: 1rem;
}
.bloc-dernieresActualites--autresActualites .card.post {
  margin-bottom: 1rem;
}
.bloc-dernieresActualites--autresActualites .card.post > a {
  display: flex;
  gap: 3.5rem;
}
@media (max-width: 767px) {
  .bloc-dernieresActualites--autresActualites .card.post > a {
    gap: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .bloc-dernieresActualites--autresActualites .card.post > a {
    flex-direction: column;
  }
}
.bloc-dernieresActualites--autresActualites .card.post .card-image,
.bloc-dernieresActualites--autresActualites .card.post .card-contenu {
  width: calc(50% - 1.875rem);
}
@media (max-width: 767px) {
  .bloc-dernieresActualites--autresActualites .card.post .card-image,
  .bloc-dernieresActualites--autresActualites .card.post .card-contenu {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 480px) {
  .bloc-dernieresActualites--autresActualites .card.post .card-image,
  .bloc-dernieresActualites--autresActualites .card.post .card-contenu {
    width: 100%;
  }
}
.bloc-dernieresActualites--autresActualites .card.post .card-image {
  height: 15rem;
}
.bloc-dernieresActualites--autresActualites .card.post .card-provenance {
  top: 9rem;
}
.bloc-dernieresActualites--autresActualites .card.post .card-categories {
  margin-top: 0;
  margin-bottom: 0;
}
.bloc-dernieresActualites--autresActualites .card.post .card-titre {
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
}
.bloc-dernieresActualites--autresActualites .card.post .card-date {
  margin-bottom: 1.2rem;
}

.bloc-temoignage--colonnes {
  gap: 3.5rem;
}
@media (max-width: 767px) {
  .bloc-temoignage--colonnes {
    text-align: center;
    flex-direction: column-reverse;
  }
}
.bloc-temoignage--colonneGauche, .bloc-temoignage--colonneDroite {
  flex: 1;
}
.bloc-temoignage--colonneGauche {
  position: relative;
}
@media (max-width: 767px) {
  .bloc-temoignage--colonneGauche {
    margin-bottom: 10rem;
  }
}
.bloc-temoignage--decoration {
  position: absolute;
  top: -1.5rem;
  right: 0;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1rem 1rem 1rem 0;
}
.bloc-temoignage--image {
  width: 100%;
  border-radius: 0 3rem 3rem;
  height: 32rem;
  object-fit: cover;
}
.bloc-temoignage--boutonPlay {
  background-color: #ffffff;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
}
.bloc-temoignage--boutonPlay_conteneur {
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  top: calc(50% - 5rem);
  left: calc(50% - 5rem);
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.bloc-temoignage--auteur {
  position: absolute;
  top: calc(100% - 7.5rem);
  right: 2rem;
}
.bloc-temoignage--prenomAuteur, .bloc-temoignage--nomAuteur {
  border-radius: 0 1rem 1rem;
  line-height: 1.5;
}
.bloc-temoignage--prenomAuteur {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  padding: 0.2rem 1.5rem 0.5rem;
}
.bloc-temoignage--nomAuteur {
  font-size: 3rem;
  padding: 0 1.5rem;
}
.bloc-temoignage--fonctionAuteur {
  font-size: 1.5rem;
  margin-top: 0.2rem;
  padding-left: 1.5rem;
  max-width: 25rem;
}
.bloc-temoignage--surtitre {
  color: var(--couleur-fond-boutons);
  font-size: 1.5rem;
}
.bloc-temoignage--titre {
  font-weight: 400;
  margin-top: 0.9rem;
}
.bloc-temoignage--titre strong {
  display: block;
}
.bloc-temoignage--texte {
  position: relative;
  padding-right: 5rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .bloc-temoignage--texte {
    padding-right: 0;
  }
}
.bloc-temoignage--fondTexte {
  position: absolute;
  top: -1.8rem;
  left: -1rem;
  width: 6.4rem;
  height: 4.6rem;
  opacity: 0.1;
  background-image: url("../img/fond-temoignage.svg");
  background-repeat: no-repeat;
}
.bloc-temoignage--bouton {
  margin-top: 0.5rem;
}

.bloc-temoignage--popup,
.ressource-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.bloc-temoignage--popup[aria-hidden=true],
.ressource-popup[aria-hidden=true] {
  display: none;
}
.bloc-temoignage--popup_fond,
.ressource-popup_fond {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.bloc-temoignage--popup_fermeture,
.ressource-popup_fermeture {
  position: relative;
  color: #ffffff;
  font-size: 1.3rem;
  cursor: pointer;
  z-index: 1;
}
.bloc-temoignage--popup_fermetureFactice:not(:focus),
.ressource-popup_fermetureFactice:not(:focus) {
  opacity: 0;
}
.bloc-temoignage--popup_contenu,
.ressource-popup_contenu {
  position: relative;
  background-color: #ffffff;
  border-radius: 0 3rem 3rem;
  box-shadow: 0 19px 46px rgba(23, 135, 252, 0.19);
  padding: 3rem;
  z-index: 1;
}
.bloc-temoignage--popup video,
.bloc-temoignage--popup iframe,
.ressource-popup video,
.ressource-popup iframe {
  width: 80vw;
  height: 70vh;
}

.contenu-conteneur h2.bloc-temoignage--titre {
  margin-bottom: 2.5rem;
}

.contenu-conteneur .contenu-gutenberg .bloc-documents--element {
  box-shadow: 0 4px 46px -10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border-radius: 0 1rem 1rem;
  text-decoration: none;
  padding: 1.5rem 2rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.3;
  transition: background-color 0.3s, color 0.3s;
}
.contenu-conteneur .contenu-gutenberg .bloc-documents--element svg path {
  transition: fill 0.3s;
}
.contenu-conteneur .contenu-gutenberg .bloc-documents--element:hover, .contenu-conteneur .contenu-gutenberg .bloc-documents--element:active, .contenu-conteneur .contenu-gutenberg .bloc-documents--element:focus {
  background-color: #FF7139;
  color: #ffffff;
}
.contenu-conteneur .contenu-gutenberg .bloc-documents--element:hover svg path, .contenu-conteneur .contenu-gutenberg .bloc-documents--element:active svg path, .contenu-conteneur .contenu-gutenberg .bloc-documents--element:focus svg path {
  fill: #ffffff;
}
.contenu-conteneur .contenu-gutenberg .bloc-documents--element_poids {
  font-weight: 400;
}

.contenu-conteneur .contenu-gutenberg .bloc-plandusite a {
  color: #434242;
  font-weight: 400;
}
.contenu-conteneur .contenu-gutenberg .bloc-plandusite a:hover, .contenu-conteneur .contenu-gutenberg .bloc-plandusite a:active, .contenu-conteneur .contenu-gutenberg .bloc-plandusite a:focus {
  color: #FF7139;
}

@media (max-width: 767px) {
  .wp-block-spacer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 959px) {
  .is-stacked-on-mobile {
    display: flex !important;
    flex-direction: column !important;
    row-gap: 3rem !important;
  }
}

/* Tests couleurs background */
.has-illustration-gradient-background {
  background: none !important;
  position: relative;
}
.has-illustration-gradient-background:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  background: url("../templates/img/picto-points-gris.svg") no-repeat !important;
  background-position: 100% 15% !important;
}

button[aria-label="Couleur&nbsp;: Illustration Pointillés"] {
  background: red !important;
}

.pageClassique-introduction {
  max-width: 88rem;
  padding-bottom: 9rem;
  font-size: 1.8rem;
}
@media (max-width: 1079px) {
  .pageClassique-introduction {
    padding-bottom: 3rem;
  }
}

.page.card .card-titre {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.page.card .card-image {
  height: 20rem;
  background-color: #ffffff;
  border-radius: 0 1rem 1rem;
  overflow: hidden;
}
.page.card .card-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.page.card .card-image.contain img {
  object-fit: contain;
}
.page.card .card-lien {
  font-size: 1.5rem;
  color: #FF7139;
}

.archive .contenu-introduction .conteneur .archive-enTete {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .archive .contenu-introduction .conteneur .archive-enTete {
    flex-direction: column;
  }
}
.archive .contenu-introduction .conteneur .introduction-enTete {
  max-width: 63rem;
  padding-bottom: 9rem;
  font-size: 1.8rem;
}
@media (max-width: 959px) {
  .archive .contenu-introduction .conteneur .introduction-enTete {
    padding-bottom: 2rem;
  }
}
.archive .contenu-introduction .conteneur .introduction-enTete h1 {
  text-align: left;
  margin: 3rem 0;
}
@media (max-width: 959px) {
  .archive .contenu-introduction .conteneur .introduction-enTete h1 {
    text-align: center;
  }
}
.archive .contenu-introduction .conteneur .introduction-enTete p {
  line-height: 28px;
  font-weight: 400;
  font-family: "Gotham", sans-serif;
}
@media (max-width: 959px) {
  .archive .contenu-introduction .conteneur .introduction-enTete p {
    text-align: center;
    line-height: 22px;
  }
}
.archive .contenu-introduction .conteneur .illustration-enTete {
  position: relative;
  left: 200px;
}
@media screen and (max-width: 1500px) {
  .archive .contenu-introduction .conteneur .illustration-enTete {
    left: 50px;
  }
}
@media (max-width: 1199px) {
  .archive .contenu-introduction .conteneur .illustration-enTete {
    max-height: 400px;
    left: 0px;
  }
}
@media (max-width: 1079px) {
  .archive .contenu-introduction .conteneur .illustration-enTete {
    display: none;
  }
}

.offreurs-container {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  position: relative;
  justify-content: flex-end;
  height: 620px;
  z-index: 1;
  margin: 0 auto 0 auto;
}
@media (max-width: 1199px) {
  .offreurs-container {
    flex-direction: column-reverse;
    min-height: 100vh;
    margin: 0 auto 0 auto;
    padding: 0;
    row-gap: 2rem;
    height: auto;
  }
}

.home .offreurs-container {
  max-width: 1280px;
  margin: 0 auto 0 100px;
}
@media screen and (max-width: 1500px) {
  .home .offreurs-container {
    max-width: 100%;
    margin: 0 auto;
  }
}

#carto-offreurs {
  position: relative;
  animation: fade-in 0.5s ease-in-out;
}
@media screen and (max-width: 1280px) {
  #carto-offreurs {
    width: 100%;
    margin-top: -1rem;
  }
}

.offreurs-left {
  flex: 0 1 40%;
}

.offreurs-liste {
  flex: 0 0 auto;
  top: -40px;
  align-items: flex-start;
  max-height: 100%;
  max-width: 100%;
  padding: 10px 20px;
  z-index: 2;
  overflow-x: visible;
  overflow-y: scroll;
  position: relative;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.offreurs-liste::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1280px) {
  .offreurs-liste {
    min-width: auto;
  }
}
@media (max-width: 1079px) {
  .offreurs-liste {
    max-height: 500px;
    flex: 0 0 100%;
    max-width: calc(100% - 5rem);
    margin-inline: auto;
    left: 0;
    column-gap: 1rem;
    row-gap: 1rem;
    padding: 10px 10px;
  }
}

.offreurs-surtitre {
  color: #434242;
  padding: 0px 50px;
  margin: 0;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: -0.3px;
  position: relative;
  top: -40px;
  margin-bottom: -20px;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .offreurs-surtitre {
    min-width: auto;
  }
}
@media (max-width: 1079px) {
  .offreurs-surtitre {
    text-align: center;
    padding: 40px 20px;
    left: 0;
  }
}

.offreur-card {
  box-shadow: 0px 19px 46px rgba(23, 135, 252, 0.19);
  background-color: white;
  border-radius: 30px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 110px;
  width: 550px;
  min-height: 120px;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 1350px) {
  .offreur-card {
    width: 100%;
  }
}
@media (max-width: 1079px) {
  .offreur-card {
    margin-bottom: 10px;
    max-width: 100%;
  }
}
@media (max-width: 571px) {
  .offreur-card {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    align-items: center;
  }
}

.home .offreur-card--logo {
  top: 20%;
}

.offreur-card--logo,
.offreur-grandPopup--logo {
  position: absolute;
  top: 25%;
  left: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}
.offreur-card--logo img,
.offreur-grandPopup--logo img {
  max-width: 100%;
  max-height: 100%;
  height: 90px;
  width: 90px;
  object-fit: contain;
}
.offreur-card--top,
.offreur-grandPopup--top {
  display: flex;
  column-gap: 10px;
  align-items: flex-start;
  margin-top: 10px;
  justify-content: space-between;
  padding-right: 20px;
}
.offreur-card--content,
.offreur-grandPopup--content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  left: 20px;
  padding-right: 20px;
}
.offreur-card h3,
.offreur-grandPopup h3 {
  color: #1D263A;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.3px;
  margin: 0;
}
@media (max-width: 571px) {
  .offreur-card h3,
  .offreur-grandPopup h3 {
    padding-right: 10px;
  }
}
.offreur-card--getLogos,
.offreur-grandPopup--getLogos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .offreur-card--getLogos,
  .offreur-grandPopup--getLogos {
    margin-right: 20px;
  }
}
.offreur-card--getLogos img,
.offreur-card--getLogos svg,
.offreur-grandPopup--getLogos img,
.offreur-grandPopup--getLogos svg {
  height: 30px;
  width: 30px;
  min-height: 30px;
  min-width: 30px;
  object-fit: contain;
  margin: 0 3px;
}
.offreur-card p.offreur-card--description,
.offreur-card .offreur-grandPopup--description p,
.offreur-grandPopup p.offreur-card--description,
.offreur-grandPopup .offreur-grandPopup--description p {
  color: #8B8C8E;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
  padding-right: 30px;
  margin: 5px 0 10px 0;
}
.offreur-card .offreur-card--description,
.offreur-grandPopup .offreur-card--description {
  color: #8B8C8E;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
  margin: 5px 0 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 50px;
}
@media (max-width: 571px) {
  .offreur-card .offreur-card--description,
  .offreur-grandPopup .offreur-card--description {
    padding-right: 10px;
  }
}
.offreur-card--thematiques,
.offreur-grandPopup--thematiques {
  display: flex;
  column-gap: 10px;
  padding-right: 30px;
  flex-wrap: wrap;
}
.offreur-card--thematiques span,
.offreur-grandPopup--thematiques span {
  color: #FF7139;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}
.offreur-card .offreur-card--popup,
.offreur-grandPopup .offreur-card--popup {
  cursor: pointer;
  color: #FF7139;
  font-weight: 700;
  text-decoration: none;
  align-self: flex-end;
  padding-right: 20px;
  padding-bottom: 10px;
  position: relative;
  bottom: 0px;
  right: 0;
}

@media (max-width: 571px) {
  .offreur-card--logo {
    top: 0;
    left: 0;
    position: relative;
  }
  .offreur-card--content {
    left: 0;
    align-items: center;
    padding: 0;
    position: initial;
  }
}
@media (max-width: 571px) and (max-width: 571px) {
  .offreur-card--content {
    padding-bottom: 1rem;
  }
}
@media (max-width: 571px) {
  .offreur-card--thematiques {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 571px) and (max-width: 571px) {
  .offreur-card--thematiques {
    padding-bottom: 1rem;
  }
}
@media (max-width: 571px) {
  .offreur-card--thematiques span {
    line-height: 1.2;
  }
  .offreur-card--description {
    max-width: 100%;
  }
  .offreur-card--getLogos {
    position: absolute;
    top: 15px;
    right: 0px;
    margin-right: 5px;
    flex-direction: column;
  }
  .offreur-card--getLogos svg,
  .offreur-card--getLogos img {
    height: 35px;
    width: 35px;
  }
  .offreur-card--popup {
    padding-right: 0;
  }
}

.offreurs-noResults {
  animation: fade-in 0.5s ease-in-out;
  left: 0;
  position: relative;
  padding-right: 20px;
}

.offreurs-carte {
  flex: 0 0 60%;
  z-index: -2;
  position: relative;
  margin-left: 0px;
}
@media screen and (max-width: 1450px) {
  .offreurs-carte {
    flex: 0 1 50%;
    left: 0;
    margin: 10px 0;
    min-height: 500px;
  }
}
@media (max-width: 1079px) {
  .offreurs-carte {
    min-height: 300px;
  }
}

#offreurs-map {
  height: 100%;
  width: 100%;
  min-height: 500px;
}
@media (max-width: 1079px) {
  #offreurs-map {
    width: 100%;
    min-height: 400px;
    height: 400px;
  }
}
@media (max-width: 959px) {
  #offreurs-map {
    min-height: 350px;
    height: 350px;
  }
}
@media (max-width: 959px) {
  #offreurs-map {
    touch-action: pinch-zoom;
  }
}

.filtre-recherche {
  color: #0069A3;
  background: none;
  border: #0069A3 1px solid;
  border-radius: 30px;
  padding: 20px 20px 20px 20px;
  position: relative;
  min-width: 320px;
  text-align: left;
  display: flex;
  align-items: center;
}
.filtre-recherche input {
  width: 100%;
}
.filtre-recherche i {
  margin-bottom: 3px;
}

#get-button {
  visibility: hidden;
}
#get-button.visible {
  visibility: visible;
}

.offreur-popup {
  position: relative;
  width: 185px;
  border-radius: 0 30% 30% 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  padding: 10px 5px 10px 5px;
  row-gap: 10px;
}
.offreur-popup h3 {
  color: #1D263A;
  font-size: 20px;
  line-height: 18px;
  letter-spacing: -0.3px;
  margin: 0 0 0 0;
  padding-top: 20px;
  text-align: center;
}
.offreur-popup--logo {
  height: 75px;
  max-width: 125px;
  text-align: center;
  position: relative;
  top: 0;
  align-self: center;
}
.offreur-popup--logo img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.offreur-popup .offreur-popup--cta,
.offreur-popup .offreur-popup--archiveLink {
  color: #FF7139;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  padding-bottom: 10px;
  font-size: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.offreur-popup .offreur-popup--cta:after,
.offreur-popup .offreur-popup--archiveLink:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FF7139;
  position: relative;
  right: -5px;
  top: 0px;
}
.offreur-popup--getLogos {
  display: flex;
  column-gap: 5px;
  justify-content: center;
}
.offreur-popup--getLogos img,
.offreur-popup--getLogos svg {
  min-height: 30px;
  min-width: 30px;
  height: 30px;
  width: 30px;
  object-fit: contain;
}

.offreur-grandPopup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
}
.offreur-grandPopup[aria-hidden=true] {
  display: none;
}
.offreur-grandPopup--fond {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 17, 31, 0.7);
}
.offreur-grandPopup--logo {
  position: relative;
  top: 0 !important;
  margin-top: 10px;
}
.offreur-grandPopup--inside {
  background-color: white;
  width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1D263A;
  box-shadow: 0px 19px 46px rgba(23, 135, 252, 0.19);
  border-radius: 0px 30px 30px 30px;
  max-width: calc(100% - 4rem);
  max-height: calc(100vh - 10rem);
  z-index: 1;
}
@media screen and (min-height: 600px) {
  .offreur-grandPopup--inside {
    min-height: 500px;
  }
}
.offreur-grandPopup--content {
  left: 0;
  row-gap: 10px;
  overflow-y: scroll;
}
.offreur-grandPopup--logo {
  top: -70px;
  left: auto;
  flex: 0 0 auto;
}
.offreur-grandPopup--logo img {
  height: 125px;
  width: 125px;
}
.offreur-grandPopup.visible {
  display: block;
}
.offreur-grandPopup--content {
  padding: 20px 20px;
  position: relative;
  row-gap: 20px;
}
.offreur-grandPopup h3 {
  position: relative;
  top: 20px;
}
.offreur-grandPopup--coordonnees {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  row-gap: 5px;
  align-items: stretch;
  color: #0069A3;
  margin-top: 20px;
}
.offreur-grandPopup--coordonnees > div {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 10px;
}
@media (min-width: 768px) {
  .offreur-grandPopup--coordonnees > div {
    justify-content: flex-start;
  }
  .offreur-grandPopup--coordonnees > div:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    border-right: 2px solid #D9D9D9;
    height: 100%;
  }
}
.offreur-grandPopup--coordonnees .adresseOffreur {
  display: flex;
  align-items: flex-start;
}
.offreur-grandPopup--coordonnees .adresseOffreur span {
  text-align: left;
}
@media (min-width: 768px) {
  .offreur-grandPopup--coordonnees .adresseOffreur span {
    max-width: 150px;
  }
}
.offreur-grandPopup--coordonnees i {
  color: #0069A3;
  font-size: 16px;
  margin-top: 3px;
}
.offreur-grandPopup--getLinks a {
  box-shadow: 12px 25px 46px -10px rgba(23, 135, 252, 0.21);
  border-radius: 0 10px 10px 10px;
  text-transform: uppercase;
}
.offreur-grandPopup--thematiques {
  justify-content: center;
  flex-wrap: wrap;
  max-width: 80%;
  color: var(--couleur-fond-boutons);
}
.offreur-grandPopup--communautes {
  justify-content: center;
  flex-wrap: wrap;
  max-width: 80%;
  color: var(--couleur-fond-boutons);
  column-gap: 10px;
}
.offreur-grandPopup--communautes span {
  border: 1px solid var(--couleur-fond-boutons);
  border-radius: 0 10px 10px 10px;
  min-width: 50px;
  padding: 5px;
}
.offreur-grandPopup--content--close {
  position: absolute;
  top: -50px;
  right: 30px;
  color: white;
  font-size: 3.5rem;
  cursor: pointer;
}
.offreur-grandPopup--content--close i {
  color: var(--couleur-fond-boutons);
}
.offreur-grandPopup--content--close span {
  color: white;
  position: relative;
  left: 10px;
  top: -8px;
  font-weight: bold;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.offreur-grandPopup .offreur-grandPopup--siteweb i {
  color: var(--couleur-fond-boutons);
}
.offreur-grandPopup .offreur-grandPopup--siteweb a {
  text-decoration: none;
  color: var(--couleur-fond-boutons);
}

.home .bloc-cartooffreurs {
  padding: 50px 0;
  margin: 0;
  overflow: hidden;
}
.home .bloc-cartooffreurs h2 {
  color: white;
  font-weight: 325;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .home .bloc-cartooffreurs h2 {
    margin: 0;
  }
}
.home .bloc-cartooffreurs h2 strong {
  font-weight: bold;
}
.home .bloc-cartooffreurs h2:after {
  content: "";
  display: block;
  width: 350px;
  height: 200px;
  background-image: url("../templates/img/picto-points-gris.svg");
  position: absolute;
  right: -30%;
  top: -100px;
  z-index: 0;
}
.home .bloc-cartooffreurs .offreurs-surtitre {
  color: white;
  top: 0;
}
.home .bloc-cartooffreurs .offreurs-liste {
  top: 0;
}
@media (max-width: 1079px) {
  .home .bloc-cartooffreurs .bloc-cartooffreurs--titre {
    padding: 0;
  }
}
.home .bloc-cartooffreurs #offreurs-map {
  border-radius: 0 30px 30px 30px;
}
@media (max-width: 1079px) {
  .home .bloc-cartooffreurs #offreurs-map {
    border-radius: 0;
  }
}
.home .bloc-cartooffreurs .offreurs-get {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  padding: 15px 30px;
}
@media (max-width: 767px) {
  .home .bloc-cartooffreurs .offreurs-get {
    flex-wrap: wrap;
    row-gap: 2rem;
  }
  .home .bloc-cartooffreurs .offreurs-get > div {
    flex: 1 0 40%;
  }
}
.home .bloc-cartooffreurs .offreurs-carte {
  flex: 0 0 60%;
}
@media screen and (max-width: 1570px) {
  .home .bloc-cartooffreurs .offreurs-carte {
    flex: 0 1 50%;
  }
}
.home .bloc-cartooffreurs .bouton-get--cartoAccueil {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px;
  background: none;
  border: 2px solid white;
  border-radius: 0 10px 10px 10px;
  color: white;
}
.home .bloc-cartooffreurs .bouton-get--cartoAccueil svg {
  color: white;
  fill: white;
  min-height: 20px;
  min-width: 20px;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.home .bloc-cartooffreurs .bouton-get--cartoAccueil svg path {
  fill: white;
}
.home .bloc-cartooffreurs .bouton-get--cartoAccueil a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 325;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 2px;
}
.home .bloc-cartooffreurs .offreurs-cta {
  margin: 0;
  justify-content: flex-start;
  z-index: 0;
  margin-left: 50px;
}
@media screen and (max-width: 1570px) {
  .home .bloc-cartooffreurs .offreurs-cta {
    margin: 80px auto 0;
    justify-content: center;
  }
}
@media (max-width: 1079px) {
  .home .bloc-cartooffreurs .offreurs-cta {
    justify-content: center;
    margin-top: 30px;
  }
}
.home .bloc-cartooffreurs .offreur-popup--cta {
  display: none;
}
.home .bloc-cartooffreurs .offreur-card--top {
  margin-top: 5px;
  align-items: center;
  margin-top: 10px;
  padding-right: 20px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home .bloc-cartooffreurs .offreur-card--top {
    padding-right: 0;
    padding-bottom: 2rem;
  }
}

.home #carto-offreurs {
  max-width: 1280px;
  margin: 0 auto;
}
.filtre-options label::first-letter {
  text-transform: uppercase;
}

.filtre-options label {
  font-size: 16px;
  line-height: 1;
  color: #0069A3;
}

.filtre-options li {
  margin-bottom: 1rem;
}

/* GrandEst */
path.leaflet-interactive {
  /*fill: rgba(255, 255, 255, 1);
  stroke: rgba(255, 255, 255, 1);*/
  fill: #0069A3;
  stroke: #0069A3;
  fill-opacity: 0.4;
  stroke-opacity: 0.4;
}

/* Filtres */
.offreurs-filtres span {
  font-weight: 325;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0069A3;
}
@media (max-width: 1079px) {
  .offreurs-filtres {
    display: none;
    z-index: 2000;
    width: 100vw;
    height: 100vh;
    top: 0;
    position: fixed;
    z-index: 50;
    margin-top: 0;
    margin-bottom: 0;
    justify-content: flex-start;
    padding-top: 100px;
  }
  .offreurs-filtres:before {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
  }
  .offreurs-filtres.visibleMobile {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }
}

.offreurs-filtres--mobileButton {
  background-color: #0069A3;
  position: absolute;
  right: 0;
  top: 150px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.offreurs-filtres--mobileButton i {
  font-size: 2.5rem;
  color: white;
}
@media (max-width: 1079px) {
  .offreurs-filtres--mobileButton {
    display: flex;
  }
}

.offreurs-filtres--closeButton {
  display: none;
  position: absolute;
  align-items: center;
  top: 20px;
  right: 50px;
  column-gap: 1rem;
  z-index: 10;
}
.offreurs-filtres--closeButton span {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 2.5px;
  font-weight: bold;
  color: #0069A3;
}
.offreurs-filtres--closeButton i {
  font-size: 3rem;
  color: #FF7139;
}
@media (max-width: 1079px) {
  .offreurs-filtres--closeButton {
    display: flex;
  }
}

.offreurs-filtres--retourCarte {
  display: none;
  position: absolute;
  bottom: 150px;
  text-align: center;
}
@media (max-width: 1079px) {
  .offreurs-filtres--retourCarte {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

.leaflet-popup-close-button {
  font-size: 30px !important;
  font-weight: bold !important;
  color: #FF7139 !important;
  top: 10px !important;
  right: 10px !important;
}

.leaflet-popup-content-wrapper {
  border-radius: 0 30px 30px 30px !important;
}

.leaflet-popup-content {
  margin: 13px 24px 0px 20px !important;
}

.leaflet-div-icon {
  background-color: #FF7139 !important;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: white;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  border: none !important;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  color: #434242 !important;
}

.archive .offreur-popup--archiveLink {
  display: none;
}

.archive-filtres {
  color: #0069A3;
}
.archive-filtres p {
  letter-spacing: 2px;
  font-size: 1.3rem;
}

.archive-filtresMobile--bouton {
  display: block;
  background-color: #0069A3;
  padding: 10px 15px;
  border-radius: 20px 20px 0 20px;
  right: 5px;
  top: 15px;
  position: absolute;
  z-index: 2;
}
.archive-filtresMobile--bouton i {
  color: white;
}
@media (min-width: 960px) {
  .archive-filtresMobile--bouton {
    display: none;
  }
}

.archive-filtresMobile--popup {
  font-weight: 400;
}
@media (max-width: 959px) {
  .archive-filtresMobile--popup {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    background: white;
    z-index: 500;
    padding-top: 100px;
  }
}

.archive-filtresMobile--closeButton {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  color: #0069A3;
  font-size: 1.3rem;
  letter-spacing: 2.5px;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 960px) {
  .archive-filtresMobile--closeButton {
    display: none;
  }
}

@media (max-width: 959px) {
  .archive-filtres.filtresOuverts {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.archive-filtres.filtresOuverts .archive-filtres--liste {
  display: flex;
  flex-direction: row;
  padding-inline: 20px;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  row-gap: 2rem;
}
@media (max-width: 959px) {
  .archive-filtres.filtresOuverts .archive-filtres--liste > a {
    flex: 0 0 70%;
    max-width: 200px;
  }
  .archive-filtres.filtresOuverts .archive-filtres--liste > a:first-of-type {
    flex: 1 0 100%;
  }
}

.archive-filtres--groupe {
  position: relative;
  border: 1px solid;
  border-radius: 2.5rem;
  min-width: 180px;
  text-align: left;
}
@media (max-width: 959px) {
  .archive-filtres--groupe {
    margin-left: 0;
    margin-top: 3rem;
  }
}
.archive-filtres--groupe.ouvert {
  border-radius: 2.5rem 2.5rem 0 0;
}
.archive-filtres--groupe_toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  padding: 1rem 2rem;
}
.archive-filtres--groupe_toggle svg path {
  fill: #FF7139;
}
.archive-filtres--groupe_options {
  position: absolute;
  top: calc(100% - 1rem);
  left: -1px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: #EBF5FF;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-radius: 0 0 2.5rem 2.5rem;
  padding: 1.5rem 1rem 1.5rem;
  min-width: calc(100% + 2px);
  z-index: 10;
}
@media (max-width: 959px) {
  .archive-filtres--groupe_options {
    background-color: #ffffff;
  }
}
.archive-filtres--groupe:not(.ouvert) .archive-filtres--groupe_options {
  display: none;
}
.archive-filtres--groupe ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive-filtres--groupe label {
  display: flex;
  line-height: 1;
  margin-bottom: 0.5rem;
  align-items: center;
  gap: 1rem;
}
.archive-filtres--groupe input {
  flex: 0 0 auto;
}

.alm-btn-wrap {
  text-align: center;
}

.alm-load-more-btn.done {
  display: none;
}

/*Archive offreurs */
.post-type-archive-offreurs .illustration-enTete {
  position: relative;
}
.post-type-archive-offreurs .pictos-get {
  position: absolute;
  height: 100%;
  width: 100%;
}
.post-type-archive-offreurs .pictos-get > div {
  animation: bounce 2s infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-10px);
  }
}
.post-type-archive-offreurs .pictos-get .picto-2 {
  position: absolute;
  right: 70px;
  bottom: 90px;
  animation-duration: 3.8s;
}
.post-type-archive-offreurs .pictos-get .picto-3 {
  position: absolute;
  top: -20px;
  left: 100px;
  animation-duration: 2.4s;
}
.post-type-archive-offreurs .pictos-get .picto-4 {
  position: absolute;
  top: 20px;
  right: -10px;
  animation-duration: 4.2s;
}
.post-type-archive-offreurs .pictos-get .picto-5 {
  position: absolute;
  bottom: 20px;
  left: -10px;
}

.card a {
  text-decoration: none;
}
.card-categories {
  font-size: 1.3rem;
  color: #0069A3;
  letter-spacing: 2px;
  font-weight: 400;
}
.card-titre {
  font-size: 1.9rem;
  font-weight: 400;
  color: #434242;
}
@media (max-width: 767px) {
  .card-titre {
    font-size: 1.8rem;
  }
}

.teaser-offreur--grandPopup {
  display: none;
}

.teaser-offreur--grandPopup.visiblePopup {
  display: block;
}

.derniers-offreurs--slider {
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 0px;
}
@media (max-width: 1079px) {
  .derniers-offreurs--slider {
    padding: 0;
    margin-inline: 60px;
  }
}
.derniers-offreurs--slider .splide__list {
  padding: 50px 0px !important;
}
.derniers-offreurs--slider .splide__arrow {
  background-color: #0069A3;
  color: white;
  font-size: 2.5rem;
  padding: 10px;
  box-shadow: 5px 10px 20px rgba(23, 135, 252, 0.19);
  opacity: 1;
}
.derniers-offreurs--slider .splide__arrow:hover {
  background-color: #0069A3;
  color: white;
  box-shadow: 5px 10px 20px rgba(23, 135, 252, 0.19);
}
.derniers-offreurs--slider .splide__arrow svg {
  fill: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.derniers-offreurs--slider .splide__arrow--next {
  right: -4rem;
  border-radius: 0 20px 20px 20px;
}
@media (max-width: 1079px) {
  .derniers-offreurs--slider .splide__arrow--next {
    right: -5rem;
  }
}
.derniers-offreurs--slider .splide__arrow--next svg {
  position: relative;
  left: 5px;
  top: 5px;
}
.derniers-offreurs--slider .splide__arrow--prev {
  left: -4rem;
  border-radius: 20px 20px 0px 20px;
}
@media (max-width: 1079px) {
  .derniers-offreurs--slider .splide__arrow--prev {
    left: -4.5rem;
  }
}
.derniers-offreurs--slider .splide__arrow--prev svg {
  position: relative;
  right: 5px;
  top: 5px;
}
.derniers-offreurs--slider .splide__pagination .is-active {
  background-color: var(--couleur-fond-boutons);
}
.derniers-offreurs--slider .splide__pagination button {
  border: 1px solid var(--couleur-fond-boutons);
  margin: 0 5px;
  background: none;
}

.splide__arrow {
  background-color: #0069A3;
  color: white;
  font-size: 2.5rem;
  padding: 10px;
  box-shadow: 5px 10px 20px rgba(23, 135, 252, 0.19);
  opacity: 1;
}
.splide__arrow:hover {
  background-color: #0069A3;
  color: white;
  box-shadow: 5px 10px 20px rgba(23, 135, 252, 0.19);
}
.splide__arrow svg {
  fill: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.splide__arrow--next {
  border-radius: 0 20px 20px 20px;
}
.splide__arrow--next svg {
  position: relative;
  left: 5px;
  top: 5px;
}
.splide__arrow--prev {
  border-radius: 20px 20px 0px 20px;
}
.splide__arrow--prev svg {
  position: relative;
  right: 5px;
  top: 5px;
}

body.post-type-archive-tribe_events .archive-introduction--colonneDroite {
  width: 40%;
}
@media (max-width: 1079px) {
  body.post-type-archive-tribe_events .archive-introduction--colonneDroite {
    padding-bottom: 0;
  }
}
@media (max-width: 571px) {
  body.post-type-archive-tribe_events .archive-introduction--colonneDroite {
    width: 60%;
  }
}

.archive-contenu.tribe_events {
  padding-top: 4.5rem;
  padding-bottom: 11.5rem;
}
.archive-contenu.tribe_events .archive-filtres {
  justify-content: center;
  margin-bottom: 4rem;
}

.archive-liste.tribe_events > .alm-reveal {
  display: grid;
  column-gap: 3rem;
  row-gap: 5.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 959px) {
  .archive-liste.tribe_events > .alm-reveal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 571px) {
  .archive-liste.tribe_events > .alm-reveal {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.card.tribe_events .card-date, .tribe_events-date {
  position: absolute;
  top: -2rem;
  right: 2.3rem;
  padding: 13px 20px 16px;
  border-radius: 0 1.8rem 2rem;
  line-height: 1;
}
.card.tribe_events .card-date strong, .tribe_events-date strong {
  display: block;
  font-size: 3.5rem;
}
.card.tribe_events .card-image, .tribe_events-image {
  position: relative;
  background-color: #ffffff;
  border-radius: 0 1rem 1rem;
}
.card.tribe_events .card-image img, .tribe_events-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 0 1rem 1rem;
}
.card.tribe_events .card-image.contain img, .tribe_events-image.contain img {
  object-fit: contain;
}
.card.tribe_events .card-provenance, .tribe_events-provenance {
  position: absolute;
  bottom: 1.5rem;
  left: -1.5rem;
}

.card.tribe_events .card-image {
  height: 20rem;
}
.card.tribe_events .card-categories {
  margin-top: 1.8rem;
}
.card.tribe_events .card-titre {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.card.tribe_events .card-lieu {
  gap: 1.2rem;
  color: #8B8C8E;
  line-height: 1;
}
.card.tribe_events .card-lien {
  font-size: 1.5rem;
  color: #FF7139;
}

.archive-liste.tribe_events .card:first-of-type {
  grid-column: 1/-1;
}
.archive-liste.tribe_events .card:first-of-type > a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 3.5rem;
}
@media (max-width: 767px) {
  .archive-liste.tribe_events .card:first-of-type > a {
    flex-direction: column;
    gap: 1rem;
  }
}
.archive-liste.tribe_events .card:first-of-type .card-image,
.archive-liste.tribe_events .card:first-of-type .card-contenu {
  width: 50%;
}
@media (max-width: 767px) {
  .archive-liste.tribe_events .card:first-of-type .card-image,
  .archive-liste.tribe_events .card:first-of-type .card-contenu {
    width: 100%;
  }
}
.archive-liste.tribe_events .card:first-of-type .card-date {
  font-size: 1.8rem;
  padding: 1.7rem 2.2rem 1.8rem;
}
.archive-liste.tribe_events .card:first-of-type .card-date strong {
  font-size: 4.5rem;
}
.archive-liste.tribe_events .card:first-of-type .card-image {
  height: 25rem;
}
@media (max-width: 767px) {
  .archive-liste.tribe_events .card:first-of-type .card-image {
    height: 15rem;
  }
}
.archive-liste.tribe_events .card:first-of-type .card-image img {
  border-radius: 0 3rem 3rem;
}
.archive-liste.tribe_events .card:first-of-type .card-contenu {
  padding-left: 3rem;
}
.archive-liste.tribe_events .card:first-of-type .card-titre {
  font-size: 2.7rem;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .archive-liste.tribe_events .card:first-of-type .card-titre {
    font-size: 2.2rem;
  }
}
.archive-liste.tribe_events .card:first-of-type .card-lien {
  margin-top: 4rem;
}

.single-tribe_events .contenu-conteneur h1 {
  margin-top: 6rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .single-tribe_events .contenu-conteneur h1 {
    margin-top: 0;
  }
}
.single-tribe_events .contenu-conteneur .contenu-gutenberg {
  font-size: 1.6rem;
}
@media (max-width: 1079px) {
  .single-tribe_events .contenu-conteneur .contenu-gutenberg {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.single-tribe_events .contenu-conteneur h2.tribe_events-partageRS--titre {
  margin-bottom: 1.5rem;
}
.single-tribe_events .contenu-conteneur h2.tribe_events-evenementsConnexes--titre {
  margin-bottom: 5rem;
}
@media (max-width: 571px) {
  .single-tribe_events .contenu-conteneur h2.tribe_events-evenementsConnexes--titre {
    margin-bottom: 4rem;
  }
}
.single-tribe_events .contenu-introduction {
  padding-bottom: 11rem;
}
@media (max-width: 767px) {
  .single-tribe_events .contenu-introduction {
    padding-top: 12.3rem;
    padding-bottom: 16rem;
  }
}

.tribe_events-categories {
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
}
.tribe_events-colonnes {
  position: relative;
  margin-top: -5.5rem;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .tribe_events-colonnes {
    margin-top: -12.5rem;
    padding-top: 25.7rem;
    margin-bottom: 8rem;
  }
}
.tribe_events-colonneGauche {
  flex: 1;
}
.tribe_events-image {
  height: 35rem;
  border-radius: 0 3rem 3rem 3rem;
}
@media (max-width: 767px) {
  .tribe_events-image {
    height: 24rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.tribe_events-image img {
  border-radius: 0 3rem 3rem 3rem;
}
.tribe_events-date {
  top: -1.2rem;
  font-size: 1.8rem;
  padding: 2rem 1rem 1.8rem;
}
.tribe_events-date strong {
  font-size: 4.5rem;
}
.tribe_events-provenance {
  padding: 1rem 1.7rem 1rem 1.5rem;
  bottom: 2rem;
}
@media (max-width: 767px) {
  .tribe_events-provenance {
    bottom: 2.5rem;
  }
}
.tribe_events-provenance svg {
  height: 2.7rem;
  width: auto;
}
.tribe_events-contenu {
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .tribe_events-contenu {
    margin-top: 7.5rem;
  }
}
.tribe_events-partageRS {
  margin-top: 6.8rem;
}
@media (max-width: 767px) {
  .tribe_events-partageRS {
    margin-top: 6.3rem;
  }
}
.tribe_events-partageRS--titre {
  font-size: 2rem;
}
.tribe_events-colonneDroite {
  background-color: #ffffff;
  border-radius: 0 3rem 3rem 3rem;
  overflow: hidden;
  box-shadow: 0 4px 46px -10px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .tribe_events-colonneDroite {
    position: sticky;
    top: 15rem;
    width: 40%;
  }
}
.tribe_events-colonneDroite h2 {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-top: 3rem;
  margin-bottom: 0.8rem;
}
.tribe_events-colonneDroite--contenu {
  padding: 0 3.5rem 2.5rem;
}
.tribe_events-colonneDroite--contenu p {
  font-size: 1.8rem;
  margin-top: 0;
  line-height: 1.65;
}
.tribe_events-carte {
  height: 21rem;
}
.tribe_events-carte iframe {
  height: 100%;
  min-height: 0;
}
.tribe_events-organisateur a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #FF7139;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  border-left: 1px solid rgba(19, 186, 250, 0.2);
  margin-left: 1.2rem;
  padding-left: 1.2rem;
  margin-top: 0.8rem;
  word-wrap: anywhere;
}
.tribe_events-organisateur a:hover, .tribe_events-organisateur a:active, .tribe_events-organisateur a:focus {
  text-decoration: underline;
}
.tribe_events-organisateur a svg {
  width: 2rem;
  flex: 0 0 auto;
}
.tribe_events-organisateur a svg path {
  fill: #FF7139;
}
.tribe_events-organisateur--site svg {
  height: 1.6rem;
}
.tribe_events-lienInscription {
  width: 100%;
  max-width: 40rem;
  padding: 1.8rem 3.5rem;
}
.tribe_events-evenementsConnexes {
  margin-top: 10.5rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .tribe_events-evenementsConnexes {
    margin-top: 8rem;
  }
}
@media (max-width: 571px) {
  .tribe_events-evenementsConnexes {
    margin-bottom: 10rem;
  }
}
.tribe_events-evenementsConnexes--titre {
  font-weight: 400;
  margin-bottom: 5rem;
}
.tribe_events-evenementsConnexes--liste .tribe_events.card .card-image {
  height: 22rem;
}
@media (max-width: 571px) {
  .tribe_events-evenementsConnexes--liste .tribe_events.card .card-image {
    height: 15rem;
    margin-bottom: 3rem;
  }
}
.tribe_events-evenementsConnexes--liste .tribe_events.card .card-categories {
  margin-top: 2.6rem;
}
@media (max-width: 571px) {
  .tribe_events-evenementsConnexes--liste .tribe_events.card .card-categories {
    margin-top: 3rem;
    margin-bottom: 0.2rem;
  }
}
@media (min-width: 572px) {
  .tribe_events-evenementsConnexes--liste .tribe_events.card .card-date {
    font-size: 1.8rem;
  }
  .tribe_events-evenementsConnexes--liste .tribe_events.card .card-date strong {
    font-size: 4.5rem;
    margin-bottom: 0.5rem;
  }
}
.tribe_events-evenementsConnexes--liste .tribe_events.card .card-titre {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .tribe_events-evenementsConnexes--liste .tribe_events.card .card-titre {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 571px) {
  .tribe_events-evenementsConnexes--liste .tribe_events.card .card-titre {
    margin-top: 0;
  }
}

.archive-liste.ressources > .alm-reveal {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 5.5rem;
  column-gap: 3rem;
  margin-top: 6rem;
  margin-bottom: 8rem;
}
@media (max-width: 959px) {
  .archive-liste.ressources > .alm-reveal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 571px) {
  .archive-liste.ressources > .alm-reveal {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 4rem;
    margin-top: 8rem;
    margin-bottom: 7rem;
  }
}

.post-type-archive-ressources .archive-filtres {
  justify-content: center;
  margin-top: 5rem;
}
.post-type-archive-ressources .archive-filtresMobile--bouton {
  top: -5.5rem;
}
.post-type-archive-ressources .alm-listing {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.post-type-archive-ressources .alm-load-more-btn {
  margin-bottom: 5rem;
}
@media (max-width: 1079px) {
  .post-type-archive-ressources .archive-introduction--colonneDroite {
    display: none;
  }
}
@media (max-width: 571px) {
  .post-type-archive-ressources .contenu-conteneur .archive-introduction--colonneGauche.avecIntroduction h1 {
    margin-bottom: 0;
  }
  .post-type-archive-ressources .archive-introduction--texte:not(.ouvert) {
    height: 13.5rem;
    overflow: hidden;
    background-image: linear-gradient(to bottom, #ffffff 50%, rgba(0, 0, 0, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .post-type-archive-ressources .pagination {
    margin-top: 7rem;
  }
}

.card.ressources {
  position: relative;
  box-shadow: 0 19px 46px rgba(23, 135, 252, 0.19);
  border-radius: 0 0 3rem 3rem;
}

.card.ressources .card-image {
  position: relative;
  border-radius: 0 3rem 0 0;
  overflow: hidden;
  height: 17.5rem;
  background-color: #ffffff;
}
.card.ressources .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card.ressources .card-image.contain img {
  object-fit: contain;
}
.card.ressources .card-boutonPlay {
  background-color: #ffffff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.card.ressources .card-boutonPlay--conteneur {
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  top: calc(50% - 2.75rem);
  left: calc(50% - 2.75rem);
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.card.ressources .card-boutonPlay svg {
  height: 1rem;
  width: auto;
}
.card.ressources .card-contenu {
  background-color: #ffffff;
  padding: 2.5rem 1.6rem 2.2rem;
  flex: 1;
  border-radius: 0 0 3rem 3rem;
  overflow: hidden;
}
.card.ressources .card-provenance {
  position: absolute;
  top: 12.3rem;
  left: -1rem;
}
.card.ressources .card-titre {
  font-size: 2.4rem;
  margin-top: 1.5rem;
}
.card.ressources .card-description {
  font-size: 1.6rem;
  color: #8B8C8E;
  line-height: 1.25;
  margin-top: 1.6rem;
}
.card.ressources .card-bouton {
  width: 100%;
  padding-top: 1.7rem;
  padding-bottom: 2rem;
}
.card.ressources .card-bouton svg path {
  fill: #ffffff;
}
.card.ressources .card-bouton.fichier svg {
  height: 1.5rem;
}
.card.ressources .card-bouton.fichier {
  font-weight: 400;
}
.card.ressources .card-bouton span span {
  font-size: 1.3rem;
}

body.single-offreurs .post-logo img {
  max-width: 15rem;
  max-height: 15rem;
  object-fit: contain;
}
body.single-offreurs .post-coordonnees {
  color: #0069A3;
}
body.single-offreurs .post-coordonnees > div {
  position: relative;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  body.single-offreurs .post-coordonnees > div:not(:last-of-type) {
    border-right: 2px solid #D9D9D9;
  }
}
body.single-offreurs .post-thematiques {
  color: #FF7139;
  text-decoration: none;
  font-size: 1.4rem;
}
body.single-offreurs .post-communaute {
  border: 1px solid var(--couleur-texte-fond-blanc);
  color: var(--couleur-texte-fond-blanc);
  border-radius: 0 10px 10px 10px;
  min-width: 50px;
  padding: 5px;
}
body.single-offreurs .post-description {
  max-width: 80rem;
}
body.single-offreurs .post-site a {
  word-wrap: anywhere;
}
body.single-offreurs .post-retour {
  color: var(--couleur-texte-fond-blanc);
}

body.single-offreurs .contenu-conteneur .post-provenance + h1 {
  margin-bottom: 4rem;
}

/*# sourceMappingURL=knacss.css.map */
