/* CSS Logo */

header a.logo-light img,
header a.logo-dark img{
    max-height: 90px!important;
}
@media only screen and (max-width:768px){ /* ne sapplique uniquement sur les écrans d'une largeur maximal de 768px (Mobile et ipad en portrait) */
    header a.logo-light img {
        max-height: 60px!important;
    }
}
/* CSS Menu */
@media only screen and (min-width:768px){
    header ul.nav > li > a {
        padding: 35px 0px!important;
    }
}

header nav .navbar-nav > li:last-child a { /* remet la marge droite de 20px sur le  dernier item du menu */
    margin-right: 20px!important;
}

header ul.nav > li.don {
    background-color: #e5c16e;
    font-weight: bold;
}
header ul.nav > li.don > a{
    color:#fff!important;
}

header ul.nav > li.don > a:hover{
    color:#F2F2F2!important;
}
/* END CSS Menu */


/* CSS Actualités */

.single-post-main-section {
    background-color: #004c68;
}

.single-post-main-section .entry-content{
    background-color: #f2f2f2;
    color: #000;
    padding: 80px;
    margin-bottom: 30px;

}

.single-post-main-section .entry-content a {
    color:#004c68!important;
    
}

.single-post-main-section .entry-content a:hover {
    color:#dda83e!important;
} 

.single-post-main-section .entry-content .question a {
    color:#ffffff!important;
}

.single-post-main-section .entry-content .question {
  font-family: "Quicksand";
}

.classBlog {
 
  color : black;

}

/* FIN CSS Actualités */


/* CSS de Widget */
.sidebar .widget-title { background: none; color: #ddbe80; }

/* FIN CSS de Widget */

/* CSS Recherche */

.search {
    background-color: #004c68;
}
/* FIN CSS Recherche */

/* CSS Categories */

.category {
    background-color: #004c68;
}
/* FIN Categories */


/* CSS SUBMENU */

.submenu {
    text-transform: none;
}

/* FIN SUBMENU */