footer .logo-header {
    width: 180px;
    height: 200px;
    transform: translateX(-14px);
}

footer a {
    color: white;
    transition: color 0.3s;
    font-weight: 400;
}

footer a:hover{
     color: var(--wp--preset--color--primaire);
}

footer {
    background-color:#222222;
    padding-top: 260px;
    padding-bottom: 100px;
    padding-left: 80px;
    padding-right: 80px;
    border-bottom: 1px;
    border-style: solid;
    border-color: aliceblue;
    position: relative;
    z-index: 1;
}

footer p {
    text-align: center;
}

footer .logo-header svg {
    width: 220px;
}

@media (max-width: 1024px) {
    footer {
        padding-left: 80px ;
        padding-right: 80px ;
    }
    footer .icone {
        display: flex;
        flex-direction: column;
        gap: 20px !important;
    }
}

@media (max-width: 768px) {
    footer {
        padding-left: 40px;
        padding-right: 40px;
    }
    
}

@media (max-width: 768px) {
    footer {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 640px) {
    footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media not all and (min-width: 501px) {
    .garp{
        display: flex;
        flex-direction: column !important;
        align-items: center !important;
        gap: 50px;
    }
}