.container {
  max-width: 900px;
  margin: auto; }

#i5kd a {
  text-decoration: none;
  color: white; }

#i5kd a:hover {
  text-decoration: none;
  color: white;
  font-weight: bold !important; }

#iw6q a {
  text-decoration: none;
  color: black; }

#idzs a {
  text-decoration: none;
  color: black; }

.footer a {
  color: white !important;
  text-decoration: none; }

li {
  list-style-image: url("https://static.juste-milieu.fr/external/JUM/LBQ/campagne/check-square-fill.svg"); }

::marker {
  height: 28px !important; }

.h1 {
  font-family: 'Palanquin', sans-serif;
  font-weight: bold;
  font-size: 5rem; }

.h2 {
  font-family: 'Palanquin', sans-serif;
  font-weight: bold;
  font-size: 1.9rem; }

body {
  font-family: 'Palanquin', sans-serif;
  font-size: 1.1rem; }

/* CUSTOM BTN */
.btn {
  font-weight: bold; }

/* GPT  SLIDER */
.slider-container {
  overflow: hidden; }

.slider {
  display: flex;
  animation: slide 12s linear infinite; }

@keyframes slide {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

.slider img {
  max-width: 30% !important;
  margin-right: 20px; }

@media only screen and (max-width: 600px) {
  .h1 {
    font-family: 'Palanquin', sans-serif;
    font-weight: bold;
    font-size: 3rem; } }
