.contact_thanks {
    text-align: center;
}
.contact_thanks a.bt_accueil {
	background: #2293cd none repeat scroll 0 0;
	border: 1px solid #eeeeee;
	color: #ffffff;
	display: inline-block;
	margin-top: 10px;
	padding: 8px 20px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
.contact_thanks a.bt_accueil:hover {
	background: none;
	border: 1px solid #2293CD;
	color: #494949;
}

.zend_form dt {
    clear: both;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
    color: #FFFFFF;
}
.zend_form dd input {
    margin-bottom: 5px;
    min-height: 30px;
}
.zend_form dd textarea {
    margin-bottom: 15px;
}
.zend_form dd input,
.zend_form dd textarea,
.zend_form dd select {
    width: 550px;
}

.zend_form dd input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
    vertical-align: middle;
}

.contact_view .zend_form input.bt_submit {
	padding: 10px 30px;
	margin-top: 10px;
	background: #FFFFFF;
	color: #3c3c3d;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
	display: inline-block;
	border: 1px solid #FFFFFF;
	
	 -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
         -ms-transition: all 400ms ease;
          -o-transition: all 400ms ease;
             transition: all 400ms ease;
}

.contact_view .zend_form input.bt_submit:hover {
	background: none;	
	text-decoration: none;
	color: #ffd600;
}

.contact_view {
	margin-left: 90px;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.contact_rappel {
	width: 100%;
}

.contact_view img {
	width: 100%;
}

.fond_gris dd {
	color: #494949;
}

.contact_thanks {
	color: #FFFFFF;
}

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

	.contact_view {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.contact_view .zend_form dt {
	    float: none;
	    text-align: left;
	    width: 100%;
	}
	.contact_view .zend_form dd input,
	.contact_view .zend_form dd textarea,
	.contact_view .zend_form dd select {
	    float: none;
	    width: 100%;
	}
	.zend_form dd input[type="checkbox"] {
	    width: auto;
	    margin-right: 10px;
	    height: auto;
	}
	.contact_view .zend_form dd textarea {
	    height: 200px;
	}
	.contact_view .zend_form input.bt_submit {
	    margin-left: 0;
	}
}