@font-face {
    font-family: "ComicNeue";
    src: url("/fonts/ComicNeue-Regular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
  }

body {
    font-family: "ComicNeue", cursive, sans-serif;
    text-align: center;
    background: url('images/rainbowstr.gif') repeat;
    color: white;
    padding: 10%;
    margin: 0;
}


html, body {
    cursor: url('/images/baguette.png') 10 5, auto;
  }

a, a:hover, button, button:hover, [onclick], [onclick]:hover,
input[type="submit"], input[type="submit"]:hover,
.btn-retour, .btn-retour:hover {
    cursor: url('/images/Star_point_cursor.png') 0 0, pointer !important;
  }
  

.star {
    position: absolute;
    width: 15px; 
    height: 15px;
    pointer-events: none; 
    animation: fadeOut 1s forwards, twinkle 0.5s infinite alternate;
}


@keyframes fadeOut {
    from { opacity: 1; transform: scale(1); }
    to { opacity: 0; transform: scale(2); }
}


@keyframes twinkle {
    from { filter: brightness(1.2); transform: rotate(0deg); }
    to { filter: brightness(2); transform: rotate(15deg); }
}


#site-logo {
    position: fixed; 
    top: 0;
    left: 50%;
    transform: translateX(-50%); 
    z-index: 1000; 
    padding: 10px;
}

#site-logo img {
    height: 150px; 
    width: auto;
}

  
  
  
  #container {
    width: 700px;
    margin: 30px auto;
    padding: 20px;
    background-color: #fffbdc;
    border: 5px solid #ffc400;
    position: relative;
  }
  


.page-container {
    max-width: 600px;
    margin: auto;
    background: rgb(255, 255, 255);
    padding: 20px;
}


h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #ff4d4d;
}


p {
    font-size: 1.3rem;
    line-height: 1.5;
}


a {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background-color: #ff4d4d;
    color: white;
    text-decoration: none;
    transition: background 0.3s;
}

a:hover {
    background-color: #ff0000;
}




.construction {
    background-color: #615858;
    padding: 50px;
}


.maintenance {
    background-color: #1a1a1a;
    padding: 50px;
}


.error-404 {
    background-color: #1a1a1a;
    padding: 50px;
}
