body {
	margin: 0;
	overflow-x: clip;
	font-family: "red_hat_display";
}
* {
	position: relative;
}
#headerResponsive,
#navresponsive {
	display: none;
}
.header .visible {
	background-color: #ffffff;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0px 70px 0 0;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
}
.header .left {
	display: flex;
	align-items: center;
}
.header .left a {
	text-decoration: none;
}
.header .right {
	display: flex;
	align-items: center;
	gap: 64px;
	justify-content: end;
}
.header .right .mail {
	color: #ff420a;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 3px solid #ff420a;
	font-size: 18px;
	transition: all 0.2s ease-in-out;
}
.header .right .mail:hover {
	color: #000000;
	opacity: 0.6;
	border-bottom: 3px solid #000000;
}
.header .right .tel {
	color: #000000;
	opacity: 0.6;
	font-weight: 700;
	text-decoration: none;
	font-size: 18px;
	transition: all 0.2s ease-in-out;
}
.header .right .tel:hover {
	color: #ff420a;
	opacity: 1;
}
.header .right .contc {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	padding: 16px 32px;
	border-radius: 30px;
	background: linear-gradient(
		90deg,
		rgba(255, 66, 10, 1) 0%,
		rgba(255, 90, 110, 1) 57%
	);
	box-shadow: rgb(149 157 165 / 61%) 0px 8px 24px;
	transition: all 0.2s ease-in-out;
}
.header .right .contc:hover {
	color: #ff420a;
	background: #fff8f9;
}
.header .left video {
	height: 103px;
	margin-left: -105px;
	padding-top: 12px;
}

