/* =========================
FOOTER GLOBAL
========================= */

.footer-clean {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #232323;
    color: #ffffff;
}

/* =========================
STRUCTURE
========================= */

.footer-clean .content > div:not(:last-child) {
    margin-bottom: 2rem;
}

.footer-clean .img-logo img {
    height: 6rem;
    width: auto;
}

/* =========================
FORMULAIRE
========================= */

.footer-clean .form-control {
    margin-bottom: 1rem;
    padding: 1.07em;
    background-color: #1a1a1a;
    border: 1px solid #444;
    color: #ffffff;
    line-height: 1.43;
    min-height: 3.5em;
    border-radius: 4px;
}

.footer-clean .form-control:focus,
.footer-clean .form-control:hover {
    border-color: #777;
    background-color: #222;
}

.footer-clean textarea.form-control {
    resize: none;
}

.footer-clean .input-group-btn .btn {
    padding: 0.75rem 1.5rem;
}

/* =========================
SOCIAL
========================= */

.footer-clean .social-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-clean .social-list .soc-item {
    margin: 0 0.5rem;
}

.footer-clean .social-list a {
    opacity: 0.5;
    transition: 0.2s;
}

.footer-clean .social-list a:hover {
    opacity: 1;
}

.footer-clean .mbr-iconfont-social {
    font-size: 1.3rem;
    color: #ffffff;
}

/* =========================
FOOTER BAS
========================= */

.footer-clean .footer-lower hr {
    margin: 1rem 0;
    border-color: #ffffff;
    opacity: 0.05;
}

.footer-clean .copyright {
    text-align: center;
}

/* =========================
CREATIVE COMMONS
========================= */

#creativecommons {
    padding: 10px 0;
    color: #777;
    text-align: left;
    background-color: #232323;
}

#creativecommons p {
    font-size: 14px;
    color: #777;
}

#creativecommons img,
#creativecommons iframe {
    width: 88px;
    height: 31px;
    float: left;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 767px) {

    .footer-clean .content > div:not(:last-child) {
        margin-bottom: 2rem;
    }

    .footer-clean .copyright {
        margin-bottom: 1rem;
        text-align: center;
    }

    .footer-clean .social-list {
        text-align: justify;
    }
}

/* =========================
UTILITAIRE
========================= */

.offset-md-1 {
    margin-left: 1rem;
}