.path-adhesion-gevezoue #block-theme-gevezoue-mainpagecontent {
  display: flex;
  flex-wrap: wrap;
  width: 190mm;
  margin: auto;
}

.carte-adhesion {
  box-sizing: border-box;
  width: 88mm;
  height: 60mm;
  border: 0.5mm solid var(--color-dark);
  padding: 5mm;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 1.5mm;
}
.carte-adhesion:nth-of-type(8n) {
  page-break-after: always;
}

.carte-adhesion_header {
  display: flex;
  justify-content: space-between;
}

.carte-adhesion_logo img {
  height: 26.1mm;
}

.carte-adhesion_adherent {
  text-align: center;
}
.carte-adhesion_adherent > p {
  margin: 0;
  line-height: 1.3;
}

.carte-adhesion_adherent_identite {
  font-size: 7mm;
  font-weight: bold;
}

.carte-adhesion_adherent_title {
  font-size: 5mm;
  margin: 1mm;
}

.carte-adhesion_saison {
  font-size: 7mm;
  text-align: center;
  font-weight: bold;
}