/*haut de page*/
h1
{
	font-size: 6em!important;
	font-family: 'Maven Pro', sans-serif;
}

.haut
{
	border-radius: 0;
	background-size: cover;
	background: url("img/Elementia2.png") no-repeat, black;
	filter: blur(8px);
	-webkit-filter: blur(8px);
}
.larg {
	width: 400px;
	min-width: 400px;
}

.jumbotron {
  position:relative;
  overflow:hidden;
}

.jumbotron .container {
  position:relative;
  z-index:2;
  
  background:rgba(0,0,0,0.2);
  padding:2rem;
}

.jumbotron-background {
  background: black;
  object-fit:cover;
  font-family: 'object-fit: cover;';
  position:absolute;
  top:0;
  left: 0;
  z-index:1;
  width:100%;
  height:100%;
  opacity:0.8;
}

img.blur {
	-webkit-filter: blur(4px);
	filter: blur(4px);
  	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
  	min-height: 100%;
}

.anto {
	position: fixed;
	text-align: right;
	opacity: 0.05;
	right: 20px;
	bottom: 0;
  	z-index:3;
}