/* ------------------ Global styles ------------------ */

/* START SVG */
.template_3 .logo {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 80px;
  height: auto;
}
.template_3 .logo img {
  width: 90px;
  height: auto;
  display: block;
}

.template_3 .tagLoXRu svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: auto;
}
.template_3 .backgroundSVG svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.template_3 .afterName svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;

  display: none;
}
/* END SVG */

.template_3.badge {
  /* width: 421px; */
  /* height: 596px; */
  width: 260px;
  height: 380px;
  font-family: 'Telegraf', sans-serif;
  position: relative;
  background-color: #f8f3ed;
  color: black;
  page-break-inside: avoid;
}
.template_3 .custom_infos {
  position: absolute;
  left: 15px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  max-width: 230px;
}
.template_3 .custom_name {
  /* font-size: 1.24rem; */
  font-size: 1.07rem;
  font-weight: 800;
  background-color: black;
  color: white;
  padding: 10px 12px 8px 12px;
  position: relative;
  width: fit-content;
  max-width: 230px;
}
.template_3 .c_name_svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  transform: translate(90%, -85%);
}
.template_3 .custom_society {
  /* font-size: 1.17rem; */
  font-size: 1rem;
  font-weight: 800;
  padding-top: 8px;
  line-height: 1.4rem;
  text-transform: uppercase;
  max-width: 230px;
}
.template_3 .custom_activity {
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 2px;
  line-height: 1.1rem;
  max-width: 230px;
}
.template_3 .custom_role svg {
  z-index: 9;
  position: absolute;
  top: 20px;
  right: 20px;
  width: auto;
  height: 140px;
}

/* custm color */

.template_3[data-style='custom'] .bandeau {
  position: absolute;
  width: 100%;
  height: 20px;
}

.template_3[data-style='custom'] .logo,
.template_3[data-style='custom'] .custom_role svg {
  top: 40px;
}
