div.timeline-frame {
    border: none;
    background-color:#fff;
}

div.timeline-axis-grid-group {
    border:1px solid #000000;
}
div.timeline-axis-grid-parent{
    border: none;
    border-width: 0px;
}
div.timeline-content .timeline-axis-grid-parent:first-of-type {
    border:1px solid #000000;
}

divtimeline-content .timeline-axis-grid-parent:last-of-type {
    border:1px solid #000000;
}
div.timeline-axis-first {
    border-width:2px;
}

div.timeline-axis-grid-minor {
    border-color: #6e94ff;
    border-style: dashed;
    display: none;
}

div.timeline-axis-grid-middle {
    border-color: #6e94ff;
    border-style: dashed;
    display: none;
}

div.timeline-axis-grid-major {
    border-color: #cccccc;
    border-style: dashed;
    margin-top: 40px;
}

div.timeline-axis-major{
    background-color:#ffffff;
}
div.timeline-axis-middle{
    background-color:#ffffff;
}

div.timeline-axis-text {
    font-size:12px;
}

div.timeline-axis-text-minor {
    text-align:left;
}

div.timeline-axis-text-middle {
    text-align:left;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

div.timeline-axis-text-major {
    text-align: left;
    color: #000000;
    font-weight: bold;
    background-color: #0dc1fa;
    border: 2px solid #000000;
    padding: 1px;
    margin: 0px -12px;
    border-radius: 4px;
}

div.timeline-event-content {
    text-align: center;
    margin: 5px;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
    font-size: 12px;
}

div.timeline-groups-text {
    padding-top: 5px;
    font-size: 16px;
}

div.timeline-groups-text-parent {
    font-variant: normal;
}

div.affichage {
    background-color:#f79646;
    border-color:#f79646;
}
div.affichage.timeline-event-selected {
    background-color:#fcad6b;
}

div.cinema{
    background-color:#8064a2;
    border-color:#8064a2;
}
div.cinema.timeline-event-selected{
    background-color:#b37df3;
}

div.display {
    background-color:#c0504d;
    border-color:#c0504d;
}
div.display.timeline-event-selected {
    background-color:#fa5e5a;
}

div.search{
    background-color:#698229;
    border-color:#698229;
}
div.search.timeline-event-selected{
    background-color:#8cb61e;
}

div.vol{
    background-color:#CA91C7;
    border-color:#CA91C7;
}
div.vol.timeline-event-selected{
    background-color:#E9CBE7;
}

div.social-media{
    background-color:#3b5999;
    border-color:#3b5999;
}
div.social-media.timeline-event-selected{
    background-color:#497dea;
}

div.partenariat{
    background-color:#C8C805;
    border-color:#C8C805;
}
div.partenariat.timeline-event-selected{
    background-color:#EAEA27;
}

div.presse{
    background-color:#5fb1b1;
    border-color:#5fb1b1;
}
div.presse.timeline-event-selected{
    background-color:#97d5d5;
}

div.event-radio {
    background-color:#4f4f4f;
    border-color:#4f4f4f;
}
div.event-radio.timeline-event-selected {
    background-color:#807d7d;
}

div.television {
    background-color: #9bbb59;
    border-color: #9bbb59;
}
div.television.timeline-event-selected{
    background-color: #bfe021;
}

div.timeline-groups-text-clickable {
    padding-left: 0;
    padding-right: 0;
}

.timeline-event-striped {
    background-size: 40px 30px;
    background-image: url(../Images/stripe.png);
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;*/
}

.timeline-background {
  border: none;
  background-color: rgba(213, 221, 246, 0.4);/*rgba(50, 50, 50, 0.2);*/
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: #555555;
}

.timeline-background-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5px;
  margin: 0;
  overflow: hidden;
}

div.timeline-event {
    border-color:#ccc
}

div.zero {
    background-color: #C5E5A1;
}

div.rare {
    background-color: #C5E5A1;
}

div.ponctuel {
    background-color: #E5E58A;
}

div.frequent {
    background-color:#E5A068;
}

div.generalise {
    background-color:#E5403C;
}

div.legende
{
    width:50px;
    height:20px;
    display:inline-block;
}

span.legende
{
    margin-left : 75px;
}

.popuplegend
{
    width:200px;
}

.popuplegendheader
{
    background-color:lightgray;
}

div.blanc
{
    background-color: #FFFFFF;
}

div.blanc .timeline-event-content
{
    color: #000000;
}

div.bon
{
    background-color: #00FF00;
}

div.moyen
{
    background-color: #FF9900;
}

div.mauvais
{
    background-color: #FF0000;
}

div.tres-mauvais
{
    background-color: #AFAFAF;
}

.legend
{
    font-size: 11pt;
    font-weight: bold;
    position: absolute;
}