
html{
  overflow-x: hidden;
}

#blockhome{
  height:70vh;
  background: url('http://localhost/elearning/public/images/home.jpeg');
  background-size: cover;
  background-position: top center;
  position:relative;
}

#titleHome{
  right:10%;
  top:40%;
}

.bubble:before {
  background-color: #fff;
    content: "\00a0";
    display: block;
    border-right: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    height: 11px;
    position: absolute;
    top: 11px;
    transform:             rotate( 29deg ) skew( -35deg );
        -moz-transform:    rotate( 29deg ) skew( -35deg );
        -ms-transform:     rotate( 29deg ) skew( -35deg );
        -o-transform:      rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
    width:  15px;
    right:-8px;
}

.custom-file-label { opacity: 0; }
.custom-file-input { opacity: 1; }

.timeline ul li {
  list-style-type: none;
  position: relative;
}
.timeline ul{
  padding:0;
  border-left:2px solid #1955a6;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: -0.2%;
  top: 42%;
  transform: translateX(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #1955a6;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  padding: 15px;
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
}

#contenu img{
  max-width:100%;
}


.ui-state-highlight { list-style-type:none; height: 3em; line-height: 1.2em; background:#f8f8f8;}
.buttonOrder{display:none;}
