


#form-argus-holder {
    padding: 25px;
    border-radius: 10px;
    background-color: #242830;
}


#argus{
	margin-bottom: 140px;
}
#argus .subtitle{
	margin-bottom: 70px;
	padding-right: 40px;
}
#argus .titre{
	color: #a3a3a3;
	font-size: 15px;
	margin-bottom: 50px;
}
#argus form {
	width: 500px;
}
#argus .select{
	width: 250px;
	display: block;
}
#argus .select:after {
	top: 8px;
}
#argus .select select {
	padding: 6px 20px 6px 15px;
}
#argus .mention{
	color: #a4a4a4;
	font-size: 17px;
	margin-bottom: 15px;
}
#argus .mention span{
	color: #696969;
	font-weight: bold;
	margin-left: 10px;
}
#argus .input-mention{
	color: #A4A4A4;
	font-size: 12px;
    margin-top: 50px;
}
#argus .slider.item-1{
	margin:25px 0 35px;
}
#argus .slider.item-2{
	margin-bottom:15px;
}
#argus .slider-container{
	margin-bottom: 15px;
}
#argus .slider .theme-green .back-bar .selected-bar{
	/*
    background-color: #e57919;
    */
	background-color: #C85C3F;
	background-image: none;
}
#argus .slider .theme-green .back-bar .pointer{
	background-color: #fff !important;
	background-image: none !important;
	height: 17px;
	width: 17px;
}
#argus .slider .theme-green .scale ins{
	margin-top: 5px;
}
#argus .g-recaptcha {
	margin-bottom: 35px;
}
#argus button{
	display: block;
	margin: 0 auto;
}





/* -------------------- Min Styling--------------------------- */
@media (max-width: 767px){
	#argus{
		margin-bottom: 40px;
	}
	#argus .subtitle{
		font-size: 14px;
		padding-right: 0;
		margin-bottom: 35px;
	}
	#argus .titre{
		font-size: 14px;
		margin-bottom: 30px;
	}
	#argus form{
		width: 100%;
	}
	#argus .mention{
		font-size: 14px;
	}
	#argus .input-mention{
		font-size: 11px;
	}
	#argus .select {
		width: 100%;
	}	
}