body {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

.video-title {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: end;
	padding: 0 30px;
	margin: auto 0;
	color: white
}

.sticky {
	position: fixed !important;
	margin: 0 !important;
	top: 0
}

.header-blurbackground {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: grey;
	opacity: 0.6;
	backdrop-filter: blur(10px);
	top: 0;
	z-index: -1;
}

.header-image-cpf {
	height: 100px;
}

.header-container {
	top: 0;
	width: 100%;
	z-index: 10;
	color: white;
	background-color: transparent;
	/* background-color: black; */
	position: absolute;
	display: flex;
	flex-direction: column;
}

.header-text-information {
	margin: auto 0;
	padding: 0 15px;
	text-align: right;
}

.headerTop-container {
	height: 134px;
	z-index: 99;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.headerTop-container-leftside {
	z-index: 99;
	margin: auto 0;
}

.headerTop-container-rightside {
	margin: auto 0;
	align-items: end;
	z-index: 99;
}

.hearderTop-container-info {
	display: flex;
	align-items: center;
	float: right;
}

.header-icon-phone {
	width: 20px;
	height: 25px;
	filter: invert();
}

.headerTop-column {
	justify-content: end;
	display: flex;
	flex-direction: column;
}

.headerTop-row-info {
	display: flex;
	flex-direction: row;
	justify-content: end;
}

.headerTop-text-title {
	padding: 0 25px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
}

.banner {
	position: static;
	top: 0;
	height: 52px;
	width: 100%;
	z-index: 3;
}

.main-image {
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover; /* combined with 'absolute', works like background-size, but for DOM elements */
}

.container-video-title {
	height: 100%;
	display: flex;
	justify-content: end;
	padding: 0 30px;
}

img {
	object-fit: contain;
	width: 100%;
}

h2 {
	font-size: 42px;
	font-weight: 400;
}

.pre-text {
	color: #aaa
}

.content-text {
	color: #777;
	font-size: 20px;
}

.banner-title {
	text-align: center;
	color: white;
	margin: auto;
	font-weight: 700;
}

.banner-link {
	text-align: center;
	color: white;
	margin: auto
}

.banner-link:hover {
	text-decoration: underline;
}

.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	/* justify-content: space-between; */
}

.column,
.column-empty {
	display: flex;
	flex-direction: column;
	margin: 0 15px;
}

.containerT {
	width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.footer {
	width: 100%;
	background-color: #505050;
	color: white;
	padding: 80px 0 60px;
	overflow: hidden;
}

.row-banner {
	padding: 0 15px;
	justify-content: space-between;
}

.row-footer {
	justify-content: left;
}

.footer-schedule-title,
.footer-contact-title {
	font-size: 17;
	font-weight: 700;
}

iframe {
	width: 100%;
	height: 339px;
}

.container-map {
	width: 45%;
	padding: 15px;
}

.container-code,
.container-manual,
.container-auto {
	padding: 0 15px;
	margin: 60px auto 30px auto
}

.container-adress {
	padding: 0 15px 80px 15px;
	margin: 30px auto
}

.square-test {
	width: auto;
	height: 400px;
	background-color: red;
}

.body-adress-title {
	text-align: center;
}

.paragraphe-text {
	order: 3;
	width: 42%;
	float: left;
	max-width: 100%;
	padding: 15px;
}

.paragraphe-image {
	order: 5;
	width: 58%;
	float: right;
	max-width: 100%;
	flex-basis: 0;
	flex-grow: 1;
	padding: 0 30px
}

@media (max-width: 1200px) {
	.containerT {
		width: 980px;
	}

	iframe {
		width: 450px;
		height: 300px;
	}
}

@media (max-width: 980px) {
	.headerTop-text-title {
		display: none;
	}

	.header-image-cpf {
		display: none;
	}

	.banner {
		position: relative;
		height: 100px
	}

	.banner-title {
		font-size: clamp(16px, 4vw, 55px);
	}

	.banner-link {
		display: none;
	}

	.containerT {
		width: 768px;
	}

	iframe {
		width: 100%;
		height: 500px;
	}

	.paragraphe-text {
		width: 100%;
	}

	.paragraphe-image {
		width: 66%;
		flex-grow: 0;
		flex-basis: auto;
		order: 5 !important;
	}

	.container-map {
		width: 100%;
	}

}

@media (max-width: 768px) {
	.containerT {
		width: 100%;
	}

	iframe {
		width: 100%;
		height: 500px;
	}

	.row {
		justify-content: center;
	}

	.footer {
		text-align: center;
	}
}