/* Enter Your Custom CSS Here */
/* Modification marges*/
p {
    margin: 0 0 1em
}

/*.widget_shopping_cart .product_list_widget {
    background-color: #fdfdfd;
}*/
h5{
font-size: 0.857em;
}

/* CART TOASTER - Changement couoleur fond */
.site-header-cart .widget_shopping_cart {
background-color: #f8f8f8;
}

/* - BREADCRUMB - Réduction marge bas */
.woocommerce-breadcrumb {
    margin-bottom: 1.536em;
}

/* SIDELINE - réduction espace Lieux border */
.widget h2.widgettitle, .widget h3.widget-title {
    padding: 0 0 0;
}


/* SHOP - Reduction marge autour image produit*/
ul.products li.product img {
    display: block;
    margin: 0 auto 1em;
}

/* SHOP - Réduction padding autout date prix et choisir */
body, button, input, textarea {
    line-height: 1.418;
}

/* CART - Réduction espce Titre bottom */
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #131315;
    font-weight: 700;
    margin: 0 0 0;
  }

/* CART - reduction padding titres de colonnes */
table.cart td, table.cart th {
    padding: 0.5em;
}

/* CART - Afichage TVA dans la même ligne */

.cart-collaterals .cart_totals small.includes_tax {
    display: inline;
}

/* CART - Réduction padding sous-total et total */
table td, table th {
    padding: 0.1em 1.387em;
}

/* PRODUCT - Réducion padding top des tabs description */
.woocommerce-tabs {
   padding-top: 0;
}

/* PRODUCT - Suppression de l'affichage de la catégorie (lieu en bas) */
.single-product div.product .product_meta .posted_in, .single-product div.product .product_meta .sku_wrapper, .single-product div.product .product_meta .tagged_as {
    display: none;
}

/* PRODUCT - Réduction de la marge sous le bouton reserver */
.single-product div.product form.cart {
    margin-bottom: 0;
}

/* CART - Réduction marges bandes vertes et epaisseur bande verte */
.site-content > .col-full > .woocommerce > .woocommerce-error:first-child, .site-content > .col-full > .woocommerce > .woocommerce-info:first-child, .site-content > .col-full > .woocommerce > .woocommerce-message:first-child {
    margin-top: 0;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
    margin-bottom: 1em;
    padding: 0.5em 1.218em;
}

.woocommerce #main {
width:100%;
}

/* Woocommerce modification espacements logo panier */
.site-header-cart .cart-contents {
	margin-left: 50px;
    width: 150px;
}


/* Boutons arrondis */

.button.addtocartbutton, .single_add_to_cart_button.button.alt, .ssatc-content a.button.alt, a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.checkout-button.button.alt.wc-forward {
	background-color: #ffffff;
	border: 3px solid;
	border-color: #00b300;
	border-radius: 50px; 
	color: #00b300;
	box-shadow: none;
}

.button.addtocartbutton:hover, .single_add_to_cart_button.button.alt:hover, .ssatc-content a.button.alt:hover,a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, a.checkout-button.button.alt.wc-forward:hover {
	background-color: #00b300;
  	border: 3px solid;
	border-color: #00b300;
  	border-radius: 50px;
	color: #ffffff;
	box-shadow:  none; 
}

/* Placement bouton réserver*/
button.single_add_to_cart_button.button.alt {
    margin-right: 10em;
}
.single-product div.product .variations_button {
    padding-top: 0;
}

/* BOUTON COMMANDER*/
input#place_order.button.alt {
  background-color: #00b300;
  border: 3px solid;
  border-color: #00b300;
  box-shadow: none; 
}

input#place_order.button.alt:hover {
  background-color: #00b300;
  border: 3px solid;
  border-color: #009900;
  box-shadow:  none; 
}

/* Taille titre produit */
.alpha, h1 {
  font-size: 1.918em;
}


/*Souligenemnt hover menu haut*/ 
#menu-menu-haut li a {
    padding: 0;
    margin: 0 1em;
  	border-bottom: 2px solid rgba(0,0,0,0);
}
#menu-menu-haut li a:hover {
    border-bottom: 2px solid;
}


/* */
.storefront-full-width-content.single-product div.product .summary {
    margin-bottom: 1.618em;
}
.single-product div.product table.variations .value {
  margin-bottom: 0;
}

.single-product div.product table.variations td {
  display: inline;
}
  
.single-product div.product table.variations .value:after {
  content: "La validation de votre heure de rendez-vous vous sera confirmée par email dans les plus brefs délais.";
  font-size: 0.8em;
  color: #999999;
  font-weight: bold;
  margin: 0.7em 0;
  display: block;
}

/* Cacher le statut en stock ou indisponible sur la page produit lors de la selection d'horaire */
div.woocommerce-variation-availability {
  display:none;
}

/*Confirmation commande mise en page*/
table.shop_table.order_details > tbody > tr.product-purchase-note > td > p > a > img, table.shop_table.order_details > tbody > tr.product-purchase-note > td > p > span {
  display: inline-block;
}

/*Couleur et texte du choix de l'horaire*/
div.summary.entry-summary > form > table > tbody > tr > td.value > select {
  color: #00b300;
  font-weight: bold;
}

div.summary.entry-summary > form > table > tbody > tr > td.value > select option{
color: black;
}

.we-carousel.we-grid-shortcode.we-grid-column-1 figure.ex-modern-blog h3 {
    white-space: normal !important;
    word-wrap: normal !important;
    text-overflow: clip !important;
}
.we-search-form .fa {
    color: #6f6f6f;
}


/* Bootstrap Grid */
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div[class^='col'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after {
    clear: both;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .woocommerce #exmain-content .content-area {
      width: 73.9130434783% !important;
      float: left !important;
      margin-right: 4.347826087% !important;
	}
}
aside.we-latest-events-widget {
    margin-top: 30px;
}
.we-grid-shortcode:not(.gr-classic) figure.ex-modern-blog h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    word-wrap: normal;
    word-break: normal;
}
div#we-ajax-search + .calendar-info.hidden { display:none}
.calendar-info.hidden { display: none;}

.we-grid-shortcode figure.ex-modern-blog .we-more-meta span {
    display: inline-block;
}

.call-us-header {
    clear: none;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
@media(min-width:993px) {
	.call-us-header {
    	margin-left: 30px;
	}
}
@media(min-width:768px and max-width:992px) {
	.call-us-header {
        text-align: right;
    	display: block;
    	float: right;
	}
	.woocommerce-active .site-header .site-header-cart {
  		float: left;
    	margin-top: -15px;
    	margin-bottom: 20px;
	}
}
.woocommerce-active .site-header .site-header-cart .cart-contents {
  	color: #fff;
  	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
    margin-left: 0;
}
@media (min-width: 768px) {
  .site-header-cart .cart-contents .count {
      opacity: 0.8;
  }
}
.main-navigation .primary-navigation>ul>li>a {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25);
}