*{
  font-family: 'Cabin', sans-serif;
  margin:0;
  padding:0;
}
body{
  background-image: url(../images/fond_02.jpg);
  background-color:#3d3838;
  background-size:cover;
  background-repeat: no-repeat;
  height:100%;
}
html{
  height:100%;
}
footer{
  position:fixed;
  height:40px;
  bottom:0px;
  padding:15px 0;
  width:100%;
  background-color:#3d3838;
}
.banner {
  position:absolute;
  top:0;
  left:0;
  padding-top:15px;
  height:60px;
  width:100%;
  background-color:#fff;
}
.banner img {
  margin-left:10px;
}
.container {
  position:relative;
  display:flex;
  align-items: center;
  justify-content:center;
  height:100%;
}

.service-message {
  margin-top:60px;
  color:#fff;
  text-shadow:1px 1px 8px #000;
  text-align:center;
  max-width:500px;
  font-size: 2em;
  font-weight:700;
  text-transform:uppercase;
}
.copyright {
  position:absolute;
  bottom:15px;
  left:10px;
  color:#ebebeb;
  font-size: 0.7em;
  font-weight:300;
}
