@font-face {
    font-family: 'OutfitExtraLight';
    src: url('assets/fonts/Outfit-ExtraLight.otf') format('opentype');
}

@font-face {
    font-family: 'OutfitLight';
    src: url('assets/fonts/Outfit-Light.otf') format('opentype');
}

@font-face {
    font-family: 'RelationshipOfMelodrame';
    src: url('assets/fonts/Relationship-of-mélodrame.ttf') format('truetype')
}

body {
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", serif;
    background: white;
    text-align: center;
}

/* Logo */
.logo {
    position: absolute;
    top: 25px;
    left: 25px;
}

.logo img {
    width: 130px; /* Ajuste selon ton logo */
}

/* Conteneur principal */
.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 120px;
}

/* Texte "coming soon" */
.coming {
    font-size: 120px;
    font-family: 'RelationshipOfMelodrame';
    font-weight: 300;
    margin-bottom: 80px;
}

/* Image centrale */
.keyhole img {
    width: 150px; /* Ajuste selon l’image */
    height: auto;
    margin-bottom: 80px;
}

/* Bas de page */
.bottom {
    padding-bottom: 60px;
}

.bottom p {
    font-family: 'OutfitExtraLight';
    font-size: 20px;
    margin: 5px;
}

.subtext {
    font-size: 14px;
    margin-top: 20px;
}

.links {
    margin-top: 10px;
}

.links a {
    margin: 0 15px;
    font-size: 14px;
    text-decoration: none;
    color: black;
    border-bottom: 1px solid black;
    padding-bottom: 3px;
}

.links a:hover {
    opacity: 0.7;
}
