/* Pastilles des trois niveaux de prestation. */
.niveau-title {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  vertical-align: middle;
  transform: translateX(-12px);
}

.niveau-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 8px;
  background: #3e6254;
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

body .niveau-title .niveau-badge {
  color: #ffffff !important;
}

@media (min-width: 768px) {
  body .fe-block-yui_3_17_2_1_1756373890319_8722,
  body .fe-block-23044d9e13995cf43aee,
  body .fe-block-3e63f9c113805ba68684,
  body .fe-block-f5036dcdfbb8c360736c,
  body .fe-block-780c16fa382a14f2e0d0,
  body .fe-block-828c9221997d3c57cc36,
  body .fe-block-06d66d248abc906ba7a4,
  body .fe-block-1cfc3fbdb344cf841193 {
    transform: translateX(-50px) !important;
  }

  body .fe-block-yui_3_17_2_1_1756373890319_8722 .niveau-title,
  body .fe-block-23044d9e13995cf43aee .niveau-title,
  body .fe-block-3e63f9c113805ba68684 .niveau-title,
  body .fe-block-f5036dcdfbb8c360736c .niveau-title,
  body .fe-block-780c16fa382a14f2e0d0 .niveau-title,
  body .fe-block-828c9221997d3c57cc36 .niveau-title,
  body .fe-block-06d66d248abc906ba7a4 .niveau-title,
  body .fe-block-1cfc3fbdb344cf841193 .niveau-title {
    transform: none !important;
  }
}

@media (max-width: 767px) {
  .niveau-title {
    gap: 8px;
    transform: translateX(-8px);
  }

  .niveau-badge {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    border-radius: 8px;
    font-size: 15px;
  }
}
