/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0
*/


/* Child theme CSS
--------------------------------------------------------------- */

/* Button animation */
/*
.cavecaloz-custom-popup .nm_btn:after{
	position: absolute;
	content: "";
	width: 24px;
	height: 7px;
	background-image: url(./assets/img/cavecaloz-more-icon.png);
	background-size: contain;
	top: calc(50% - 3px);
	z-index: 99;
	left: 13px;
}
.cavecaloz-custom-popup .nm_btn:before{
	position: relative;
	content: "";
  left: -9999px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
	color: #fff;
	opacity: 0;
	z-index: 99;
}

@-webkit-keyframes dot-carousel {
  0% {
		box-shadow: 9999px 0 0 1px #fff, 10014px 0 0 -1px #fff, 9984px 0 0 -1px #fff;
  }
  50% {
    box-shadow: 10014px 0 0 -1px #fff, 9984px 0 0 -1px #fff, 9999px 0 0 1px #fff;
  }
  100% {
		box-shadow: 9984px 0 0 -1px #fff, 9999px 0 0 1px #fff, 10014px 0 0 -1px #fff;
  }
}

@keyframes dot-carousel {
  0% {
		box-shadow: 9999px 0 0 1px #fff, 10014px 0 0 -1px #fff, 9984px 0 0 -1px #fff;
  }
  50% {
    box-shadow: 10014px 0 0 -1px #fff, 9984px 0 0 -1px #fff, 9999px 0 0 1px #fff;
  }
  100% {
		box-shadow: 9984px 0 0 -1px #fff, 9999px 0 0 1px #fff, 10014px 0 0 -1px #fff;
  }
}*/

