#div-gauche-header-clone {
	width: 15%;
	float: left;
	height: 60px;
	background-color: #E37116;

}

#div-gauche-header-clone-image {
  background-image: url("../images/example/symbiose.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: auto;
  height: 60px;

}

#div-center-header-clone {
	float: left;
	height: 60px;
	width: 70%;
	background-color: #F37E17;

}

#div-droite-header-clone {
	width: 15%;
	height: 60px;
	float: left;
	background-color: #E37116;

}

#div-menu-clone {

	width: 100%;
	height: 60px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	position: fixed;
	z-index: 600;
    display: none;
    top : -1px;

}

.ul-menu-header-clone {
  margin: auto;
  display: flex;
  height: 60px;
  padding-left: 0;
  color: white;
  border-left : 1px solid black;
  border-right: 1px solid black;
}

#ul-connexion-header-clone {

}

#li-connexion-header-clone {
  border: 2px solid white;
  height: 62%;
  width: 70%;
  text-align: center;
  border-radius: 7px;
  font-weight: 900;
  color: #2980b9;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(#eee, #ddd);
  background-image: linear-gradient(#eee, #ddd);
  background-repeat: repeat-x;

}

#back-to-top {
  margin: auto;
  text-align: center;
  font-size: 10px;
  height: 30px;
  padding-top: 20px;
  text-decoration: underline;
  cursor: pointer;
}

#scroll-top {
	height: 30px;
	width: 30px;
	margin: auto;
	margin-top: 2px;
}

#scroll-top-button {
  height: 30px;
  width: 30px;
  background-image: url("../images/example/scrollTop.png");
  background-size: 30px;
  /* padding-top: 2px; */
  cursor: pointer;
  border-radius: 20px;
  padding: 0px;
  border: none;
  background-color: white;
  margin-top: 2px;
}