body {
  background: url(../images/fond.png) ;
  background-repeat: no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.conteneurEasy .logo {
    display:block;    
    background-image: url(../images/logoEasyspec.png);
    background-repeat: no-repeat;
    float : left;
    height: 50px;
    width:1600px;
    margin-bottom : 10px
    
}
.conteneur .logo {
    display:block;    
    background-image: url(../images/logodaikin.png);
    background-repeat: no-repeat;
    position : right;
    height: 150px;
    width:500px;
    
}

a img {
	transform: scale(1);
    transition-duration: 0.3s;
}
a img:hover {
   transform: scale(1.1);
}

.content.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1024px;


}
.content.grid > div {
    width: 150px;
    text-align: center;
    margin: 50px;
}

table {
    width: 80%;
}
@media only screen and (min-width: 1199px){
table {
    width: 60%;
}
}
@media only screen and (max-width: 800px){
table {
    width: 95%;
}
