/*general style*/
body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #cececd;
  background-color: #fcfcfc;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
/** NAV **/
.logo{
margin-top: -22px;
}
.logo img{
margin-left: 8px;
}
.navbar{
border-radius: 0px;
margin-bottom: 0px;
border-color: #171716;
height: 80px;
}
.navbar-right{
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 16px;
margin-top: -55px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
color: #fff;
background-color: #1c1c1c;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
color: #fff;
background-color: #1c1c1c;
}
.navbar-nav .open .dropdown-menu{
background-color: #1c1c1c;
}
.navbar-right a:focus{
color:#fff;
}
.navbar-default{
font-family: 'Montserrat', sans-serif;
font-weight: 700;
background-color: #1c1c1c;
}
.navbar-nav li .dropdown-menu a:hover{
color: #fff;
}
.navbar-default .navbar-nav li a{
color: #666;
background-color: #1c1c1c;
}
.navbar-default .navbar-nav>.active>a{
color: #666;
background-color: #1c1c1c;
}
.navbar-nav li a:hover{
color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a{
color: #666;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
color: #fff;
background-color: #1c1c1c;
}
.dropdown-menu{
background-color: #1c1c1c;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
color: #666;
text-decoration: none;
background-color: #fff;
outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus{
color: #777;
}
.dropdown-menu > li > a{
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #666;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
color: #fff;
text-decoration: none;
background-color: #1c1c1c;
}
@media screen and (max-width: 1199px) {
 .logo{
 margin-top: -29px;
 }
}
@media screen and (max-width: 991px) {
 .logo{
 margin-top: -19px;
 }
}
@media screen and (max-width: 767px) {
 .logo {
 margin-top: -21px;
 }
 .logo img {
 margin-left: auto;
 width: 50%;
 }
 .navbar-brand {
 float: none;
 }
 .navbar-right{
 margin-top: 0px;
 }
 .navbar-default{
 margin-top: 0px;
 height: 80px; 
 }
 .navbar-fixed-top {
 position: relative;
 }
 .navbar-default .navbar-collapse{
 border-color: #454545;
 border-top: 1px solid #454545;
 }
 .navbar-toggle{
 margin-top: 28px;
 padding: 7px 5px;
 }
 .navbar-default .navbar-toggle{
 border-color: #fff;
 background-color: #fff;
 }
 .navbar-default .navbar-toggle .icon-bar {
 background-color: #000;
 }
 .navbar-default .navbar-toggle:hover,
 .navbar-default .navbar-toggle:focus {
 background-color: #fff;
 border-color: #fff;
 }
 .navbar-nav {
 margin: 7.5px -8px;
 }
}
@media screen and (max-width: 667px) {
 .logo img {
 width: 60%;
 }
} 
@media screen and (max-width: 540px) {
 .logo img {
 width: 80%;
 }
}
@media screen and (max-width: 414px) {
 .logo img {
 width: 100%;
 }
}
/** HOME **/
.minh_home{
margin-top:30px;
}
.col-left, .col-right, .col-video{
margin-bottom: 30px;
}
.embed-responsive.embed-responsive-16by9 {
padding-bottom: 64.5%;
}
.info_index h4{
color: #333;
text-transform: uppercase;
font-weight: 700;
font-size: 22px;
}
.info_index hr{
margin-top: 0px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #333;
}
.info_index p, a{
color: #333;
font-weight: 400;
font-size: 16px;
}
.info_index a:hover{
text-decoration: underline;
color: #68676D;
}
@media screen and (max-width: 1199px) {
	.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 64.25%;
	}
}
@media screen and (max-width: 767px) {
	.col-right{
	margin-bottom: 40px;
	}
}
/** FOOTER **/
.footer_nav{
	background-color: #1c1c1c;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
	border-top: 1px solid #3e3e3e;
	min-height: 60px;
}
.chercheur .form-control{
	height: 30px;
	color: #666;
    background-color: #333;
    border: 1px solid #666;
    border-radius: 0px;
    margin-top: 6px;
    margin-left: -15px;
	width: 70%;
}
.chercheur .btn-default {
	color: #999;
	background-color: #333;
	border-color: #666;
	height: 30px;
	border-radius: 0px;
	padding: 4px 12px;
	margin-top: 6px;	
}
.chercheur h3{
	margin-top: 15px;
	color: #999;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
}
.partager {
	margin-top: 9px;
}
.partager .fa{
	color: #999;	
}
.partager .fa:hover{
	color: #fff;
	text-decoration: none;
}
.copy {
	font-family: 'Noto Sans', sans-serif;
	color: #999;
	font-size: 12px;
	margin-top:  24px;
	text-align: center;	
}
.links {
	margin-top:  21px;	
	text-align: right;
}
.links a{
	font-family: 'Noto Sans', sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: underline;
	margin-left: 30px;
}
.links a:hover{
	color: #fff;
}
.clear{
	margin-top: 20px;
}
@media screen and (max-width: 1199px) {
	.links {
	text-align: left;
	}
	.links a{
	margin-left: 24px;
	}
}
@media screen and (max-width: 991px) {
	.links{
	text-align: center;
	margin-bottom: 20px;
	}
	.copy{
	text-align: right;
	}
}
@media screen and (max-width: 767px) {
	.partager{
	text-align: center;
	}
	.copy{
	text-align: center;
	}
	.links{
	margin-left: -24px;
	}
}
/** cambios line up **/
.back-lineup{
	background-image: url('../img/poster_blank.jpg');
	background-size: cover;
}
.lineup {
	min-height: 355.93px;
    padding: 10px 7px;
}
.lineup h2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.lineup h3 {
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-top: -8px;
}
.lineup p {
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin: -14px 5px 10px 5px;
}
.lineup hr {
  background-color:  #ffffff;
  width: 95%;
  height: 4px;
}
.lineup .plus {
  z-index: 10;
  padding: 5px;
  text-align: center;
  background-color: #fcfcfc;
  border: 2px solid #1c1c1c;
  margin-top: 57px;  
}
.lineup .plus p, i {
  font-family: 'Roboto Condensed', sans-serif;
  color: #1c1c1c;
  text-align: center;
  font-size: 14px;
  display: inline;
  text-transform: uppercase;
}
.lineup .date{
  position: absolute;
  right: 8%;
  left: 8%;
  z-index: 10;
  padding: 5px;
  text-align: center;
  border: 1px solid #fff;
}
.lineup .date h4{
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 1px;
  margin-bottom: 1px;
}
.sub-title h2 {
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #171718;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
}
.sub-title h3 {
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #171718;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}
.sub-line {
	text-shadow: 2px 2px 1px #000;
    margin-top: 0px;
    border-top: 1px solid #1c1c1c;
}
@media screen and (max-width: 1199px) {
	.lineup {
	min-height: 288.13px;
	}
	.lineup h2 {
	margin: 15px 5px -10px 5px;
	}
	.lineup .plus {
	margin-top: 58px;	
	}
}
@media screen and (max-width: 991px) {
	.lineup {
	min-height: 468.79px;
	}
	.lineup .plus {
	margin-top: 185px;	
	}
}
@media screen and (max-width: 767px) {
	.lineup {
	min-height: 479.32px;	
	}
	.lineup .plus {
	margin-top: 62px;	
	}
}
@media screen and (max-width: 720px) {
	.lineup {
	min-height: 447.46px;
	}
}
@media screen and (max-width: 640px) {
	.lineup {
	min-height: 393.23px;
	}
}
@media screen and (max-width: 480px) {
	.lineup {
	min-height: 284.74px;
	}
}
@media screen and (max-width: 360px) {
	.lineup {
	min-height: 330px;
	}
}