/*=========*/
/*======== GENERAL ==========*/
/*=========*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');

* {
	margin: 0;
	padding: 0;
}

img {
	display: block;
	margin: 0 auto;
}

body{
	background-color: #000000;
	font-family: Arial, sans-serif;
	line-height: 1.3;
}

.wrap {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}

.bg {
	margin: 0;
	padding: 0;
	background: url(../img/new/background@2x.jpg) no-repeat;
	-webkit-background-size: cover;
	/* pour anciens Chrome et Safari */
	background-size: cover;
	/* version standardisée */
	background-position: left center;
}

@media screen and (max-width:479.98px) {
	.bg {
		background-position: 10% center;
	}
}

section {
	box-sizing: border-box;
}

button,
input[type='submit'] {
	cursor: pointer;
}

/*=========*/
/*======== HEADER ==========*/
/*=========*/

.top-logo {
	width: 100%;
	background-color: #000000;
}

.top-logo p {
	font-family: 'CanalLight';
	color: white;
	text-transform: uppercase;
	padding: 5px 10px;
	font-size: 18px;
}

header {
	position: fixed;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	z-index: 5;
}

header .logoHeader {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 10px;
}

header .logoHeader img {
	max-width: 450px;
	width: 100%;
	margin: 0 0 10px;
}

@media screen and (max-width:1023.98px) {
	header .logoHeader img {
		max-width: 300px;
	}
}

@media screen and (max-width:767.98px) {
	header .logoHeader img {
		max-width: 200px;
	}
}

header .logoHeader p {
	font-family: 'CanalBold', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0;
	font-size: 18px;
	text-align: left;
	transition: all 0.15s ease-in-out;
}

header .logoHeader p.hidden {
	opacity: 0;
	visibility: hidden;
}

@media screen and (max-width:767.98px) {
	header .logoHeader p {
		font-size: 12px;
	}
}

header .contact {
	display: flex;
	align-items: center;
}

@media screen and (max-width:767.98px) {
	header .contact {
		position: fixed;
		z-index: 6;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}

header .contact>p {
	font-family: 'CanalLight';
	color: white;
	text-transform: uppercase;
	padding: 0 0 0 20px;
	font-size: 18px;
}

header .contact .innerContact {
	width: 100px;
	background-color: #08D9A3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 10;
	cursor: pointer;
	height: 100%;
	border-left: 2px solid black;
	margin: 0 0 0 15px;
	transition: all 0.15s ease-in-out;
}

header .contact .innerContact:hover {
	background-color: #EC3654;
}

@media screen and (max-width:767.98px) {
	header .contact .innerContact {
		width: 100%;
		margin: 0;
		border-left: none;
	}
}

header .contact .innerContact img {
	width: 25px;
}

header .contact .innerContact p {
	font-family: 'CanalBold';
	text-transform: uppercase;
	font-size: 10px;
}

/*=========*/
/*======== MAIN ==========*/
/*=========*/

main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 200px 0 20px;
}

@media screen and (max-width:1023.98px) {
	main {
		padding: 100px 30px 20px;
	}
}

@media screen and (max-width:767.98px) {
	main {
		padding: 100px 30px 0;
	}
}

@media screen and (max-width:479.98px) {
	main {
		padding: 200px 0 0;
	}
}

/*=========*/
/*======== SECTION1 ==========*/
/*=========*/

#sec1 {
	width: 40%;
	background-color: #2C2F33;
	color: white;
	text-align: left;
	padding: 20px 30px;
	margin-bottom: 40px;
}

@media screen and (max-width:1023.98px) {
#sec1 {
		width: 100%;
	}
}

@media screen and (max-width:479.98px) {
#sec1 {
		margin-bottom: 0;
	}
}

#sec1 p {
	font-family: 'CanalBold';
	text-transform: uppercase;
}

#sec1 p.title {
	font-weight: 100;
	font-size: 40px;
	color: #FFFFFF;
	word-spacing: 2px;
	padding: 0;
}

@media screen and (max-width:1023.98px) {
	#sec1 p.title {
		font-size: 30px;
	}
}

