#comparateur_matelas sub, #comparateur_matelas sup {
	font-size: 55%;
	bottom: 0;
}

#comparateur_matelas {
	padding-top: 105px;
}

#comparateur_matelas .top_bar {
	padding: 22px 15px;
	border-bottom: 1px solid rgba(109, 109, 109, .2);
	position: relative;
}

#comparateur_matelas .top_bar .title {
	color: #282828;
	font-size: 28px;
	font-weight: 300 !important;
	line-height: 36px;
	text-align: center;
	margin: 0;
	position: relative;
}

#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected .counter,
#comparateur_matelas .top_bar .title br {
	display: none;
}

@media screen and (max-width: 960px){
	
	#comparateur_matelas .top_bar .title {
		font-size: 16px;
		font-weight: 500 !important;
		line-height: 19px;
	}
	
	#comparateur_matelas .top_bar .title br {
		display: block;
	}
}

#comparateur_matelas .top_bar > .btn_visite {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 40px;
	width: 30px;
	height: 30px;
	background-image: url(../images/visite.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	margin: auto;
	cursor: pointer;
}

#comparateur_matelas .top_bar > .btn_visite .result_tooltip {
	position: absolute;
	top: 120%;
	right: 0;
	color: #6D6D6D;
	font-size: 16px;
	font-style: italic;
	line-height: 26px;
	text-align: center;
	min-width: 60px;
    background: #fff;
    padding: 7px 10px;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0 2px 10px 0 rgba(40,40,40,0.05);
	box-shadow: 0 2px 10px 0 rgba(40,40,40,0.05);
	background-color: #FFFFFF;
	white-space: nowrap;
	z-index: 1;
	visibility: hidden;
}

#comparateur_matelas .top_bar > .btn_visite .result_tooltip:before {
	content: "";
	position: absolute;
	top: -5px;
	right: 10px;
	margin: auto;
	height: 10px;
	width: 10px;
	-moz-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	background-color: #FFFFFF;
}

#comparateur_matelas .top_bar > .btn_visite:hover .result_tooltip {
	opacity: 1;
	z-index: 9999999;
	visibility: visible;
}

#comparateur_matelas .top_bar .top_bar_selected {
	padding: 0 225px;
	position: relative;
}

#comparateur_matelas .top_bar .top_bar_selected .btn-back {
	color: #6D6D6D;
	font-family: "Times New Roman";
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
	padding-left: 50px;
}

#comparateur_matelas .top_bar .top_bar_selected .btn-back:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 35px;
	background-image: url(../images/back.svg);
	background-position: center center;
	background-size: 24px auto;	
	background-repeat: no-repeat;
}

#result_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#result_content .side_bar {
    max-width: 310px;
    -webkit-flex: 0 0 310px;
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
	background: #ffffff;
	border-right: 1px solid rgba(109, 109, 109, .2);
	position: relative;
	min-height: 700px;
}

#result_content .side_bar .side-header {
	height: 80px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(109, 109, 109, .2);
	position: relative;
	padding: 0 20px; 
	padding-right: 50px;
}

#result_content .side_bar .side-header p {
	color: #A59063;
	font-size: 22px;
	font-style: italic;
	line-height: 26px;
	margin: 0;
}

#result_content .side_bar .side-header:after {
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 30px;
	height: 30px;
	margin: auto;
	background-image: url(../images/filters.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

#result_content .side_bar #next_side .side-header:after {
	display: none;
}

#result_content .side_bar .side_content .item {
	padding: 10px 20px;
    border-bottom: 1px solid rgba(109, 109, 109, .2);
	position: relative
}

#result_content .side_bar #next_side .side_content  {
	padding: 20px 0;
}
#result_content .side_bar .side_content .item#matelas_type ,
#result_content .side_bar .side_content .item:last-of-type,
#result_content .side_bar #next_side .item {
	border: none;
}

#result_content .side_bar #next_side .item .inner-item {
	min-height: 50px;
	position: relative;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	padding-left: 50px;
}
#result_content .side_bar #next_side .item .inner-item:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50px;
	right: 0;
	border: 1px solid #BABABA;
}

#result_content .side_bar #next_side .item .inner-item h5 {
	padding: 13px 0;
	padding-left: 15px;
	padding-right: 50px;
	margin: 0;
	color: #282828;
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
	text-transform: uppercase;
}

#result_content .side_bar #next_side .item .inner-item .img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50px;
	background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}

#result_content .side_bar #next_side .item .inner-item .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	background-image: url(./../../images/icons/icon-close.svg);
	background-size: 15px auto;
    background-position: 5px center;
    background-repeat: no-repeat;
	cursor: pointer;
}


#result_content .side_bar #next_side .item.vide .inner-item {
	border: 1px dashed #BABABA;
	padding: 0;
} 

#result_content .side_bar #next_side .item.vide .inner-item:before {
	display: none;
}

#result_content .side_bar #next_side .item.vide .inner-item p {
	margin: 0;
    text-align: center;
    width: 100%;
	color: #BABABA;
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	padding: 16px 0;
}

#result_content .side_bar .side_content .item:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background-color: #A59063;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	
}

#result_content .side_bar .side_content .item.active:after {
	width: 5px;
}

#result_content .side_bar .side_content .item.open:after {
	width: 0;
}

#result_content .side_bar .side_content .item .title {
	color: #282828;
	font-size: 12px;
	font-weight: 600 !important;
	letter-spacing: 1px;
	line-height: 14px;
	position: relative;
	padding: 9px 0;
    padding-right: 32px;
	cursor: pointer;
	margin-bottom: 0;
}

#result_content .side_bar .side_content .item.open .title  {
	margin-bottom: 10px;
}

#result_content .side_bar .side_content .item .title:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 32px;
	height: 32px;
	background-image: url(./../../images/icons/picto-chevron-right.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 10px auto;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#result_content .side_bar .side_content .item .inner-item {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#result_content .side_bar .side_content .item .inner-select {
	max-height: 100px;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#result_content .side_bar .side_content .item .inner-select span {
	color: #A59063;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 21px;
}
#result_content .side_bar .side_content .item .inner-select span:not(:last-of-type):after {
	content: "+";
}

#result_content .side_bar .side_content .item.open .inner-item {
	max-height: 500px;
}

#result_content .side_bar .side_content .item.open .inner-select {
	max-height: 0;
}

#result_content .side_bar .side_content .item.open .title:after {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#result_content .side_bar .side_content .item .champs:after {
	content: "";
	display: block;
	clear: both;
}
#result_content .side_bar .side_content .item .champs .champ {
	width: 33.333333%;
	float: left;
	text-align: center;
	padding: 5px;
}

#result_content .side_bar .side_content .item .champs .champ {
	color: #6D6D6D;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	text-align: center;
}

#result_content .side_bar .side_content .item .champs.champs-4 .champ:nth-of-type(n+3) {
	margin-top: 10px;
}

#result_content .side_bar .side_content .item .champs.champs-4 .champ {
	width: 50%;
}

#result_content .side_bar .side_content .item .champs.full .champ {
	width: 100%;
}

#result_content .side_bar .side_content .item .champs.full .champ label {
	width: 100%;
	height: 25px;
	position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#result_content .side_bar .side_content .item .champs.full .champ label.range {
	padding: 0 8px;
	position: relative;
}

