    body  {font-family:'Times New Roman', Georgia, "Times New Roman", serif; background-image: url(images/pattern/diamond-upholstery.png);
    background-repeat: repeat;}
    .a-center { text-align: center;}
    *{ margin:0; padding:0;}
    .col { width:30.33%; margin:0 1%; float:left;}
    img { max-width: 100%;}
    .show-768 {display:none;}
    .construction { color:#ff0000; margin:100px 0 30px; background: rgba(255,0,0,0.25); border-radius: 3px; padding: 20px 40px;display: inline-block;}
    .no-display {display: none;}
    .img-under img {margin-top: 50px; margin-bottom: 15px; max-width:200px;}
    
@media all and (max-width: 1000px) {
    
}
@media all and (min-width: 768px) and (max-width: 999px) {
    
}
@media (max-width: 767px) {
   .col.show-768 {display:block;} 
   .col.max-768 {display:none;} 
   .col {width:100%; margin:0;}
   .col.logo,  
   .col.adresse { margin-top:35px !important;}
}
@media (max-width: 481px) {
      .construction {padding:20px; margin-top:50px;}
}
    