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

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

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

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

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

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

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

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: 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-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, ::-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;
}

textarea {
  resize: vertical;
}

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

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

:root {
  --color-red: #f50;
  --color-orange: #fc8d22;
  --color-green: #3b6348;
  --color-skyblue: #d3d7fa;
  --color-purple: #6c77d0;
  --color-black: #111;
  --color-lightpink: #ffcdc6;
  --color-pink: #ff6951;
}

*, :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-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: #2196f380;
  --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 (min-width: 540px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 720px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1140px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-top-5 {
  top: -1.25rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

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

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

.top-0 {
  top: 0;
}

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

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

.\!z-\[0\] {
  z-index: 0 !important;
}

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

.order-1 {
  order: 1;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

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

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

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

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: .75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

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

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

.w-full {
  width: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

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

.rounded-lg {
  border-radius: .5rem;
}

.bg-\[var\(--color-black\)\] {
  background-color: var(--color-black);
}

.bg-\[var\(--color-green\)\] {
  background-color: var(--color-green);
}

.bg-\[var\(--color-red\)\] {
  background-color: var(--color-red);
}

.bg-\[var\(--color-skyblue\)\] {
  background-color: var(--color-skyblue);
}

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

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

.p-10 {
  padding: 2.5rem;
}

.p-20 {
  padding: 5rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

.py-1\.5 {
  padding-top: .375rem;
  padding-bottom: .375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[var\(--color-black\)\] {
  color: var(--color-black);
}

.text-\[var\(--color-lightpink\)\] {
  color: var(--color-lightpink);
}

.text-\[var\(--color-pink\)\] {
  color: var(--color-pink);
}

.text-\[var\(--color-purple\)\] {
  color: var(--color-purple);
}

.text-\[var\(--color-red\)\] {
  color: var(--color-red);
}

.text-\[var\(--color-skyblue\)\] {
  color: var(--color-skyblue);
}

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

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

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

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

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

.duration-200 {
  transition-duration: .2s;
}

@font-face {
  font-family: PP-Fragment;
  src: url("../fonts/PPFragment-SerifBlack.woff") format("woff"), url("../fonts/PPFragment-SerifBlack.woff2") format("woff2");
}

@font-face {
  font-family: PPPangram-Light;
  src: url("../fonts/PPPangramSans-Light.woff") format("woff") url("../fonts/PPPangramSans-Light.woff2") format("woff2");
}

@font-face {
  font-family: PPPangram-Regular;
  src: url("../fonts/PPPangramSans-Regular.woff") format("woff"), url("../fonts/PPPangramSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: PPPangram-Medium;
  src: url("../fonts/PPPangramSans-Medium.woff") format("woff"), url("../fonts/PPPangramSans-Medium.woff2") format("woff2");
}

@font-face {
  font-family: PPPangram-Semibold;
  src: url("../fonts/PPPangramSans-Semibold.woff") format("woff"), url("../fonts/PPPangramSans-Semibold.woff2") format("woff2");
}

@font-face {
  font-family: PPPangram-Bold;
  src: url("../fonts/PPPangramSans-Bold.woff") format("woff"), url("../fonts/PPPangramSans-Bold.woff2") format("woff2");
}

@font-face {
  font-family: PPPangram-Extrabold;
  src: url("../fonts/PPPangramSans-Extrabold.woff") format("woff"), url("../fonts/PPPangramSans-Extrabold.woff2") format("woff2");
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  font-size: 1rem;
  line-height: 1.25;
}

a {
  color: inherit;
}

img, video {
  max-inline-size: 100%;
  block-size: auto;
  vertical-align: middle;
}

p {
  font-family: PPPangram-Regular;
  text-decoration: none;
}

header {
  z-index: 999;
  position: relative;
}

header h2 {
  font-family: PPPangram-ExtraBold;
}

header li a {
  font-family: PPPangram-Medium;
}

button a {
  font-family: PPPangram-Semibold;
}

h1, .headline h2 {
  font-family: PP-Fragment;
}

.separator {
  height: 1px !important;
  width: 100% !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  border-width: 0 !important;
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

header .urgence {
  background-color: var(--color-red);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 9999px;
  padding: .5rem 1rem;
}

header .urgence:hover {
  background-color: var(--color-pink);
}

header .urgence a {
  font-family: PPPangram-Bold;
}

.banner-text {
  z-index: 1;
  padding: 50px;
  position: absolute;
}

.banner-text h1 {
  font-family: PP-Fragment;
  font-size: 80px;
}

.banner-img {
  z-index: 0;
  margin-bottom: -395px;
  position: relative;
  top: -150px;
}

.headline img {
  z-index: -1;
  height: 250px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
}

@media (min-width: 720px) {
  .headline img {
    height: 400px;
  }
}

footer section h2 {
  color: #fff;
  font-family: PP-Fragment;
  font-size: 24px;
}

input {
  font-family: PPPangram-Medium;
}

footer button {
  font-family: PPPangram-Bold;
}

footer a {
  font-family: PPPangram-Medium;
}

footer .reseaux a {
  color: var(--color-purple);
  font-size: 20px;
}

footer .reseaux a:hover {
  color: var(--color-pink);
}

.footer-nav li a:hover {
  color: var(--color-pink);
  text-decoration: underline;
}

.content-small h2 a {
  color: var(--color-purple);
  text-transform: none;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: PPPangram-Semibold;
  font-size: 17px;
  display: inline-block;
}

@media (min-width: 960px) {
  .content-small h2 a {
    font-size: 18px;
  }
}

.content-small p {
  font-size: 14px;
}

.content-small summary {
  color: var(--color-purple);
  text-transform: none;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: PPPangram-Semibold;
  font-size: 17px;
  display: inline-block;
}

@media (min-width: 960px) {
  .content-small summary {
    font-size: 18px;
  }
}

.accordeon-description-highlight {
  font-family: PPPangram-Semibold;
}

.accordeon-faq details {
  outline-offset: 2px;
  outline: 2px solid #0000;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.accordeon-faq summary {
  cursor: pointer;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: block;
}

.content-medium h2 {
  color: var(--color-black);
  text-transform: uppercase;
  padding: 5px 0;
  font-family: PPPangram-Semibold;
  font-size: 22px;
}

@media (min-width: 720px) {
  .content-medium h2 {
    font-size: 24px;
  }
}

@media (min-width: 960px) {
  .content-medium h2 {
    font-size: 26px;
  }
}

.content-medium h3 {
  color: var(--color-purple);
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: PPPangram-Semibold;
  font-size: 16px;
}

.content-medium h4, .categorie {
  color: var(--color-pink);
  font-family: PPPangram-Semibold;
  font-size: 14px;
}

.content-medium p {
  padding-bottom: 1.25rem;
}

.content-big h2 {
  color: var(--color-purple);
  padding: 5px 0;
  font-family: PPPangram-Semibold;
  font-size: 25px;
}

@media (min-width: 720px) {
  .content-big h2 {
    font-size: 28px;
  }
}

@media (min-width: 960px) {
  .content-big h2 {
    font-size: 35px;
  }
}

.content-big p {
  padding-bottom: 1.25rem;
  font-size: 24px;
}

@media (min-width: 960px) {
  .content-big p {
    font-size: 28px;
  }
}

.main-content {
  grid-template-columns: 1fr;
  display: grid;
}

.sidenav, .sidenote {
  margin-bottom: 50px;
}

.sidenote h2, .sidenav h2 {
  color: var(--color-purple);
  padding-bottom: 10px;
  font-family: PPPangram-Bold;
}

.main-content {
  order: 0;
  grid-template-columns: 1fr;
  display: grid;
}

@media only screen and (min-width: 768px) {
  .main-content {
    order: 1;
    grid-template-columns: 1fr 1fr;
    justify-content: start;
    align-items: start;
    column-gap: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .main-content {
    order: 1;
    grid-template-columns: 1fr 1fr;
    justify-content: start;
    align-items: start;
    column-gap: 60px;
  }
}

.content {
  order: 0;
  display: grid;
}

.aside {
  order: 1;
  display: grid;
}

@media only screen and (min-width: 768px) {
  .aside {
    order: 0;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .aside {
    order: 0;
    padding-right: 40px;
  }
}

aside li {
  padding-bottom: 5px;
}

.single-menu nav {
  text-decoration: underline;
  padding-bottom: 1.25rem !important;
  font-family: PPPangram-Bold !important;
  font-size: 12px !important;
}

@media (min-width: 960px) {
  .single-menu nav {
    font-size: 14px !important;
  }
}

.single-menu nav ul {
  flex-flow: wrap !important;
  gap: 1.25rem !important;
  display: flex !important;
}

.single-menu {
  cursor: pointer !important;
}

.single-menu:hover {
  color: var(--color-orange) !important;
}

.sidenote a, .lien a, .sidenav a {
  font-family: PPPangram-Medium;
  text-decoration: underline;
}

.pagination li a {
  font-family: PPPangram-Medium;
  text-decoration-line: none;
}

details {
  display: flex;
}

summary {
  color: var(--color-purple);
  text-transform: none;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: PPPangram-Semibold;
  font-size: 17px;
  display: inline-block;
}

@media (min-width: 960px) {
  summary {
    font-size: 18px;
  }
}

summary {
  list-style: none;
}

details[open] SUMMARY ~ * {
  animation: sweepin .5s ease-in-out;
}

details.close SUMMARY ~ * {
  animation: sweepout .5s ease-in-out;
}

@keyframes sweepin {
  0% {
    opacity: 0;
    margin-top: -10px;
  }

  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes sweepout {
  0% {
    opacity: 1;
    margin-top: 0;
  }

  100% {
    opacity: 0;
    margin-top: -10px;
  }
}

section h3 {
  font-family: PP-Fragment;
  font-size: 24px;
}

@media (min-width: 960px) {
  section h3 {
    font-size: 28px;
  }
}

.stats h4 {
  font-family: PPPangram-Bold;
}

section h2 {
  font-family: PP-Fragment;
  font-size: 48px;
}

@media (min-width: 720px) {
  section h2 {
    font-size: 100px;
  }
}

@media (min-width: 960px) {
  section h2 {
    font-size: 128px;
  }
}

section h2 {
  text-align: center;
}

.news-card h3 {
  font-family: PPPangram-Semibold;
  font-size: 24px;
}

.news-card-bottom p {
  text-align: right;
  color: var(--color-purple);
  font-family: PPPangram-Bold;
  font-size: 12px;
  text-decoration: underline;
  display: block;
}

.news-card p span {
  line-clamp: 3;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  text-align: left;
  color: var(--color-black);
  -webkit-box-orient: vertical;
  font-family: PPPangram-Regular;
  font-size: 16px;
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.scroll-cta {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.swiper-stats .swiper-slide {
  width: 100%;
  height: 100px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  margin-right: 30px;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 762px) {
  .swiper-stats .swiper-slide {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .swiper-stats .swiper-slide {
    width: 33.3333%;
  }
}

.swiper-stats .flickity-viewport {
  align-items: center;
  padding-top: 20px;
  display: flex;
  height: 350px !important;
}

.swiper-stats .swiper-wrapper {
  margin-bottom: 100px;
}

.swiper-stats .flickity-page-dots {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.swiper-stats .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  opacity: 1;
  border: 1px solid var(--color-lightpink);
  background: none;
}

.swiper-stats .flickity-page-dots .dot.is-selected {
  background: var(--color-green);
  width: 12px;
  height: 12px;
  border: none;
}

.news {
  padding-top: 100px;
  padding-bottom: 100px;
}

.news-card {
  width: 90%;
  min-height: 300px;
  justify-content: space-between;
}

.swiper-news .swiper-slide {
  width: 100%;
  text-align: center;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .swiper-news .swiper-slide {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .swiper-news .swiper-slide {
    width: 33.3333%;
  }
}

.swiper-news .flickity-button {
  background: var(--color-green);
}

.swiper-news .flickity-button:hover {
  background: var(--color-pink);
}

.swiper-news .flickity-prev-next-button {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.swiper-news .flickity-button-icon {
  fill: #fff;
}

.swiper-news .flickity-prev-next-button.previous {
  text-align: right;
  position: relative;
  top: 0;
  right: 0;
}

.swiper-news .flickity-prev-next-button.next {
  text-align: right;
  position: relative;
  top: 0;
  left: 20px;
}

.swiper-temoignage .swiper-slide {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.swiper-temoignage .flickity-page-dots {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.swiper-temoignage .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  opacity: 1;
  border: 1px solid var(--color-skyblue);
  background: none;
}

.swiper-temoignage .flickity-page-dots .dot.is-selected {
  background: var(--color-lightpink);
  width: 12px;
  height: 12px;
  border: none;
}

.pagination-stats .swiper-pagination-bullet {
  height: 4px !important;
  width: 4px !important;
  background-color: var(--color-lightpink) !important;
  opacity: 1 !important;
}

.pagination-stats .swiper-pagination-bullet-active {
  border: 1px solid var(--color-green) !important;
  opacity: 1 !important;
  height: 8px !important;
  width: 8px !important;
  background: none !important;
}

.temoignage {
  background-color: var(--color-purple);
  background-image: url("../img/bg-temoignage-black.png");
  background-size: cover;
}

.temoignage .swiper-slide a {
  color: var(--color-skyblue);
  font-family: PPPangram-Semibold;
  text-decoration: underline;
}

.temoignage h4 {
  font-family: PPPangram-Semibold;
}

.temoignage a {
  color: var(--color-lightpink);
  font-family: PPPangram-Semibold;
}

.pagination-temoignage .swiper-pagination-bullet {
  height: 8px !important;
  width: 8px !important;
  background-color: var(--color-skyblue) !important;
  opacity: 1 !important;
}

.pagination-temoignage .swiper-pagination-bullet-active {
  border: 1px solid var(--color-skyblue) !important;
  opacity: 1 !important;
  height: 8px !important;
  width: 8px !important;
  background: none !important;
}

.about {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-content {
  padding: 20px;
}

.illustration {
  height: 100%;
  align-items: center;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .illustration img {
    transform: scale(1.5);
  }

  .about-content {
    grid-template-columns: 4fr 1fr;
    padding: 30px 100px 30px 0;
  }
}

@media only screen and (min-width: 992px) {
  .about-content {
    padding: 30px 100px 30px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .about-content {
    padding: 30px 150px 30px 50px;
  }
}

@media only screen and (min-width: 1400px) {
  .about-content {
    padding: 30px 250px 30px 150px;
  }
}

.paragraph-container {
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .paragraph-container {
    padding: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .paragraph-container {
    padding: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .paragraph-container {
    padding-right: 120px;
  }
}

.about h3 {
  padding-bottom: 1.25rem;
  font-family: PPPangram-Bold;
  font-size: 18px;
}

@media (min-width: 720px) {
  .about h3 {
    font-size: 22px;
  }
}

@media (min-width: 960px) {
  .about h3 {
    font-size: 28px;
  }
}

.about p {
  font-size: 18px;
}

@media (min-width: 720px) {
  .about p {
    font-size: 22px;
  }
}

@media (min-width: 960px) {
  .about p {
    font-size: 28px;
  }
}

.about-cta {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding-top: 30px;
  display: flex;
}

@media only screen and (min-width: 762px) {
  .about-cta {
    flex-direction: row;
    justify-content: center;
    gap: 150px;
    display: flex;
  }

  .about-cta p, .about-cta a {
    font-size: 25px;
  }
}

.about-cta p {
  font-family: PPPangram-SemiBold;
  font-size: 20px;
}

.about-cta a {
  color: var(--color-red);
  font-family: PPPangram-Bold;
  font-size: 20px;
}

.about-cta a:hover {
  color: var(--color-orange);
  font-family: PPPangram-Bold;
  font-size: 20px;
}

.about-cta img {
  width: 50px;
  padding-top: 5px;
}

.about-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.infofaq-aside h2 {
  text-align: left;
  font-size: 24px;
}

.infofaq-card h3 {
  color: var(--color-purple);
  font-family: PPPangram-SemiBold;
  font-size: 18px;
}

.infofaq-aside a {
  color: var(--color-red);
  font-family: PPPangram-Bold;
  text-decoration: underline;
}

.infofaq img {
  width: 22px;
  padding-left: 10px;
  display: inline;
}

@media only screen and (min-width: 768px) {
  .infofaq-aside {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .infofaq-aside {
    width: 70%;
    margin-top: 80px;
    padding-left: 120px;
  }
}

.infofaq {
  margin-top: -200px;
  position: relative;
}

.illustration-infofaq {
  z-index: 20;
  position: relative;
  top: 0;
}

.illustration-infofaq img {
  width: 30%;
}

.infofaq-card-headline {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

@media (min-width: 720px) {
  .news-intro p {
    padding-bottom: 3rem;
  }
}

.hover\:bg-\[var\(--color-lightpink\)\]:hover {
  background-color: var(--color-lightpink);
}

.hover\:bg-\[var\(--color-pink\)\]:hover {
  background-color: var(--color-pink);
}

.hover\:bg-\[var\(--color-purple\)\]:hover {
  background-color: var(--color-purple);
}

.hover\:text-\[var\(--color-black\)\]:hover {
  color: var(--color-black);
}

.hover\:text-\[var\(--color-orange\)\]:hover {
  color: var(--color-orange);
}

.hover\:text-\[var\(--color-purple\)\]:hover {
  color: var(--color-purple);
}

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

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

@media (min-width: 720px) {
  .md\:left-\[20px\] {
    left: 20px;
  }

  .md\:top-\[-60px\] {
    top: -60px;
  }

  .md\:order-1 {
    order: 1;
  }

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

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

  .md\:flex {
    display: flex;
  }

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

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

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

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

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

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

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

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

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

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

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

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

@media (min-width: 960px) {
  .lg\:left-\[132px\] {
    left: 132px;
  }

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

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

  .lg\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

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

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

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

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

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

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

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