#result_content .side_bar .side_content .item .champs .champ label.range:after {
	content: "";
	position: absolute;
	top: 0;
	left: 8px;
	bottom: 0;
	right: 8px;
	height: 2px;
	background: #D8D8D8;
	border-radius: 1px;
	margin: auto;
}

#result_content .side_bar .side_content .item .champs.full .champ label .points {
	position: absolute;
	top: -2px;
	left: 8px;
	right: 8px;
	height: 2px;
	bottom: 0;
	margin: auto;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#result_content .side_bar .side_content .item .champs.full .champ label .points span {
	width: 5px;
	max-width: 5px;
	height: 5px;
	background: transparent;
	border-radius: 50%;
    border: none;
	position: relative;
	margin: 0;
}

#result_content .side_bar .side_content .item .champs.full .champ label .points span:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #D8D8D8;
	border-radius: 50%;
    border: none;
	margin: auto;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}

/*
#result_content .side_bar .side_content .item .champs.full .champ label .points span:after {
	display: none;
}
*/
/*
#result_content .side_bar .side_content .item .champs.full .champ label .points span:first-of-type,
#result_content .side_bar .side_content .item .champs.full .champ label .points span:first-of-type:after {
	margin-left: 0;
}

#result_content .side_bar .side_content .item .champs.full .champ label .points span:last-of-type,
#result_content .side_bar .side_content .item .champs.full .champ label .points span:last-of-type:after {
	margin-right: 0;
}
*/

#result_content .side_bar .side_content .item .champs .champ input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  outline: none;
  height: 25px;
  background: transparent;
  outline: none !important;
  border: none !important;
  z-index: 1;
  position: relative;
}

#result_content .side_bar .side_content .item .champs .champ input[type='range']::-moz-focus-outer { 
	border: 0; 
}

#result_content .side_bar .side_content .item .champs.full .champ .list_range {
	list-style: none;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

#result_content .side_bar .side_content .item .champs.full .champ .list_range li {
	color: #6D6D6D;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
}

#result_content .side_bar .side_content .item .champs.full .champ p {
	color: #A59063;
	font-size: 18px;
	font-style: italic;
	line-height: 21px;
	text-align: center;
	font-weight: 500;
}

#result_content .side_bar .side_content .item .champs.full .champ p span {
	font-weight: 400;
	display: inline-block;
}

#result_content .side_bar .side_content .item .champs .champ input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	background: #ffffff;
	border-radius: 50%;
	border: 1px solid rgba(109, 109, 109, .2);
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-image: url(../images/leftright-dore.svg);
}

#result_content .side_bar .side_content .item .champs .champ input[type=range].active::-webkit-slider-thumb {
	background-color: #A59063;
	background-image: url(../images/leftright.svg);
}

#result_content .side_bar .side_content .item .champs.full .champ input[type=range]::-moz-range-thumb {
	width: 25px;
	height: 25px;
	background: #ffffff;
	border-radius: 50%;
	border: 1px solid rgba(109, 109, 109, .2);
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-image: url(../images/leftright-dore.svg);
}

#result_content .side_bar .side_content .item .champs.full .champ input[type=range].active::-moz-range-thumb {
	background-color: #A59063;
	background-image: url(../images/leftright.svg);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#result_content .side_bar .side_content .item .champs .champ input[type=range] {
		height: 80px;
	}
	
	#result_content .side_bar .side_content .item .champs.full .champ label .points {
		top: -15px;
	}
	
	#result_content .side_bar .side_content .item .champs .champ label.range::after {
		top: -14px;
	}
	
	#comparateur_matelas .compare_pays.isfixed,
	#comparateur_matelas .comparateur_matelas_selected .calculer.isfixed {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
	}
}


input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #777;
    background: transparent;
    border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
    background: #ddd;
    background: transparent;
    border-radius: 10px;
}

input[type=range]::-ms-thumb {
    width: 25px;
	height: 25px;
	background: #ffffff;
	border-radius: 50%;
	border: 1px solid rgba(109, 109, 109, .2);
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-image: url(../images/leftright-dore.svg);
}

input[type=range].active::-ms-thumb {
	background-color: #A59063;
	background-image: url(../images/leftright.svg);
}

input[type=range]:focus::-ms-fill-lower {
    background: #888;
    background: transparent;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
    background: transparent;
}



#result_content .side_bar .side_content .item .champs .champ input[type=range]{
	display: block;
}

#result_content .side_bar .side_content .item .champ input,
#result_content .side_bar .side_content .item .champ  .icheckbox_square {
	display: none;
}

#result_content .side_bar .side_content .item .champ label {
	position: relative;
	cursor: pointer;
	margin: 0;
}

#result_content .side_bar .side_content .item .champ label span {
	display: block;
	max-width: 24px;
	height: 24px;
	margin: auto;
	border: 1px solid rgba(109, 109, 109, .2);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	margin-bottom: 5px;
}

#result_content .side_bar .side_content .item .champ label span:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(./../../images/icons/ui-checkbox.svg);
	background-position: center;
	background-size: 100% auto;
	background-color: #A59063;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
	-moz-transform: scale(.5);
	-webkit-transform: scale(.5);
	-o-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#result_content .side_bar .side_content .item .champ label input:checked + span:after {
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#result_content .side_bar .side_content .items_reset_all {
	display: none !important;
}

#result_content .side_bar #next_side {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: #ffffff;
	z-index: 1;
}

#result_content .side_bar #next_side.active {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}


#result_content .side_bar #next_side .btns {
	padding: 0 20px 30px; 
	text-align: center;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#result_content .side_bar #next_side .btns:after {
	content: "";
	clear: both;
	display: block;
}

#result_content .side_bar #next_side .btns .btn {
	padding: 18px 25px;
	border: 1px solid #A59063;
	max-width: 50%;
	-webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

#result_content .side_bar #next_side .btns .btn.btn-cancel {
	color: #A59063;
	background-color: #ffffff;
	border: 1px solid #A59063;
	margin-right: 5px;
}

#result_content .side_bar #next_side .btns .btn.btn-cancel:hover {
	color: #ffffff;
	background-color: #A59063;
}

#result_content .result {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

#result_content .result .header_result {
	height: 80px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(109, 109, 109, .2);
}

#result_content .result .header_result .counter {
	border-right: 1px solid transparent;
	padding: 5px 20px;
	position: relative;
}

#result_content .result .header_result .counter:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 80px;
	border-right: 1px solid rgba(109, 109, 109, .2);
}

#result_content .result .header_result .counter h6 {
	color: #282828;
	font-size: 14px;
	font-weight: 500 !important;
	line-height: 30px;
	text-align: center;
	margin: 0;
}

#result_content .result .header_result .counter h6 span {
	display: block;
	color: #A59063;
	font-family: Montserrat;
	font-size: 40px;
	font-weight: 600 !important;
	line-height: 100%;
	text-align: center;
}

#result_content .result .header_result .is_selected  {
	 -webkit-flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
	padding: 0 30px;
	position: relative;
}

#result_content .result .header_result .is_selected label {
	color: #6D6D6D;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.86px;
	line-height: 14px;
	padding-left: 45px;
	position: relative;
	cursor: pointer;
	margin: 0;
}

