@font-face {
  font-family: 'Muli';
  src: url('./fonts/Muli.ttf')  format('truetype');
  font-weight: 400;
}
@font-face {
    font-family: 'Muli';
    src: url('./fonts/Muli-Bold.ttf')  format('truetype');
    font-weight: bold;
}

[v-cloak] {
    display: none;
}
body {
    font-family: Muli, Helvetica, Arial, sans-serif;
}
h1 {
  color: #e30613;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
a {
  color: #e30613;
}
.navbar-light .navbar-nav .nav-link {
    color: black;
}
nav.bg-light {
    background-color: white!important;
}
.btn-danger {
  background-color: #e30613;
}
ul.ul-unstyled li {
  list-style-type: none;
}
nav .small-item {
    padding-top: 4px;
    font-size: 12px;
    font-weight: bold;
}
.well {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: rgb(245, 245, 245);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px inset;
  padding: 19px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(227, 227, 227);
  border-image: initial;
  border-radius: 4px;
}
.home .panel-right {
    padding: 30px 30px 10px;
    margin: 0;
    background-color: #e30613;
    color: white;
}
.home .panel-right li a {
    font-size: 21px;
    color: white;
    line-height: 45px;
    text-decoration: none;
}
.home .panel-right li a:hover::after {
    width: 80%;
    transition: width .3s;
}
.home .panel-right li a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width .3s;
}
.home .message {
    text-align: center;
    padding: 2px 10px 2px 10px;
    background-color: #3893d4;
    color: white;
}
.card {
  background-color: #e2e7ee;
}
h5.card-title {
  text-transform: uppercase;
}

.situations-nb {
  margin-left: 20px;
  color: black;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}
.header-link {
  margin-top: 30px;
  position: absolute;
  right: 100px;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}

.situation-list{
  padding-bottom: 30px;  
}
.situation-list #yearSelect:disabled {
  color: #aaa;
}
.situation-list .form-check-inline{
  margin-left: 10px;
}
.situation-list table {
  font-size: 14px;
}
.situation-list .not-published{
  color : #e30613;;
}
.situation-list #map{
  width: 100%;
  height: calc(100vh - 400px);
}
.situation-list .listmap-buttons{
  position: fixed;
  bottom: 10px;
  right: 10px;
  border: solid 1px #ccc;
  border-radius: 4px;
}
.situation-list .listmap-buttons button{
  width: 100px;
}

.situation-edit .identity input {
  margin-top:10px;  
}

.situation-edit .cause-type-1, .situation-edit .cause-type-2 {
  color: #244d6c;  
}
.situation-edit .cause-type-99 {
  color: black;
}
.situation-edit .file-uploads.file-uploads-html5 label {
  cursor: pointer;
}
.situation-edit.not-published{
  background-color: #fffbed;
}
.situation-edit .btn-save {
    margin-top: 10px;
    margin-bottom: 10px;
}
.stats .filter-error {
  margin-top: 100px;
  color: #e30613;;
  text-align: center;
}
.stats .charts-container{
  margin: 80px 0 0 0;
}

.login .btn-login {
   margin-top: 20px;
}
@media (min-width: 768px) {
  .login .btn-login {
    margin-top: 0;
  }    
  .situation-list #map{
    height: calc(100vh - 300px);
  }  
  .stats .charts-container{
    margin: 80px 50px 0 50px;
  }
  .home .dev-by {
    float: right;
  }
}

/* Spinner d'après epic-spinners */
.looping-rhombuses-spinner, .looping-rhombuses-spinner * {
  box-sizing: border-box;
}

.looping-rhombuses-spinner {
  position: fixed;
  left: 48%;
  top: 50%;  
  z-index: 9999;
  width: calc(15px * 4);
  height: 15px;
}

.looping-rhombuses-spinner .rhombus {
  height: 15px;
  width: 15px;
  background-color: #e30613;
  left: calc(15px * 4);
  position: absolute;
  margin: 0 auto;
  border-radius: 2px;
  transform: translateY(0) rotate(45deg) scale(0);
  animation: looping-rhombuses-spinner-animation 2500ms linear infinite;
}

.looping-rhombuses-spinner .rhombus:nth-child(1) {
  animation-delay: calc(2500ms * 1 / -1.5);
}

.looping-rhombuses-spinner .rhombus:nth-child(2) {
  animation-delay: calc(2500ms * 2 / -1.5);
}

.looping-rhombuses-spinner .rhombus:nth-child(3) {
  animation-delay: calc(2500ms * 3 / -1.5);
}

@keyframes looping-rhombuses-spinner-animation {
  0% {
    transform: translateX(0) rotate(45deg) scale(0);
  }
  50% {
    transform: translateX(-233%) rotate(45deg) scale(1);
  }
  100% {
    transform: translateX(-466%) rotate(45deg) scale(0);
  }
}
