
/* Vidéo background */
video.background-video {
  position: absolute; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: 2;
  background-size: cover;
  max-width:none;
  background-image:url("/Content/videos/video.gif");
}
/* Titre */
.title-home {
    position: absolute;
    top: 38%;
    left: 50%;
    color: #FFF;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 99;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    height: auto !important;
}
.title-home h1{
	margin:0; padding:0;
	font-family: 'Roboto Condensed', sans-serif;
	color:inherit;
	text-transform:uppercase;
	font-weight:300;
	font-size:42px;
	padding-bottom:20px;
}
.title-home span{
	display:block;
	width:100%;
	margin:auto;
	height:1px;
	background-color:#B8CBE6;
	margin-top:10px;
}
.title-home h2{
	margin:0; padding:0;
	font-family: 'Roboto Condensed', sans-serif;
	color:inherit;
	text-transform:uppercase;
	font-weight:bold;
	font-size:28px;
}
    .title-home .smooth-menu {
        width: 100%;
        text-decoration: none;
    }
        .title-home .smooth-menu div {
            max-width: 270px;
            width: 100%;
            padding: 12px 23px;
            color: #232323;
            text-align: center;
            text-transform: uppercase;
            font-size: 18px;
            margin: 0 auto;
            margin-top: 50px;
            -webkit-transition-duration: 0.5s;
            -ms-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
            border: 1px solid #B8CBE6;
            position: relative;
            text-decoration: none;
            border-radius: 3px;
            letter-spacing: 6px;
            font-weight: 600;
        }
        .title-home .smooth-menu span {
            display: block;
            width: 100%;
            height: 100%;
            background-color: #FFF;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            -khtml-opacity: 0.2;
            -moz-opacity: 0.2;
            -ms-filter: "alpha(opacity=20)";
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
            filter: alpha(opacity=20);
            opacity: 0.2;
            -webkit-transition-duration: 0.5s;
            -ms-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
            margin-top: 0;
        }
        .title-home .smooth-menu div:hover {
            background-color: #38a9a7;
            color: #ffffff !important;
            border: 2px solid #1aadab;
        }
            .title-home .smooth-menu div:hover span {
                -khtml-opacity: 0.4;
                -moz-opacity: 0.4;
                -ms-filter: "alpha(opacity=40)";
                filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
                filter: alpha(opacity=40);
                opacity: 0.4;
            }
/* Acteurs */
.acteur-list{
	position:fixed;
	top:100%; left:100%;
}
.acteur-list img{
	display:block;
}
#universe {
  width: 100%;
  height: 100%;
  position:relative;
}
#universe img{
	position:absolute;
	top:0;
	left:0;
	transform-origin:center center;
}
/* Contenu */
.home-content{
	position:fixed;
	top:100%;
	left:100%;
}
.title-home .logo {
    padding: 0;
}
    .title-home .logo img {
        width: 58%;
    }