body, .article {
  font-family: "poppins"!important;
  font-size: clamp(16px, 0.85vw, 20px) !important; 
  line-height: 1.7 !important;
  margin: 0 0 !important;
}
h1, .h1 {
  font-size: clamp(25px, 4.5vw, 75px) !important;
  line-height: 1.2em !important;
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}
h2, .h2 {
  font-size: clamp(28px, 2.5vw, 45px) !important;
  line-height: 1.2em !important;
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}
h3, .h3 {
  font-size: clamp(25px, 1.4vw, 35px) !important;
  line-height: 1.4 !important;
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}
h4, .h4 {
  font-size: 1em !important;
  line-height: 1.375em !important;
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}
h5, .h5 {
  font-size: clamp(25px, 1.4vw, 35px) !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}
ul ul, ol ol, ul ol, ol ul {
  font-family: "poppins"!important;
  font-size: clamp(16px, 0.85vw, 20px) !important; 
  line-height: 1.7 !important;
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}
/* Let's make sure all's aligned */
hr, .hr {
  border: 1px solid !important;
  margin: -1px 0 !important;
}
sub, sup {
  line-height: 0 !important;
  position: relative !important;
  vertical-align: baseline !important;
}
sup {
  top: -0.5em !important;
}
sub {
  bottom: -0.25em !important;
}



/* ------------------------------------------------------------- */


/* Tablette */
@media only screen and (min-width: 691px) and (max-width: 999px) {
  body, .article {
    font-family: "poppins"!important;
    font-size: clamp(16px, 1rem, 20px) !important;
    line-height: 1.7 !important;
    margin: 0 0 !important;
  }
  h1, .h1 {
    font-size: clamp(25px, 6.5vw, 75px) !important;
    line-height: 1.2em !important;
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  h2, .h2 {
    font-size: clamp(28px, 4.5vw, 45px) !important;
    line-height: 1.3em !important;
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  h3, .h3 {
    font-size: clamp(25px, 3.75vw, 35px) !important;
    line-height: 1.4 !important;
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  h4, .h4 {
    font-size: clamp(20px, 1em, 30px) !important;
    line-height: 1.375em !important;
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  h5, .h5 {
    font-size: clamp(20px, 1em, 30px) !important;
    line-height: 1.375em !important;
    font-weight: 500 !important;
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  ul ul, ol ol, ul ol, ol ul {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
    font-family: "poppins"!important;
    font-size: clamp(16px, 1rem, 20px) !important;
    line-height: 1.7 !important;
  }

  /* Let's make sure all's aligned */
  hr, .hr {
    border: 1px solid !important;
    margin: -1px 0 !important;
  }
  sub, sup {
    line-height: 0 !important;
    position: relative !important;
    vertical-align: baseline !important;
  }
  sup {
    top: -0.5em !important;
  }
  sub {
    bottom: -0.25em !important;
  }
}


/* ------------------------------------------------------------- */


/* Mobile */
@media only screen and (max-width: 690px) {
  body, .article {
    font-family: "poppins"!important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 0 !important;
  }
  h1, .h1 {
    font-size: clamp(25px, 9vw, 75px) !important;
    line-height: 1.2em !important;
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  h2, .h2 {
    font-size: clamp(28px, 1vw, 45px) !important;
    line-height: 1.3em !important;
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  h3, .h3 {
    font-size: clamp(25px, 1vw, 35px) !important;
    line-height: 1.4 !important;
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  h4, .h4 {
    font-size: clamp(20px, 1em, 30px) !important;
    line-height: 1.375em !important;
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  h5, .h5 {
    font-size: clamp(20px, 1em, 30px) !important;
    line-height: 1.375em !important;
    font-weight: 500 !important;
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  ul ul, ol ol, ul ol, ol ul {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
    font-family: "poppins"!important;
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  /* Let's make sure all's aligned */
  hr, .hr {
    border: 1px solid !important;
    margin: -1px 0 !important;
  }
  sub, sup {
    line-height: 0 !important;
    position: relative !important;
    vertical-align: baseline !important;
  }
  sup {
    top: -0.5em !important;
  }
  sub {
    bottom: -0.25em !important;
  }
}