
*{
    background: radial-gradient(circle, #101025 0%, #020205 100%);
;
}
.hero-content{
    color: #ddd;
    background-color: #ddd;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background: rgba(146, 134, 134, 0.8);
    border-bottom: 1px solid var(--neon-blue);
    position: sticky;
    top: 0;
    z-index: 100;
}

.logo { font-family: 'Orbitron', sans-serif; font-size: 1.5rem; color: var(--neon-blue); text-shadow: 0 0 10px var(--neon-blue); }
.nav-links { display: flex; list-style: none; gap: 30px; }
.nav-links a { color: white; text-decoration: none; font-weight: bold; transition: 0.3s; }
.nav-links a:hover { color: var(--neon-blue); text-shadow: 0 0 5px var(--neon-blue); }
.main-section h2{
    color: #ddd;
    
}
.main-section h3{
    color: #ddd;
    
}
.main-section h4{
    color: #ddd;
    
}
.main-section p{
    color: #ddd;
    
}
.main-section i{
    color: #ddd;
    
}

.hero {
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: radial-gradient(circle, #101025 0%, #020205 100%);
}

.glitch {
    font-family: 'Orbitron', sans-serif;
    font-size: 4rem;
    letter-spacing: 5px;
    color: white;
    position: relative;
    animation: glitch 1s infinite;
}


.main-section { padding: 80px 10% ; text-align: center; }
.section-title { margin-bottom: 50px; font-size: 2.5rem; letter-spacing: 3px; border-bottom: 2px solid var(--neon-purple); display: inline-block; }

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.card {
    background: var(--card-bg);
    border: 1px solid rgba(199, 201, 201, 0.1);
    padding: 40px 20px;
    border-radius: 5px;
    transition: 0.4s;
    position: relative;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%); 
}

.card:hover {
    background: rgba(0, 242, 255, 0.05);
    border-color: var(--neon-blue);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 242, 255, 0.1);
}

.icon-card { font-size: 3rem; color: var(--neon-blue); margin-bottom: 20px; }
.status { display: block; margin-top: 15px; font-size: 0.8rem; color: var(--neon-purple); letter-spacing: 2px; }


@keyframes glitch {
    0% { text-shadow: 2px 2px red, -2px -2px blue; }
    25% { text-shadow: -2px 2px red, 2px -2px blue; }
    50% { text-shadow: 2px -2px red, -2px 2px blue; }
    75% { text-shadow: -2px -2px red, 2px 2px blue; }
    100% { text-shadow: 2px 2px red, -2px -2px blue; }
}
#page-2 {
    background-color: var(--dark-bg);
    min-height: 100vh;
    margin: 0;
    padding: 0;
}


#page-2 .ecran {
    padding-top: 0; 
    min-height: auto;
}
.bouton1{
    position: relative;
    text-decoration: none;
    display:  inline-block;
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(25deg,#000,#277cf3,#000,#277cf3,#000);
    color: rgb(213, 213, 213);
    padding: 12px 25px;
    border-radius: 1px;
    margin: 30px 4px 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    transition: 0.5s;
}
.bouton1:hover{
     border-color: 9px solid rgb(221, 18, 18);
    color: #0004f5;
    background: white;
}
.carte-lien {
    text-decoration: none; 
    color: inherit;        
    display: contents;        
}
H4{
    color: #d31b1b;
}
.instruction-container{
    max-width: fit-content;
}
.nouv{
    text-align: center;
    align-items: center;
    height: 100px;
    width: 100%;
    text-align: center;
    border: 4px solid#000;
    color: #000;
    background: #000;
}
.nouv img{
    position: relative;
    width: 90px;
    height: 90px;
}
.nouv span{
    position: absolute;
   animation: flashtexte 0.8s,cachetexte 0s forwards 7s;
    font-weight: bold;
    color: #b1b2e7;
    height: auto;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    left: 1%;
}
.tt{
    position: relative;
    max-width: 70px;
    top: 15px;  
}
.videoplay{
    align-items: center;
    display: none;
    position: absolute;
    top: 600px;
}
.TERRA{
    color: #ddd;
}
.logo h{
    color: #ddd;
}