.container-fluid .row .entete .owl-carousel {
	display: block;
	position: fixed;
	top: -144px;
	left: 0;
}
.container-fluid .row .entete .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.container-fluid .row .entete .owl-carousel .owl-stage {
	display: flex;
}
.container-fluid .row .entete .owl-carousel .owl-nav .owl-prev {
	display: none !important;
}
.container-fluid .row .entete .owl-carousel .owl-nav .owl-next {
	display: none !important;
}
.container-fluid
	.row
	.entete
	.owl-carousel
	.owl-stage-outer
	.owl-stage
	.owl-item
	.image {
	width: 100vw;
}
.ments {
	padding-top: 200px;
}
.ments .row {
	justify-content: center;
}
.ments .row .contenu {
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.ments .row .contenu a {
	color: #ff420a;
}

.container-fluid .row .entete {
	padding: 0;
}
.container-fluid .row .entete .droite {
	position: absolute;
	top: 137px;
	right: 65px;
	display: flex;
	flex-direction: column;
	padding: 35px 23px;
	border-radius: 76px;
	color: #ffffff;
	z-index: 3;
	background-color: rgba(60, 60, 60, 0.1);
	backdrop-filter: blur(30px);
}
.container-fluid .row .entete .droite .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}
.container-fluid .row .entete .droite .item .image {
	background-color: #fff;
	height: 74px;
	width: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	transition: all 0.2s ease-in-out;
}
.container-fluid .row .entete .droite .item .image .image1 {
	height: 26px;
	position: absolute;
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
.container-fluid .row .entete .droite .item .image .image2 {
	height: 26px;
	position: absolute;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.container-fluid .row .entete .droite .item p {
	font-size: 16px;
	font-weight: 900;
	text-align: center;
}
.container-fluid .row .entete .droite .item.active p {
	color: #ff420a;
}
.container-fluid .row .entete .droite .item.active .image {
	background: linear-gradient(
		180deg,
		rgba(255, 66, 10, 1) 0%,
		rgba(255, 90, 110, 1) 57%
	);
}
.container-fluid .row .entete .droite .item.active .image .image2 {
	opacity: 1;
}
.container-fluid .row .entete .droite .item.active .image .image1 {
	opacity: 0;
}

.container-fluid .row .septembre {
	padding: 0;
	z-index: 2;
}

.container-fluid .row .septembre .vague {
	width: 100%;
	padding-top: 146px;
}
.container-fluid .row .blanc {
	background-color: #fff;
	z-index: 3;
	margin-top: -7px;
	padding: 0;
}
.container-fluid .row .blanc .row {
	justify-content: center;
}
.container-fluid .row .blanc .content {
	display: flex;
	justify-content: space-between;
}
.container-fluid .row .blanc .content .left h2 {
	font-size: 65px;
	line-height: 1.1;
	color: #000000;
	font-weight: 900;
	margin: 0;
}
.container-fluid .row .blanc .content .left h2 strong {
	font-weight: 900;
	color: #ff420a;
}
.container-fluid .row .blanc .content .right {
	display: flex;
	flex-direction: column;
	max-width: 588px;
	padding-top: 50px;
}
.container-fluid .row .blanc .content .right p {
	color: #585858;
	font-weight: 400;
	line-height: 1.4;
	padding-bottom: 32px;
	font-size: 16px;
}
.container-fluid .row .blanc .content .right p strong {
	font-weight: 700;
}
.container-fluid .row .blanc .content .right a {
	color: #ff420a;
	background: #fff8f9;
	border-radius: 30px;
	padding: 16px 30px 13px 57px;
	text-decoration: none;
	width: fit-content;
	display: flex;
	gap: 10px;
	font-size: 18px;
	font-weight: 700;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	transition: all 0.5s ease-in-out;
}
.container-fluid .row .blanc .content .right a img {
	position: absolute;
	left: 26px;
	top: 20px;
}
.container-fluid .row .blanc .content .right a img.red {
	opacity: 1;
	transition: all 0.2s ease-in-out;
	width: 19px;
}
.container-fluid .row .blanc .content .right a img.white {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	width: 19px;
}
.container-fluid .row .blanc .content .right a:hover {
	background: linear-gradient(
		180deg,
		rgba(255, 66, 10, 1) 0%,
		rgba(255, 90, 110, 1) 57%
	);
	color: #fff;
}
.container-fluid .row .blanc .content .right a:hover .red {
	opacity: 0;
}
.container-fluid .row .blanc .content .right a:hover .white {
	opacity: 1;
}
.container-fluid .row .blanc .scroll {
	position: absolute;
	right: 83px;
	top: 92px;
	height: 182px;
}
.container-fluid .row .blanc .info .texte {
	width: 100%;
	padding: 25px 0;
	background-color: #f7f7f7;
	border-radius: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	margin-top: 154px;
	margin-bottom: 140px;
}
.container-fluid .row .blanc .questions {
	display: flex;
}
.container-fluid .row .blanc .questions .left {
	width: 46%;
}
.container-fluid .row .blanc .questions .left .image {
	width: 87%;
	z-index: 10;
}
.container-fluid .row .blanc .questions .right {
	width: 54%;
	height: 761px;
	z-index: 10;
}
.container-fluid .row .blanc .questions .right h2 {
	font-size: 65px;
	font-weight: 900;
	color: #000000;
	line-height: 1.1;
}
.container-fluid .row .blanc .questions .right h2 strong {
	color: #ff420a;
	font-weight: 900;
}

.container-fluid .row .blanc .questions .right .faq {
	overflow-y: scroll;
	scroll-margin-left: 20px;
	scrollbar-color: linear-gradient(
		180deg,
		rgba(255, 66, 10, 1) 0%,
		rgba(255, 90, 110, 1) 57%
	);
	height: 82%;
	width: 100%;
}
.question {
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: rgba(60, 60, 60, 0.2);
	transition: all 0.2s ease-in-out;
	max-width: 90%;
}
.question.active {
	color: #ff420a;
}
.response {
	font-size: 16px;
	font-weight: 400;
}
.response img {
	height: 402px;
}
.response p a,
.response ul li a {
	color: #ff420a;
}

.response_wrapper {
	display: none;
	margin-top: 16px;
}
.question_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	cursor: pointer;
	padding-right: 20px;
}
.faq_item {
	position: relative;
	padding: 20px 0;
}
.faq_item:after {
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000000;
	opacity: 0.14;
}
.faq_item .arrow {
	border-radius: 100%;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #cbcbcb40;
	transition: all 0.2s ease-in-out;
}
.faq_item .arrow.active {
	background: linear-gradient(
		180deg,
		rgba(255, 66, 10, 1) 0%,
		rgba(255, 90, 110, 1) 57%
	);
	opacity: 1;
}
.faq_item .arrow::after {
	width: 17px;
	height: 17px;
	content: "";
	position: absolute;
	left: 16px;
	top: 14px;
	background: url("./img/arrowplus.svg") no-repeat;
	z-index: 5;
	transition: all 0.2s ease-in-out;
}
.faq_item .arrow.active::after {
	background: url("./img/arrowmoins.svg") no-repeat;
	top: 23px;
}
.container-fluid .row .rouge .vague2 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.container-fluid .row .rouge {
	overflow: hidden;
	padding-bottom: 200px;
	display: flex;
	z-index: 2;
	padding-top: 458px;
	background: linear-gradient(
		90deg,
		rgba(255, 66, 10, 1) 0%,
		rgba(255, 90, 110, 1) 100%
	);
}
.container-fluid .row .rouge .left {
	padding-left: 10%;
	width: 50%;
	padding-right: 150px;
}
.container-fluid .row .rouge .left h2 {
	font-size: 65px;
	font-weight: 900;
	color: rgba(255, 255, 255, 0.47);
	max-width: 400px;
	line-height: 1.1;
}
.container-fluid .row .rouge .left h2 strong {
	color: rgba(255, 255, 255);
	font-weight: 900;
}
input,
select,
textarea,
label {
	width: 100%;

	border: none;
	resize: none;
	font-family: "red_hat_display";
	-webkit-appearance: none;
	font-weight: 600;
}
input::placeholder,
select::placeholder,
textarea::placeholder,
label::placeholder {
	font-weight: 600;
	opacity: 0.11;
	font-family: "red_hat_display";
	color: #fff;
	font-size: 16px;
	font-style: italic;
}
input::-webkit-input-placeholder {
	font-style: italic;
}
input:-moz-placeholder {
	font-style: italic;
}
input::-moz-placeholder {
	font-style: italic;
}
input:-ms-input-placeholder {
	font-style: italic;
}
.rouge .left #form_contact .duo {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 25px;
	height: fit-content;
	border: none;
}
.rouge .left #form_contact .duo .input_wrapper {
	border-bottom: 1px solid #fff;
	width: 48%;
}
.rouge .left #form_contact .single {
	border: none;
	flex-direction: column;
	display: flex;
}
.rouge .left #form_contact .single .input_wrapper {
	border-bottom: 1px solid #fff;
	width: 100%;
}
.rouge .left #form_contact label {
	padding-left: 25px;
	font-weight: 600;
	color: #fff;
	font-family: "red_hat_display";
}
.rouge .left #form_contact input {
	-webkit-appearance: none;
	border: none;
	resize: none;
	font-family: "red_hat_display";
	padding: 18px;
	transition: all ease-in-out 0.3s;
	width: 100%;
	background-color: transparent;
	color: #fff;
	margin-top: 5px;
	height: 20;
	display: flex;
	align-items: center;
	font-weight: 600;
}
textarea {
	height: 144px;
	margin-top: 5px;
	background-color: transparent;
	border: none;
	padding: 18px;
	color: #fff;
	width: 100%;
	border-bottom: 1px solid #fff;
}

