body {
    background-image: url(Paris-magique-GDA.jpg);
    background-position: center;
    background-size: auto;
}

h1 {
    font-weight: normal;
    font-size: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
}

p {
    text-transform: none;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
    line-height:2px;

}

.box_animation {
    position: fixed;
    display: block;
    width: 100vw;
    height: 100vh;
    Top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    
}
.box_animation {
   position: relative; 
   display: flex;
}

.sigle_gda_animation {
    position: absolute;
    left: 53%;
    top: 48%;
    transform: translate(-50%, -50%);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding-left: 10px;
}

.logo_animation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1440px;
}

#contours {
    stroke-dasharray: 5000px;
    animation: melissa0 4s ease-in-out;
    animation-iteration-count: 1;
}

#aretes, #lignes_bas, #ligne_haut #ligne_3 {
    stroke-dasharray: 1000px;
    animation: melissa 4s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes melissa {
    from {
        stroke-dashoffset: 1000px;
    }
    to {
        stroke-dashoffset: 0px;
    }
}

@keyframes melissa0 {
    from {
        stroke-dashoffset: 5000px;
    }
    to {
        stroke-dashoffset: 0px;
    }
}

@media screen and (max-width: 900px) {
    h1 {
        font-size: 1rem;

    }
    .logo_animation {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 900px;
}
}

@media screen and (max-width: 460px) {

    .sigle_gda_animation {
        visibility: hidden;
    }

    .box_animation{
        position: relative;
        top: 0;
        left: 0;
        right:0;
        bottom: 0;
    }
    
    .logo_animation {
        position: absolute;
        float: left;
        top: 50%;
        left: 120%;
        transform: translate(-50%,-50%);
        width: 1440px;
        overflow: hidden;
}
    
}