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

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

/* ===== Scrollbar CSS ===== */
  /* Firefox */
::-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('../img/profil-image/couverture.jpeg');
	width: 100%;
	height: 200px;
	background-position: center;
	background-size: cover;
}

#pdp{
    box-shadow: rgb(0 0 0 / 3%) 0px 0px 2px inset;
    width: 133px;
    background: url('../img/profil-image/profil.webp');
    height: 133px;
    border-radius: 60%;
    background-position: center;
    background-size: cover;
    border: 4px solid black;
}

#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;
}
#container-image-double > img{
	width: 49%;
	border-radius: 4px;
}

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

.blur{

}
.debloquer {
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    white-space: normal;
}
#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;
}

/* Style pour le container de l'email */
#container-email {
	margin: 40px 20px 20px 20px !important;
	text-align: center !important;
}

/* Style pour le titre au-dessus de la textbox */
#container-email label {
	display: block !important;
	margin-bottom: 15px !important;
	font-weight: bold !important;
	color: white !important;
	font-size: 16px !important;
	padding: 0 10px !important;
}

/* Style pour la textbox email */
#user_email {
	width: 90% !important;
	max-width: 400px !important;
	padding: 15px 20px !important;
	border: 2px solid #ec008c !important;
	border-radius: 12px !important;
	background: white !important;
	background-color: white !important;
	color: black !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	text-align: center !important;
	box-sizing: border-box !important;
	margin: 0 auto !important;
	display: block !important;
	outline: none !important;
}

/* Placeholder color */
#user_email::placeholder {
	color: #888 !important;
	opacity: 1 !important;
}

/* Focus state */
#user_email:focus {
	outline: none !important;
	border-color: #c70073 !important;
	box-shadow: none !important;
	background: white !important;
	background-color: white !important;
}

/* États supplémentaires pour forcer le fond blanc */
#user_email:active,
#user_email:hover {
	background: white !important;
	background-color: white !important;
}

#button-upsell{
    width: 90%;
    max-width: 500px;
    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: 40px auto 20px auto;
    cursor: pointer;
}

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

@media screen and (max-width: 600px){
	#banner{
	    height: 125px;
	}
	#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: 85%;
		margin: 30px auto 20px auto;
		padding: 16px;
	}
	#logo{
	    width: 135px;
	}

	.pdp-upsell{
	    width: 85px !important;
	    height: 85px !important;
	}
	#redirection-pay{
		padding-top:30px;
		width: 100%;
	}

	/* Responsive pour le container email sur mobile */
	#container-email {
		margin: 30px 15px 15px 15px !important;
	}

	#container-email label {
		font-size: 14px !important;
		padding: 0 5px !important;
	}

	#user_email {
		width: 95% !important;
		padding: 12px 15px !important;
		font-size: 14px !important;
	}
}