#result_content .result .header_result .is_selected label span {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 20px;
	-webkit-border-radius: 10.5px;
	border-radius: 10.5px;
	border: 1px solid #6D6D6D;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#result_content .result .header_result .is_selected label span:after {
	content: "";
	position: absolute;
	margin: auto;
	height: 10px;
	width: 10px;
	top: 0;
	left: 5px;
	bottom: 0;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
	background-color: #6D6D6D;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#result_content .result .header_result .is_selected label input:checked ~ span {
	background-color: #A59063;
	border: none;
}

#result_content .result .header_result .is_selected label input:checked ~ span:after {
	right: 5px;
	left: auto;
	background-color: #FFFFFF;
}

#result_content .result .header_result .is_selected:after {
	content: "";
	opacity: 0.2;
	background-color: #6D6D6D;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	min-height: 80px;
	margin: auto;
	width: 1px;
}

#result_content .result .header_result .is_selected input {
	display: none;
}

#result_content .result .header_result .filter-item {
	 -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	padding: 0 125px 0 15px;
	position: relative;
}

#result_content .result .header_result .filter-item .reset_all {
	color: #A59063;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.86px;
	line-height: 30px;
	text-align: center;
	min-width: 100px;
	border: 1px solid #A59063;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 25px;
	height: 30px;
}

#result_content .result .header_result .filter-item >  div {
	color: #6D6D6D;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
	min-height: 24px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	max-width: 120px;
	padding: 5px 32px 5px 10px;
	padding-right: 32px;
	border: 1px solid #BABABA;
	position: relative;
	overflow: hidden;
	margin-right: 15px;
	float: left;
}

#result_content .result .header_result .filter-item >  div.hidden_element {
	opacity: .5;
	z-index: -1;
}

#result_content .result .header_result .filter-item >  div a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 32px;
	height: 32px;
	margin: auto;
	background-image: url(./../../images/icons/icon-close.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 10px auto;
}

#result_content .result .header_result .filter-item .matelas_destine span:not(:last-of-type):after,
#result_content .result .header_result .filter-item .matelas_dorme span:not(:last-of-type):after,
#result_content .result .header_result .filter-item .matelas_type span:not(:last-of-type):after {
	content: "+";
}

#result_content .result .header_result .switch_icons {
	padding: 0 30px;
	position: relative;
}

#result_content .result .header_result .switch_icons:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 79px;
	background: #f5f5f5;
	margin: auto;
}

#result_content .result .header_result .switch_icons:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 80px;
	margin: auto;
	border-left: 1px solid rgba(109, 109, 109, .2);
}

#result_content .result .header_result .switch_icons a {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	display: inline-block;
	position: relative;
	margin: 0 5px;
	float: left;
}

#result_content .result .header_result .switch_icons a .result_tooltip {
	position: absolute;
	top: 100%;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #6D6D6D;
	font-size: 16px;
	font-style: italic;
	line-height: 26px;
	text-align: center;
	min-width: 60px;
    background: #fff;
    padding: 7px 10px;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0 2px 10px 0 rgba(40,40,40,0.05);
	box-shadow: 0 2px 10px 0 rgba(40,40,40,0.05);
	background-color: #FFFFFF;
}

#result_content .result .header_result .switch_icons a .result_tooltip:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	margin: auto;
	height: 10px;
	width: 10px;
	-moz-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	background-color: #FFFFFF;
}

#result_content .result .header_result .switch_icons a:hover .result_tooltip  {
	opacity: 1;
}

#result_content .result .header_result .switch_icons a.grid {
	background-image: url(../images/grid.svg);
}

#result_content .result .header_result .switch_icons a.list {
	background-image: url(../images/list.svg);
}

#result_content .result .header_result .switch_icons a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 32px;
	height: 32px;
	background-image: url("");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	opacity: 0;
}

#result_content .result .header_result .switch_icons a.grid:after {
	background-image: url(../images/grid-hover.svg);
}

#result_content .result .header_result .switch_icons a.list:after {
	background-image: url(../images/list-hover.svg);
}

#result_content .result .header_result .switch_icons a.active:after {
	opacity: 1;
}

#result_content .result .inner-result {
    padding: 25px 80px 25px 25px;
}

#result_content .box {
    width: 100%;
    padding: 5px;
	position: relative;
	max-width: 260px;
	z-index: 0;
	display: block
}

#result_content .box:hover {
	z-index: 1;
}

#result_content .box .inner-content:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 1;
}

#result_content .box .inner-content {
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
	-webkit-box-shadow: 0 5px 20px 0 rgba(40,40,40,0.1);
	box-shadow: 0 5px 20px 0 rgba(40,40,40,0.1);
}

#result_content .box .inner-content:before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	background: #fff;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#result_content .box .inner-content:hover:before {
	opacity: 1;
}

#result_content .box .img {
    max-width: 100%;
    height: 200px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}

#result_content .box .span_selected:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 200px;
	background-image: url(./../../images/icons/ui-checkbox-select.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 85% auto;
	opacity: 0;
	z-index: 1;
	-moz-transform: scale(.5);
	-webkit-transform: scale(.5);
	-o-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#result_content .box .content-text {
	position: relative;
	padding: 10px;
	padding-right: 30px;
}

#result_content .box h4 {
	font-size: 18px;
	line-height: 21px;
	font-weight: 400 !important;
	color: #282828;
	margin-bottom: 10px;
}

#result_content .box p {
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
	color: #A59063;
	margin-bottom: 5px;
}

#result_content .box .info {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	background-image: url(../images/info.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	cursor: pointer;
}
/*
#result_content .result .inner-result.grid .box:first-of-type {
	padding-top: 40px;
}

#result_content .result .inner-result.grid .box:nth-of-type(3) {
	padding-top: 40px;
}

#result_content .result .inner-result.grid .box:nth-of-type(4) {
	padding-top: 90px;
}
*/

#result_content .result .inner-result.grid .box.on-top  {
	padding-top: 40px;
}

#result_content .result .inner-result.grid .box.on-top:nth-of-type(2n){
	padding-top: 5px;
}

#result_content .result .inner-result.grid .box.on-top:nth-of-type(4n){
	padding-top: 90px;
}

@media screen and (max-width: 1455px){
	
}

#result_content .result .inner-result.list  {
	display: block;
}

#result_content .result .inner-result.list .box {
	max-width: 100%;
	width: 100%;
}

#result_content .result .inner-result.list .box .inner-content {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	position: relative;
}

#result_content .result .inner-result.list .box p {
	margin-bottom: 0;
}

#result_content  .box.selected .inner-content .span_selected {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 2px solid #A59063;
	background-color: rgba(255, 255, 255, .50);
	opacity: 0;
	-moz-transform: scale(.5);
	-webkit-transform: scale(.5);
	-o-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	z-index: 1;
}

#result_content  .box.selected .inner-content .span_selected,
#result_content  .box.selected .inner-content .span_selected:after {
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#result_content .result .inner-result.list .box .img {
	max-width: 200px;
	min-height: 100px;
	height: auto;
	-webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

#result_content .result .inner-result.list .box .inner-content .span_selected:after {
	background-size: 100px auto;
	height: auto;
	bottom: 0;
	width: 200px;
}

#result_content .result .inner-result.list .box .content-text {
	padding: 25px 50px 25px 25px;
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#result_content .result .inner-result.list .box .info {
	top: 0 ;
	bottom: 0;
	right: 25px;
	margin: auto;
}





#comparateur_matelas .comparateur_matelas_selected  {
	padding: 0 0;
}

