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



body {
    background-color: #0A0E27;
    color: white;
    line-height: 200%;
    overflow-x: hidden;
    
}
header{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 83px;
    align-items: center;

}

.nav-link {
    text-decoration: none;
    color: white;
}

.container {
    width: fixed(1023px);
    height: 50px;
    font-family: 'Inter';
}

.nav{
    display: flex;
    gap: 20px;
    justify-content: end;
    align-items: center;
}

.nav-link:hover{
    color: #00FFFF;
}

.div {
    font-weight: 700;
    font-style: Bold;
    font-size: 27.5px;
    line-height: 46px;
    letter-spacing: -0.5px;
    vertical-align: middle;
}

.span{
    color: #00FFFF;
    font-weight: 700;
    font-style: Bold;
    font-size: 27.5px;
    line-height: 46px;
    letter-spacing: -0.5px;
    vertical-align: middle;
    
}

.section {
    background: linear-gradient(140deg,#1A1F3A,#FF00FF26) ;
    min-height: 690px;
}

.section-1 {
    background: linear-gradient(#1A1F3A99,#0F142899) ;
    min-height: 550px;
    align-content: center;
}

.contant {
    background: linear-gradient(150deg,#00FFFF26,#0F1428E5) ;
    min-height: 280px;
}

.center {
    margin: auto;
    width: 50%;
    padding: 5px;
}
.h1 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: linear-gradient(#FFFFFF,#00FFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 1px 1px 5px #00FFFF4D;
}
.p {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #B0B0B0;
}

.div-button {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.div-button-color {
    background: linear-gradient(#00FFFF,#0099FF);
    color: #0A0E27;
    filter: drop-shadow(0 0 0.35rem #00FFFF4D);
    padding: 15px;
    border: none;
    border-radius: 7px;
}

.button {
    background: linear-gradient(150deg,#00ffff00,#ff00ff00);
    padding: 15px;
    border: solid #00FFFF;
    color:#00FFFF;
    border-radius: 7px;
    
}
.div-element {
    align-items: center;
    margin-top: 250px;
}

ul li {
    list-style: none;
}
.ul {
    color: #888888;
}

.footer-div {
    width: 280px;
    padding: 10px;
}

.footer-div-p {
    width: 95%;
    color: #B0B0B0;
}

.footer-ul {
    display: flex;
    flex-direction: column;
    text-align: 50%;
    line-height: 2.8;
    color: #B0B0B0;
}
.footer {
    display: flex;
    flex-direction: row ;
    justify-content: center;
}
.footer-hr {
    width: 1250px;
}

.icon i {
    width: 40px;
    height: 40px;
    align-content: center;
    background: #00ffff1a;
    border: 1px solid #00FFFF4D;
    border-radius: 8px;
    color:#00FFFF;
    margin-top: 1rem;
}

.header-1{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.ccm {
    background-color: #0A0E27F2;
    min-height: 500px;
}

.ccm-2 {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.ccm-1 {
    background: linear-gradient(#1A1F3A99,#0F142899);
    width: 270px;
    height: 270px;
    text-align: center;
    border: 1px;
    border-style: solid;
    border-color: #00FFFF33;
    border-radius: 16px;
    align-content: center;
}
.ccm-h1 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.annonce-h1 {
    margin-left: 450px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.forms-annonce {
    display: flex;
    flex-direction: column;
    width: 250px;
    margin-left: 490px;
}

.forms-annonce1 {
    background-color: #0A0E27CC;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    border-style:solid;
    border-color: #00FFFF4D;
    border-radius: 15px;
    color: white;
}

::placeholder{
    color: #e0e0e0c4;
}

.Joueurs {
    background-color: linear-gradient(135deg,#1A1F3A,#0F1428);
    border: 1px solid rgba(0, 255, 255, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
    width: 670px;
    height: 361.16px;
    display: flex;
    flex-direction: column;
}
.players-flex {
  display: flex;
  width: 100%;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3rem;
  
}

.player-card {
  background: linear-gradient(135deg, rgba(26, 31, 58, 0.8), rgba(15, 20, 40, 0.8));
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  width: 365px;
}

.player-header {
  position: relative;
  margin-bottom: 1rem;
}

.player-avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: block;
 
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #00ffff;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.4);
  
}
.player-avatar img {
    width: 75px;
    height: 75px;
}

.player-info {
  text-align: center;
  flex-grow: 1;
}

.player-name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #fff;
}

.player-game {
  margin-bottom: 0.75rem;
}

.game-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

.game-badge.valorant {
  background: rgba(255, 70, 85, 0.2);
  color: #ff4655;
  border: 1px solid rgba(255, 70, 85, 0.4);
}

.game-badge.lol {
  background: rgba(0, 150, 255, 0.2);
  color: #0096ff;
  border: 1px solid rgba(0, 150, 255, 0.4);
}

.game-badge.cs2 {
  background: rgba(255, 165, 0, 0.2);
  color: #ffa500;
  border: 1px solid rgba(255, 165, 0, 0.4);
}

.player-rank {
  color: #00ffff;
  font-weight: 600;
}

.player-bio {
  color: #b0b0b0;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  border: none;
  font-size: 1rem;
}

.btn-primary {
  background: linear-gradient(135deg, #00ffff, #0099ff);
  color: #0a0e27;
  box-shadow: 0 4px 15px rgba(0, 255, 255, 0.3);
}

.section-title {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: #fff;
  position: relative;
}
