.background {
  position:absolute;
  width: 100%;
  height: 100%;
  background: url(all-in-one.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;  
}

#mention {
  z-index: 999;
  position: fixed;
  padding: 20px;
  font-size: 13px;
  color: #fff;
  text-align:center;
  width: 100%;
}

#footer {
  position: fixed;
  left: 0;
  bottom: -25px;
  width: 100%;
  text-align: center;
  padding: 25px;
} 

@media only screen and (max-width: 767px) {
  #footer { display: none; }
}

@media only screen and (min-width: 768px) {
  body {
    background-color: #54B1D9;
    overflow:hidden;
  }
}

#texte-haut,
#texte-bas,
#texte-haut-bas {
  position:absolute;
  width:100%;
}

@media (orientation: landscape) {
  #texte-haut-bas {
    margin-top: 100px;
    top: 34%;
    left: 27%;
    transform: translate(-50%, -50%);    
    width: 55%;
    max-width: 900px;
  }  
  #texte-haut {
    display: none;
  }
  #texte-bas {
    display: none;
  } 
}

@media (orientation: portrait) {
  .background {
    background: url(smartphone.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;  
  }
  #texte-haut-bas {
    display: none;
  }
  #texte-haut {
    top: 160px;
    width:100%;
  }
  #texte-haut img {
    max-width: 90%;
  }
  #texte-bas {
    bottom: 190px;
    width:100%;
  }
  #texte-bas img {
    max-width: 90%;
  }  
}


@media only screen and (max-width: 767px) and (orientation: portrait) {
  #footer { display: none; }
  #texte-haut {
    top: 80px;
  }
  #texte-bas {
    bottom: 60px; 
  }  
}


.container {
  width: 100%;
}
#footer .container {
  width: max-content;
}

.container .sixteen.columns {
  width: 100%;
}      

#header {
  display: none;
}
#slider {
  width: 100%;
}
#wrapper {
  padding: 0;
  background-color: transparent;
}
#navigation {
  border: 0;
  background-color: transparent;
  /*width: 600px;*/
  float: right;
  margin-top: 10px;
  margin-right: 50px;
}
#navigation ul li.menudepth0>a {
  font-size: 16px;
  text-shadow: -1px -1px 2px #438FA8;
}
#navigation ul li a {
  color: #fff;
}      
     

#scroll-top-top {
  display: none;
}