#comparateur_matelas .comparateur_matelas_selected .top_bar {
	padding: 0 15px;
}

#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected {
	padding: 22px 300px;
	position: relative;
}

#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected .btns {
	position: absolute;
    top: 50%;
    margin: auto;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    right: 0;
}

#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected .btns:after {
	content: "";
	display: block;
	clear: both;
}

#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected .btns .btn {
	padding-left: 45px;
	position: relative;
	background: transparent;
	border: 1px solid #A59063;
	color: #A59063;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 16px;
	float: left;
}

#comparateur_matelas .comparateur_matelas_selected .btn-bottom {
	padding-top: 15px;
}

#comparateur_matelas .comparateur_matelas_selected .btn-bottom .btn {
	padding-left: 45px !important;
	position: relative;
	background: #A59063;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 16px;
	margin: 0 15px;
}

@media screen and (max-width: 580px){
	
	#comparateur_matelas .comparateur_matelas_selected .btn-bottom {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .btn-bottom .btn {
		font-size: 9px;
		line-height: 10px;
		padding: 17px 15px 17px 40px !important;
		max-width: 140px;
		text-align: left;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

#comparateur_matelas .comparateur_matelas_selected .btn-bottom .btn:hover {
	color: #004411;
}
#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected .btns .btn:hover {
	background:  #A59063;
	color: #ffffff;
}

#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected .btns .btn:after,
#comparateur_matelas .comparateur_matelas_selected .btn-bottom .btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 15px;
	width: 20px;
	height: 20px;
	bottom: 0;
	margin: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px auto;
}

#comparateur_matelas .comparateur_matelas_selected .btn-bottom .btn:first-of-type:after {
	background-image: url(./../../images/icons/icon-nous-trouver.svg);
}

#comparateur_matelas .comparateur_matelas_selected .btn-bottom .btn:last-of-type:after {
    background-image: url(../images/ui-form-calendar.svg);
}

#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected .btns .btn:last-of-type:after{
	background-image: url(./../../images/icons/icon-catalogue-pdf-h.svg);
}

#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected .btns .btn:last-of-type:hover:after{
	background-image: url(./../../images/icons/icon-catalogue-pdf.svg);
}

#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected .btn_close {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    margin: auto;
    left: 10px;
    padding-left: 30px;
	color: #6D6D6D;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
}

#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected .btn_close:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 15px;
	background-image: url(./../../images/icons/icon-close.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#comparateur_matelas .comparateur_matelas_selected .inner_content {
	padding: 0 40px;
	overflow: hidden;
}

#comparateur_matelas .comparateur_matelas_selected .inner_content > div {
	position: relative;
	padding-bottom: 250px;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected:not(.ps--active-x) > div .nav-prev,
#comparateur_matelas .comparateur_matelas_selected .inner-selected:not(.ps--active-x) > div .nav-next {
	display: none;
}

#comparateur_matelas .comparateur_matelas_selected .inner_content > div .nav-prev {
	position: absolute;
    left: -40px;
    top: 0;
    bottom: 250px;
    width: 100px;
    margin: auto;
	background: linear-gradient(-270deg, #F5F5F5 0%, #F5F5F5 49.96%, rgba(245,245,245,0) 100%);
} 

#comparateur_matelas .comparateur_matelas_selected .inner_content > div .prev-item {
	position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    background-image: url(../images/icon-slider-prev.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px auto;
    cursor: pointer; 
}
 
#comparateur_matelas .comparateur_matelas_selected .inner_content > div .nav-next {
	position: absolute;
    right: -40px;
    top: 0;
    bottom: 250px;
    width: 100px;
    margin: auto;
	background: linear-gradient(270deg, #F5F5F5 0%, #F5F5F5 49.96%, rgba(245,245,245,0) 100%);
}

#comparateur_matelas .comparateur_matelas_selected .inner_content > div .next-item {
	position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    cursor: pointer; 
	background-image: url(../images/icon-slider-next.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px auto;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	padding: 30px 0;
	overflow: hidden;
	overflow-x: hidden;
	position: relative;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected:not(.ps--active-x){
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 400px){
	#comparateur_matelas .comparateur_matelas_selected .inner-selected:not(.ps--active-x){
		-webkit-justify-content: normal;
		-ms-flex-pack: normal;
		justify-content: normal;
	}
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .ps__rail-x {
    position: absolute;
    left: 0px;
    right: 0px;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .ps__rail-x .ps__thumb-x {
	height: 6px;
	opacity: 0.3;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #282828;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item {
	max-width: 395px;
	position: relative;
	padding: 0 15px;
	-webkit-flex: 0 0 395px;
    -ms-flex: 0 0 395px;
    flex: 0 0 395px;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .img {
	height: 180px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
    left: 15px;
    right: 15px;
    z-index: -1;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .inner-item {
	margin: 0 10px;
	height: 100%;
	padding: 155px 20px 130px;
	position: relative;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .inner-item:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 140px;
	bottom: 0;
	background: #ffffff;
	z-index: -1;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .inner-item h4 {
	color: #282828;
	font-size: 24px;
	font-weight: 300 !important;
	line-height: 29px;
	margin: 0;
	padding-bottom: 5px;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .inner-item > p {
	color: #A59063;
	font-size: 18px;
	font-style: italic;
	line-height: 21px;
	position: relative;
	padding-bottom: 20px;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .inner-item > p:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 40px;
	background-color: #A59063;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .inner-item table {
	display: block;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .inner-item table td {
	padding: 10px 0;
	display: block;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .inner-item table td:first-of-type {
	color: #282828;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 14px;
	text-transform: uppercase;
	width: 95px;
	display: inline-block;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .inner-item table td:last-of-type { 
	padding-left: 20px;
	color: #6D6D6D;
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	display: inline-block;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .inner-item table td div {
	width: 50%;
	float: left;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .inner-item table td div span {
	display: block;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .btn-close {
	position: absolute;
	right: 15px;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(./../../images/icons/ui-close-square-on.svg) no-repeat center center;
	background-size: 30px auto;
	background-color: #A39161;
	cursor: pointer;
	z-index: 1;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item  .prixs {
	padding-top: 15px;
	margin-top: 10px;
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item  .prixs:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	opacity: 0.2;
	background-color: #6D6D6D;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item  .prixs:after {
	content: "";
	display: block;
	clear: both;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item  .prixs .prix {
	color: #282828;
	font-size: 16px;
	font-style: italic;
	line-height: 26px;
	width: 50%;
	float: left;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item  .prixs .prix  span.price {
	color: #A59063;
	font-size: 20px;
	font-style: italic;
	line-height: 34px;
	display: block;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item  .prixs .btns {
	text-align: right;
	width: 50%;
	float: left;
	padding-top: 26px;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item  .prixs .btns.no-padding {
	padding-top: 0;
}

#comparateur_matelas .comparateur_matelas_selected .inner-selected .item  .prixs .btns .btn {
	color: #A59063;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.86px;
	line-height: 14px;
	text-align: center;
	background: transparent;    
	border: 1px solid #A59063;
    padding: 9px 11px;
    text-transform: none;
}

#comparateur_matelas .comparateur_matelas_selected .calculer {
	background: #ffffff;
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	z-index: 999;
	padding: 15px !important;
}

#comparateur_matelas .comparateur_matelas_selected .calculer .inner_calculer {
	max-width: 1190px;
	margin: auto;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*#comparateur_matelas .comparateur_matelas_selected .calculer:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	background: #ffffff;
	z-index: -1;
	width: 100vw;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}*/

#comparateur_matelas .comparateur_matelas_selected .calculer .col {
	max-width: 33.333333%;
	-webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
	position: relative;
}

#comparateur_matelas .comparateur_matelas_selected .calculer .col.right {
	text-align: right;
	height: auto !important;
}

#comparateur_matelas .comparateur_matelas_selected .calculer p {
	color: #282828;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	margin: 0;
}

#comparateur_matelas .comparateur_matelas_selected .calculer p.mobile {
	display: none;
}

#comparateur_matelas .comparateur_matelas_selected .calculer .col:nth-of-type(2){
	text-align: center;
	min-height: 36px;
}

#comparateur_matelas .comparateur_matelas_selected .calculer .col > div {
	max-width: 190px;
	width: 100%;
	display: inline-block;
	position: relative;
	z-index: 0;
	position: absolute;
	bottom: 0;
	
}

#comparateur_matelas .comparateur_matelas_selected .calculer .col > div:first-of-type {
	padding-right: 15px;
	left: 0;
}

#comparateur_matelas .comparateur_matelas_selected .calculer .col > div:last-of-type {
	padding-left: 15px;
	right: 0;
}

#comparateur_matelas .comparateur_matelas_selected .calculer .col > div label {
	color: #282828;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 36px;
	display: block;
	font-weight: 400;
	margin: 0;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	z-index: -1;
	border-bottom: 1px solid #A59063;
}

#comparateur_matelas .comparateur_matelas_selected .calculer .col > div label.mobile {
	display: none;
}

#comparateur_matelas .comparateur_matelas_selected .calculer .col > div:first-of-type label {
	right: 15px;
}

#comparateur_matelas .comparateur_matelas_selected .calculer .col > div:last-of-type label {
	left: 15px;
}

#comparateur_matelas .comparateur_matelas_selected .calculer .col > div .custom-selector.opened ~ label {
	color: #A59063;
	z-index: 999;
}

#comparateur_matelas .comparateur_matelas_selected .calculer .col .custom-selector {
	padding: 0;
	position: relative;
}

