@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, dl, dt, dd, form, fieldset, input, textarea, label, u  {
	margin: 0;
	padding: 0;
	border:0px;
}
body {
	margin: 0px auto;
	width:100%;
	background-color: #000000;
}
#wrapper {
    height: auto;
    margin: 0px auto;
    min-height: 400px;
    position: relative;
    width: 100%;
	border: 1px solid #000000;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /*16:9*/
  height: 0; 
  overflow: hidden;
  margin-top: 50vh; /* poussé de la moitié de hauteur de viewport */
  transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
}
 
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
