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

img {
	max-width: 100%;
}

html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	overflow: hidden;
}

body {
	color: #fff;
	text-align: center;
	font-family: Arial;
	height: 100%;
	max-height: 100%;
}

	#video {
		display: block;
		width: 100%;
	}

/* header */
header {
	padding: 1vh 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	background: rgba(0 0 0 / 75%);
	left: 0;
}

	.logo {
		width: 30%;
	}

	.img_minority {
		width: 5%;
		position: absolute;
		right: 10px;
	}

	.img_container img {
	    width: 100%;
	    margin-bottom: 5px;
	}

/* footer */
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 1vh 2vw;
	background: rgba(0 0 0 / 75%);
}

	.cta {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-items: center;
	}

		a#cta {
			text-decoration: none;
			color: #fff;
			font-size: 2rem;
			text-transform: uppercase;
			background: #218838;
			border-color: #1e7e34;
			width: 150px;
			display: block;
			border-radius: .25rem;
			padding: .53rem .75rem;
		}

		#tarif {
			margin: 1vh 0;
			font-size: 1.4rem;
		}

	.footer {
		font-size: 1rem;
		line-height: 1;
		margin: auto;
		text-align: center;
	}

		.footer a {
			color: #fff;
		}

/* iFrame */
#iframe_wrapper {
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

iframe {
	height: 45rem;
	border: none !important;
}
