body{
	background-color: black;
    width: 100%; 
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
	overflow-x : hidden;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	text-align: center;
}

a {
  color: #b9b9b9; /* Couleur de texte que vous souhaitez */
  text-decoration: none; /* Pas de soulignement */
}

/* -------- LOGO ------------ */
#logo {
	text-align: center;
	margin: 0px auto auto auto;
		z-index: 10;
		margin: auto;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
}



.parallax-container, .parallax-container2 {
  height: 250px; /* Ajustez la hauteur selon vos besoins */
  margin-top: 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0px auto auto auto;
}

 
#mobileDevicesPic {
  position: absolute;
  width: 90%;
  height: auto;
  top: 0;
  left: 0;
  transform: translateZ(0); /* Active la composition de la couche de peinture pour les performances */
}

#formuleOffer {
  z-index: -1;
  position: relative;
  width: 90%;
  height: auto;
  transform: translateZ(0); /* Active la composition de la couche de peinture pour les performances */
  transform: translateY(-210px);
}



.dialogBox {
		margin: auto;
		position: relative;
		border-radius: 10px;
		top: 80px;
		width: 400px;
	background: linear-gradient(#f5f1f1, #dfe3e4);
}

#forgotPassword{
		margin: auto;
		position: relative;
	background: linear-gradient(#f5f1f1, #dfe3e4);
		border-radius: 10px;
		top: 100px;
		width: 400px;
/* 		padding: 15px; */
}

#login:hover, #forgot:hover {
	cursor: pointer;
	color: #fd5d88;
}

.myLabel{
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	background-color : white;
	color: #fd5d88;
	font-size: 18px;
	font-weight: 400;
	padding: 0px 2px 0px 15px;
	border-radius: 10px 10px 0px 0px;
}



/* ------- POPUP BOX --- */
.popUp{
	cursor: pointer;
	font-family: sans-serif;
	font-weight:300;
	font-size: 15px;
	color: black;
 	top: 100px; 
	width: 100%;
	text-align: center;
	margin: 0px auto auto auto;
}

.welcome, #congratsBuy {
	position: relative;
	color:#fdeef4;
  	padding: 0px;
}



.congratsTable {
	margin: auto;
	padding: 10px;
	border-spacing: 10px;
	text-align: center;
	font-size: large;
}


/* ------- LOGIN / JOIN --- */
.container{
	display: flex;
	height: 100%;
	flex-direction: row;
}

.joinStyle{
	background-color: #f50b70;
	color: #fdeef4;
	font-size: x-large;
	padding: 5px 0px;
	margin: 1px 1px 10px 1px;
}

.joinOption{
	background-color: #f50b70;
	color: #fdeef4;
	padding: 5px 0px;
	margin: 1px 1px 5px 1px;
}


.explain{
	font-family: 'Montserrat', sans-serif;
	padding-top: 5px;
	color: white;
	text-align: center;
}

.offerPresentation{
	text-align: center;
	color: #dca5cd;
	font-size: large;
	background-color: black;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
}

.offer {
	font-family: 'Montserrat', sans-serif;
	font-size: x-large;
}

.btn, .btnGuestOK, .btnMembers, .btnPurchase, .btnCloseTuto, .btnHelp, .btnLevel{
	user-select: none;
	font-weight: 300;	
	margin: 5px;
	padding: 5px;
	background: linear-gradient(to top, #efdde5, #eee5e5);
	border-radius: 5px; 
	border: 1px solid #dca5cd;
	border-top: 1px solid rgba(255, 255, 255, 0.79);
	border-left: 1px solid rgba(255, 255, 255, 0.79);
	color: #f50b70;
} 

.btnCreditsSlideDown, .btnMembershipSlideDown{
	user-select: none;
	border: 1px solid #dca5cd;
	border-top: 1px solid rgba(255, 255, 255, 0.79);
	border-left: 1px solid rgba(255, 255, 255, 0.79);
	color: #f50b70;
	box-shadow: 0px 1px 10px 3px rgba(103, 26, 69, 0.27);
	background: linear-gradient(to top, #efdde5, #eee5e5);
	border-radius: 5px; 
	font-family: 'Montserrat', sans-serif;
	flex: 1;
	font-size: x-large;
	width: 40%;
	padding: 0px 0px 35px 0px;
	margin: 5px;
}

.tarif{
	font-size: 300%;
}

.petit {
    font-size: 120%; /* Taille de police plus petite pour les chiffres "99" */
    position: relative; /* Position absolue pour placer "99" en haut */
    top: -18px; /* Ajustez la position verticale en fonction de votre mise en page */
}


.langCurrency{
    font-size: 150%; /* Taille de police plus petite pour les chiffres "99" */
}

.oldTarif{
	font-size: large;
	color: #3a55eb;
}


 #langPopChooseOffer{
	font-size: x-large;
	font-family: 'Montserrat', sans-serif;
	background-color: black;
	color: #f50b70;
	margin: 5px;
}


.btnCredits, .btnMembership{
	font-family: 'Montserrat', sans-serif;
	flex: 1;
	margin: 5px;
	padding: 0px 0px 5px 0px;
}


.btnHover {
	color: #9f4688;
   background: linear-gradient(to right, #ff94b8 0%, #ffd0e0 100%);
}


.btnSelected, .btnSelectedPlan {
	color: rgb(255, 255, 255);
   	background: linear-gradient(to right, #f64894 0%, #f64894 100%);
	border: 1px solid #dca5cd;
	border-bottom: 1px solid rgba(255, 255, 255, 0.79);
	border-right: 1px solid rgba(255, 255, 255, 0.79);
	box-shadow: 0px 0px 10px 1px rgba(220, 165, 205, 1);
}


/* ------- FORMULAIRE --- */

input{
	font-size:large;
}

#btnRegisterUsername{
	padding: 3px 14px
}

/* ------- password eye  --- */
.password-input-wrapper {
  position: relative;
  display: inline-block;
}

.password-input-wrapper img {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  cursor: pointer;
}

.password-input-wrapper img:hover {
  opacity: 0.7;
}



.helpContent {
	text-align: left;
	padding: 8px;
}



/* ---- FOOTER ------ */
.footer{
	text-align: center;
	color: white;
}

#ccbill{
	width: 30%;
}










