body {
	background-color: black;
}

*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.logo {
	padding: 25px;
	position: fixed;
	top: 0px;
	left: 0px;
}

.separation {
	background-color: #8A0808;
	position: fixed;
	margin-left: 20px;
	top: 137px;
	left: 0px;
}

.navbar {
	width: 800px;
	height: 80px;
	position: fixed;
	top: 0;
	right: -1100px;
	display: flex;
	align-items: center;
	transition: right 0.8s cubic-bezier(1, 0, 0, 1);
}

.navbar {
	background-color:#8A0808
 	opacity: 1;
}

.change {
	right: 0;
}

.hamburger-menu {
	width: 30px;
	height: 40px;
	position: fixed;
	top: 22px;
	right: 35px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.line-1 {
	margin-top: 7px;
	width: 100%;
	height: 4px;
	background-color: black;
	transition: all 0.8s;
}

.line-2 {
	width: 100%;
	height: 4px;
	background-color: black;
	transition: all 0.8s;
}

.line-3 {
	margin-bottom: 7px;
	width: 100%;
	height: 4px;
	background-color: black;
	transition: all 0.8s;
}

.line-2 {
	width: 100%;
	height: 4px;
	background-color: black;
	transition: all 0.8s;
}

.line-3 {
	margin-bottom: 7px;
	width: 100%;
	height: 4px;
	background-color: black;
	transition: all 0.8s;
}
.change .line-1 {
	transform: rotateZ(-405deg) translate(-8px, 16px);
}

.change .line-2 {
	opacity: 0;
}

.change .line-3 {
	transform: rotateZ(405deg) translate(-8px, -16px);
}

.nav-list {
	text-align: right;
}

.nav-item {
	list-style: none;
	margin: 27px;
	letter-spacing: 3px;
	float: left;
}

.nav-link {
	text-decoration: none;
	font-size: 25px;
	color: black;
	font-weight: 25;
	letter-spacing: 3px;
	text-transform: uppercase;
	position: relative;
	padding: 3px 0;
}

.nav-link::before,
.nav-link::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #8A0808;
	position: absolute;
	left: 0;
	transform: scaleX(0);
	transition: transform 0.5s;
}

.nav-link::after {
	bottom: 0;
	transform-origin: right;
}

.nav-link::before {
	top: 0;
	transform-origin: left;
}

.nav-link:hover::before,
.nav-link:hover::after {
	transform: scaleX(1);
}

HR {
  border-radius: 0 0 0 0;
}

@import url('https://fonts.googleapis.com/css?family=Lato:100&display=swap');

body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
}

.containeree {
  width: 400px;
  height: 400px;
  position: absolute;
  left: 95%;
  top: 96%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.center {
  width: 180px;
  height: 60px;
  position: absolute;
}

.btn {
  width: 180px;
  height: 60px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #8A0808;
  outline: none;
  transition: 1s ease-in-out;
  background-color: #8A0808;
}

svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: black;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}

.btn:hover {
  transition: 1s ease-in-out;
  background: black;
}

.btn:hover svg {
  stroke-dashoffset: -480;
}

.btn span {
  color: white;
  font-size: 18px;
  font-weight: 100;
}

.containereee {
  width: 400px;
  height: 400px;
  position: absolute;
  left: 5%;
  top: 96%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.psuivante {
	text-decoration: none;
	color: white;
	position: absolute;
	margin-top: -11px;
	margin-left: -66px;
}

.pprecedente {
	text-decoration: none;
	color: white;
	position: absolute;
	margin-top: -11px;
	margin-left: -78px;
}