#comparateur_matelas .comparateur_matelas_selected .calculer .col .selector-header {
	position: relative;
	text-align: left;
	padding: 5px 0;
	min-height: 36px;
	color: #282828;
	font-size: 16px;
	font-style: italic;
	line-height: 26px;
}

#comparateur_matelas .comparateur_matelas_selected .calculer .col .custom-selector.opened .selector-header {
	font-size: 0;
}

#comparateur_matelas .comparateur_matelas_selected .calculer .col .selector-header:after {
	right: 0;
	top: 0;
    bottom: 0;
    margin: auto;
	background-image: url(../images/back-to-top.svg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border: none;
}

#comparateur_matelas .comparateur_matelas_selected .calculer .col .selector-items {
    padding: 10px 0 0;
    text-align: left;
	list-style: none;
}

#comparateur_matelas .comparateur_matelas_selected .calculer .col .selector-items li {
	color: #282828;
	font-size: 16px;
	font-style: italic;
	line-height: 26px;
	cursor: pointer;
}

#comparateur_matelas .comparateur_matelas_selected .calculer .col > div.active .custom-selector:not(.opened) ~ label {
	height: 57px;
    top: -20px;
	color: #A59063;
}

#comparateur_matelas .comparateur_matelas_selected .calculer .col .custom-selector:after {
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	right: -15px;
	bottom: 0;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 2px 10px 0 rgba(40,40,40,0.05);
	box-shadow: 0 2px 10px 0 rgba(40,40,40,0.05);
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	z-index: -1;
}

#comparateur_matelas .comparateur_matelas_selected .calculer .col .custom-selector.opened:after {
	opacity: 1;
}

#result_content .custom-selector {
	display: none !important;
}

#comparateur_matelas #lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(40, 40, 40, .4);
	z-index: 99999;
}

#comparateur_matelas #lightbox.lightbox_detail,
#comparateur_matelas #lightbox.compare_pays_lightbox {
	z-index: 999999;
}

#comparateur_matelas #lightbox .content {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 780px;
	width: 100%;
}

#comparateur_matelas #lightbox .content .close {
	position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(./../../images/icons/ui-close-square-on.svg) no-repeat center center;
    background-size: 30px auto;
    background-color: #A39161;
    cursor: pointer;
	opacity: 1;
    z-index: 9;
}

#comparateur_matelas #lightbox .content .inner-content {
	max-height: 90vh;
	overflow: hidden;
	overflow-y: auto;
	position: relative;
}

#comparateur_matelas #lightbox .content .inner-content .img {
	-webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,0.1);
	box-shadow: 0 20px 30px 0 rgba(0,0,0,0.1);
	height: 57%;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
	overflow: hidden;
	position: relative;
}

#comparateur_matelas #lightbox .content .inner-content .detail {
	margin: -50px 30px 0;
	background: #ffffff;
	padding: 30px;
	position: relative;
	-webkit-box-shadow:: 0 20px 30px 0 rgba(0,0,0,0.1);
	box-shadow: 0 20px 30px 0 rgba(0,0,0,0.1);
}

#comparateur_matelas #lightbox .content .inner-content .detail .innder-header {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#comparateur_matelas #lightbox .content .inner-content .detail .left,
#comparateur_matelas #lightbox .content .inner-content .detail .right {
	max-width: 50%;
	-webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

#comparateur_matelas #lightbox .content .inner-content .detail .left h2 {
	color: #282828;
	font-size: 18px;
    line-height: 21px;
	font-weight: 500 !important;
	margin: 0 0 5px;
}

#comparateur_matelas #lightbox .content .inner-content .detail .left p {
	color: #A59063;
	font-size: 18px;
	font-style: italic;
	line-height: 21px;
	padding-bottom: 20px;
	margin: 0;
	position: relative;
}

#comparateur_matelas #lightbox .content .inner-content .detail .left p:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 30px;
	background-color: #A59063;
}

#comparateur_matelas #lightbox .content .inner-content .detail .right {
	text-align: right;
}

#comparateur_matelas #lightbox .content .inner-content .detail .desc table {
	width: 100%;
}

#comparateur_matelas #lightbox .content .btn {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.86px;
	line-height: 14px;
	text-align: center;
	padding: 10px 17px;
    text-transform: none;
	position: relative;
	width: auto;
	height: auto;
}

#comparateur_matelas #lightbox .content .btn:first-of-type {
	margin-right: 15px; 
	border: 1px solid #A59063;
	color: #A59063;
	background: #ffffff;
}

#comparateur_matelas #lightbox.lightbox_detail .content .btn {
	margin: 0 0 15px 15px;
}

#comparateur_matelas #lightbox.lightbox_detail .content .btn:first-of-type {
	margin-left: 0;
}

@media screen and (max-width: 800px){
	#comparateur_matelas #lightbox.lightbox_detail .content .btn {
		margin: 0 0 15px !important;
	}
}

#comparateur_matelas #lightbox .content .btn:first-of-type:hover {
	color: #ffffff;
	background: #A59063;
}

#comparateur_matelas #lightbox .content .btn:last-of-type:hover {
	color: #004411;
}

