*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:before, :after {
  --tw-content: "";
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  color: inherit;
  border-top-width: 1px;
  height: 0;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

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

[hidden] {
  display: none;
}

*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
}

@media (width >= 640px) {
  .container {
    max-width: 640px;
  }
}

@media (width >= 768px) {
  .container {
    max-width: 768px;
  }
}

@media (width >= 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (width >= 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (width >= 1536px) {
  .container {
    max-width: 1536px;
  }
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 1.25em;
  line-height: 1.6;
}

.prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  font-weight: 500;
  text-decoration: underline;
}

.prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  list-style-type: decimal;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  list-style-type: disc;
}

.prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
  color: var(--tw-prose-counters);
  font-weight: 400;
}

.prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.25em;
  font-weight: 600;
}

.prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-quotes);
  border-left-width: .25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "“""”""‘""’";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
  font-style: italic;
  font-weight: 500;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 0;
  margin-bottom: .888889em;
  font-size: 2.25em;
  font-weight: 800;
  line-height: 1.11111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 900;
}

.prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.33333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 800;
}

.prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.6em;
  margin-bottom: .6em;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-weight: 600;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
}

.prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  border-radius: .3125rem;
  padding: .1875em .375em;
  font-family: inherit;
  font-size: .875em;
  font-weight: 500;
}

.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-size: .875em;
  font-weight: 600;
}

.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  border-radius: .375rem;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
  padding: .857143em 1.14286em;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.71429;
  overflow-x: auto;
}

.prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}

.prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  table-layout: auto;
  text-align: left;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: .875em;
  line-height: 1.71429;
}

.prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  vertical-align: bottom;
  padding-bottom: .571429em;
  padding-left: .571429em;
  padding-right: .571429em;
  font-weight: 600;
}

