body, html { 
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    line-height: 1.2;
}


body {
    zoom: 150%;
}

input {
    border-radius: 3px;
    border-color: #177165;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: black;
    float: none;
    padding: 4px;
    padding-left: 10px;
    font-size: 14px;
    font-family:verdana;
    background-color: rgba(189,215,230,1);

  }



input:focus {
    outline:none
}

input::placeholder {
    color: #FFFFFF;
    font-size: 14px;
    font-family:verdana;
    font-weight : lighter;
}

#loader {
    position:absolute;
    top:190px;
    left:50%;
    transform:translate(-50%,-50%);
    width:100px;
    height:100px;
    border:10px solid rgba(171,207,203,.5);
    border-radius:50%;
    border-top:10px solid rgba(101,133,167, 1);
    animation: animate 1500ms linear infinite;
}

@keyframes animate {
    0% {
        transform:translate(-50%,-50%) rotate(0deg);    
    }
    100% {
        transform:translate(-50%,-50%) rotate(360deg);    
    }
}





#entete {
    background-color:#fff;
    text-align:center;
}

#menu  {
    float:left;
    width:38px;
    margin-right:0px;
    background-color:rgba(12, 43, 68,1);
    height:388px;
    padding-top: 10px;
}

#searchitemdiv {
    display: none;
    position: absolute;
    top: 50px;
    left:55%;
    transform:translate(-50%,-50%);
    align-content: center;
    width: 600px;
    background-color: rgba(255, 255, 255, 0.1);
    border-width: 0px;
    z-index:90;
}

#searchitem {
    size: 52;
    width: 600px;
}

#searchyeardiv {
    display: none;
    position: absolute;
    top: 70px;
    left:55%;
    transform:translate(-50%,-50%);
    align-content: center;
    width: 600px;
    background-color: rgba(255, 255, 255, 0);
    border-width: 0px;
    z-index:90;
}

#rangeYear {
    position: relative;
    display: block;
    text-align: center;
    font-size: 4em;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 0.6px white;
    font-weight: 600 ;
    font-family: verdana;
}
#modal {    
    z-index:200;    
    display:none;    
    padding-top:20px;    
    position:fixed;    
    align-content: center;    
    left:0;    
    top:0;    
    width:100%;    
    height:100%;    
    overflow:auto;  
    cursor:zoom-out;  
    background-color:rgba(12, 43, 68,0.8);
}
    
#modal-content {    
    margin:auto;    
    background-color:rgba(12, 43, 68, 0);    
    position:relative;    
    padding:0;    
    outline:0;  
    text-align: center;
}

#legendImgModal {     
    color:rgb(189,215,230,1);
    font-family: verdana; 
    font-size: 11px;
}

.range {
    width: 600px;
    height: 30px;
    -webkit-appearance: none;
    background: rgba(189,215,230,1);
    outline: none;
    border-radius: 20px;
    overflow: hidden;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #177165;
    cursor: pointer;
    border: 1px solid rgba(255,255,255, 1);
}

#visualization {
    margin-left:42px;
    height: 100%;
    margin: 0;
    border:none;
}

#messagescroll {
    position: absolute;
    display:none;
    top: 180px;
    left:55%;
    transform:translate(-50%,-50%);
    align-content: center;
    font-size: 3em;
    color: rgba(255,255,255,1);
    -webkit-text-stroke: 1px rgba(23, 92, 84,1);
    font-weight:600;
    font-style:bold;
    font-family: verdana;
    z-index:80;
}

#version {
    margin: 0;
    padding-top : 5px;
    border:none;
    font-family: verdana;
    font-size: 7px;
    color: grey;
}

#idItem {

  margin: 0;

  padding-top : 5px;

  border:none;

  font-family: verdana;

  font-size: 7px;

  color: grey;
}

#infoItem {
    display : none;
    position: absolute;
    top: 20px;
    left: 53%;
    width: 440px;
    max-height : 90%;
    align-content: center;
    margin-left: -240px;
    padding: 4px;
    word-wrap: break-word;
    white-space: normal;  
    font-family: verdana;
    font-size: 10px;
    color: black;
    background-color:#EDF8F8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #808074;
    pointer-events: auto;
    z-index:99;
}

