
@font-face {
    font-family: 'w_Montserrat';
    src: url('/_font/Montserrat-Regular.woff2') format('woff2'),
        url('/_font/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'w_Montserrat';
    src: url('/_font/Montserrat-SemiBold.woff2') format('woff2'),
        url('/_font/Montserrat-SemiBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body{
	font-family: 'w_Montserrat', sans-serif !important;
	background-color: #0f1317;
	font-size:16px;
}

body *{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
	min-width:350px;
}

#logo-container {
	width:100%;
	margin-top: 8px;
	margin-bottom: 20px;
	position: relative;
}

#form-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

#form-container,
#info-container {
    flex: 1 1 480px;
    box-sizing: border-box;
    padding: 10px 40px;
}

#form-container{
	margin-top:12px;
	padding-bottom: 0px;
}
#info-container {
	color: #fff;
	background: linear-gradient(180deg, #181e26 0%, #0f1317 100%);
	border-radius: 16px;
	border:2px solid #3d505c;
	margin-top:10px;
	padding: 10px 30px;
	margin-right:30px;
}

#legals-container {
    margin-top: 40px;
    text-align: center;
}



.main_logo{
	width:335px;
	height: 100px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/_img/svg/logo_Weezago.svg);
}


.partner_logo{
	width:335px;
	height: 88px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right:0px;
	top: 0px;
}

.oci .partner_logo{
	background-image: url(/_img/partners/logo_weezago_partners_oci_white.png);
}
.fvs .partner_logo{
	background-image: url(/_img/partners/logo_weezago_partners_fvs_white.png);
}
.whynotretail .partner_logo{
	background-image: url(/_img/partners/logo_weezago_partners_whynotretail_white.png);
}
.capvisio .partner_logo{
	background-image: url(/_img/partners/logo_weezago_partners_capvisio_white.png);
}
.cockpit .partner_logo, .codisplay .partner_logo{
	background-image: url(/_img/partners/logo_weezago_partners_cockpit_white.png);
}
.laurea .partner_logo{
	background-image: url(/_img/partners/logo_weezago_partners_laurea_white.png);
}
.bigroup .partner_logo{
	background-image: url(/_img/partners/logo_weezago_partners_bigroup_white.png);
}
.vistacom .partner_logo{
	background-image: url(/_img/partners/logo_weezago_partners_vistacom_white.png);
}
.visualtechnology .partner_logo{
	background-image: url(/_img/partners/logo_weezago_partners_visualtechnology_white.png);
}
.cameleon .partner_logo{
	background-image: url(/_img/partners/logo_weezago_partners_cameleon_white.png);
}



.title{
	color:#b0bbc1;
	font-weight: bold;
	font-size: 47px;
	line-height: 40px;
}

.subtitle{
	color:#fff;
	font-size: 15px;
	margin-top: 8px;
}

.subtitle .arrow{
	color:#e00043;
	
}


.google-button{
	height:60px;
	padding: 10px 40px;
	background: #d0d0d0;
	border: 1px solid #d0d0d0;
	border-radius: 12px;
	cursor: pointer;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top:24px;
	font-size: 19px;
	transition: all 0.2s ease;
}
.google-button img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.google-button:hover{
	background-color: #fff;
}


.email-button, #close-consent-modal{
	border: 1px solid #fff;
	height:60px;
	padding: 10px 40px;
	border-radius: 12px;
	cursor: pointer;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top:22px;
	font-size: 19px;
	background: #e00043;
	color:#fff;
	transition: all 0.2s ease;
}
.email-button:hover, #close-consent-modal:hover{
	background: #f23a5c;
}


#cal-button{
	border: 1px solid #fff;
	padding: 10px 20px;
	border-radius: 12px;
	cursor: pointer;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	background: #75848c;
	color:#fff;
	transition: all 0.2s ease;
	right: 0px;
    top: 18px;
	position:relative;
	width: 100%;
	height:60px;
}
#cal-button:hover2{
	background: #9eafb8;
}



.divider{
	text-align: center;
	margin: 20px 0;
	position: relative;
}
.divider::before,
.divider::after{
	content: "";
	position: absolute;
	top: 50%;
	width: 40%;
	height: 1px;
	background: #afbfca;
}
.divider::before{ left: 0; }
.divider::after{ right: 0; }
.divider span{
	padding: 0 10px;
	font-weight: bold;
	color: #afbfca;
}


