#corps_page
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#site_en_construction
{
    background-image: linear-gradient(to right, #fff200, #ff8000);
    -webkit-background-clip: text;
    animation: animate 2s linear infinite;
    background-size: 1000%;
    color: transparent;
    text-align: center;
    font-size: 55px;
    font-family: "28DaysLater";
}

@font-face
{
    font-family: '28DaysLater';
    src: url('../polices/28DaysLater.ttf') format('truetype');
}

@keyframes animate
{
    0%
    {
        background-position: 0% 100%;
    }
    50%
    {
        background-position: 100% 0%;
    }
    100%
    {
        background-position: 0% 100%;
    }
}

@media all and (max-width: 1280px)
{
    
}

@media all and (max-width: 900px)
{
    
}

@media all and (max-width: 600px)
{
    
}

@media all and (max-device-width: 480px)
{
    
}
