
#armes_descritption{
margin-right : 10vw;
margin-left : 10vw;
}
 #fusil_a_pompe , #sniper , #arbalete {
  margin-top : 50px;
}
#fusil_assaut{
  margin-top : 80px;
}
.nouveauté{
  color : #2e2e2e;
  opacity :0.9;

}

.titre {
  font-family :"fortnite" ;
  font-size: 50px;

}
.description{
  padding-bottom : 10px;
}
.guide_arme{
  color : #2e2e2e;
  opacity :0.9;

}
.trait{
  height : 2px;
  width : 80vw;
  background-color : #2e2e2e;
  margin-top : 10px;
  opacity : 0.5;
  border-radius : 15px;
}
.description_arme{
  width : 80vw;
  display : flex;

}
.titre_arme{
  font-size : 40px;
   font-family :"fortnite" ;
    margin-top :10px;
}
.rareté {
  font-size: 15px;
  font-family: 'calibri';
}
.arme img{
  margin-top : 10px;
  display :inline-block;
  text-align : center;
}
.arme{
    margin-left : auto;
    margin-right : auto;
    margin-top : 50px;
    text-align : center;
    width : 400px;
    height : 575px;
    text-decoration: none;
    background-color : rgba(40,48,50,.5);
    border-radius : 5px;
   font-family :"calibri" ;
    color :white;
}
.avantage , .inconvénient , .point-fort , .faiblesse{
  list-style: none;
  padding : 0;
  font-size: 15px;
  text-align : left;
  margin-bottom :10px;

}
.avantage li, .inconvénient li {
  display: inline-block;
  text-align : center;
  margin-top : 5px;
  width : 113px;
   margin-left :13px;
}

.point-fort , .faiblesse{
  font-family: 'fortnite';
  font-size : 23px;
  margin-left : 10px;
}

/* tableau*/
.caracteristique {
  margin-top : 30px;

  width : 380px;
  height : 200px;
  margin-left: 10px;
  margin-right : 10px;
  border-radius:2px 2px 2px 2px;


}

.caracteristique th{
text-align :center;
color:#ffffff;
}
.caracteristique td{
text-align : left;
color:#ffffff;
padding : 5px;

}
.ligne1 {
  background-color : #696555;
}
.ligne2 {
  background-color : #75715f;
}


@media screen and (max-width: 1500px) {
  .description_arme  {
    flex-direction: column;
}
  }
  @media screen and (max-width: 450px) {
    .arme {
      width : 100vw;
      height : 600px;
    }
    #armes_descritption{
      margin-right: 0;
      margin-left: 0;
    }
   .caracteristique{
    position : absolute;
    left : -1vw;
    margin-right: 0;
    margin-left: 0;
   }
   .caracteristique td{
     padding : 0;
     width : 0 px;
   }
}
