/*
Theme Name: decre
Author: Olyos
Description: un thème développé par olyos
Version: 2024
Text Domain: olyos
Domain Path: /languages/

*/
/*--------------------------------------------------------------
	General
--------------------------------------------------------------*/

body {
  -webkit-font-smoothing: antialiased;
	margin: 0;
	font-family: Helvetica;
}

h1, h2, h3, h4, h5, h6  {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}


.caviar {
	font-family: Caviar;
}


/*--------------------------------------------------------------
	Woocommerce
--------------------------------------------------------------*/
.wp-block-woocommerce-proceed-to-checkout-block, .wc-block-components-checkout-place-order-button {
	background: #6E918B;
	color: white;
	    border: none;
}
.wp-block-woocommerce-proceed-to-checkout-block a, .wc-block-components-checkout-place-order-button a {
	color: #fff;
	    text-decoration: none;
    font-family: inherit;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
	Menu

#ultp-header-template {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	box-sizing:border-box;
	z-index: 999;
    background: white;
}

.stickycontent {
	margin-top:120px;
}
--------------------------------------------------------------*/