#main-container input{
	width: 100%;
	border-radius: 10px;
	height:40px;
	background-color: #181e26;
	border: 1px solid #3d505c;
	color:#fff;
	padding: 0 12px;
	font-size: 14px;
}

#main-container input::placeholder {
	color: #b0bbc1;
	opacity: 1; /* pour forcer la couleur sur certains navigateurs */
}

.password-requirements{
	font-size:12px;
	padding:6px 10px;
	line-height: 13px;
}


#password1{
	margin-top: 24px;
}

#password1:focus {
	border-color: inherit !important;
	box-shadow: none !important;
	outline: none !important;
}


.powered{
	width: 170px;
	height: 80px;
	background-image: url(/_img/svg/Powered-by-W.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	margin-top: 12px;
}

.copyright{
	text-align: center;
	margin:auto;
	margin-top: 8px;
	margin-bottom:30px;
	font-size: 12px;
	color: #6b7175;
	width: 100%;
}

.info{
	color:#fff;
	font-size: 14px;
	margin-top:20px;
}

.info img{
	width:30px;
	height: 30px;
	vertical-align: middle;
}

.image{
	padding: 20px 30px 0px 0px;
	cursor: pointer;
	margin-bottom: 10px;
}

.image img {
  transition: opacity 1s ease-in-out;
  opacity: 1;
}
.image img.fade-out {
  opacity: 0;
}

.div_error{
	position:relative;
	top:-12px;
}
.error-msg{
	display:none;
	margin-bottom:5px;
	color:#d9534f;
	font-size:13px;
	padding-left: 1px;
}


.loading-w{
	width: 160px;
    height: 130px;
    margin: 120px auto;
    background: url(/_img/svg/loader_w.svg) no-repeat;
    background-size: contain;
	background-position: -20% 50%;
}



/* MODAL STYLES */

.modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
}

.modal-content {
	position: absolute;
	top: 30%;
	left: 50%;
	width: 90%;
	max-width: 600px;
	max-height: 80%;
	transform: translate(-50%, -50%);
	overflow-y: auto;
	z-index: 10000;

	color: #fff;
	background: linear-gradient(180deg, #181e26 0%, #0f1317 100%);
	border-radius: 16px;
	border: 2px solid #3d505c;
	padding: 25px;
}


#modal-text{
	font-size: 14px;
	line-height: 1.5;
}


.modal-cgu{
	position: fixed;
	z-index: 10001;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-content-cgu{
	background-color: #fff;
	width: 90%;
	max-width: 800px;
	padding: 40px 20px;
	border-radius: 8px;
	position: relative;
	box-shadow: 0 2px 12px rgba(0,0,0,0.4);
	max-height: 90vh;
	overflow-y: auto;
}


#image-modal{
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.image-modal-content {
	padding: 10px;
	border-radius: 8px;
	text-align: center;
	max-width: 95%;
	max-height: 90%;
	overflow: auto;
	margin: auto;
	cursor: pointer;
}



/* MODAL STYLES END */

.additional-info{
	display: none;
}

.checkbox-container{
	margin-bottom: 15px;
}

.checkbox-container input[type="checkbox"]{
	margin-right: 10px;
	margin-top: 2px;
}





@media (max-width: 1230px) {
	#logo-container{
		padding-left:10px;
	}
	.partner_logo{
		right:10px;
	}
}


@media (max-width: 1000px) {
	#form-container,
	#info-container {
		flex: 1 1 100%;
		margin-left:0px;
		margin-right:0px;
	}

	#info-container{
		margin-top:40px;
		margin-left:40px;
		margin-right:40px;
	}

	#form-container{
		margin-top:0px;
	}


	#logo-container{
		margin-bottom: 16px;
	}

	.title{
		font-size: 44px;
	}
}



@media (max-width: 650px) {

	.main_logo{
		width:55%;
	}

	.partner_logo{
		width:40%;
	}

	.weezago .main_logo{
		margin:auto;
		width: 335px;
	}
		

}



@media (max-width: 480px) {
  .modal-content {
    width: 95%;
    padding: 16px;
	top: 40%;
  }

  
}



.hidden {
	display: none !important;
}
