/*
 Theme Name:   Jogy Child
 Theme URI:    http://wp.swlabs.co/jogy/
 Description:  jogy Child Theme
 Author:       Swlabs
 Author URI:   https://themeforest.net/user/swlabs
 Template:     jogy
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, post-formats, translation-ready
 Text Domain:  jogy
 */
/*.simple-banner {
    background: #732033;
    display: none;
}*/
	.slz-wrapper-content .slz-title-command:before {
		background-color: rgba(0, 0, 0, 0);
	}
    .slz-title-command .title-command-wrapper .title {
		color: #fff;
    }
	.slz-header-wrapper {
    background-repeat: no-repeat;
    }
	/*.slz-header-center.header-transparent .slz-main-menu {
    border-bottom: 1px solid rgba(255,255,255,0);
    }*/
	.slz-logo-wrapper .logo img {
    max-width: 279px;
	max-height: 84px;
	}

	.h1{
	text-shadow: 2px 1.5px 1.1px #732235;
	}
	.vc_custom_1491905681550 {
    padding-top: 0px !important;
    padding-bottom: 40px !important;
    }

	
	.sc_main_title .st-london .title-wrapper {
    color: #732234;
    }
.slz-wrapper-content .slz-title-command .title-command-wrapper {
    padding: 280px 0 80px 0;
}
.la-india .slz-pricing-box .pricing-price {
    width: 220px;
}
.image_rounded{
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.padding-top-100 {
    padding-top: 100px;
}
.wpcf7 form.wpcf7-form {
    font-size: 14px;
	padding-left: 15px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 100px !important;
}
.slz-menu-wrapper > li > a {
    padding: 0 12px !important;
}

/*.col-md-12, .col-sm-12, .col-xs-12, .slz-content-column { 
    padding-top: 100px !important;
}*/
.pourcentage {
	background-color: #D9534F;
	display: block;
	width:25%;
	margin:auto;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	color: #fff;
	text-align:center;
	border-radius: .25em;
}
//*.price {
text-shadow:#732033 1px 1px 2px,#fff 1px 0px 10px,#fff 1px 0px 20px,#fff 1px 0px 30px;
}*//


a.buttonAdd{
 display:inline-block;
 padding:0.3em 1.2em;
 margin:0 0.3em 0.3em 0;
 border-radius:2em;
 box-sizing: border-box;
 text-decoration:none;
 font-family:'Roboto',sans-serif;
 font-weight:300;
 color:#FFFFFF !important;
 background-image: -webkit-linear-gradient( 90deg, #cea542 50%, #ffffff 150%);
 text-align: right;
 transition: all 0.2s;
 font-weight: bold;
}
a.buttonAdd:hover{
 background-color:#fff !important;
 color:#000 !important;
}
@media all and (max-width:30em){
 a.buttonAdd{
 display:block;
 margin:0.2em auto;
 }
} 
.slz-footer-bottom .item-wrapper {
    text-align: left!important;
}
.slz-header-topbar .social a i {
    color: inherit;
    margin-right: 0;
    font-size: 20px !veryimportant;
    min-width: 1px;
    line-height: 1;
}
.justify {
	text-align: justify;
}
/*-------------style pour le formulaire de contact sur 2 colonnes*/
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .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: left;
	background: #CA0002;
	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: 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;
}
/*formulaire en responssive*/
#responsive-form{
	max-width:1200px /*-- change this to get your desired form width --*/;
	margin:0 auto;
    width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	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;
}
/**---------------- espaces entre les blocs P fiches produits ----------------**/
.woocommerce .summary p {
  margin-bottom: 10px !important;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

.slz-wrapper-content .wpb_content_element {
    margin-bottom: 0;
    width: 100%;
}

.tg-adn  {border-collapse:collapse;border-color:#aaa;border-spacing:0;}
.tg-adn td{background-color:#fff;border-color:#aaa;border-style:solid;border-width:1px;color:#333;
  font-family:Arial, sans-serif;font-size:14px;overflow:hidden;padding:1px 13px;word-break:normal;}
.tg-adn th{background-color:#f38630;border-color:#aaa;border-style:solid;border-width:1px;color:#fff;
  font-family:Arial, sans-serif;font-size:14px;font-weight:normal;overflow:hidden;padding:1px 13px;word-break:normal;}
.tg-adn .tg-1wig{font-weight:bold;text-align:left;vertical-align:top}
.tg-adn .tg-kftd{background-color:#efefef;text-align:left;vertical-align:top}
.tg-adn .tg-0lax{text-align:left;vertical-align:top}

.neu-sticker {
  position: relative;
  margin: -25px !important;
  z-index: 50;
  top: 20px;
  right: 5px;
}

.woocommerce h2::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + -50px)!important;
  width: 50px;
  height: 1px;
  background-color: #26bbec;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.woocommerce h2::before {
  content: '\e903';
  font-family: 'Yoga';
  font-size: 14px;
  color: #26bbec;
  position: absolute;
  top: 50%;
  left: calc(100% + -50px)!important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  font-family: WooCommerce;
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 0em!important;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0px !important;
  margin-left: 20px !important;
}
.slz-blog-detail.layout-1 .blog-detail-wrapper .block-image::before {
  padding-top: 32% !important;
}
.block-image::before, .slz-gallery-format .wrapper-image::before {
  display: block;
  content: '';
  padding-top: 65% !important;
}
.slz-change-color .slz-menu-wrapper > li > a::before, .slz-change-color .slz-header-box.header-transparent .slz-menu-wrapper > li > a::before {
  background-color: #cea542!important;
}

.slz-change-color .slz-main-menu-mobile .slz-menu-wrapper {
  background-color: #cea542!important;
}
.slz-change-color .slz-header-mobile-topbar .slz-mobile-topbar, .slz-change-color .slz-main-menu-mobile .nav-search {
  background-color: #cea542!important;
}
.slz-menu-wrapper > li.menu-item > a, .slz-menu-wrapper .sub-menu > li > a, .slz-menu-wrapper .mega-menu-row .mega-menu-col > a, .slz-menu-wrapper .mega-menu .link {
  color: #204416 !important;
}