@media screen and (max-width:479.98px) {
	#sec1 p.title {
		font-size: 20px;
	}
}

#sec1 p.subtitle {
	margin-bottom: 20px;
	padding: 0;
	font-weight: 100;
	font-size: 20px;
	color: #FFFFFF;
	word-spacing: 2px;
}

#sec1 p.redtext {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	font-style: normal;
	text-transform: none;
	color: #FFFFFF;
	word-spacing: 2px;
	padding: 5px 0;
}

#sec1 form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	flex-wrap: wrap;
}

#sec1 form > span {
	width: 100%;
}

#sec1 form input[type='text'] {
	width: calc(50% - 10px);
	box-sizing: border-box;
	margin: 5px;
	height: 40px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

#sec1 form input[type='email'] {
	width: 100%;
	box-sizing: border-box;
	margin: 10px 5px;
	height: 40px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 16px;
}

#sec1 form input[type='text']:first-child {
	width: 100%;
}

#sec1 form input[type='submit'],
#sec1 form input[type='button'] {
	border: none;
	border-radius: 8px;
	width: 220px;
	padding: 10px;
	font-size: 16px;
	font-family: 'Open Sans';
	font-weight: 600;
	color: white;
	background-color: #08D9A3;
	cursor: pointer;
	margin: 10px 0;
	transition: all 0.15s ease-in-out;
}

#sec1 form input[type='submit']:hover,
#sec1 form input[type='button']:hover {
	background-color: #EC3654;
}

#sec1 form input::placeholder {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 16px;
}

#sec1 form p {
	max-width: 220px;
	width: 100%;
	text-align: left;
	font-size: 12px;
	font-family: 'CanalDem';
}

#sec1 span {
	margin-top: 10px;
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	text-align: left;
	display: block;
	width: 100%;
	color: #FFFFFF;
}

.bar-button {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bar-button {
	text-decoration: none !important;
	color: #41B28E !important;
}

.bar-button p {
	font-family: "Open Sans", sans-serif !important;
	text-transform: none !important;
}

.bar-button img {
	margin: 0;
	padding-left: 10px;
}

/*=========*/
/*======== SECTION 2 ==========*/
/*=========*/
.sec2 {
	display: flex;
	justify-content: center;
	width: 60%;
	padding: 20px;
}

@media screen and (max-width:1023.98px) {
	.sec2 {
		width: 100%;
	}
}

.sec2 p {
	font-family: 'CanalBold';
	font-weight: 100;
	font-size: 40px;
	word-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	color: #FFFFFF;
}

@media screen and (max-width:767.98px) {
	.sec2 p {
		font-size: 30px;
	}
}

@media screen and (max-width:479.98px) {
	.sec2 p {
		font-size: 20px;
	}
}

/*=========*/
/*======== SECTION 3 ==========*/
/*=========*/
.sec3 {
	padding: 30px;
	background-color: #19191D;
}

.sec3 p {
	max-width: 800px;
	width: 100%;
	margin: 0 auto 1rem;
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 26px;
	line-height: 1.3;
	text-align: center;
	word-spacing: 2px;
	color: #FFFFFF;
}

@media screen and (max-width:1023.98px) {
	.sec3 p {
		font-size: 20px;
	}
}

.sec3 p span {
	font-family: 'CanalBold';
}

/*=========*/
/*======== SECTION 4 ==========*/
/*=========*/
.sec4 {
	position: relative;
	padding: 0 30px;
	background-color: #17191C;
}

@media screen and (max-width:479.98px) {
	.sec4 {
		padding: 0;
	}
}

.sec4::before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 60%;
	height: 85%;
	background-color: #2C2F33;
}

@media screen and (max-width:1023.98px) {
	.sec4::before {
		display: none;
	}
}

.sec4 .wrap {
	position: relative;
	z-index: 1;
}

.sec4 .video-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width:1023.98px) {
	.sec4 .video-wrap {
		background-color: #2C2F33;
	}
}

.sec4 .left .video {
	position: relative;
}

.sec4 .left .video video {
	width: 100%;
}

