.footer-component-bg {
    background-color: #09121e;
}
.footer-component-bg h4,
.footer-component-bg p {
    font-family: 'Barlow';
}
.footer-component-bg h4 {
    color: white;
    font-size: 1rem !important;
    margin: 0 !important;
    letter-spacing: 2px;
}

.footer-component-bg .external-link {
    color: #c6c4c4;
    font-weight: bold;
    transition: opacity 0.3s;
}

.footer-component-bg .external-link:hover {
    opacity: 0.5;
}

.footer-component-bg p {
    margin: 7px 0 !important;
    color: #c6c4c4;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 300;
}

.footer-component-bg a {
    color: #c6c4c4;
}

.footer-logo {
    width: 100%;
    min-height: 80px;
    max-width: 250px;
    min-width: 100px;
}

.content-footer-left {
    padding-top: 3em;
}
.content-footer-right {
    padding: 5em 0 0;
    text-align: right;
}
.footer-component-bg ul {
    list-style-type: none;
}

.footer-component-bg li {
    display: inline-block;
    padding: 0.7em 0;
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
}

.footer-component-bg li:not(:last-child) {
    padding-right: 0.7em;
}

.footer-component-bg li a {
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
    transition: opacity 0.3s ease 0s;
}

.footer-component-bg li a:hover {
    opacity: 0.5;
}

.content-footer .logo {
    height: 66px;
    margin-top: 25px;
    width: auto;
}

.footer-component-bottom {
    border-top: 1px solid #1c2733;
    padding-bottom: 60px;
}

.footer-component-bottom-content {
    position: relative;
}

.ceetadel-logos {
    position: absolute;
    z-index: 1;
    bottom: -60px;
    right: 0;
    margin-right: 30px;
    inline-size: 170px;
}

.social-picto img {
    width: 25px;
    height: 25px;
}
.social-picto ul {
    margin: 0;
}

.social-picto li a {
    transition: opacity 0.3s ease 0s;
}

.social-picto li a:hover {
    opacity: 0.5;
}

.content-footer-tweet img {
    width: 47px;
    margin-right: 1em;
}
.content-footer-tweet p {
    color: white;
}
.content-footer-tweet li {
    width: 250px;
}
.content-footer-tweet {
    font-family: 'Barlow' !important;
    margin-top: 2em;
    font-weight: 300;
}
.content-footer-tweet ul {
    margin: 0;
    margin-top: 2.4em;
}
@media (max-width: 730px) {
    .content-footer {
        padding: 2em 0;
    }
}

@media screen and (max-width: 768px) {
    .content-footer-right {
        padding-top: 0px;
        text-align: left;
    }
}

@media screen and (max-width: 684px),
    screen and (min-width: 768px) and (max-width: 1140px),
    screen and (min-width: 1200px) and (max-width: 1238px) {
    .content-footer-tweet ul:last-of-type {
        margin-top: 0;
    }
}

@media screen and (min-width: 992px) {
    .social-picto {
        padding-right: 0;
    }

    .ceetadel-logos {
        inline-size: 230px;
    }
}