#comparateur_matelas #lightbox.visite {
	display: none;
}

#comparateur_matelas #lightbox.visite .content {
	max-width: 425px;
}

#comparateur_matelas #lightbox.visite .content .inner-content {
	background: #ffffff;
	padding: 40px 30px 30px;
}

#comparateur_matelas #lightbox:not(.lightbox_detail) .content .img {
	width: 50px;
	height: 50px;
	background-image: url(../images/visite-hover.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin: 0 auto 20px;
	-webkit-box-shadow: none;
    box-shadow: none;
 }

#comparateur_matelas #lightbox.visite .content h2 {
	color: #282828;
	font-size: 28px;
	font-weight: 300 !important;
	line-height: 33px;
	text-align: center;
	position: relative;
	padding: 0 15px 22px;
	font-weight: 400 !important;
}

#comparateur_matelas #lightbox.visite .content h2:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	width: 40px;
	background-color: #A59063;
	margin: auto;
}

#comparateur_matelas #lightbox.visite .content p {
	color: #6D6D6D;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	text-align: center;
	margin-bottom: 55px;
	padding: 0 15px;
}

#comparateur_matelas #lightbox.visite .content .btns {
	text-align: center;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#comparateur_matelas #lightbox.visite .content .btns .btn {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 16px;
	text-align: center;
    padding: 18px 35px;
}

body.ru #comparateur_matelas #lightbox.visite .content .btns .btn {
	padding: 18px 30px;
}

#comparateur_matelas #lightbox.etap {
	display: none;
}

#comparateur_matelas #lightbox.etap .content {
	max-width: 365px;
	padding: 20px 30px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 5px 20px 0 rgba(40,40,40,0.1);
	box-shadow: 0 5px 20px 0 rgba(40,40,40,0.1);
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	top: auto;
	left: auto;
}

#comparateur_matelas #lightbox.etap .content:after {
	content: "";
	position: absolute;
	top: 30px;
    left: -10px;
    margin: auto;
    height: 25px;
    width: 25px;
	-moz-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	background-color: #FFFFFF;
}

#comparateur_matelas #lightbox.etap .content .close {
	background-image: url(./../../images/icons/icon-close.svg);
	background-color: transparent;
	background-size: 15px auto;
}

#comparateur_matelas #lightbox.etap .content .header {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#comparateur_matelas #lightbox.etap .content .header span {
	color: #A59063;
	font-family: Montserrat;
	font-size: 40px;
	font-weight: 600;
	line-height: 49px;
	text-align: right;
	display: inline-block;
	padding-right: 15px;
}

#comparateur_matelas #lightbox.etap .content .header p {
	color: #6D6D6D;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	padding-left: 15px;    
	margin-bottom: 20px;
	position: relative;
}

#comparateur_matelas #lightbox.etap .content .header p:after {
	content: "";
	position: absolute;
	top:0;
	bottom: 0;
	margin: auto;
	left: 0;
	height: 50px;
	width: 1px;
	background-color: #A59063;
}

#comparateur_matelas #lightbox.etap .content .inner-block:after {
	content: "";
	display: block;
	clear: both;
}

#comparateur_matelas #lightbox.etap .content .inner-content .dots {
	position: relative;
	display: inline-block;
	float: left;
	padding: 10px 0;
}

#comparateur_matelas #lightbox.etap .content .inner-content .dots:after {
	content: "";
	display: block;
	clear: both;
}

#comparateur_matelas #lightbox.etap .content .inner-content .dots span {
	position: relative;
	width: 16px;
	height: 16px;
	display: inline-block;
	float: left;
}

#comparateur_matelas #lightbox.etap .content .inner-content .dots span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 6px;
	height: 6px;
	background: #BABABA;
	margin: auto;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#comparateur_matelas #lightbox.etap .content .inner-content .dots span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #A59063;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	opacity: 0;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#comparateur_matelas #lightbox.etap .content .inner-content .dots span.active:before {
	background: #A59063;
}

#comparateur_matelas #lightbox.etap .content .inner-content .dots span.active:after {
	opacity: 1;
}

#comparateur_matelas #lightbox.etap .content .btn {
	background-color: #A59063;
	color: #ffffff;
	margin: 0;
	-webkit-transition: 0.5s color;
    -moz-transition: 0.5s color;
    -o-transition: 0.5s color;
    transition: 0.5s color;
	float: right;
}

#comparateur_matelas #lightbox.etap .content .btn:hover {
	color: #004411;
}

#comparateur_matelas #lightbox.etap.etap2 .content:after {
	right: 60px;
	left: auto;
	top: -10px;
}

#comparateur_matelas #lightbox.etap3 .content:after {
	right: 60px;
	top: auto;
	bottom: -10px;
	left: auto;
}

#comparateur_matelas .compare_pays {
	padding: 15px 30px;
	background: #ffffff;
	text-align: right;
	border-top: 1px solid rgba(109, 109, 109, .2);
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	z-index: 999;
}

#comparateur_matelas .compare_pays .btn {
	position: relative;
	margin: 0;
	padding-left: 50px;
	padding-right: 20px;
}

#comparateur_matelas .compare_pays .btn:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background-image: url(../images/compare.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#comparateur_matelas #lightbox.compare_pays_lightbox  {
	display: none;
}

#comparateur_matelas #lightbox.compare_pays_lightbox .content {	
	-webkit-box-shadow: 0 5px 20px 0 rgba(40,40,40,0.2);
	box-shadow: 0 5px 20px 0 rgba(40,40,40,0.2);
	max-width: 375px;
}

#comparateur_matelas #lightbox.compare_pays_lightbox .content .inner-content {
	background: #ffffff;
	padding: 40px 30px 55px;
}


#comparateur_matelas #lightbox.compare_pays_lightbox .content .inner-content .img {
	background-image: url(../images/compare-hover.svg);
}

#comparateur_matelas #lightbox.compare_pays_lightbox .content .inner-content h2 {
	color: #282828;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	font-weight: 400 !important;
	margin-bottom: 45px;
}

#comparateur_matelas #lightbox.compare_pays_lightbox ul {
	list-style: none;
	padding: 0;
}

#comparateur_matelas #lightbox.compare_pays_lightbox .selected_devis {
	max-width: 375px;
	margin: auto;
	position: relative;
	z-index: 0;
}

#comparateur_matelas #lightbox.compare_pays_lightbox label {
	color: #282828;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
    font-weight: 400;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 5px 0;
	z-index: -1;
}

#comparateur_matelas #lightbox.compare_pays_lightbox label {
	color: #282828;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
    font-weight: 400;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 5px 0;
	z-index: -1;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#comparateur_matelas #lightbox.compare_pays_lightbox label.active {
	color: #A59063;
	font-size: 14px;
	line-height: 16px;
	top: -15px;
	padding: 0;
}

#comparateur_matelas #lightbox.compare_pays_lightbox .custom-selector .selector-header {
	min-height: 36px;
	border-bottom: 1px solid #A59063;
	color: #282828;
	font-size: 16px;
	font-style: italic;
	line-height: 26px;
	padding: 5px 0;
	position: relative;
}

#comparateur_matelas #lightbox.compare_pays_lightbox .custom-selector.opened .selector-header:after {
	 -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

#comparateur_matelas #lightbox.compare_pays_lightbox .selector-items {
	display: none;
	padding-top: 10px;
}