/* End Button animation */
/* 
@font-face {
	font-family: 'Apercu-Bold';
	src: url("../savoy-child/fonts/Apercu\ Bold.otf") format("opentype");
}
@font-face {
	font-family: 'Apercu-Itatic';
	src: url("../savoy-child/fonts/Apercu\ Italic.otf") format("opentype");
}
@font-face {
	font-family: 'Apercu-Medium';
	src: url("../savoy-child/fonts/Apercu\ Medium.otf") format("opentype");
}
@font-face {
	font-family: 'Apercu-Regular';
	src: url("../savoy-child/fonts/Apercu\ Regular.otf") format("opentype");
}
@font-face {
	font-family: 'NewParisText-Bold';
	src: url("../savoy-child/fonts/NewParisText-Bold.otf") format("opentype");
}
@font-face {
	font-family: 'Suisse-BP-Int-Regular';
	src: url("../savoy-child/fonts/Suisse\ BP\ Int\'l\ Regular.otf") format("opentype");
}
.font-Apercu-Bold{
	font-family: "Apercu-Bold" !important;
}
.font-Apercu-Itatic{
	font-family: "Apercu-Itatic" !important;
}
.font-Apercu-Medium{
	font-family: "Apercu-Medium" !important;
}
.font-Apercu-Regular{
	font-family: "Apercu-Regular" !important;
}
.font-NewParisText-Bold{
	font-family: "NewParisText-Bold" !important;
}
.nm-row-boxed{
	max-width: 1200px !important;
}
.nm-row-boxed.custom-width-1024{
	max-width: 1024px !important;
}
.font-Suisse-BP-Int-Regular{
	font-family: "Suisse-BP-Int-Regular";
}
h3.woocommerce-loop-product__title a{
	display: inline-block;
	width: 100%;
}
h3.woocommerce-loop-product__title:hover a,
.nm-menu li.menu-item a:hover,
.nm-menu li.menu-item.current-menu-item a,
.zo-grid-title a:hover{
	color: #ac112b;
}
.wpb_text_column p{
	text-align: justify;
}
.nm-footer-widgets-inner .nm-footer-block-grid > li{
	padding: 0 10px 20px;
}
.menu-footer-container ul li a,.menu-footer-2-container ul li a {
	color: #707070  !important;
}
.widget.widget_media_image a img{
	margin-top: -20px;
}
.wpcf7-form-control-wrap.email-900 input::placeholder{
	color: #fff !important;
	font-weight: normal;
	opacity:1;
	
}
.nm-footer-widgets-inner #menu-footer li, .nm-footer-widgets-inner #menu-footer-2 li{
	display: inline-block;
	padding: 0 5px;
	font-weight: 700;
}
.cavecaloz-socical-logo{
	display: flex;
	justify-content: flex-end;
}
.cavecaloz-socical-logo .social-btn{
	padding: 0 10px;
	background: transparent;
	border: none;
}
.cavecaloz-socical-logo .social-btn i.nm-font::before{
	font-size: 18px;
}
.nm-footer-widgets-inner{
	line-height: 18px;
}
.cavecaloz-degustation-meta{
	padding: 30px 0;
}
.template-zo_grid--cavecaloz_degustation .zo-grid-title{
	margin-bottom: 20px;
}
.template-zo_grid--cavecaloz_degustation .zo-grid-readmore a{
	margin-top: 15px;
	padding: 6px 15px 7px;
	line-height: initial;
	border-radius: 100px;
	color: #fff;
	transition: all 0.3s ease;
	display: inline-block;
	min-width: auto;
}
.template-zo_grid--cavecaloz_degustation .zo-grid-readmore a:hover{
	opacity: 0.73;
	color: #fff;
}
.zo-grid-inner-left{
	padding-left: 0;
}
.zo-grid-inner-right{
	padding-right: 0;
}
.cavecaloz-row{
	padding-top: 80px;
	padding-bottom: 80px;
}
.cavecaloz-row.has-bg{
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 80px;
	margin-bottom: 80px;
}
.template-zo_grid .zo-grid-item{
	padding-left: 0;
	padding-right: 0;
}
.vc_empty_space{
	clear: both;
}
.template-zo_grid--cavecaloz_degustation .zo-grid-item{
	padding: 0 0 80px;
}
@media screen and (min-width: 768px){
	.cavecaloz-gallery >.vc_column-inner >.wpb_wrapper >.nm-row:first-child{
		padding-bottom: 20px;
	}
	.cavecaloz-gallery >.vc_column-inner >.wpb_wrapper >.nm-row:not(:first-child) >.nm_column:nth-child(2n){
		padding-left: 10px;
	}
	.cavecaloz-gallery >.vc_column-inner >.wpb_wrapper >.nm-row:not(:first-child) >.nm_column:nth-child(2n + 1){
		padding-right: 10px;
	}
	.cavecaloz-newsletter .nm-row > .nm_column:first-child{
		padding-right: 60px;
	}
	.cavecaloz-newsletter .nm-row > .nm_column:last-child{
		padding-left: 60px;
	}
}
@media screen and (max-width: 991px){
	.nm-right-menu ul.nm-menu li{
		display: block;
	}
}
@media screen and (max-width: 767px){
	.hidden-mobile-menu{
		display: none;
	}
	.hidden-map-desktop{
		display: block !important;
	}
	.hidden-map-mobile{
		display: none;
	}
	.woocommerce-product-gallery__image a img {
	    object-fit: contain;
	    height: 300px;
	}
	.zo-grid-inner-left,.zo-grid-inner-right{
		padding: 0;
	}
	.home .cavecaloz-row,
	.home  .vc_custom_1588762442923{
		padding-top: 0px !important;
	}
	.home .vc_custom_1439335872363 .nm_column{
	    margin-bottom: 20px;
	}
	.page-id-545 #post-545 .nm_column {
	    margin-bottom: 0px;
	}
	.page-id-545 #post-545 .vc_custom_1589878398565 {
    	padding-top: 0px !important;
        padding-bottom: 40px !important;
	}
	.cavecaloz-row{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.cavecaloz-row.has-bg{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.template-zo_grid--cavecaloz_degustation .zo-grid-item{
		padding: 0 0 60px;
	}
	.cavecaloz-degustation-meta{
		padding-bottom: 15px;
	}
	.nm-footer{
		padding: 40px 0 0;
	}
	.nm_column{
		margin-bottom: 30px;
	}
	.hide-on-mobile{
		display: none;
	}
	.nm-header.centered .nm-menu > li > a{
		padding: 16px 8px;
	}
	form.invalid .newsletter-footer .wpcf7-not-valid-tip,
	.cavecaloz-newsletter .wpcf7-validation-errors{
		font-size: 12px !important;
	}
	.cavecaloz-newsletter{
		margin: 0 15px;
	}
	.cavecaloz-newsletter .nm-row > .nm_column{
		padding: 0;
		margin-bottom: 30px !important;
	}
	.widget_custom_html .footer-logo{
		transform: none;
		text-align: center;
	}
	.cavecaloz-socical-logo{
		justify-content: center;
	}
	.nm-footer-widgets-inner{
		text-align: center
	}
	.widget_media_image{
		margin: 0 auto;
	}
}
/* masory */ /*
.zo-masonry-item .zo-masonry-title{
	margin: auto;
	font-family: "NewParisText-Bold";
	width: 100%;
	height: 100%;
	font-size: 40px;
}
.zo-masonry-item .zo-masonry-title a{
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zo-masonry-item .zo-masory-overlay{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease;
}
.zo-masonry-item:hover .zo-masory-overlay{
	background: none;
}
.zo-masonry-item .zo-masonry-inner{
	transition: all 0.3s ease;
}
.zo-masonry-item .zo-masonry-inner{
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.zo-masonry-item:hover .zo-masonry-inner{
	-moz-filter: none;
	-o-filter: none;
	-webkit-filter: none;
	filter:none
}
.nm-footer{
	padding: 80px 0 30px;
}
.nm-footer .nm-footer-widgets{
	overflow: visible;
}
.nm-footer-widgets-inner .nm-footer-block-grid{
	position: relative;
}
.nm-footer-widgets-inner .nm-footer-block-grid::before{
	position: absolute;
	content: "";
	width: calc(100% - 30px);
	height: 2px;
	background: #d4d4d4;
	top: -80px;
	left: 15px;
}
.nm-footer-bar{
	display: none;
}
.text-white{
	color: #fff !important;
}
.nm-feature .wpb_text_column{
	margin: 0;
}
.nm-feature h2{
	font-size: 28px;
	line-height: 30px;
}
.nm-feature h1,.nm-feature h2, .nm-feature h3, .nm-feature h4,.nm-feature h5,.nm-feature h6{
	color: #000 !important;
}
.nm-shop-loop-thumbnail{
	padding: 15px;
}
.nm-shop-loop-thumbnail img{
	width: 100px;
	margin: 0 auto;
}
.woocommerce-product-gallery, .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
	padding: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
	width: 100%;
}
.woocommerce-product-gallery__trigger{
	display: none;
}
.woocommerce-product-gallery__image,
.nm-post-featured-image{
	display: flex;
}
.woocommerce-product-gallery__image a{
	margin: 0 auto;
}
.woocommerce-product-gallery__image a img{
	width: 240px;
}
.nm-single-product-bg{
	z-index: 1;
}
.nm-single-product-bg, .nm-single-product-top{
	position: relative;
}
.nm-single-product-bg::after{
	position: absolute;
	content: "";
	width: 200%;
	height: calc(100% + 50px);
	background: #eeeeee;
	top: -50px;
	left: -50%;
	z-index: -1;
}
.nm-variable-add-to-cart-button{
	background: #000000;
}
.nm-post-featured-image img{
	margin: 0 auto;
}
.nm-footer-widgets-inner p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
}
.nm-footer-widgets-inner p a{
	display: inline-block;
}


.pum-close::before, .pum-close::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 30px;
	background-color: #282828;
	left: 50%;
  top: calc(50% - 15px);
}
.pum-close::before{
	transform: rotate(45deg);
}
.pum-close::after{
	transform: rotate(-45deg);
}
.pum-container .nm-row{
	padding: 0;
}
.pum-container .nm_column{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* ===================================================================== */ /*

.mt-15,.menu-footer-container,.menu-footer-2-container{
	margin-top: 15px;
}
.cavecaloz-socical-logo > div.social{
	margin-bottom: 5px;
}
.zo-grid-inner-right{
	line-height: 22px;
}
/* Grid news */ /*
.nm-blog-categories{
	display: none;
}
.nm-blog-grid .nm-post-content{
	margin: 0;
}
.nm-blog-grid .nm-post-title{
	margin-bottom: 10px;
}
.nm-blog-grid .nm-post-thumbnail a{
	display: flex;
}
.nm-blog-grid .nm-post-thumbnail img{
	margin: 0 auto;
}
.template-zo_grid .zo-grid-item .zo-grid-readmore a{
	display: flex;
	align-items: center;
}
.nm-post-orther-img > div{
	margin: 15px 0;
}
.nm-post-orther-img .nm-row{
	margin: 20px 0 !important;
}
.nm-post-orther-img .nm_column{
	padding: 0 7px !important;
}
.woocommerce-Tabs-panel .nm-row{
	padding-top: 15px;
	padding-bottom: 15px;
}
.woocommerce-after-single-product-summary{
	background-image: url(./assets/img/BIG_Tache-rose.png);
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.woocommerce-variation-add-to-cart .nm-variable-add-to-cart-button{
	font-weight: bold;
	font-size: 20px;
}
.woocommerce-tabs{
	font-weight: 500;
}
.tabs.wc-tabs{
	font-weight: 600;
}
.woocommerce-loop-product__title .sub-title{
	display: block;
}
.btn-primary{
	background-color: #5ebb51 !important;
	padding: 6px 15px 7px !important;
    line-height: initial !important;
}
.btn-secondary{
	background-color: #b91733 !important;
	padding: 6px 15px 7px !important;
    line-height: initial !important;
	min-width: auto !important;
}
.nm_btn_bg, .wpcf7-form-control.wpcf7-submit{
	padding: 6px 15px 7px !important;
    line-height: initial !important;
	min-width: auto !important;
}
.wpcf7 input.wpcf7-submit{
	background-color: #b91733;
	border-radius: 20px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control{
	border-color: #000;
}
.product .summary .product_title{
	font-family: "Apercu-Regular";
	margin-bottom: 5px;
}
.nm-product-summary-inner-col{
	margin-bottom: 15px;
}
.nm-product-share-wrap i.nm-font{
	color: #727272;
}
.woocommerce-tabs .tabs li.active a{
	border: none;
	text-decoration: underline;
}
.woocommerce-after-single-product-summary{
	margin-top: 60px;
}
.woocommerce-tabs{
	border: none;
}
.nm-shop-loop-thumbnail img {
    width: auto;
    min-height: 300px;
    max-height: 300px;
}
.woocommerce-tabs .panel .woocommerce-Tabs-panel--recompenses{
    text-align: center;
}
.product .woocommerce-variation.single_variation{
	display: none !important;
}
.variations tr .label{
	display: none;
}
.variations tr:last-child td {
    border: 1px solid #dadada;
}
.variations .value .sod_select .sod_label{
    text-align: left;
}
.nm-shop-categories {
    width: 75%;
}
.nm-shop-filter-menu {
    width: 25%;
}

.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control{
	resize: none;
}
.nm_btn_sm {
    padding: 6px 15px 7px;
    line-height: initial;
}
.nm_btn {
    min-width: auto;
}
.nm_btn_xs {
    padding: 6px 15px 7px;
    line-height: initial;
}
.nm-menu-cart a .count{
	color: #707070 !important;
}
.has-hover .products li:hover .price {
    opacity: 1;
}
.nm-product-wishlist-button-wrap a i:before{
	content: "\f08a";
}
.nm-product-wishlist-button-wrap:hover a i:before{
	content: "\f004";
}
.nm-product-wishlist-button-wrap a.nm-wishlist-button{
	padding-right: 0;
	border-right: none;
}
.tp-bullet.selected .tp-bullet-inner, .tp-bullet:hover .tp-bullet-inner{
	display: none;
}
.uranus .tp-bullet.selected,.uranus .tp-bullet:hover{
	width: 8px !important;
	height: 8px !important;
	top: -1px !important;
}

#wpcf7-f1494-p545-o1 .wpcf7-form .wpcf7-form-control-wrap input.wpcf7-form-control, 
#wpcf7-f1494-p545-o1 .wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control {
    background-color: transparent;
}
.sod_list .sod_option:first-child{
	display: none;
}
.woocommerce-account .nm-row{
	max-width: 1200px;
}

#nm-shop-browse-wrap .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
	display: none;
}

.woocommerce-after-single-product-summary #nm-product-meta.product_meta {
	border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.variations tr:last-child td {
	height: 70px;
	font-size: 18px;
}

.product .summary .single_variation_wrap .nm-quantity-wrap{
	height: 70px;
    font-size: 18px;
}
@media (max-width: 768px){
	.nm-shop-filter-menu{
		width: auto;
	}
}

.woocommerce-account .nm-footer-widgets-inner .nm-footer-block-grid::before,
.home .nm-footer-widgets-inner .nm-footer-block-grid::before,
.blog .nm-footer-widgets-inner .nm-footer-block-grid::before,
.page-id-545 .nm-footer-widgets-inner .nm-footer-block-grid::before{
    background: transparent;
}
.product .summary .single_variation_wrap .nm-quantity-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.product .summary .single_variation_wrap .nm-quantity-wrap label:not(.nm-qty-label-abbrev) {
    top: 50%;
    transform: translateY(-50%);
}

.hidden-map-desktop{
	display: none;
}

.nm-shop-categories li.current-cat a,
.nm-shop-filter-menu li.active a,
.nm-product-sorting li.active{
    color: #ac112b !important;
}

.woocommerce-billing-fields__field-wrapper .form-row-wide span.optional{
	display: none;
}
.template-zo_grid--cavecaloz_degustation .zo-grid-content{
	font-size: 16px ;
}
#nm-wishlist .nm-row{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2.5%;
}
#nm-mobile-menu{
	height: 100%;
}
#nm-mobile-menu-main-ul li a{
	display: block;
}
#nm-mobile-menu-main-ul .current-menu-item a{
	color: #b91733;
}
#nm-mobile-menu-main-ul li:last-child{
	border: none;
}
#nm-mobile-menu-button .nm-menu-icon  span{
	height: 2px;
}


.woocommerce-terms-and-conditions-checkbox-text a{
	color: #60b637;
}

#nm-mobile-menu .menu > li > a {
    font-size: 24px !important;
}
body.mobile-menu-open{
	overflow: hidden;
}
.nm-header #nm-menu-cart-btn .nm-menu-cart-count{
	font-size: 18px;
	color: #000;
	top: -2px;
	left: 2px;
	font-weight: normal;
}
[data-item-count]{
	margin-right: 10px;
}
[data-item-count]:before{
	top: 17px;
	right: -5px;
	content: attr(data-item-count);
	position: absolute;
	font-size: 18px;
	color: #707070;
} */
.pum.pum-overlay{
	background: rgba(255,255,255,0.95)
}
.pum-container.popmake{
	background: transparent;
	box-shadow: none;
}
.pum-close.popmake-close{
	display: block;
}

