/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 31 2024 | 14:33:36 */
.page-id-84.um-page-login.um-page-loggedout #secondary,.storefront-breadcrumb{
	display:none;
}

.block.footer-widget-2 p, .block.footer-widget-3 p{
	color:#0D1D46;
}

.block.footer-widget-2 .item_logout{
	display:block;
}

.amount,.woocommerce-mini-cart__total.total, .product-price, 
.product-subtotal, .cart_totals>h2, .cart_totals 
.shop_table.shop_table_responsive,
.shop_table.woocommerce-checkout-review-order-table tfoot,
.product-total, .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot, .woocommerce-order-overview__total.total
{
	display:none !important;
}
img{
	display: inline-block !important;
}
a{
	color: #0d1d46
}
.mega-menu-link{
	font-size: 40px;
	font-family: "Montserrat", Montserrat, Sans-serif;
	font-weight: 500;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	font-weight: 500;
}
/******** Header *******/
.site-header{
	margin-bottom: 0 !important;
}
.site-header .site-search{
  	display: none;
}
#site-header-cart{
	width: 90px ! important;
}
.widget.woocommerce.widget_shopping_cart{
	display: none !important;
}

/* Header Logo */

/*.site-branding{
	width: 100% !important;
	margin-right: 0 !important;
  	text-align: center;
  	margin-bottom: 20px !important;
}
.site-branding .custom-logo-link{
	float: none;
  	text-align: center;
  	display: inline-block !important;
}*/

/***** Footer *****/
.site-info{
	display: none;
}
.block.footer-widget-2 p, .block.footer-widget-3 p{
	font-size: 16px;
    text-align: center;
}
@media screen and (min-width: 768px) {
	.site-footer{
		padding: 0 !important;
	}
  	.site-footer a{
		text-align: center;
	}
  	.site-footer img{
		max-width: 100% !important;
	}
  	.footer-widgets {
        padding-top: 60px;
    }
    .block.footer-widget-2, .block.footer-widget-3{
      text-align: center;
    }
}
@media screen and (max-width: 768px) {
  	.site-footer a{
      	display: inline-block;
	}
  	.widget.widget_sp_image{
      text-align: center;
  	}
  	.site-footer img{
		max-width: 100% !important;
	}
}

/******** margins blancs *******/
.entry-header{
	display: none;
}
.woocommerce-breadcrumb{
	display: none;
}
.site-main {
    margin-bottom: 0 !important;
}
.hentry{
	margin-bottom: 0 !important;
}
.content-area{
  	margin-bottom: 0 !important;
}

/******** Boutons *******/
.button, .woocommerce-button.button.invoice, .woocommerce-button.button.view, .button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .single_add_to_cart_button.button.alt, .button.alt {
  font-family: "Montserrat", Sans-serif !important;
  font-weight: 500 !important;
  text-transform: none !important;
  border-radius: 5px !important;
  background-color: #039372 !important;
  color: #FFF !important;
  border: solid 1px #039372 !important;
  font-size: 16px !important;
  padding: 16px 24px !important;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.wc-proceed-to-checkout a{
	background-color: #ff7844 !important;
  	margin-bottom: 0 !important
}
.button:hover, .woocommerce-button.button.invoice:hover, .woocommerce-button.button.view:hover, .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, .single_add_to_cart_button.button.alt:hover, .button.alt:hover {
  background-color: #fff !important;
  color: #039372 !important;
}
.wc-proceed-to-checkout a:hover{
	background-color: #fff !important;
  	margin-bottom: 0 !important
}
.woocommerce-button.button.invoice{
	display: none
}

.astra-shop-summary-wrap{
	text-align: center
}
/*** Menu ***/
@media (min-width: 768px){
  .storefront-primary-navigation {
      clear: both;
      margin-left: -100em;
      margin-right: -100em;
  }
}