:root {
	--blue:#2081E2;
	--blue_verylight:#F2F8FF;
	--blue_light:#e4f0ff;
	--blue_hover:#1a71c8;
	--blue_shadow:#2081E266;
	--blue_active:#1662ad;
	--font:#273a53;
	--font_light:#7a7e92;
	--grey_border:#e9eaef;
	--grey_border_dark:#ccc;
	--red:#f2587a;
	--red_transparent:#f2587a66;
	--red_light:#fef4f6;
	--green:#3EC961;
}


@font-face {
	font-family:"National2";
	src:url("/fonts/national-2-regular.woff2") format("woff2");
	font-weight:400;
	font-style:normal;
}
@font-face {
	font-family:"National2";
	src:url("/fonts/national-2-medium.woff2") format("woff2");
	font-weight:600;
	font-style:normal;
}
@font-face {
	font-family:"National2";
	src:url("/fonts/national-2-bold.woff2") format("woff2");
	font-weight:700;
	font-style:normal;
}

*{margin:0;padding:0;box-sizing:border-box;}
body{text-align:center;font-family:'Open Sans',sans serif;color:var(--font);}
#alert_banner {
	display: var(--is-alert-banner-shown, none);
	margin-bottom: 20px;
}
.clear{float:none;clear:both;}

.hidden{display: none!important;}

.back{font-size:18px;display:block;color:var(--font_light);line-height:60px;height:60px;cursor:pointer;float:left;margin:30px 0 0 0;font-weight:600;}
.back:before{content:"➜";display:inline-block;margin:0 10px 0 5px;line-height:1;transform:rotate(180deg); transition:.1s;}
.back:hover{color:var(--font)}
.back:hover:before{margin:0 15px 0 0;}
.back.hide{display:none;}

.btn{font-size:18px;text-align:center;padding:0 50px 0 40px;max-width:100%;transition:.1s;display:block;background-color:var(--blue);color:#fff;border-radius:8px;line-height:60px;height:60px;position:relative;cursor:pointer;text-decoration:none;float:right;margin-top:30px;font-weight:600;}
.btn:hover{background:var(--blue_hover);box-shadow:0 2px 8px 0 rgba(0, 0, 0, 0.2);}
.btn:active{transform:translate(0, 0) scale(0.99);box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.2);box-shadow:0;background:var(--blue_active);}
.btn:before{content:"➜";position:absolute;height:inherit;line-height:inherit;top:0px;right:25px;transition:all ease 0.2s;width:auto;height:auto;transform:none;background:none;}
.btn:after{content:none;}
.btn:hover:before{right:20px;}
.btn.disabled{opacity:0;pointer-events:none;}
.btn.wait{pointer-events:none;}
.btn.wait .loader{position:absolute;width:100%;height:calc(100% + 2px);background:url(/img/loader.svg) no-repeat center center var(--blue);background-size:35px;transform:none;left:0;top:-1px;border-radius:8px;}

.btn.btn--link {
	padding-inline: 0 30px;
	background-color: transparent;
	color: var(--font_light);
	height: 30px;
	line-height: 30px;
	box-shadow: none;
}

.btn.btn--link::before {
	right: 4px;
}

.btn.btn--link:hover {
	color: var(--font);
}

.btn.btn--link:hover::before {
	right: -1px;
}

.error{position:absolute;width:100%;color:var(--red);font-size:18px;line-height:60px;margin-top:30px;opacity:0;pointer-events:none;margin-left:10px;transition:all ease 0.1s;}
.error.on{margin-left:0;opacity:1;}

.errormessage{display:none;position:absolute;z-index:1;color:var(--red);border:1px solid var(--red);background:var(--red_light);padding:10px 20px;line-height:38px;border-radius:8px;font-size:18px;margin-top:30px;width:100%;text-align:center;}
.errormessage.on{display:block;}

