body {

}


#central{
  position: absolute;
  width:50%;
 margin-top:auto;
}
#box{
  position: absolute;
 /* white-space: nowrap;*/
  width: 50%;
  margin-left:50%;
  margin-top:auto;
  display: table;
}
#box2{
  position: absolute;
 /* white-space: nowrap;*/
  width: 50%;
  
  margin-left:50%;
  margin-top:8%;
  display: table;
}

#box3{
  position: absolute;
 /* white-space: nowrap;*/
  width: 50%;
  
  margin-left:50%;
  margin-top:16%;
  display: table;
}

#box4{
  position: absolute;
 /* white-space: nowrap;*/
  width: 50%;
  
  margin-left:50%;
  margin-top:24%;
  display: table;
}

.logo-image {
  vertical-align: middle;
  padding: 5px;
  display: table-cell;
}

.logo-image img {
  max-width: 100%;
}

.visuel {

display:inline;

}

.visuel img{

display:inline;
vertical-align: middle;
text-align:center;
max-width:100%;
max-height:100%;

}