#image {
    position: absolute;
    top: -7px;
    left: 434px;
    height: auto;
    pointer-events: auto;
    cursor:zoom-in;
    z-index:99;
    padding: 3px;
    background-color:#EDF8F8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #808074;
}

#imageTransitionAvant {
    position: absolute;
    top: -7px;
    right: 438px;
    height: auto;
    pointer-events: auto;
    cursor:zoom-in;
    z-index:99;
    padding: 3px;
    background-color:#EDF8F8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #808074;
}

#imageTransitionApres {
    position: absolute;
    top: -7px;
    left: 434px;
    height: auto;
    pointer-events: auto;
    cursor:zoom-in;
    z-index:99;
    padding: 3px;
    background-color:#EDF8F8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #808074;
}

#infoItemContent {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    cursor: default;
}

#infoItemFeedbackBtn input {
    position: absolute;
    top:0%;
    left:92%;
    border-width: 0px;
    background-color: transparent;
    border: none;
    border-style: none;
}

#iditem {
    display: none;
}

.tooltip-inner {
    position: absolute;
    padding:4px;
    white-space: normal;  
    font-family: verdana;
    font-size: 10px;
    color: black ;
    background-color: #f5f4ed;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #808074;
    pointer-events: none;
    z-index:9;
}

.tooltip.in {

  opacity: 1;

  filter:alpha(opacity=100);
}

.btn {
    color: white;
    border: none; 
    background-color:rgba(12, 43, 68,1);
    padding: 0px 0px; 
    text-align:center;
    font-size: 20px; 
    cursor: pointer; 
    vertical-align: middle;
    outline : none !important; 
}

.btn:focus {
    background-color:rgba(12, 43, 68,1);
}

.btn:hover:after { 
    content: attr(my-tip); 
    left: 22px;
    top: -10px;
    margin: 10px;
    position: absolute;
    width:auto;
    border-radius: 3px;
    border-color: #177165;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: black;
    float: none;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    font-family:verdana;
    font-style:bold;
    background-color: rgba(189,215,230,1);
}

#legendediv {
    display: none;
    position: absolute;
    border-color: #177165;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    top: 20px;
    left: 53%;
    align-content: center;
    margin-left: -90px;
    width: 200px;
    background-color: rgba(189,215,230,1);
    border-radius: 5%;
    border-color: #177165;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    z-index:90;
}

#LegendeTitre {
    background: none;
    width : 150px;
    height : 15px;
    text-align: center;
    vertical-align : middle;
    color: rgb(0,0,0);
    border:0px solid rgba(0,0,0,1);
    margin-left: 2px;
    margin-bottom: 1px;
    padding-top: 0px;
    padding-left:4px;
    font-size: 18px;
    font-family:verdana;
}

/* Conflits Militaires */

.LegendeEvenementCM {
    background: rgba(20,20,20,0.8);
    width : 150px;
    height : 22px;
    text-align: left;
    vertical-align : middle;
    color: rgba(255, 255, 255, 1);
    border:1px solid rgba(0,0,0,1);
    border-top-left-radius : 0px;
    border-bottom-left-radius : 0px;
    border-top-right-radius : 3px;
    border-bottom-right-radius : 3px;
    border-left: 2px solid rgba(255, 0, 0,1);
    margin-left: 2px;
    margin-bottom: 2px;
    padding-top: 5px;
    padding-left:4px;
    font-family: verdana;
    font-size: 9px;
}

/* Coups de Force Interieur */

.LegendeEvenementCF {
    background-color: rgba(150,32,56,0.8);
    width : 150px;
    height : 22px;
    text-align: left;
    vertical-align : middle;
    color: rgba(255, 255, 255, 1);
    border:1px solid rgba(150,32,56,1);
    border-top-left-radius : 0px;
    border-bottom-left-radius : 0px;
    border-top-right-radius : 3px;
    border-bottom-right-radius : 3px;
    border-left: 2px solid rgba(20, 20, 20, 1);
    margin-left: 2px;
    margin-bottom: 2px;
    padding-top: 5px;
    padding-left:4px;
    font-family: verdana;
    font-size: 9px;
}

