@media only screen and (min-width: 900px) {
.twocolumn {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    column-gap: 40px;
	}
}

@media (min-width: 1200px) {
.header-page__inner {
    padding-top: 150px;
    padding-bottom: 150px;
	}
}

.vc_row_small {
    padding-top: 10px;
    padding-bottom: 10px;
}

.vc_row_listing {
    padding-top: 0px;
    padding-bottom: 0px;
}

.hover-blue a:hover {
    color: #1b186f;
}

.hover-white a:hover {
    color: white;
}

.hover-black a:hover {
    color: black;
}

.text-white h1 h2 h3 h4 p a {
    color: white;
}

.text-black h1 h2 h3 h4 p a {
    color: black;
}

.text-blue h1 h2 h3 h4 p a {
    color: blue;
}

.text-red h1 h2 h3 h4 p a {
    color: red;
}

p a {
    color: #072e61;
	}

.sidebar_title {
    font-size: 16px;
    border-left-width: 2px;
    border-left-style: solid;
    padding-left: 15px;
    margin-bottom: 30px;
    margin-top: 0;
		border-left-color: #f5af02;
}

body {
    font-size: 15px;
}

.pricing li {
    margin-bottom: 30px;
		margin-left: 30px;
    text-align: left;
    border-radius: 10px;
}

.listing--box .listing__title span {
    font-size: 12px;
}

.header__content .wiloke-menu.wiloke-menu-responsive .wiloke-menu-list {
		    background-color: rgba(7, 8, 59, 0.94);
}
.breadcrumb{
    color:white;
    font-family: "Poppins", sans-serif;
    font-size:0.9em;
    line-height: 1.71428em;
    letter-spacing: 0;
}
.breadcrumb a{
    color:white;
}
.breadcrumb a:hover{
    color:#f5af02;
}
.wpb_content_element_2{
    margin-bottom: 0px;
}
/**--- CF7 perso ---**/
#formulaire-responsive {
	max-width:900px /*-- à modifier en fonction de la largeur désirée --*/;
	margin:0 auto;
        width:100%;
}
.rang-form {
	width: 100%;
}
.demi-colonne, .colonne {
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-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) { 
	.demi-colonne {
		width: 50%;
	}
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="date"], .wpcf7 select, .wpcf7 textarea {
	background-color: white;
	width: 100%;
	padding: 8px;
	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-submit{
	float: right;
	margin-top:30px;
	color: #69af36; 
      font-family: 'Noto Sans', sans-serif;
      border-color: #69af36; 
      font-size: 14px; 
  	  line-height: 49px; 
      height: 49px; 
      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: #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: 12px;
}
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;
}

/***** Recaptcha hidden *****/
.grecaptcha-badge { visibility: hidden; }

