body {
  height: 100%;
  width:98.5%;
  margin:1%  ;
  font-family: Arial, Helvetica, sans-serif;
   background-color:  #B6D8F2;
}

/* En-tête/logo Titre */
.header {
  padding: 2px;
  padding-left: 3%;
  padding-right:3%;
  text-align: center;
  background-image:url("images/background.jpg");
  color: #5784BA;
}

/* menu responsive */
.topnav {
  overflow: hidden;
  background-color: #5784BA;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 7px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1200px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.container	{
  padding: 10px;
  background-image:url("images/background.jpg");
  color: black;
  text-align: left;
}	

/* .container1	{ */
  /* padding: 10px; */
  /* background-image:url("images/facade.jpg"); */
  /* color: black; */
  /* text-align: left; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
/* } */

.flottel {
float:left;
}
.flotter {
float:right;
}
 /*haut de page*/
#scrollUp
{
position: fixed;
bottom : 2px;
right: -100px;
opacity: 0.5;
}
