

.box_js_tooltip{
	position: absolute;

	background: linear-gradient(to bottom, #FFF 0%, #d9d9d9 100%);
	
	padding: 17px 20px 10px 20px;	
	
	border: 1px solid #ababab;
	font-family:'Code Pro W01 Regular';
	font-size: 14px;
	box-shadow: -7px 7px 9px rgba(0, 0, 0, 1);
	cursor: default;
	color: black;
	line-height: 1.4;
	width: 450px;
	z-index: 3;

	display: none;	
}
.box_js_tooltip .libelle{
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}
.box_js_tooltip .infos{
	font-size: 17px;
}


/* premium plan
-------------------------------*/
.box-plan{
	width: 820px;
	padding-bottom: 30px;

}
.box-plan .box-title{
	margin-bottom: 22px;
}

.box-steps{
	display: -webkit-flex;
	display: flex;
	font-size: 17px;
	font-family:'Avenir Next LT W01 Bold';
	margin-bottom: 8px;
	padding-right: 20px;	
}
.box-steps .step{
	-webkit-flex: 1;
	flex: 1;
	width: 33%;
	line-height: 1;
	padding: 5px 0 3px 0;
	text-align: center;
	
	position: relative;
	background-image: url(images/box-step.png);
	background-size: 100% 100%;
}
.box-steps a:hover{
	background-image: url(images/box-step-current.png);
	color: white;
}
.box-steps .current{
	background-image: url(images/box-step-current.png);
	color: white;

}

/*
la : free / 0.99 / 1.49
lb : actif / silver / gold
lx : l1
     l2
     (...)
*/
.box-plan-table .la,
.box-plan-table .lb,
.box-plan-table .lc,
.box-plan-table .ld,
.box-plan-table .lx > div
{
	display: -webkit-flex;
	display: flex;	
	overflow: hidden;
}

.box-plan-table .lx > div:last-of-type > div{
	padding-bottom: 34px;
}

.box-plan-table .c1{
	-webkit-flex: 1;
	flex:1;
	width: 25%;
	padding-left: 38px;
	text-align: left;
}
.box-plan-table .c2,
.box-plan-table .c3,
.box-plan-table .c4{
	-webkit-flex: 1;
	flex:1;
	width: 25%;
	padding: 0 12px;
	position: relative;
	text-align: center;
}

.box-plan-table .lx .c1,
.box-plan-table .lx .c2,
.box-plan-table .lx .c3,
.box-plan-table .lx .c4{
	_height: 45px;
	border-top: 1px solid #bfbfbf;	
}
.box-plan-table .lx  .c2:before,
.box-plan-table .lx  .c3:before,
.box-plan-table .lx  .c4:before{
	content: '';
	display: block;
	margin-right: 12px;
	height: 150%;
	position: absolute;
	top: -25%;
	left: 12px;
	width: auto;
	right: 0;
	box-shadow: -7px 0 9px rgba(0, 0, 0, 0.6);	
}

.box-plan-table .lx > div:first-of-type .c2:before,
.box-plan-table .lx > div:first-of-type .c3:before,
.box-plan-table .lx > div:first-of-type .c4:before{
	position: absolute;
	top: auto;
	bottom: 0;
	left: 12px;	
	height: 100%;
	box-shadow: -7px 7px 9px rgba(0, 0, 0, 0.6);
}
.box-plan-table .lx > div:last-of-type .c2:before,
.box-plan-table .lx > div:last-of-type .c3:before,
.box-plan-table .lx > div:last-of-type .c4:before{
	position: absolute;
	top: auto;
	bottom: 36px;
	left: 12px;
	box-shadow: -7px 7px 9px rgba(0, 0, 0, 0.6);
}

.box-plan-table .c4{
	background-color: #df0125;
}

.box-plan-table .cc{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	min-height: 45px;
	padding: 8px 0;
	margin: -1px 0;
}
.box-plan-table .cc p{
	margin: 0;
	padding: 0;
}
.box-plan-table .c1 .cc{
	padding: 0;
}
.box-plan-table .c2 .cc,
.box-plan-table .c3 .cc,
.box-plan-table .c4 .cc{
	background-color: white;
	font-weight: bold;
}

.box-plan-table .la .cc,
.box-plan-table .lb .cc,
.box-plan-table .lc .cc
{
	box-shadow: -7px 7px 9px rgba(0, 0, 0, 0.6);	
}

.box-plan-table .lx > div:nth-of-type(odd) .c2 .cc{
	background-color: #e7f4fb;
}
.box-plan-table .lx > div:nth-of-type(odd) .c3 .cc{
	background-color: #dfe0e1;
}
.box-plan-table .lx > div:nth-of-type(odd) .c4 .cc{
	background-color: #f0e7d0;
}

.box-plan-table .cc .vc{
	width: 100%;
}


.box-plan-table{
	font-family:'Code Pro W01 Regular';
}

.box-plan-table .lb > div{
	padding-bottom: 10px;
	padding-top: 34px;
}
.box-plan-table .la .cc{
	background-color: white;
	border: 1px solid #000;
	font-size: 27px;
	color: #df0125;
}
.box-plan-table .lb .c4 .popular{
	color: white;
	left: 0;
	top: 10px;
	width: 100%;
	text-align: center;
	position: absolute;
	font-weight: bold;
	font-size: 17px;
}
.box-plan-table .lb .c2 .current,
.box-plan-table .lb .c3 .current,
.box-plan-table .lb .c4 .current
{
	color: #0db8ee;
	left: 0;
	top: 10px;
	width: 100%;
	text-align: center;
	position: absolute;
	font-weight: bold;
	font-size: 16px;
}


.box-plan-table .la .cc span.small{
	font-size: 12px;
	font-weight: normal;
	color: black;
}
.box-plan-table .la .cc span.euro{
	color: black;
}


.box-plan-table .la > div{
	padding-bottom: 15px;
}
.box-plan-table .lb .cc{
	background-size: 100% 100%;
	color: white;
	font-size: 27px;
}
.box-plan-table .lb .c2 .cc{
	background-image: url(images/box-table-actif.png);
	color: black;
}
.box-plan-table .lb .c3 .cc{
	background-image: url(images/box-table-silver.png);
}
.box-plan-table .lb .c4 .cc{
	background-image: url(images/box-table-gold.png);
}
.box-plan-table .lb .cc span.small{
	font-size: 14px;
	display: block;
}


.box-plan-table .lc > div{
	padding-bottom: 10px;

}
.box-plan-table .la .cc,
.box-plan-table .lc .cc{
	background-color: white;
	border: 1px solid #000;
	font-size: 28px;
	color: #df0125;
	height: 100%;
}

.box-plan-table .la .cc span.reg,
.box-plan-table .lc .cc span.reg{
	font-size: 12px;
	font-weight: normal;
	color: black;
	display: block;
}
.box-plan-table .la .cc span.small,
.box-plan-table .lc .cc span.small{
	font-size: 12px;
	font-weight: normal;
	color: black;
}
.box-plan-table .la .cc span.euro,
.box-plan-table .lc .cc span.euro{
	color: black;
}
.box-plan-table .la .cc span.more,
.box-plan-table .lc .cc span.more{
	font-size: 11px;
	color: black;
	display: block;
	font-weight: normal;
	margin-top: 5px;
	line-height: 1.2;
}

.box-plan-table .ld{
	margin-top: 10px;
}
.box-plan-table .ld .button{
	background-color: #0db8ee;
	color: white;
	line-height: 30px;
	font-weight: bold;
}
.box-plan-table .ld .c4{
	background-color: transparent;
}


.box-plan-q{
	font-family:'Code Pro W01 Regular';
	margin-top: 15px;
}
.box-plan-q-title{
	font-size: 20px;
	margin-bottom: 20px;
}
.box-plan-q ul{
	padding-left: 10px;
}
.box-plan-q li .q{
	padding: 4px 9px;
	text-transform: uppercase;
	cursor: pointer;
	background-image: url(images/fleche-more.png);
	background-position: right 10px center;
	background-size: 14px;
	background-repeat: no-repeat;
}
.box-plan-q li:nth-of-type(odd){
	background-color: white;
}
.box-plan-q li.active .q{
	background-image: url(images/icon-close.png);
}
.box-plan-q li .r{
	display: none;
	color: #0db8ee;
	padding: 8px 60px;
}

/* Step 2
---------------------------*/
.box-plan-2{
	width: 820px;
	padding-bottom: 30px;

}
.box-plan-2 .box-title{
	margin-bottom: 22px;
}

.box-plan-2-channel,
.box-plan-2-billing{
	font-size: 16px;
}

.box-plan-2-channel{
	margin-top: 30px;
}
.box-plan-2-billing{
	margin-top: 20px;
}

.box-plan-2 select{
	border: 1px solid #000;
	background-color: white;
	margin-bottom: 10px;
	font-size: 16px;
	padding: 4px 6px;
}

.box-plan-2-important{
	background-color: rgba(0, 0, 0, 0.05);
	padding: 10px;
}
.box-plan-2-important.error{
	border: 1px solid #df0125;
}
.box-plan-2-important input[type="checkbox"]{
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 8px;
}

.box-plan-2-promo-code input[type="text"]{
	width: auto;
}


.plan-2-paypal{
	text-align: center;
	min-height: 100px;
}
.plan-2-paypal.loading{
	background-image: url(images/paypal/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100px auto;
}
.plan-2-paypal img{
	display: inline-block;
}
.paypal-cards{
	width: 200px;
	
}