footer
{
    display: flex ;
    justify-content: space-around;
    width: 100%;
    height: 20%;
    background:url(Fond/Bande_bdp.png) no-repeat top;
    background:url(Fond/Bande_bdp.png) no-repeat top;
    background-size: 100%;
    padding-top: 3%;   
    text-align: center;
}

footer h1
{
    display: flex;
    align-items: center;
    font-size: 0.8em;
    padding-bottom: 2%;
    color: rgb(255,205,0);
    font-family: 'segoe-script';
    transform:rotate(359deg); 
    padding-top: 1%;
}

footer img
{
    display: flex;
    text-align: center;
    align-items: center;
    padding-top: 90%;
}

footer p
{
    display: flex;
    flex-direction: column;
    font-size: 0.5em;
    text-align: center;
    align-items: top;
    transform:rotate(359deg);
    margin-top: 0px;
    padding-top: 1%;
}

.photographique
{
    text-decoration: none;
    color: white;
}

@media all and (max-width: 1000px)
{
    footer h1
    {
        font-size: 0.5em;
    }

    footer p
    {
        font-size: 0.4em;
        padding-top: 0px;
    }

    footer img
    {
        height: 60%;
        width: 60%;
        padding-top: 40%;
    }
}

@media all and (max-width: 800px)
{
    footer h1
    {
        font-size: 0.4em;
    }

    footer p
    {
        font-size: 0.3em;
    }
}

@media all and (max-width: 600px)
{
    footer h1
    {
        font-size: 0.4em;
        padding-top: 0px;
    }
    footer p
    {
        font-size: 0.3em;
    }    
}

@media all and (max-width: 500px)
{
    footer h1
    {
        font-size: 0.4em;
    }

    footer p
    {
        font-size: 0.3em;
    }    
}

@media all and (max-width: 300px)
{
    footer h1
    {
        font-size: 0.3em;
    }

    footer p
    {
        font-size: 0.2em;
    }    
}
