body {
  font-family: 'Roboto', sans-serif; }

#body_one {
  background: url(/images/bat-one-fond.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.table {
  color: #000; }

a {
  color: #444; }

a:hover {
  color: #86B827;
  text-decoration: none; }

h3, h5 {
  font-family: 'Open Sans', sans-serif; }

h3 {
  color: #86B827; }

.sidebar-outer {
  position: relative; }

.fixed {
  position: fixed; }

.mn-right {
  text-decoration: none; }
  .mn-right ul li {
    padding: 0 0 0 5px;
    margin-bottom: 2px;
    border-left: 5px solid #e7e7e7;
    transition: all 0.3s ease-out 0s; }
    .mn-right ul li a:hover {
      color: #86B827;
      text-decoration: none; }

#promote {
  background-color: #ecf3ec;
  padding: 1rem; }
  #promote .card-body {
    font-weight: bold;
    padding: 0; }

.ee h3:after {
  content: '';
  display: block;
  border-bottom: 3px solid #28a745;
  width: 150px;
  margin-top: 15px;
  margin-bottom: 15px; }

.ee a {
  text-decoration: underline; }

.swal2-input {
  margin-top: 5px;
  margin-bottom: 5px; }

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