.sec4 .left .video img {
	max-width: 896px;
	width: 100%;
	margin: 0 auto;
}

.sec4 .video-wrap .left {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 60%;
}

@media screen and (max-width:1279.98px) {
	.sec4 .video-wrap .left {
		width: 50%;
	}
}

@media screen and (max-width:1023.98px) {
	.sec4 .video-wrap .left {
		width: 100%;
	}
}

.sec4 .video-wrap .right {
	width: 40%;
}

@media screen and (max-width:1279.98px) {
	.sec4 .video-wrap .right {
		width: 50%;
	}
}

@media screen and (max-width:1023.98px) {
	.sec4 .video-wrap .right {
		width: 100%;
	}
}

.sec4 .video-wrap .right .content {
	display: flex;
	flex-direction: column;
	padding: 0 4rem;
}

@media screen and (max-width:1023.98px) {
	.sec4 .video-wrap .right .content {
		padding: 2rem 4rem;
	}
}

@media screen and (max-width:479.98px) {
	.sec4 .video-wrap .right .content {
		padding: 2rem;
	}
}

.sec4 .video-wrap .right p {
	margin: 0 0 1rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-align: left;
	word-spacing: 2px;
	color: #FFFFFF;
}

@media screen and (max-width:767.98px) {
	.sec4 .video-wrap .right p {
		font-size: 16px;
	}
}



/*=========*/
/*======== SECTION 5 ==========*/
/*=========*/
.sec5 {
	position: relative;
	padding: 50px 0;
	background-color: #19191D;
}

.sec5 > div {
	display: flex;
	justify-content: flex-start;
}

.sec5 .content {
	position: relative;
	width: 75%;
	padding: 40px;
	background-color: #2C2F33;
}

@media screen and (max-width:479.98px) {
	.sec5 .content {
		width: 100%;
	}
}

.sec5 .content .text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 450px;
	width: 100%;
	margin: 0 auto;
}

.sec5 .content .text p {
	margin: 0 0 2rem;
	font-family: 'Open Sans';
	font-size: 20px;
	line-height: 1.3;
	color: #FFFFFF;
	text-align: left;
}

@media screen and (max-width:767.98px) {
	.sec5 .content .text p {
		font-size: 16px;
	}
}

.sec5 .content .text p .arrow {
	font-family: 'CanalBold';
}

.sec5 .content .text p .strong {
	font-weight: 700;
	text-transform: uppercase;
	color: #08D9A3;
}

.sec5 .content .text .title {
	font-family: "CanalBold";
	font-size: 26px;
	text-transform: uppercase;
	word-spacing: 2px;
}

@media screen and (max-width:767.98px) {
	.sec5 .content .text .title {
		font-size: 20px;
	}
}

.sec5 .image {
	position: absolute;
	right: -20%;
	top: 50%;
	transform: translateY(-50%);
	max-width: 500px;
	width: 100%;
}

@media screen and (max-width:1439.98px) {
	.sec5 .image {
		max-width: 40%;
	}
}

@media screen and (max-width:1023.98px) {
	.sec5 .image {
		display: none;
	}
}

.sec5 .image img {
	width: 100%;
}

.sec5 .content .text button {
	margin-top: 20px;
}

/*=========*/
/*======== SECTION 6 ==========*/
/*=========*/
.sec6 {
	position: relative;
	padding: 100px 0;
	background-color: #19191D;
}

@media screen and (max-width:1023.98px) {
	.sec6 {
		padding: 0 0 50px;
	}
}

.sec6 > div {
	display: flex;
	justify-content: flex-end;
}

.sec6 .content {
	position: relative;
	width: 75%;
	padding: 40px;
	background-color: #2C2F33;
}

@media screen and (max-width:1279.98px) {
	.sec6 .content {
		width: 65%;
	}
}

@media screen and (max-width:1023.98px) {
	.sec6 .content {
		width: 75%;
	}
}

@media screen and (max-width:479.98px) {
	.sec6 .content {
		width: 100%;
	}
}

.sec6 .content .text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 460px;
	width: 100%;
	margin: 0 auto;
}

.sec6 .content .text > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 3rem;
}

