:root {
	--s4-yellow: #ffd81e;
	--s4-pink: #ffaaf7;
	--s4-blue: #16c9ff;
	--s4-blue-2: #1c0062;
	--s4-blue-3: #1c3fdb;
	--s4-white: #f9f8f5;
	font-size: 16px;
}

body {
	background: var(--s4-blue-2);
	padding: 0;
	margin: 0;
	font-family: "montserrat";
	overflow-x: hidden;
}
* {
	padding: 0;
	margin: 0;
	position: relative;
}
header {
	width: 100%;
	z-index: 99;
	height: 140px;

	margin: 0 auto;
}
header .container-fluid,
header .container-fluid .row,
header .container-fluid .content {
	height: 100%;
	max-width: 1720px;
}
header .left {
	height: 308px;
	width: 308px;
	position: absolute;
	left: -40px;
	top: -33px;
}
header .left .logo {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

header .row {
	align-items: center;
	justify-content: center;
}
header .content {
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
}
header .right {
	display: flex;
	justify-content: end;
	gap: 58px;
	align-items: center;
}
header .right p {
	font-size: 1.313rem;
	color: var(--s4-white);
	padding-bottom: 10px;
}
.reseaux {
	display: flex;
	gap: 20px;
	align-items: center;
}
.reseaux .lien {
	height: 32px;
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.reseaux .lien.facebook {
	width: 18px;
}
.reseaux .lien.tiktok {
	width: 26px;
}
.reseaux .lien::after {
	height: 100%;
	object-fit: contain;
	position: absolute;
	width: 100%;
	top: 0;

	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	transition: all 0.2s ease-in-out;
}
.reseaux .lien.facebook::after {
	background: url(./fb.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.reseaux .lien.facebook:hover::after {
	background: url(./fb-bleu.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.reseaux .lien.instagram::after {
	background: url(./insta.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.reseaux .lien.instagram:hover::after {
	background: url(./insta-bleu.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.reseaux .lien.tiktok::after {
	background: url(./tiktok.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.reseaux .lien.tiktok:hover::after {
	background: url(./tiktok-bleu.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

main {
	padding: 0 20px;
}

.bloc_top {
	background: var(--s4-blue-3);
	border-radius: 30px;
	width: 100%;
}

h1 {
	font-size: 14rem;
	text-align: center;
	text-transform: uppercase;
	font-family: "monigue";
	font-weight: 400;
	margin-top: 60px;
}
h2 {
	font-size: 6.25rem;
	text-transform: uppercase;
	font-family: "monigue";
	font-weight: 400;
	margin-bottom: 35px;
	line-height: 0.85;
	color: var(--s4-blue-2);
}
p {
	font-size: 1.563rem;
	line-height: 1.56;
	color: var(--s4-white);
	font-weight: 600;
}
h1 span {
	display: block;
	line-height: 0.85;
}
h1 .white {
	color: var(--s4-white);
}
h1 .blue {
	color: var(--s4-blue-2);
}
.illustration_wrapper {
	width: 100%;
	text-align: center;
	position: relative;
	top: -70px;
}
.illustration {
	max-width: 815px;
	max-height: 570px;
	object-fit: contain;
}
.soon {
	position: absolute;
	right: 140px;
	bottom: -50%;
	transform: translateY(-50%);
	height: 250px;
	width: 250px;
	object-fit: contain;
}
.max-width {
	max-width: 1720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	padding-bottom: 50px;
	/* padding-bottom: 250px; */
}
.max-width p {
	margin-bottom: 82px;
}
.rs,
.addr {
	border-radius: 30px;
	max-width: 422px;
	color: var(--s4-white);
	padding: 23px 18px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	font-size: 13px;
	line-height: 1.3;
}
.rs .reseaux {
	display: flex;
	flex-flow: row nowrap;
	gap: 15px;
}
.addr .picto {
	display: flex;
	flex-flow: row nowrap;
	gap: 6px;
}

.rs img,
.addr img {
	height: 55px;
	min-width: 40px;
	width: auto;
	object-fit: contain;
}
.rs {
	background-color: var(--s4-pink);
	margin-bottom: 17px;

	gap: 42px;
}
.addr {
	background-color: var(--s4-blue-2);
	gap: 26px;
}
.phone_wrapper {
	position: relative;
	height: 100svh;
	height: 100dvh;
}
.background {
	position: absolute;
	left: 10%;
	top: 0;
	height: 100%;
	width: 100%;
}

.phone_video {
	position: absolute;
	left: 60%;
	top: 50%;
	height: 785px;
	aspect-ratio: 9 / 19;
	transform: translate(-50%, -50%) rotate(9deg);
	overflow: hidden;
	border-radius: 55px;
	cursor: pointer;
}
.phone_video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-9deg);
	z-index: 1;
	pointer-events: none;
}
.phone_video .phone {
	position: absolute;
	top: -0;
	left: -0;
	height: calc(100% + 0px);
	width: calc(100% + 0px);
}
.phone_video .video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.phone_video::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url("phone.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
}
.block_bot h2 {
	color: var(--s4-white);
	max-width: 1100px;
	text-align: center;
	margin: 0 auto;
	text-wrap: balance;
	margin-bottom: 70px;
}
.blob_wrapper {
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 150px;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
.blob {
	position: relative;
	height: 390px;
	width: 390px;
	max-height: 390px;
	max-width: 390px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	flex-flow: column nowrap;
}
.background_blog {
	transform-origin: center;
	position: absolute;
	top: 50%;
	height: 100%;
	width: 100%;
	left: 50%;
	transform-origin: center;
	transform: translate(-50%, -50%);
}
.blob:first-child .background_blog {
	transform-origin: center;
	transform: translate(-50%, -50%) rotate(-194deg);
}
.blob:last-child .background_blog {
	transform-origin: center;
	transform: translate(-50%, -50%) rotate(194deg);
}
.blob_number {
	font-family: "monigue";
	font-weight: 400;
	font-size: 7rem;
	color: var(--s4-blue-2);
	line-height: 1;
}
.blob_txt {
	font-weight: 700;
	font-size: 1.875rem;
	color: var(--s4-white);
	text-align: center;
	text-wrap: balance;
	max-width: 80%;
}

/* ---------- FOOTER -------------- */
.footer_deco {
	width: 100%;
	height: 620px;
	object-fit: contain;
}
footer .link_wrapper,
footer .link_wrapper a {
	text-align: center;
	color: var(--s4-white);
	margin-top: 10px;
	margin-bottom: 30px;
	font-weight: 400;
}

/* ---------- RESPONSIVE -------------- */
@media (max-width: 1800px) {
	h1 {
		margin-top: 150px;
	}
}

@media (max-width: 1549px) {
	:root {
		font-size: 15px;
	}
	header {
		height: 120px;
	}
	header .left {
		height: 280px;
		width: 280px;
		left: -40px;
		top: -50px;
	}
	h1 {
		margin-top: 130px;
		font-size: 12rem;
	}
	.illustration {
		max-height: 500px;
	}
	.soon {
		right: 30px;
		height: 200px;
		width: 200px;
	}
	.blob_wrapper {
		margin-bottom: 75px;
	}
	.blob {
		height: 350px;
		width: 350px;
		max-height: 350px;
		max-width: 350px;
	}
	.footer_deco {
		height: auto;
	}
}

@media (max-width: 1199px) {
	:root {
		font-size: 14px;
	}
	header {
		height: 100px;
	}
	header .left {
		height: 260px;
		width: 260px;
		left: -30px;
		top: -60px;
	}
	h1 {
		margin-top: 130px;
		font-size: 11rem;
	}
	.illustration {
		max-height: 450px;
	}
	.soon {
		height: 180px;
		width: 180px;
	}
	.max-width {
		margin-top: 100px;
	}
	.phone_video {
		height: 600px;
	}
	.phone_video .play {
		height: 90px;
	}
	.blob_wrapper {
		margin-bottom: 50px;
	}
	.blob {
		height: 280px;
		width: 280px;
		max-height: 280px;
		max-width: 280px;
	}
	.blob_number {
		font-size: 6.5rem;
	}
	.blob_txt {
		font-size: 1.5rem;
	}
}

@media (max-width: 991px) {
	:root {
		font-size: 13px;
	}
	header {
		height: 90px;
	}
	header .right {
		gap: 60px;
	}
	header .right p {
		max-width: 50%;
		text-align: center;
		text-wrap: balance;
	}
	header .left {
		height: 230px;
		width: 230px;
		left: -20px;
		top: -50px;
	}
	h1 {
		margin-top: 110px;
		font-size: 9rem;
	}
	.illustration_wrapper {
		top: -40px;
	}
	.illustration {
		max-height: 400px;
	}
	.soon {
		height: 150px;
		width: 150px;
		bottom: -40%;
	}
	h2 {
		text-align: center;
	}
	.background {
		left: 0;
	}
	.phone_video {
		left: 50%;
	}
	.blob_wrapper {
		flex-flow: column nowrap;
		align-items: center;
		gap: 45px;
	}
	.blob {
		flex: 1 1 auto;
	}
	.max-width p {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	:root {
		font-size: 12px;
	}
	header {
		height: 90px;
	}
	header .right {
		gap: 10px;
	}
	header .right p {
		max-width: 50%;
		text-align: center;
		text-wrap: balance;
	}
	header .left {
		height: 170px;
		width: 170px;
		left: -10px;
		top: -30px;
	}
	h1 {
		margin-top: 70px;
		font-size: 7rem;
	}
	h2 {
		font-size: 5.25rem;
	}
	p {
		font-size: 16px;
	}
	.illustration_wrapper {
		top: -30px;
	}
	.illustration {
		max-height: 300px;
	}
	.soon {
		height: 130px;
		width: 130px;
		bottom: -40%;
	}
	.max-width {
		margin-top: 50px;
		padding-bottom: 35px;
	}
	.max-width p {
		margin-bottom: 30px;
	}
	.phone_video {
		height: 550px;
	}
}

@media (max-width: 575px) {
	:root {
		font-size: 11px;
	}
	main {
		padding: 0 10px;
	}
	header .right p {
		display: none;
	}
	h1 {
		margin-top: 70px;
		font-size: 5rem;
	}
	h2 {
		font-size: 3.5rem;
	}
	p {
		font-size: 14px;
	}
	.illustration_wrapper {
		top: -20px;
	}
	.illustration {
		max-height: 300px;
		width: 100%;
	}
	.soon {
		right: 0;
		height: 80px;
		width: 80px;
	}
	.phone_wrapper {
		height: 550px;
	}
	.phone_video {
		border-radius: 35px;
		height: 450px;
	}
}
