code {
  border: solid 1px blue;
  width: 100%;
  display: inline-block;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}
.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}
.btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

body {
    background: url(../veolia13.png) no-repeat center center fixed; 
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;   
}
.waiting
      {
      font-family:    Arial, Helvetica, sans-serif;
      font-size:      18px;
      font-weight:    bold;
	  left:   25%;
	  position: fixed;
	  bottom: 0px;
	  color : #c53737;
	  color : #13dd25;
   }
.player {
  margin-top: 1%;
  mergin-left: 1%;
}

input {
  padding: 10px 20px;
  
     background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
  
}

video::-webkit-media-controls {
	display: none;
}

video {
  display: none;
  pointer-events: none;
}
.player {
  display: none;
}