#comparateur_matelas #lightbox.compare_pays_lightbox .custom-selector.opened + p {
	display: none !important;
}

#comparateur_matelas #lightbox.compare_pays_lightbox .content .btn.btn_compare {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 16px;
	text-align: center;
	display: block;
	margin: 0 !important;
	border: none !important;
	padding: 18px 0;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #A59063;
	display: none;
}

#comparateur_matelas #lightbox.compare_pays_lightbox .content .btn.btn_compare:hover {
	color: #004411;
}

#comparateur_matelas .top_bar .filtrer-mobile {
	display: none;
	color: #6D6D6D;
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
	padding: 15px 0 15px 42px;
}

#comparateur_matelas .top_bar .filtrer-mobile:after {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    height: 32px;
    margin: auto;
	background-image: url(../images/filters.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

#result_content .side_bar .side-header .btn {
	display: none;
}

@media screen and (max-width: 1465px) and (min-width: 1195px) {
	#result_content .result .inner-result.grid {
		max-width: 885px;
		margin: auto;
	}
}

@media screen and (max-width: 1194px) and (min-width: 961px) {
	#result_content .result .inner-result.grid {
		max-width: 625px;
		margin: auto;
	}
}

@media screen and (max-width: 1100px){
	#comparateur_matelas #lightbox.compare_pays_lightbox .custom-selector .selector-header:after {
		left: auto;
	}
}

