body, html {
    height: 100%;
    margin: 0;
  }
  
  .bgimg-1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
  
  }
  .bgimg-1 {
    background-image: url("Site-en-maintenance.jpg");
    height: 100%;
  }

  a {
    color: black;
    font-family:Arial, Helvetica, sans-serif;
    font-size:small;
    position: relative;
    left: 73.5%;
    text-align: center;
  }
