@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

/* Archive Banner - Static site notice */
.archive-banner {
  background-color: #d9534f;
  color: white;
  padding: 10px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

body {
	background:#000;
	position:relative;
	width:100%;
	height:100%;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-style:normal;
	font-size: 1.01rem;
	color:#fff;
	margin:0px;
	padding:0;
}

/* ==========================================================================
  Helpars
   ========================================================================== */

.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.text-bold {font-weight:700!important;}
.text-thin {font-weight:100!important;}
.text-italic {font-style:italic!important;}

.bg-purple {background-color:#391e44;}
.gray {color:#9c9c9c;}
.fSize15 {font-size:0.95rem;}
/**
 * ----------------------------------------------------------------------------------------
 * Headings
 * ----------------------------------------------------------------------------------------
 */
h1,h2,h3,h4,h5,h6 {
  font-weight:700;
  margin-bottom:1rem;

}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* .container {max-width:940px;} */
/***Header***/

.navbar {
	padding:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.navbar.navbar-light .nav-item a {
	text-transform:uppercase;
	padding: 0.75rem 1.5rem;
}

.logo {
	display: block;
    background-size: 158px 62px;
    max-height: 62px!important;
}

section.content article p {
    line-height: 125%;
}
.card.bg-purple {-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}
.card.bg-purple h1{display:inline-block;font-size:2rem;margin-bottom:0;margin-right:3.5rem; line-height: 180%;}
.card.bg-purple .card-block {padding:4px 18px;}
.twitt-box{
	color:#333333;
	font-size:0.8rem;
}
.twitt-box h4{
	background:transparent url(../img/divider.png) center right repeat-x;
	color:#391e44;
}
.twitt-box h4 span {
	background-color:#FFF;
	padding-right:4rem;
}
.btn-purple.darken {
	background-color:#391e44;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	font-size:0.7rem;
	font-weight:700;
	}
.btn-purple.darken:focus, .btn-purple.darken:hover {
    background-color: #512d60!important;
}
.btn-purple.btn-infos {
	background-color:#361344;
	text-transform:uppercase;
	font-size:1.1rem;
	font-weight:500;
	color:#b5afb9!important;
	padding-top:.8rem;
	padding-bottom:.8rem;
}
.btn-purple.btn-infos:focus, .btn-purple.btn-infos:hover {
    background-color: #2b0d37!important;
}
.countdown {
	margin:0 auto;
	text-align:center;
}
.countdown .figure {
  position: relative;
  float: left;
  height: 77px;
  width: 58px;
  margin-right: 2px;
 /*  background: #000000; */
  background: #392244;
	background: -webkit-linear-gradient(#392744, #392244);
    background: -o-linear-gradient(#392744, #392244);
    background: -moz-linear-gradient(#392744, #392244);
    background: linear-gradient(#392744, #392244);
  border-radius: 8px;
}
.countdown .figure:last-child {margin-right:10px;}
.countdown .figure > span {
  margin: auto;
  font-size:70px;
  line-height:82px;
  font-weight: 700;
  color: #fff;
}
.countdown .figure > .divider {
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	z-index:10;
	border:1px solid #000;
}
.retweet-link {
	font-size:4rem;
	font-weight:700;
	font-style:italic;
	color:#fff;
}
.retweet-link:hover {
	color:#fff;
}



/* BOUTONS */

.socialbutton {
    display: block;
    float: center;
    padding: 4px 8px;
    margin-bottom:8px;
    margin-right:8px;
    border-radius:5px;
    border:none;
    background-color: #ececec;
    text-decoration: none;
    font-size: 12px;
    color: #FFF;
}
.socialbutton:hover {
    color: #efefef;
}
.facebook {
    background-color: #3b5998;
}
.twitter {
    background-color: #55acee;
}

/* BG */
.bgtwit {
    margin-bottom: 10px;
    padding: 10px;
    border-radius:5px;
    background-color: #ebe8ec;
}

.activist {
    display:none;
}
header{
    position:relative;
}
#languageSelector{
    position: absolute;
    top:10px;
    right: 0px;
}

.language_bar_chooser{
    display: inline-block;
    text-align: right;
}
.language_bar_chooser li{
    display: inline-block;
    margin-right:10px;
}
.language_bar_chooser li a{
    font-size: 11px;
    color:#fff;
}
.language_bar_chooser li.active a{
    font-size: 11px;
    color:#999;
}
.language_bar_chooser li a:hover{
    color:#999;
}
/*
 *											Media Query
 *---------------------------------------------------------------------------------------------*/
@media (min-width: 1200px){
	.container {
    max-width: 940px;
	}
}
@media (max-width: 767px) {
	.logo {
    max-height:52px!important;
	}
	.card.bg-purple h1 {
		width:70%;
		font-size:1rem;
		margin-right:1.2rem;
	}
	h2 {font-size:1.5rem;}
	h4 {font-size:.8rem;}

	.card.bg-purple.mt70 {margin-top:40px!important;}
	.twitt-box h4 span {padding-right:0;}
	.countdown .figure {
		width:35px;
		height:55px;
	}
	.countdown .figure > span {
	font-size: 40px;
    line-height: 56px;
	}
	.fa-5x {font-size:4rem;}
	.retweet-link {
		font-size:1.4rem;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.card.bg-purple h1 {font-size:1.5rem;}
}
