
body {
    background-image: linear-gradient(#413763, #3a08ec);
    min-height: 100vh;
    font-family: 'Inter', sans-serif; 
    
    color: #ffffff;
    padding: 20px;

    display: flex;             
    flex-direction: column;    
    align-items: center;       
    justify-content: flex-start; 
}


.project-description-en {
    max-width: 800px; 
    width: 90%;
    
    font-weight: 300; 
    
    text-align: center; 
    margin-top: 30px; 
    
    font-size: 1.15em; 
    
    line-height: 1.6; 
    
    margin-bottom: 20px;
    display: block; 
}


.boite {
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  background-image: linear-gradient(to top right, #3f3453 0%, #6a478b 99%, #6c10d6 100%);
  margin-top: 20px;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


#logo {
    margin-top: 10vh; 
}

#titre-principal {
    margin-top: 5vh;

    margin-bottom: 30px;

    font-size: 40px; 
    color: #FFFFFF;
}

.project-description-en {
    max-width: 800px; 
    width: 90%;
    
    text-align: center; 
    
    margin-top: 30px; 
    font-size: 1.1em; 
    
    margin-bottom: 20px;
    display: block; 
}

.project-description-fr {
    display: none;
}
.download-button {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #4f46e5;
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.download-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
/* Download page */

.download-box {
    width: 90%;
    max-width: 500px;
    padding: 25px;
    border-radius: 14px;
    background-image: linear-gradient(to top right, #3f3453 0%, #6a478b 99%, #6c10d6 100%);
    margin-top: 30px;
    color: white;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.release-info {
    margin-top: 10px;
    font-size: 0.95em;
    opacity: 0.9;
}

.warning-box {
    width: 90%;
    max-width: 700px;
    margin-top: 25px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.25);
    border-left: 4px solid #facc15;
    border-radius: 10px;
    text-align: left;
}

.warning-box p {
    margin-bottom: 10px;
}

pre {
    background: rgba(0, 0, 0, 0.35);
    padding: 12px;
    border-radius: 8px;
    overflow-x: auto;
    font-size: 0.95em;
}
