img {
  height: auto;
}

h1 {
  font-size: 22px !important;
  font-weight: 600 !important;
}

h2 {
  font-size: 20px !important;
  font-weight: 500 !important;
}

h3 {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  margin-bottom: 8px !important;
}

h4 {
  font-size: 16px !important;
  font-weight: 500 !important;
}

h5 {
  font-size: 14px !important;
  font-weight: 500 !important;
}

h6 {
  font-size: 12px !important;
  font-weight: 500 !important;
}

.fw-500{
  font-weight: 500 !important;
}

.fw-600{
  font-weight: 600 !important;
}

p {
  font-size: 14px !important;
  font-weight: 400;
}

.pointer {
  cursor: pointer;
}

.miroir{
  transform: scaleX(-1);
}