p {
    margin: 0;
    padding: 0 0 1.3em;
}

div#formcol1 {
	width: 50%;
	float: left;
}

div#formcol1 p{
	padding: 0 0 1.5em;
}

div#formcol2 p{
	padding: 0 0 0.8em;
}

div#formcol2 {
	width: 50%;
	float: left;
}

select {
	padding: .7em;
	width: 406px;
}

textarea {
    width: 100%;
	max-width: 24.3em !important;
    height: 11em !important;
    margin: 0;
}

.formdevis input[type=reset], input[type=submit], button, #respond #cancel-comment-reply-link, .commentlist .comment-reply-link {
    background-color: #ffffff;
    color: #991896;
    border: none;
}

.menutel {
	background: #991896;
	border-radius: 40px;
	margin-left: 20px !important;
}
.menutel a {
	color: #ffffff !important;
	font-size: 18px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

#main-nav ul a:hover {
    color: #991896;
}

#main-nav ul a {
    color: #d6a3d5;
}

#main-nav .current_page_item > a, #main-nav .current-menu-item > a {
    color: #991896;
}

.formatadresse p {
    margin: 0;
    padding: 0 0 0.3em;
}

.formatreferences p {
    margin: 0;
    padding: 0 0 0 0em;
}

.referencetitre h2 {
    font-size: 2.9em;
    font-family: 'Sorts Mill Goudy', serif;
    letter-spacing: -.035em;
    margin: 1em 0 .0em;
}

.titreconfiance h1 {
	text-transform : none !important;
}

.loops-wrapper.list-post .post-date, .single-post .post .post-date {
    color: #fff;
    display: block;
    width: 135px;
    height: 135px;
    margin: 0;
    border-radius: 100%;
    background: rgba(153,24,150,.8);
    text-align: center;
}

.post-nav .arrow {
    display: block;
    width: auto;
    float: left;
    height: 1em;
    text-align: center;
    text-decoration: none;
    color: #991896;
}

.post-nav a:hover span {
	color: #991896;
}

@media screen and (max-width: 1000px) {
#headerwrap #menu-icon {
    color: #991896;
}

div#formcol1 {
	width: 80%;
	float: none;
}

div#formcol2 {
	width: 80%;
	float: none;
}

div#site-logo img {
	max-width: 100%;
	height: 60px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

}