

html {
    height: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
body
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    margin: 0px;
    padding: 0px;

}


.contenu
{
position: relative;
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}

video
{
    position: absolute;
    min-height: 100vh;
    min-width: 100vw;
    object-fit: cover;
    z-index: 0;

}

.contenu::after
{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    background:rgba(0, 0, 0, 0.4);
}

.contenu .texture
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0Px;
    z-index: 2;
    background:url(../texture/cross-stripes.png);
}



h1
{
    padding: 30px;
	margin: 0 auto;
	text-align: center;
	color: #F9F9F9;
	font-size: 50pt;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
    border-radius: 2em;
    border-color: #F9F9F9;
    border-style:solid;
    z-index: 3;
  
    
}


/*
html {
    height: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

body
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: tomato;
}


.FullScreenvideo
{
position:absolute;
align-content: center;
width: 100%;
height: 100vh;
overflow: hidden;
vertical-align: middle;

}
.FullScreenvideo video
{
    min-height: 100%;
    min-height: 100%;
}



.externe
{
    display: table;
    height: 100vh;
    width: 100vw;
    position: absolute;
   
    
}

.contenu
{
    height: 100%;
    width: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color:rgba(43, 43, 43, 0.5);
}

h1
 {
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	text-align: center;
	color: #F9F9F9;
	font-size: 100pt;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

p
 {
	padding: 20px 0px 0px 0px;
	margin: 0 auto;
	text-align: center;
	color: #F9F9F9;
	font-size: 30pt;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}
*/