/* ===================================================================== */
.pum-overlay.pum-theme-cavecaloz-popup {
	background-color: rgba(0, 0, 0, 0.54);
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{
	padding-right: 0;
}
.pum-theme-cavecaloz-popup  .nm_column.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column{
	padding-bottom: 50px
}
.pum-theme-cavecaloz-popup  .pum-container{
	padding: 70px 40px 70px !important;
	background-color: #fff;
	color: #282828	;
	font-family: "Apercu-Regular";
	max-width: 700px !important;
}
.pum-theme-cavecaloz-popup  .pum-title{
	text-transform: initial;
	font-family: "Apercu-Bold";
	color: #282828;
}
.pum-theme-cavecaloz-popup  .pum-content{
	color: #282828;
	text-align: left;
}
.pum-theme-cavecaloz-popup  a:hover{
	color: #282828;
}
.pum-theme-cavecaloz-popup .pum-close{
    box-shadow: none !important;
}
.pum-theme-cavecaloz-popup  .pum-content + .pum-close{
	background-color: transparent;
	font-size: 0;
	width: 25px;
	height: 25px;
	right: 25px;
	top: 25px;
}
.pum-form--layout-inline .pum-form__field {
    display: block;
    float: left;
}
/* le décalage bizarre voulu par le client est commenté */
/*
.pum-theme-cavecaloz-popup .wpb_text_column p,
.pum-theme-cavecaloz-popup .pum-title {
    padding-left: 20px;
    padding-right: 20px;
}*/

.pum-theme-cavecaloz-popup .nm_column.wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column.no-padding {
    padding-bottom: 15px;
    font-size: 14px;
}
.pum-theme-cavecaloz-popup  .newsletter-footer {
    display: block;
}
.pum-theme-cavecaloz-popup  div.wpcf7, .wpcf7 {
    margin-left: 0;
} 
.pum-theme-cavecaloz-popup  .wpcf7-response-output {
    color: #ac112b;
    font-size: 14px;
    padding: 0;
} 
.pum-theme-cavecaloz-popup  .pum_sub_form .pum-form__field--email {
    width:60%;
    margin-right: 10px;
}
.pum-theme-cavecaloz-popup  .pum_sub_form .pum-form__field--email input,
.pum-theme-cavecaloz-popup .newsletter-footer .wpcf7-form-control-wrap.email-900 input[type=email]{
    color: black;
    background: #ECECEC;
    border: none;
    width: 60%;
    padding: 10px 8px;
    max-width: 100%;
    line-height: inherit;
    height: 42px;
    font-size: 14px;
    float:left;
    margin-right: 15px;
    
}
.pum-theme-cavecaloz-popup form.invalid .newsletter-footer .wpcf7-not-valid-tip {
    top: 37px;
}
.pum-theme-cavecaloz-popup .wpcf7-form-control-wrap.email-900 input::placeholder{
	color: gray !important;
	
}
.pum-theme-cavecaloz-popup  .pum_sub_form .pum-form__field--submit button,
.pum-theme-cavecaloz-popup .newsletter-footer input.wpcf7-submit[type=submit]{
    color: black;
    background: #8CBE7B;
    border: none;
    padding: 7px 2.6em !important;
    border-radius: 0;
    margin: 0;
    font-weight: inherit;
    height: 42px;
}

@media screen and (max-width: 768px){
    .pum-theme-cavecaloz-popup .pum_sub_form .pum-form__field--email,
    .pum-theme-cavecaloz-popup  .pum_sub_form .pum-form__field--submit,
    .pum-theme-cavecaloz-popup  .pum_sub_form .pum-form__field--submit button {
        width: 100%;
    }
}
.pum-theme-cavecaloz-popup  .pum_sub_form .pum-form__field--consent p{line-height:1rem;}   
.pum-theme-cavecaloz-popup  .pum_sub_form .pum-form__field--consent label.pum-form__label{padding-bottom:20px;}
@media screen and (min-width: 1700px){
    .pum-theme-cavecaloz-popup  .pum_sub_form .pum-form__field--name,.pum-form__field--email{width:49% !important;}
    .pum-theme-cavecaloz-popup  .pum_sub_form .pum-form__field--name{float:left;}
    .pum-theme-cavecaloz-popup  .pum_sub_form .pum-form__field--email{float:right;}
}

/* fix safari */
.nm-blog-grid .nm-post-thumbnail a {
    display: block;
}

.grayscale {
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ie-fix-empty-space > .vc_column-inner{
        max-height: 500px;
    }
}

.vc_custom_1594365675870{
    background-image: url(https://cavecaloz.ch/wp-content/uploads/2020/04/Tache-verte-01-1.png?id=1160) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.vc_custom_1594364906394{
    background-image: url(https://cavecaloz.ch/wp-content/uploads/2020/05/BIG_Tache-rose.png?id=1803) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}


.vc_custom_1591586252902{
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-top: 35px !important;
    padding-right: 30px !important;
    padding-bottom: 35px !important;
    padding-left: 30px !important;
    background-image: url(https://cavecaloz.ch/wp-content/uploads/2020/05/IMG_filtrees_textures.jpg?id=1499) !important;
}
.vc_custom_1594364656531{
    background-image: url(https://cavecaloz.ch/wp-content/uploads/2020/04/Tache-verte-01-1.png?id=1160) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}