
.top-footer {
    justify-content: center;
    align-items: center;
    /* margin: 0 !important; */
}

button.submit-news-letter {
    margin-left: 10px;
    padding: 8px 20px !important;
    border-radius: 50px;
    outline: 0 !important;
    background: #fff;
    border: 2px solid #0070c0 !important;
}

button.submit-news-letter:hover{
    background-color: #0070c0 !important;
    color: #fff !important;
}


.letter-widget input{
    padding: 5px 15px;
    min-width: 260px;
    line-height: 2;
    background-color: #fff;
    border: thin solid #cfe6f1;
    border-radius: 18px;
    outline: 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    box-sizing: border-box !important;
}

.footer-top-widget .titre h2 {
    font-size: 15px !important;
}

.footer-bloc {
    padding-top: 40px;
}

.bottom-footer {
    background-size: cover;
    background-repeat: no-repeat;
    color: #999;
    margin-top: 10px;
    font-size: 12px !important;
    border-top: 1px solid #d3d3d3;
}

.bottom-footer .row{
    display: flex;
    justify-content: left;
    align-items: left;
    padding: 2px;
}

ul.social-links {
    /* width: 40%; */
    padding: 0 !important;
    display: flex;
    align-items: center;
/*     justify-content: center; */
    box-sizing: border-box !important;
}

.social-links a span:hover {
    transform: rotate(360deg);
    color: #ffc000;
}

.wrapper-footer a {
    text-decoration: none;
    color: #616060 !important;
    font-size: 15px;
}

.social-links a span {
    padding: 4px;
    text-align: center;
    background: #0070c0;
    border-radius: 50px;
    color: #ffffff;
    transform: rotate(0deg);
    transition: all 700ms ease;
    margin-right: 10px;
    font-size: 14px;
    position: relative;
    top: 5px;
}

select.dropdown-menu-item {
    padding: 5px 5px;
    width: 120px;
    border-radius: 0;
    border-color: transparent;
    background: transparent;
}
select.dropdown-menu-item:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
@media (max-width: 768px) {
        .footer-top-widget {
            text-align: center;
            margin-top: 30px;
            display: none;
        }
    ul.social-links {
        justify-content: center !important;
    }
}
