

/*** format du bouton de l'accueil ***/
.qbutton.big_large_full_width {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    text-transform:none;
}

/*** interlignage menu footer et titre footer ***/

.footer_top .widget.widget_nav_menu li, .footer_top .textwidget li {
    margin: 0;
    line-height: 14px;
padding: 0 0 17px;
}

.footer_top h5 {
    color: #fff;
    margin: 0 0 14px;
}

.blog_holder article .post_info {
    display: none;
}

/*** masquer date des actus ***/
.blog_holder.blog_masonry_date_in_image .time {
   display: none;
}

.blog_holder article .post_text h2 .date {
     display: none;
}

/**************************************/
/****** FORMULAIRE DE CONTACT ********/
/************************************/
/****** STYLE COLONNES *************/
/**********************************/
#responsive-form{
 max-width:800px /*-- change this to get your desired form width --*/;
 margin:0 auto;
        width:100%;
color:#000000;
}
.form-row{
 width: 100%;
}
.column-half, .column-full{
 float: left;
 position: relative;
 padding: 0.65rem;
 width:100%;
color:#333333;
 -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
 content: "";
 display: table;
 clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
 .column-half{
  width: 50%;
 }
}


/**********************************/
/*********** STYLE CHAMPS ********/
/********************************/
.wpcf7-select{
background: #CA0002;
}
.wpcf7-submit{
 float: right;
 background-color:#0a4b7d;
 color: #fff;
 text-transform: uppercase;
 border: none;
 padding: 8px 20px;
 cursor: pointer;
}
.wpcf7-submit:hover{
 background: #ff0000;
}
span.wpcf7-not-valid-tip{
 text-shadow: none;
 font-size: 14px;
 color: #fff;
 background: #ff0000;
 padding: 5px;
}
div.wpcf7-validation-errors { 
 text-shadow: none;
 border: transparent;
 background: #f9cd00;
 padding: 5px;
 color: #9C6533;
 text-align: center;
 margin: 0;
 font-size: 14px;
}
div.wpcf7-mail-sent-ok{
 text-align: center;
 text-shadow: none;
 padding: 5px;
 font-size: 12px;
 background: #59a80f;
 border-color: #59a80f;
 color: #fff;
 margin: 0;
}

input.wpcf7-form-control.wpcf7-submit, input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    background-color: #75bb4e !important;
    border-color: #000;
    color:#fff;
	border-width:thin;
}

#respond textarea, #respond input[type="text"], .contact_form input[type="text"], .contact_form textarea, .comment_holder #respond textarea, .comment_holder #respond input[type="text"], input.wpcf7-form-control.wpcf7-text, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-date, textarea.wpcf7-form-control.wpcf7-textarea, select.wpcf7-form-control.wpcf7-select, input.wpcf7-form-control.wpcf7-quiz, .post-password-form input[type="password"] {
    background-color: #e6e6e6;
    border: 1px solid #eeeeee;
}

/******* FIN FORMULAIRE *******************/