/*!
 Theme Name:   Wodex Child
 Theme URI:    http://demo.themepiko.com/wodex/
 Description:  Wodex Child Theme
 Author:       themepiko
 Author URI:   http://themepiko.com/
 Template:     wodex
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  wodex
 Domain Path: /languages/
*/

/* Boutique */


.woocommerce-ordering select {
    display: none !important;
}


/**---------------- Boutons ----------------**/

black.vc_btn3-style-outline {
    color: #35acbb !important;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
    color: #35acbb !important;
    border-color: #35acbb;
    background-color: #fff;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
    color: #fff !important;
    border-color: #35acbb;
    background-color: #35acbb;
}

/**---------------- Formulaire de contact ----------------**/


#formulaire-responsive {
	max-width:1000px /*-- à 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
}


.colonne2 {
	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="tel"], .wpcf7 textarea {
	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;
	color: #344d7b; 
    font-family: 'Noto Sans', sans-serif;
    border-color: #344d7b; 
    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: #344d7b;
      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;
}
.wpcf7-form-control-wrap textarea-459-demarche {
    margin-bottom: 30px;

}
button.btn.btn-brw-1 {
    border-width: 0px;
    border-style: solid;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffffff;
    background-color: #46b450;
    color: #ffffff;
    text-align: center;
}
.wpcf7 .wpcf7-response-output {
    font-size: 17px;
}
.wpcf7-spinner {

    background-color: #ff0000;
    opacity: 0.75;
    width: 50px;
    height: 50px;
}
.wpcf7-spinner::before {

    top: 8px;
    left: 8px;
    width: 12px;
    height: 13px;
    transform-origin: 16px 16px;

}
.wtwp-design-11 .wtwp-testimonial-author {
    text-align: left;
    margin-left: 0px !important;
   
}



/**---------------- Boutique ----------------**/

.thumb_action .wc-forward:hover, .thumb_action .btn-ac:hover {
    background-color: #68acb9 !important;
    color: #fff;
}

.thumb_action .wc-forward, .thumb_action .btn-ac {

    color: #68acb9 !important;

}

.icon-list {

    display: none !important;

}

.product_meta {

    display: none !important;

}



/**---------------- Footer ----------------**/
.menu{

    line-height: 20px !important;

}


/**---------------- Blog ----------------**/


.single-post .entry-thumbnail-wrap {
    text-align: center;
    display: none;
}