/* Evenemnts Politiques */

.LegendeEvenementEP {
    background-color: rgba(255, 255, 255, 0.9);
    width : 150px;
    height : 22px;
    text-align: left;
    vertical-align : middle;
    color: rgba(100, 100, 100, 1);
    border: 1px solid rgba(100, 100, 100, 1); 
    border-top-left-radius : 0px;
    border-bottom-left-radius : 0px;
    border-top-right-radius : 3px;
    border-bottom-right-radius : 3px;
    border-left: 2px solid rgba(0, 0, 0, 1);
    margin-left: 2px;
    margin-bottom: 2px;
    padding-top: 5px;
    padding-left:4px;
    font-family: verdana;
    font-size: 9px;
}

/* Evenemnts de Droits : Lois, Traités */

.LegendeEvenementDR {
    background-color: rgba(34,177,76,0.8);
    width : 150px;
    height : 22px;
    text-align: left;
    vertical-align : middle;
    color: white;
    border:1px solid rgba(34,177,76,1);
    border-top-left-radius : 0px;
    border-bottom-left-radius : 0px;
    border-top-right-radius : 3px;
    border-bottom-right-radius : 3px;
    border-left: 2px solid rgba(0, 0, 0, 1);
    margin-left: 2px;
    margin-bottom: 2px;
    padding-top: 5px;
    padding-left:4px;
    font-family: verdana;
    font-size: 9px;
}

/* Autres Faits Marquants (France) */  

.LegendeEvenementAF {
    background-color: rgba(0, 157, 225,0.8);
    width : 150px;
    height : 22px;
    text-align: left;
    vertical-align : middle;
    color: white;
    border:1px solid rgba(0, 157, 225,1);
    border-top-left-radius : 0px;
    border-bottom-left-radius : 0px;
    border-top-right-radius : 3px;
    border-bottom-right-radius : 3px;
    border-left: 2px solid rgba(0, 0, 0, 1);
    margin-left: 2px;
    margin-bottom: 2px;
    padding-top: 5px;
    padding-left:4px;
    font-family: verdana;
    font-size: 9px;
}

/* Evenements Globaux (Impact Monde) */

.LegendeEvenementGL {
    background-color: rgba(45,54,166,0.8);
    width : 150px;
    height : 22px;
    text-align: left;
    vertical-align : middle;
    color: white;
    border:1px solid rgba(45,54,166,1);
    border-top-left-radius : 0px;
    border-bottom-left-radius : 0px;
    border-top-right-radius : 3px;
    border-bottom-right-radius : 3px;
    border-left: 2px solid rgba(0,0,0, 1);
    margin-left: 2px;
    margin-bottom: 2px;
    padding-top: 5px;
    padding-left:4px;
    font-family: verdana;
    font-size: 9px;
}

.vis-active {
    box-shadow: 0 0 10px #86d5f8
}

.vis [class*=span] {
    min-height: 0;
    width: auto
}

div.vis-configuration {
    position: relative;
    display: block;
    float: left;
    font-size: 12px
}

div.vis-configuration-wrapper {
    display: block;
    width: 700px
}

div.vis-configuration-wrapper::after {
    clear: both;
    content: "";
    display: block
}

div.vis-configuration.vis-config-option-container {
    display: block;
    width: 495px;
    background-color: #fff;
    border: 2px solid #f7f8fa;
    border-radius: 4px;
    margin-top: 20px;
    left: 10px;
    padding-left: 5px
}

div.vis-configuration.vis-config-button {
    display: block;
    width: 495px;
    height: 25px;
    vertical-align: middle;
    line-height: 25px;
    background-color: #f7f8fa;
    border: 2px solid #ceced0;
    border-radius: 4px;
    margin-top: 20px;
    left: 10px;
    padding-left: 5px;
    cursor: pointer;
    margin-bottom: 30px
}

/* ligne indiquant la date du jour */

.vis-current-time {
    background-color: #FF7F6E;
    width: 1px;
    z-index: 1;
    pointer-events: none;
    margin-left: -2px;
}

/* ligne indiquant la date ou le début de la période de l'item sélectionné */

