
/* ===== RESET ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

footer {
    margin-top: 20px;
    background-color: #151335;
    color: #fff;
    padding: 2rem;
    font-family: 'Roboto';
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-bottom: 20px;
}

.footer-section h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #f1c40f;
}

.footer-section p {
    font-size: 0.83rem;
    margin-bottom: 10px;
}

.footer-section ul {
    list-style: none;
    font-size: 0.83rem;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: #fff;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #f1c40f;
}

.footer-section ul li.vendre-item {
    display: list-item;
}


.newsletter-form {
    display: flex;
    gap: 0.5rem;
    font-size: 0.83rem;
}

.newsletter-form input {
    padding: 0.5rem;
    border: 2px solid #ccc;
    border-radius: 5px;
    flex: 1;
}

.newsletter-form input:focus {
    border-color: #f1c40f;
    outline: none;
}

.newsletter-form button {
    padding: 0.5rem;
    background-color: #f1c40f;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.newsletter-form button:hover {
    background-color: #e6b800;
}

.footer-bottom {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid #444;
}

.footer-bottom p {
    font-size: 0.83rem;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.social-links a {
    color: #fff;
    font-size: 2rem;
    transition: color 0.3s;
}

.social-links a:hover {
    color: #f1c40f;
}

@media (max-width: 480px) {
* {
    overflow-x: hidden;
}

footer {
    margin-top: 20px;
    color: #fff;
    padding: 0.5rem 1rem;
    
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-bottom: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.footer-section {
    margin-bottom: 20px;
}

.footer-section h4 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #f1c40f;
}

.footer-section p {
    font-size: 0.8rem;
    margin-bottom: 5px;
}

.footer-section ul {
    list-style: none;
    font-size: 0.8rem;
}

.footer-section ul li {
    margin-bottom: 0.4rem;
}

.footer-section ul li a {
    color: #fff;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #f1c40f;
}

.footer-section ul li.vendre-item {
    display: list-item;
}

.newsletter-form {
    display: flex;
    gap: 0.5rem;
    font-size: 0.8rem;
}

.newsletter-form input {
    padding: 0.5rem;
    border: 2px solid #ccc;
    border-radius: 5px;
    flex: 1;
}

.newsletter-form input:focus {
    border-color: #f1c40f;
    outline: none;
}

.newsletter-form button {
    padding: 0.5rem;
    background-color: #f1c40f;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.newsletter-form button:hover {
    background-color: #e6b800;
}

.footer-bottom {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #444;
}

.footer-bottom p {
    font-size: 0.8rem;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.social-links a {
    color: #fff;
    font-size: 2rem;
    transition: color 0.3s;
}

.social-links a:hover {
    color: #f1c40f;
}
}

@media (min-width: 481px) and (max-width: 900px) {
* {
    overflow-x: hidden;
}

footer {
    margin-top: 20px;
    color: #fff;
    padding: 0.5rem 1rem;
    
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.footer-section {
    margin-bottom: 20px;
}

.footer-section h4 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #f1c40f;
}

.footer-section p {
    font-size: 0.8rem;
    margin-bottom: 5px;
}

.footer-section ul {
    list-style: none;
    font-size: 0.8rem;
}

.footer-section ul li {
    margin-bottom: 0.4rem;
}

.footer-section ul li a {
    color: #fff;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #f1c40f;
}

.footer-section ul li.vendre-item {
    display: list-item;
}

.newsletter-form {
    display: flex;
    gap: 0.5rem;
    font-size: 0.8rem;
}

.newsletter-form input {
    padding: 0.5rem;
    border: 2px solid #ccc;
    border-radius: 5px;
    flex: 1;
}

.newsletter-form input:focus {
    border-color: #f1c40f;
    outline: none;
}

.newsletter-form button {
    padding: 0.5rem;
    background-color: #f1c40f;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.newsletter-form button:hover {
    background-color: #e6b800;
}

.footer-bottom {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #444;
}

.footer-bottom p {
    font-size: 0.83rem;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.social-links a {
    color: #fff;
    font-size: 2rem;
    transition: color 0.3s;
}

.social-links a:hover {
    color: #f1c40f;
}
}