footer {
    display: flex;
    flex-direction: column;
}
.footer-line1 {
    flex-grow: 1;
    background-color: #666666;    
    display: flex;
    justify-content: center;
}
.important-informations {
    width: 880px;
    display: flex;
    justify-content: space-between;
}
.important-informations div {
    width: 170px;
}
.important-informations div h1 {
    color: white;
    font-size: 17px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.important-informations div p{
    color: #cccccc;
    font-size: 13px;
}
.important-informations div hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.important-informations div span {
    color: white;
    font-size: 17px;
}
p.adress-contact, 
p.email-contact, 
p.tel-contact {
    margin-top: 10px;
}
p.date-post::before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(../img/clock-icone.png);
    background-repeat: no-repeat;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
p.adress-contact::before {
    content: '';
    width: 17px;
    height: 20px;
    display: inline-block;
    background-image: url(../img/adress-icon.png);
    background-repeat: no-repeat;
    margin-right: 5px;
    position: relative;
    top: 4px;
}
p.email-contact::before {
    content: '';
    width: 17px;
    height: 20px;
    display: inline-block;
    background-image: url(../img/email-icon.png);
    background-repeat: no-repeat;
    margin-right: 5px;
    position: relative;
    top: 10px;
}
p.tel-contact::before {
    content: '';
    width: 17px;
    height: 20px;
    display: inline-block;
    background-image: url(../img/tel-icon.png);
    background-repeat: no-repeat;
    margin-right: 5px;
    position: relative;
    top: 7px;
    left: 2px;
}
.footer-line2{
    height: 60px;
    background-color: #333333;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.end-page {
    width: 880px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.end-page p {
    color: #cccccc;
    font-size: 14px;
}
.end-page a {
    margin-left: 20px;
}