/* Custom styles for widgets */
.panel--infos-complementaires {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 15px;
}

.panel--infos-complementaires .info-item {
  margin-top: 10px;
}

.panel--infos-complementaires .bold {
  font-weight: 600;
}

.panel--infos-complementaires .content-align {
  margin-top: 0;
}

/* Sidebar widget: Rappeler - remove default widget-body border/padding around the button */
#rappeler .widget-body {
  border: none;
  padding: 0;
  margin-top: 0;
}

#rappeler .btn-devis {
  display: block;
  width: 100%;
}

/* Override legacy compiled CSS for the quote button */
.btn-devis {
  background: #9b0517 !important;
  text-transform: uppercase;
}
