.sanctions .item-badge {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.sanctions .item-badge i {
  font-size: .5rem;
  color: #fff;
}

.sanctions-empty summary {
  cursor: default;
}
.sanctions-empty summary:after {
  content: none;
}
.sanctions-empty__message {
  margin: 0;
  color: #838383;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}

.timeline {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
}
.timeline__event {
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 6px;
  align-self: center;
}
.timeline__event:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.timeline__event:nth-child(2n+1) .timeline__event__header {
  border-radius: 0 6px 6px 0;
}
.timeline__event:nth-child(2n+1) .timeline__event__date {
  border-radius: 0 6px 6px 0;
}
.timeline__event:nth-child(2n+1) .timeline__event__content {
  border-radius: 6px 0 0 6px;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #2BB17A;
  position: absolute;
  top: 0%;
  left: 50%;
  right: auto;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-animation: fillTop 1s forwards 2s ease-in-out;
          animation: fillTop 1s forwards 2s ease-in-out;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #2BB17A;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  -webkit-animation: fillLeft 1s forwards 2s ease-in-out;
          animation: fillLeft 1s forwards 2s ease-in-out;
}
.timeline__event__title {
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #2BB17A;
  letter-spacing: 1.5px;
}
.timeline__event__content {
  padding: 20px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  background: #fff;
  width: calc(40vw - 84px);
  border-radius: 0 6px 6px 0;
}
.timeline__event__header {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  background: #2BB17A;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  white-space: nowrap;
  padding: 10px 20px;
  border-radius: 6px 0 0 6px;
}
.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 20px;
  align-self: center;
  margin: 0 20px;
  background: #2BB17A;
  border-radius: 100%;
  width: 20px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  height: 20px;
  position: relative;
}
.timeline__event__icon i {
  font-size: 32px;
}
.timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #2BB17A;
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: fillTop 1s forwards 2s ease-in-out;
          animation: fillTop 1s forwards 2s ease-in-out;
}
.timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #2BB17A;
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-animation: fillLeftOdd 1s forwards 2s ease-in-out;
          animation: fillLeftOdd 1s forwards 2s ease-in-out;
}
.timeline__event__description {
  flex-basis: 100%;
}
/* Colors by incident type (comment.type) */
.timeline__event--type-bagarre:after {
  background: #ED2C23;
}
.timeline__event--type-bagarre .timeline__event__header {
  color: #fff;
  background: #ED2C23;
}
.timeline__event--type-bagarre .timeline__event__date {
  color: #fff;
  background: #ED2C23;
}
.timeline__event--type-bagarre:nth-child(2n+1) .timeline__event__icon:before,
.timeline__event--type-bagarre:nth-child(2n+1) .timeline__event__icon:after {
  background: #ED2C23;
}
.timeline__event--type-bagarre .timeline__event__icon {
  background: #ED2C23;
  color: #fff;
}
.timeline__event--type-bagarre .timeline__event__icon:before,
.timeline__event--type-bagarre .timeline__event__icon:after {
  background: #ED2C23;
}
.timeline__event--type-bagarre .timeline__event__title {
  color: #ED2C23;
}

.timeline__event--type-intimidation:after {
  background: #C0392B;
}
.timeline__event--type-intimidation .timeline__event__header {
  color: #fff;
  background: #C0392B;
}
.timeline__event--type-intimidation .timeline__event__date {
  color: #fff;
  background: #C0392B;
}
.timeline__event--type-intimidation:nth-child(2n+1) .timeline__event__icon:before,
.timeline__event--type-intimidation:nth-child(2n+1) .timeline__event__icon:after {
  background: #C0392B;
}
.timeline__event--type-intimidation .timeline__event__icon {
  background: #C0392B;
  color: #fff;
}
.timeline__event--type-intimidation .timeline__event__icon:before,
.timeline__event--type-intimidation .timeline__event__icon:after {
  background: #C0392B;
}
.timeline__event--type-intimidation .timeline__event__title {
  color: #C0392B;
}

.timeline__event--type-destruction:after {
  background: #D35400;
}
.timeline__event--type-destruction .timeline__event__header {
  color: #fff;
  background: #D35400;
}
.timeline__event--type-destruction .timeline__event__date {
  color: #fff;
  background: #D35400;
}
.timeline__event--type-destruction:nth-child(2n+1) .timeline__event__icon:before,
.timeline__event--type-destruction:nth-child(2n+1) .timeline__event__icon:after {
  background: #D35400;
}
.timeline__event--type-destruction .timeline__event__icon {
  background: #D35400;
  color: #fff;
}
.timeline__event--type-destruction .timeline__event__icon:before,
.timeline__event--type-destruction .timeline__event__icon:after {
  background: #D35400;
}
.timeline__event--type-destruction .timeline__event__title {
  color: #D35400;
}

