/* Acheter */
.col.buy:first-child{
	width: 63%;
}

.box_content_txt .col.buy{padding-top: 25px;}

.txt_service .col.buy p{
	font-size: 18px;
}

.txt_service.txt_confirmation .col.buy p {
	font-size: 24px;
    max-width: 500px;
	font-weight: 700;
    margin: 0 0 10px 0;
}

.buy-title{
	text-align: center;
	padding: 20px 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #e21331;
	font-size:22px;
}

.half-form{
	width: calc(50% - 140px);
	padding-left: 100px;
	padding-right: 40px;
	display: inline-block;
	vertical-align: top;
}

.half-form+.half-form{
	padding-right: 100px;
	padding-left: 40px;
}

.form-buy label{
	display: block;
	font-size:16px;
	margin-bottom: 10px;
	margin-top: 25px;
}

.buy-lastpart{
	display: block;
	width: calc(100% / 3);
	margin: 0 auto;
}

.selectcont{
	width: 50%;
	min-width: 250px;
	border:1px solid #727272;
	height: 30px;
	position: relative;
	color: #727272;
}

.selectcont:after{
	content: ">";
    font-family: Arial;
    color: #999999;
    -webkit-transform: rotate(90deg) scaleY(1.7);
    transform: rotate(90deg) scaleY(1.7);
    display: block;
    position: absolute;
    background: #fff;
    width: 30px;
    line-height: 28px;
    text-align: center;
    height: 24px;
    right: 6px;
    top: 3px;
    pointer-events: none;
}

.selectcont select{
	padding-left: 15px;
	height: 30px;
	display: block;
	width: 100%;
	border:0;
	background: #fff;
	border-radius: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size: 15px;
	color: #727272;
}

.selectcont select:focus{outline:none;}

.form-buy input:not([type=submit]){
	border:1px solid #727272;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	font-size: 15px;
	display: block;
	width: 80%;
	min-width: 320px;
}

.form-buy .cb-group input, .buy-lastpart input[type=checkbox]{display: none;}

.form-buy .cb-group label, .buy-lastpart input[type=checkbox]+label{
	float: left;
	width: calc(50% - 35px);
	font-size:14px;
	padding-left: 25px;
	padding-right: 10px;
	position: relative;
	margin-top: 10px;
}

.buy-lastpart input[type=checkbox]+label{width: calc(100% - 25px);padding-right: 0;}

.form-buy .cb-group label:after, .buy-lastpart input[type=checkbox]+label:after{
	content: "x";
	color:rgba(0,0,0,0);
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 3px;
    border: 1px solid #000;
    text-align: center;
    line-height: 9px;
    font-family: arial;
}

.form-buy .cb-group input:checked+label:after, .buy-lastpart input[type=checkbox]:checked+label:after{
	color:#000;
}

.buy-lastpart{
	text-align: center;
}

.buy-lastpart label{text-align: left;}

.form-buy .buy-lastpart input:not([type=submit]){
	margin: 0 auto;
}

.form-buy .buy-lastpart label{
	margin: 25px auto 10px;
	width: 80%;
}

.buy-lastpart input[type=checkbox]+label{margin: 30px auto 20px;}

.form-buy input[type=submit]{
	background: #fff;
    color: #62a5a9;
    text-transform: uppercase;
    padding: 7px 25px 5px;
    border-radius: 0;
    font-size: 18px;
    margin-top: 10px;
	display: inline-block;
	border:1px solid #62a5a9;
	min-width: 50%;
	transition: all .4s;
}

.form-buy input[type=submit]:hover{
	background: #62a5a9;
    color: #fff;
}

/* Vendre */

.wrapper_eval.sell-form{
	margin: 50px 0 0;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 70px 0 60px;
	text-align: center;
	border-radius:0px;
}

.sell-form h2{
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

.sell-form+div{
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 130px);
	margin-top: 50px;
	padding: 0px 90px 0px 40px;
}

.sell-form+div img{
	display: block;
	max-width: 290px;
	width: 100%;
}

.wrapper_eval.sell-form .champs_calcul3{
	margin-right: 0;
	width: 370px;
	max-width: 95%;
	margin: 0 auto;
	display: block;
	float: none;
	margin-top: 40px;
}

.sell-form input[type=submit]{
	display: inline-block;
	border:none;
	background: #fff;
    color: #4f4f4f;
    padding: 9px 0px 8px;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 18px;
    float: none;
	width: 25%;
	min-width: 120px;
	text-align: center;
	margin-top: 20px;
	transition: all .4s;
}

.sell-form input[type=submit]:hover{
	background: #727272;
	color: #fff;
}

.sell-form h2.notfound{
	color: #727272;
	margin-bottom: 20px;
}
.vendreintro.txt_confirmation{
	text-align: center;
	background: #004e9b;
	color: #fff;
	padding: 30px 0;
}

.vendreintro.txt_confirmation h1{
	text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    margin-bottom: 0;
}
.vendreintro.txt_confirmation h2 {
    text-transform: uppercase;
    max-width: 830px;
    font-size: 24px;
    margin: 5px auto 30px;
    letter-spacing: 1px;
}
.vendreintro.txt_confirmation ul{
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 14px;
	margin-left: 30px;
	text-align: left;
}

.vendreintro.txt_confirmation li{
	margin-bottom: 5px;
}
@media screen and (max-width: 1240px) {
	.half-form {
    	width: calc(50% - 120px);
		padding-left: 80px;
	}
	.half-form+.half-form{padding-right: 80px;padding-left: 40px;}
}

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

	.wrapper_eval.sell-form, .sell-form+div{
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.sell-form+div{padding: 0;}

	.sell-form h2 br{display: none;}
	.sell-form h2{font-size: 16px;}
	
	.col.buy:first-child, .box_content_txt .col.buy{
		width: 100%;
		float: none;
	}
	
	.half-form, .half-form+.half-form, .buy-lastpart{
		width: calc(100% - 60px);
		padding-left: 30px;
		padding-right: 30px;
	}
	.buy-lastpart input[type=checkbox]+label {
    	width: calc(100% - 110px);
    	padding-right: 0;
    	float: none;
	}

}
@media screen and (max-width: 768px) { 
	vendreintro.txt_confirmation {
		padding: 20px 0;
	}
	vendreintro.txt_confirmation h1 {
		font-size: 24px;
		margin: 0;
	}
	.vendreintro.txt_confirmation h2 {
		max-width: 570px;
		font-size: 16px;
		margin: 5px auto 15px;
	}
	.txt_service.txt_confirmation .col.buy p {
		font-size: 18px;
		max-width: 100%;
	}
}
@media screen and (max-width: 600px) {
	
	.half-form, .half-form+.half-form, .buy-lastpart {
    	width: 100%;
    	padding-left: 0;
    	padding-right: 0;
	}
	
	.form-buy .cb-group label, .buy-lastpart input[type=checkbox]+label{
		width: calc(100% - 25px);
		padding-right: 0;
	}
	
	.txt_service .col.buy p {
    	font-size: 16px;
		line-height: 28px;
	}
	
	.form-buy input:not([type=submit]){min-width: 0;}
	
}