.vis-custom-time {
    background-color: rgb(0, 255, 0);
    width: 2px;
    cursor: move;
    pointer-events: none;
    z-index: 3;
    margin-left: -2px;
}

.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal {
    position: absolute;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ffffff;
    font-family: verdana;
    font-size: 9px; 
}

.vis-panel.vis-background.vis-horizontal .vis-grid.vis-minor {
    border-color: 1px solid #ffffff;
}

.vis-panel.vis-background.vis-horizontal .vis-grid.vis-major {
}

.vis-data-axis .vis-y-axis.vis-major {
    width: 100%;
    position: absolute;
    color: #ffffff;
    white-space: nowrap;
}

.vis-data-axis .vis-y-axis.vis-major.vis-measure {
    visibility: visible;
    width: auto;
}

.vis-data-axis .vis-y-axis.vis-minor {
    position: absolute;
    width: 100%;
    color: #ffffff;
    white-space: nowrap;
}

.vis-data-axis .vis-y-axis.vis-minor.vis-measure {
    visibility: hidden;
    width: auto;
}

.vis-data-axis .vis-y-axis.vis-title {
    position: top;
    color: #ffffff;
    white-space: nowrap;
    bottom:#ffffff;
    text-align: center;
}

.vis-data-axis .vis-y-axis.vis-title.vis-measure {
    visibility: hidden;
    width: auto;
}

