 /* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
	width: 15%;
  position:relative;
  color: #f1f1f1;
  margin: auto;
	margin-top: 20%;
}


.texte, .texte a {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-style: italic;
	font-size: 1em;
	color:#000;
	text-decoration: none;
}

.texte a:hover {
	text-decoration:underline;
}