/* Colors */
.clr-blue-1{color:#485D9C !important;}
.clr-blue-2{color:#819BE7 !important;}
.clr-blue-3{color:#A8BEFF !important;}
.clr-blue-4{color:#020B4C !important;}
.clr-brown-1{color:#9C8038 !important;}
.clr-brown-2{color:#695C3B !important;}
.clr-yellow-1{color:#E8CC82 !important;}
.clr-yellow-2{color:#ECE3CB !important;}
.clr-gray-1{color:#69655A !important;}
.clr-white{color:#ffffff !important;}
.clr-orange-1{color:#EB7B1D !important;}
.clr-red-1{color:#A62220 !important;}
.clr-red-2{color:#F2312E !important;}
.clr-red-3{color:#F50900 !important;}
.clr-green-1{color:#1FA64A !important;}

/* Backgrounds */
.bg-blue-1{background:#485D9C !important;}
.bg-blue-2{background:#819BE7 !important;}
.bg-blue-3{background:#A8BEFF !important;}
.bg-blue-4{background:#020B4C !important;}
.bg-brown-1{background:#9C8038 !important;}
.bg-brown-2{background:#695C3B !important;}
.bg-yellow-1{background:#E8CC82 !important;}
.bg-yellow-2{background:#ECE3CB !important;}
.bg-gray-1{background:#69655A !important;}

.bg-orange-1{background:#EB7B1D !important;}
.bg-red-1{background:#A62220 !important;}
.bg-red-2{background:#F2312E !important;}
.bg-red-3{background:#F50900 !important;}
.bg-green-1{background:#1FA64A !important;}

/* Gradient Backgrounds */
.bg-gdr-blue-to-blue{
	background: rgb(135,224,253);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(135,224,253,1) 0%, rgba(2,11,76,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(135,224,253,1) 0%,rgba(2,11,76,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(135,224,253,1) 0%,rgba(2,11,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#020b4c',GradientType=1 );
}
.bg-gdr-blue-to-blue-utb{
	background: rgb(2,11,76);
	background: -moz-linear-gradient(top,  rgba(2,11,76,1) 0%, rgba(14,160,209,1) 50%, rgba(2,11,76,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(2,11,76,1) 0%,rgba(14,160,209,1) 50%,rgba(2,11,76,1) 100%);
	background: linear-gradient(to bottom,  rgba(2,11,76,1) 0%,rgba(14,160,209,1) 50%,rgba(2,11,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020b4c', endColorstr='#020b4c',GradientType=0 );
}
.bg-gdr-blue-to-blue-utb-2{
	background: rgb(2,11,76);
	background: -moz-linear-gradient(top,  rgba(2,11,76,1) 0%, rgba(14,160,209,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(2,11,76,1) 0%,rgba(14,160,209,1) 100%);
	background: linear-gradient(to bottom,  rgba(2,11,76,1) 0%,rgba(14,160,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020b4c', endColorstr='#0ea0d1',GradientType=0 );
}
.bg-gdr-blue-to-blue-utb-3{
	background: rgb(14,160,209);
	background: -moz-linear-gradient(top,  rgba(14,160,209,1) 0%, rgba(2,11,76,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(14,160,209,1) 0%,rgba(2,11,76,1) 100%);
	background: linear-gradient(to bottom,  rgba(14,160,209,1) 0%,rgba(2,11,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea0d1', endColorstr='#020b4c',GradientType=0 );
}

/* Buttons */
.btn-red-3{background:#F50900 !important; color:#ffffff; border:1px solid #F50900;}
.btn-red-3:hover{background:#FFFFFF !important; color:#F50900; border:1px solid #F50900;}

.inner-shadow-red{
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(245,9,0,1);
	-moz-box-shadow: inset 0px 0px 15px 0px rgba(245,9,0,1);
	box-shadow: inset 0px 0px 15px 0px rgba(245,9,0,1);
}
.outline-shadow-red{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(245,9,0,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(245,9,0,1);
	box-shadow: 0px 0px 15px 0px rgba(245,9,0,1);
}

/* Tags */
.tg-dark{background:#1F243C !important; border:1px solid #F50900; color:#F50900 !important;} /* METAL */
.tg-dark:hover{background:#F50900 !important; border:1px solid #1F243C; color:#1F243C !important;}
.tg-blue{background:#697EBD !important; border:1px solid #ffffff; color:#ffffff !important;} /* BLUES */
.tg-blue:hover{background:#ffffff !important; border:1px solid #697EBD; color:#697EBD !important;}
.tg-orange{background:#EB7B1D !important; border:1px solid #ffffff; color:#ffffff !important;} /* ROCK */
.tg-orange:hover{background:#ffffff !important; border:1px solid #EB7B1D; color:#EB7B1D !important;}
.tg-sepia{background:#BAA468 !important; border:1px solid #ffffff; color:#ffffff !important;} /* CLASSIC ROCK */
.tg-sepia:hover{background:#ffffff !important; border:1px solid #BAA468; color:#BAA468 !important;}
.tg-cyan{background:#46C7AF !important; border:1px solid #ffffff; color:#ffffff !important;} /* SPECTACLE */
.tg-cyan:hover{background:#ffffff !important; border:1px solid #46C7AF; color:#46C7AF !important;}

/* Tags & Ico LIEUX */
.lieux-toots {background-color: #01874a; color:#ffffff !important; border:1px solid #ffffff !important; padding: 0 10px;} /* TOOTS */
.ico-toots{color:#ffffff !important;}
.lieux-toots:hover {background-color: #FFFFFF; color:#01874a !important; border:1px solid #01874a !important;}
.ico-toots:hover{color:#01874a !important;}
.lieux-entrela {background-color: #9F6EAF; color:#ffffff !important; border:1px solid #ffffff !important; padding: 0 10px;} /* ENTRELA */
.ico-entrela{color:#ffffff !important;}
.lieux-entrela:hover {background-color: #FFFFFF; color:#9F6EAF !important; border:1px solid #9F6EAF !important;}
.ico-entrela:hover{color:#9F6EAF !important;}
.lieux-everna {background-color: #ff5a3c; color:#ffffff !important; border:1px solid #ffffff !important; padding: 0 10px;} /* EVERNA */
.ico-everna{color:#ffffff !important;}
.lieux-everna:hover {background-color: #FFFFFF; color:#ff5a3c !important; border:1px solid #ff5a3c !important;}
.ico-everna:hover{color:#ff5a3c !important;}

/* Content */
.single-blog {border: none !important; padding: 0;}
.single-blog .blog-wrap .content p { line-height: 30px; text-align: justify; }

h3.title, h4.title{color:#020B4C; margin-bottom:auto !important;}
.post.post-separator-border .post-wrap { margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
.post-block-wrapper .head {border-bottom: 1px solid #F50900; border-top: none !important;}
.post .post-wrap .image {margin-bottom: 0;}
.post-block-wrapper h4.title a{ background:#eeeeee; color:#020B4C; width:100%; line-height:25px; padding:10px;}
.post-block-wrapper h4.title a:hover{ color:#3B8DBF !important;}
.post .meta a, .post .meta span {color: #819BE7;}
ol.footer-contact li{color:#ffffff !important;}
ol.footer-contact li i{color:#EB7B1D !important;}

.section {float: inherit;}
.feature-post{border: 1px solid #F50900;}

/* Slide actu */
.post-carousel-1 .slick-arrow{background-color: #9C8038; color: #E8CC82;}
.post-carousel-1 .slick-arrow{background-color: #9C8038; color: #E8CC82;}

/* Slide height-fixed */
.height-fixed{height:145px; overflow:hidden;}

/* Aside */
.single-sidebar { margin-bottom: 10px;}
.sidebar-block-wrapper .head {border-bottom: 1px solid #EB7B1D;}
.sidebar-block-wrapper .head.video-head::before, .sidebar-block-wrapper .head.video-head::after, .sidebar-block-wrapper .head.feature-head::before, .sidebar-block-wrapper .head.feature-head::after {background-color: #EB7B1D;}
.sidebar-category.video-category li a:hover {color: #819BE7;}
.sidebar-block-wrapper .body {padding: 20px 0;}

/* Breaking News */
.breaking-news-section {background:#020B4C !important; border-top:1px solid #F50900; border-bottom:1px solid #F50900;}
.breaking-news-wrapper .breaking-news-title {background-color: #F50900 !important; color:#ffffff !important;}
.breaking-news-wrapper .breaking-news-ticker li a {color: #E8CC82 !important; font-weight:bold;}
.breaking-news-wrapper .breaking-news-nav button {background-color: #F50900; color: #FFFFFF;}
.breaking-news-wrapper .breaking-news-nav button:hover {background-color: #FFFFFF; color: #F50900;}
.header-search .header-search-toggle {background-color: #020B4C; color: #ffffff;}
.header-search .header-search-form {
	background: rgb(135,224,253); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(135,224,253,1) 0%, rgba(2,11,76,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(135,224,253,1) 0%,rgba(2,11,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(135,224,253,1) 0%,rgba(2,11,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#020b4c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-right: 1px solid #1F243C;
}
.header-search .header-search-form form input[type="text"] {color: #ffffff !important;}

/* Footer */
.footer-top-section{border-top:1px solid #F50900;}
ol.footer-contact li i {color:#E8CC82 !important;}
.footer-widget .footer-widget-post .post-wrap .content .title a {color: #E8CC82;}

/* Search Bar */
.header-search .header-search-toggle {display: none;}

.sticky-top{ z-index: 900; }