#contact {
    margin: 3em 0 0 2em;
    min-height: 310px;
}
#frmContact {
    background: #6c8db6;
	float: left;
    margin: 0 0 -1em;
    overflow: hidden;
	padding: 2em;
    position: relative;
    width: 560px;
    z-index: 1;
}
#pconfi{
    width: 14px !important;
    margin-left: 10px !important;
    margin-right: 7px !important;
}
#error-pc{
    color: #dfd564;
    font-weight: bold;
}
#frmContact input:not([type="submit"]), textarea, #frmContact select {
	background: #fff;
	border: 1px solid #c3c3c3;
	color: #202020;
	float: left;
    font: .9em 'Montserrat';
    margin: 0 2% 1em;
	padding: .5em .5%;
	transition: box-shadow .2s linear;
	width: 44%;
}
#cont_submit {
    border: 0;
    font: .9em 'Montserrat';
}
#frmContact input:focus, textarea:focus {
    box-shadow: 0 0 5px #c3b8b0;
}

#frmContact label.error {
    display: none !important;
}

#frmContact textarea {
    height: 120px;
    resize: none;
	width: 93.5%;
}
#frmContact select {
    background: #dbebff;
    font-size: 1.1em;
    width: 94.8%;
}

label.droite {
	padding-right: 0.5em;
	text-align: right;
}
.req {
	color: red;
}
#frmContact input.error, #frmContact textarea.error {
    border-color: red;
}
#formsend {
    background: #fff;
    box-shadow: 0 0 20px 20px rgba(0,0,0,.25);
    color: #212c30;
    left: 50%;
    margin-left: -150px !important;
    padding: 25px;
    position: fixed;
    text-align: center;
    top: 30%;
    width: 250px;
    z-index: 99;
}
@media only screen and (max-width : 768px) {
    #contact {
        margin: 2em 0;
        float: left;
        min-height: inherit;
    }
    #frmContact {
        float: none;
        margin: 0 auto;
        padding: 5%;
        width: 90%;
    }
    #frmContact input:not([type="submit"]), #frmContact textarea, #frmContact select {
        float: none;
        margin: 1em 0;
        width: 100%;
    }
}