/*
CTC Separate Stylesheet
Updated: 2016-10-12 12:21:58
Theme Name: Enlightenment Child
Theme URI: https://www.onedesigns.com/themes/enlightenment
Template: enlightenment
Author: One Designs
Author URI: https://www.onedesigns.com/
Description: Our flagship multipurpose theme powered by Enlightenment Framework. With a clean, modern and responsive design backed by a powerful and flexible code base. Showcase any type of content anywhere. Create unlimited layouts. Customize all templates to your preference. Take WordPress as CMS to another level.
Tags: black,blue,gray,white,light,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,fluid-layout,fixed-layout,responsive-layout,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-image-header,featured-images,flexible-header,full-width-template,microformats,post-formats,sticky-post,theme-options,threaded-comments,translation-ready,photoblogging
Version: 1.1.4.1476267718
*/

<!--couleur lien page dans menu ouvert-->
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d7df33;
    outline: 0;
}


<!--supprimer marge pied de page adh-->
.custom-sidebar-7 {
    margin-top: -90px;
    margin-bottom: -30px;
    background-color: transparent;
}


<!--supprimer marge 60px fin pages-->
.design-full-screen.page.layout-full-width .hentry {
    max-width: 100%;
    padding: 0 0 10px;
    margin: 0;
}


<!--problème séparation articles-->
.listing-item .title {
font-family: "Trebuchet MS", "Bitstream Vera Sans", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 300;
color: #d7df33;
padding-bottom: 30px;
}

.listing-item a:hover {
color: #a8a8a8;
}

.display-posts-listing {
 /*border-top: #f3f3f3 1px solid;*/
}

.listing-item {
margin-top: 20px;
border-bottom: #f3f3f3 1px solid;
padding:0px 0px 40px 0px;
}


<!—problème couleur titres pages-->
.page .page .entry-title {
    color: #a40084;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.1;
}