<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*#region Original */

.footer-basic {
    padding: 40px 0;
    background-color: #ffffff;
    color: #4b4c4d;
}

    .footer-basic ul {
        padding: 0;
        list-style: none;
        text-align: center;
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .footer-basic li {
        padding: 0 10px;
    }

    .footer-basic ul a {
        color: inherit;
        text-decoration: none;
        opacity: 0.8;
    }

        .footer-basic ul a:hover {
            opacity: 1;
        }

    .footer-basic .social-icon-links {
        text-align: center;
    }

        .footer-basic .social-icon-links &gt; a {
            margin: 0 8px;
        }

    .footer-basic .copyright {
        margin-top: 15px;
        text-align: center;
        font-size: 13px;
        color: #aaa;
        margin-bottom: 0;
    }

/*#endregion */


/*#region Arnaud */

.orient-mama-footer {
    background-color: #faf6f5;
    color: #465765;
    letter-spacing: 0.01em;
    padding-bottom: 0;
    box-shadow: 5px 5px 15px 0px #888888;
    padding-top: 40px;
}

.orient-mama-footer-title {
    font-weight: 800;
    font-size: 18px;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.orient-mama-footer-about-text {
    padding-bottom: 1rem !important;
}

.footer-basic .social {
    text-align: left;
}

.footer-basic .copyright {
    color: #465765;
    margin-bottom: 15px;
}

.orient-mama-footer-mostViewedArticlesDate {
    font-size: 12px;
}

.orient-mama-footer-articleTitle {
    display: -webkit-box;
    padding-bottom: 1.5rem !important;
}

.footer_position_absolute {
    position: absolute;
    top: 60px;
    left: -5px;
}

.orient-mama-footer-latestArticleImage {
    height: 50px;
    width: 94px;
    overflow: hidden;
    margin: 10px 20px 10px 0;
    display: inline-block;
}

.footer_menu {
    list-style: none;
    padding: 0;
}

    .footer_menu li {
        padding-left: 0;
        text-align: left;
    }

        .footer_menu li &gt; a {
            font-size: 14px;
            color: #465765;
            padding-bottom: 16px;
        }

            .footer_menu li &gt; a:hover, .footer_menu li &gt; a:focus {
                color: #fa6666;
            }

.orient-mama-footer-bottomFooterPadding {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media (max-width : 991px) {
    .footer-margin-for-bottom-nav{
        margin-bottom: 46px;
    }
}



/*#endregion */
</pre></body></html>