form input:focus-visible,
form textarea:focus-visible {
	outline: none;
	outline-width: 0;
}

.select2-container {
	width: 100% !important;
}
.select2-container--default .select2-selection--single {
	background: transparent;
	border: none;
}
.valide {
	justify-content: center;
	display: none;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 5;
	color: white;
	padding: 43px;
	height: 89%;
}
.owl-dots {
	display: flex;
	justify-content: center;
	padding: 10px;
	margin-top: -171px;
}
.owl-dots:after {
	content: "";
	background-color: rgba(255, 255, 255, 0.47);
	backdrop-filter: blur(7px);
	mix-blend-mode: darken;
	width: 100px;
	height: 100%;
	border-radius: 22px;
	position: absolute;
	top: 0;
	z-index: 1;
}
.owl-dot {
	margin: 4px;
	display: flex;
	padding: 10px;
	z-index: 2;
}
.owl-dot span {
	background: rgba(255, 255, 255, 0.47);

	height: 10px;
	display: flex;
	width: 10px;
	border-radius: 100%;
}
.owl-dot.active span {
	background: linear-gradient(
		90deg,
		rgba(255, 66, 10, 1) 0%,
		rgba(255, 90, 110, 1) 100%
	);
}
.rouge .left #form_contact .boutons {
	padding-top: 71px;
}
.rouge .left #form_contact .boutons .button {
	border: none;
	color: #ff420a;
	padding: 16px 20px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	background-color: #fff;
}
.rouge .left #form_contact .boutons .button img {
	width: 0;
	transition: width 0.4s ease-in-out;
	height: 12px;
	overflow: hidden;
}
.rouge .left #form_contact .boutons .button:hover img {
	width: 42px;
}
.rouge .left #form_contact .boutons .obligatoire {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.rouge .right {
	width: 45%;
}
.rouge .right .owl-carousel .item .image {
	width: 100%;
}
.rouge .fond {
	position: absolute;
	right: -100px;
	top: 450px;
	width: 100%;
}

