html,
body {
  overflow-x: hidden;
}

#bandeau {
  box-shadow:0px 0px 0px #7D7D7D;
  margin-top: 10px;
	margin-bottom: 10px;
	border: solid 0px #6D6D6D;

}

/* wrapper styles */
.wrapper {
  position: relative;
  min-height: 100vh;
}

/* small screens styles */
@media only screen and (max-width: 1500px);

  .sidebar {
    position: absolute;
    top: 0;
    width: 50vw;
    min-height: 100vh;
  }
  .wrapper {
    transform: translateX(0) translateZ(0);
    transition: transform .2s;
    will-change: transform;
  }

  /* Button deco */
  [class^="nav-button"] {
    display: block;
    z-index: 1;
    height: 3.5rem; width: 3.5rem;
    background-color: transparent;
    background-image: linear-gradient(to right, #B58329, #B58329),
      linear-gradient(to right, #B58329, #B58329),
      linear-gradient(to right, #B58329, #B58329);
    background-position: center top, center, center bottom;
    background-repeat: no-repeat;
    background-size: 3.5rem .7rem;
    padding: 0;
    outline: 0;
    border: 0;
    cursor: pointer;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }

  /* here's goes the push left effect */
  body:target .wrapper {
    transform: translateX(50vw);
  }
  .nav-button-close,
  body:target .nav-button-open {
    display: none;
  }
  .nav-button-open,
  body:target .nav-button-close {
    display: block;
  }

/* end of small screen media query */
/* Global deco */
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
html body {
  margin: 0;
  padding: 0px;
  color: #FFF;
  font-size: 2.1em;
  font-family:times new roman;
}
a {
  color: #fff;
}
.wrapper {
  padding:2rem;

  background-color: white;
}
.sidebar {
  padding-top: 1em;
  background: #eee;
  color: #ddd;
}
nav a {
  display: block;
  padding: .7em;
  margin-bottom: 2px;
  text-decoration: none;
  background: rgba(255,255,255, 0.1);
}

	.reflet {
			box-shadow:0px 0px 0px #7D7D7D;
			margin-bottom: 10px;
			margin-top: 10px;
			border: solid 0px #6D6D6D;

			display: none;
	}
	.pourque {
				box-shadow:6px 6px 4px #7D7D7D;
				border: solid 1px #6D6D6D;

				display:none;
	}


#piedpage {
	width: 810px;
	height: 108px;
  margin-left: -3px;
	background-color:#CCCCCC;
  text-align: left
	}

#menu-bar {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 6px 6px 4px 6px;
  height: 50px;
  line-height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: 6px 6px 4px #7D7D7D;
  -webkit-box-shadow: 6px 6px 4px #7D7D7D;
  -moz-box-shadow: 6px 6px 4px #7D7D7D;
  background: #FFFDFD;
  border: solid 1px #6D6D6D;
  position:relative;
  z-index:999;
}
#menu-bar li {
  margin: 0px 0px 6px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  position: relative;
  list-style: none;

}
#menu-bar a {
  font-weight: normal;
  font-family: 'times new roman';
  font-style: oblique;
  font-size: 25px;
  color: #B58329;
  text-decoration: none;
  display: block;
  padding: 8px 25px 10px 20px;
  margin: 0;
  margin-bottom: 6px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-shadow: 6px 6px 4px #7D7D7D;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #FFFFFF;
  color: #B58329;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 6px 6px 4px #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #FCFFFE !important;
  background: linear-gradient(top,  #F0F3F5,  #D4D4D4) !important;
  background: -ms-linear-gradient(top,  #F0F3F5,  #D4D4D4) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F3F5), to(#D4D4D4)) !important;
  background: -moz-linear-gradient(top,  #F0F3F5,  #D4D4D4) !important;
  color: #B58329 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 4px 4px 4px #7D7D7D;
  font-style: oblique;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background: #FFFFFF;
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 36px;
  left: 0;
  border: solid 0px #B4B4B4;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-shadow: 0px 0px 4px #7D7D7D;
  -moz-box-shadow: 0px 0px 4px #7D7D7D;
  box-shadow: 0px 0px 4px #7D7D7D;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#B58329 !important;
  font-size:17px;
  font-style:normal;
  font-family:'times new roman';
  font-weight: normal;
  text-shadow: 4px 4px 4px #7D7D7D;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottom-right: 0px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}

.tab {
text-indent: 20px;
}
.main {
  text-align: justify;
  color: #822;

}

@media all and (max-width: 500px)
  {
  .reflet{
      display: block;
  }
}

.piedpage {
  background: linear-gradient(0deg, black, grey 98%, grey);
  width: 100%;
	height: 140px;
  box-shadow:6px 6px 4px #575757;
  margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px #6D6D6D;
  text-align: center;
  color : #B58329;
  font-family:times new roman;
  font-size: 22px;
  font-weight: bold;

}
.copy {
  text-align: center;
  color : #B58329;
  font-family:times new roman;
  font-size: 10px;
  font-weight: normal;
}
