/* Règles générales */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}
a {
    text-decoration: none;
    color: inherit;
}
section {
    padding: 3%; /* Marges latérales et verticales de chaque section */
}
button {
    padding: 15px;
    font-size: 30px;
    border: solid 3px #172c29;
    border-radius: 35px;
    background-color: transparent;
    color: #172c29;
}

/* Version Téléphone */
/* Bas de page */
footer {
    width: 100%;
    padding: 3%;
    background-color: #ede7e0;
    color: #545e57;
}
.footer-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.footer-infos-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2%;
}
.footer-title {
    padding: 5% 0 0 0;
    font-size: 40px;
    border-top: solid 3px;
}
.footer-text {
    font-size: 35px;
    margin: 2% 0 0 0;
}
.footer-follow-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2%;
}
.footer-follow-title {
    font-size: 40px;
    font-weight: bold;
}
.footer-logo-container {
    width: 50%;
    display: flex;
    margin: 2% 0;
    justify-content: space-around;
}
.footer-follow-logo {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.footer-copyright {
    font-size: 30px;
}



/* Version Tablette */
@media screen and (min-device-width: 768px) {
footer {
    width: 100%;
    padding: 2%;
    color: #545e57;
}
.footer-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.footer-infos-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2%;
}
.footer-title {
    padding: 5% 0 0 0;
    font-size: 30px;
    border-top: solid 3px;
}
.footer-text {
    font-size: 25px;
    margin: 2% 0 0 0;
}
.footer-follow-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2%;
}
.footer-follow-title {
    font-size: 30px;
    font-weight: bold;
}
.footer-logo-container {
    width: 30%;
    display: flex;
    margin: 2% 0;
    justify-content: space-around;
}
.footer-follow-logo {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.footer-copyright {
    font-size: 20px;
}
    /* Animations */
    .footer-follow-logo:hover {
        transform: scale(1.1);
        transition: all 0.2s ease-in-out;
    }
}




/* Version Desktop */
@media screen and (min-device-width: 1024px) {
    footer {
        width: 100%;
        padding: 2%;
        color: #545e57;
    }
    .footer-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .footer-infos-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 2%;
    }
    .footer-title {
        padding: 2% 0 0 0;
        font-size: 20px;
        border-top: solid 3px;
    }
    .footer-text {
        font-size: 15px;
        margin: 2% 0 0 0;
    }
    .footer-follow-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 1%;
    }
    .footer-follow-title {
        font-size: 20px;
        font-weight: bold;
    }
    .footer-logo-container {
        width: 10%;
        min-width: 100px;
        display: flex;
        margin: 2% 0;
        justify-content: space-around;
    }
    .footer-follow-logo {
        width: 50px;
        height: 50px;
        object-fit: cover;
    }
    .footer-copyright {
        font-size: 10px;
    }
        /* Animations */
        .footer-follow-logo:hover {
            transform: scale(1.1);
            transition: all 0.2s ease-in-out;
        }
    }




/* Version 4K */
@media screen and (min-device-width: 2560px) {
    footer {
        width: 100%;
        padding: 2%;
        color: #545e57;
    }
    .footer-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .footer-infos-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 1%;
    }
    .footer-title {
        padding: 1% 0 0 0;
        font-size: 20px;
        border-top: solid 3px;
    }
    .footer-text {
        font-size: 15px;
        margin: 1% 0 0 0;
    }
    .footer-follow-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 1%;
    }
    .footer-follow-title {
        font-size: 20px;
        font-weight: bold;
    }
    .footer-logo-container {
        width: 10%;
        min-width: 100px;
        display: flex;
        margin: 1% 0;
        justify-content: space-around;
    }
    .footer-follow-logo {
        width: 50px;
        height: 50px;
        object-fit: cover;
    }
    .footer-copyright {
        font-size: 10px;
    }
        /* Animations */
        .footer-follow-logo:hover {
            transform: scale(1.1);
            transition: all 0.2s ease-in-out;
        }
    }