 /*-------------site apparence -----------------------*/

.content-area, .content-sidebar {
    padding-top: 00px;
    background: #9D9EA0;

}
.site-content .entry-content, .full-width .site-content .entry-summary, .full-width .site-content footer.entry-meta {
    margin-right: auto;
    background: #9D9EA0;
}

.header-main {
    padding-right: 0;
    background: #9D9EA0;
padding: 0 10px;
}

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
    max-width: 920px;
    background: #9D9EA0;
}


.site-info {
    padding: 15px 30px;
    background: #3D3C3B;
}

body.custom-background {
    background-color: #3d3c3b;
    margin-top: 00px;
}



/* -------------Couleur selection txt -------------*/
::selection{
  background-color: #444;
  color: white;
}

/* Firefox */
::-moz-selection {
  background-color: #444;
  color: white;
}

/* -------------Menu -------------*/

 /*-------------lien actif -----------------------*/

.site-navigation .current_page_item > a,.site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
   color: #fff;
   font-weight: 900;
 border-bottom: solid #ff0000
}

 /*-------------lien survol-----------------------*/

.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		color: #3D3C3B;
   font-weight: 900;
 border-bottom: solid #ff0000;
background-color:#9D9EA0;	
}

 /*-------------masquer titre-----------------------*/
.entry-title {
    font-size: 33px;
    font-weight: 300;
    line-height: 1.0909090909;
    margin-bottom: 12px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    visibility: hidden;
}

.widget h2 {
    font-size: 13px;
    line-height: 1.2;
}

.widget .widget-title {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7142857142;
    margin: 0 0 24px 0;
    text-transform: uppercase;
}

h2 {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
}

 /*-------------reduire blanc-----------------------*/
@media screen and (min-width: 846px) {
	.content-area,
	.content-sidebar {
		padding-top: 0;
	}