/* Styles formulaires */
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 input[type="select"], .wpcf7 textarea {
	width: 100%;
	padding: 4px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-form select {
		padding: 0px;
		border: 1px solid #ccc;
		border-radius: 3px;
		box-sizing: border-box;
		margin-top: 6px;
		margin-bottom: 12px;
		height: 30px;
		width: 100%;
		font-size: 14px;
}
.wpcf7-submit{
	float: right;
	color: #69af36; 
        font-family: 'Noto Sans', sans-serif;
        border-color: #69af36; 
        font-size: 14px; 
        line-height: 10px; 
      height: 10&lt;px; 
      font-weight: 600; 
      background-color: #ffffff; 
      border-radius: 4px; 
          -moz-border-radius: 4px; 
          -webkit-border-radius: 4px; 
       text-transform: uppercase; 
       border-width: 2px;  
       padding-left: 26px; 
       padding-right: 26px;
}
.wpcf7-submit:hover{
	background: #69af36;
      color: #ffffff;
  }
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #69af36;
	background: #ffffff;
	padding: 0px;
}
.wpcf7 label {
    display: block;
    font-size: 12px;
    color: #69af36;
    width: 100%;
    float: left;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #ffffff;
	padding: 1px;
	color: #000000;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #ffffff;
	border-color: #ffffff;
	color: #69af36;
	margin: 0;
}
.clearfix:after {
	content: &quot;&quot;;
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.demi-colonne {
		width: 50%;
	}
}
/**---------------- Mentions ----------------**/
h9 {
    font-size: 0.8em;
}
/**---------------- Forms ----------------**/
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: .2rem .2rem;
}
/**---------------- Supprime auteurs ----------------**/
.meta-author {
display:none !important;
}
.home .meta-date {
display: none;
}