.vis-data-axis .vis-y-axis.vis-title.vis-left {
    bottom: 0;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.vis-data-axis .vis-y-axis.vis-title.vis-right {
    bottom: 0;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.vis-legend {
    background-color: rgba(247, 252, 255, .65);
    padding: 5px;
    border: 1px solid #b3b3b3;
    box-shadow: 2px 2px 10px rgba(154, 154, 154, .55);
    font-family: verdana;
    font-size: 9px;    
}

.vis-legend-text {
    white-space: nowrap;
    display: inline-block
}

.vis-item {
    position: absolute;
    color: #1A1A1A;
    border-color: none;
    border-width: 0px;
    background-color: none;
    cursor: pointer;
    font-family: verdana;
    font-size: 9px;
    color: #000;
}

.vis-item.vis-selected {
    background-color: #BBBBBB;
}

.vis-item.vis-selected {
    border-color: #BBBBBB;
    z-index: 2
}

.vis-editable.vis-selected {
    cursor: move
}

.vis-item.vis-box {
    text-align: center;
    padding: -1px;
    border-style: solid;
    border-radius: 3px;
    border-color: #ffffff;
}

.vis-item.vis-point {
    border-radius: 3px;
}

.vis-item.vis-dot {
    border-color: #ffffff;
}

.vis-item.vis-range {
    border-style: solid;
    border-radius: 0px;
    overflow:hidden;
}

.vis-item.vis-background {

  border: none;

  background-color: red;

  box-sizing: border-box;

  padding: 0;

  margin: 0;
}

.vis-item.vis-background.myBack {
      background-color: rgba(255, 0, 0, 0.2);
    }



.vis-item-box.vis-item-overflow {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.vis-item-visible-frame {
    white-space: nowrap
}

.vis-item.vis-range .vis-item-content {
    position: relative;
    display: inline-block
}

.vis-item.vis-background .vis-item-content {
    position: absolute;
    display: inline-block
}

.vis-item.vis-line {
    padding: 0;
    position: absolute;
    width: 0;
}

.vis-item .vis-item-content {
    white-space: nowrap;
    box-sizing: border-box;
    padding: 5px
}

.vis-item .vis-delete,

.vis-item .vis-delete-rtl {
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    padding: 0 5px;
    cursor: pointer;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

.vis-item .vis-delete {
    right: -24px
}

.vis-item .vis-delete-rtl {
    left: -24px
}

.vis-item .vis-delete-rtl:after,

.vis-item .vis-delete:after {
    content: "\00D7";
    color: red;
    font-family: arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.vis-item .vis-delete-rtl:hover,

.vis-item .vis-delete:hover {
    background: red
}

.vis-item .vis-delete-rtl:hover:after,

.vis-item .vis-delete:hover:after {
    color: #fff
}

.vis-item .vis-drag-center {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: move
}

.vis-item.vis-range .vis-drag-left,

.vis-item.vis-range .vis-drag-right {
    position: absolute;
    width: 24px;
    max-width: 20%;
    min-width: 2px;
    height: 100%;
    top: 0
}

.vis-item.vis-range .vis-drag-left {
    left: -4px;
    cursor: w-resize
}

.vis-item.vis-range .vis-drag-right {
    right: -4px;
    cursor: e-resize
}

.vis-range.vis-item.vis-readonly .vis-drag-left,

.vis-range.vis-item.vis-readonly .vis-drag-right {
    cursor: auto
}

.vis-labelset .vis-label.draggable,

.vis-nesting-group {
    cursor: pointer;
    font-family: verdana;
    font-size: 9px;
}

.vis-itemset {
    position: relative;
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.vis-itemset .vis-background,

.vis-itemset .vis-foreground {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.vis-axis {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    z-index: 5;
}

.vis-foreground .vis-group {
    position: relative;
    border-bottom: 1px solid rgba(189,215,230,1);
}

.vis-foreground .vis-group:last-child {
    border-bottom: none;
}

.vis-nested-group {
    background: #f5f5f5
}

.vis-label.vis-nesting-group.expanded:before {
    content: "\25BC"
}

.vis-label.vis-nesting-group.collapsed-rtl:before {
    content: "\25C0"
}

.vis-label.vis-nesting-group.collapsed:before {
    content: "\25B6"
}

.vis-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.vis-labelset,

.vis-labelset .vis-label {
    position: relative;
    box-sizing: border-box;
    vertical-align:middle;
}

.vis-labelset {
    overflow: hidden;
}

.vis-labelset .vis-label {
    left: 0;
    top: 0;
    width: 100%;
    color: #4d4d4d;
    border-bottom: 1px solid #ffffff
}

.vis-labelset .vis-label:last-child {
    border-bottom: none;
}

.vis-labelset .vis-label .vis-inner {
    display: inline-block;
    max-height: 100;
    padding: 5px;
}

.vis-labelset .vis-label .vis-inner.vis-hidden {
    padding: 0;
}

.vis-panel {
    position: absolute;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.vis-panel.vis-bottom,

.vis-panel.vis-center,

.vis-panel.vis-left,

.vis-panel.vis-right,

.vis-panel.vis-top {
    /* border-right: 1px solid #ffffff; */

   border:none;
}

.vis-panel.vis-center,

.vis-panel.vis-left,

.vis-panel.vis-right {
    overflow: hidden;
}

.vis-left.vis-panel.vis-vertical-scroll,

.vis-right.vis-panel.vis-vertical-scroll {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border:none;
}

.vis-background,

.vis-time-axis,

.vis-timeline {
    overflow: hidden;
}

.vis-timeline.vis-bottom {

  visibility:visible;
}

.vis-left.vis-panel.vis-vertical-scroll {
    direction: rtl;
}

.vis-left.vis-panel.vis-vertical-scroll .vis-content,

.vis-right.vis-panel.vis-vertical-scroll {
    direction: ltr;
}

.vis-right.vis-panel.vis-vertical-scroll .vis-content {
    direction: rtl;
}

.vis-panel.vis-bottom,

.vis-panel.vis-center,

.vis-panel.vis-top {
    border-left-style: 1px solid #ffffff;
    border-right-style: 1px solid #ffffff;
}

.vis-panel.vis-top {
    height:20px;
}

.vis-panel.vis-content {
    position: relative;
}

.vis-panel .vis-shadow {
    position: absolute;
    width: 100%;
    height: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .8)
}

.vis-panel .vis-shadow.vis-top {
    top: -1px;
    left: 0;
}

.vis-panel .vis-shadow.vis-bottom {
    bottom: -1px;
    left: 0;
}

.vis-timeline .vis-fill {
    fill-opacity: .1;
    stroke: none;
}

.vis-timeline .vis-bar {
    fill-opacity: .5;
    stroke-width: 1px;
}

.vis-timeline .vis-point {
    stroke-width: 2px;
    fill-opacity: 1;
}

.vis-timeline .vis-legend-background {
    stroke-width: 1px;
    fill-opacity: .9;
    fill: #fff;
    stroke: #c2c2c2;
}

.vis-timeline .vis-outline {
    stroke-width: 1px;
    fill-opacity: 1;
    fill: #fff;
    stroke: #e5e5e5;
}

.vis-timeline .vis-icon-fill {
    fill-opacity: .3;
    stroke: none;
}

.vis-time-axis {
    position: relative;
    background: rgba(12, 43, 68,1); /* black */
    color:white;
    font-size: 12px;
    font-style:bold;
}

.vis-time-axis.vis-foreground {
    top: 0;
    left: 0;
    width: 100%;
}

.vis-time-axis.vis-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Texte de l'axe du temps de la timeline */

.vis-time-axis .vis-text {
    position: absolute;
    color: #ffffff;
    padding: 2px;
    overflow: hidden;
    white-space: nowrap;
}



.vis-time-axis .vis-text.vis-measure {
    position: absolute;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    visibility: hidden;
}

.vis-time-axis .vis-grid.vis-vertical {
    position: absolute;
    border-left: 1px solid #ffffff;
    background: #ffffff; 
}

.vis-time-axis .vis-grid.vis-vertical-rtl {
    position: absolute;
    background: #ffffff; 
    border-left: 1px solid #ffffff;
}

.vis-time-axis .vis-grid.vis-minor {
    border-color: #ffffff;
    background: rgba(12, 43, 68,1);
}

.vis-time-axis .vis-grid.vis-major {
    border-left: 1px solid #ffffff;
    background: rgba(12, 43, 68,1); 
}

.vis-timeline {
    position: relative;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

/*******************************************/

div.vis-tooltip {    
    /* display:none; */
    position: absolute;
    padding:4px;
    white-space: normal;  
    font-family: verdana;
    font-size: 10px;
    color: #000000;
    background-color: #f5f4ed;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #808074;
    pointer-events: none;
    z-index:9;
}

/* Conflits Militaires */

.vis-item.vis-point.EvenementCM {
    background: rgba(20,20,20,0.8);
    text-align: left;
    color: rgba(255, 255, 255, 1);
    border:1px solid rgba(0,0,0,1);
    border-top-left-radius : 0px;
    border-bottom-left-radius : 0px;
    border-left: 2px solid rgba(255, 0, 0,1);
    margin:-2px;
}

.vis-item.vis-point.EvenementCM.vis-selected {
    background-color: rgba(0, 255, 0, 0.3);
    font-weight: bold;
    color:black;
    border-color:rgba(0, 255, 0, 1);
}

/* Coups de Force Interieur */

.vis-item.vis-point.EvenementCF {
    background-color: rgba(150,32,56,0.8);
    text-align: left;
    color: white;
    border:1px solid rgba(150,32,56,1);
    border-top-left-radius : 0px;
    border-bottom-left-radius : 0px;
    border-left: 2px solid rgba(20, 20, 20, 1);
    margin:-2px;
}

.vis-item.vis-point.EvenementCF.vis-selected {
    background-color: rgba(0, 255, 0, 0.3);
    font-weight: bold;
    color:black;
    border-color:rgba(0, 255, 0, 1);
}

/* Evenemnts Politiques */

.vis-item.vis-point.EvenementEP {
    background-color: rgba(255, 255, 255, 0.2);
    text-align: left;
    color: rgba(100, 100, 100, 1);
    border: 1px solid rgba(100, 100, 100, 1); 
    border-top-left-radius : 0px;
    border-bottom-left-radius : 0px;
    border-left: 2px solid rgba(0, 0, 0, 1);
    margin:-2px;
}

.vis-item.vis-point.EvenementEP.vis-selected {
    background-color: rgba(0, 255, 0, 0.3);
    font-weight: bold;
    color:black;
    border-color:rgba(0, 255, 0, 1);
}

/* Evenemnts de Droits : Lois, Traités */

.vis-item.vis-point.EvenementDR {
    background-color: rgba(34,177,76,0.8);
    text-align: left;
    color: white;
    border:1px solid rgba(34,177,76,1);
    border-top-left-radius : 0px;
    border-bottom-left-radius : 0px;
    border-left: 2px solid rgba(0,0,0, 1);
    margin:-2px;
}

.vis-item.vis-point.EvenementDR.vis-selected {
    background-color: rgba(0, 255, 0, 0.3);
    font-weight: bold;
    color:black;
    border-color:rgba(0, 255, 0, 1);
}

/* Autres Faits Marquants (France) */  

.vis-item.vis-point.EvenementAF {
    background-color: rgba(0, 157, 225,0.8);
    text-align: left;
    color: white;
    border:1px solid rgba(0, 157, 225,1);
    border-top-left-radius : 0px;
    border-bottom-left-radius : 0px;
    border-left: 2px solid rgba(0,0,0, 1);
    margin:-2px;
}

.vis-item.vis-point.EvenementAF.vis-selected {
    background-color: rgba(0, 255, 0, 0.3);
    font-weight: bold;
    color:black;
    border-color:rgba(0, 255, 0, 1);
}

/* Evenements Globaux (Impact Monde) */

.vis-item.vis-point.EvenementGL {
    background-color: rgba(45,54,166,0.8);
    text-align: left;
    color: white;
    border:1px solid rgba(45,54,166,1);
    border-top-left-radius : 0px;
    border-bottom-left-radius : 0px;
    border-left: 2px solid rgba(0,0,0, 1);
    margin:-2px;
}

.vis-item.vis-point.EvenementGL.vis-selected {
    background-color: rgba(0, 255, 0, 0.3);
    font-weight: bold;
    color:black;
    border-color:rgba(0, 255, 0, 1);
}

/* Périodes Notables  */

.vis-item.vis-range.Periode {
    background-color: rgba(238,233,170,1);
    color:rgba(24,81,129, 1);
    border:1px solid rgba(24,81,129, 1);
    text-align: center;
    font-weight: bold;
    border-radius : 2px;
    margin:-1px;
    height:22px;
}

.vis-item.vis-range.Periode.vis-selected {
    background-color: rgba(178, 255, 178, 1);
    font-weight: bold;
    color:black;
    border-color:rgba(0, 255, 0, 1);
}

/* Description des Transitions entre 2 dirigeants */

.vis-item.vis-box.Transition {
    background-color: rgba(255,255,255, 1);
    margin-left: -2px;
    padding:none;
    height:15px;
    width:15px;
    color:rgba(40,70,66, 1);
    font-style:bold;
    border: 2px solid rgba(73, 121, 160,1);
    text-align: left;
    border-radius: 50%;
}

.vis-item.vis-box.Transition.vis-selected {
    background-color: rgba(178, 255, 178, 1);
    color:black;
    border-color:rgba(0, 255, 0, 1);
}

/* Période de Pouvoir d'un Dirigeant */

.vis-item.vis-range.Dirigeant {
    background-color: rgba(24,81,129, 0.7);
    text-align: center;
    color:rgba(255,255,255,1);
    border-radius: 0px;
    border-right: 1px solid white;
    margin:-2px;
}

.vis-item.vis-range.Dirigeant.vis-selected {
    background-color: rgba(178, 255, 178, 1);
    font-weight: bold;
    color:black;
    border-color:rgba(0, 255, 0, 1);
}

/* Période de Pouvoir d'un Régime */

/* - Couleur 1 */

.vis-item.vis-range.Regime1 {
    background-color: rgba(24,81,129, 1);
    text-align: center;
    color: white;
    border-radius: 0px;
    border-right: 1px solid white;
    height:20px;
    margin:-2px;
}

.vis-item.vis-range.Regime1.vis-selected {
    background-color: rgba(178, 255, 178, 1);
    font-weight: bold;
    color:black;
    border-color:rgba(0, 255, 0, 1);
}

/* - Couleur 2 */

.vis-item.vis-range.Regime2 {
    background-color: rgba(24,81,129, 1);
    text-align: center;
    color: white;
    border-radius: 0px;
    border-right: 1px solid white;
    height:20px;
    margin:-2px;
}

.vis-item.vis-range.Regime2.vis-selected {
    background-color: rgba(178, 255, 178, 1);
    font-weight: bold;
    color:black;
    border-color:rgba(0, 255, 0, 1);
}

/* Période d'Absence ou de Lutte de Pouvoir */

.vis-item.vis-range.RegimePB {
    background-color: rgba(255,255,0, 1);
    text-align: center;
    color:red;
    font-weight: bold;
    border-radius: 0px;
    height:20px;
    margin:-2px;
}

.vis-item.vis-range.RegimePB.vis-selected {
    background-color: rgba(178, 255, 178, 1);
    font-weight: bold;
    color:black;
    border-color:rgba(0, 255, 0, 1);
}

/* Carte de l'année */

.vis-item.vis-range.Carte {
    /* background-color: rgba(24,81,129, 1); */
    background-color : solid rgba(255,255,255,0);
    text-align: center;
    color:rgba(101,133,167,1);
    font-weight: bold;
    font-size: 7px;
    border-radius: 0px;
    border-right: 1px solid rgba(101,133,167,1);
    margin:1px;
}

.vis-item.vis-range.Carte.vis-selected {
    background-color: rgba(178, 255, 178, 1);
    color:black;
    border-color:rgba(0, 255, 0, 1);
}

/* Siècle */

.vis-item.vis-range.Siecle {
    display:none;
}

.vis-item.vis-range.Siecle.vis-selected {
    display:none;
}

.infoEvenement {
    position: relative;
    left: 2px;
    top: 2px;
    text-align: left;
    font-family: Verdana, sans-serif;
    pointer-events:none;
}

.infoDirigeant {
    position: relative;
    left: 2px;
    top: 2px;
    text-align: left;
    font-family: Verdana, sans-serif;
}

.infoRegime {
    position: relative;
    left: 2px;
    top: 2px;
    text-align: left;
    font-family: Verdana, sans-serif;
}

.infoCarte {
    position: relative;
    left: 0px;
    top: 2px;
    text-align: center;
    font-family: Verdana, sans-serif;
    color: rgba(24,81,129, 1);
    font-weight: bold;
    font-size: 10px;
}

.vis-panel {
    background-color: rgba(12, 43, 68,1);   
}

.vis-label.GroupeEvenement {
    background-color: rgba(101,133,167,1);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, sans-serif;
    color:white;
}

.vis-label.GroupeEvenement .vis-inner  {
    height:243px;
    vertical-align:middle;
}

.vis-label.GroupePeriode {
    background-color: rgba(101,133,167,1);
    font-size: 10px;
    text-align: left;
    vertical-align:middle;
    font-family: Verdana, sans-serif;
    color:white;
}

.vis-label.GroupePeriode .vis-inner  {
    height:28px;
}

.vis-label.GroupeDirigeant {
    background-color: rgba(101,133,167,1);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, sans-serif;
    color:white;
}

.vis-label.GroupeDirigeant .vis-inner  {
    height:44px;
}

.vis-label.GroupeRegime {
    background-color: rgba(101,133,167,1);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, sans-serif;
    color:white;
    padding:0px;
}

.vis-label.GroupeRegime .vis-inner  {
    height:28px;
}

.vis-label.GroupeCarte {
    background-color: rgba(101,133,167,1);
    font-size: 10px;
    text-align: left;
    font-family: Verdana, sans-serif;
    color:white;
}

.vis-label.GroupeCarte .vis-inner  {
    height:25px;
}

.GroupeEvenement {
    background-color: white;
    border-color:white;
    padding:0px;
}

.GroupePeriode {
    background-color: rgba(189,215,230,1);
    border-color:white;
    padding:0px;
}

.GroupeDirigeant {
    background-color: rgba(189,215,230,1);
    border-color:white;
    padding:0px;
}

.GroupeRegime {
    background-color: rgba(189,215,230,1);
    border-color:white;
    padding:0px;
}

.GroupeCarte {
    background-color: rgba(189,215,230,1);
    border-color:white;
    padding:0px;
}

.zoom {
    zoom: 150%;
}

@media (max-width: 767px) {

  .sidebar {
      width: 100%;
      padding: 0;
      left: -100%;

  }

  .zoom-bar.visible{
      left: 100%;

  }
}