.prose :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  margin-top: .857143em;
  font-size: .875em;
  line-height: 1.42857;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: #00000080;
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .5em;
  margin-bottom: .5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-left: .375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose :where(.prose > ul > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .5em;
  padding-left: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding: .571429em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 0;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.inset-x-0 {
  left: 0;
  right: 0;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.-left-\[75px\] {
  left: -75px;
}

.-top-0 {
  top: 0;
}

.-top-\[100vh\] {
  top: -100vh;
}

.-top-\[4px\] {
  top: -4px;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0;
}

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

.right-4 {
  right: 1rem;
}

.right-\[8px\] {
  right: 8px;
}

.right-\[9px\] {
  right: 9px;
}

.right-\[calc\(100\%_\+_8px\)\] {
  right: calc(100% + 8px);
}

.top-0 {
  top: 0;
}

.top-1\/2 {
  top: 50%;
}

.top-4 {
  top: 1rem;
}

.top-\[100px\] {
  top: 100px;
}

.top-\[10px\] {
  top: 10px;
}

.top-\[150px\] {
  top: 150px;
}

.top-\[70px\] {
  top: 70px;
}

.top-\[9px\] {
  top: 9px;
}

.-z-10 {
  z-index: -10;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[100001\] {
  z-index: 100001;
}

.z-\[100002\] {
  z-index: 100002;
}

.z-\[10000\] {
  z-index: 10000;
}

.z-\[7999\] {
  z-index: 7999;
}

.z-\[8000\] {
  z-index: 8000;
}

.z-\[90000\] {
  z-index: 90000;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.m-0 {
  margin: 0;
}

.m-4 {
  margin: 1rem;
}

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

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

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

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

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

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

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

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

.my-\[25px\] {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.-mt-\[50px\] {
  margin-top: -50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[40px\] {
  margin-top: 40px;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-10 {
  height: 2.5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[145px\] {
  height: 145px;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[25px\] {
  height: 25px;
}

.h-\[3\.1\%\] {
  height: 3.1%;
}

.h-\[35px\] {
  height: 35px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[4px\] {
  height: 4px;
}

.h-\[5\%\] {
  height: 5%;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[55px\] {
  height: 55px;
}

.h-\[58px\] {
  height: 58px;
}

.h-\[60px\] {
  height: 60px;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0;
}

.max-h-6 {
  max-height: 1.5rem;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-\[150vh\] {
  max-height: 150vh;
}

.max-h-\[200px\] {
  max-height: 200px;
}

.max-h-\[20px\] {
  max-height: 20px;
}

.max-h-\[50vh\] {
  max-height: 50vh;
}

.max-h-\[550px\] {
  max-height: 550px;
}

.max-h-\[600px\] {
  max-height: 600px;
}

.max-h-\[70px\] {
  max-height: 70px;
}

.max-h-\[80px\] {
  max-height: 80px;
}

.max-h-\[93vh\] {
  max-height: 93vh;
}

.max-h-\[calc\(100vh_-_70px\)\] {
  max-height: calc(100vh - 70px);
}

.min-h-\[100px\] {
  min-height: 100px;
}

.min-h-\[112px\] {
  min-height: 112px;
}

.min-h-\[140px\] {
  min-height: 140px;
}

.min-h-\[150px\] {
  min-height: 150px;
}

.min-h-\[250px\] {
  min-height: 250px;
}

.min-h-\[40px\] {
  min-height: 40px;
}

.min-h-\[60px\] {
  min-height: 60px;
}

.min-h-\[90px\] {
  min-height: 90px;
}

.min-h-\[calc\(100vh_-_150px\)\] {
  min-height: calc(100vh - 150px);
}

.min-h-screen {
  min-height: 100vh;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[3\.1\%\] {
  width: 3.1%;
}

.w-\[400px\] {
  width: 400px;
}

.w-\[5\%\] {
  width: 5%;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[600px\] {
  width: 600px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[650px\] {
  width: 650px;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[75px\] {
  width: 75px;
}

.w-\[800px\] {
  width: 800px;
}

.w-\[calc\(100\%_-_150px\)\] {
  width: calc(100% - 150px);
}

.w-\[calc\(100\%_-_20px\)\] {
  width: calc(100% - 20px);
}

.w-\[calc\(100\%_-_30px\)\] {
  width: calc(100% - 30px);
}

.w-\[calc\(100\%_-_70px\)\] {
  width: calc(100% - 70px);
}

.w-\[calc\(50\%_-_4rem\)\] {
  width: calc(50% - 4rem);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-\[200px\] {
  min-width: 200px;
}

.min-w-\[500px\] {
  min-width: 500px;
}

.min-w-\[60px\] {
  min-width: 60px;
}

.min-w-\[90px\] {
  min-width: 90px;
}

.min-w-full {
  min-width: 100%;
}

.\!max-w-none {
  max-width: none !important;
}

.max-w-\[1000px\] {
  max-width: 1000px;
}

.max-w-\[100px\] {
  max-width: 100px;
}

.max-w-\[150px\] {
  max-width: 150px;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[33\%\] {
  max-width: 33%;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[450px\] {
  max-width: 450px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[900px\] {
  max-width: 900px;
}

.max-w-full {
  max-width: 100%;
}

.flex-1 {
  flex: 1;
}

.flex-none {
  flex: none;
}

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

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

.basis-\[70px\] {
  flex-basis: 70px;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-10 {
  --tw-translate-x: -2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[50px\] {
  --tw-translate-y: -50px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[30px\] {
  --tw-translate-x: 30px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
  user-select: none;
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, 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));
}

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: .25rem;
}

.gap-12 {
  gap: 3rem;
}

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

.gap-3 {
  gap: .75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(.5rem * var(--tw-space-x-reverse));
  margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

.overflow-y-scroll {
  overflow-y: scroll;
}

.truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: .25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: var(--radius);
}

.rounded-md {
  border-radius: calc(var(--radius)  - 2px);
}

.rounded-sm {
  border-radius: calc(var(--radius)  - 4px);
}

.rounded-bl-\[37px\] {
  border-bottom-left-radius: 37px;
}

.rounded-br {
  border-bottom-right-radius: .25rem;
}

.rounded-br-\[15px\] {
  border-bottom-right-radius: 15px;
}

.rounded-br-\[20px\] {
  border-bottom-right-radius: 20px;
}

.rounded-br-\[25px\] {
  border-bottom-right-radius: 25px;
}

.rounded-br-\[30px\] {
  border-bottom-right-radius: 30px;
}

.rounded-br-\[37px\] {
  border-bottom-right-radius: 37px;
}

.rounded-br-\[40px\] {
  border-bottom-right-radius: 40px;
}

.rounded-br-\[8px\] {
  border-bottom-right-radius: 8px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-br-lg {
  border-bottom-right-radius: var(--radius);
}

.rounded-tl {
  border-top-left-radius: .25rem;
}

.rounded-tl-\[15px\] {
  border-top-left-radius: 15px;
}

.rounded-tl-\[20px\] {
  border-top-left-radius: 20px;
}

.rounded-tl-\[25px\] {
  border-top-left-radius: 25px;
}

.rounded-tl-\[30px\] {
  border-top-left-radius: 30px;
}

.rounded-tl-\[40px\] {
  border-top-left-radius: 40px;
}

.rounded-tl-\[8px\] {
  border-top-left-radius: 8px;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tl-lg {
  border-top-left-radius: var(--radius);
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tr {
  border-top-right-radius: .25rem;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0;
}

.border-2 {
  border-width: 2px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-b, .border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-r-\[1px\] {
  border-right-width: 1px;
}

.border-t, .border-t-\[1px\] {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

.border-\[\#4A5B7A\] {
  --tw-border-opacity: 1;
  border-color: rgb(74 91 122 / var(--tw-border-opacity));
}

.border-\[\#7584A3\] {
  --tw-border-opacity: 1;
  border-color: rgb(117 132 163 / var(--tw-border-opacity));
}

.border-couleur-1 {
  --tw-border-opacity: 1;
  border-color: rgb(27 41 73 / var(--tw-border-opacity));
}

.border-couleur-1\/50 {
  border-color: #1b294980;
}

.border-couleur-3 {
  --tw-border-opacity: 1;
  border-color: rgb(109 89 133 / var(--tw-border-opacity));
}

.border-input {
  border-color: hsl(var(--input));
}

.border-primary {
  border-color: hsl(var(--primary));
}

.border-text-blue {
  --tw-border-opacity: 1;
  border-color: rgb(39 65 114 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#2B4070\] {
  --tw-bg-opacity: 1;
  background-color: rgb(43 64 112 / var(--tw-bg-opacity));
}

.bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-\[\#FFC7EB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 199 235 / var(--tw-bg-opacity));
}

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}

.bg-black\/10 {
  background-color: #0000001a;
}

.bg-couleur-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(27 41 73 / var(--tw-bg-opacity));
}

.bg-couleur-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 91 131 / var(--tw-bg-opacity));
}

.bg-couleur-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 96 136 / var(--tw-bg-opacity));
}

.bg-couleur-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(138 111 172 / var(--tw-bg-opacity));
}

.bg-couleur-8 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 117 162 / var(--tw-bg-opacity));
}

.bg-couleur-9\/50 {
  background-color: #ffc9e980;
}

.bg-destructive {
  background-color: hsl(var(--destructive));
}

.bg-primary {
  background-color: hsl(var(--primary));
}

.bg-secondary {
  background-color: hsl(var(--secondary));
}

.bg-slate-500\/30 {
  background-color: #64748b4d;
}

.bg-text-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(39 65 114 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: #0000;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/20 {
  background-color: #fff3;
}

.bg-white\/50 {
  background-color: #ffffff80;
}

.bg-white\/80 {
  background-color: #fffc;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#ED75A2\] {
  --tw-gradient-from: #ed75a2 var(--tw-gradient-from-position);
  --tw-gradient-to: #ed75a200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#FEF6FA\] {
  --tw-gradient-from: #fef6fa var(--tw-gradient-from-position);
  --tw-gradient-to: #fef6fa00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-couleur-1 {
  --tw-gradient-from: #1b2949 var(--tw-gradient-from-position);
  --tw-gradient-to: #1b294900 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-couleur-4 {
  --tw-gradient-from: #cb6088 var(--tw-gradient-from-position);
  --tw-gradient-to: #cb608800 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-footer-gradient-1 {
  --tw-gradient-from: #ec6ea6 var(--tw-gradient-from-position);
  --tw-gradient-to: #ec6ea600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#2C4171\] {
  --tw-gradient-to: #2c4171 var(--tw-gradient-to-position);
}

.to-couleur-4 {
  --tw-gradient-to: #cb6088 var(--tw-gradient-to-position);
}

.to-couleur-8 {
  --tw-gradient-to: #ed75a2 var(--tw-gradient-to-position);
}

.to-footer-gradient-2 {
  --tw-gradient-to: #274172 var(--tw-gradient-to-position);
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: .25rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: .5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[0px\] {
  padding-bottom: 0;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pb-\[35px\] {
  padding-bottom: 35px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pb-\[50px\] {
  padding-bottom: 50px;
}

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

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

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

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

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

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

.pr-14 {
  padding-right: 3.5rem;
}

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

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

.pr-\[60px\] {
  padding-right: 60px;
}

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

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

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

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

.font-sans {
  font-family: Arial, sans-serif;
}

.font-ubuntu {
  font-family: Ubuntu, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[23px\] {
  font-size: 23px;
}

.text-\[25px\] {
  font-size: 25px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[45px\] {
  font-size: 45px;
}

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.font-\[500\] {
  font-weight: 500;
}

.font-\[600\] {
  font-weight: 600;
}

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

.font-light {
  font-weight: 300;
}

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

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-none {
  line-height: 1;
}

.tracking-\[1\.4px\] {
  letter-spacing: 1.4px;
}

.tracking-\[10px\] {
  letter-spacing: 10px;
}

.text-\[\#274172\] {
  --tw-text-opacity: 1;
  color: rgb(39 65 114 / var(--tw-text-opacity));
}

.text-\[\#284172\] {
  --tw-text-opacity: 1;
  color: rgb(40 65 114 / var(--tw-text-opacity));
}

.text-\[\#886EAF\] {
  --tw-text-opacity: 1;
  color: rgb(136 110 175 / var(--tw-text-opacity));
}

.text-\[\#CB72A5\] {
  --tw-text-opacity: 1;
  color: rgb(203 114 165 / var(--tw-text-opacity));
}

.text-\[\#ca6da8\] {
  --tw-text-opacity: 1;
  color: rgb(202 109 168 / var(--tw-text-opacity));
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}

.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-calym-blue {
  --tw-text-opacity: 1;
  color: rgb(136 110 175 / var(--tw-text-opacity));
}

.text-couleur-1 {
  --tw-text-opacity: 1;
  color: rgb(27 41 73 / var(--tw-text-opacity));
}

.text-couleur-4 {
  --tw-text-opacity: 1;
  color: rgb(203 96 136 / var(--tw-text-opacity));
}

.text-couleur-5 {
  --tw-text-opacity: 1;
  color: rgb(43 64 112 / var(--tw-text-opacity));
}

.text-current {
  color: currentColor;
}

.text-destructive-foreground {
  color: hsl(var(--destructive-foreground));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-primary {
  color: hsl(var(--primary));
}

.text-primary-foreground {
  color: hsl(var(--primary-foreground));
}

.text-secondary-foreground {
  color: hsl(var(--secondary-foreground));
}

.text-text-blue {
  --tw-text-opacity: 1;
  color: rgb(39 65 114 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.\!no-underline {
  text-decoration-line: none !important;
}

.no-underline {
  text-decoration-line: none;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: .5;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 #0000000d;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-couleur-1\/20 {
  --tw-shadow-color: #1b294933;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-couleur-1\/50 {
  --tw-shadow-color: #1b294980;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/30 {
  --tw-shadow-color: #64748b4d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/20 {
  --tw-shadow-color: #0f172a33;
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.outline {
  outline-style: solid;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-black\/5 {
  --tw-ring-color: #0000000d;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-\[1\.9\] {
  --tw-brightness: brightness(1.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale-0 {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale-\[0\.5\] {
  --tw-grayscale: grayscale(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-all {
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.duration-100 {
  transition-duration: .1s;
}

.duration-300 {
  transition-duration: .3s;
}

.duration-500 {
  transition-duration: .5s;
}

.duration-700 {
  transition-duration: .7s;
}

.ease-in {
  transition-timing-function: cubic-bezier(.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  background-color: #fff !important;
}

.accordion-inner-content p, .accordion-inner-content ul, .accordion-inner-content li, .accordion-inner-content ol, .accordion-inner-content span {
  font-size: 14px;
  line-height: 21px;
}

h1, h1 p, h2, h2 p, h3, h3 p, h4, h4 p, h5, h5 p, h6, h6 p {
  color: #333;
  margin-bottom: .5em;
  font-family: Ubuntu, sans-serif;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h4, h4 p {
  font-weight: bold;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  color: #666;
  margin-bottom: 1em;
  font-family: Arial, sans-serif;
  font-weight: 100;
}

ul, ol {
  margin-bottom: 1em;
  padding-left: 1em;
}

li {
  color: #999;
  margin-bottom: .5em;
}

a {
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: #666;
}

blockquote {
  color: #666;
  border-left: 4px solid #333;
  margin: 1em 0;
  padding-left: 1em;
}

figure {
  margin: 1em 0;
}

figcaption {
  color: #999;
  font-style: italic;
}

.aligncenter {
  flex-flow: column;
  align-items: center;
  display: flex;
}

body .prose {
  font-family: Arial, Helvetica, sans-serif;
}

body .prose a {
  --tw-text-opacity: 1;
  color: rgb(203 114 165 / var(--tw-text-opacity));
}

.wp-block-query {
  width: 100%;
}

@media (width >= 640px) {
  .wp-block-query {
    max-width: 640px;
  }
}

@media (width >= 768px) {
  .wp-block-query {
    max-width: 768px;
  }
}

@media (width >= 1024px) {
  .wp-block-query {
    max-width: 1024px;
  }
}

@media (width >= 1280px) {
  .wp-block-query {
    max-width: 1280px;
  }
}

@media (width >= 1536px) {
  .wp-block-query {
    max-width: 1536px;
  }
}

.wp-block-query {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.CookieDeclarationType {
  border: none !important;
}

body:not(.wp-admin) .wp-block-table, body .prose table {
  width: 100%;
}

@media (width >= 640px) {
  body:not(.wp-admin) .wp-block-table, body .prose table {
    max-width: 640px;
  }
}

@media (width >= 768px) {
  body:not(.wp-admin) .wp-block-table, body .prose table {
    max-width: 768px;
  }
}

@media (width >= 1024px) {
  body:not(.wp-admin) .wp-block-table, body .prose table {
    max-width: 1024px;
  }
}

@media (width >= 1280px) {
  body:not(.wp-admin) .wp-block-table, body .prose table {
    max-width: 1280px;
  }
}

@media (width >= 1536px) {
  body:not(.wp-admin) .wp-block-table, body .prose table {
    max-width: 1536px;
  }
}

body:not(.wp-admin) .wp-block-table, body .prose table {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Arial, sans-serif;
}

body:not(.wp-admin) .wp-block-table thead, body .prose table thead {
  --tw-border-opacity: 1;
  border-bottom-width: 2px;
  border-color: rgb(203 96 136 / var(--tw-border-opacity));
}

body:not(.wp-admin) .wp-block-table thead th, body .prose table thead th {
  --tw-text-opacity: 1;
  color: rgb(203 96 136 / var(--tw-text-opacity));
  border-style: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
}

body:not(.wp-admin) .wp-block-table thead tr td, body .prose table thead tr td {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(203 96 136 / var(--tw-text-opacity));
  border-style: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
}

body:not(.wp-admin) .wp-block-table thead tr td::first-child {
  font-weight: 700;
}

body .prose table thead tr td::first-child {
  font-weight: 700;
}

body:not(.wp-admin) .wp-block-table tbody, body .prose table tbody, body:not(.wp-admin) .wp-block-table tbody tr, body .prose table tbody tr {
  border-style: none;
}

body:not(.wp-admin) .wp-block-table tbody tr:not(:last-child), body .prose table tbody tr:not(:last-child) {
  --tw-border-opacity: 1;
  border-bottom: 1px solid;
  border-color: rgb(203 96 136 / var(--tw-border-opacity));
}

body:not(.wp-admin) .wp-block-table tbody tr td, body .prose table tbody tr td {
  vertical-align: middle;
  border-width: 0;
  padding: 1rem;
}

body:not(.wp-admin) .wp-block-table tbody tr td:not(:first-child), body .prose table tbody tr td:not(:first-child) {
  text-align: center;
  border-color: #cb608880;
  border-left-width: 1px;
}

body:not(.wp-admin) .wp-block-table tbody tr td:first-child, body .prose table tbody tr td:first-child {
  font-weight: 600;
}

body:not(.wp-admin) .wp-block-table tbody tr:nth-child(odd), body .prose table tbody tr:nth-child(odd) {
  background-color: #ffc9e91a;
}

.conteneur {
  width: 100%;
  max-width: 1375px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.conteneur--ligne {
  --tw-border-opacity: 1;
  border-style: solid;
  border-left-width: 1px;
  border-left-color: rgb(27 41 73 / var(--tw-border-opacity));
}

.conteneur h1, .conteneur h2, .conteneur h3, .conteneur h4, .conteneur h5, .conteneur h6, .conteneur p, .conteneur ul, .conteneur li, .conteneur ol, .conteneur strong, .conteneur em, .conteneur a, .conteneur span, .conteneur div, .conteneur blockquote, .conteneur pre, .conteneur code, .conteneur img, .conteneur video, .conteneur iframe, .conteneur table, .conteneur thead, .conteneur tbody, .conteneur tfoot, .conteneur tr, .conteneur th, .conteneur td {
  color: #274172;
}

.conteneur h1, .conteneur h2, .conteneur h3, .conteneur h4, .conteneur h5, .conteneur h6 {
  padding-left: 1.5rem;
}

.conteneur p, .conteneur ul, .conteneur li, .conteneur a {
  font-size: 14px;
  line-height: 21px;
}

.acf-innerblocks-container {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.acf-innerblocks-container :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.acf-innerblocks-container :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 1.25em;
  line-height: 1.6;
}

.acf-innerblocks-container :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  font-weight: 500;
  text-decoration: underline;
}

.acf-innerblocks-container :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.acf-innerblocks-container :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .acf-innerblocks-container :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .acf-innerblocks-container :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.acf-innerblocks-container :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  list-style-type: decimal;
}

.acf-innerblocks-container :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.acf-innerblocks-container :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.acf-innerblocks-container :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.acf-innerblocks-container :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.acf-innerblocks-container :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.acf-innerblocks-container :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.acf-innerblocks-container :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.acf-innerblocks-container :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.acf-innerblocks-container :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: decimal;
}

.acf-innerblocks-container :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  list-style-type: disc;
}

.acf-innerblocks-container :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
  color: var(--tw-prose-counters);
  font-weight: 400;
}

.acf-innerblocks-container :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.acf-innerblocks-container :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.25em;
  font-weight: 600;
}

.acf-innerblocks-container :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.acf-innerblocks-container :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-quotes);
  border-left-width: .25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "“""”""‘""’";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
  font-style: italic;
  font-weight: 500;
}

.acf-innerblocks-container :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
  content: open-quote;
}

.acf-innerblocks-container :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: close-quote;
}

.acf-innerblocks-container :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 0;
  margin-bottom: .888889em;
  font-size: 2.25em;
  font-weight: 800;
  line-height: 1.11111;
}

.acf-innerblocks-container :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 900;
}

.acf-innerblocks-container :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.33333;
}

.acf-innerblocks-container :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 800;
}

.acf-innerblocks-container :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.6em;
  margin-bottom: .6em;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
}

.acf-innerblocks-container :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.acf-innerblocks-container :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-weight: 600;
  line-height: 1.5;
}

.acf-innerblocks-container :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.acf-innerblocks-container :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.acf-innerblocks-container :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
}

.acf-innerblocks-container :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  border-radius: .3125rem;
  padding: .1875em .375em;
  font-family: inherit;
  font-size: .875em;
  font-weight: 500;
}

.acf-innerblocks-container :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-size: .875em;
  font-weight: 600;
}

.acf-innerblocks-container :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .acf-innerblocks-container :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: "`";
}

.acf-innerblocks-container :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .acf-innerblocks-container :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.acf-innerblocks-container :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .875em;
}

.acf-innerblocks-container :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .9em;
}

.acf-innerblocks-container :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .acf-innerblocks-container :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .acf-innerblocks-container :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.acf-innerblocks-container :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  border-radius: .375rem;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
  padding: .857143em 1.14286em;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.71429;
  overflow-x: auto;
}

.acf-innerblocks-container :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}

.acf-innerblocks-container :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .acf-innerblocks-container :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: none;
}

.acf-innerblocks-container :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  table-layout: auto;
  text-align: left;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: .875em;
  line-height: 1.71429;
}

.acf-innerblocks-container :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.acf-innerblocks-container :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  vertical-align: bottom;
  padding-bottom: .571429em;
  padding-left: .571429em;
  padding-right: .571429em;
  font-weight: 600;
}

.acf-innerblocks-container :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.acf-innerblocks-container :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.acf-innerblocks-container :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: baseline;
}

.acf-innerblocks-container :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.acf-innerblocks-container :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: top;
}

.acf-innerblocks-container :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.acf-innerblocks-container :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  margin-top: .857143em;
  font-size: .875em;
  line-height: 1.42857;
}

.acf-innerblocks-container {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: #00000080;
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.acf-innerblocks-container :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.acf-innerblocks-container :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.acf-innerblocks-container :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .5em;
  margin-bottom: .5em;
}

.acf-innerblocks-container :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .acf-innerblocks-container :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-left: .375em;
}

.acf-innerblocks-container :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.acf-innerblocks-container :where(.prose > ul > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.acf-innerblocks-container :where(.prose > ul > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.acf-innerblocks-container :where(.prose > ol > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.acf-innerblocks-container :where(.prose > ol > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.acf-innerblocks-container :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.acf-innerblocks-container :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.acf-innerblocks-container :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .5em;
  padding-left: 1.625em;
}

.acf-innerblocks-container :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .acf-innerblocks-container :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .acf-innerblocks-container :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .acf-innerblocks-container :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.acf-innerblocks-container :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-left: 0;
}

.acf-innerblocks-container :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-right: 0;
}

.acf-innerblocks-container :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding: .571429em;
}

.acf-innerblocks-container :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-left: 0;
}

.acf-innerblocks-container :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-right: 0;
}

.acf-innerblocks-container :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.acf-innerblocks-container :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.acf-innerblocks-container :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 0;
}

.acf-innerblocks-container {
  max-width: 100%;
}

body .acf-innerblocks-container {
  font-family: Arial, Helvetica, sans-serif;
}

body .acf-innerblocks-container a {
  --tw-text-opacity: 1;
  color: rgb(203 114 165 / var(--tw-text-opacity));
}

body .acf-innerblocks-container table {
  width: 100%;
}

@media (width >= 640px) {
  body .acf-innerblocks-container table {
    max-width: 640px;
  }
}

@media (width >= 768px) {
  body .acf-innerblocks-container table {
    max-width: 768px;
  }
}

@media (width >= 1024px) {
  body .acf-innerblocks-container table {
    max-width: 1024px;
  }
}

@media (width >= 1280px) {
  body .acf-innerblocks-container table {
    max-width: 1280px;
  }
}

@media (width >= 1536px) {
  body .acf-innerblocks-container table {
    max-width: 1536px;
  }
}

body .acf-innerblocks-container table {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Arial, sans-serif;
}

body .acf-innerblocks-container table thead {
  --tw-border-opacity: 1;
  border-bottom-width: 2px;
  border-color: rgb(203 96 136 / var(--tw-border-opacity));
}

body .acf-innerblocks-container table thead th {
  --tw-text-opacity: 1;
  color: rgb(203 96 136 / var(--tw-text-opacity));
  border-style: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
}

body .acf-innerblocks-container table thead tr td {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(203 96 136 / var(--tw-text-opacity));
  border-style: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
}

body .acf-innerblocks-container table thead tr td::first-child {
  font-weight: 700;
}

body .acf-innerblocks-container table tbody, body .acf-innerblocks-container table tbody tr {
  border-style: none;
}

body .acf-innerblocks-container table tbody tr:not(:last-child) {
  --tw-border-opacity: 1;
  border-bottom: 1px solid;
  border-color: rgb(203 96 136 / var(--tw-border-opacity));
}

body .acf-innerblocks-container table tbody tr td {
  vertical-align: middle;
  border-width: 0;
  padding: 1rem;
}

body .acf-innerblocks-container table tbody tr td:not(:first-child) {
  text-align: center;
  border-color: #cb608880;
  border-left-width: 1px;
}

body .acf-innerblocks-container table tbody tr td:first-child {
  font-weight: 600;
}

body .acf-innerblocks-container table tbody tr:nth-child(odd) {
  background-color: #ffc9e91a;
}

.center-container {
  width: 100%;
}

@media (width >= 640px) {
  .center-container {
    max-width: 640px;
  }
}

@media (width >= 768px) {
  .center-container {
    max-width: 768px;
  }
}

@media (width >= 1024px) {
  .center-container {
    max-width: 1024px;
  }
}

@media (width >= 1280px) {
  .center-container {
    max-width: 1280px;
  }
}

@media (width >= 1536px) {
  .center-container {
    max-width: 1536px;
  }
}

.center-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.center-container__supercontainer {
  background: var(--couleurcontainer);
}

.prettyscrollbar {
  scrollbar-width: thin;
  scrollbar-color: #0000004d transparent;
}

.prettyscrollbar::-webkit-scrollbar {
  width: 8px;
  position: absolute;
}

.prettyscrollbar::-webkit-scrollbar-track {
  background-color: #0000;
  position: absolute;
}

.prettyscrollbar::-webkit-scrollbar-thumb {
  background-color: #0000004d;
  border-radius: 4px;
  position: absolute;
}

.prettyscrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #00000080;
}

.prettyscrollbar::-webkit-scrollbar-button {
  display: none;
}

.mpy-grid {
  flex-wrap: wrap;
  display: flex;
}

.mpy-grid > div {
  flex: 1;
}

.mpy-grid--gap-none {
  gap: 0;
}

.mpy-grid--gap-small {
  gap: 1rem;
}

.mpy-grid--gap-medium {
  gap: 3rem;
}

.mpy-grid--gap-large {
  gap: 4rem;
}

.mpy-grid--height-desktop-block {
  min-height: 476px;
}

.mpy-grid--height-desktop-screen {
  min-height: calc(100vh - 80px);
}

@media (width <= 1024px) {
  .mpy-grid--height-tablet-block {
    min-height: 476px;
  }

  .mpy-grid--height-tablet-screen {
    min-height: calc(100vh - 80px);
  }

  .mpy-grid--height-tablet-auto {
    min-height: auto;
  }

  .mpy-grid--height-tablet-inherit {
    min-height: inherit;
  }
}

@media (width <= 768px) {
  .mpy-grid--height-mobile-block {
    min-height: 476px;
  }

  .mpy-grid--height-mobile-screen {
    min-height: calc(100vh - 80px);
  }

  .mpy-grid--height-mobile-auto {
    min-height: auto;
  }

  .mpy-grid--height-mobile-inherit {
    min-height: inherit;
  }
}

@media (width <= 1024px) {
  .mpy-grid--reverse-tablet {
    flex-direction: column-reverse;
  }
}

@media (width <= 768px) {
  .mpy-grid--reverse-mobile {
    flex-direction: column-reverse;
  }

  .mpy-grid--wrapping-mobile {
    flex-wrap: wrap;
  }

  .mpy-grid--wrapping-mobile > div {
    flex: 100%;
  }
}

@media (width <= 1024px) {
  .mpy-grid--wrapping-tablet {
    flex-wrap: wrap;
  }

  .mpy-grid--wrapping-tablet > div {
    flex: 100%;
  }
}

.mpy-grid__item {
  display: flex;
}

.mpy-grid__item--height-desktop-block {
  min-height: 476px;
}

.mpy-grid__item--height-desktop-screen {
  min-height: calc(100vh - 80px);
}

@media (width <= 1024px) {
  .mpy-grid__item--height-tablet-block {
    min-height: 476px;
  }

  .mpy-grid__item--height-tablet-screen {
    min-height: calc(100vh - 80px);
  }

  .mpy-grid__item--height-tablet-auto {
    min-height: auto;
  }

  .mpy-grid__item--height-tablet-inherit {
    min-height: inherit;
  }
}

@media (width <= 768px) {
  .mpy-grid__item--height-mobile-block {
    min-height: 476px;
  }

  .mpy-grid__item--height-mobile-screen {
    min-height: calc(100vh - 80px);
  }

  .mpy-grid__item--height-mobile-auto {
    min-height: auto;
  }

  .mpy-grid__item--height-mobile-inherit {
    min-height: inherit;
  }
}

.mpy-grid__item--justify-desktop-left:not(.mpy-grid__item--vertical) {
  justify-content: flex-start;
}

.mpy-grid__item--justify-desktop-center:not(.mpy-grid__item--vertical) {
  justify-content: center;
}

.mpy-grid__item--justify-desktop-right:not(.mpy-grid__item--vertical) {
  justify-content: flex-end;
}

@media (width <= 1024px) {
  .mpy-grid__item--justify-tablet-left:not(.mpy-grid__item--vertical) {
    justify-content: flex-start;
  }

  .mpy-grid__item--justify-tablet-center:not(.mpy-grid__item--vertical) {
    justify-content: center;
  }

  .mpy-grid__item--justify-tablet-right:not(.mpy-grid__item--vertical) {
    justify-content: flex-end;
  }

  .mpy-grid__item--justify-tablet-auto:not(.mpy-grid__item--vertical) {
    justify-content: inherit;
  }
}

@media (width <= 768px) {
  .mpy-grid__item--justify-mobile-left:not(.mpy-grid__item--vertical) {
    justify-content: flex-start;
  }

  .mpy-grid__item--justify-mobile-center:not(.mpy-grid__item--vertical) {
    justify-content: center;
  }

  .mpy-grid__item--justify-mobile-right:not(.mpy-grid__item--vertical) {
    justify-content: flex-end;
  }

  .mpy-grid__item--justify-mobile-auto:not(.mpy-grid__item--vertical) {
    justify-content: inherit;
  }
}

.mpy-grid__item--justify-desktop-left.mpy-grid__item--vertical {
  align-items: flex-start;
}

.mpy-grid__item--justify-desktop-center.mpy-grid__item--vertical {
  align-items: center;
}

.mpy-grid__item--justify-desktop-right.mpy-grid__item--vertical {
  align-items: flex-end;
}

@media (width <= 1024px) {
  .mpy-grid__item--justify-tablet-left.mpy-grid__item--vertical {
    align-items: flex-start;
  }

  .mpy-grid__item--justify-tablet-center.mpy-grid__item--vertical {
    align-items: center;
  }

  .mpy-grid__item--justify-tablet-right.mpy-grid__item--vertical {
    align-items: flex-end;
  }

  .mpy-grid__item--justify-tablet-auto.mpy-grid__item--vertical {
    align-items: inherit;
  }
}

@media (width <= 768px) {
  .mpy-grid__item--justify-mobile-left.mpy-grid__item--vertical {
    align-items: flex-start;
  }

  .mpy-grid__item--justify-mobile-center.mpy-grid__item--vertical {
    align-items: center;
  }

  .mpy-grid__item--justify-mobile-right.mpy-grid__item--vertical {
    align-items: flex-end;
  }

  .mpy-grid__item--justify-mobile-auto.mpy-grid__item--vertical {
    align-items: inherit;
  }
}

.mpy-grid__item--align-desktop-start:not(.mpy-grid__item--vertical) {
  align-items: flex-start;
}

.mpy-grid__item--align-desktop-center:not(.mpy-grid__item--vertical) {
  align-items: center;
}

.mpy-grid__item--align-desktop-end:not(.mpy-grid__item--vertical) {
  align-items: flex-end;
}

@media (width <= 1024px) {
  .mpy-grid__item--align-tablet-start:not(.mpy-grid__item--vertical) {
    align-items: flex-start;
  }

  .mpy-grid__item--align-tablet-center:not(.mpy-grid__item--vertical) {
    align-items: center;
  }

  .mpy-grid__item--align-tablet-end:not(.mpy-grid__item--vertical) {
    align-items: flex-end;
  }

  .mpy-grid__item--align-tablet-auto:not(.mpy-grid__item--vertical) {
    align-items: inherit;
  }
}

@media (width <= 768px) {
  .mpy-grid__item--align-mobile-start:not(.mpy-grid__item--vertical) {
    align-items: flex-start;
  }

  .mpy-grid__item--align-mobile-center:not(.mpy-grid__item--vertical) {
    align-items: center;
  }

  .mpy-grid__item--align-mobile-end:not(.mpy-grid__item--vertical) {
    align-items: flex-end;
  }

  .mpy-grid__item--align-mobile-auto:not(.mpy-grid__item--vertical) {
    align-items: inherit;
  }
}

.mpy-grid__item--align-desktop-start.mpy-grid__item--vertical {
  justify-content: flex-start;
}

.mpy-grid__item--align-desktop-center.mpy-grid__item--vertical {
  justify-content: center;
}

.mpy-grid__item--align-desktop-end.mpy-grid__item--vertical {
  justify-content: flex-end;
}

@media (width <= 1024px) {
  .mpy-grid__item--align-tablet-start.mpy-grid__item--vertical {
    justify-content: flex-start;
  }

  .mpy-grid__item--align-tablet-center.mpy-grid__item--vertical {
    justify-content: center;
  }

  .mpy-grid__item--align-tablet-end.mpy-grid__item--vertical {
    justify-content: flex-end;
  }

  .mpy-grid__item--align-tablet-auto.mpy-grid__item--vertical {
    justify-content: inherit;
  }
}

@media (width <= 768px) {
  .mpy-grid__item--align-mobile-start.mpy-grid__item--vertical {
    justify-content: flex-start;
  }

  .mpy-grid__item--align-mobile-center.mpy-grid__item--vertical {
    justify-content: center;
  }

  .mpy-grid__item--align-mobile-end.mpy-grid__item--vertical {
    justify-content: flex-end;
  }

  .mpy-grid__item--align-mobile-auto.mpy-grid__item--vertical {
    justify-content: inherit;
  }
}

.mpy-grid__item--justify-text-desktop-left {
  align-items: flex-start;
}

.mpy-grid__item--justify-text-desktop-center {
  align-items: center;
}

.mpy-grid__item--justify-text-desktop-right {
  align-items: flex-end;
}

@media (width <= 1024px) {
  .mpy-grid__item--justify-text-tablet-left {
    align-items: flex-start;
  }

  .mpy-grid__item--justify-text-tablet-center {
    align-items: center;
  }

  .mpy-grid__item--justify-text-tablet-right {
    align-items: flex-end;
  }

  .mpy-grid__item--justify-text-tablet-auto {
    align-items: inherit;
  }
}

@media (width <= 768px) {
  .mpy-grid__item--justify-text-mobile-left {
    align-items: flex-start;
  }

  .mpy-grid__item--justify-text-mobile-center {
    align-items: center;
  }

  .mpy-grid__item--justify-text-mobile-right {
    align-items: flex-end;
  }

  .mpy-grid__item--justify-text-mobile-auto {
    align-items: inherit;
  }
}

.mpy-grid__item--max-width-desktop-80 > * {
  max-width: 80%;
}

.mpy-grid__item--max-width-desktop-50 > * {
  max-width: 50%;
}

@media (width <= 1024px) {
  .mpy-grid__item--max-width-tablet-80 > * {
    max-width: 80%;
  }

  .mpy-grid__item--max-width-tablet-50 > * {
    max-width: 50%;
  }

  .mpy-grid__item--max-width-tablet-auto > * {
    max-width: inherit;
  }
}

@media (width <= 768px) {
  .mpy-grid__item--max-width-mobile-80 > * {
    max-width: 80%;
  }

  .mpy-grid__item--max-width-mobile-50 > * {
    max-width: 50%;
  }

  .mpy-grid__item--max-width-mobile-auto > * {
    max-width: inherit;
  }
}

.mpy-grid__item--nowrap {
  flex-wrap: nowrap;
}

.mpy-grid__item--horizontal {
  flex-direction: row;
}

.mpy-grid__item--vertical {
  flex-direction: column;
}

.joiner {
  width: 10px;
  height: 10px;
  transform: translateX(-12px)translateY(-5px)rotate(45deg);
}

.topline {
  width: 16px;
  height: 3px;
  transform: translateX(-12px)translateY(-4.2px)rotate(156deg);
}

.bottomline {
  width: 16px;
  height: 3px;
  transform: translateX(-12px)translateY(1.9px)rotate(24deg);
}

.circlebg {
  background: radial-gradient(circle at 100%, #fef6fa 0% 70%, #0000 70.1% 100%);
}

.goutte__block {
  width: 100%;
  margin: 2rem auto 3rem;
}

.goutte__block .goutte__one:before {
  content: "";
  background: var(--couleur);
  width: 200vw;
  margin-left: -200vw;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.goutte {
  width: 100%;
  display: flex;
}

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

.goutte__container {
  width: 300px;
}

.goutte__container--full {
  width: 100%;
}

.goutte__container--half {
  width: 50%;
}

.goutte__container--100 {
  width: 100%;
}

.goutte__container--33 {
  width: 33%;
}

.goutte__container--66 {
  width: 66%;
}

.goutte__container--25 {
  width: 25%;
}

.goutte__container--75 {
  width: 75%;
}

.goutte__container--20 {
  width: 20%;
}

.goutte__container--80 {
  width: 80%;
}

.goutte__container--95 {
  width: 95%;
}

.goutte__container--right .goutte__bubble {
  left: 0;
  right: auto;
}

.goutte__container--right .goutte__two {
  left: 0;
  right: auto;
  transform: translateX(12px)translateY(-5px)rotate(45deg);
}

.goutte__container--right .goutte__three {
  left: 0;
  right: auto;
  transform: translateX(12px)translateY(-4.2px)rotate(-156deg);
}

.goutte__container--right .goutte__four {
  left: 0;
  right: auto;
  transform: translateX(12px)translateY(1.9px)rotate(-24deg);
}

.goutte__one {
  background-color: var(--couleur);
  height: 4px;
  position: relative;
}

.goutte__bubble {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: var(--couleur);
  border-radius: 9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
}

.goutte__two {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: var(--couleur);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(-12px)translateY(-5px)rotate(45deg);
}

.goutte__three {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: var(--couleur);
  width: 16px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(-12px)translateY(-4.2px)rotate(156deg);
}

.goutte__four {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: var(--couleur);
  width: 16px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(-12px)translateY(1.9px)rotate(24deg);
}

.target {
  --tw-bg-opacity: 1;
  background-color: rgb(237 117 162 / var(--tw-bg-opacity));
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.target__lineh {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 4px;
  height: 36px;
  position: absolute;
  top: 50%;
}

.target__linev {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 36px;
  height: 4px;
  position: absolute;
  top: 50%;
}

.target__circle {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 9999px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
}

.target__innercircle {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(237 117 162 / var(--tw-bg-opacity));
  border-radius: 9999px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
}

.target__smallcircle {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 9999px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
}

.video-block {
  max-width: 1230px;
  margin: 0 auto 2rem;
  position: relative;
}

.video-block__video-wrapper {
  position: relative;
}

.video-block__video-wrapper:after {
  content: "";
  background: #ec6ea6;
  width: 60%;
  height: 8px;
  position: absolute;
  bottom: -8px;
  left: 3rem;
}

.video-block__content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 3rem;
  display: flex;
  position: absolute;
  inset: 0;
}

.video-block__content-inner {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.video-block__content-inner__title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-left: 3rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
}

.video-block__content-inner__description {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-left: 3rem;
}

.video-block__content-inner__description p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: Ubuntu, sans-serif;
}

.editor-styles-wrapper a.gros-lien:where(:not(.wp-element-button)) {
  text-decoration: none;
}

.gros-lien__lien {
  border-bottom-width: 2px;
  margin-bottom: .5rem;
  padding-bottom: .25rem;
  font-family: Ubuntu, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.gros-lien span.chevron {
  border-top: 3px solid;
  border-right: 3px solid;
  width: 1rem;
  height: 1rem;
  transition: all .3s ease-in-out;
  display: inline-block;
  top: 50%;
  right: -1.5rem;
  transform: rotate(45deg);
}

.gros-lien__description {
  --tw-text-opacity: 1;
  color: rgb(27 41 73 / var(--tw-text-opacity));
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.gros-lien:hover span.chevron {
  transform: translateX(5px)rotate(45deg);
}

.gros-lien__bouton {
  text-align: center;
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #cbd5e1;
  --tw-shadow: var(--tw-shadow-colored);
  border-width: 1px;
  border-color: #cbd5e133;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  max-width: 100%;
  padding: 1.5rem 1rem;
  display: block;
}

@media (width >= 1280px) {
  .gros-lien__bouton {
    width: 370px;
  }
}

.gros-lien__bouton {
  width: calc(100% - 1rem);
  transition: all .3s ease-in-out;
}

.gros-lien__bouton:hover {
  --tw-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #cbd5e1;
  --tw-shadow: var(--tw-shadow-colored);
}

.notre-mission {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.notre-mission__superwrapper {
  gap: 1rem;
  max-width: 1600px;
  margin: 2rem auto;
  display: flex;
}

@media (width <= 768px) {
  .notre-mission__superwrapper {
    flex-direction: column;
  }
}

.notre-mission__image, .notre-mission__image-wrapper {
  flex: 1;
  min-height: 400px;
  position: relative;
}

.notre-mission__image:before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgb(237 117 162 / var(--tw-bg-opacity));
  width: 250px;
  max-width: 100%;
  height: 16px;
  position: absolute;
  top: -16px;
  left: 50px;
}

.notre-mission__nuage {
  margin-top: 2rem;
}

@media (width >= 1280px) {
  .notre-mission__nuage {
    margin-top: 0;
  }
}

.notre-mission__nuage-container {
  width: 100%;
}

@media (width >= 640px) {
  .notre-mission__nuage-container {
    max-width: 640px;
  }
}

@media (width >= 768px) {
  .notre-mission__nuage-container {
    max-width: 768px;
  }
}

@media (width >= 1024px) {
  .notre-mission__nuage-container {
    max-width: 1024px;
  }
}

@media (width >= 1280px) {
  .notre-mission__nuage-container {
    max-width: 1280px;
  }
}

@media (width >= 1536px) {
  .notre-mission__nuage-container {
    max-width: 1536px;
  }
}

.notre-mission__nuage-container {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-left: 1rem;
  padding-right: 80px;
  display: grid;
}

@media (width <= 768px) {
  .notre-mission__nuage-container {
    padding: 16px 16px 40px;
  }
}

.notre-mission__nuage h2 {
  text-align: center;
  color: var(--couleur);
  font-family: Ubuntu, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.notre-mission__nuage-tags {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  display: flex;
}

.notre-mission__nuage-tag {
  background: #ffc9e9;
  border-radius: 500px;
  padding: 5px 10px;
  font-size: 13px;
}

.notre-mission__target {
  position: absolute;
  bottom: 0;
  right: 20%;
  transform: translateY(50%);
}

@media (width <= 768px) {
  .notre-mission__target {
    display: none;
  }
}

.notre-mission__innerblocks {
  max-width: 650px;
  margin: 1rem auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.notre-mission__innerblocks, .notre-mission__innerblocks p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: Arial, sans-serif;
  font-size: 15px;
}

.notre-mission__content {
  --tw-bg-opacity: 1;
  background-color: rgb(237 117 162 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  flex: 1;
  margin-top: 2rem;
  margin-bottom: -2rem;
  position: relative;
}

@media (width <= 768px) {
  .notre-mission__content {
    margin-top: 54px;
  }
}

.notre-mission__content-titre-gauche {
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(237 117 162 / var(--tw-bg-opacity));
  justify-content: center;
  align-items: center;
  width: 70px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -70px;
}

@media (width <= 768px) {
  .notre-mission__content-titre-gauche {
    width: 100%;
    height: 70px;
    inset: -70px 0 auto;
  }
}

.notre-mission__content-titre-gauche span {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(237 117 162 / var(--tw-text-opacity));
  text-shadow: -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff;
  letter-spacing: 7px;
  opacity: .5;
  margin-top: 90px;
  font-family: Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

@media (width <= 768px) {
  .notre-mission__content-titre-gauche span {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.notre-mission__content-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  display: flex;
}

.notre-mission__content-titre {
  font-family: Ubuntu, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.notre-mission__content-points {
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.notre-mission__content-point {
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-family: Ubuntu, sans-serif;
}

.notre-mission__content-point:last-child {
  border-style: none;
}

.c-titre {
  margin: 0;
  font-family: Ubuntu, sans-serif;
  font-weight: 600;
}

.c-titre--alignement-desktop-left {
  text-align: left;
}

.c-titre--alignement-desktop-center {
  text-align: center;
}

.c-titre--alignement-desktop-right {
  text-align: right;
}

@media (width <= 1024px) {
  .c-titre--alignement-tablet-left {
    text-align: left;
  }

  .c-titre--alignement-tablet-center {
    text-align: center;
  }

  .c-titre--alignement-tablet-right {
    text-align: right;
  }

  .c-titre--alignement-tablet-auto {
    text-align: inherit;
  }
}

@media (width <= 768px) {
  .c-titre--alignement-mobile-left {
    text-align: left;
  }

  .c-titre--alignement-mobile-center {
    text-align: center;
  }

  .c-titre--alignement-mobile-right {
    text-align: right;
  }

  .c-titre--alignement-mobile-auto {
    text-align: inherit;
  }
}

.c-titre__icone {
  max-height: 30px;
  display: inline;
}

.c-titre__icone img {
  display: inline-block;
}

.c-colouredtext--petit {
  font-size: 14px;
}

body .outils {
  width: 100%;
}

@media (width >= 640px) {
  body .outils {
    max-width: 640px;
  }
}

@media (width >= 768px) {
  body .outils {
    max-width: 768px;
  }
}

@media (width >= 1024px) {
  body .outils {
    max-width: 1024px;
  }
}

@media (width >= 1280px) {
  body .outils {
    max-width: 1280px;
  }
}

@media (width >= 1536px) {
  body .outils {
    max-width: 1536px;
  }
}

body .outils {
  border-radius: var(--radius);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #64748b99;
  --tw-shadow: var(--tw-shadow-colored);
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

body .outils__outil {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

body .outils__image {
  object-fit: contain;
  width: 100%;
  height: 58px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.titreactus {
  margin: 50px 0;
}

@media (width <= 1024px) {
  .titreactus {
    margin: 40px 0;
  }
}

@media (width <= 768px) {
  .titreactus {
    margin: 20px 0;
  }
}

.titreactus__header {
  padding-left: 76px;
  position: relative;
}

.titreactus__titre {
  flex-wrap: wrap;
  width: 280px;
  margin: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  display: flex;
}

.titreactus__soustitre {
  margin: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
}

.titreactus__icone {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  z-index: 1;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 34px;
  display: flex;
  transform: translateX(-50%)translateY(28%);
}

.titreactus__icone svg {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.titreactus .goutte__block {
  width: 100%;
  margin-top: -14px;
}

.titreactus .goutte__block .goutte__one:before {
  display: none;
}

.titreactus .mot-en-fond {
  position: absolute;
  transform: translateY(calc(1em - 50%));
}

.titreactus__link {
  border-width: 2px 1px 1px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-top: 1rem;
  padding: 1.5rem 3rem;
  font-family: Ubuntu, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  position: relative;
}

.titreactus__link img {
  max-height: 24px;
}

.titreactus__goutte {
  --tw-translate-y: -50%;
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  width: .75rem;
  height: .75rem;
  position: absolute;
  top: 0;
  right: -1px;
}

.titreactus__triangle {
  --tw-translate-y: -50%;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  width: 7px;
  height: 7px;
  position: absolute;
  top: -.2px;
  right: -2px;
}

.titreactus__trait1 {
  width: 7px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-2px, -3px)rotate(-26deg);
}

.titreactus__trait2 {
  width: 7px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-2px)rotate(26deg);
}

.c-thumbnail {
  border-radius: .25rem;
  max-height: 350px;
  margin: 1rem auto;
  position: relative;
}

.c-thumbnail--haut .c-thumbnail__imgcontainer {
  border-top: 15px solid var(--couleur);
}

.c-thumbnail--bas .c-thumbnail__imgcontainer {
  border-bottom: 15px solid var(--couleur);
}

.c-thumbnail--gauche .c-thumbnail__imgcontainer {
  border-left: 15px solid var(--couleur);
}

.c-thumbnail--droite .c-thumbnail__imgcontainer {
  border-right: 15px solid var(--couleur);
}

.c-thumbnail__imgcontainer {
  border-radius: .25rem;
  height: 100%;
  overflow: hidden;
}

.c-thumbnail img {
  object-fit: cover;
  height: 100%;
  border-radius: 0 !important;
}

.c-thumbnail__icone {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: var(--couleur);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 34px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%)translateY(-50%);
}

.c-thumbnail__icone img {
  max-height: 40px;
}

.c-cta__container {
  --background: #fff;
  --couleur: #2b4070;
}

.c-cta {
  text-align: center;
  border-width: 1px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 1rem 3rem;
  font-family: Ubuntu, sans-serif;
  text-decoration-line: none;
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: inline-block;
  position: relative;
}

.c-cta:hover {
  --tw-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.c-cta {
  background: var(--background);
  border-color: var(--couleur);
  color: var(--couleur);
  font-size: 14px;
  text-decoration: none !important;
}

.c-cta:hover {
  background: var(--couleur);
  color: var(--background);
}

.c-cta__container {
  --background: #fff;
  --couleur: #2b4070;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.c-youtube {
  background: var(--couleur);
  border-radius: .25rem;
  padding: 1rem;
}

.c-youtube__videos {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
  display: grid;
}

@media (width <= 1024px) {
  .c-youtube__videos {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.c-youtube__video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

@media (width <= 1024px) {
  .c-youtube__video:nth-child(n+4) {
    display: none;
  }
}

.c-youtube__video:before {
  content: "";
  z-index: 10;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-color: #1b294933;
  display: block;
  position: absolute;
  inset: 0;
}

.c-youtube__video img {
  transition: transform .7s ease-in-out;
}

.c-youtube__video svg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-youtube__video:hover img {
  transform: scale(1.15);
}

.c-margin-block {
  flex-flow: column;
  display: flex;
}

.c-margin-block--margin-top-desktop-auto {
  margin-top: inherit;
}

.c-margin-block--margin-top-desktop-aucune {
  margin-top: 0;
}

.c-margin-block--margin-top-desktop-petite {
  margin-top: 35px;
}

.c-margin-block--margin-top-desktop-moyenne {
  margin-top: 75px;
}

.c-margin-block--margin-top-desktop-grande {
  margin-top: 150px;
}

.c-margin-block--margin-top-desktop-negative {
  margin-top: -50px;
}

@media (width <= 1024px) {
  .c-margin-block--margin-top-tablet-auto {
    margin-top: inherit;
  }

  .c-margin-block--margin-top-tablet-aucune {
    margin-top: 0;
  }

  .c-margin-block--margin-top-tablet-petite {
    margin-top: 35px;
  }

  .c-margin-block--margin-top-tablet-moyenne {
    margin-top: 75px;
  }

  .c-margin-block--margin-top-tablet-grande {
    margin-top: 150px;
  }

  .c-margin-block--margin-top-tablet-negative {
    margin-top: -50px;
  }
}

@media (width <= 768px) {
  .c-margin-block--margin-top-mobile-auto {
    margin-top: inherit;
  }

  .c-margin-block--margin-top-mobile-aucune {
    margin-top: 0;
  }

  .c-margin-block--margin-top-mobile-petite {
    margin-top: 35px;
  }

  .c-margin-block--margin-top-mobile-moyenne {
    margin-top: 75px;
  }

  .c-margin-block--margin-top-mobile-grande {
    margin-top: 150px;
  }

  .c-margin-block--margin-top-mobile-negative {
    margin-top: -50px;
  }
}

.c-margin-block--margin-bottom-desktop-auto {
  margin-bottom: inherit;
}

.c-margin-block--margin-bottom-desktop-aucune {
  margin-bottom: 0;
}

.c-margin-block--margin-bottom-desktop-petite {
  margin-bottom: 35px;
}

.c-margin-block--margin-bottom-desktop-moyenne {
  margin-bottom: 75px;
}

.c-margin-block--margin-bottom-desktop-grande {
  margin-bottom: 150px;
}

@media (width <= 1024px) {
  .c-margin-block--margin-bottom-tablet-auto {
    margin-bottom: inherit;
  }

  .c-margin-block--margin-bottom-tablet-aucune {
    margin-bottom: 0;
  }

  .c-margin-block--margin-bottom-tablet-petite {
    margin-bottom: 35px;
  }

  .c-margin-block--margin-bottom-tablet-moyenne {
    margin-bottom: 75px;
  }

  .c-margin-block--margin-bottom-tablet-grande {
    margin-bottom: 150px;
  }
}

@media (width <= 768px) {
  .c-margin-block--margin-bottom-mobile-auto {
    margin-bottom: inherit;
  }

  .c-margin-block--margin-bottom-mobile-aucune {
    margin-bottom: 0;
  }

  .c-margin-block--margin-bottom-mobile-petite {
    margin-bottom: 35px;
  }

  .c-margin-block--margin-bottom-mobile-moyenne {
    margin-bottom: 75px;
  }

  .c-margin-block--margin-bottom-mobile-grande {
    margin-bottom: 150px;
  }
}

.c-margin-block--gap-desktop-auto {
  gap: inherit;
}

.c-margin-block--gap-desktop-aucune {
  gap: 0;
}

.c-margin-block--gap-desktop-petite {
  gap: 32px;
}

.c-margin-block--gap-desktop-moyenne {
  gap: 64px;
}

.c-margin-block--gap-desktop-grande {
  gap: 96px;
}

@media (width <= 1024px) {
  .c-margin-block--gap-tablet-auto {
    gap: inherit;
  }

  .c-margin-block--gap-tablet-aucune {
    gap: 0;
  }

  .c-margin-block--gap-tablet-petite {
    gap: 32px;
  }

  .c-margin-block--gap-tablet-moyenne {
    gap: 64px;
  }

  .c-margin-block--gap-tablet-grande {
    gap: 96px;
  }
}

@media (width <= 768px) {
  .c-margin-block--gap-mobile-auto {
    gap: inherit;
  }

  .c-margin-block--gap-mobile-aucune {
    gap: 0;
  }

  .c-margin-block--gap-mobile-petite {
    gap: 32px;
  }

  .c-margin-block--gap-mobile-moyenne {
    gap: 64px;
  }

  .c-margin-block--gap-mobile-grande {
    gap: 96px;
  }
}

.c-mev {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.c-mev__point {
  width: 100%;
}

.c-mev__point__title {
  cursor: pointer;
  border-width: 1px;
  border-color: var(--couleur);
  text-align: center;
  text-transform: uppercase;
  color: var(--couleur);
  width: 100%;
  padding: 1rem;
  font-family: Ubuntu, sans-serif;
  transition: all .3s ease-in-out;
  display: block;
}

.c-mev__point__title:hover {
  background-color: var(--couleur);
  color: #fff;
}

.c-mev__point__content {
  display: none;
}

.c-mev__popup__overlay {
  z-index: 99998;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: .5;
  position: fixed;
  inset: 0;
}

.c-mev__popup__window {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.c-mev__popup .goutte {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.c-mev__popup__title {
  text-align: center;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Ubuntu, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.c-mev__popup__content {
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.c-mev__popup__inner {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  width: 650px;
  max-width: 100%;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow-y: scroll;
}

.c-mev__popup__close {
  --tw-bg-opacity: 1;
  background-color: rgb(27 41 73 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  cursor: pointer;
  text-align: center;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.menuicon {
  width: 30px;
  height: 16px;
  position: relative;
}

.menuicon > span {
  background-color: #cb72a5;
  border: 0;
  border-radius: 999px;
  width: 100%;
  height: 2px;
  transition: all .3s ease-in-out;
  display: block;
  position: absolute;
  left: 0;
}

.menuicon > span > span {
  background-color: #fff;
  border-radius: 999px;
  width: 100%;
  height: 2px;
  transition: all .3s ease-in-out;
  display: block;
  position: absolute;
  left: 0;
}

.menuicon > span:first-child {
  top: 0;
}

.menuicon > span:first-child > span {
  width: 80%;
}

.menuicon > span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.menuicon > span:nth-child(3) {
  bottom: 0;
}

.menuicon > span:nth-child(3) > span {
  width: 60%;
}

.menuicon__container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
  display: flex;
}

.menuicon__container.is-open {
  background: #fff;
}

.menuicon__container.is-open .menuicon > span > span {
  background: #1b2949 !important;
}

.menuicon__container.is-open .menuicon > span:first-child {
  transform: translateY(7px)rotate(45deg);
}

.menuicon__container.is-open .menuicon > span:first-child > span {
  width: 100%;
}

.menuicon__container.is-open .menuicon > span:nth-child(2) {
  opacity: 0;
}

.menuicon__container.is-open .menuicon > span:nth-child(3) {
  width: 100%;
  transform: translateY(-7px)rotate(-45deg);
}

.menuicon__container.is-open .menuicon > span:nth-child(3) > span {
  width: 50%;
}

.c-hero {
  background: var(--couleur);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-bottom: 3rem;
  padding: 2rem 1rem;
}

.c-hero__content {
  width: 100%;
}

@media (width >= 640px) {
  .c-hero__content {
    max-width: 640px;
  }
}

@media (width >= 768px) {
  .c-hero__content {
    max-width: 768px;
  }
}

@media (width >= 1024px) {
  .c-hero__content {
    max-width: 1024px;
  }
}

@media (width >= 1280px) {
  .c-hero__content {
    max-width: 1280px;
  }
}

@media (width >= 1536px) {
  .c-hero__content {
    max-width: 1536px;
  }
}

.c-hero__content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-hero__left {
  width: 50%;
}

@media (width <= 768px) {
  .c-hero__left {
    width: 100%;
  }
}

.c-hero__right {
  text-align: right;
  width: 50%;
}

@media (width <= 768px) {
  .c-hero__right {
    text-align: left;
    width: 100%;
  }
}

.c-hero__title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin: 0;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
}

.c-hero__subtitle {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.c-hero .cta {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1rem 1.5rem;
  font-family: Ubuntu, sans-serif;
}

.c-hero .cta:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--couleur);
}

.mot-en-fond {
  pointer-events: none;
  z-index: -10;
  max-width: 98vw;
  margin: 0;
  padding: 0;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: -2vw;
  right: 0;
  overflow: hidden;
}

.mot-en-fond__texte {
  text-transform: uppercase;
  width: 200vw;
  font-size: 15vw;
  animation: 30s linear infinite alternate panleftright;
  color: #faf0f6 !important;
}

@keyframes panleftright {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(15vw);
  }
}

.cartes_simples {
  width: 100%;
}

@media (width >= 640px) {
  .cartes_simples {
    max-width: 640px;
  }
}

@media (width >= 768px) {
  .cartes_simples {
    max-width: 768px;
  }
}

@media (width >= 1024px) {
  .cartes_simples {
    max-width: 1024px;
  }
}

@media (width >= 1280px) {
  .cartes_simples {
    max-width: 1280px;
  }
}

@media (width >= 1536px) {
  .cartes_simples {
    max-width: 1536px;
  }
}

.cartes_simples {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: center;
  gap: 1rem;
  margin: 1.5rem auto 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
}

@media (width >= 640px) {
  .cartes_simples {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width >= 1024px) {
  .cartes_simples {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.cartes_simples {
  margin-bottom: 80px;
}

.cartes_simples__carte {
  text-align: center;
  --tw-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #cbd5e199;
  --tw-shadow: var(--tw-shadow-colored);
  vertical-align: middle;
  border-width: 1px;
  border-color: #cbd5e133;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  transition: all .3s;
  display: flex;
}

.cartes_simples__carte:hover {
  --tw-shadow-color: #cbd5e1;
  --tw-shadow: var(--tw-shadow-colored);
}

.cartes_simples__icone {
  object-fit: contain;
  max-height: 50px;
  margin-bottom: 13px;
}

.cartes_simples .cta {
  --tw-bg-opacity: 1;
  background-color: rgb(237 117 162 / var(--tw-bg-opacity));
  color: #fff;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: auto;
  padding: 10px 20px;
  display: inline-block;
}

.flechebas {
  margin-top: 1rem;
}

@keyframes bounce {
  0%, 100% {
    animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    transform: translateY(-25%);
  }

  50% {
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
    transform: none;
  }
}

.flechebas {
  animation: 1s infinite bounce;
}

.scienceone__container {
  width: 1504px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

.hidden-checkbox {
  display: none;
}

.short-description {
  display: inline;
}

.full-description, .hidden-checkbox:checked ~ .short-description {
  display: none;
}

.hidden-checkbox:checked ~ .full-description {
  display: inline;
}

.toggle-label {
  cursor: pointer;
  color: #cb72a5;
  margin-top: 10px;
  text-decoration: underline;
  display: block;
}

.toggle-label:after {
  content: "Read More";
}

.hidden-checkbox:checked + .short-description + .full-description + .toggle-label:after {
  content: "Read Less";
}

.introicc__container {
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 1rem;
}

.introicc__grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
  display: grid;
}

.introicc__left {
  min-height: 600px;
  position: relative;
}

.introicc__right {
  flex-direction: column;
  justify-content: center;
  min-height: 600px;
  display: flex;
}

.introicc__logo {
  z-index: 10;
  max-width: 250px;
  position: relative;
}

.introicc__titre {
  color: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: #1a8dcb;
  padding: 2px 15px;
  font-size: 34px;
  display: inline;
}

.introicc__image {
  aspect-ratio: 1;
  width: 80%;
  position: absolute;
  top: 0;
  left: 50px;
}

.introicc__lien {
  margin-top: 1rem;
  margin-left: 1rem;
}

.introicc__lien a {
  color: #1a8dcb;
  text-transform: uppercase;
  font-family: Calibri, sans-serif;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.introicc__lien a:after {
  content: "";
  border-top: 2px solid #1a8dcb;
  border-right: 2px solid #1a8dcb;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translate(-50%, -50%)rotate(45deg);
}

.introicc__lien a:before {
  content: "";
  background: #1a8dcb;
  width: 35px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
}

.introicc__liens {
  justify-content: flex-end;
  margin-top: -4rem;
  display: flex;
}

.introicc__list {
  flex-wrap: wrap;
  gap: 2rem;
  width: 60%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.introicc__item {
  color: #1e2b5f;
  text-align: center;
  background: #e5e8f3;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  align-items: center;
  gap: 1rem;
  max-width: calc(33.333% - 2rem);
  padding: 2rem 1rem;
  display: flex;
  position: relative;
}

.introicc__img {
  background: #1e2b5f;
  border: 2px solid #fff;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: -21px;
  right: 0;
}

.c-carouselvideos {
  padding: 2rem 0;
}

.c-carouselvideos__header {
  text-align: center;
  margin-bottom: 2rem;
}

.c-carouselvideos__surtitre {
  color: #1b2949;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-family: Ubuntu, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}

@media (width <= 768px) {
  .c-carouselvideos__surtitre {
    font-size: 1.25rem;
  }
}

.c-carouselvideos__titre {
  color: #fff;
  letter-spacing: .02em;
  background: #2b74c7;
  padding: .35rem 1rem;
  font-size: 1.5rem;
  display: inline-block;
}

@media (width <= 768px) {
  .c-carouselvideos__titre {
    padding: .3rem .75rem;
    font-size: 1.125rem;
  }
}

.c-carouselvideos__viewport {
  position: relative;
  overflow: hidden;
}

.c-carouselvideos__viewport:before, .c-carouselvideos__viewport:after {
  content: "";
  z-index: 5;
  pointer-events: none;
  width: 20%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.c-carouselvideos__viewport:before {
  background: linear-gradient(to right, #fffffff2, #fff9, #0000);
  left: 0;
}

.c-carouselvideos__viewport:after {
  background: linear-gradient(to left, #fffffff2, #fff9, #0000);
  right: 0;
}

.c-carouselvideos__track {
  transition: transform .4s;
  display: flex;
}

.c-carouselvideos__slide {
  opacity: .4;
  flex-shrink: 0;
  width: 20%;
  padding: 0 1rem;
  transition: opacity .3s, transform .3s;
  position: relative;
  transform: scale(.94);
}

.c-carouselvideos__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

@media (width <= 1024px) {
  .c-carouselvideos__slide {
    width: 33.3333%;
  }
}

@media (width <= 768px) {
  .c-carouselvideos__slide {
    opacity: 1;
    width: 100%;
    max-width: none;
    transform: scale(1);
  }
}

.c-carouselvideos__video {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  filter: saturate(110%);
  background: #f3f4f6;
  border-radius: .75rem;
  width: 100%;
}

.c-carouselvideos__play {
  cursor: pointer;
  background: #ffffffe6;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 20px #1c597759;
}

.c-carouselvideos__play svg {
  color: #1b2949;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .125rem;
}

@media (width <= 768px) {
  .c-carouselvideos__play svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.c-carouselvideos__play:hover {
  background: #fff;
  transform: translate(-50%, -50%)scale(1.08);
  box-shadow: 0 12px 24px #1c597766;
}

@media (width <= 768px) {
  .c-carouselvideos__play {
    width: 2.75rem;
    height: 2.75rem;
  }
}

.c-carouselvideos__title {
  color: #fff;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: linear-gradient(#162949a6, #16294959);
  border-radius: .375rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 600;
  position: absolute;
  bottom: .75rem;
  left: .75rem;
  right: .75rem;
}

.c-carouselvideos__nav {
  z-index: 10;
  cursor: pointer;
  background: #ffffffe6;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 10px 15px -3px #0000001a;
}

.c-carouselvideos__nav:hover {
  background: #fff;
  transform: translateY(-50%)scale(1.1);
}

.c-carouselvideos__nav:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.c-carouselvideos__nav span {
  color: #374151;
  font-size: 1.25rem;
  font-weight: 700;
}

.c-carouselvideos__nav--prev {
  left: -1.5rem;
}

@media (width <= 768px) {
  .c-carouselvideos__nav--prev {
    left: -1rem;
  }
}

.c-carouselvideos__nav--next {
  right: -1.5rem;
}

@media (width <= 768px) {
  .c-carouselvideos__nav--next {
    right: -1rem;
  }

  .c-carouselvideos__nav {
    width: 2.5rem;
    height: 2.5rem;
  }

  .c-carouselvideos__nav span {
    font-size: 1.125rem;
  }
}

.texteicc {
  text-align: center;
  padding: 3rem 0;
}

.texteicc__container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1rem;
}

.texteicc__header {
  margin-bottom: 1.25rem;
}

.texteicc__surtitre {
  color: #1a8dcb;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-family: Ubuntu, sans-serif;
  font-size: 35px;
  font-weight: 300;
}

.texteicc__titre {
  color: #fff;
  background: #1b2949;
  padding: .35rem 1rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
}

.texteicc__texte {
  text-align: left;
  margin: 1rem auto 0;
}

.texteicc__texte, .texteicc__texte p {
  color: #1e2b5f;
  font-size: 1rem;
  line-height: 1.7;
}

.texteicc__texte p {
  margin: 0 0 .75rem;
}

.texteicc__texte ul, .texteicc__texte ol {
  margin: .75rem 0 .75rem 1.25rem;
}

.shadow-container {
  border: 2px solid #eee;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 1580px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  box-shadow: 0 0 15px 3px #eee;
}

.shadow-container__image {
  object-fit: cover;
  object-position: top;
  z-index: 10;
  width: 250px;
  height: auto;
  margin: 0 auto;
  position: relative;
  transform: translateY(-50%);
}

.shadow-container__outer {
  margin-top: 100px;
}

.smallcard {
  text-align: center;
  background: #fff;
  border: 1px solid #e8edf6;
  border-radius: 16px;
  max-width: 520px;
  margin: 4rem auto 3rem;
  padding: 3.75rem 2rem 2rem;
  position: relative;
  box-shadow: 0 10px 24px #1b294914, 0 2px 8px #1b29490f;
}

.smallcard:before, .smallcard:after {
  content: "";
  background: #e8edf6;
  border-radius: 2px;
  width: calc(50% - 90px);
  height: 3px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.smallcard:before {
  left: 16px;
}

.smallcard:after {
  right: 16px;
}

.smallcard__image-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.smallcard__image {
  width: 110px;
  height: auto;
  display: block;
}

.smallcard__image--decalee {
  position: relative;
  top: -10px;
}

.smallcard__content {
  z-index: 1;
  position: relative;
}

.smallcard__titre {
  color: #1b2949;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin: 0 0 .5rem;
  font-size: 1rem;
  font-weight: 700;
}

.smallcard__texte {
  color: #1e2b5f;
  font-size: .95rem;
  line-height: 1.6;
}

.smallcard__texte p {
  margin: 0 0 .75rem;
}

.smallcard__lien {
  color: #1a8dcb;
  text-transform: uppercase;
  align-items: center;
  gap: .5rem;
  margin-top: .75rem;
  font-weight: 700;
  display: inline-flex;
}

.smallcard__lien:hover {
  color: #1690d4;
}

.smallcard__lien:after {
  content: "";
  background: currentColor;
  width: 34px;
  height: 2px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
}

.smallcard__lien:before {
  content: "";
  border-top: 2px solid;
  border-right: 2px solid;
  width: 8px;
  height: 8px;
  position: relative;
  transform: translateX(32px)rotate(45deg);
}

.file\:border-0::file-selector-button {
  border-width: 0;
}

.file\:bg-transparent::file-selector-button {
  background-color: #0000;
}

.file\:text-sm::file-selector-button {
  font-size: .875rem;
  line-height: 1.25rem;
}

.file\:font-medium::file-selector-button {
  font-weight: 500;
}

.placeholder\:text-muted-foreground::placeholder {
  color: hsl(var(--muted-foreground));
}

.last\:border-r-0:last-child {
  border-right-width: 0;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-\[\#EEEEEE\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.hover\:bg-accent:hover {
  background-color: hsl(var(--accent));
}

.hover\:bg-couleur-5:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(43 64 112 / var(--tw-bg-opacity));
}

.hover\:bg-destructive\/90:hover {
  background-color: hsl(var(--destructive) / .9);
}

.hover\:bg-primary\/90:hover {
  background-color: hsl(var(--primary) / .9);
}

.hover\:bg-secondary\/80:hover {
  background-color: hsl(var(--secondary) / .8);
}

.hover\:bg-transparent:hover {
  background-color: #0000;
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-\[\#eeeeee\]:hover {
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity));
}

.hover\:text-accent-foreground:hover {
  color: hsl(var(--accent-foreground));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-couleur-1:hover {
  --tw-text-opacity: 1;
  color: rgb(27 41 73 / var(--tw-text-opacity));
}

.hover\:text-text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(39 65 114 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:grayscale-0:hover {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus\:outline-none:focus {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:border-indigo-500:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.focus-visible\:outline-none:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.focus-visible\:ring-1:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring));
}

.focus-visible\:ring-white\/75:focus-visible {
  --tw-ring-color: #ffffffbf;
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-orange-300:focus-visible {
  --tw-ring-offset-color: #fdba74;
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: .5;
}

.data-\[state\=checked\]\:bg-primary[data-state="checked"] {
  background-color: hsl(var(--primary));
}

.data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
  color: hsl(var(--primary-foreground));
}

@media (width >= 640px) {
  .sm\:h-\[30px\] {
    height: 30px;
  }

  .sm\:h-\[40px\] {
    height: 40px;
  }

  .sm\:h-\[50px\] {
    height: 50px;
  }

  .sm\:max-w-\[100px\] {
    max-width: 100px;
  }

  .sm\:gap-2 {
    gap: .5rem;
  }

  .sm\:p-2 {
    padding: .5rem;
  }

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

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

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

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

  .sm\:text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
  }
}

@media (width >= 768px) {
  .md\:sticky {
    position: sticky;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:min-w-\[400px\] {
    min-width: 400px;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

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

@media (width >= 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-\[150px\] {
    top: 150px;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:my-\[50px\] {
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[200px\] {
    width: 200px;
  }

  .lg\:max-w-\[15vw\] {
    max-width: 15vw;
  }

  .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\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

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

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

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (width >= 1280px) {
  .xl\:h-\[200px\] {
    height: 200px;
  }

  .xl\:h-\[90px\] {
    height: 90px;
  }

  .xl\:w-\[100px\] {
    width: 100px;
  }
}

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