.timeline__event--type-insolence:after {
  background: #F7941C;
}
.timeline__event--type-insolence .timeline__event__header {
  color: #fff;
  background: #F7941C;
}
.timeline__event--type-insolence .timeline__event__date {
  color: #fff;
  background: #F7941C;
}
.timeline__event--type-insolence:nth-child(2n+1) .timeline__event__icon:before,
.timeline__event--type-insolence:nth-child(2n+1) .timeline__event__icon:after {
  background: #F7941C;
}
.timeline__event--type-insolence .timeline__event__icon {
  background: #F7941C;
  color: #fff;
}
.timeline__event--type-insolence .timeline__event__icon:before,
.timeline__event--type-insolence .timeline__event__icon:after {
  background: #F7941C;
}
.timeline__event--type-insolence .timeline__event__title {
  color: #F7941C;
}

.timeline__event--type-perturbation:after {
  background: #B8860B;
}
.timeline__event--type-perturbation .timeline__event__header {
  color: #fff;
  background: #B8860B;
}
.timeline__event--type-perturbation .timeline__event__date {
  color: #fff;
  background: #B8860B;
}
.timeline__event--type-perturbation:nth-child(2n+1) .timeline__event__icon:before,
.timeline__event--type-perturbation:nth-child(2n+1) .timeline__event__icon:after {
  background: #B8860B;
}
.timeline__event--type-perturbation .timeline__event__icon {
  background: #B8860B;
  color: #fff;
}
.timeline__event--type-perturbation .timeline__event__icon:before,
.timeline__event--type-perturbation .timeline__event__icon:after {
  background: #B8860B;
}
.timeline__event--type-perturbation .timeline__event__title {
  color: #B8860B;
}

.timeline__event--type-triche:after {
  background: #7234D6;
}
.timeline__event--type-triche .timeline__event__header {
  color: #fff;
  background: #7234D6;
}
.timeline__event--type-triche .timeline__event__date {
  color: #fff;
  background: #7234D6;
}
.timeline__event--type-triche:nth-child(2n+1) .timeline__event__icon:before,
.timeline__event--type-triche:nth-child(2n+1) .timeline__event__icon:after {
  background: #7234D6;
}
.timeline__event--type-triche .timeline__event__icon {
  background: #7234D6;
  color: #fff;
}
.timeline__event--type-triche .timeline__event__icon:before,
.timeline__event--type-triche .timeline__event__icon:after {
  background: #7234D6;
}
.timeline__event--type-triche .timeline__event__title {
  color: #7234D6;
}

.timeline__event--type-retard:after {
  background: #2D9CDB;
}
.timeline__event--type-retard .timeline__event__header {
  color: #fff;
  background: #2D9CDB;
}
.timeline__event--type-retard .timeline__event__date {
  color: #fff;
  background: #2D9CDB;
}
.timeline__event--type-retard:nth-child(2n+1) .timeline__event__icon:before,
.timeline__event--type-retard:nth-child(2n+1) .timeline__event__icon:after {
  background: #2D9CDB;
}
.timeline__event--type-retard .timeline__event__icon {
  background: #2D9CDB;
  color: #fff;
}
.timeline__event--type-retard .timeline__event__icon:before,
.timeline__event--type-retard .timeline__event__icon:after {
  background: #2D9CDB;
}
.timeline__event--type-retard .timeline__event__title {
  color: #2D9CDB;
}

.timeline__event--type-autre:after {
  background: #838383;
}
.timeline__event--type-autre .timeline__event__header {
  color: #fff;
  background: #838383;
}
.timeline__event--type-autre .timeline__event__date {
  color: #fff;
  background: #838383;
}
.timeline__event--type-autre:nth-child(2n+1) .timeline__event__icon:before,
.timeline__event--type-autre:nth-child(2n+1) .timeline__event__icon:after {
  background: #838383;
}
.timeline__event--type-autre .timeline__event__icon {
  background: #838383;
  color: #fff;
}
.timeline__event--type-autre .timeline__event__icon:before,
.timeline__event--type-autre .timeline__event__icon:after {
  background: #838383;
}
.timeline__event--type-autre .timeline__event__title {
  color: #838383;
}
.timeline__event:last-child .timeline__event__icon:before {
  content: none;
}

.timeline__event .timeline__event__action label {
  color: #fff !important;
  font-size: .5em;
}

.timeline__event .timeline__event__action input[type=checkbox] + label:before { 
  background-color: #fff;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border-radius: 50%;
}

.timeline__event .timeline__event__action input[type=checkbox]:checked + label:before, 
.timeline__event .timeline__event__action input[type=radio]:checked + label:before {
  background: #3c3b3b;
  border-color: #3c3b3b;
  color: #ffffff;
  content: "\f00c";
}

.timeline__event .timeline__event__author {
  display: flex;
  justify-content: flex-end;
  color: #2e2e2e;
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event__content {
    width: 100%;
  }
  .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  .timeline__event__icon:before, .timeline__event__icon:after {
    display: none;
  }
  .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    margin: 0;
  }
}
@-webkit-keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@-webkit-keyframes fillTop {
  100% {
    top: 100%;
  }
}
@keyframes fillTop {
  100% {
    top: 100%;
  }
}
@-webkit-keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}