/*  HACH GeraldM BOUTON EN BAS A DROITE */

html{
  scroll-behavior: smooth;
}
body{

  margin: 0;
  padding: 0;
}
section{
  width: 100%;
  height: 300vh;
  background-size: cover;
}
.gotopbtn{
  position: fixed;
  width: 25px;
  height: 30px;
  background: #FF68ED;
  bottom: 80px;
  right: 5px; 
  text-decoration: none;
  text-align: center;
  vertical-align:text-bottom;
  line-height: 25px;
}
.gotopbtnsocial{
  position: fixed;
  width: 25px;
  height: 70px;
  background: rgba(0%,0%,0%,0.7);
  bottom: 100px;
  right: 5px;
  text-decoration: none;
  text-align: center;
  vertical-align:text-bottom;
}

/*  HACH GM BARRE HAUT ET BAS */

#barre_fixe_H {
	position: absolute;
	z-index: 1;
	position: fixed;
	top: 0px;
	width: 100%;
	}
#barre_fixe_B {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-image: url(Icons/Pixel-vert.webp)
}
a:link {
	color: #4A8DC6; 
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #61B200;
}
a:visited {
	color: #F338DD; 
	text-decoration: none;
}




