/* CSS pour la page de maintenance */

/* Fonts and Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Archivo', sans-serif;
    color: #333;
    background-color: #f9f9f9;

    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

body {

    background: #191919;
    background-color: #0c0c0c;
    background-image: linear-gradient(to right, #80808015 1px, transparent 1px), linear-gradient(to bottom, #80808015 1px, transparent 1px);
    background-size: 20px 20px;
    background-size: 6% 3em;
    color: #fff;

}


header {
  position: fixed;
  top: 0;
  left: 0;
  width: 70%;
  width: 100%;
  padding: 20px;
}

.coming-soon-message {
    font-size: 0.9rem;
    color: #444;
    margin-bottom: 40px;
    padding: 0 3px;
}

/* Coming Soon Section */
#coming-soon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    padding: 10% 1% 2%;
}

.content {
    max-width: 520px;
    padding: 20px;
    text-align: center;
}

h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
    color: #b3b3b3;
}

h2 {
    font-size: 1.0rem;
    font-weight: 400;
    color: #bababa;
    margin-bottom: 20px;
}

h2 a {
    color: #ffffff;
}

h2 a:hover {
    color: #444;
}

@media (max-width: 800px) {
    h2 {
        font-size: 0.9rem;
        line-height: 1.3em;
    }
}

/* Social Media */
.social-media {
  position: fixed;
  bottom: 0;
  padding: 20px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.social-media a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.social-media a:hover {
    color: #444;
}
