/* Eléments principaux de la page */

body{
    font-family: 'Arial',"doc who",  Arial, sans-serif;
    font-size:16px;
    color: #181818;
    background: rgb(241,241,241);
}

#bloc_page{
  height: 100%;
  width: 94%;
  min-width: 400px;
  margin: auto;
  z-index: 2;
}

@media all and (max-width: 1024px){
    #bloc_page{
        width: auto;
        font-size:12px !important;
    }
    #volet, #divPrincipal{
      display: block;
      width: 100% !important;
    }  
    #volet{
      border-right: 0px;
      border-bottom: 1px rgb(200,200,200) solid;
      padding-bottom: 20px;
      margin-bottom: 10px;
    }
    #photo{
      width: 22% !important;
    }
    #texteBandeau{
      width: 70% !important;
    }
    #bandeauDroit, #bandeauGauche{
      display: block !important;
      width: 100% !important;
      height: auto !important;
    }
    #bandeauGauche strong{
      font-size: 20px !important;
    }
    #bandeauGauche{
      padding-top: 0px !important;
      font-size: 17px !important;
    }
    #bandeauDroit{
      text-align: left !important;
      margin-right: 0px !important;
    }
}


/*#volet, #divPrincipal{
  display: inline-block;
  vertical-align: top;
}
#volet{
  width: 18%;
  border-right: 1px rgb(200,200,200) solid;
  padding-right: 20px;
  margin-right: 10px;
  font-size:14px;
  text-align: justify;
}
.traduction img{
  height: 14px;
  width: auto;
}*/
#divPrincipal{
vertical-align: top;
  width: 90%;
  margin: 0 auto;
}

ul{
 padding-left: 15px;
}


/* Bannière */

#bandeau{
  width: 96%;
  height: 150px;
  border-radius: 5px;
  max-height: 150px;
  color: gray;
  margin-top: 15px;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px; 
  background: linear-gradient(to right, rgb(255,255,255), rgb(241,241,241)) !important;
  background: -webkit-linear-gradient(left, rgb(255,255,255), rgb(241,241,241)) !important; /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, rgb(255,255,255), rgb(241,241,241)) !important; /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, rgb(255,255,255), rgb(241,241,241)) !important; /* For Firefox 3.6 to 15 */
}
#fondBandeau{
  top: 15px;
  margin-left: 25%;
  width: 48%;
  height: 170px;
  background: url('./fichiers/img/capture.png') no-repeat;
  background-size: 100% auto;
  background-position: 0% 64%;
  opacity: 0.06;
  position: absolute;  
  z-index: 0;
}

#photo, #texteBandeau{
  display: inline-block;
  vertical-align: top;
  height: 100%;
  position: relative;  
  z-index: 2;
}
#photo{
  padding-right: 10px;
  width: 8%;
  text-align: right;
  height: 100%;
}
#photo img{
  border: 1px rgb(200,200,200) solid;
  border-radius: 5px;
  height: 100%;
  width: auto;
}
#texteBandeau{
  padding-right: 10px;
  height: 100%;
  width: 88%;
}
#bandeauDroit, #bandeauGauche{
  display: inline-block;
  vertical-align: top;
  height: 100%;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#bandeauGauche strong{
  font-size: 30px;
}
#bandeauGauche{
  width: 60%;
  font-size: 24px;
  padding-top: 38px;
  padding-right: 0px !important;  
}
#bandeauDroit{
  width: 39.4%;
  text-align: right;
  padding-left: 0px !important;  
}
.bandeauDroit{
  margin-top:2px;
  margin-bottom:2px;
}



/* generaux */

strong{
  color: rgb(100,100,100) !important;
}
legend {
  font-variant: small-caps;
  color: rgb(100,100,100);
  font-weight:bold;
  opacity: 0.6;
}
fieldset{
  border: 0px rgb(200,200,200) solid;
  box-shadow: none;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  background-color: white;
  text-align: justify;
}
fieldset p{
  margin-bottom: 8px;
  margin-top: 3px;
}

.imageDocToMe img{
  border: 2px white solid;
}
.iconeFieldset{
  height: 12px;
  width: 100%;
}
.iconeFieldset img{
  height: 100%;
  width: auto;
  margin-left: 49%;
  margin-right: 0;
}

#legendeTimeLine{
  z-index: 0;
  text-align: right;
  opacity: 0.5;
  font-size: 12px;
}
.starLegende,.dotLegende{
  height: 12px;
  width: 12px;
}
.dotLegende{
  margin-left: 8px;
}


/* Timeline */