.alert {
	color: var(--blue);
	border: 1px solid var(--blue);
	padding: 10px 20px 10px 40px;
	line-height: 20px;
	border-radius: 8px;
	font-size: 14px;
	margin-top: 30px;
	background: url(/img/i.svg) no-repeat 10px 10px var(--blue_light);
	background-size: 20px;
	float: left;
	width: 100%;
	text-wrap: pretty;
}
.alert:not(.on){
	display: none;
}
.alert.danger {
	background-image: url(/img/warning_red.svg);
	color: var(--red);
	border: 1px solid var(--red);
	background-color: var(--red_light);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{-webkit-box-shadow: 0 0 0 30px white inset !important;color:#f60 !important}

input{outline:none;width:100%;background:#fff;height:50px;line-height:50px;border:1px solid var(--grey_border);border-radius:8px;outline:none;padding-left:20px;margin-bottom:6px;font-size:14px;transition:box-shadow ease 0.3s;position:relative;font-family:'Open Sans',sans serif;color:var(--font);}
input:hover,input:focus{border-color:var(--grey_border_dark);box-shadow:0 0 5px rgba(0,0,0,0.05);z-index:1;}
input:focus{border-color: var(--blue);}
input:where(.is_good,.is_bad) {
	background-size: 20px;
	background-position: top 15px right 10px;
	background-repeat: no-repeat;
}
/* input.is_good{border-color:var(--green);background-image:url(/img/check_input_good.svg);} */
input.is_bad{border-color:var(--red);background-image:url(/img/check_input_bad.svg);}
input::placeholder{color: transparent;}


.empty_select{background-size:20px;line-height:35px;padding:10px 25px 10px 30px;}

.select{display:block;position:relative;width:100%;background:#fff;height:50px;line-height:50px;cursor:default;border:1px solid var(--grey_border);border-radius:8px;transition:all ease 0.3s;}
.select:hover{border-color:var(--grey_border_dark);box-shadow:0 0 5px rgba(0,0,0,0.05);}
.select:before{content:"";position:absolute;display:block;width:60px;height:50px;background:url(/img/expand.svg) no-repeat center;background-size:16px;right:0;top:0;pointer-events:none;transition:all ease 0.25s;}
.select span.value{display:block;overflow:hidden;height:100%;position:relative;text-overflow:ellipsis;white-space:nowrap;padding-left:25px;}
.select span.value img{width:24px;height:16px;border-radius:5px;float:left;margin:16px 10px 0 0;}
.trigger_select{user-select:none;cursor:pointer;}
.select div.underselect{display:none;min-width:calc(100% + 2px);max-width:calc(100% + 2px);position:absolute;z-index:9;top:49px;left:0;background:#fff;border:1px solid var(--grey_border);border-radius:0 0 8px 8px;box-shadow:0 0 5px rgba(0,0,0,0.05);margin-left:-1px;}
.select:hover div.underselect{border-color:var(--grey_border_dark);}
.select ul{list-style-type:none;max-height:200px;overflow:auto;max-width:100%;padding:10px 0;}
.select ul::-webkit-scrollbar{width:5px;}
.select ul::-webkit-scrollbar-track{background:var(--blue_light);}
.select ul::-webkit-scrollbar-thumb{background:var(--blue);}
.select ul li{height:38px;line-height:38px;padding:0 15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.select ul li:hover{background-color:var(--blue_light)}
.select ul li img{width:24px;height:16px;border-radius:5px;float:left;margin:11px 10px 0 0;}
.select ul li.hide{display:none;}
.select ul li.hover{background:var(--blue_light);}
.select .search{height:60px;border-bottom:1px solid var(--grey_border);}
.select .search input{box-shadow:none;display:block;border:0;background:transparent;height:60px;line-height:60px;background:url(/img/search.svg) no-repeat 15px center;background-size:20px;padding-left:45px;width:calc(100% - 60px)}
.select .search input:hover{box-shadow:none}
.select.wait{pointer-events:none;}
.select.wait:before{display:none;}
.select.wait span.value:after{content:"";display:block;position:absolute;width:100%;height:58px;top:0;left:0;background:url(/img/loader.svg) no-repeat center center #fff;background-size:35px;border-radius:8px;}

.select.on{border-color:var(--grey_border_dark);border-bottom-color:var(--grey_border);border-radius:8px 8px 0 0;}
.select.on:before{transform:scaleY(-1);}
.select.on .trigger_select{pointer-events:none;}
.select.on div.underselect{display:block;border-color:var(--grey_border_dark);border-top:0;}
.select.on div.underselect:before{border-color:var(--grey_border_dark);}

.select.fake:before{display:none;}
.select.float{width:100%;float:left;margin-bottom:6px;font-size:14px;}
.select:where(.is_good,.is_bad) {
	background-size: 20px;
	background-position: top 15px right 10px;
	background-repeat: no-repeat;
}
/* .select.float.is_good{border-color:var(--green);background-image:url(/img/check_input_good.svg);} */
.select.float.is_bad{border-color:var(--red);background-image:url(/img/check_input_bad.svg);}

.select.ontop{z-index:1;}
.select.input_error{box-shadow:0 0 0 5px var(--red_transparent);border-color:var(--red_transparent);}
.select > .underselect > ul > li > em,.select > .trigger_select > em{display: inline-block;border-radius: 5px;padding: 0 5px 0 5px;line-height: 24px;height: 24px;border: 0;color: white;font-size: 13px;vertical-align: top;font-style: normal;margin-top: 8px;float: right;max-width: 90px;overflow: hidden;text-overflow: ellipsis;background: var(--blue);}
.select > .trigger_select > em{margin-right: 50px;margin-top: 12px;}
.number_item > img {width: 24px;height: 16px;border-radius: 5px;float: left;margin: 17px 6px 0 0;}
#form_content{position:fixed;width:66.66%;top:0;left:0;bottom:0;background:#fff;overflow: auto;}
#form_content .content {
	display: grid;
	place-content: center;
	width: 600px;
	min-height: calc(100svh - 70px);
	margin: 0 auto;
	text-align: left;
}
#form_content .content.wait::after {
	content: '';
	background: url(/img/loader.svg) no-repeat center center white;
	position: absolute;
	inset: 0;
}

.step{position:relative;transition:all linear 0.3s;grid-area: 2/1/2/1;}
.step.after{opacity:0;transform:translateX(20px);pointer-events:none;}
.step.before{opacity:0;transform:translateX(-20px);pointer-events:none;transition:all linear 0.15s;}

.menu{display:flex;justify-content:center;width:100%;margin:30px auto 0 auto;position: relative;z-index: 2;}
#logo{display:block;float:left;height:0;width:160px;padding-top:40px;overflow:hidden;background:url(/img/quicktalk.svg) no-repeat center;background-size:auto 25px;margin:0;}
#logo.from_standardfacile{background-image:url(/img/logo_standardfacilexquicktalk.png);background-size:auto 40px;}
#logo.from_ringover{background-image:url(/img/logo_quicktalkxringover.png);background-size:auto 40px;}
.menu ul{list-style-type:none;float:right;margin-left:30px;}
.menu ul li{float:left;font-size:16px;height:40px;line-height:40px;border-radius:20px;cursor:default;background:transparent;padding:0 20px;}
.menu ul li em{font-style:normal;opacity:0.5;padding-right:5px;}
.menu ul li em:after{content:"\00B7";padding-left:5px;}
.menu ul.menu1 li:nth-child(1){background:var(--blue_light);}
.menu ul.menu2 li:nth-child(2){background:var(--blue_light);}
.menu ul.menu3 li:nth-child(3){background:var(--blue_light);}
.menu ul.menu4 li:nth-child(4){background:var(--blue_light);}
#menu_responsive{display:none;}

div.question_bloc{margin-bottom:25px;}
div.question_bloc label:not([for]){position:absolute;display:block;font-family:'National2';font-size:14px;padding: 0 0 0 15px;z-index:2;line-height:50px;color:var(--font_light);pointer-events:none;transition:all ease 0.1s;}
div.question_bloc label:not(.focus) {
	width: 100%;
	padding: 0 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
div.question_bloc label.focus{line-height:normal;font-size:10px;font-weight:400;padding:2px 5px;background:var(--blue_verylight);color:var(--blue);border:1px solid var(--blue_light);margin:-50px 0 0 10px;border-radius:8px;}
div.question_bloc label.hide{display:none;}
p.question{font-size:24px;margin:0 0 20px 0;font-family:"National2";font-weight:700;}
p.question.float{float:left;width:200px;line-height:50px;font-size:24px;}
p.question.float#qs_type{line-height:35px;}
p.question.keeponresponsive{display:none;}

p.warning{font-size:22px;line-height:44px;}
p.warning strong{display:block;background:url(/img/warning.svg) no-repeat left center;background-size:30px;padding-left:40px;color:var(--blue);}
p.warning .underline{position:relative;}
p.warning .underline:before{content:"";position:absolute;width:104%;height:10px;background:var(--blue);opacity:0.3;left:-2%;bottom:0;transform:rotate(-1deg);}

p.thankyou{font-size:22px;line-height:44px;}
p.thankyou strong{display:block;background:url(/img/wonderful.svg) no-repeat left center;background-size:30px;padding-left:40px;color:var(--blue);}

#open_portability_popup{position:absolute;cursor:pointer;font-size:14px;margin-top:50px;}
#open_portability_popup:hover{text-decoration:underline;}
#popup_bg{display:none;position:fixed;z-index:1;background:#000;opacity:0.3;width:100%;height:100%;top:0;left:0;}
#popup_bg.on{display:block;}
.popup{display:none;position:fixed;z-index:2;background:#fff;width:500px;top:50%;left:50%;padding:40px;transform:translate(-50%,-50%);border-radius:15px;text-align:left;font-size:14px;line-height:26px;box-shadow: 0 0 80px #0002;}
.popup.on{display:block;}
.popup h2 { font-family: 'National2'; margin-bottom: 1em; }
#portability_popup strong{color:var(--blue);font-size:18px;font-weight:400;font-weight:600;}
#portability_popup span.email{color:var(--blue);font-weight:600;}
#close_popup{position:absolute;right:10px;top:10px;width:30px;height:30px;border-radius:50%;background:url(/img/close.svg) no-repeat center;background-size:16px;opacity:0.5;cursor:pointer;}
#close_popup:hover{opacity:0.5;background-color:var(--blue_light);}
#close_popup:active{opacity:0.8;background-color:var(--blue_light);}

#numbers_list_2,#numbers_list{list-style-type:none;background:var(--blue_light);border-radius:8px;}
#numbers_list_2.wait,#numbers_list.wait{background:url(/img/loader.svg) no-repeat center center var(--blue_light);background-size:35px;height:50px;}
#numbers_list_2.on,#numbers_list.on{padding:10px;}
#numbers_list_2 li,#numbers_list li{position:relative;float:left;background:#fff;color:var(--font_light);border-radius:8px;height:50px;line-height:50px;width:calc(50% - 20px);margin:10px;border:1px solid transparent;font-family:"National2";font-weight:700;padding-left:50px;cursor:pointer;box-shadow: 0 0 5px rgb(0 0 0 / 5%);transition:all ease 0.15s;}
#numbers_list_2 li:hover,#numbers_list li:hover{color:var(--font);box-shadow:0 0 10px rgb(0 0 0 / 10%);}
#numbers_list_2 li:before,#numbers_list li:before{content:"";width:10px;height:10px;border:1px solid var(--grey_border_dark);border-radius:50%;position:absolute;top:19px;left:19px;transition:all ease 0.15s;}
#numbers_list_2 li:after,#numbers_list li:after{content:"";position:absolute;width:6px;height:6px;background:var(--blue);border-radius:50%;top:22px;left:22px;transform:scale(0);transition:all ease 0.15s;}
#numbers_list_2 li:hover:before,#numbers_list li:hover:before{transform:scale(1.3);}
#numbers_list_2 li.on,#numbers_list li.on{border-color:var(--blue);color:var(--blue);}
#numbers_list_2 li.on:before,#numbers_list li.on:before{transform:scale(1.5);border-color:var(--blue);}
#numbers_list_2 li.on:after,#numbers_list li.on:after{transform:scale(1.5);}

#validated_address {
	padding: 20px 10px;
	background: var(--blue_light);
	border-radius: 10px;
}

.later{font-size:12px;color:var(--font_light);text-decoration:underline;cursor:pointer;margin-left:10px;display:inline-block;}
.later:hover{color:var(--font);}
.warning_later{display:none;background:url(/img/warning_red.svg) no-repeat 10px 10px var(--red_light);background-size:20px;padding-left:30px;font-size:14px;border:1px solid var(--red_transparent);padding:10px 10px 10px 40px;border-radius:8px;line-height:20px;}
.warning_later.on{display:block;}
.warning_later .later{display:block;margin-left:0;}

input.ontop{position:relative;z-index:1;}
input.input_error{box-shadow:0 0 0 5px var(--red_transparent);border-color:var(--red_transparent);}
input.disabled{background:#ccc;opacity:0.5;pointer-events:none;box-shadow:none;display:none;}
#form_elem_vatnumber .later_vatnumber{line-height: normal;}

.question_bloc + .question_bloc { margin-top: 10px; }

.question_bloc #form_elem_streetnumber{flex-basis:70px;}
.question_bloc #form_elem_vatnumber{flex-basis:500px;}
.question_bloc #form_elem_streetname{flex-basis:400px;}
.question_bloc #form_elem_nifnumber{flex-basis:400px;margin-top:20px;}

.question_bloc:not(.with_streettype) #form_elem_streettype{display: none;}
.question_bloc:not(.with_province) #form_elem_state{display: none;}
.question_bloc:not(.with_county) #form_elem_county{display: none;}
.question_bloc:not(.with_nifnumber) #form_elem_nifnumber{display: none;}
.question_bloc:not(.with_nifnumber) #form_elem_vatnumber{margin-top:20px;}
.question_bloc:not(.with_vatnumber) #form_elem_vatnumber{display: none;}
.question_bloc.with_mandatory_vatnumber .later {display: none;}


.form_group {
	display: flex;
	align-items: center;
	position: relative;
	flex-grow: 1;
	flex-basis: 100%;
}

.form_group :is(input,.select.float) {
	float: none;
	margin-bottom: 0;
}

.form_group .select:not([data-value]):not(.fake) .value,
.form_group .select[data-value=''] .value {
	color: transparent;
}

.form_group > label[for] {
	flex-basis: 200px;
	font-family: 'National2', Arial, sans-serif;
}

input[type=file]::file-selector-button {
	text-align: center;
	border-radius: 6px;
	background-color: var(--blue_light);
	border: 1px solid transparent;
	color: var(--blue);
	transition: 0.2s;
}

input[type=file]::file-selector-button:hover {
	border-color: var(--blue);
	cursor: pointer;
}

input[type=file]::file-selector-button:active {
	transform: scale(0.99);
}

.form_grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.form_grid.col_2 .form_group {
	flex-basis: max(calc(50% - 7px), 250px);
}


.form_grid .select span.value {
	padding-left: 20px;
}

#choose_area_box_step6{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

#skip_address_validation {
	clear: left;
	margin-block: 20px;
}

.cart {
	margin-top: 5vh;
	margin-bottom: 3vh;
}

.cart_title {
	font-size: 24px;
	margin: 0 0 20px 0;
	font-family: "National2", sans-serif;
	font-weight: 700;
}

.cart_body,
.order_summary > p {
	background: white;
	border: 1px solid var(--grey_border);
	border-radius: 10px;
	padding: 10px 14px;
	font-size: 14px;
	line-height: 1.6;
}
.cart_body {
	width: max-content;
}

.cart:not(.on) { display: none; }

.order_summary > p + p:not(:empty) {
	margin-top: 10px;
}

#cart_number, #order_number { font-size: 16px; line-height: 24px; }
:where(#cart_number, #order_number) img {
	width: 24px;
	height: 16px;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 5px;
}

#order_address {
	text-transform: uppercase;
}

#order_address strong {
	text-transform: initial;
}


#title_content{position:fixed;width:33.34%;top:0;right:0;bottom:0;background:var(--blue_light);text-align:left;padding-left:50px;color:#000;}
#title_content:before{content:"";position:absolute;width:50px;height:50px;background:var(--blue_light);top:260px;transform:rotate(45deg);left:-25px;}

#title_content .toph{display:none;position:absolute;width:calc(100% - 100px);max-width:550px;height:calc(100% - 520px);max-height:600px;background:url(/img/toph.jpg) no-repeat center top;background-size:cover;bottom:150px;border-radius:15px;box-shadow:-8px 8px 0px #fff3,-16px 16px 0px #fff3;}
#title_content h1{font-family:"National2";font-size:60px;margin-top:250px;color:var(--blue);font-weight:700;}
#title_content p{font-size:22px;line-height:30px;}

#title_content p.help{position:absolute;bottom:50px;font-size:16px;line-height:normal;font-family:"National2";}
#title_content p.help strong{font-weight:700;}
#title_content p.stars{font-size:12px;margin-top:20px;font-family:"National2";display:none;}
#title_content p.stars.on{display:block;}
#title_content p.stars strong{font-size:16px;display:block;margin-bottom:-5px;}
#title_content p.stars img{width:20px;height:20px;}
#title_content p.stars a{vertical-align:super;padding-left:10px;color:var(--font_light);}
#title_content p.commitment{margin:20px 0;font-weight:700;font-family:"National2";}
#title_content p.commitment span{display:block;font-weight:700;font-family:"National2";}
#title_content span.advantage{display:block;font-family:"National2";font-size:20px;color:var(--font_light);background:url(/img/check.svg) no-repeat left 5px;background-size:20px;padding-left:25px;margin-bottom:10px;}
#title_content .order_summary { margin-top: 16px; }
#title_content .order_summary p { font-size: 16px; line-height: 1.3; }


/* PAYMENT PAGE on payment.quicktalk.com */
#form_content select.expiration{width:33%;}
#form_content input.myinput{width:100%;}
#form_content input.myinput.mi_cvv{width:calc(33% - 40px);}
#form_content .bloc{border:0;padding:0 0 50px 0;}
#form_content .bloc h2{font-size:28px;margin:0 0 20px 0;font-family:"National2";font-weight:700;text-transform:none;}
#form_content .securelogo{display:none;}
#form_content #stepcard{margin-bottom:0;padding-bottom:0;}
#form_content .btn#btn_pay_soge,#form_content .btn#btn_pay_stripe{margin-top:0;}
#address_message_error{color: red}
#address_content{text-align: center;margin-top: 20px;margin-bottom: 15px;font-size: 1.1em;}
#retry_choose_number{text-align: center;margin-bottom: 30px;}
#retry_choose_number span {font-weight: bold;font-size: 22px;}
#retry_choose_number > .question_choose_number {margin-top: 20px;}

#support_number{font-weight:700;}

:where(.QUICKTALK) .btn {
	background-image: linear-gradient(90deg,#ff8954,#ff8954);
}

:where(.QUICKTALK) .btn:hover {
	background-image: linear-gradient(90deg,#fc773a,#fc773a);
}

/* UTILITIES */
.hide { display: none!important; }

@media (max-width:1280px) {
	.menu{width:600px;}
	#logo{width:40px;background-image:url(/img/quicktalk_small.svg);background-size:25px;}
	
	#title_content h1{font-size:40px;}
	
}
@media (max-width:980px) {
	.cart { margin-top: 0; }
	#form_content{width:100%;position:static;}
	#form_content .content{width:100%;padding:130px 40px 100px 40px;min-height:calc(100vh - 100px);place-content: flex-start stretch;}
	
	#title_content{z-index:1;width:100%;top:100px;height:70px;padding-right:50px;text-align:center;}
	#title_content:before{left:50%;top:45px;margin-left:-25px;z-index:-1;}
	#title_content h1{margin-top:0;line-height:70px;display:inline-block;font-size:20px;}
	#title_content span.advantage{display:none;}
	#title_content p.stars{position:fixed;z-index:1;left:30px;bottom:3px;}
	#title_content p.help{position:fixed;z-index:1;right:30px;bottom:0;line-height:70px;}
	#title_content p.help br{display:none;}
	#footer_content{position:fixed;height:70px;bottom:0;left:0;right:0;background:#fff;border:1px solid var(--blue_light);}
	#title_content p.commitment{margin-top:0;font-size:20px;display:inline-block;padding-left:20px;}
	#title_content p.commitment span{display:block;font-size:15px;font-weight:400;}
	#title_content p.commitment span:before{display:none;}

	.menu{width:100%;margin:0;}
	.menu ul{display:none;}
	#menu_responsive{display:block;width:100px;height:8px;border-radius:4px;background:var(--blue_light);position:absolute;left:50%;top:85px;transform:translate(-50%);}
	#menu_responsive span{display:block;width:0;height:8px;border-radius:4px;background:var(--blue);}
	#menu_responsive.step1 span{width:25%;}
	#menu_responsive.step2 span{width:50%;}
	#menu_responsive.step3 span{width:75%;}
	#menu_responsive.step4 span{width:100%;}
	#menu_responsive label {
		display: block;
		position: absolute;
		font-size: 12px;
		margin-top: -20px;
		width: max-content;
		left: 50%;
		transform: translateX(-50%);
	}
	#menu_responsive label:last-child {
		margin-top: 4px;
		opacity: 0.6;
	}
	#logo{width:100%;padding-top:60px;background:url(/img/quicktalk.svg) no-repeat center center #fff;background-size:auto 20px;}
	#standardfacile{width:100%;font-size:13px;text-align:center;margin-top:40px;}
	#title_content{position:relative;height:auto;padding: 30px 0;}
	#title_content:before{display:none;}
	#title_content h1{display:none;}
	
	
	#title_content p.help{position:absolute;top:-65px;bottom:auto;width:100%;right:0;left:0;font-size:14px;}
	#title_content p.stars{position:static;}
	#title_content p.stars strong{font-size:12px;margin-bottom:-9px;}
	#title_content span.advantage{display:block;font-size:16px;margin-bottom:5px;background:transparent;padding-left:0;}
	#title_content span.advantage:before{content:"";width:20px;height:20px;display:inline-block;background:url(/img/check.svg) no-repeat center;background-size:20px;vertical-align: sub;}
	#footer_content{display:none}


	.popup.on{display: block;}
	.popup {width:100%;min-height:100%;transform:none;border-radius:0;margin:0;inset:0;z-index: 100;}
	#close_popup{display:block;position:absolute;z-index:3;width:40px;height:40px;background-color:var(--blue_light);background-size:16px;border-radius:50%;top:15px;right:15px;cursor:pointer;}

	
	
	.step{position:relative;width:auto;transform:none;transition:none;padding-bottom: 50px;}
	.step.after{margin-left:0;display:none;}
	.step.before{margin-left:0;transition:none;display:none;}
	p.question{font-size:24px;margin:20px 0;}
	p.question.float{float:none;width:100%;line-height:normal;margin-bottom:10px;}
	input{background-color: var(--blue_verylight);border-color: var(--blue_light);border-radius:8px !important;width:100% !important;margin-bottom:14px;font-size:16px;float:none !important;}
	input:focus{border-color: var(--blue);}
	/* input.is_good{border-color:var(--green);} */
	input.is_bad{border-color:var(--red);}
	input::placeholder{color: transparent;}
	.select{border-radius:8px !important;float:none !important;background-color:var(--blue_verylight);border-color:var(--blue_light);}
	.select:hover{border-color:var(--blue_light);}
	.select:hover{border-color:var(--blue_light);box-shadow:none;}
	.select div.underselect{position:fixed;overflow:auto;top:15px;left:0;bottom:0;right:0;padding-top:15px;min-width:auto;max-width:none;border:0;border-radius:0;box-shadow:none;margin-left:0;}
	.select.float{margin-bottom:14px;}
	.select.float div.underselect{top:15px;}
	.select.float span.value{font-size:16px;padding-left:10px;}
	.select ul{max-height:none;padding:0;}
	.select ul li{height:60px;line-height:60px;border-bottom: 1px solid var(--grey_border);}
	.select ul li img{margin:22px 15px 0 0;}
	.select .close_select{position:absolute;z-index:1;top:0;right:15px;width:30px;height:30px;background:url(/img/close.svg) no-repeat center center var(--grey_border);background-size:20px;border-radius:50%;cursor:pointer;}
	.select > .underselect > ul > li > em{margin-top:18px;}
	.select > .trigger_select > em{margin-top:13px;}
	
	#open_portability_popup{margin-top:0;bottom:-100px;text-align:center;width:100%;}
	#portability_popup{width:calc(100% - 50px);height:calc(100% - 50px);}
	
	#form_elem_vatnumber.withnif{width:100%;float:none;}
	
	#numbers_list{border:1px solid var(--blue_light);background:var(--blue_verylight);}
	#numbers_list.wait{background-color:var(--blue_verylight);}
	#numbers_list li{float:none;width:calc(100% - 20px);padding-left:40px;font-size:14px;}
	#numbers_list li:before{left:14px;}
	#numbers_list li:after{left:17px;}
	p.warning{font-size:20px;}
	.errormessage{width:100%;}
	
	div.question_bloc{margin-bottom:0;}
	#step4 .question{display:none;}
	#step4 .question.keeponresponsive{display:block;}
	#step5 .question{display:none;}
	
	.btn.next_step{float:right;}
	
	input:-webkit-autofill,
	input:-webkit-autofill:hover,
	input:-webkit-autofill:focus,
	input:-webkit-autofill:active{-webkit-box-shadow: 0 0 0 30px var(--blue_verylight) inset !important;color:#f60 !important}
	
	.warning_later.on{width:100%;margin-left:0;}
	.back{margin-top:45px;height:30px;line-height:30px;}
}

@media (max-width:400px) {
	.back{font-size:16px;}
	.back:before{margin-left:5px;}
	.btn.next_step{padding:0 50px 0 25px;}
	.btn.next_step:before{right:15px;}
}


@media (max-width:980px) and (min-width:600px) {
	#form_content .content{width:500px}
}


@media (max-height:830px) {
	#title_content h1{margin-top:150px;}
}
