/*
* ID2S - dedicated to this site 
*
*/

@font-face {
  font-family: valls;
  src: url(fonts/Conthrax-SemiBold.otf);
}

:root{
	--main-blue: #4169E1;
	--rgb-blue: ;
}

.es-powered {display:none;}

p.nodeco a {box-shadow:none !important;text-decoration:none !important;}

#page.site .single-featured-image-header {display:none;}

.custom-header-media:before {background: linear-gradient(to bottom, rgba(65, 105, 225, 0) 0%, rgba(65, 105, 225, 0.8) 75%, rgba(65, 105, 225, 1) 100%) !important;}
h1.site-title a, #top-left .site-branding-text .site-title a {font-family:valls, sans-serif !important;}
.site-description {font-size:0.8em;color:#fff !important;}

/*.blocs_more {display:none;}
.blocs_title {padding: 0 0 1em 0 !important;}*/

/* Desktop */
@media screen and (min-width: 30em) {
	.site-navigation-fixed.navigation-top {background-color: var(--main-blue); opacity:0.7 !important;}
	.navigation-top a {color:#fff !important;}
	.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {color: #b2b2b2 !important;}

	.has-sidebar:not(.error404) #primary {width: 100% !important;}

}