.timeLine{
  background-color: transparent !important;
  border: none !important;
  cursor: auto;
  padding-top: 60px;
}
#timeLineDebut, #timeLine, #timeLineFin{
  display: inline-block;
  vertical-align: top;
}
#timeLineDebut, #timeLineFin{
  position: absolute;
  opacity: 0.7;
}
#timeLineFin{
  width: 0 !important; 
  height: 0 !important; 
}
#timeLine{
  width: 95%;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 27px;
}
#timeLine .periode{
  display: inline-block;
  vertical-align: top;
  text-align:center;
}
.labelPeriode{
  border: none !important;
  font-style:italic;
  color: rgb(100,100,100);
  padding-top: 4px;
  font-size: 90%;
}
.contenuTimeLine{
  max-width: 42%;
  border: 1px gray solid;
  position: absolute;
  background-color: white;
  padding: 4px;
  border-radius: 5px;
  z-index: 2;
}
.flecheContenuTimeLine{
  position: absolute;
  width: 0; 
  height: 0; 
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 20px solid white;
  opacity: 0.8;
}


.publi{
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
}
.labelDate{
  position: absolute;
  color: rgb(150,150,150);
  font-size: 14px;
  padding-left: 8px;
}
.contenuFleche{
  border-top: 1px black solid;
  position: absolute;
  padding-left: 4px;
  font-size: 80%;
}
.fleche{
  border-left: 2px black solid;
  position: absolute;
}
.diplome{
  position: absolute; 
}
.star, .dot{
  height: 20px;
  width: 20px;
}

.isCoupe, .labelPeriode{
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.echelle{
  opacity: 0.6;
  cursor: pointer;
}
.tick{
  border-left: 2px white solid;
  position: absolute; 
}
.labelTick{
  position: absolute;
  font-size: 12px;
  color: white;
  -webkit-transform:rotate(270deg); /* Saf3.1+ */
  -moz-transform:rotate(270deg);/* FF3.5/3.6 */
  -o-transform: rotate(270deg);  /* Opera 10.5 */
  transform: rotate(270deg);  /* Newer browsers (incl IE9) */
}

.today{
  font-variant: small-caps;
  color: red;
  font-size: 14px;
  font-weight: bold;
  z-index: 8
}
.tick.today{
  border-left: 3px red dotted !important;
}
.divFutur{
  background-color: white;
  opacity: 0.7;
  position: absolute;
  margin-left: 2px;
}
.casePeriode{
  opacity: 0.7;
}


/* Hover */

.divFutur:hover{
  cursor: pointer;
}
.contenuFleche:hover{
  cursor: pointer;
}

.traduction img:hover{
  height: 15px !important;
  width: auto;
}
.imageDocToMe img:hover{
  border: 2px rgb(200,200,200) solid;
}

a:not(.imageDocToMe) img:hover{
  height: 18px;
  width: auto;
}
.echelle{
  cursor: pointer;
}

.casePeriode:hover{
  cursor: pointer;
  opacity: 1 !important;
}
fieldset:hover{
  /*border: 2px rgb(0,131,73) solid;*/
  box-shadow: 0px 2px 2px rgba(200,200,200, 0.5);
}
.timeLine:hover{
  box-shadow: none !important;
}
.publi:hover{
  cursor: pointer;
}
.diplome:hover{
  cursor: pointer;
}
.star:hover, .dot:hover{
  height: 25px !important;
  width: 25px !important;
}



.plie{
  background: -webkit-linear-gradient(right, rgb(123,210,240), rgb(241,245,251)) !important; /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, rgb(123,210,240), rgb(241,245,251)) !important; /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, rgb(123,210,240), rgb(241,245,251)) !important; /* For Firefox 3.6 to 15 */
  background: linear-gradient(to left, rgb(123,210,240), rgb(241,245,251)) !important; /* Standard syntax */
  cursor: pointer !important;
}
.plieVertical{
  background: -webkit-linear-gradient(rgb(123,210,240), rgb(241,245,251)) !important; /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgb(123,210,240), rgb(241,245,251)) !important; /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgb(123,210,240), rgb(241,245,251)) !important; /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgb(123,210,240), rgb(241,245,251)) !important; /* Standard syntax */
  cursor: pointer !important;
}
.deplie{
  background: -webkit-linear-gradient(right, rgb(52,144,185), rgb(241,245,251)) !important; /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, rgb(52,144,185), rgb(241,245,251)) !important; /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, rgb(52,144,185), rgb(241,245,251)) !important; /* For Firefox 3.6 to 15 */
  background: linear-gradient(to left, rgb(52,144,185), rgb(241,245,251)) !important; /* Standard syntax */
}
.deplieVertical{
  background: -webkit-linear-gradient(rgb(52,144,185), rgb(241,245,251)) !important; /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgb(52,144,185), rgb(241,245,251)) !important; /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgb(52,144,185), rgb(241,245,251)) !important; /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgb(52,144,185), rgb(241,245,251)) !important; /* Standard syntax */
}

.visible{
  display: inline-block;
}
.invisible{
  display: none;
}

/* Panneau footer */

footer{
  width: 100%;
  height: 5%;
  border-top: 1px gray dashed;
  margin-top: 40px;
  font-size: 12px;
  opacity: 0.8;
}

footer p{
  margin-top: 0px;
}
