*, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

header {
    position: relative;
    z-index: 1;
	height: 100%;
    text-align: center;
	line-height: 50px;
	padding: auto;
}

header .overlay {
    position: absolute;
    z-index: -1;
    inset: 0;
/*    background-color: #30303061; */
}

header video {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header h1 {
    color: #FFFFFF;
	font-family: "poplar-std", sans-serif;
	font-weight: 400;

/*
	font-family: "gazzetta-variable", sans-serif;
	font-variation-settings: "wght" 100;
*/
	font-style: normal;
	font-size: 70px;
	line-height: 60px;
    text-transform: uppercase;
}

header h1 a {
 	color:white;
	text-decoration: none;
	opacity: 1;
}


header h1 a:hover {
 	color:antiquewhite;
	text-decoration: none;
	opacity: 1;
}

.accroche { 
    color: #FFFFFF;
	font-family: "fira-sans", sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 15px;
	line-height: 20px;
	opacity: 1;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	text-align: justify;
}

.accroche h1 { 
    color: #FFFFFF;
	font-family: "superscore-vf", sans-serif;
	font-variation-settings: "FLUX" 0, "wght" 400;
	font-style: normal;
	font-size: 40px;
	line-height: 40px;
	opacity: 1;
	padding-top: 10px;
	text-align: center;

}
.services-link {
    color: #eee;
    font-size: 20px;
}
main {
	width: min(100%, 800px); 
	margin: auto;
	font-family: "museo-slab", serif;
	font-weight: 300;
	font-style: normal;
    font-size: 16px;
	line-height: 28px;


}

main section {
	
}
main strong {
	font-weight: 600;
}