.logo- p{
	font-size: 13px;
}
.price-box {
	margin: 24px auto;
	background: transparent;
	border-radius: 0;
	/* padding: 40px 15px; */
	width: 67%;
}

.ui-widget-content {
	border: 1px solid #bdc3c7;
	background: #e1e1e1;
	color: #222222;
	margin-top: 4px;
	width: 100%;
	margin: 0px auto;
	font-size: 1.3em;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 2em;
	height: 2em;
	cursor: default;
	margin: 3px -10px auto !important;
	line-height: 15px;
	color: #FFFFFF;
	font-size: 11px;
	box-shadow: 5px 5px 9px 0px rgb(0 0 0 / 75%);
	-webkit-box-shadow: 5px 5px 9px 0px rgb(0 0 0 / 75%);
	-moz-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.75);
}

.ui-slider .ui-slider-handle label{
	cursor: pointer;
}

.ui-slider .ui-slider-handle .glyphicon {
	color: #FFFFFF;
	font-size: 13px;
	opacity: 0.5;
}

.ui-corner-all {
	border-radius: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -0.6em;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
	border: 1px solid #ffffff;
	background: #236890;
}

.ui-slider-horizontal .ui-slider-handle {
	margin-left: -0.5em;
}

.ui-slider .ui-slider-handle {
	cursor: pointer;
}

.ui-slider span,
.ui-slider span:focus {
	cursor: pointer;
	outline: none;
}

.price, .lead p {
	font-weight: 600;
	font-size: 32px;
	display: inline-block;
	line-height: 60px;
}

h4.great {
	/* background: #fff; */
	margin: 0 0 7px;
	padding: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	/* border-radius: 5px; */
	display: inline-block;
	-moz-box-shadow:    2px 4px 5px 0 #ccc;
	/* -webkit-box-shadow: 2px 4px 5px 0 #ccc; */
	/* box-shadow:         2px 4px 5px 0 #ccc; */
}

h3.great {
	color: #fff;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 7px;
}
h3.great span{
	font-size: 16px;
	font-weight: 800;
}
h3.great span sup{
	font-size: 13px;
	font-weight: 200;
}
.total {
	border-bottom: 1px solid #7f8c8d;
	/*display: inline;
	padding: 10px 5px;*/
	position: relative;
	padding-bottom: 20px;
}

.total:before {
	content: "";
	display: inline;
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 3px;
	background: #7f8c8d;
	opacity: 0.5;
}

.price-slider {
	margin-bottom: 12px;
	position: relative;
}

.price-slider span {
	font-weight: 200;
	display: inline-block;
	color: #fff;
	font-size: 11px;
}

.form-pricing {
	background: transparent;
	padding: 0;
	border-radius: 4px;
	color: #fff;
	text-align: left;
}

.price-form {
	background: #ffffff;
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	/*-moz-box-shadow:    0 5px 5px 0 #ccc;
  	-webkit-box-shadow: 0 5px 5px 0 #ccc;
  	box-shadow:         0 5px 5px 0 #ccc;*/
}

.form-group {
	margin-bottom: 0;
}

.form-group span.price {
	font-weight: 200;
	display: inline-block;
	color: #7f8c8d;
	font-size: 14px;
}

.help-text {
	display: block;
	margin-top: 32px;
	margin-bottom: 10px;
	color: #737373;
	position: absolute;
	/*margin-left: 20px;*/
	font-weight: 200;
	text-align: right;
	width: 188px;
}

.price-form label {
	font-weight: 200;
	font-size: 21px;
}

img.payment {
	display: block;
    margin-left: auto;
    margin-right: auto
}

.ui-slider-range-min {
	background: #236890;
}
.header-simulateur{line-height: 7px;text-align: left;margin: 0 auto;margin-bottom: 10px;}
.header-simulateur h6{margin: 0;}
.header-simulateur h4{
	margin: 0;
	margin: 5px 0px;
}
.header-simulateur small{
	margin: 0;
	line-height: 11px;
	font-size: 10px;
}
/* HR */

hr.style {
	margin-top: 0;
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

.pricing-content .btn-plan{
	border: 2px solid #fff;
	bottom: 10px;
	color: #fff;
}

.accordion-item{
	border: none !important;
	box-shadow: none;
}
.accordion-button:not(.collapsed){
	background-color: transparent !important;
	box-shadow: none;
}
.accordion-button::after{
	margin-left: 15px !important;
	background-size: cover;
}

.accordion-button.collapsed::after {
	background: url("../img/plus.svg");
	background-size: cover;
}
  
.accordion-button:not(.collapsed)::after {
	background: url("../img/minus.png");
	background-size: cover;
}

@media screen and (max-width: 461px){
    .price-slider span.remq {
        display: none;
    }
}