/** CSS DES FILTRES **/	
#page_6_filtre, #page_6_filtre_sable, #page_6_filtre_autre{
	position: relative;
	width: 100%;
	height: 100%;
}

#page_6_filtre .column_2bis:nth-child(2n+0), #page_6_filtre_sable .column_2bis:nth-child(2n+0), #page_6_filtre_autre .column_2bis:nth-child(2n+0) {
    position: absolute;
    top: 0;
    left: 0;
}

#page_6_filtre .column_2bis:nth-child(2n+0) p, #page_6_filtre_sable .column_2bis:nth-child(2n+0) p, #page_6_filtre_autre .column_2bis:nth-child(2n+0) p {
    margin-bottom: 20px;
}

#page_6_filtre .radio, #page_6_filtre_sable .radio, #page_6_filtre_autre .radio {
    margin-bottom: 20px;
}

#configurateur_hayward .column_2bis h2{
    padding: 0 10px;
    font-size: 18px;
}

.margeToTop{
	padding-top: 20px !important;
}

.button{
	background: #007ac2;
    width: calc(44% - 10px);
    float: left;
    padding: 5px 10px;
    color: #fff;
    margin-right: 9px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.button.oui_btn{
    padding: 15px 10px 16px;
}
.button.pasf_btn{
	background: #dedeed;
    float: right;
    color: #000;
    margin-right: 0px;
	height: 40px;
}
.es .button.pasf_btn > span, .ES .button.pasf_btn > span{
    font-size: 10px;
    line-height: 40px;
}
.IT .button.pasf_btn > span{
    font-size: 11px;
    line-height: 13px;
}

#configurateur_hayward .es #page_7 .column_2 > div .reception_mail p, #configurateur_hayward .ES #page_7 .column_2 > div .reception_mail p {
	font-size: 11px;
	line-height: 15px;
}

#configurateur_hayward .button.pasf_btn p{
    text-transform: none;
    font-size: 12px;
    margin: 10px;
    width: 130px;
    margin-left: -13px;
    margin-top: 20px;	
}

.help{
	background: url('../img/icon_help.png') center center no-repeat;
	width: 100%;
	height: 40px;
	cursor: pointer;
}

img.filtre_results {
	height: 130px;
    width: auto;
    margin: 20px 0;
}
img.filtre_results2 {
	height: 120px;
    width: auto;
    margin: 8px 0;
}

.plus_moins{
	width: 100%;
    position: relative;
    min-height: 100px;
}
	.plus_moins .help{
	    padding-top: 20px;
		clear: both;
	}
	.plus_moins > label{
		font-size: 14px;
	    float: left;
	}

	.barre_plus_moins{
		width: calc(100% - 80px);
		height: 10px;
		border: 1px solid #dedede;
		float: left;
		margin: 10px 0 0 0;
	    background: #fff;
		overflow: hidden;
		position: relative;
	}
		.barre_plus_moins .color_bg_barre{
			position: absolute;
			top: 0;
			left: 0;
			width: 33%;
			height: 10px;
			background: #8A8A8A;
			-webkit-transition: all 0.5s;
			-moz-transition: all 0.5s;
			transition: all 0.5s;
		}
	.btn_moins{
		background: url('../img/icon_moins.png') top left no-repeat;
		height: 30px;
	    width: 30px;
		cursor: pointer;
		float: left;
		margin-right: 5px;
		clear: both;
		margin-top: 2px;
	}
	.btn_plus{
		background: url('../img/icon_plus.png') top left no-repeat;
		width: 30px;
		height: 30px;
		cursor: pointer;
	    float: left;
		margin-left: 10px;
	}
	.caption_plus_moins{
		position: absolute;
		top: 40px;
		left: 35px;
		width: calc(100% - 80px);
		font-size: 10px;
	}
		.caption_plus_moins div{
			text-align: center;
		    float: left;
		}
		.caption_plus_moins div.w33{
			width: 33%;
		}
		.caption_plus_moins div.w25{
			width: 25%;
		}
	
	@media screen and (min-width: 501px){
		#page_6_filtre .next, #page_6_filtre_sable .next, #page_6_filtre_autre .next{
			position: absolute;
			right: 0;
			bottom: 20px;
			
		}
		
		#page_6_filtre .previous, #page_6_filtre_sable .previous, #page_6_filtre_autre .previous{
			position: absolute;
			bottom: 20px;
			/*background: url('../img/icon_previous.jpg') top left no-repeat #dedede;
			color: #000;
			line-height: 40px;
			width: calc(50% - 61px);
			left: 61px;
			text-transform: uppercase;*/
		}
		
		#page_6_filtre .box_config, #page_6_filtre_sable .box_config, #page_6_filtre_autre .box_config{
			width: calc(100% - 166px);
			height: calc(326px - 44px);
			left: 61px;
			bottom: 62px;
			padding: 22px;
		}
		
		#page_6_filtre_sable h2, #page_6_filtre_autre h2{
		    padding: 0 20px;
		}

		#page_6_filtre_autre .box_config > div.column_2{
			display: block !important;
		}
	}
	
	@media screen and (max-width: 500px){
		#page_6_filtre .box_config, #page_6_filtre_sable .box_config, #page_6_filtre_autre .box_config{
			width: calc(100% - 84px);
			padding: 15px;
			left: 27px;
			top: 30px;
			height: auto;
		    min-height: calc(100% - 90px);
		}
		#page_6_filtre .next, #page_6_filtre_sable .next, #page_6_filtre_autre .next{
			right: 5px;
			position: absolute;
			bottom: 8px;
		}
		
		#page_6_filtre .previous, #page_6_filtre_sable .previous, #page_6_filtre_autre .previous{
			left: 5px;
			position: absolute;
			bottom: 8px;
		}
		
		#page_6_filtre .input_config input {
			margin: 20px 0 20px;
		}
		
		#page_6_filtre .column_2{
			text-align: left;
		}

		#page_6_filtre_autre .box_config > div.column_2:nth-child(1){
			display: block !important;
		}
		
		#page_6_filtre_autre .column_2{
			width: 100%;
			margin: 0;
			text-align: center;
		}
		
		#page_6_filtre_autre .column_2{
			text-align: left;
		}
		#configurateur_hayward #page_7.conf_filtre {
				min-height: 500px;
		}
	}