.table{
  margin:0px;
  table-layout: auto;
  /* table-layout: fixed; */
  border-collapse: separate;
  width: 100%;
}
.table td {
  vertical-align: middle;
}

.table td{
  padding:5px;
  border: 1px solid #aaa;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.table .col-jour{
  width:10%;
  min-width:10%;
  background-color: #999;
  /* background-color: #007bff; */
  background-color: #ddd;
}

.table .col-demi-jour{
  width:10%;
  min-width:10%;
  background-color: #bbb;
  /* background-color: #007bff; */
}

.table .col-data{
  background-color: #ddd;
}

#div-photos .card-body{
  background-color: #333;
}

.line-end{
  float : inline-end; 
}

.carousel-item {
  padding-bottom:100px;
}

#video, #canvas{
  width:100%;
}

.vhidden{
  visibility : hidden; 
}