/*
Theme Name: Complevie
Theme URL: https://complevie.fr
Description: Thème personnalisé Complévie
Author: Metrics value
Author URL: https://complevie.fr
Template: hello-elementor
Version: 1.0.0
Text Domain: https://complevie.fr
*/

#result .quform-element-page {
	display: none;
}

.quform:before {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-repeat: repeat;
	background-position: bottom left;
	background-size: 100% auto;
	opacity: 0.5
}
.quform .quform-page-progress-type-tabs {	
	overflow: visible;
}

.quform .quform-page-progress-tabs {
	width: 100%;
	display: flex;
}

.quform .quform-page-progress-tabs div {
	flex: 1;
	text-align: center;
	position: relative;
}
.quform .quform-page-progress-tabs div.quform-current-tab:before {
	content: "";
	width: 40px;
	height: 6px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 200%);
	background-image: url('/wp-content/uploads/2020/05/progress_dots.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.quform .quform-page-5 .quform-element-radio:not(.visible) {
	position: relative;
}
.quform .quform-page-5 .quform-element-radio:not(.visible):not(:first-child):before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fef9ea;
	/*position: absolute;*/
	top: 0;
	left: 0;
	opacity: 0.3;
	z-index: 99;
}
.quform .quform-option-label-3_202_5:before{
	visibility:hidden;
}
.quform .quform-option-label-3_202_5:after{
	visibility:hidden;
}
.quform .quform-option:nth-child(2) .quform-field.statut + label {
	background-size: 35px;
}
.quform .quform-option:nth-child(3) .quform-field.statut + label {
	background-size: 50px;
	background-position: 45% 30%;
}
.quform .quform-option:nth-child(4) .quform-field.statut + label {
	background-size: 33px;
}
.quform .quform-child-elements .quform-element:not(:nth-child(5)):not(:nth-child(7)) .quform-option .quform-field.needs + label {
	padding-left: 20px;
	position: relative;
}
.quform .quform-child-elements .quform-element:not(:nth-child(5)):not(:nth-child(7)) .quform-option .quform-field.needs + label:before {
	content: "";
	width: 14px;
	height: 14px;
	background: transparent;
	border: 1px solid #14375A;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.quform .quform-child-elements .quform-element:not(:nth-child(5)):not(:nth-child(7)) .quform-option .quform-field.needs:checked + label:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #14375A;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
}
.quform .quform-option .quform-field.youare + label .quform-option-icon-selected i {
	display: none;
}
.quform .quform-element.quform-element-date .quform-spacer,
.quform .quform-element.quform-element-text .quform-spacer {
	position: relative;
}
.quform .quform-element.quform-element-date .quform-label label,
.quform .quform-element.quform-element-text .quform-label label,
.quform .quform-element.quform-element-text .quform-sub-label,
.quform .quform-element.quform-element-email .quform-label label {
	font-family: "Barlow";
	font-style: italic;
	font-size: 16px;
	color: #14375A;
	margin: 0;
	position:absolute;
	pointer-events:none;
	left:5px;
	top:10px;
	transition:0.2s ease all; 
	-moz-transition:0.2s ease all; 
	-webkit-transition:0.2s ease all;
	opacity: 0.5;
}
.quform .quform-element.quform-element-date .quform-label.focused label,
.quform .quform-element.quform-element-text .quform-label.focused label,
.quform .quform-element.quform-element-text .quform-sub-label.focused,
.quform .quform-element.quform-element-email .quform-label.focused label {
	top: -14px;
	font-size: 14px;
	opacity: 1;
}
.quform .quform-element.quform-element-date .k-picker-wrap input,
.quform .quform-element.quform-element-text .quform-field-text,
.quform .quform-element.quform-element-email .quform-field-email {
	border: 0;
	border-bottom: 1px solid rgba(20, 55, 90, 0.5);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #14375A;
}
.quform .quform-inner {
	position: relative;
}
.quform .quform-inner.valid:before {
	content: "";
	width: 21px;
	height: 15px;
	background-image: url("/wp-content/uploads/2020/05/check@3x.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
}
.quform .quform-inner.quform-inner-date.valid:before {
	top: 35%;
}
.quform .quform-element.quform-element-date .quform-label.focused + .quform-inner .k-picker-wrap,
.quform .quform-element.quform-element-text .quform-label.focused + .quform-inner .quform-field-text,
.quform .quform-element.quform-element-email .quform-label.focused + .quform-inner .quform-field-email {
	border-bottom: 1px solid rgba(20, 55, 90, 1);
}








.quote-result {
	padding: 30px 30px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
}
.quote-result .thank-you-popup {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
}
.quote-result .thank-you-popup .inner {
	max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #eff5d9;
    border-radius: 14px;
    text-align: center;
    padding: 30px;
}
.quote-result .reassurance {
	padding: 30px;
	width: 45%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 20px;
	position: relative;
}
.quote-result .reassurance h2 {
	font-size: 18px;
	font-weight: bold;
}
.quote-result .reassurance .hundred-health {
	position: absolute;
	margin: 0;
	width: calc(100% - 60px);
	top: 80px;
	left: -30px;
	padding: 4px 4px 4px 60px;
	border: 1px solid #f5afad;
	border-left: none;
	border-radius: 24px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.quote-result .reassurance .hundred-health h3 {
	display: flex;
	font-size: 16px;
	color: #f5afad;
	align-items: center;
	margin: 0;
}
.quote-result .reassurance .hundred-health h3 img {
	width: 40%;
	object-fit: contain;
	object-position: center;
}
.quote-result .reassurance .hundred-health h3 span {
	flex: 1;
}
.quote-result .reassurance .hundred-health .optique,
.quote-result .reassurance .hundred-health .dentaire,
.quote-result .reassurance .hundred-health .audition {
	display: flex;
	align-items: center;
}
.quote-result .reassurance .hundred-health .optique img,
.quote-result .reassurance .hundred-health .dentaire img,
.quote-result .reassurance .hundred-health .audition img {
	width: 25%;
	object-fit: contain;
	object-position: center;
}
.quote-result .reassurance .hundred-health .optique p,
.quote-result .reassurance .hundred-health .dentaire p,
.quote-result .reassurance .hundred-health .audition p {
	flex: 1;
	font-size: 14px;
	line-height: 16px;
}
.quote-result .reassurance .example {
	align-self: flex-end;
}
.quote-result .reassurance .example .disclaimer {
	color: #92D58D;
	font-size: 21px;
	line-height: 26px;
	font-weight: bold;
	font-family: "Barlow";
	margin-bottom: 30px;
}
.quote-result .reassurance .example .disclaimer img {
	width: 17px;
}
.quote-result .reassurance .example .graph {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 450px;
	height: 100px;
	max-width: calc(100%);
	padding: 2px 0px 2px 60px;
	margin-left: -60px;
	border: 1px solid #17ACE7;
	border-left: none;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	color: #14375A;
}
.quote-result .reassurance .example .graph .refund {
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0 2px;
	padding: 6px 6px 0px;
}
.quote-result .reassurance .example .graph .refund.secu {
	width: auto;
	min-width: 29%;
	background-color: #92D58D;
}
.quote-result .reassurance .example .graph .refund.mutuelle {
	width: auto;
	min-width: 28%;
	background-color: rgba(150, 201, 140, 0.5);
}
.quote-result .reassurance .example .graph .refund.remaining {
	width: auto;
	min-width: 30%;
	background-color: rgba(247, 185, 0, 0.2);
	padding-right: 20px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.quote-result .reassurance .example .graph .refund .content {
	font-size: 14px;
	line-height: 17px;
	font-family: "Barlow";
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.quote-result .reassurance .example .graph .refund .content .price {
	font-size: 27px;
	font-style: italic;
	font-weight: bold;
	line-height: 33px;
	margin-top: 6px;
}
.quote-result .offers {
	width: 55%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
}
.quote-result .offers .offer {
	width: 50%;
	padding: 0 10px;
	color: #005c8e;
}
.quote-result .offers .offer .header {
	background-color: #f5afad;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	padding: 12px 0;
	margin-bottom: 2px;
}
.quote-result .offers .offer.reinforced .header {
	background-color: #f5afad;
}
.quote-result .offers .offer .header .title {
	text-align: center;
	font-weight: 800;
	font-family: "Barlow";
	font-size: 18px;
	line-height: 22px;
}
.quote-result .offers .offer .body {
	background-color: #f5afad;
	padding: 34px 6px 40px;
}
.quote-result .offers .offer.reinforced .body {
	background-color: #f5afad;
}
.quote-result .offers .offer .body .price {
	font-size: 37px;
	font-weight: bold;
	font-style: italic;
	font-family: "Barlow";
	text-align: center;
	line-height: 22px;
	padding-bottom: 8px;
	border-bottom: 1px solid #fef5d6;
}
.quote-result .offers .offer.reinforced .body .price {
	border-bottom: 1px solid #fef5d6;
}
.quote-result .offers .offer .body .price small {
	font-size: 18px;
	font-weight: 600;
}
.quote-result .offers .offer .body .price small:first-of-type {
	display: inline-block;
	margin-left: 6px;
}
.quote-result .offers .offer .body .benefits {
	padding: 18px 14px 0;
	margin-bottom: 20px;
}
.quote-result .offers .offer .body .benefits .benefit {
	padding: 6px 0;
	text-align: center;
	font-family: "Barlow";
}
.quote-result .offers .offer .body .benefits .benefit .title {
	font-weight: bold;
	font-size: 21px;
	line-height: 26px;
}
.quote-result .offers .offer .body .benefits .benefit .description {
	margin: 0;
	font-style: italic;
	font-size: 18px;
	line-height: 22px;
}
.quote-result .offers .offer .body .benefits .price {
	font-size: 24px; 
	font-style: normal;
	margin-top: 20px;
	border-bottom: 0;
	border-top: 1px solid #3dace7;
	padding-bottom: 0;
	padding-top: 8px;
}
.quote-result .offers .offer.reinforced .body .benefits .price {
	border-bottom: 0;
	border-top: 1px solid #F7B900;	
}
.quote-result .offers .offer .body .actions {
	padding: 0 6px;
}
.quote-result .offers .offer .body .actions a.btn {
	height: 50px;
	display: block;
	border: 1px solid black;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
	padding-left: 5px;
	margin-bottom: 8px;
}
.quote-result .offers .offer .body .actions a.btn .icon {
	width: 15%;
	text-align: center;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.quote-result .offers .offer .body .actions a.btn .icon img {
	width: 17px;
}
.quote-result .offers .offer .body .actions a.btn .text {
	width: 85%;
	border-radius: 50px;
	padding: 0 8px;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	font-family: "Barlow";
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.quote-result .offers .offer .body .actions a.btn .text span {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}
.quote-result .offers .offer .body .actions a.btn.finalize {
	border-color: #14375A;
}
.quote-result .offers .offer .body .actions a.btn.finalize .icon {
	color: #14375a
}
.quote-result .offers .offer .body .actions a.btn.finalize .text {
	background-color: #14375a;
	color: #f5afad;
}
.quote-result .offers .offer .body .actions a.btn.end {
	border-color: #e37b45;
}
.quote-result .offers .offer .body .actions a.btn.end .icon {
	color: #e37b45
}
.quote-result .offers .offer .body .actions a.btn.end .text {
	background-color: #e37b45;
	color: #005c8e;
}



.subscription-result {
	text-align: center;
}
.subscription-result .opportunity-number,
.subscription-result .email,
.subscription-result .name {
	font-size: 70px;
	font-family: "Comfortaa";
}
.subscription-result .email,
.subscription-result .name {
	font-size: 26px;
}
.quform-option-label-3_10_1 .quform-option-icon-selected {
    display: none !important;
}


@media screen and (max-width: 768px) {
	
		.quform .quform-element-3_192 {
		padding: 0 !important;
	}
	
	.quform .quform-page-progress-type-tabs {
		margin: 0 0 40px;
		padding: 0;
	}
	.quform .quform-page-progress-type-tabs .quform-page-progress-tab {
		line-height: 1.1;
		margin: 0 6px;
	}
	.quform .quform-element-page {
		padding: 10px;
	}

	.quform .quform-input-3_10 .quform-options {
		display: flex;
		position: relative;
	    width: 100%;
	    margin: 0 auto !important;
	}
	.quform .quform-input-3_10 .quform-options .quform-option {
		padding: 0;
		width: calc(100% / 3) !important;
	}
	.quform .quform-input-3_10 .quform-options .quform-option:first-child {
		margin-right: 10px !important;
	}
	.quform .quform-input-3_10 .quform-options .quform-option:last-child {
		margin-left: 10px !important;
	}
	.quform .quform-input-3_10 .quform-options .quform-option .quform-option-label {
		height: 80px;
		font-size: 18px;
		line-height: 1.1;
		align-items: center;
		padding: 0;
	}
	.quform .quform-element-row-3_17 {
		display: flex;
	}
	.quform .quform-element-row-3_17 .quform-element-date {
		padding: 0;
	}
	.quform .quform-input-3_125 .quform-options {
		display: flex;
		position: relative;
	    width: 100%;
	    margin: 0 auto !important;
		flex-wrap: wrap;
	}
	.quform .quform-input-3_125 .quform-options .quform-option {
		width: 50% !important;
	}
	.quform .quform-input-3_125 .quform-options .quform-option:nth-child(odd) {
		padding-left: 0;
	}
	.quform .quform-input-3_125 .quform-options .quform-option:nth-child(even) {
		padding-right: 0;
	}
	.quform .quform-input-3_125 .quform-options .quform-option label {
		font-size: 18px;
	}
	.quform .quform-element-3_75 > .quform-spacer,
	.quform .quform-element-3_127 > .quform-spacer,
	.quform .quform-element-3_128 > .quform-spacer,
	.quform .quform-element-3_129 > .quform-spacer {
		height: auto;
		padding: 10px;
		padding-top: 175px;
		background-position: 50% 4px;
	}
	.quform .quform-inner-3_130,
	.quform .quform-inner-3_188,
	.quform .quform-inner-3_201{
		padding: 0;
	}
	.quform .quform-button-back button,
	.quform-1 .quform-element-submit.quform-button-style-theme .quform-button-back button {
		width: auto !important;
	    background-size: 18px;
	    background-position: calc(100% - 10px) 50%;
	    padding: 5px 34px 5px 5px;
	}
	.quform .quform-button-next button, 
	.quform .quform-element-submit.quform-button-style-theme .quform-button-next button {
	    background-size: 18px;
	    background-position: 10px 50%;
	    padding: 5px 5px 5px 34px;
	}
	.quform .quform-button-back button .quform-button-text,
	.quform .quform-element-submit.quform-button-style-theme .quform-button-back button .quform-button-text {
		font-size: 16px;
	    line-height: 42px;
	    padding: 0 20px;
	    height: 42px;
	}
	.quform .quform-button-next button .quform-button-text, 
	.quform .quform-element-submit.quform-button-style-theme .quform-button-next button .quform-button-text {
		font-size: 16px;
	    line-height: 42px;
	    padding: 0 20px;
	    height: 42px;
	}
	.quform .quform-element-3_197,
	.quform .quform-element-3_192 {
		padding: 0;
	}
	
	.quform .quform-element-3_197 .quform-input-3_197,
	.quform .quform-element-3_192 .quform-input-3_192 {
		width: 33% !important;
	}






	.quote-result {
		padding: 0;
		flex-wrap: wrap;
	}
	.quote-result .reassurance {
		width: 100%;
		padding: 0;
	}
	.quote-result .reassurance .hundred-health {
		position: relative;
	    top: auto;
	    left: auto;
	    padding: 0;
	    width: 100%;
	}
	.quote-result .reassurance .example {
		width: 100%;
	}
	.quote-result .reassurance .example {
		margin: 0;
		padding: 0;
	}
	.quote-result .offers {
		width: 100%;
	}
	.quote-result .offers .offer:first-child {
		padding-left: 0px;
	}
	.quote-result .offers .offer:last-child {
		padding-right: 0px;
	}
	.quote-result .offers .offer .header .title {
		font-size: 16px;
	}
	.quote-result .offers .offer .body .price {
		font-size: 30px;
		line-height: 16px;
	}
	.quote-result .offers .offer .body .price small {
		font-size: 16px;
	}
	.quote-result .offers .offer .body .benefits .benefit .title {
		font-size: 16px;
    	line-height: 22px;
	}
	.quote-result .offers .offer .body .benefits .benefit .description {
		font-size: 14px;
    	line-height: 16px;
	}
	.quote-result .offers .offer .body .benefits .price {
		line-height: 22px;
	}
	.quote-result .offers .offer .body .actions a.btn {
		height: auto;
	}
	.quote-result .offers .offer .body .actions a.btn .text {
		line-height: 13px;
		padding: 4px 8px;
	}

	.quform-3 .quform-element-3_75>.quform-spacer,
	.quform-3 .quform-element-3_127>.quform-spacer,
	.quform-3 .quform-element-3_128>.quform-spacer,
	.quform-3 .quform-element-3_129>.quform-spacer {
		padding-left: 0 !important;
		padding: 10px 10px !important;
		height: auto !important;
		padding-top: 174px !important;
		background-position: center 4px !important;
	}
	.quform-3 .quform-element-3_198{
		padding: 0;
	}
	.quform-3 .quform-input-3_198{
		width: 33%!important;
	}
	.quform-3 .quform-inner-3_198 .quform-description{
		width: 66%!important;
	}
	
	
	/*test*/
}