body {
  font-family: Roboto, "Noto Sans", Noto, sans-serif;
  font-size: 14px;
}

.btn-print {
  display: none !important;
}

.big-dot    {
  font-size: 22px;
  margin-right: 10px;
}
.score-0    { color: #000000 }
.score-1-2  { color: #FF0000 }
.score-3-5  { color: #FF6600 }
.score-6-8  { color: #FFC000 }
.score-9-12 { color: #CACA00 }
.score-13-16{ color: #92D050 }
.score-17-20{ color: #00B050 }

.executive-details {
  position: relative;
  padding-bottom: 84px;
}
.executiveName {
  color: #4b4b4b;
  font-size: 19px;
  line-height: 19px;
}
.md-headline {
  @include headline($border:1px solid #FFFFFF);
}
.section {
  padding-bottom: 16px;
  margin: 0 16px;
}

.infosMandats {
  padding-top: 10px;
}

.mandats {
  background-color: #FFFFFF;
  padding-bottom: 20px;
  box-shadow: 0 16px 16px -16px rgba(0, 0, 0, 0.4);
}
.filters-section:hover {
  box-shadow: none;
}

.md-card {
  margin-left: 15px;
  margin-right: 15px;
}
.md-title {
  color: #4b4b4b;
}
.md-title strong {
  color: #4b4b4b;
}

.separator {
  width: 98%;
  z-index: 1000;
  border-bottom: 1px solid #D7D7D7;
  margin-left: auto;
  margin-right: auto;
}

.executives-table {
  box-shadow: none;
}
.dateMouvement {
  color: #ff6700;
}
strong {
  color: #03314c;
}

.flagEnPoste {
  width: 80px;
  margin-left: 20px;
  font-size: 12px;
  height: 30px;
  text-align: center;
  background-color: #28bd00;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
}

.timeline {
  list-style-type: none;
  display: flex;
  align-items: left;
  justify-content: left;
  margin-top: 5px;
}

.li {
  transition: all 200ms ease-in;
}

.md-card {
  box-shadow: none;
}
.md-card:hover {
  box-shadow: 0 16px 16px -16px rgba(0, 0, 0, 0.4);
}
.fonction {
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  color: #03314c;
  text-transform: uppercase;
}

.timestamp {
  margin-bottom: -12px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.author {
  color: #03314c;
  font-weight: bold;
  z-index: 1000;
  display: block;
  background-color: #F2F2F2;
  padding: 0px 6px 0px 6px;
}

.status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 4px solid #4B4B4B;
  position: relative;
  transition: all 200ms ease-in;
}
.status h4 {
  font-weight: 400;
  color: #03314C;
  margin-top: 10px;
}
.status:before {
  content: "";
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}

.md-card-content {
  padding-bottom: 0px !important;
}

.md-card-header {
  padding: 5px 5px 5px 12px;
}

.li.complete .status {
  border-top: 4px solid #66DC71;
}
.li.complete .status:before {
  background-color: #66DC71;
  border: none;
  transition: all 200ms ease-in;
}
.li.notcomplete .status:before {
  background-color: #4B4B4B;
  border: none;
  transition: all 200ms ease-in;
}

.md-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  background-color: #F2F2F2 !important;
}

.md-list-item {
  padding-right: 50px;
}

li {
  list-style: none;
}