@media screen and (max-width: 960px){
	
	#comparateur_matelas {
		padding-top: 75px;
	}
	
	#comparateur_matelas .top_bar .filtrer-mobile  {
		display: block;
		left: 10px;
		z-index: 99;
	}
	
	#result_content {
		position: relative;
		display: block;
	}
	
	#result_content .side_bar {
		min-height: 0;
		max-width: none;
	}
	
	#result_content .side_bar .side_filter {
		max-width: 100%;
		position: fixed;
		top: 0;
		z-index: 9999;
		left: 0;
		right: 0;
		bottom: 0;
		border: none;
		max-height: 100vh;
		overflow: hidden;
		overflow-y: auto;
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		background: #ffffff;
	}
	
	#result_content .side_bar #next_side {
		position: relative;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		-o-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		max-height: 0;
		overflow: hidden;
		-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.16);
		box-shadow: 0 2px 6px 0 rgba(0,0,0,0.16);
	}
	
	#result_content .side_bar #next_side .side-header {
		height: auto;
		display: block;
		padding: 10px 10px 3px;
		border: none;
	}
	
	#result_content .side_bar #next_side .side-header p {
		color: #A59063;
		font-size: 18px;
		font-style: italic;
		line-height: 21px;
		text-align: center;
	}
	
	#result_content .side_bar #next_side .side_content {
		padding: 7px 7px 0; 
	}
	
	#result_content .side_bar #next_side .side_content .item {
		float: left;
		width: 50%;
		overflow: hidden;
		padding: 7px;
	}
	
	#result_content .side_bar #next_side .item .inner-item:before {
		left: 0;
	}
	
	#result_content .side_bar #next_side .item .inner-item {
		display: block;
		padding-left: 0;    
		min-height: 0;
		max-height: none;
	}
	
	#result_content .side_bar #next_side .item .inner-item .img {
		display: none;
	}
	
	#result_content .side_bar #next_side .item .inner-item h5 {
		color: #282828;
		font-size: 16px;
		font-weight: 300 !important;
		line-height: 20px;
		padding: 7px;
		padding-right: 30px;
		height: 34px;
		overflow: hidden;
	}
	
	#result_content .side_bar #next_side .item .inner-item .btn-close {
		width: 30px;
		background-position: center center;
	}
	
	#result_content .side_bar #next_side .item.vide .inner-item p {
		font-size: 16px;
		font-style: italic;
		line-height: 18px;
		text-align: center;
		padding: 7px;
	}
	
	#result_content .side_bar #next_side .side_content:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#result_content .side_bar #next_side .btns {
		padding: 9px 14px 20px;
		max-width: 80%;
		margin: auto;
	}
	
	#result_content .side_bar #next_side .btns .btn {
		margin: 0;
		padding: 7px 26px !important;
	}
	
	#result_content .side_bar #next_side .btns .btn.btn-cancel {
		padding: 6px 26px !important;
	}
	
	#result_content .side_bar #next_side.active {
		max-height: 900px;
	}
	
	#result_content .side_bar.open .side_filter {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	#result_content .side_bar .side-header .btn {
		display: block;
		right: 20px;
		position: absolute;
		top: 50%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 12px 5px !important;
		width: 44px;
		z-index: 1;
		margin: auto;
	}
	
	#comparateur_matelas .top_bar > .btn_visite,
	#result_content .result .header_result .filter-item,
	#result_content .result .header_result .switch_icons,
	#result_content .result .header_result .counter:after {
		display: none;
	}
	
	#comparateur_matelas .top_bar .top_bar_selected .btn-back {
		font-size: 12px;
		line-height: 13px;
		height: auto;
		max-width: 90px;
		top: 50%;
		bottom: auto;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding-left: 30px;
	}
	
	#comparateur_matelas .top_bar .top_bar_selected .btn-back:after {
		height: 25px;
		margin: auto;
		width: 25px;
		background-size: 20px auto;
		background-position: left center;
	}
	
	#comparateur_matelas .top_bar {
		padding: 20px 100px;
	}
	
	#comparateur_matelas .top_bar .top_bar_selected {
		margin: 0 -100px;
		padding: 0 200px;
	}
	
	#result_content .result .header_result {
		position: absolute;
		top: -70px;
		right: 20px;
		border: none;
	}
	
	#result_content .result .header_result .is_selected {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 190px;
		padding: 0;
		right: 10px;
		line-height: 0;
	}
	
	#result_content .result .header_result .is_selected label {
		font-size: 0;
		height: 20px;
		padding: 0;
		min-width: 40px;
	}
	
	#result_content .result .header_result .is_selected label span {
		right: 0;
		left: auto;
	}
	
	#result_content .result .header_result .is_selected:after {
		display: none;
	}
	
	#result_content .result .header_result .counter  {
		padding: 5px 10px;
	}

	@media (max-width:960px){
		#result_content .result .header_result .counter{
			padding: 0px
		}
	}
	
	#result_content .result .header_result .counter h6 {
		font-size: 10px;
		line-height: 11px;
	}
	
	#result_content .result .header_result .counter h6 span {
		font-size: 28px;
		line-height: 34px;
	}
	
	#result_content .result .inner-result {
		margin: 0;
		padding: 5px 5px;
		height: auto !important;
	}
	
	#result_content .result .inner-result .box {
		max-width: 100%;
		width: 100%;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		padding: 5px !important;
	}
	
	#result_content .box .inner-content:hover {
		-moz-transform: scale(1.01);
		-webkit-transform: scale(1.01);
		-o-transform: scale(1.01);
		-ms-transform: scale(1.01);
		transform: scale(1.01);
	}
	
	#result_content .result .inner-result.list .box .img {
		max-width: 100px;
		min-height: 0;
		height: auto;
		-webkit-flex: 0 0 100px;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
	}
	
	#result_content .result .inner-result.list .box .inner-content .span_selected:after  {
		width: 100px;
	}
	
	#result_content .result .inner-result.list .box h4 {
		margin: 0;
		line-height: 20px;
	}
	
	#result_content .result .inner-result.list .box p {
		display: none;
	}
	
	#comparateur_matelas .compare_pays {
		text-align: center;
		padding: 10px;
	}
	
	#result_content .side_bar .side_content .items_reset_all {
		display: block !important;
		padding: 25px 15px;
	}
	
	#result_content .side_bar .side_content .items_reset_all .btn {
		padding: 0 32px !important;
		line-height: 34px;
		background: none;
		border: 1px solid #a39161;
		color: #a39161;
		font-weight: 600;
		text-transform: none;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .top_bar {
		border: none;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected {
		padding: 10px 15px 0;
		margin: 0;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected h2 {
		margin: 15px 0 25px;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected .btns {
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
		position: relative;
		text-align: right;
		padding: 10px 0;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected .btns .btn {
		float: none;
		font-size: 10px;
		line-height: 11px;
		padding: 10px 10px !important;
		padding-left: 30px !important;
		min-width: 0 !important;
		margin: 0 -15px;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected .btns .btn:last-of-type:after {
		left: 10px;
		background-size: 15px auto;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected .btn_close {
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
		top: 10px;
		font-size: 14px;
		line-height: 38px;
		left: 0;
		z-index: 1;
		padding-left: 15px;
		bottom: 63px;
		margin: auto;
		height: 38px;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected .btn_close:before {
		width: 10px;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected .title {
		padding: 0 60px 10px;
		text-align: center;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected .title:after {
		content: "";
		position: absolute;
		left: -30px;
		right: -30px;
		bottom: 0;
		border-bottom: 1px solid rgba(109, 109, 109, .2);
	}
	
	#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected .counter {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 53px;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected .counter h6 {
		font-size: 10px;
		line-height: 11px;
		color: #282828;
		font-weight: 500 !important;
		text-align: center;
		margin: 0;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .top_bar .top_bar_selected .counter h6 span {
		display: block;
		color: #A59063;
		font-family: Montserrat;
		font-size: 28px;
		line-height: 34px;
		font-weight: 600 !important;
		text-align: center;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .inner_content {
		padding: 0;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .inner-selected .item {
		max-width: 380px;
		-webkit-flex: 0 0 380px;
		-ms-flex: 0 0 380px;
		flex: 0 0 380px;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .inner-selected .item:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		height: 21px;
		-webkit-box-shadow: 0px -10px 35px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px -10px 35px 0px rgba(0,0,0,0.1);
		box-shadow: 0px -35px 35px 0px rgba(0,0,0,0.1);
		z-index: -1;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .inner_content > div {
		padding-bottom: 30px;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .calculer {
		-webkit-box-shadow: 0px -35px 35px 0px rgba(0,0,0,0.1);
		box-shadow: 0px -35px 35px 0px rgba(0,0,0,0.1);
	}
	
	#comparateur_matelas .comparateur_matelas_selected .calculer .col {
		max-width: 60%;
		-webkit-flex: 0 0 60%;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .calculer .col:first-of-type {
		display: none;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .prixs p.mobile {
		color: #282828;
		font-family: 'Raleway', sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-size: 12px;
		margin: 0;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .prixs .prix span.price:not(.no-after):after {
		content: ".-";
	}
	
	#comparateur_matelas .comparateur_matelas_selected .calculer p.mobile {
		display: block;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .calculer .col > div label {
		font-size: 12px;
		display: none;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .calculer .col > div label.mobile {
		display: block;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .calculer .col:nth-of-type(2) {
		margin: 15px 0;
		padding-right: 30px;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .calculer .col:nth-of-type(2):after {
		content: "" ;
		display: block; 
		clear: both;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .calculer .col > div {
		position: relative;
		max-width: 50%;
		float: left;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .calculer .col.right {
		text-align: center;
		max-width: 40%;
		-webkit-flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		margin-left: auto;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .calculer .col.right .btn {
		font-size: 12px;
		line-height: 14px;
		padding: 16px 10px !important;
		margin: 0;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .calculer .col .selector-header:after {
		left: auto;
		top: 0 !important;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .inner_content > div .nav-prev {
		bottom: 30px;
		background: transparent;
		left: 0;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .inner_content > div .prev-item {
		bottom: 30px;
		left: 0;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .inner_content > div .nav-next {
		bottom: 30px;
		background: transparent;
		right: 0;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .inner_content > div .next-item {
		bottom: 30px;
		right: 0;
	}
}

@media screen and (max-width: 800px){
	
	#comparateur_matelas #lightbox .content .btn {
		padding: 10px 17px !important;
	}
	
	#comparateur_matelas #lightbox.lightbox_detail .content .inner-content .detail {
		padding-bottom: 230px;
		margin: -50px 15px 0;
	}
	
	#comparateur_matelas #lightbox .content .inner-content .detail .innder-header {
		display: block;
	}
	
	#comparateur_matelas #lightbox.lightbox_detail .content .inner-content .detail .left {
		max-width: 100%;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}
	
	#comparateur_matelas #lightbox.lightbox_detail .content .inner-content .detail .right {
		position: absolute;
		bottom: 80px;
		max-width: 100%;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		left: 30px;
		right: 30px;
	}
	
	#comparateur_matelas #lightbox.lightbox_detail .content  .inner-content .detail .right  .btn {
		display: block;
	}
	
	#comparateur_matelas #lightbox.lightbox_detail .content  .inner-content .detail .right  .btn:first-of-type {
		margin: 0 0 15px;
	}
	
	#comparateur_matelas #lightbox .content .inner-content {
		max-height: 100vh;
	}
}

@media screen and (max-width: 500px){
	#comparateur_matelas .compare_pays .btn {
		padding: 10px 10px 10px 40px !important;
		font-size: 10px;
		font-weight: 600;
		letter-spacing: 0.71px;
		line-height: 12px;
	}
	
	#comparateur_matelas .compare_pays .btn:before {
		background-image: url(../images/filters_white.svg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	#comparateur_matelas .top_bar .top_bar_selected {
		padding: 0 115px;
	}
	
	/*#comparateur_matelas .top_bar .top_bar_selected .btn-back {
		top: 0;
		max-width: 50%;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}*/
	
	#result_content .result .header_result {
		width: 50px;
	}
	
	#result_content .side_bar #next_side .btns {
		max-width: 90%;
		margin: auto;
	}
	
	#result_content .result .header_result .is_selected {
		right: 0;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .prixs .inner-prix {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .prixs .prix,
	#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .prixs .btns {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding-top: 0;
		position: relative;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .prixs .btns {
		z-index: 9;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .prixs .btns .btn {
		font-size: 0;
		width: 45px;
		height: 45px;
		padding: 0 !important;
		background-image: url(../images/info_dore.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 33px auto;
		border: none;
		position: absolute;
		margin: auto 0;
		right: 0;
		bottom: 0;
		top: 0;
		margin: auto;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .calculer .col .selector-header {
		font-size: 12px;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .calculer .col .selector-items li {
		font-size: 12px;
		line-height: 20px;
	}
}

@media screen and (max-width: 380px){
	#comparateur_matelas .comparateur_matelas_selected .inner-selected .item { 
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .img {
		left: 0;
		right: 0;
	}
	
	#comparateur_matelas .comparateur_matelas_selected .inner-selected .item .btn-close {
		right: 0;
	}
}