* {
	box-sizing: border-box;
	font-family: system-ui;
}

body {
	margin: 0px;
	padding: 0px;
}

/* ===== Scrollbar CSSs ===== */
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}

::-webkit-scrollbar-track {
    background-color: rgba(57,57,57, .6);
    border-radius: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(156, 156, 156, .6);
}

#bash {
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	position: absolute;
	z-index: -5;
}

video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

main {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: auto;
}

main > section {
	width: 800px;
	box-shadow: 0px 0px 100px 0px #15202b;
	border: 1px solid rgb(47, 51, 54);
	margin: 0px auto;
	color: white;
	background-color: rgba(0,0,0,0.8);
	overflow: hidden scroll;
	height: 100vh;
}

#banner {
	background: url('https://i.postimg.cc/02dnsvpC/photo-2024-09-11-14-16-31.jpg');
	width: 100%;
	height: 200px;
	background-position: center;
	background-size: cover;
}

#pdp {
	position: relative;
	width: 133px;
	height: 133px;
	border-radius: 50%;
	background: url('https://i.postimg.cc/L6rCHD7H/photo-2024-08-31-02-52-02.jpg') center/cover no-repeat;
	border: 4px solid #db0a5b;
	box-shadow: 0 0 5px rgba(219, 10, 91, 0.5);
	animation: pulseBorder 1.5s infinite;
}

#pdp::after {
	content: 'LIVE';
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #db0a5b;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 8px;
	border-radius: 10px;
	font-family: sans-serif;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	letter-spacing: 1px;
}

@keyframes pulseBorder {
	0%, 100% { box-shadow: 0 0 6px rgba(219, 10, 91, 0.7); }
	50% { box-shadow: 0 0 12px rgba(219, 10, 91, 1); }
}

#container-bottom-banner button {
	background: white;
	padding: 9px 29px;
	border: none;
	display: flex;
	align-items: center;
	color: black;
	position: relative;
	font-weight: 600;
	border-radius: 23px;
	top: -10px;
}
#container-bottom-banner button > span:first-child {
	margin-right: 8px;
}

#container-bottom-banner {
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding: 0px 18px;
	margin-top: -65px;
}

#container-contenu {
	padding: 0px 18px;
	margin-top: 18px;
}

#name {
	font-size: 18px;
	font-weight: 600;
}
#username {
	color: rgb(113, 118, 123);
}

.icone {
	font-size: 22px;
	color: rgb(113, 118, 123);
}

#link-info {
	display: flex;
}

#link-info > div {
	display: flex;
	margin-right: 14px;
}

a {
	color: rgb(29, 155, 240);
	text-decoration: none;
	cursor: pointer;
}

.grey {
	color: rgb(113, 118, 123);
}

#separator {
	margin-top: 20px;
	height: 1px;
	width: 100%;
	background: rgb(47, 51, 54);
	margin-bottom: 15px;
}

.size-pdp {
	width: 73px !important;
	height: 65px !important;
	margin-right: 20px;
	margin-top: 25px;
}

#publications > section {
	justify-content: space-between;
	display: flex;
	padding: 0px 18px;
}
#publication {
	width: 100%;
}
#epingle {
	font-size: 14px;
	color: rgb(113, 118, 123);
	display: flex;
	align-items: center;
	position: relative;
	left: -24px;
}
#epingle > span:first-child {
	position: relative;
	left: -11px;
}

#container-image-double,
#container-image-catalogue {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* ✅ FORMAT SELFIE (9:16), SANS DÉFORMATION */
#container-image-double > img,
#container-image-catalogue > img {
	border-radius: 4px;
	object-fit: cover;
	aspect-ratio: 9 / 16;
	height: auto;
}

#container-image-double > img {
	width: 49%;
}

#container-image-catalogue > img {
	width: 32.6%;
	margin-bottom: 10px;
}

.blur {}

.debloquer {
	cursor: pointer;
}
#button-container {
	display: flex;
	margin-top: 30px;
}

#button-container > button {
	background: transparent;
	padding: 8px 40px;
	border: 1px solid white;
	border-radius: 10px;
	color: white;
	position: relative;
	font-weight: 600;
	top: -12px;
	display: flex;
	margin-right: 10px;
	align-items: center;
	transition: 0.3s;
	cursor: pointer;
}
#button-container > button > span:first-child {
	margin-right: 10px;
}

#debloquer {
	width: 475px;
	position: fixed;
	padding: 14px;
	transform: translate(-50%, -50%);
	left: 50%;
	bottom: 0px;
	background: #db0a5b;
	border: none;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: white;
	box-shadow: 0px 0px 100px 0px #db0a5b;
	font-weight: 600;
	text-transform: uppercase;
	transition: 0.3s;
	cursor: pointer;
}

#debloquer > span {
	margin-right: 6px;
}

#debloquer:hover {
	background: #c30b52;
}

#button-container > button:hover {
	background: white;
	color: black;
}

#redirection-pay {
	width: 800px;
	box-shadow: 0px 0px 100px 0px #15202b;
	margin: 0px auto;
	color: white;
	background-color: black;
	height: 120vh;
	display: none;
}

/* PARTIE UPSELL */
#redirection-pay {
	text-align: center;
	padding-top: 50px;
	position: relative;
}

#redirection-pay > h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}

#logo {
	width: 170px;
	margin-bottom: 15px;
}

.pdp-upsell {
	margin: auto;
	margin-top: 48px;
	-webkit-box-shadow: 0px 0px 50px 0px #ec008c !important;
	-moz-box-shadow: 0px 0px 50px 0px #223cb6 !important;
	box-shadow: 0px 0px 50px 0px #ec008c !important;
	border: none !important;
	width: 115px !important;
	height: 115px !important;
}

#container-offres {
	margin-top: 50px;
}
#container-offres > span {
	display: block;
	margin-bottom: 4px;
}

#button-upsell {
	width: 1200px;
	padding: 14px;
	background: #ec008c;
	border: none;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: white;
	box-shadow: 0px 0px 100px 0px #ec008c;
	font-weight: 600;
	text-transform: uppercase;
	transition: 0.3s;
	margin: auto;
	margin-top: 84px;
	cursor: pointer;
}

#close {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 20px;
	cursor: pointer;
}

@media screen and (max-width: 600px) {
	#banner {
		height: 96px;
	}
	#button-container {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#button-container > button {
		width: 49.2%;
		margin-right: 0px;
		justify-content: center;
	}
	#button-container > button:last-child {
		margin-top: 10px;
		width: 100% !important;
		text-align: center;
	}
	#pdp {
		width: 108px;
		height: 108px;
	}
	#container-bottom-banner button {
		top: 7px;
	}
	#debloquer {
		width: 90%;
	}
	#container-bottom-banner button:last-child {
		padding: 9px 14px;
	}
	.size-pdp {
		width: 60px !important;
		height: 51px !important;
	}
	#button-upsell {
		width: 80%;
	}
	#logo {
		width: 135px;
	}
	.pdp-upsell {
		width: 85px !important;
		height: 85px !important;
	}
	#redirection-pay {
		padding-top: 30px;
	}
}
