@charset "UTF-8";
/* CSS Document */


form .btn {
	margin: 30px auto 5px auto;
	display: block;
}
input.form-control, select.form-control, textarea.form-control {
	color: #625B5B;
	color: #FFF;
	font-size: 12px;
	background-color: #595658;
	font-family: Montserrat, "Open Sans", Arial;
	/*
	background-color: #F0F0F0;
	*/
}
.btn.orange {
	color: #FFF;
	background-color: #CB563A;
	/*
	background-color: #EF5A28;
	*/
}
.btn.gris-blanc {
    color: #FFF !important;
    border: 1px solid #6D7F97;
    background-color: #6D7F97;
}
.checkbox {
	margin-left: 0;
}
.checkbox:nth-last-of-type(1) {
	margin-bottom: 40px;
}
.select {
	position: relative;
	width: 100%;
}
.select select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #bfb6b6;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	height: auto;
	margin: 0;
	outline: none;
	padding: 6px 20px;
	width: 100%;
}
.select:after {
	content: '<>';
	font: 11px "Consolas", monospace;
	color: #aaa;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 8px;
	top: 10px;
	padding: 0 0 2px;
	border-bottom: 1px solid #ddd;
	position: absolute;
	pointer-events: none;
}
.select:before {
	content: '';
	right: 6px;
	top: 0px;
	width: 20px;
	height: 20px;
	position: absolute;
	pointer-events: none;
	display: block;
}




/* Targetting Webkit browsers only.*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .select select {
    padding-right: 18px;
  }
}




.gradio {
	margin-bottom: 10px;
}
.gradio .iradio {
	width: 100px;
	display: inline-block;
}
.gradio2 {
	margin-bottom: 20px;
}
.gradio2 .iradio {
	display: inline-block;
	width: 175px;
}
.gradio2 .iradio:first-child {
	float: left;
}
.gradio2 input[type=radio] {
	visibility: hidden;
	position: absolute;
}
.gradio2 label {
	cursor: pointer;
	color: #737373;
	display: block;
	padding: 5px 0;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
    background-color: #FFF;
}
.gradio2 .iradio label:first-letter {
	font-size: 22px;
}
.gradio2 .iradio input[type=radio]:checked + label {
	color: #FFF;
    background-color: #6D7F97;
    /*
	background-color: #293448;
    */
}
.gradio .iradio label {
    color: #CCC;
	font-weight: 400;
	margin-left: 5px;
}
.intl-tel-input {
	width: 100%;
}
.intl-tel-input .flag-container {
	top: 15px;
	bottom: initial;
}
.g-recaptcha {
	display: inline-block;
	margin-bottom: 20px;
}
.hide-p {
	display: none;
}
.form-p .hide-p {
	display: block;
}
.cl {
	clear: left;
}
.sliders{
	margin-bottom: 5px;
}
.slider-container{
	margin-bottom: 15px;
	display: inline-block;
}
.sliders .theme-green .back-bar .selected-bar{
	background-color: #e57919;
	background-image: none;
}
.sliders .theme-green .back-bar .pointer{
	background-color: #fff !important;
	background-image: none !important;
	height: 17px;
	width: 17px;
}
.sliders .theme-green .scale ins{
	margin-top: 5px;
}
.slider-text {
    color: #CCC;
	float: right;
	padding: 0 3px;
	margin-top: -10px; 
    border-radius: 5px;
    background-color: #C85C3F;
	/*
    background-color: #f4f4f4;
	color: #f47a0d;
    */
}
#slider-year-text{
	padding: 0 10px;
}
.mention-slider{
	color: #a4a4a4;
	padding-top: 5px;
	text-align: left;
	font-size: 15px;
	margin-bottom: 5px;
}
.links{
	margin-top: 70px;
	text-align: center;
}
.links .btn{
	display: inline-block;
	width: 180px;
	text-align: center;
	margin: 0;
	border-radius: 0;
	text-decoration: none !important;
}
.links .btn:first-child{
	margin-right:10px;
}
#comment blockquote {
	font-style: italic;
	font-size: 14px;
    line-height: 22px;
	background-color: #FEE;
}
#comment blockquote p {
	margin: 0;
}
#comment blockquote .titre {
	font-weight: 700;
}



#condition label {
    color: #CCC;
    font-size: 12px;
    font-family: Montserrat, "Open Sans", Arial;
}





@media (max-width: 767px) {
	
    /* iPhone 6+ ou inférieur (max-width: 414px) */
    
	button, input, select, textarea {
		font-size: 14px;
	}
	.gradio .iradio {
		width: 50%;
		float: left;
	}
	.gradio .iradio label {
		font-weight: 400;
	}
	.gradio2 .iradio {
		width: 50%;
	}
	.gradio2 label {
		font-size: 14px;
		padding: 2px 0;
	}
	/*new*/
	.links .btn {
		width: 100px;
		padding: 5px 0;
	}
	#comment blockquote {
		padding: 5px 8px;
	}
}