body { background-color:#000; padding:0px; margin:0px;}
.contentvd {   position: fixed;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.info { 
	color:#FFF;
	font-size:12px;
	text-align: center;
	text-transform: uppercase;
	background-color: transparent;
	border: 1px solid #EFEFEF;
	padding: 7px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.info:hover {
	padding: 7px 0px;
	background-color: #F15A23;
	border: 1px solid #F15A23;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

.logo {
	color: #FFF;
	text-align: center;
	padding: 0px;
	width: 150px;
	height: 118px;
	background: url("rondshopgrosbonpetitw.png") no-repeat;
	background-size: cover;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	margin-left: auto;
	margin-right: auto;
}
.logo:hover {
	background: url("rondshopgrosbonpetitw.png") no-repeat;
	background-size: cover;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

.vimeo-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.name {
	font-family: 'PT Serif', serif;
	font-size:3em;
	color:#FFF;
	text-transform:uppercase;
}
.coming {
	/*font-family: 'Dosis', sans-serif;*/
	font-family: 'PT Serif', serif;
	font-size:1em;
	color:#AAA;
	text-transform:uppercase;
}
#transp {
    position:absolute;
    left:0;
    top:0;
    background: rgba(0,0,0,.8);
    width:100%;
    height:100%;
}

.credits {
	color:#4e4e4e;
	font-size: 10px;
	position: fixed;
	bottom: 0px;
	text-align: right;
	padding: 0px 0px 7px 0px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	z-index: 9999;
	float: right;
	right: 10px;
}

.credits a {
	color: #4e4e4e;
	text-decoration:none;
}


