/** CSS DES FILTRES **/	
#page_6_taux{
	position: relative;
	width: 100%;
	height: 100%;
}	
	#page_6_taux .focus_taux_releve{
	    width: calc(100% - 30px);
		float: left;
	    margin-top: 5px;
	}
	
	#page_6_taux .focus_taux_releve p{
		float: right;
		margin-right: -35px;
		margin-top: 24px
	}
	
	#page_6_taux .focus_taux_releve.input_config.spe_input_config p{
	     margin-top: 30px;
	}
	#page_6_taux select{
		font-size: 14px;
		line-height: 14px;
		padding: 6px 6px;
		margin: 0px 0 15px;
		text-align: left;
		width: 100%;
	}
	
	#configurateur_hayward #page_7 .column_2 > div.resultat_taux{
		padding: 40px;
		width: calc(100% - 80px);
		height: calc(100% - 80px);
	}
	
	#page_7 .resultat_taux h2{
		color: #007bc5;
		margin: 0 0 10px;
	}
	#page_7 .resultat_taux p{
		font-size: 14px;
	}
	#configurateur_hayward #page_7.taux .blockResultats {
		text-transform: uppercase;
	}
	
	@media screen and (min-width: 501px){
		#page_6_taux .next{
			position: absolute;
			right: 0;
			bottom: 20px;
		}
		
		#page_6_taux .previous{
			position: absolute;
			left: 0;
			bottom: 20px;
		}
		
		#page_6_taux .box_config{
			width: calc(100% - 166px);
			height: calc(326px - 44px);
			left: 61px;
			bottom: 62px;
			padding: 22px;
		}
		.boutonFinal{
			background: #00446b;
			width: calc(50% - 61px);
			height: 42px;
			bottom: 20px;
			position: absolute;
			left: 50%;
			color: #fff;
		    text-transform: uppercase;
			line-height: 40px;
			cursor: pointer;
		}
		
	}
	
	@media screen and (max-width: 500px){
		#page_6_taux .box_config{
			width: calc(100% - 84px);
			padding: 15px;
			left: 27px;
			top: 30px;
			height: auto;
		    min-height: calc(100% - 90px);
		}
		
		#page_6_taux .next{
			right: 5px;
			position: absolute;
			bottom: 8px;
		}
		
		#page_6_taux .previous{
			left: 5px;
			position: absolute;
			bottom: 8px;
		}
		
		#page_6_taux .input_config input {
			margin: 20px 0 20px;
		}
		#page_6_taux .input_config.spe_input_config input {
			margin: 25px 0 0px;
		}
		
		#page_6_taux .box_config{
			min-height: 480px;
		}
		.boutonFinal{
			background: #00446b;
			width: calc(100% - 80px);
			height: 42px;
			bottom: 8px;
			position: absolute;
			left: 72px;
			color: #fff;
			text-transform: uppercase;
			line-height: 40px;
			cursor: pointer;
		}
		#configurateur_hayward #page_7.taux .box_config {
			margin: 32px 10px 10px;
		}
		
		
	}