.sec6 .content .text > div > div {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100px;
	width: 100%;
	margin: 0 2rem 0 0;
}

@media screen and (max-width:767.98px) {
	.sec6 .content .text > div > div {
		max-width: 60px;
	}
}

.sec6 .content .text > div > div img {
	width: 100%;
}

.sec6 .content .text p {
	font-size: 20px;
	line-height: 1.3;
	color: #FFFFFF;
	text-align: left;
	word-spacing: 2px;
}

@media screen and (max-width:767.98px) {
	.sec6 .content .text p {
		font-size: 16px;
	}
}

.sec6 .content .text p .strong {
	font-weight: 700;
	text-transform: uppercase;
	color: #08D9A3;
}

.sec6 .content .text p .strong sup {
	font-size: 14px;
}

.sec6 .content .text .tiny-text {
	font-size: 10px;
}

.sec6 .content .text .title {
	margin-bottom: 3rem;
	font-family: "CanalBold";
	font-size: 26px;
	text-transform: uppercase;
}

@media screen and (max-width:767.98px) {
	.sec6 .content .text .title {
		font-size: 20px;
	}
}

.sec6 .image {
	position: absolute;
	left: -20%;
	top: 50%;
	transform: translateY(-50%);
	max-width: 500px;
	width: 100%;
}

@media screen and (max-width:1439.98px) {
	.sec6 .image {
		max-width: 45%;
	}
}

@media screen and (max-width:1279.98px) {
	.sec6 .image {
		left: -30%;
	}
}

@media screen and (max-width:1023.98px) {
	.sec6 .image {
		display: none;
	}
}

.sec6 .image img {
	width: 100%;
}

.sec6 .content .text button {
	margin-top: 20px;
}



button {
	border: none;
	border-radius: 8px;
	width: 220px;
	padding: 10px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: white;
	background-color: #08D9A3;
	cursor: pointer;
	margin: 10px 0;
	transition: all 0.15s ease-in-out;
}

@media screen and (max-width:479.98px) {
	button {
		margin: 10px auto;
	}
}

button:hover {
	background-color: #EC3654;
}

/*=========*/
/*======== FOOTER ==========*/
/*=========*/
footer {
	position: relative;
	background-color: #19191D;
	color: #FFFFFF;
	padding: 50px 30px 50px;
}

@media screen and (max-width:767.98px) {
	footer {
		padding: 30px 30px 50px;
	}
}

footer::before {
	content: '';
	position: absolute;
	z-index: 0;
	bottom: 0;
	right: 0;
	width: 90%;
	height: 100%;
	background-color: #2C2F33;
	opacity: 0.7;
}

@media screen and (max-width:1023.98px) {
	footer::before {
		width: 100%;
	}
}

footer .ml {
	position: relative;
	z-index: 1;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}

