footer {
    background: linear-gradient(to bottom,rgb(0, 0, 0),rgb(51, 51, 51));
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(230, 230, 230);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-bottom: -70px;
}

#droits {
    margin: 0px;
}

@media screen and (min-width : 2550px) and (max-width : 2700px) {
    footer {
        background: linear-gradient(to bottom, rgb(0, 0, 0), rgb(51, 51, 51));
        height: 500px; /* Ajusté proportionnellement */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .footer-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: rgb(230, 230, 230);
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        margin-bottom: -140px; /* Ajusté proportionnellement */
        font-size: 2em; /* Agrandi pour rester lisible */
    }
    
    #droits {
        margin: 0px;
    }

}

@media screen and (min-width:1910px) and (max-width : 2549px) {
    footer {
        background: linear-gradient(to bottom, rgb(0, 0, 0), rgb(51, 51, 51));
        height: 375px; /* 250px * 1.5 */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .footer-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: rgb(230, 230, 230);
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        margin-bottom: -105px; /* -70px * 1.5 */
        font-size: 18px;
    }
    
    #droits {
        margin: 0px;
    }
}

@media screen and (min-width:1440px) and (max-width : 1525px) {
    footer {
        background: linear-gradient(to bottom, rgb(0, 0, 0), rgb(51, 51, 51));
        height: 285px; /* 250px * 1.14 */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .footer-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: rgb(230, 230, 230);
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        margin-bottom: -80px; /* -70px * 1.14 */
        font-size: 13px;
    }
    
    #droits {
        margin: 0px;
    }
}

@media screen and (max-width:1020px) and (max-width : 1100px) {
    footer {
        background: linear-gradient(to bottom, rgb(0, 0, 0), rgb(51, 51, 51));
        height: 200px; /* 250px * 0.8 */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .footer-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: rgb(230, 230, 230);
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        margin-bottom: -55px; /* -70px * 0.8 */
        font-size: 10px;
    }
    
    #droits {
        margin: 0px;
    }
    
}

@media screen and (max-width : 758px) and (max-width : 1019px) {
    footer {
        background: linear-gradient(to bottom, rgb(0, 0, 0), rgb(51, 51, 51));
        height: 150px; /* 250px * 0.6 */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .footer-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: rgb(230, 230, 230);
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        margin-bottom: -42px; /* -70px * 0.6 */
        font-size: 10px;
    }
    
    #droits {
        margin: 0px;
    }
    
}

@media screen and (min-width : 1356px) and (max-width : 1439px) {
    footer {
        background: linear-gradient(to bottom,rgb(0, 0, 0),rgb(51, 51, 51));
        height: 269px;  /* 250px * 1.074 */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .footer-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: rgb(230, 230, 230);
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        margin-bottom: -75px;  /* -70px * 1.074 */
    }
    
}

@media screen and (min-width : 1526px) and (max-width : 1909px) {
    footer {
        background: linear-gradient(to bottom,rgb(0, 0, 0),rgb(51, 51, 51));
        height: 302px;  /* 250px * 1.208 */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .footer-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: rgb(230, 230, 230);
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        margin-bottom: -85px;  /* -70px * 1.208 */
    }
    
}