#footer-area {
    margin-top : 50px;
}


.footer-top {
    border-top: 1px solid rgba(61, 72, 87, 0.6);
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding:1rem;
}

.logo-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
}

.logo-footer a {
    text-decoration: none;
    color: var(--texte-color);
}

.text-footer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1rem;
    color: var(--texte-color);
}

.social img {
    height: 20px;
}

.col-footer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.col-footer a {
    text-decoration: none;
    color: var(--texte-color);
}

.titre-col {
    font-weight: 800;
    font-size: 1.1rem;
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(61, 72, 87, 0.6);
    width:100%;
    padding: 25px;
    color: var(--texte-color);
}

.content-footer-bottom {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}
