/* Add here all your css styles (customizations) */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
#sequence-theme{
	background: url(/assets/images/background3.jpg);
	background-size:cover;
}

#logoTitre{
	font-family: 'Orbitron', sans-serif;
	color:#ffa500;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.peopleCarouselImg{
	height:400px;
}
.peopleCarouselImg img {
	width: auto;
	height: 400px;
	max-height: 400px;
}
.carousel .item.left img{
    width: auto !important;
}
.imgCenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.nostyle a{
  text-decoration:none;
  color:grey;
}
.nostyle a:hover{
  text-decoration:none;
  color:#ffa500;;
}
.imgSelected{
  background:green;
}
.imgNotSelected{
  background:#ccc;
}
.orangeHover:hover{
  background:#ffa500;
}
.tablehover tr:hover{
  background:#FFD27F;
}
.listeselected:hover{
background:#ffa500;
}
.fancybox-skin{
	background:rgba(0,0,0,0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}