.fr-m-0 {
  margin: 0 !important;
}

.fr-mt-0,
.fr-my-0 {
  margin-top: 0 !important;
}

.fr-mb-0,
.fr-my-0 {
  margin-bottom: 0 !important;
}

.fr-m-1 {
  margin: 0.25rem !important;
}

.fr-mt-1,
.fr-my-1 {
  margin-top: 0.25rem !important;
}

.fr-mb-1,
.fr-my-1 {
  margin-bottom: 0.25rem !important;
}

.fr-m-2 {
  margin: 0.5rem !important;
}

.fr-mt-2,
.fr-my-2 {
  margin-top: 0.5rem !important;
}

.fr-mb-2,
.fr-my-2 {
  margin-bottom: 0.5rem !important;
}

.fr-m-3 {
  margin: 1rem !important;
}

.fr-mt-3,
.fr-my-3 {
  margin-top: 1rem !important;
}

.fr-mb-3,
.fr-my-3 {
  margin-bottom: 1rem !important;
}

.fr-m-4 {
  margin: 1.5rem !important;
}

.fr-mt-4,
.fr-my-4 {
  margin-top: 1.5rem !important;
}

.fr-mb-4,
.fr-my-4 {
  margin-bottom: 1.5rem !important;
}

.fr-m-5 {
  margin: 3rem !important;
}

.fr-mt-5,
.fr-my-5 {
  margin-top: 3rem !important;
}

.fr-mb-5,
.fr-my-5 {
  margin-bottom: 3rem !important;
}

.fr-m-auto {
  margin: auto !important;
}

.fr-mt-auto,
.fr-my-auto {
  margin-top: auto !important;
}

.fr-mb-auto,
.fr-my-auto {
  margin-bottom: auto !important;
}
