footer {
    margin-top: 1rem;
}

footer p {
    font-size: 16px;
    font-weight: 200;
}

footer .footer_container {
    padding-top: 75px;
    padding-bottom: 53px;
}

footer .footer-border-right {
    border-right: 3px solid #fff;
}

footer button {
    width: 160px;
}

.adresse_footer p {
    margin-bottom: 0;

}

.footer_container,.footer_container p, .footer_container a {
    font-size: 16px;
    font-family: "Roboto Light", sans-serif !important;
    font-weight:200;
    color:white;
}

.inscription-form {
}

.inscription-form input[type="email"] {
    background: none;
    color: white !important;
    border: solid white 2px;
    padding: 3px 25px 3px 10px;
    margin-bottom: 8px;
    width: 100%;
}

.inscription-form input[type="email"]::placeholder {
    color: white;
}

.inscription-form input[type="submit"] {
    border: none;
    padding: 8px 76px 8px 73px;
    font-size: 15px;
    width: 100%;
}

.numeros {
    margin-top: 30px;
    margin-bottom: 31px;
    font-size: 24px;
    font-family: 'Roboto Medium', sans-serif;
}
.plan-site a{
    font-family: "Roboto";
    font-weight: 200;
}
.plan-site ul {
    padding-left: 15px;
    margin-bottom: 8px;
}

.plan-site ul li {
    font-size: 16px;
    line-height: 23px;
    font-weight: 200;
}

.plan-site button {
    padding: 7px 22px 5px 22px;
}

.logo-footer {
    margin-top: 42px;
    margin-bottom: 42px;
}

.socials {
    margin-top: 40px;
}

.socials img:first-of-type {
    margin-right: 6px;
}
.url-bas-de-page{
    margin-top: 2rem;
    border-top: 2px solid #778380;
    padding-top:0.5rem;
    padding-top:0.5rem;
}
.url-bas-de-page .texte{
}

@media screen and (min-width: 300px) and (max-width: 990px) {

    .logo-footer {
        margin-bottom: 7px;
    }

    footer {
        margin-top: 0;
    }

    .adresse_footer {
        font-size: 15px;
        margin-top: 1rem;
        border-bottom: solid white 2px;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    .plan-site ul li {
        font-size: 1rem;
        font-family: 'Roboto Light', sans-serif;
        line-height: 23px;
        color: #ffffff;
    }

    .plan-site {
        border-bottom: solid white 2px;
        height: auto !important;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    footer p {
        font-size: 15px;
        font-family: 'Roboto Light', sans-serif;
        margin: 0;
        color: #ffffff;
    }

    .inscription-form input[type="email"] {
        background: none;
        color: white !important;
        border: solid white 1px;
        padding: 5px 25px 5px 10px;
        margin-bottom: 8px;
        width: 100%;
        margin-top: 5px;
    }

    .adresse_footer p {
        margin-bottom: 0;
        font-size: 1rem;
        color: #ffffff;
    }

    footer .footer_container {
        padding-top: 0;
        padding-bottom: 53px;
    }

    .logo-footer img {
        width: 190px;
        min-width: 190px;
        max-width: 190px;
    }

    footer .footer-border-right {
        border-right: unset;
    }

    .logo-footer {
        border: none !important;
        height: auto !important;
    }

}

.inscription-form input[type="submit"]:hover {
    background: none;
    border: solid #8ac232 1px;
}