@charset "UTF-8";
/* Couleurs */
/* Espacement */
/* Base CSS réutilisée par les avis et les autres frames avec icônes*/
.pointsVente-element {
  padding-top: 2.0625rem;
  padding-bottom: 2.0625rem;
  border-bottom: 1px solid var(--qc-color-grey-light);
}
.pointsVente-element p {
  margin-bottom: 0;
}
.pointsVente-element .agent-mode-service {
  margin-top: 1rem;
}

.agent-name {
  font-weight: bold;
  font-size: 1.125rem;
}

.mode-agent-label {
  font-weight: bold;
}

#modeVente {
  margin-top: 0.6875rem;
}
#modeVente legend, #modeVente .nb-selected {
  display: none;
}
#modeVente .mb-2 {
  margin-bottom: 0 !important;
}
#modeVente .form-check {
  margin-bottom: 0.9375rem !important;
}

.facet-wrap {
  padding-bottom: 0;
}

.mb-5 {
  margin-bottom: 0.8125rem !important;
}

.loadingInfo-flex {
  flex-basis: 100%;
}