body {
  background: #020024;
background: linear-gradient(270deg,rgba(2, 0, 36, 1) 0%, rgba(1, 1, 112, 1) 50%, rgba(0, 212, 255, 1) 100%);
background-repeat: no-repeat;
margin: 0;
}

.map {
  width: 600px;
  height: 400px;
}



header {
  background-image: url(../image/image_Acceuil/Banner.png);
  background-repeat: no-repeat;
  height: 150px;
  background-size: cover;
  background-position: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  text-align: center;
  justify-content: center;
  display: flex;
}

.container1 {
  padding: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.side_bar_map {
 background: #833AB4;
background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
  margin: 25px;
  width: 175px;
  height: 200px;
  align-content: flex-start;
  font-family: Arial, Helvetica, sans-serif;
}

.container2 {
  margin-top: 10px;
}

p.descriptif {
  color: white;
  margin-left: 40%;
}

a {
  text-decoration: none;
}

#equipe_dev {
  clip-path: polygon(0 0, 49% 10%, 36% 25%, 100% 51%, 69% 66%, 32% 85%, 0 100%, 0 51%);
  background: #833AB4;
background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
color: gray;
font-size: larger;
font-family: fantasy;
  display: block;
  padding: 60px;
  width: 50vw;
  height: 75px;
}

#histoire_jeux {
  clip-path: polygon(50% 24%, 100% 0, 100% 30%, 100% 70%, 100% 100%, 41% 76%, 59% 64%, 0 50%);
background: #833AB4;
background: linear-gradient(270deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
color: gray;
font-size: larger;
font-family: fantasy;
text-align: end;
  display: block;
  padding: 60px;
  width:50vw;
  height: 75px;
}

#histoire {
  display: flex;
  justify-content: flex-end;
}

#scénario_jeu {
  clip-path: polygon(0 0, 87% 25%, 62% 34%, 100% 50%, 33% 74%, 57% 76%, 0 100%, 0% 30%);
  background: #833AB4;
background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
display: block;
color: gray;
font-size: larger;
font-family: fantasy;
  padding: 60px;
  width: 50vw;
  height: 75px;
}

#reflets{
  display: flex;
}

#reflets_realité {
  clip-path: polygon(18% 15%, 100% 0, 100% 60%, 100% 100%, 49% 74%, 0 50%, 70% 25%);
background: #833AB4;
background: linear-gradient(270deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
color: gray;
font-size: larger;
font-family: fantasy;
text-align: end;
  display: block;
  padding: 60px;
  width:50vw;
  height: 75px;
}

footer{
  background: #000d1f;
background: radial-gradient(circle, rgba(0, 13, 31, 1) 0%, rgba(212, 38, 38, 1) 50%, rgba(23, 61, 92, 1) 100%);
background-size: cover;
display: flex;
justify-content: space-between;
height: 75px;
margin-top: 150px;
}

#logo_EMF {
  height: 50px;
  margin-top: 12px;
  margin-left: 30px;
}

#logo_arrowhead{
  height: 50px;
  margin-top: 12px;
  align-items: flex-end;
  margin-right: 30px;
}

h4 {
  color: white;
}

@media screen and (max-width: 650px){
  .container1{
    display: none;
  }
}