@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
.upg, .qvg,.upmdjv,.usece,.vdnh {
  position: relative;
}

#upg-image, #qvg-image,#upmdjv-image,#usece-image,#vdnh-image {
  width: 85%;
  top: 0;
  position: absolute;
}

#upg-image {
  transform: translateX(-230px);
}

#qvg-image {
  transform: translateX(468px);
}

#upmdjv-image{
  transform: translateX(-780px);
}

#usece-image {
  transform: translateX(1015px);
}

#vdnh-image{
  transform: translateX(-1350px);
}



.histoire > div {
  height: calc(100% / 5);
  width: 100%;
}


body{
  background-image: url(images/Group\ 1.jpg);
  background-color: #192028;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
header{
	display: flex;
	justify-content: space-between;
	align-items: center;
  flex-wrap: wrap;
  height: 100px;
  background: #232730;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.menu{
  margin-left: 125px;
  margin-right: 125px;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  align-items: center;
}
h2{
  margin-left: 7px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #FFFFFF;
}
.Sign_up{
  padding: 13px 20px;
  margin-right: 37px;
  margin-left: 720px;
  color: #fff;
  border:none;
  font-size: 15px;
  cursor:pointer;
  outline:none;
  background-color: #192028;
  color: #FFFFFF;
  border-radius: 115px;
}
.Log_in{
  padding: 13px 20px;
  color: #fff;
  border:none;
  font-size: 15px;
  cursor:pointer;
  outline:none;
  background-color: #45BFBD;
  border-radius: 115px;
}
.hero{
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
  margin-left: 125px;
  margin-right: 125px;
}
.hero2{
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
  margin-top: 70px;
  margin-bottom: 70px;
  margin-left: 125px;
  margin-right: 125px;
}
h1{
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 10em;
  text-align: center;
  color: #FFFFFF;
}
nav{
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
  height: 50px;
  width: 659px;
  margin-left: 125px;
  margin-right: 125px;
}
.orange{
  padding: 15px 15px;
  margin-left: 37px;
	font-size: 21px;
	background-color: inherit;
	border: 1px solid #A0534B;
	border-radius: 5px;
	color: #A0534B;
	cursor: pointer;
	transition: color 0.5s, background-color 0.5s;
}
.orange:hover{
  color: inherit;
	background-color: #A0534B;
}
.pink{
  padding: 15px 15px;
  margin-left: 37px;
	font-size: 21px;
	background-color: inherit;
	border: 1px solid #AE2FB4;
	border-radius: 5px;
	color: #AE2FB4;
	cursor: pointer;
	transition: color 0.5s, background-color 0.5s;
}
.pink:hover{
  color: inherit;
	background-color: #AE2FB4;
}
.blue{
  padding: 15px 15px;
  margin-left: 37px;
	font-size: 21px;
	background-color: inherit;
	border: 1px solid #1F87CC;
	border-radius: 5px;
	color: #1F87CC;
	cursor: pointer;
	transition: color 0.5s, background-color 0.5s;
}
.blue:hover{
  color: inherit;
	background-color: #1F87CC;
}
.actus{
  margin-top: 85px;
  margin-bottom: 85px;
  margin-right: 125px;
  margin-left: 125px;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.actu_1{
  width: 100%;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.actu_2{
  width: 100%;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
  margin-top: 50px;
  margin-right: 0px;
}
.actu_3{
  width: 100%;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
  margin-top: 50px;
  margin-left: 0px;
}
footer{
  background-color: #1a1a1a;
  padding: 25px 100px;
  color:#828282;
}
footer .colonnes{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pink1{
  margin-left: 500px;
  padding: 15px 15px;
	font-size: 21px;
  margin-right: 37px;
	background-color: inherit;
	border: 1px solid #AE2FB4;
	border-radius: 5px;
	color: #AE2FB4;
	cursor: pointer;
	transition: color 0.5s, background-color 0.5s;
}
.pink1:hover{
  color: inherit;
	background-color: #AE2FB4;
}
.pink2{
  margin-left: 625px;
  padding: 15px 15px;
	font-size: 21px;
  margin-right: 37px;
	background-color: inherit;
	border: 1px solid #AE2FB4;
	border-radius: 5px;
	color: #AE2FB4;
	cursor: pointer;
	transition: color 0.5s, background-color 0.5s;
}
.pink2:hover{
  color: inherit;
	background-color: #AE2FB4;
}
.orange1{
  padding: 15px 15px;
  margin-right: 37px;
	font-size: 21px;
	background-color: inherit;
	border: 1px solid #A0534B;
	border-radius: 5px;
	color: #A0534B;
	cursor: pointer;
	transition: color 0.5s, background-color 0.5s;
}
.orange1:hover{
  color: inherit;
	background-color: #A0534B;
}
.blue1{
  padding: 15px 15px;
  margin-right: 0px;
	font-size: 21px;
	background-color: inherit;
	border: 1px solid #1F87CC;
	border-radius: 5px;
	color: #1F87CC;
	cursor: pointer;
	transition: color 0.5s, background-color 0.5s;
}
.blue1:hover{
  color: inherit;
	background-color: #1F87CC;
  }
.hero1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 125px;
  margin-right: 125px;
}
.games{
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 10em;
  line-height: 220px;
  text-align: center;
  color: #FFFFFF;
}
.box{
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 795px;
  height: 80px;
}
input[type="text"]{
  font-size: 36px;
  background: #fff;
  width: 568px;
  height: 80px;
  border: none;
  outline: none;
  padding: 0 40px;
  border-radius: 40px 0 0 40px;
}
input[type="submit"]{
  font-size: 36px;
  background: #45BFBD;
  color: #fff;
  margin-left: -5px;
  width: 227px;
  height: 80px;
  border: none;
  outline: none;
  padding: 0 40px;
  border-radius: 0 40px 40px 0;
  cursor: pointer;
}
.boxgames{
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
  margin-top: 150px;
  margin-bottom: 89px;
  margin-left: 125px;
  margin-right: 125px;
}
.imgbox{
  width: 100%;
}
a{
  color: #AE2FB4;
  text-decoration: none;
}
a:hover{
  color: #192028;
  text-decoration: none;
}
.a1{
  color: #A0534B;
  text-decoration: none;
}
.a1:hover{
  color: #192028;
  text-decoration: none;
}
.histoire{
  margin-bottom: 89px;
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
  height: 2800px;
}

.body1{
  background-image: url(images/Group\ 3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
.a2{
  color: #1F87CC;
  text-decoration: none;
}
.a2:hover{
  color: #192028;
  text-decoration: none;
}

