@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/roboto/Roboto-Regular.ttf") format("truetype");
}
body {
  font-family: "Roboto", Arial, Helvetica;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eee;
}

#modedeconnecte .panel {
  margin-bottom: 40px;
}

.color-1 {
  color: #cb1217 !important;
}

.bg-red-style {
  background-color: #cb1217;
  color: #fff;
}
.bg-red-style h2 {
  color: #eee;
}
.bg-red-style a {
  color: #88f;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-radius: 3px;
}
.bs-callout.left {
  border-left-width: 5px;
}
.bs-callout h4,
.bs-callout h5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  color: #cb1217;
}

.sheet {
  background-color: #fff;
  box-shadow: 0.1px 0.1px 0.1px 0.3px #ccc;
}
.sheet.rounded {
  border-radius: 5px;
}

.bg-white {
  background-color: #fff;
}

.elevation {
  box-shadow: 0.1px 0.1px 0.1px 0.3px #ccc;
}

.rounded {
  border-radius: 5px;
}

.btn {
  border-radius: 19px;
}
.btn-contact, .btn-societe, .btn-interaction {
  color: #fff !important;
}
.btn-contact:focus, .btn-contact:active:focus, .btn-contact.active:focus, .btn-contact.focus, .btn-contact:active.focus, .btn-contact.active.focus, .btn-societe:focus, .btn-societe:active:focus, .btn-societe.active:focus, .btn-societe.focus, .btn-societe:active.focus, .btn-societe.active.focus, .btn-interaction:focus, .btn-interaction:active:focus, .btn-interaction.active:focus, .btn-interaction.focus, .btn-interaction:active.focus, .btn-interaction.active.focus {
  outline: none;
}
.btn-contact {
  background-color: #299af4;
}
.btn-societe {
  background-color: #9d2bb2;
}
.btn-interaction {
  background-color: #5bb65f;
}
.btn-annuler {
  background-color: #ececec;
  color: #111 !important;
  float: right;
}

hr {
  border: none;
}
hr.space-1 {
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
hr.space-2 {
  border: none;
  margin-top: 60px;
  margin-bottom: 60px;
}

.tab-content {
  margin-top: 20px;
}

.dropdown-menu {
  font-size: inherit;
}

.panel-body {
  border-top: none !important;
}

/*# sourceMappingURL=style.css.map */
