#pied_de_page{
    width: 100%;
    position: relative;
}

#chien-joueur{
    position: absolute;
    left: 16px;
    bottom: 300px;
}

.i-footer{
    color: #ddba77;
}


#premiere{
    background:#212B33;
    color: #fff;
    padding: 20px;
}

#premiere a {
    text-decoration: none;
    color: #fff;
}

.footer-title{
    text-align: center;
}

.liste-onglet{
    display: flex;
    flex-direction: column;
}

.liste-onglet a{
    text-decoration: none;
    color: #11460e;
    text-align: left;
    margin-left:230px
}

.liste-onglet a:hover{
    color: #ddba77 !important;
}


#subfooter{
    display: flex;
    justify-content: space-around;
    width: 100%;
    background-color: #212B33;
    color: #fff;
    align-items: center;
    padding: 20px 0 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);

}

#copyright{
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
}

#copyright p{
    margin-bottom: 0;
}

#copyright a {
    text-decoration: none;
    color: #fff;
    font-weight: 75%;
}

#copyright a:hover{
    color: #ddba77;
}

#reseaux {
    text-align: center;
    display: flex;
    justify-content: space-around;
    width: 5%;
}

#reseaux img{
    width: 30px;
}

.reseaux {
    background-color: #ddba77;
    display: block;
    padding: 7px;
    margin: 5px;
    border-radius: 50%;
    box-shadow: 1px 1px 1px 1px #ccc;
}

.reseaux:hover{
    background-color: rgb(182, 216, 113);
}

.reseaux img{
    width: 30px;
    height: 30px;
}



/*Format téléphone */
@media(max-width: 768px){

    /*FOOTER*/
    #chien-joueur{
        width: 20%;
        left: 16px;
        top: 20px;
    }

    .footer-title{
        font-size: 18px;
        margin-left:135px;
        text-align: left !important;
        margin-top: 15px;
    }

    .liste-onglet a{
        font-size: 15px;
        margin-left:135px
    }

    #subfooter{
        flex-direction: column;
    }

    #copyright{
        font-size: 12px;
        margin: 15px;
    }
}