
.Menu2 {
  border: 2px outset rgb(255, 252, 252);
  background-color:  rgba(170, 167, 167, 0.823);
  text-align: center;
  
  margin-block-start: 15px;
  margin-block-end: 15px;
  width: auto;
  padding: 12px;
  display: inline-block;
  
}

.tableau2 div{
  box-shadow: 5px 5px 5px rgb(246, 245, 245);
  border-radius: 10px;
  width: 200px;
  margin-inline-start: 75px;
  
  
}
.tableau2{
  width:100%;
}

.Logiciels{
  font-size: 30px;
  border:3px outset whitesmoke;
  background-color: rgba(0, 0, 0, 0.219);
  text-align : center;
  border-style: solid;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

img:hover{
  -ms-transform: scale(1.25); /* IE 9 */
  -webkit-transform: scale(1.25); /* Safari 3-8 */
  transform: scale(1.25);
}
  

@media screen and (max-width: 600px)
{
  .Menu2 {    
    margin-block-start: 7px;
    margin-block-end: 7px;
    width: auto;
    padding: 3px;    
  }
  
  .tableau2 div{
    width: 75px;
    margin-inline-start: 10px;
  }
  .tableau2{
    width:100%;
  }
  
  .Logiciels{
    font-size: 30px;
    border:3px outset whitesmoke;
    background-color: rgba(0, 0, 0, 0.219);
    text-align : center;
    border-style: solid;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  img:hover{
    -ms-transform: scale(1.25); /* IE 9 */
    -webkit-transform: scale(1.25); /* Safari 3-8 */
    transform: scale(1.25);
  }
    

}