footer p {
	padding: 5px 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

/*=========*/
/*============== formcontact =============*/
/*=========*/
.formContact {
	background-color: black;
	position: fixed;
	top: -100%;
	left: 0;
	right: 0;
	z-index: 10;
	border: 1px solid #08D9A3;
	padding: 30px 60px 50px;
	transition: ease-in-out .3s;
}

.formContact>h2 {
	color: white;
	text-align: center;
	font-family: 'CanalBold';
	padding-bottom: 20px;
}

.formContact>span {
	color: white;
	font-family: 'CanalBold';
	font-size: 25px;
	display: flex;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.formContact {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.formContact>p {
	text-align: left;
	font-family: 'CanalLight';
	padding-top: 15px;
	font-size: 12px;
}

.formContact>p {
	color: #08D9A3;
}

.formContact>.formInfo {
	color: white;
	font-size: 10px;
	text-align: justify;
}

.formContact>.formInfo a {
	color: white;
}

.formContact .formFlex {
	display: flex;
	margin: 0 auto;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.formContact .formFlex .formPart1,
.formContact .formFlex .formPart2 {
	max-width: 360px;
	width: 100%;
}

.formContact .formFlex .formPart1 input,
.formContact .formFlex .formPart2 input {
	border: 1px solid;
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	font-size: 20px;
	padding: 10px;
	color: black;
}

.formContact .formFlex .formPart1 input,
.formContact .formFlex .formPart2 input {
	border: 2px solid #08D9A3;
}

.formContact .formFlex .formPart1 input::placeholder,
.formContact .formFlex .formPart2 input::placeholder {
	color: black;
}

.formContact .formFlex .formPart1 .inputWrap {
	display: flex;
	margin: 20px 0;
	justify-content: space-between;
}

.formContact .formFlex .formPart1 input[name=nom2] {
	width: 195px;
}

.formContact .formFlex .formPart1 input[name=prenom2] {
	width: 150px;
}

.formContact .formFlex .formPart2 input[name=cp2] {
	margin: 20px 0;
}

.formContact .formFlex .formPart2 .txtWrap {
	display: flex;
	justify-content: space-between;
}

.formContact .formFlex .formPart2 .txtWrap p {
	width: 220px;
	text-align: left;
	font-family: 'CanalLight';
	font-size: 17px;
	padding-left: 10px;
}

.formContact .formFlex .formPart2 .txtWrap p {
	color: #08D9A3;
}

.formContact button {
	background: #EC3654;
	border: none;
	padding: 20px 0;
	font-size: 18px;
	font-family: 'CanalBold';
	text-transform: uppercase;
	color: white;
	position: absolute;
	bottom: -32px;
	left: 0;
	right: 0;
	max-width: 272px;
	width: 100%;
	margin: 0 auto;
}

/*=========*/
/*============== formcall =============*/
/*=========*/

.dualform {
	background-color: black;
	position: fixed;
	top: -100%;
	left: 0;
	right: 0;
	z-index: 10;
	border: 1px solid #08D9A3;
	padding: 30px 60px 50px;
	transition: ease-in-out .3s;
	display: flex;
	justify-content: center;
	flex-direction: column;
	max-width: 300px;
	margin: 0 auto;
}

.dualform h2 {
	color: white;
	text-align: center;
	font-family: 'CanalDem';
	padding-bottom: 5px;
}

.dualform p {
	text-align: center;
	font-family: 'CanalLight';
	padding-top: 15px;
	font-size: 16px;
	color: white;
}
.dualform p {
    text-align: left;
    font-family: 'CanalLight';
    font-size: 11px;
}

.dualform input[type=tel],
.dualform input[type=text],
.dualform input[type=email] {
	border: 1px solid;
	max-width: 315px;
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	font-size: 20px;
	padding: 10px;
	color: black;
}

.dualform button {
	background: #EC3654;
	border: none;
	padding: 20px 0;
	font-size: 16px;
	font-family: 'CanalBold';
	text-transform: uppercase;
	color: white;
	max-width: 315px;
	width: 100%;
	margin: 15px auto;
}

.dualform span {
	color: white;
	font-family: 'CanalBold';
	font-size: 25px;
	display: flex;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.dualform .infoCall {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: 'CanalDem';
	margin: 0 auto;
	color: white;
	padding-bottom: 15px;
}

/*=========*/
/*============== REDIRECT.PHP =============*/
/*=========*/

.bodThx {
	background-color: black;
	text-align: center;
}

.bodThx div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.bodThx h1 {
	color: #08D9A3;
	font-family: 'FuturaHeavy';
}

.bodThx p {
	color: #ffffff;
	font-family: 'CanalLight';
}

.bodThx button {
	border: 1px solid #08d9a3;
	color: #08d9a3;
	background: none;
	padding: 15px 40px;
	margin: 20px 0;
	font-size: 16px;
	font-family: 'CanalLight';
	cursor: pointer;
}

/*=========*/
/*============== MODALBG =============*/
/*=========*/

.modalBg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .75);
	z-index: -99;
	opacity: 0;
	/* transition: ease-in-out .2s; */
}

.active {
	z-index: 5;
	opacity: 1;
}

.slideTop {
	top: 10%;
}

.callTop {
	top: 10% !important;
}

.tiny-text {
	font-size: 10px;
}

.white {
	color: #FFFFFF;
}