body {
    font-family: fenwick, sans-serif;;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url("bg.jpg");
    background-size: cover;
    background-position: center;
    color: white;
    flex-direction: column;
    position: relative;
}

img {
   height: 130px;
   width: auto;
   position: absolute;
   top: 150px; 
}

.char h1 {
    color: White;
    

}

.background-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -10;
    overflow: hidden;
}

.construction-text {
    position: relative;
    font-family: fenwick, sans-serif;
font-weight: lighter;
font-style: normal;
top: 0px;
    font-size: 2em;
    font-weight: light;
    color: rgb(210, 141, 30);
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    text-align: center;
    transform-origin: center;
    transform: translateZ(0); /* Pour un meilleur rendu avec GSAP */
}

#cache {
    display: none;
}


.container {
    text-align: center;
    max-width: 600px;
    padding: 20px 60px;
    background: #333333;
    box-shadow: -1px 1px 47px 20px rgba(0, 0, 0, 0.36);
    border-radius: 8px;
    z-index: 2;
    position: absolute;
    bottom: 150px;
}

h1 {
    margin: inherit;
    color: #D8962E;
}

.contacts ul {
    list-style-type: none;
    padding: 0;
}

.contacts li {
    font-size: 1.1em;
    margin-bottom: 10px;
}

.contacts a {
    color: white;
    text-decoration: underline;
}

i {
    color: #D28C1E;
}

a:hover {
    text-decoration: underline;
}

div.socials {
    position: absolute;
    bottom: 100px;
    font-family: fenwick, sans-serif;
    font-weight: lighter;
}

.socials i {
    font-size: 1.7em;
    color: white;
    margin: 0 10px;
    transition: color 0.3s;
    
}

.socials i:hover {
    color: #D28C1E;
}


@media (max-width: 768px) {

    img {
        height: 80px;
        width: auto;
        position: absolute;
        top: 50px; 
     }

     .background-animation {
        top: -41px;
     }
    
     .construction-text {
        font-size: 0.7em;
        white-space: normal;
        top: -60px;
    }

    #cache {
        display: block;
    }


    .contacts h1 {
        margin: inherit;
        color: #D8962E;
        font-size: 1.3em;
    }

.container a {
    font-weight: lighter;
    font-size: 13px;
}

.container {
    font-size: 15px;
}

.container {
    /* From https://css.glass */
background: rgba(4, 4, 4, 0.3);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
bottom: 100px;

}

div.socials {

    bottom: 60px;

}

}