@charset "UTF-8";
/* **FMI** */
.card {
  border: none;
  border-radius: 15px;
  box-shadow: -1px 9px 10px -1px rgba(171, 171, 171, 0.25);
  margin: 20px;
}

.hr-title-affluence {
  border: 2px solid #1474A0;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 15%;
  text-align: center;
  margin-left: 42%;
  margin-right: 42%;
}

div.date-time-affluence {
  text-align: center;
}

.badge-success {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.card h2 {
  font-size: 1.875em;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Signika Negative", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-style: normal;
}
.card h3 {
  font-size: 1.15em;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  margin: 5px 10px 10px 0px;
}
.card h2.titre-etab {
  font-size: 1.875em;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Signika Negative", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-style: normal;
}

.mt-6, .my-6 {
  margin-top: 4rem !important;
}

.fmi-success {
  width: 150px;
  height: 150px;
  background: radial-gradient(#fff 60%, rgba(0, 0, 0, 0) 61%), conic-gradient(green 0% 35%, #f1f1f1 35% 70%, #f1f1f1 40% 100%);
  margin: 10px;
  display: inline-block;
  border-radius: 50%;
}

.currentfmi-success {
  position: relative;
  top: 10px;
  font-size: 50px;
}

.donutgreencurrent {
  width: 150px;
  height: 150px;
  background: radial-gradient(#fff 60%, rgba(0, 0, 0, 0) 61%), conic-gradient(green 0% 100%, #f1f1f1 35% 70%, #f1f1f1 40% 100%);
  margin: 10px;
  display: inline-block;
  border-radius: 50%;
}

.currentfmigreencurrent {
  position: relative;
  top: 10px;
  font-size: 50px;
}

.donutgreen {
  width: 150px;
  height: 150px;
  background: radial-gradient(#fff 60%, rgba(0, 0, 0, 0) 61%), conic-gradient(green 0% 100%, #f1f1f1 35% 70%, #f1f1f1 40% 100%);
  margin: 10px;
  display: inline-block;
  border-radius: 50%;
}

.currentfmigreen {
  position: relative;
  top: 50px;
  font-size: 30px;
}

/* 70% */
.fmi-warning {
  width: 150px;
  height: 150px;
  background: radial-gradient(#fff 60%, rgba(0, 0, 0, 0) 61%), conic-gradient(green 0% 30%, orange 40% 70%, red 0% 0%, #f1f1f1 10%);
  margin: 10px;
  display: inline-block;
  border-radius: 50%;
}

.currentfmi-warning {
  position: relative;
  top: 10px;
  font-size: 50px;
}

/* -------------------- */
/* 90% */
.fmi-danger {
  width: 150px;
  height: 150px;
  background: radial-gradient(#fff 60%, rgba(0, 0, 0, 0) 61%), conic-gradient(green 0% 30%, orange 40% 60%, red 75% 90%, #f1f1f1 10%);
  margin: 10px;
  display: inline-block;
  border-radius: 50%;
}

.currentfmi-danger {
  position: relative;
  top: 10px;
  font-size: 50px;
}

/* -------------------- */
/* complet */
.donutredcomplet {
  width: 150px;
  height: 150px;
  background: radial-gradient(#fff 60%, rgba(0, 0, 0, 0) 61%), conic-gradient(red 0% 100%);
  margin: 10px;
  display: inline-block;
  border-radius: 50%;
}

.currentfmicomplet {
  position: relative;
  top: 55px;
  font-size: 25px;
}

/* -------------------- */
/* Fermé */
.donutredferme {
  width: 150px;
  height: 150px;
  background: radial-gradient(white 60%, rgba(0, 0, 0, 0) 61%), conic-gradient(red 0% 100%);
  margin: 10px;
  display: inline-block;
  border-radius: 50%;
}

.currentfmiferme {
  position: relative;
  top: 50px;
  font-size: 30px;
  color: red;
}

/* -------------------- */
/* Ouvre bientot */
.donutblue {
  width: 150px;
  height: 150px;
  background: radial-gradient(#fff 60%, rgba(0, 0, 0, 0) 61%), conic-gradient(#1474A0 0% 100%);
  margin: 10px;
  display: inline-block;
  border-radius: 50%;
}

.currentfmiblue {
  position: relative;
  top: 12px;
  font-size: 30px;
  line-height: 32px;
  padding: 13px;
  padding-top: 30px;
  text-align: center;
}

/* ---------------------- */
span.affluence_label {
  display: block;
  color: #353535;
  font-size: 14px;
  width: 80px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.fmi-max {
  display: block;
  text-align: center;
  padding-left: 7px;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 10px;
  padding-top: 5px;
}

/* --------------------------- */

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