#logo-container img
{
    width: 40%;
}

/** Liens **/
a
{
    
}
a:active,
a:focus,
a:hover
{
    color: #0DA300 !important;
}
/*a:visited
{
    color: #075D00 !important;
}*/

/** # footer-main **/
#footer-main
{
    font-size: 90%;
}

/** .widget_js_title **/
.so-panel.widget.widget_js_title,
.so-panel.widget.widget_js_title h3
{
    margin-bottom: 0 !important;
}

/** #page-content **/
#page-content .post figure
{
    width: 30%;
    float: left;
    padding: 10px 20px 10px 0;
}

/** Commentaires **/
#comments #list-comments
{
    margin: 0;
    list-style-type: none;
}
#comments #list-comments li,
#comments #list-comments li .comment-body
{
    margin-left: 0;
    list-style-type: none;
}
#comments #list-comments li .comment-body:before
{
    content: "\f0de";
    top: -13px;
    left: 94px;
}

.widget_recent_entries ul li a
{
    padding: 5px 0;
    border-bottom: 0px;
}
.widget_recent_entries .post-date
{
    font-style: italic;
    font-size: 11px;
    line-height: 11px;
    padding-bottom: 15px;
}

.edit-styles iframe
{
    width: 100%;
    /*height: 100%;*/
    max-width: 560px;
    max-height: 315px;
}
/** #menu-container nav>ul>.uber>.sub-menu **/
@media screen and (min-width: 992px)
{
    #menu-container nav>ul>.uber>.sub-menu
    {
        z-index: 150;
    }
    #menu-container .current-menu-item>a, #menu-container .ubermenu-active>a
    {
        color: #0DA300;
    }
}