.footer {
	z-index: 100;
	background-color: #fff;
	padding: 41px 0;
}
.footer .row {
	justify-content: center;
}
.footer .top {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(112, 112, 112, 0.15);
}
.footer .top p {
	text-align: center;
	font-weight: 400;
	color: #000000;
	padding-bottom: 42px;
	margin: 0;
}
.footer .top p strong {
	color: #ff420a;
	font-weight: 700;
}
.footer .bottom {
	padding-top: 32px;
	display: flex;
	justify-content: center;
	gap: 8px;
}
.footer .bottom a {
	color: #000000;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.footer .bottom a:hover {
	color: #ff420a;
}
.grecaptcha-badge {
	display: none !important;
}

@media (max-width: 2325px) {
	.container-fluid .row .septembre .vague {
		padding-top: 164px;
	}
	.container-fluid .row .entete .droite .item .image .image1 {
		height: 21px;
	}
	.container-fluid .row .entete .droite .item .image {
		height: 60px;
		width: 60px;
	}
	.container-fluid .row .entete .droite .item p {
		font-size: 14px;
	}
	.container-fluid .row .blanc .scroll {
		top: 7px;
	}
}
@media (max-width: 1920px) {
	.container-fluid .row .septembre .vague {
		padding-top: 239px;
	}

	.container-fluid .row .blanc .content .right {
		max-width: 472px;
	}
}
@media (max-width: 1600px) {
	.container-fluid .row .entete .owl-carousel {
		top: 0;
	}
	.container-fluid .row .entete .droite {
		top: 113px;
		padding: 21px 15px;
		right: 25px;
	}
	.container-fluid .row .septembre .vague {
		padding-top: 291px;
	}
	.container-fluid .row .blanc .scroll {
		right: 32px;
	}
	.container-fluid .row .blanc .content .left h2 {
		font-size: 60px;
	}
	.container-fluid .row .blanc .questions .right {
		width: 93%;
	}
	.container-fluid .row .blanc .questions .right .faq {
		height: 61%;
	}
	.container-fluid .row .rouge {
		padding-top: 324px;
	}
	.container-fluid .row .rouge .left {
		padding-left: 77px;
		padding-right: 31px;
	}
	.rouge .right {
		width: 50%;
	}
	.rouge .left #form_contact input {
		height: 20px;
	}
	textarea {
		height: 109px;
	}
	.rouge .left #form_contact .boutons {
		padding-top: 39px;
	}
	.container-fluid .row .rouge {
		padding-bottom: 112px;
	}
	.header {
		padding: 0px 25px 0 0;
	}
	.header .right {
		gap: 23px;
	}
	.header .right .mail {
		font-size: 16px;
	}
	.header .right .tel {
		font-size: 16px;
	}
	.container-fluid .row .blanc .content .right {
		max-width: 317px;
	}
}
@media (max-width: 1199px) {
	.header .visible {
		display: none;
	}
	.header {
		display: flex;
		justify-content: space-between;
	}
	.header #headerResponsive {
		display: flex;
		justify-content: space-between;
		position: fixed;
		top: 0px;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 1002;
		transition: all 0.5s;
		padding-left: 15px;
	}

	.header #headerResponsive .left video {
		height: 80px;
		margin-left: -105px;
		padding-top: 12px;
	}

	#headerResponsiveButtons .burger {
		width: 55px;
		max-width: 55px;
		height: 100%;
		cursor: pointer;
		transition: opacity 0.15s ease-in-out;
		display: block;
		position: relative;
	}
	#headerResponsiveButtons .burger span {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		height: 2px;
		width: 25px;
		background: linear-gradient(
			90deg,
			rgba(255, 66, 10, 1) 0%,
			rgba(255, 90, 110, 1) 100%
		);
		transition: transform 0.3s ease-in-out;
	}
	#headerResponsiveButtons .burger span:nth-child(1) {
		transform: translate(-50%, -400%);
	}
	#headerResponsiveButtons .burger span:nth-child(2) {
		transform: translate(-50%, -50%);
	}
	#headerResponsiveButtons .burger span:nth-child(3) {
		transform: translate(-50%, 300%);
	}

	#headerResponsiveButtons .burger:hover {
		opacity: 0.5;
	}

	#headerResponsive.menuOpen
		#headerResponsiveButtons
		.burger
		span:nth-child(1) {
		transform: translate(-50%, 0) rotate(45deg);
	}
	#headerResponsive.menuOpen
		#headerResponsiveButtons
		.burger
		span:nth-child(2) {
		transform: translate(100%, -50%);
		opacity: 0;
	}
	#headerResponsive.menuOpen
		#headerResponsiveButtons
		.burger
		span:nth-child(3) {
		transform: translate(-50%, 0) rotate(-45deg);
	}

	#headerResponsiveMenu {
		transform: translate(-100%);
	}

	.header #navresponsive {
		position: fixed;
		display: block;
		top: 65px;
		left: 100%;
		background: #fff;
		width: 400px;
		height: calc(100% - 65px);
		font-size: 34px;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		text-align: center;
		z-index: 1001;
		transition: all 0.5s;
	}
	.header #navresponsive.active {
		left: calc(100% - 400px);
	}
	.header #navresponsive .all_links {
		display: flex;
		flex-direction: column;
	}
	.header #navresponsive .all_links ul {
		list-style-type: none;
	}
	.header #navresponsive .all_links .principal .link {
		padding: 10px 0;
	}
	.header #navresponsive .all_links .principal .link img {
		padding-top: 27px;
	}
	.header #navresponsive .all_links .principal .link .mail {
		color: #ff420a;
		font-weight: 700;
		text-decoration: none;
		border-bottom: 3px solid #ff420a;
		font-size: 18px;
		transition: all 0.2s ease-in-out;
	}
	.header #navresponsive .all_links .principal .link .mail:hover {
		color: #000000;
		opacity: 0.6;
		border-bottom: 3px solid #000000;
	}
	.header #navresponsive .all_links .principal .link .tel {
		color: #000000;
		opacity: 0.6;
		font-weight: 700;
		text-decoration: none;
		font-size: 18px;
		transition: all 0.2s ease-in-out;
	}
	.header #navresponsive .all_links .principal .link .tel:hover {
		color: #ff420a;
		opacity: 1;
	}
	.header #navresponsive .all_links .principal .link .contc {
		font-size: 18px;
		color: #fff;
		font-weight: 700;
		text-decoration: none;
		padding: 16px 32px;
		border-radius: 30px;
		background: linear-gradient(
			90deg,
			rgba(255, 66, 10, 1) 0%,
			rgba(255, 90, 110, 1) 57%
		);
		box-shadow: rgb(149 157 165 / 61%) 0px 8px 24px;
		transition: all 0.2s ease-in-out;
	}
	.header #navresponsive .all_links .principal .link .contc:hover {
		color: #ff420a;
		background: #fff8f9;
	}
	.container-fluid .row .entete .droite {
		top: 90px;
		padding: 13px 7px;
		right: 9px;
	}
	.container-fluid .row .blanc .content .left h2 {
		font-size: 43px;
	}
	.container-fluid .row .blanc .content .right {
		max-width: 425px;
		padding-top: 1px;
	}
	.container-fluid .row .blanc .scroll {
		height: 131px;
		right: 25px;
	}
	.container-fluid .row .blanc .info .texte {
		margin-top: 95px;
		margin-bottom: 91px;
	}
	.container-fluid .row .blanc .questions {
		display: flex;
		flex-direction: column;
	}

	.container-fluid .row .blanc .questions .left .image {
		width: 100%;
	}
	.container-fluid .row .blanc .questions .left {
		width: 35%;
		position: absolute;
		right: 0;
		top: -69px;
	}
	.container-fluid .row .blanc .questions .right {
		width: 100%;
	}
	.response a {
		color: #ff420a;
		text-decoration: none;
	}
	.rouge .right {
		width: 41%;
	}
	.container-fluid .row .rouge .left {
		width: 60%;
	}
	.owl-dots {
		margin-top: -100px;
	}
	.container-fluid .row .entete .droite {
		border-radius: 37px;
		padding: 12px 12px;
		width: fit-content;
		gap: 1px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: column;
	}
	.container-fluid .row .entete .droite .item .image .image1 {
		height: 15px;
	}
	.container-fluid .row .entete .droite .item .image .image2 {
		height: 15px;
	}
	.container-fluid .row .entete .droite .item .image {
		height: 46px;
		width: 46px;
	}
	.container-fluid .row .entete .droite .item p {
		font-size: 12px;
	}
	.container-fluid .row .rouge {
		padding-top: 160px;
	}
	.rouge .right {
		padding-top: 68px;
	}
}
@media (max-width: 991px) {
	.container-fluid .row .entete .owl-carousel {
		top: 73px;
	}
	.container-fluid .row .blanc .content .right p {
		font-size: 14px;
	}
	.container-fluid .row .blanc .content .right {
		max-width: 307px;
	}
	.container-fluid .row .blanc .content .left h2 {
		font-size: 37px;
	}
	.container-fluid .row .blanc .content .right a {
		font-size: 14px;
	}
	.container-fluid .row .blanc .scroll {
		height: 98px;
	}
	.container-fluid .row .blanc .info .texte {
		padding: 14px 0;
	}
	.container-fluid .row .blanc .questions .right h2 {
		font-size: 37px;
	}
	.container-fluid .row .blanc .questions .left {
		top: -88px;
	}
	.question {
		font-size: 14px;
	}
	.container-fluid .row .rouge {
		padding-top: 103px;
	}
	.container-fluid .row .rouge {
		flex-wrap: wrap;
	}
	.container-fluid .row .rouge .left {
		width: 100%;
	}
	.container-fluid .row .rouge .left h2 {
		font-size: 37px;
	}
	.rouge .left #form_contact .duo {
		justify-content: space-between;
	}
	.rouge .left #form_contact .duo .input_wrapper {
		width: 41%;
	}
	.rouge .right {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.header #headerResponsive .left video {
		height: 68px;
		margin-left: -80px;
		padding-top: 12px;
	}
	.container-fluid .row .entete .owl-carousel {
		top: 65px;
	}
	.container-fluid .row .entete .droite {
		padding: 12px 19px;
		top: 73px;
		flex-direction: row;
		width: 159px;
		gap: 5px 10px;
	}
	.container-fluid .row .entete .droite .item p {
		margin: 5px 0;
	}
	.container-fluid .row .septembre .vague {
		padding-top: 189px;
	}
	.container-fluid .row .blanc .content {
		flex-direction: column;
	}
	.container-fluid .row .blanc .content .right {
		max-width: 100%;
	}
	.container-fluid .row .blanc .scroll {
		height: 129px;
		right: 73px;
		top: -12px;
	}
	.container-fluid .row .blanc .questions .left {
		top: -55px;
	}
	.container-fluid .row .blanc .questions .right {
		height: fit-content;
	}
	.container-fluid .row .blanc .questions .right .faq {
		height: 100%;
	}
	.container-fluid .row .rouge .left {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 575px) {
	.container-fluid .row .blanc .scroll {
		height: 129px;
		right: 29px;
		top: 0;
	}
	.container-fluid .row .entete .droite {
		backdrop-filter: unset;
		padding: 12px 19px;
		top: 73px;
		flex-direction: row;
		width: 100%;
		gap: 5px 23px;
		justify-content: center;
		background-color: unset;
	}
	.question {
		max-width: 80%;
	}
	.rouge .left #form_contact label {
		padding-left: 0px;
	}
	.rouge .left #form_contact .duo,
	.rouge .left #form_contact .single {
		margin: 0 0;
		padding: 11px 0;
	}
	.container-fluid .row .blanc .info .texte {
		padding: 14px 20px;
		gap: 18px;
	}
	.question_wrapper {
		padding-right: 0;
	}
	.header #navresponsive .all_links ul {
		padding: 0;
	}
}
