/*
Theme Name:		Comptoir des fromages
Description:	Thème Comptoir des fromages, par Bewod.com
Author:			Benjamin Cousin for bewod.com
Author URI:		http://www.bewod.com/
Template:     	storefront
Version:		1.7.06
Theme URI:		http://www.bewod.com/
Tags:			bootstrap, black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
Text Domain:	bootstrap, wordpress, flat, design, bewod
*/

/*
html {
    margin-top: 0 !important;	
}
#wpadminbar {
	display: none !important;
}
*/
/*
body.bewod {
	background: #f6f6f6;
	background: #a7d4fd;
}
*/


body, button, input, textarea {
    /*font-family: "Arapey",serif;
    font-size: 18px;
    */
    font-family: 'Mulish',"HelveticaNeue","Helvetica Neue",sans-serif;
    font-size: 16px;
    color: #445a6a;
}

body,
body .animsition {
	background: #fff;
}


/*
#texte_123 {
    margin-top: 2rem;
}
#texte_123 .card {
	padding: 2rem;
	padding-top: 4rem;
	height: 100%;
	height: calc(100% - 16px);
	font-size: 14px;
	color: #19242d;
	background-color: #f7f7f7;
	border:1px solid #e2be6c;
    border: 5px double #19242d;
}
#theflashs #howto h4 {
	font-size: 1.05rem;
}
#texte_123 span.nbrs {
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 80px;
	color: #fff;
	background: #19242d;
	border:1px solid #e2be6c;
	line-height: 78px;
	text-align: center;
	margin-bottom: -2rem;
	z-index: 3;
	position: absolute;
    margin-left: -40px;
    top: -40px;
    font-size: 24px;
}
.italk {
	font-style: italic;
}
.mx-3 {
	margin-left: 1rem;
	margin-right: 1rem;
}
*/

#page {
}


.text-gold {
	color: #e2bd6a !important;
}
.bg-gold {
	background: #e2bd6a;
}
.bg-blue {
	background: #19242d;
}
.bg-bluelt {
	background: #445a6a;
}
.bg-bluedk {
	background: #08191f;
}
.bg-greylt {
	background: #f7f7f7;
}

/*
.heroe.container.d-flex.align-items-center.text-center.text-md-left {
    display: inline-block;
    background: #eee;
	    width: 100%;
}
*/

body a {
    color: #bfa372;
}
body a:hover {
    color: #bfa372;
}

.no-smil .fold.bg-white.d-flex.align-items-center.justify-content-center {
	display: inline-block !important;	
}

@media all and (-ms-high-contrast:none) {
	.no-smil .heroe.container.d-flex.align-items-center.text-center.text-md-left .row {
		display: inline-block;
		/*background: #ddd;*/
		width: 100%;
	}
	.no-smil .heroe.container.d-flex.align-items-center.text-center.text-md-left .col-lg-6 {
		display: inline-block;
		/*background: #eee;*/
		width: 100%;
		float: left;
	}
 /*
 .d-flex { background: green }
  IE10 */
 /*
 *::-ms-backdrop, .d-flex { background: red }
  IE11 
  */
 }
/*
.no-smil .d-flex {
	display: inline-block !important;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.no-smil .d-flex {
		display: flex!important;
	}
}
*/
/* Helpers */
@media screen and (min-width: 1400px) {
	#colophon .container,
	#page .container {
	    max-width: 1340px;
	    width: 100%;
	}
}

@media screen and (min-width: 992px) {
	.h-lg-75 {
	    height: 75%!important;
	}
}

.lead {
	font-weight: 400
}
.color {
	color: #e2bd6a !important;
}

.bg-color {
	background: #e2bd6a	
}
.bg-color-alt {
	background: #445a6a	
}
.bg-grey {
	background: #f6f6f6	
}
.bg-grey-2 {
	background: #eee
}
.bb-white {
	border-bottom: 10px solid #fff
}

.bg-color,
.bg-color-alt {
	color: #000
}


.clearfixer {
	clear: both;
}

@media screen and (min-width: 768px) {
	.col-full {
	    max-width: 1440px;
	}
}


/*


@-webkit-keyframes lowbounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-10px,0);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-10px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes lowbounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-10px,0);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-10px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.lowbounce {
    -webkit-animation-name: lowbounce;
    -webkit-transform-origin: center bottom;
    animation-name: lowbounce;
    transform-origin: center bottom
}

*/

/*
.boutique{
  margin:20px;
  position:relative;
}
*/


.promoencours .main-navigation ul li.redd a, 
.promoencours ul.menu li.redd a {
	color: #e91e4b
}
.boutique::before,
.boutique::after {
	display: none;
}
.promoencours .boutique::before {
	display: block;
    content: "";
    position: absolute;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #e91e4b transparent transparent transparent;
    z-index: 100;
}
.promoencours .boutique::after {
	display: block;
    content: "Promotions";
    font-family: 'Mulish', sans-serif;
    position: absolute;
    left: 50%;
    top: 19px;
    transform: translateX(-50%) translateY(-100%);
    background: #e91e4b !important;
    text-align: center;
    color: #fff;
    padding: 4px 10px 3px;
    font-size: 8px;
    min-width: 80px;
    /* border-radius: 5px; */
    pointer-events: none;
    text-transform: uppercase;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
	.promoencours .boutique::before {		
		top: 11px;
		left: auto;
		right: 15px;
	}
	.promoencours .boutique::after {
	    top: 11px;
	    left: auto;
	    right: 0;
	    transform: translateX(-0%) translateY(-100%);
	}
}




button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.btn,
.added_to_cart,
#sb_instagram .sbi_follow_btn a,
.widget a.button,
.wc-proceed-to-checkout .button.checkout-button,
#payment .place-order .button,
.site-header-cart .widget_shopping_cart a.button {
	/*font-family: "Montserrat","HelveticaNeue","Helvetica Neue",sans-serif;*/
	font-family: 'Mulish',"HelveticaNeue","Helvetica Neue",sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	padding: 0.725rem 1.5rem;
	background-color: #19242d;
	border-color: #19242d;
	background-color: #445a6a;
	border-color: #445a6a;
    line-height: 1.42;
	color: #fff;
	transition: all 0.2s ease;
	border-radius: 0;
}

.button-alt {
	background-color: #445a6a;
	border-color: #445a6a;
	color: #fff;
}
.button-black {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.btn-group-sm>.btn, .btn-sm {
	padding: .5rem 1.25rem;
	font-size: .875rem;
	line-height: 1.5;
}


.btn .fas,
.btn .fa {	
    font-size: 14px;
    margin-left: .5rem;
}

.btn:hover,
.btn:focus,
.btn:active,
.button:hover,
.added_to_cart:hover,
.wc-proceed-to-checkout .button.checkout-button:hover,
#payment .place-order .button:hover,
#sb_instagram .sbi_follow_btn a:focus,
#sb_instagram .sbi_follow_btn a:hover,
.widget a.button:hover,
.site-header-cart .widget_shopping_cart a.button:hover {
	outline: none;
	background-color: #e2bd6a;
	border-color: #e2bd6a;
	color: #fff;
	text-decoration: none;
}

#page .btn:focus,
#page .btn:focus:active,
#page .btn:active {
	outline: none;
	box-shadow: 0 0 0 rgba(0,0,0,0);	
	background-color: #445a6a;
	border-color: #445a6a;
}

form.checkout_coupon.woocommerce-form-coupon .button,
.woocommerce-cart-form .actions .button {
	font-size: 1rem;
}
.btn-rond {
	border-radius: 60px;
	width: 54px;
	min-width: 54px;
	text-align: center;
	padding: 0;
	height: 54px;
	line-height: 48px;
}

.button-alt:hover {
	background-color: #ecdbbd;
	border-color: #ecdbbd;
	color: #fff;
}

.btn-primary {
	background-color: #e2bd6a;
	border-color: #e2bd6a;
}
.btn-primary:hover {
	background-color: #445a6a;
	border-color: #445a6a;
}

.btn-bluelt,
input[type=submit].btn-bluelt {
	background-color: #445a6a;
	border-color: #445a6a;
}
.btn-bluelt:hover,
input[type=submit].btn-bluelt:hover {
	background-color: #e2bd6a;
	border-color: #e2bd6a;
}

#sb_instagram .sbi_follow_btn a {
    border-radius: 0;
}

#sb_instagram .sbi_follow_btn a:focus,
#sb_instagram .sbi_follow_btn a:hover {
    outline: 0;
    box-shadow: inset 0 0 0 0 #000;
}

/*
#sb_instagram .sbi_follow_btn a {
    background: #bc6160;
    color: #fff;
    border-radius: 0;
    font-size: 22px;
    padding: .5rem 3rem;

    font-weight: 600;
    text-shadow: none;
    font-size: 1.25rem
}

#sb_instagram .sbi_follow_btn a:focus,
#sb_instagram .sbi_follow_btn a:hover {
    color: #f7ebd6;
    outline: 0;
    box-shadow: inset 0 0 0 0 #f7ebd6;
	background-color: #bfa375;
	border-color: #bfa375;
	color: #000;
}
*/
#sb_instagram svg:not(:root).svg-inline--fa {
    display: none;
}
/*
#sb_instagram .sbi_follow_btn a,
.button.btn-lg {
	padding: 14px 30px;
	text-transform: uppercase;
}
*/
/*
@media screen and (max-width: 767px) {
	#sb_instagram .sbi_follow_btn a,
	.button.btn-lg {
	    padding: .35rem 1.2rem;
	    font-size: 1rem;
	}
}
*/
.wc-forward::after,
.woocommerce-Button--next::after {
	display: none;
}
.woocommerce-message a.button.wc-forward {
    background: #19242d;
    padding: 6px 16px;
}
.woocommerce-message a.button.wc-forward:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f291";
    height: 1em;
    float: left;
    line-height: 1.618;
    margin-right: 16px;
}
.woocommerce-message a.button.wc-forward:hover {
    background: #445a6a;
}

.redux {
text-decoration: line-through;
color: #f70
}

.woocommerce-cart p.woocommerce-shipping-destination {
	display: none;
}
.woocommerce-cart ul#shipping_method {
    margin-bottom: 0;
}

/*
.btn.btn-fx,
.button.product_type_variable.add_to_cart_button,
.button.product_type_simple.add_to_cart_button {
	color: #000;
	margin: 12px 8px;
	z-index: 1;
	background: transparent;
	border-color: transparent;
	position: relative;
	transition: all 0.2s ease;
}
.btn.btn-fx:focus,
.button.product_type_variable.add_to_cart_button:focus,
.button.product_type_simple.add_to_cart_button:focus {
	outline: hidden;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.btn.btn-fx:hover,
.button.product_type_variable.add_to_cart_button:hover,
.button.product_type_simple.add_to_cart_button:hover {
	background: transparent;
	border-color: transparent;
	color: #8ba6ba;
	margin-left: 0 !important
}
.btn.btn-fx::after,
.button.product_type_variable.add_to_cart_button::after,
.button.product_type_simple.add_to_cart_button::after {
	background-color: #e2bd6a;
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
	top: -2px;
	left: -8px;
	height: 50px;
	width: 50px;
	transition: all 0.3s ease;
}
*/

.btn.btn-fx.btn-white {
	color: #8ba6ba;
}

.btn.btn-fx.btn-white::after {
	background-color: #fff;
}

.btn.btn-fx.btn-noir {
	color: #fff;
}
.btn.btn-fx.btn-noir:hover {
	color: #e2bd6a;
}
.btn.btn-fx.btn-noir::after {
	background-color: #000;
	background-color: rgba(0,0,0,0.6);
	background-color: rgba(255, 252, 252, 0.25);
}

.btn.btn-fx:hover::after,
.button.product_type_variable.add_to_cart_button:hover::after,
.button.product_type_simple.add_to_cart_button:hover::after {
	width: 60px;
	height: 60px;
	top: -7px;
	left: -13px;
	background-color: #fff;
	background-color: rgba(255,255,255,0);
}

.btn.btn-lg.btn-fx {
	margin-left: 1rem;
	/*
	font-size: 1.65rem;
    font-weight: 300;
    line-height: 1.15;
    */
}
.btn.btn-lg.btn-fx:hover {
	margin-left: .75rem !important
}

.btn.btn-lg.btn-fx::after {
	width: 80px;
	height: 80px;
	top: -15px;
	left: -23px;
	left: -1rem;
}
.btn.btn-lg.btn-fx:hover::after {
	width: 100px;
	height: 100px;
	top: -25px;
	left: -23px;
}

.btn.btn-xl.btn-fx {
	margin-left: 2rem;
	font-size: 1.65rem;
	line-height: 2.75;
}
.btn.btn-xl.btn-fx:hover {
	margin-left: 1.25rem !important
}

.btn.btn-xl.btn-fx::after {
	width: 120px;
	height: 120px;
	top: -15px;
	left: -23px;
	left: -2rem;
}
.btn.btn-xl.btn-fx:hover::after {
	width: 140px;
	height: 140px;
	top: -25px;
	left: -33px;
}



/* Blue Overlay Button */

.blue-overly {
	background: rgba(148,204,255, .94);
	position: relative;
	z-index: 2
}
.discover-image, .discover-image > a, .discover-image img {
    display: block;
    position: relative;
    width: 100%;
    height: 14rem;
    z-index: 0;
}

.discover-holder .discover-image {
	background-position: center center;
	background-size: auto 120%;
	transition: all 0.4s ease;
}
.discover-holder:hover > .discover-image {
	background-size: auto 136%;
}

@media screen and (min-width: 768px) {
	.discover-image, .discover-image > a, .discover-image img {
	    display: block;
	    position: relative;
	    width: 100%;
	    height: 18rem;
	    margin-top: -10rem;
	    z-index: 0;
	}
}




/*********************/
/*      TYPOS        */
/*********************/

.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6,
#page .h1,
#page .h2,
#page .h3,
#page .h4,
#page .h5,
#page .h6,
#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6 {
	font-family: 'Mulish', sans-serif;
	color: #19242d
}

#page .entry-content h3 {
	font-size: 1.56rem;
	color: #8ba6ba
}


#page .entry-content #isotherm h3 {
	font-weight: 600;
	color: #fff;
	font-size: 1.25rem;
}

#page .hentry .entry-content #isotherm a {
	text-decoration: none;
}



h3.theh3 {
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: .25rem;
}

h5.theh5 {
	font-weight: 700;
	font-size: 1.25rem;
}

.single #page .hentry.type-post .entry-content {
	width: 100%;
	float: none;
}


ul.products li.product a:focus {
	outline: hidden;
	outline: none;
}
ul.products li.product img {
	display: inline-block;
	margin: 20px 0px 18px;
	background: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: 0 0 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 0px rgba(0,0,0,0.1);
}
ul.products li.product:hover img {
	/*
	margin-top: 15px;
	margin-bottom: 23px;
	*/
	/*
	box-shadow: 0 0 30px rgba(235, 207, 159, 0.95);
	-moz-box-shadow: 0 0 30px rgba(235, 207, 159, 0.95);
	-webkit-box-shadow: 0 0 30px rgba(235, 207, 159, 0.95);
	*/
	/*
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.15);
	*/
}


ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2,
ul.products li.product h3 {
	font-size: 1.3rem;
	font-size: 1.65rem;
}
ul.products li.product .price {
	font-size: 1.35rem;
}
ul.products li.product .woocommerce-LoopProduct-link {
	text-decoration: none;
	color: #8ba6ba;

    border: 1px solid #e9e9e9;
    /*border-radius: 1rem;*/
    padding: 1.75rem;
    margin: 0 .75rem;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

ul.products li.product .woocommerce-LoopProduct-link:hover {
    border-color: #e2bd6a;
}

ul.products li.product .woocommerce-LoopProduct-link:hover h2 {
	text-decoration: none;
	color: #8ba6ba;
}

#buffer-extension-hover-button {
	display: none !important;
}

@media screen and (min-width: 768px) {
	ul.products li.product img {
		margin: 20px 12px 18px;
		margin: 0;
	}
	.page-template-template-fullwidth-php .site-main ul.products.columns-3 li.product,
	.page-template-template-homepage-php .site-main ul.products.columns-3 li.product,
	.storefront-full-width-content .site-main ul.products.columns-3 li.product {
		width: 32.3333333%;
		float: left;
		margin-right: 1%;
	}
	ul.products li.product.last {
	    margin-right: 0!important;
	}
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
	outline: none;
}

input[type='text'], input[type='number'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='search'], textarea, .input-text,
.select2-container .select2-selection--single .select2-selection__rendered {
	/*font-family: "Montserrat","HelveticaNeue","Helvetica Neue",sans-serif;*/
	font-family: 'Mulish',"HelveticaNeue","Helvetica Neue",sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: .875rem;
}

/* Cart / Panier */
.cart.woocommerce-cart-form__contents a {
	text-decoration: none;
	color: #000;
}
.cart.woocommerce-cart-form__contents a:hover {
	color: #fff;
}
.cart.woocommerce-cart-form__contents .product-name a {
	font-size: 1.25rem
}
abbr[data-original-title], abbr[title] {
	text-decoration: none;
}
input#coupon_code {
    padding: 10px 1rem;
    border: 1px solid #ddd;
    box-shadow: none;
    top: -1px;
    position: relative;
}
@media (min-width: 768px) {
	form.checkout_coupon.woocommerce-form-coupon .form-row-first,
	form.checkout_coupon.woocommerce-form-coupon .form-row-last {
	    width: 50%;
	    margin: 0;
	    float: left;
	}
}



/* Heading Block - with Subtitle
-----------------------------------------------------------------*/

#thetitle .heading-block {
	position: relative;
}

.heading-block {
	/*
	margin-bottom: 2rem;
	margin-bottom: 1rem;
	*/
}

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
	margin-bottom: 0;
	color: #010101;
}

.emphasis-title h1,
.emphasis-title h2 {
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}
/*
.heading-block h1 { font-size: 32px; }

.heading-block h2 { font-size: 30px; }
*/
/*.heading-block h3 { font-size: 26px; }*/

/*
*/
.heading-block h1 { font-size: 4rem; }
/*#thetitle .heading-block h1 { font-size: 2.75rem; }*/

#thetitle .heading-block h1 {
    font-size: 3.75rem;
}
.heading-block h2 { font-size: 3.5rem; }
.heading-block h3 { font-size: 2.25rem; font-weight: 700; }
.heading-block h4 { font-size: 2rem; }


@media screen and (max-width: 767px) {
	.heading-block h2 { font-size: 2.75rem; }
	.heading-block h3 { font-size: 2rem; }
	.heading-block h4 { font-size: 1.15rem; }

}

.heading-block h4 {
	font-size: 20px;
	font-weight: 700;
}

/*.heading-block > span:not(.before-heading) {*/
.heading-block > span {
	font-size: 0.875rem;
	display: block;
	margin-top: 10px;
	font-weight: 500;
	font-weight: 300;
	color: #8ba6ba;
}

.heading-block .before-heading { margin-bottom: 7px; }

.heading-block.center > span,
.heading-block.title-center > span,
.center .heading-block > span {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.heading-block h1 + span { font-size: 24px; }

.heading-block h2 + span { font-size: 22px; }

.heading-block h3 + span,
.heading-block h4 + span { font-size: 20px; }

.heading-block ~ p:not(.lead) {
	font-size: 15px;
	font-size: 0.875rem;
	margin-bottom: 2.5rem;
	color: #777
}
/*
@media screen and (min-width: 768px) {
	.heading-block:not(.line-fx):not(.no-border):after {
		content: '';
		display: block;
		margin-top: 2rem;
		margin-top: 1rem;
		width: 5rem;
		border-top: 4px double #bc6160;
		border-top: 4px double #445a6a;
	}
}
*/
@media screen and (max-width: 767px) {
	.heading-block:after {
		content: '';
		display: block;
		margin-top: 2rem;
		width: 40px;
		border-top: 2px solid #444;
	}
}

.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after {
	margin: 30px auto 0;
	margin: 1rem auto 0;
}

.tright .heading-block,
.heading-block.tright,
.heading-block.title-right { direction: rtl; }

.heading-block.noborder:after,
.heading-block.nobottomborder:after { display: none; }

.heading-block.border-color:after { border-color: #1ABC9C; }



@media screen and (min-width: 768px) {
	.heading-block.line-fx {
		margin-bottom: 1.25rem;
	}
	.line-fx .hn {
		position: relative;
		overflow: hidden;
	}
	.line-fx .hn span {
		display: inline-block;
		vertical-align: baseline;
		zoom: 1;
		*display: inline;
		*vertical-align: auto;
		position: relative;
		padding: 0 2rem;
	}
	.line-fx .hn span:before,
	.line-fx .hn span:after {
		content: '';
		display: block;
		width: 1000px;
		position: absolute;
		top: 0.73em;
		opacity: 0.1;
		border-top: 1px solid #000;
	}
	.line-fx .hn span:before {
		right: 100%;
	}
	.line-fx .hn span:after {
		left: 100%;
	}
}


/* Breadcrumbs */
.woocommerce-breadcrumb {
	/*font-family: "Montserrat","HelveticaNeue","Helvetica Neue",sans-serif;*/
	font-family: 'Mulish',"HelveticaNeue","Helvetica Neue",sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 1em;
    color: #e2bd6a;
    color: #a3b9c9;
}
.woocommerce-breadcrumb .breadcrumb-separator {
	padding: 0 1rem;
}
.woocommerce-breadcrumb .breadcrumb-separator:after {
	opacity: 1;
	font-weight: 400;
    color: #ffffff;
}
.woocommerce-breadcrumb a {
    color: #a3b9c9;
    text-decoration: none;
}
.woocommerce-breadcrumb a:first-of-type::before {
	display: none;
}
.storefront-breadcrumb {
	position: relative;
	margin: .25rem 0;
	padding: .25rem 0;
	font-size: 0.875rem;
	display: block;
	margin-top: 10px;
	font-weight: 500;
	color: #fff;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/*.woocommerce-error, */
.woocommerce-info, .woocommerce-message {
    background-color: #e2bd6a;
}
.woocommerce-noreviews, p.no-comments {
    background-color: #445a6a;
}
/*
.woocommerce-checkout .woocommerce-error:before {
    background: rgba(0, 0, 0, 0.4);
    background: rgba(227, 238, 234, 0.84);
    background: rgba(227, 238, 234, 0.66);
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
*/

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout:before {
	    background: rgba(0, 0, 0, 0);
	    background: transparent;
	    content: "";
	    position: relative;
	    width: auto;
	    height: 50px;
	    display: block;
	}
}
.quantity .qty {
	padding: 0.786em 0.6180469716em;
	padding: .74rem 0.6180469716em;
	box-shadow: none;
}
.button.alt {
	font-size: 1rem;
}
.single_add_to_cart_button.button.alt {
	background-color: #e2bd6a;
	border-color: #e2bd6a;
}
.single_add_to_cart_button.button.alt:hover {
	background-color: #445a6a;
	border-color: #445a6a;
}

@media screen and (max-width: 767px) {
	.single-product div.product form.cart .quantity {
		float: none;
		width: 100%;
		margin: 0 0 1rem;
	}
	.single_add_to_cart_button.button.alt,
	.quantity .qty {
		width: 100%;
	}
}

/*
.woocommerce-page:not(.single) #thetitle .heading-block,
.woocommerce-page:not(.single) #thetitle .dark-overly {
	display: none;
}
.woocommerce-page:not(.single) #thetitle {
	padding: 2rem 0;
	margin-top: 0;
	padding-top: 150px;
	background: #445a6a !important;
}
.woocommerce-breadcrumb a,
.woocommerce-page:not(.single) .storefront-breadcrumb {
	color: #999;
}
*/


/*********************/
/*     PRODUITS      */
/*********************/

.onsale {
	background: #e91e4b;
	border: 0;
	color: #fff;
	font-weight: 300;
	font-size: 1rem;
	border-radius: 0;	
}
.products .product .onsale {
	position: absolute;
	top: 40px;
	background: #e2bd6a;
	background: #e91e4b;
	border: 0;
	color: #fff;
	border-radius: 0;
	left: 0;
}
@media screen and (max-width: 991px) {
	.page-template-template-fullwidth-php .site-main ul.products.columns-4 li.product, .page-template-template-homepage-php .site-main ul.products.columns-4 li.product, .storefront-full-width-content .site-main ul.products.columns-4 li.product {
		padding: 2rem;
		/* background: #eee; */
		box-shadow: 0 0 32px rgba(0,0,0,.1);
	}
}

.single-product .content-area {
	margin-bottom: 0;
}

.single-product .product_meta .posted_in,
.single-product .product_meta .tagged_as {
	font-weight: 800;
	color: #e2bd6a;
}
.single-product div.product .product_meta .posted_in a,
.single-product div.product .product_meta .tagged_as a {
	color: #445a6a;
	text-decoration: none;
	font-weight: 500;
}
.single-product div.product .product_meta .posted_in a:hover,
.single-product div.product .product_meta .tagged_as a:hover {
	color: #e2bd6a;
}

.single-product div.product .woocommerce-product-gallery img {
    width: 100%;
}

/*
.single-product .borderrad {
*/
.single-product div.product .woocommerce-product-gallery .flex-viewport,
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    border: 1px solid #e9e9e9;
    /*border-radius: 1rem;*/
    overflow: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport:hover,
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:hover {
    border-color: #e2bd6a;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
    border: 0;
    border-radius: 0;
    overflow: auto;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {	
    /*
    padding: 0.75rem;
    */
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	text-decoration: none;
	border-radius: 2rem;
	width: 3rem;
	height: 3rem;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
	background: #e2bd6a;
	color: #fff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    line-height: 3;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
    position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:after {
    content: attr(data-thumb-alt);
	position: absolute;
	bottom: 2em;
	left:0;
	padding: 5px 10px;
	background-color: #000;
	background-color: #19242d;
	background-color: #445a6a;
	font-size: 14px;
	color: #fff;
}

.pswp__caption__center {
    padding: 5px 10px;
    background-color: #445a6a;
    font-size: 14px;
    color: #fff;
    text-align: center;
    bottom: 30px;
    position: relative;
}

@media screen and (min-width: 768px) {
	/*
	.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
	    width: 50%;
	    margin-right: 4%;
	}
	.storefront-full-width-content.single-product div.product .summary {
	    width: 46%;
	}
	*/
	.storefront-product-pagination a[rel=prev] {
	    left: -250px;
	}
	.storefront-product-pagination a[rel=next] {
		right: -250px
	}
	.storefront-product-pagination a {
		width: 340px;
		/*
	    max-width: 500px;
		*/
	}

}

#page .woocommerce-tabs.wc-tabs-wrapper h2 {
    color: #e2bd6a;
    font-size: 1.5rem;
    font-weight: 700;
    /* text-transform: uppercase; */
}


/*
.relateds {
	background: #f6f6f6;
	border-top: 5px solid #445a6a;
	border-bottom: 5px solid #445a6a;
}
*/

.relateds > div {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 4rem;
}
.related > h2:first-child, .upsells > h2:first-child {
	margin-bottom: 3rem;
}
.relateds h4.mt-2 {
	margin-top: 1.25rem !important;
	margin-bottom: 0
}



#page .prod-desc {
	color: #445a6a;
}

#page .prod-desc h2,
#page .prod-desc h3,
#page h1.product_title.entry-title {
	color: #19242d;
	color: #445a6a;
	font-size: 2rem;
	font-weight: 800;
	margin-bottom: 0.25rem;    
}

#page .produitune.prod-desc h3,
#page h1.product_title.entry-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: #445a6a;
    color: #fff;
    padding: 10px 20px;
}


.single-product div.product .single_variation .price,
#page .prod-desc .price,
.single-product div.product p.price {
	color: #e2bd6a;
	font-size: 1.625rem;
	font-weight: 800;
	margin-top: .25rem;
	margin-bottom: 1.5rem;
}
.single-product div.product .single_variation .price {
	color: #445a6a
}

.single-product div.product p.price del,
.single-product div.product p.price ins {
	font-weight: 600;
	letter-spacing: -1px;
}

.price del {
	opacity: 1;
}

.price del + ins {
	color: #e2bd6a;
}
.woocommerce-variation-description {
    padding: 10px 16px;
    background: #f7f7f7;
}
.woocommerce-variation-description p {
	margin-bottom: 0;
}

.advantage-prec,
.advantage {
    font-weight: 700;
}

.advantage {
    border-top: 1px solid #799bb2;
    border-bottom: 1px solid #799bb2;
    padding: .4rem .05rem;
    margin: 1.25rem 0 1.25rem 0;
    margin: 0 0 1.25rem 0;
    font-weight: 700;
}

.inff {
    border-top: 1px solid #445a6a;
    /*border-bottom: 3px solid #19242d;*/
    /*padding: .4rem .05rem;*/
    padding: 1.35rem .05rem .5rem;
    margin: 1.75rem 0 1.25rem 0;
    clear: both;
    display: inline-block;
    width: 100%;
    color: #445a6a;
    font-size: 1.25rem;
    font-weight: 300;
    text-transform: uppercase;
}

.inff-labels .fromlabels {
	max-width: 60px;
	margin-top: -14px;
	display: inline;
}

.inff-labels,
.usetheforce,
.single-product div.product p.price {
	display: inline-block;
	width: 100%;
}
.inff-labels,
.usetheforce {
	width: 49%;
}
.usetheforce img {
	max-width: 164px;
	margin-top: -14px;
	display: inline;
}

@media screen and (max-width: 767px) {
	.usetheforce img,
	.inff-labels .fromlabels {
	    margin-top: -30px;
	    margin-bottom: 10px;
	}
}

@media screen and (min-width: 768px) {
	.inff-labels,
	.usetheforce,
	.single-product div.product p.price {
		width: 31%;
	}
	.usetheforce {
		text-align: center;
		width: 36%;
	}
}

/*
.single-product div.product p.price {
	margin-top: 1.5rem;
}
*/
.inff-labels {
	text-align: right;
}

.inff-provenance img {
	position: relative;
	max-width: 120px;
	display: inline;
}
.inff-force img {
	position: relative;
	max-width: 220px;
	display: inline;
	margin-top: -10px;
}


@media screen and (min-width: 768px) {
	.inff-provenance img {
	    top: -80px;
	    background: #fff;
	    margin-bottom: -80px;
	}
}


/*********************/
/*     SECTIONS      */
/*********************/

.section {
	padding: 4rem 0;
	margin: 4rem 0;
}

.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position-x: 0 !important;
    background-position-x: center !important;
    background-size: auto 100%;
}

#thetitle {
	background-size: 100% auto;
	background-size: cover;
	background-position: center;
    position: relative;
    /*
    background: #f6f6f6;
    background: #445a6a;
    background: #f7ebd6;
    background: #f6f6f6 url(images/stripe-blue-1.png) no-repeat center -240px;
    padding: 8rem 0 4rem 0;
    margin: 0 0 4rem 0;
    */
    padding: 4rem 0 4rem 0;
    margin: 0 0 0 0;
    /*
    background: #fff url(image/title.jpg) center top;
    */
    background: #445a6a;
    background-size: cover;
}

@media screen and (max-width: 767px) {
	.main-navigation .menu {
		margin-top: 45px;
	}
	#thetitle {
	    padding: 5rem 0 3rem 0;
	}
	#masthead > .container {
		padding: 0
	}
}


.catr {
	background: #445a6a url(images/fromages.jpg) no-repeat center center;
	background-size: 100% auto;
	background-size: cover;
	background-position: center;
    position: relative;
    padding: 2rem;
    margin: 15px 0;
    height: 200px;
}


.catr:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.28;
    background-color: #000;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.catr:hover:after {
    opacity: 0.6;
    opacity: 0.28;
    opacity: 0.45;
}

.home #thecats a,
.home #thecats a .catr h4,
.home #thecats a .catr h4.woocommerce-loop-product__title {
	font-size: 4px;
	z-index: 2;
	position: relative;
	color: #fff;
	text-decoration: none;
}
.home #thecats a .catr h4.woocommerce-loop-product__title {
	font-size: 2rem;
	line-height: 1.15;
	font-weight: 800;
	margin: 0 0 .35rem 0;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.home #thecats a .catr .catrspan {
	color: #e2bd6a;
	font-style: italic;
	font-size: 1rem;
    z-index: 1;
    position: relative;
}
/*
.home #thecats a .catr:hover h4.woocommerce-loop-product__title {
	font-size: 30px;
}
*/

@media screen and (min-width: 992px) {
    header#featured-hero.parallax ,
    header#featured-hero.page-recherche.parallax ,
    .post-type-archive header#featured-hero.parallax,
    .parallax {
        background-size: 100% auto;
    }
	#thetitle {
	    padding: 14rem 0 9rem 0;
	    /*
	    margin: 0 0 4rem 0;
	    margin: 0 0 2rem 0;
	    margin-top: 162px;
	    */
	    margin: 0;
	}
	.w-lg-75 {
	    width: 75%!important;
	}
	.catr {
	    height: 280px;
	}
	.catr-1,
	.catr-4 {
		height: 400px;
	}
	.catr-2 {
	    width: 100%;
	    margin-top: auto;
	}
	.catr-2,
	.catr-4 {
		top: -5rem;
	}
	.catralign {
		display: -ms-flexbox!important;
		display: flex!important;
		height: 100%;
	}

	.home #thecats a .catr h4.woocommerce-loop-product__title {
	}
}
@media screen and (max-width: 1199px) {
	#thetitle {
	    padding: 5rem 0 3rem 0;
	}
}

@media screen and (min-width: 1200px) {
	.catr {
	    height: 360px;
	}
	.catr-1,
	.catr-4 {
		height: 480px;
	}

	.home #thecats a .catr h4.woocommerce-loop-product__title {
	}
}

.post-type-archive .woocommerce-products-header__title.page-title {
	display: none;
}
.tax-product_cat .woocommerce-products-header__title.page-title {
	display: block;
}

#page .woocommerce-products-header {
    padding-bottom: 2.5rem;
	padding: 2.5rem 0;
	padding: .5rem 0;
}
.woocommerce-products-header .term-description {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.woocommerce-products-header > img  {
	display: none;
}

@media (min-width: 992px) {
	.woocommerce-products-header .term-description {
		text-align: left;
	    /*margin-top: 1rem;*/
	    margin-bottom: 1rem;
	}
	.woocommerce-products-header img {
	    margin-bottom: 1rem;
	    margin-top: 1rem;
	}
}

@media (min-width: 1200px) {
	.woocommerce-products-header .term-description {
	    /*margin-top: 2.5rem;*/
	    margin-bottom: 2.5rem;
	}
	.woocommerce-products-header img {
	    margin-bottom: 2.5rem;
	    margin-top: 2.5rem;
	}
}

/*********************/
/*     HERO Blocks      */
/*********************/


.the-hero {
    background-position: center bottom;
    background-size: cover;
    /*min-height: 700px;*/
    margin: 0;
    padding: 6rem 0rem;
    position: relative;
    background-attachment: fixed;
	background: #f6f6f6;
	background-size: cover;
	background-position: center top;
	background-position: center center;
}
/*
.the-hero::before {
    background: rgba(0, 0, 0, 0.4);
    background: rgba(227, 238, 234, 0.84);
    background: rgba(227, 238, 234, 0.66);
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
*/

.the-hero {
	color: #000;
	padding-left: 60px;
	padding-right: 60px;
}
/*
.the-hero .heroe {
	color: #000;
}
*/

.the-hero .h1 {
	font-size: 4rem;
}

@media screen and (max-width: 991px) {
	.the-hero .h1 {
		font-size: 3rem;
	}
}

@media screen and (max-width: 767px) {
	.the-hero .h1 {
		font-size: 2rem;
	}
	.woocommerce-active .site-branding {
		position: absolute;
		top: 12px;
	}
}
/* Slider */
#theslider {
	background: #f6f6f6;
	overflow: hidden;
	margin-top: -20px;
}




.owl-carousel.theowl {
	position: relative;
	/*max-width: 1640px;*/
}
.owl-carousel.theowl .owl-stage-outer {
}

.owl-carousel.theowl .owl-nav {
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
}
.owl-carousel.theowl .owl-nav .owl-prev,
.owl-carousel.theowl .owl-nav .owl-next {
	outline: none;
	width: 40px;
	height: auto;
	line-height: 1;
	color: #fff;
	position: absolute;
	display: inline-block;
	color: #fff;
	background: none;
	border: none;
	z-index: 100;
	background: rgba(0,0,0,.2);
	transition: all 0.45s ease 0s;
	font-size: 2rem;
	font-weight: 400;
	padding: 10px 0 14px 0 !important;
}
.owl-carousel.theowl .owl-nav .owl-prev:hover,
.owl-carousel.theowl .owl-nav .owl-next:hover {
	background: rgba(0,0,0,.3);

}
.owl-carousel.theowl .owl-nav .owl-prev i,
.owl-carousel.theowl .owl-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.owl-carousel.theowl .owl-nav .owl-prev {
  left: 0;
  padding-right: 2px !important;
}
.owl-carousel.theowl .owl-nav .owl-next {
  right: 0;
  padding-left: 2px !important;
}
.owl-carousel.theowl .owl-nav span {
	transition: all 0.45s ease 0s;
}
.owl-carousel.theowl .owl-nav .owl-prev:hover span {
  margin-right: 6px !important;
}
.owl-carousel.theowl .owl-nav .owl-next:hover span {
  margin-left: 6px !important;
}



#thelaster .owl-carousel.theowl .owl-nav {
  display: block !important;
}

#thelaster .owl-carousel.theowl .owl-nav .owl-prev {
  left: -1.5rem;
}
#thelaster .owl-carousel.theowl .owl-nav .owl-next {
  right: -1.5rem;
}


/*
.theowl .owl-stage{display: flex;}

.theowl .owl-item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;

    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
*/
.theowl .productr {
    border: 1px solid #e9e9e9;
    /*border-radius: 1rem;*/
    overflow: hidden;
    padding: 1.75rem;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
    position: relative;	

    /*
	background: #000;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    */
}

.theowl a,
.theowl a .productr {
	text-decoration: none;
}

.theowl .productr:hover {
    border-color: #e2bd6a;
}

/*
.article-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.aticle-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
*/



#page .prod-desc h2,
#page .theowl .productr .prod-desc h3 {
	font-size: 1.5rem;
}

#page .prod-desc .price,
#page .theowl .productr .prod-desc .price {
	font-size: 1.25rem;
	margin-top: .125rem;
	margin-bottom: 0rem;
}


@media screen and (min-width: 768px) {
	.owl-carousel .the-hero {
		padding: 3rem 0;
		padding: 6rem 0;
		background-size: cover;
		background-position: center top;
		background-position: center;
	}
	#theslider .the-hero {
		min-height: 630px;
		min-height: 430px;
	}

	#theslider,
	.owl-carousel,
	.owl-carousel .the-hero .heroe {
	}
}
@media screen and (min-width: 992px) {
	#theslider {
		margin-top: 162px
	}
}
@media screen and (min-width: 1200px) {
	.owl-carousel .the-hero {
		padding: 0;
	    min-height: unset;
	}
	.the-hero {
		/*min-height: 700px;*/
	}
	#theslider,
	.owl-carousel,
	.owl-carousel .the-hero .heroe {
	    /*
	    height: 780px;
	    */
	}
	#theslider {
		margin-top: 106px;
	}
	.owl-carousel .the-hero .heroe {
	    min-height: 500px;
	    min-height: 380px;
	}
}
@media screen and (min-width: 1400px) {
	.owl-carousel .the-hero .heroe {
	    min-height: 640px;
	    min-height: 540px;
	}
}
.grey-overly,
.dark-overly {
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35)) repeat scroll 0% 0%;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.45s ease 0s;
    width: 100%;
}
.grey-overly { 
    background: rgba(246, 246, 246,.94);
}

#page #thetitle .hero-zone h1 {
	color: #fff;
}
#page .hero-zone {
	color: #19242d;
	max-width: 740px;
	margin: 4rem auto 3rem;
	padding: 0 1rem;
}

#page .hero-zone h1,
#page .hero-zone h2 {
	color: #19242d;
	color: #445a6a;
	font-size: 2.25rem;
	font-weight: 700;
	text-transform: uppercase;
}
#page .hero-zone p {
	margin-top: 1.35rem;
	margin-bottom: 0
}

#thelaster h2.hero-bigger::after,
.the-hero .heroe h1::after,
.the-hero .heroe h2::after {
    /*background-color: #e2bd6a;*/
    content: "";
    display: block;
    height: 0px;
    border-top: 4px double #bc6160;
    border-top: 1px double #333;
    margin: 2rem 0;
    width: 5rem;
}
.the-hero .heroe .text-center h1::after,
.the-hero .heroe .text-center h2::after {
    margin: 2rem auto;
}

#thelaster h2.hero-bigger::after,
#thenews .the-hero .heroe .text-center h2::after {
    margin: 1rem auto;
    border-top: 1px solid #333;
    width: 2rem;
}

.the-hero .heroe h1,
.the-hero .heroe h2 {
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    /*
    font-weight: 700;
    text-transform: uppercase;
    width: 70%;
    */
}


#thetitle .heading-block h1 ,
#page .the-hero .heroe h1.hero-bigger,
#page .the-hero .heroe h2.hero-bigger {
	font-size: 4rem;
	/*font-family: "Arapey",serif;*/
	font-family: 'Mulish', sans-serif;
	color: #23282d;
	color: #fff;
	max-width: 1200px;
	margin: 0 auto;
	letter-spacing: 0;
}

.the-hero .heroe p.subheader {
    /*max-width: 28rem;*/
	color: #aaa;
    line-height: 1.25;
    font-size: 1.5rem;
    font-size: 1rem;
	margin: 0 0 2rem 0;
    padding: 0;
}

@media screen and (max-width: 767px) {

	#thetitle .heading-block h1 ,
	#page .the-hero .heroe h1.hero-bigger,
	#page .the-hero .heroe h2.hero-bigger {
	    font-size: 2.4rem;
	    font-size: 2rem;
	}
	.the-hero .heroe h1.hero-bigger,
	.the-hero .heroe h2.hero-bigger {
	    font-size: 2.4rem;
	}
	.the-hero .heroe.text-center.text-md-left h1::after,
	.the-hero .heroe.text-center.text-md-left h2::after {
		margin: 2rem auto;
	}
}
@media screen and (min-width: 768px) {
	.the-hero .heroe p.subheader {
	    margin: 0 0 2rem 0;
	}
}
@media only screen and (device-width: 768px), only screen and (max-width: 768px) {

    .the-hero .heroe h1,
    .the-hero .heroe h2,
    .the-hero .heroe p.subheader {
        width: 100%;
    }

    .the-hero {
        height: 100%;
    }
}

/*
a.large.button.white-button {
    background: rgba(0, 0, 0, 0.25);
    border: 2px solid #fff;
    color: #fff;
}
*/

.wp-video,
.wp-video-shortcode video, 
video.wp-video-shortcode {
	margin: 0 auto;
    max-width: 100%;
    display: inline-block;
    width: 100% !important;
    height: auto !important;
}


/*********************/
/*     HEADER      */
/*********************/

.site-header .custom-logo-link {
	outline: none;
}
.site-header .custom-logo-link img, .site-header .site-logo-anchor img, .site-header .site-logo-link img {
	width: 125px;
	width: 200px;
	transition: all 0.45s ease 0s;
}
@media screen and (max-width: 339px) {
	.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
		left: 10px !important;
	}
	.site-header .custom-logo-link img, .site-header .site-logo-anchor img, .site-header .site-logo-link img {
	    max-width: 160px;
	    margin: 5px 0 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.site-header .custom-logo-link img, .site-header .site-logo-anchor img, .site-header .site-logo-link img {
		/*
		width: 145px;
		margin: 5px 0 0 !important;
		*/
		width: 100px;
		width: 126px;
		margin: 5px 0 0 !important;
	}
	/*.site-header .custom-logo-link img, .site-header .site-logo-anchor img, .site-header .site-logo-link img {
		max-width: 120px;
	}
	*/
}
@media screen and (max-width: 1199px) {
	.site-header .custom-logo-link img {
		margin: 0 auto;
	}
}

#top-bar {
	padding: 0 2%;
	font-size: 13px;
	/*background: #333;*/	
}
#top-bar a {
	color: #8ba6ba;
	font-size: 13px;
	margin: 0 8px 0 0px;
}
#top-bar span {
	margin: 0 8px;
}
#top-bar a img {
	display: inline-block;
	width: 16px;
	height: 16px
}
@media (max-width: 767px) {
	#top-bar {
		display: none;
	}
}

.main-navigation, .secondary-navigation {
	/*
	font-family: 'Mulish', sans-serif;
	font-weight: 600;
	font-weight: 300;
	*/
}
.main-navigation ul li a ,
.main-navigation ul li ul li a,
.secondary-navigation ul li a  {
	font-size: 1.3rem;
	font-size: 1rem;
	/*font-family: "Montserrat","HelveticaNeue","Helvetica Neue",sans-serif;*/
	font-family: 'Mulish',"HelveticaNeue","Helvetica Neue",sans-serif;
	font-weight: 500;
	color: #000;
	/*
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 15px;
	*/
}

.main-navigation ul ul {
	margin-left: 0 !important;
}

.main-navigation ul li ul li a,
.secondary-navigation ul li a  {
	font-size: 1rem;
	font-size: .875rem;
	font-family: 'Mulish', sans-serif;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0;
	color: #1c1d1d;
	text-transform: none;
	padding: 0.65em 1.41575em
}

.site-header-cart .widget_shopping_cart {
	background: #fff;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.09)
}

.main-navigation ul.menu ul.sub-menu {
	background: #f2f2f2;
}


.site-header-cart .widget_shopping_cart {
/*
	font-size: 1rem;
	*/
}

.main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, a.cart-contents:hover, .site-header-cart .widget_shopping_cart a:hover, .site-header-cart:hover > li > a, .site-header ul.menu li.current-menu-item > a {
    /*color: #8ba6ba;*/
    text-decoration: none;
    color: #7f8787;
}
.dropdown-toggle::after {
	content: "" !important
}

.menu-toggle > span {
	font-size: 12px;
	display: block;
}


.main-navigation ul.menu>li>a>small,
.main-navigation ul.nav-menu>li>a>small,
.main-navigation ul.sub-menu>li>a>small {
	font-size: 75%;
	display: block;
	width: 100%;
}

@media (min-width: 768px) {

	.main-navigation ul.menu ul li.menu-item-has-children > a::after {
		top: 14px;
		position: absolute;
		right: 13px;
	}

	/*
	.main-navigation ul.menu ul li a,.main-navigation ul.nav-menu ul li a {
	    font-weight: 600;
	}
	*/

	.main-navigation ul.menu ul.sub-menu {
		background: #fff;
		box-shadow: 0px 10px 20px rgba(0,0,0,0.09)
	}

	.primary-navigation {
	    display: flex;
	    justify-content: center;
	}
	.main-navigation ul.menu, .main-navigation ul.nav-menu {
	    text-align: center;
	    margin: 0;
	    display: flex;
	}
	.main-navigation ul li, .secondary-navigation ul li {
		padding: 0 10px;
	}

	.main-navigation ul li.menu-item-has-children, .secondary-navigation ul li.menu-item-has-children {
		padding-right: 25px;
	}
	.main-navigation ul li ul.sub-menu li, .secondary-navigation ul li ul.sub-menu li {
		padding: 0;
	}
	.main-navigation ul.menu > li.menu-item-has-children > a::after, .main-navigation ul.menu > li.page_item_has_children > a::after, .main-navigation ul.nav-menu > li.menu-item-has-children > a::after, .main-navigation ul.nav-menu > li.page_item_has_children > a::after {
	    display: inline-block;
	    position: absolute;
	    right: 10px;
	    top: 24px;
	}
}
@media (min-width: 1200px) {
	.main-navigation ul.menu, .main-navigation ul.nav-menu {
	    text-align: inherit;
	    margin: inherit;
	}

}

span.woocommerce-input-wrapper {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.site-header {
	    padding-top: 2.5em;
	    padding-bottom: 0em;
	}

	.site-header-cart .cart-contents {
	    padding: 20px 0;
	    transition: all 0.45s ease 0s;
	}

	/*
	header#masthead.is-sticky .site-header-cart .cart-contents {
	    padding: 10px 0;
	}
	*/

	.site-header-cart .cart-contents .count {
    	margin-right: 8px;
	}
	/*
	.main-navigation ul.menu>li>a,
	.main-navigation ul.nav-menu>li>a,
	*/
	.menucompte b {
		display: none;
		/*
		height: 4.235801032em;
		display: block;
		position: relative;
		text-indent: -9999px;
		z-index: 999;
		*/
	}
	.main-navigation .menucompte a::after {
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    display: inline-block;
	    font-style: normal;
	    font-variant: normal;
	    font-weight: normal;
	    line-height: 1;
	    vertical-align: -.125em;
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 900;
	    line-height: inherit;
	    vertical-align: baseline;
	    content: "\f007";
	    height: 1em;
	    float: right;
	    line-height: 2.35;
	}
}

.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
	top: -3px;
	left: 18px;
	z-index: 30
}

@media screen and (min-width: 768px) {
	header#masthead > .col-full,
	header#masthead > div > .col-full {
		margin-top: -50px;
	}
	.woocommerce-active .site-header .main-navigation {
	    /*
	    width: 90%;
	    margin-right: 1%;
	    */
	    width: 100%;
	    width: 95%;
	    margin: 0;
	}
	.woocommerce-active .site-header .site-header-cart {
	    width: auto;
	    float: right;
	    margin-right: 0;
	    margin-bottom: 0;
	}
	.site-header-cart .cart-contents .amount,
	.site-header-cart .cart-contents .count {
		display: none;
	}
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
		padding: 0.618em .4em;
		padding: 1.45em .4em;
		font-size: .87rem;
	}
	.main-navigation ul.menu > li.menu-item-has-children > a::after,
	.main-navigation ul.menu > li.page_item_has_children > a::after,
	.main-navigation ul.nav-menu > li.menu-item-has-children > a::after,
	.main-navigation ul.nav-menu > li.page_item_has_children > a::after {
		display: none;
	}
	.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
		position: relative;
	    width: 100%;
	    float: none;
	    margin-right: 0;
	    margin-bottom: 0;
		top: 8px;
		left: auto;
	    overflow: hidden;
	    height: 130px;
	}
    /*
    .handheld-navigation,.main-navigation.toggled .handheld-navigation,.main-navigation.toggled div.menu,.menu-toggle {
        display: block
    }
    .primary-navigation {
        display: none
    }
    */
}

@media screen and (min-width: 1200px) {
	header#masthead > .col-full,
	header#masthead > div > .col-full {
		margin-top: -30px;
	}
	.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
	    overflow: auto;
	    height: auto;
		top: -10px;
	}
	/*
    .handheld-navigation,.main-navigation.toggled .handheld-navigation,.main-navigation.toggled div.menu,.menu-toggle {
        display: none
    }
    .primary-navigation {
        display: block
    }
    */
}

@media screen and (min-width: 1300px) {
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
		font-size: 1rem;
	}
}
header#masthead {
	border-bottom-color: rgba(0, 0, 0, 0.1);
	border:0;
}

@media screen and (min-width: 768px) {
	header#masthead .storefront-primary-navigation {
		margin-top: -10px;
		position: relative;
	}
}
@media screen and (min-width: 992px) {
	header#masthead {
	    position: relative;
	    position: absolute;
	    width: 100%;
	    background: transparent;
	    background: #fff;
	    /*
	    border: 0;
	    */
	    transition: all 0.45s ease 0s;
	}

	header#masthead > .col-full ,
	header#masthead > div > .col-full {	
	    /*
	    width: 10%;
	    float: left;
	    padding: 0 1%;
	    */
		width: 98%;
		float: left;
		padding: 0 1%;
	}
	header#masthead .storefront-primary-navigation {
	    /*
	    float: right;
	    text-align: right;
	    clear: none;
	    */
	    width: 98%;
	    padding: 0 1%;
	}
	.woocommerce-active .site-header .main-navigation {
	    width: 99%;
	    width: 84%;
	    width: 95%;
		margin-right: 1%;
		float: none;
		display: inline-block;
	}
	.woocommerce-active .site-header .site-header-cart {
	    width: 15%;
	    width: 4%;
	    width: 20px;
	    float: right;
	    margin-right: 0;
	    margin-bottom: 0;
	    display: inline-block;
    	float: none;
	}
	.site-header-cart .cart-contents .amount,
	.site-header-cart .cart-contents .count {
		display: inline-block;
	}
	.main-navigation ul.menu > li.menu-item-has-children > a::after,
	.main-navigation ul.menu > li.page_item_has_children > a::after,
	.main-navigation ul.nav-menu > li.menu-item-has-children > a::after,
	.main-navigation ul.nav-menu > li.page_item_has_children > a::after {
		margin-left: .8em;
	}
	.main-navigation ul.menu > li.menu-item-has-children > a::after,
	.main-navigation ul.menu > li.page_item_has_children > a::after,
	.main-navigation ul.nav-menu > li.menu-item-has-children > a::after,
	.main-navigation ul.nav-menu > li.page_item_has_children > a::after {
		display: inline-block;
	}
}
	header#masthead .storefront-primary-navigation .col-full {
		max-width: none;
		padding: 0;
	}
@media screen and (min-width: 1200px) {
	.site-header {
	    padding-top: 1.25em;
	    padding-bottom: 1.25em;
	}
	header#masthead {
	    position: absolute;
	    width: 100%;
	    background: #445a6a;
	    background: #fff;
	    /*
	    border: 0;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
		*/
	    transition: all 0.45s ease 0s;
	}
	.home header#masthead,
	.single header#masthead {
	    background: #fff;
	}


	header#masthead > .col-full,
	header#masthead > div > .col-full {
		margin-top: 0;
	    width: 20%;
	    padding: 0 2%;
	}
	header#masthead > .col-full,
	header#masthead > div > .col-full {
	    margin-top: 0;
	    width: auto;
	    padding: 0 2%;
	    position: absolute;
	    width: 30%;
	}
	header#masthead .storefront-primary-navigation {
	    float: right;
	    clear: none;
	    text-align: right;
	    width: 72%;
	    width: 100%;
	    padding: 0 2%;
	    margin-top: 0;
	}
	header#masthead .storefront-primary-navigation .col-full {
		max-width: none;
		padding: 0;
	}
	/* STICKY */

	header#masthead.is-sticky {
	    position: fixed;
	    background: #fff;
	    padding: 0;
	    box-shadow: 0px 10px 20px rgb(0 0 0 / 4%);
	}
	header#masthead.is-sticky #top-bar {
		display: none;
	}
	.site-header .site-branding {
		margin-top: -10px;
		margin-bottom: 0 !important;
	}
	/*
	.site-header.is-sticky .site-branding {
		margin-top: 10px !important;
	}
	*/
	.site-header .site-branding img {
		/*
		height: 84px;
		width: auto !important;
		width: 185px !important;
		width: 255px !important;
		*/
		width: 170px;
		width: 172px;
		max-width: none;
		/*
		margin-top: 20px;
		margin-top: 13px;
		*/
		transition: all 0.45s ease 0s;
	}
	.site-header.is-sticky .site-branding img {
		margin-top: 18px;
		width: 114px;
	}
	/*
	.site-header.is-sticky .site-branding img {
	    width: 130px !important;
	    width: 180px !important;
	}
	*/

}
@media screen and (min-width: 1400px) {
	.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
		padding-left: 1em;
		padding-right: 1em;
	}
}

a.remove.remove_from_cart_button,
a.remove.remove_from_cart_button:hover {
	color: #f0f0f0;
}


@media screen and (min-width: 768px) {
	.site-header-cart.focus .widget_shopping_cart, .site-header-cart:hover .widget_shopping_cart {
	    left: -60px;
	    left: auto;
	    right: 0;
	    padding-top: 20px;
	}
	.site-header-cart .widget_shopping_cart {
	    width: 254px;
	}
}

/*********************/
/*       FORMS       */
/*********************/


.contactfrm .input-text,
.contactfrm input[type=email],
.contactfrm input[type=password],
.contactfrm input[type=search],
.contactfrm input[type=tel],
.contactfrm input[type=text],
.contactfrm input[type=url],
.contactfrm textarea {
	width: 100%;
}

form#gdrf-form {
    background: #19242d;
    padding: 30px 30px 10px 30px;
    color: #fff;
    text-align: center;
}
p.gdrf-field.gdrf-field-email {
	margin-top: 20px;
}
#gdrf-errors {
	color: #445a6a
}
.gdrf-success {
	color: #445a6a	
}
/*********************/
/*       CONTACT PAGE        */
/*********************/

textarea.required {
	color: #43454b;
}
.wpcf7-form label small {
	color: #e2401c;
}
span.wpcf7-form-control-wrap.use_label_element span.wpcf7-list-item.first.last {
	margin-left: 0;
}
.strongest strong {
	font-weight: 800;
}

.theshop {
	border-bottom: 1px solid #eee;
	margin-bottom: .5rem;
}
.heading-block h3.hn-alt {
	font-size: 2rem;
}

.oauto {
	overflow-y: scroll;
}

.acf-map {
    width: 100%;
    height: 250px;
    margin: 20px 0;
}

.mappy .oauto {
    max-height: 500px;
}
.acf-map-large {
    height: 500px;
    margin: 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}


.acf-map-res {
    position: relative;
    margin: 0;
    width: 100%;
    /*height: 350px;*/
    background-color: rgb(229, 227, 223);
}
.acf-map-res img {
   max-width: inherit !important;
}

.acf-map-res .marker-desc {
    display: none;
}
.acf-map-res .gm-style  .marker-desc {
    display: block;
}

.acf-map-res .marker-desc {
    width: 250px;
    margin: .3rem 0 0 0;
}
.acf-map-res .marker-desc p {
    margin-bottom: 0
}
.acf-map-res .marker-desc h5 {
    font-weight: 600
}
.acf-map-res .marker-desc img {
   max-width: 250px !important;
   margin-bottom: .5rem;
}

.rechres {
    padding: 1rem;
    background-color: #fff;
}
@media screen and (min-width: 960px) {
    .rechres {
        height: 85vh;
        padding: 1rem 1.5rem 1rem 6rem;
        padding: 1rem 2.5rem 1rem 7rem;
    }
}
@media screen and (min-width: 992px) {
    .acf-map-res {
        z-index: 100;
    }
    .rechres {
        overflow: hidden;
        overflow-y: scroll;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
}




/*********************/
/*       HOME        */
/*********************/




/* Pagination
-----------------------------------------------------------------*/

.owl-carousel.theowl .owl-dots {
	position: absolute;
	width: 100%;
	z-index: 20;
	margin: 0;
	top: auto;
	top: 100%;
	bottom: 15px;
	text-align: center;
}

.owl-carousel.theowl .owl-dots span {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	opacity: 1;
	background-color: transparent;
	border: 1px solid #FFF;
	border: 1px solid rgba(0,0,0,0.2);
	border: 1px solid #e2bd6a;
	border-radius: 50%;
}

.owl-carousel.theowl .owl-dots .owl-dot.active span,
.owl-carousel.theowl .owl-dots .owl-dot:hover span {
	background-color: #FFF !important;
	background-color: rgba(0,0,0,0.4) !important;
	background-color: #e2bd6a !important;
}


#thestr01 .thestr01-titre {
	background: #445a6a url('images/wi-cheese-01.png') no-repeat bottom left;
}
#thestr01 .thestr01-titre h3 {
	color: #fff;
	font-weight: 700;
	font-size: 2.25rem;
	margin-bottom: .25rem;
}

span.usus,
#thestr01 .thestr01-titre span.usus {
	font-size: 1rem;
	color: #e2bd6a;
	font-style: italic;
}



/*
#thelaster {
    border-top: 4px double #445a6a;
}

*/
#thelaster.thelaster-alt {
	background: #f7f7f7 url('images/wi-cheese-02.png') no-repeat top right;
}

#thelaster .owl-item h4.woocommerce-loop-product__title {
	color: #999;
}

#thelaster .owl-item.active.center h4.woocommerce-loop-product__title {
	color: #000
}
#thelaster .owl-item img {
	border-radius: 8px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: .5
}

#thelaster .owl-item:hover img,
#thelaster .owl-item.active.center img {
	opacity: 1
}

/* Flashs */

#theflashs {
	background: #19242d;
	color: #799bb2;
	padding: 3rem 0;
}
#theflashs.bg-greylt {
	background: #f7f7f7;
	color: #19242d;
}
#theflashs .heading-block h3 {
	font-weight: 600;
	color: #fff;
	text-transform: none;
	font-size: 1.875rem;
}
#theflashs h4 {
	color: #e2be6c;
	font-weight: 800;
	text-transform: none;
	font-size: 1.35rem;
}

#theflashs .heading-block h3 + span {
	font-size: 1rem;
}
#theflashs .heading-block ~ p:not(.lead) {
	color: #fff;
	font-size: 1rem;
}

#theflashs .heading-block ~ p.usus:not(.lead) {
	color: #799bb2;
	font-size: .875rem;
	font-style: italic;
}

#theflashs .heading-block:after {
	display: none;
}

#theflashs h3.homenews {
	font-size: 3rem
}

@media screen and (max-width: 767px) {
	#theflashs {
		padding: 2rem 0;
	}
	#theflashs h3.homenews {
		font-size: 2.15rem
	}
}
/*
.cta-content {
	position: relative;
	z-index: 3;
	text-align: center;
}
*/
.boxy {
	display: inline-block;
	padding: 2rem;
	text-align: center;
	text-align: left !important;
	overflow: hidden;
	max-width: 540px;
	max-width: 740px;
	/*
	background: #f6f6f6;
	*/
}

@media screen and (min-width: 992px) {
	.br-right-lg {
		border-right: 1px solid #273744;
	}
	#theadvice .br-right-lg {
		border-right-color: #eee;
	}
}
@media screen and (min-width: 768px) {
	.col-md-6.col-md-6-l {
	    flex: 0 0 49%;
	    margin-right: 1%;
	}
	.col-md-6.col-md-6-r {
	    flex: 0 0 49%;
	    margin-left: 1%;
	}
	/*
	.boxy-left {
		margin-right: 1rem;
	}
	.boxy-right {
		margin-left: 1rem;
	}
	*/
}

/* Flashs */
#thediscover {
	background: #f6f6f6;	
}



/* bgStripe */
#thestripe {
	background: #FFF url('images/stripe-blue-2.png') no-repeat top right;
}

/* bgStripe */
.woocommerce-page #content,
.bg-stripe-grey {
	background: #FFF url('images/stripe-grey.png') no-repeat top right;
	padding: 8rem 0 0 0;
}
.site-content {
	padding: 4rem 0;
}
@media screen and (max-width: 767px) {
	.woocommerce-page #content,
	.bg-stripe-grey {
		background: #FFF url('images/stripe-grey.png') no-repeat top right;
		padding: 2rem 0 0 0;
	}
	.site-content {
		padding: 2rem 0;
	}
}

.meap-info,
.meap h3 {
	position: relative;
}
.meap h3 {
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 0;
}
.meap h3 a {
	color: #000;
	text-decoration: none;
}
.meap h3 a:hover {
	color: #333
}
.meap p {
	color: #fff;
	font-size: 1.4rem;
	text-shadow: 0px 1px 1px rgba(148, 204, 255, 0.9);
}
.meap span {
	color: #6084a5;
	text-transform: uppercase;
	font-size: .75rem;
	letter-spacing: 2px;
}
.meap-content {
	z-index: 5;
	position: relative;
}
.meap-image,
.meap-image img {
	position: relative;
	z-index: 2;
}
/*
.meap-image::after {
	background-color: #f6f6f6;
    content: "";
    display: block;
    position: relative;
    z-index: 0;
    top: -200px;
    left: 8%;
    height: 160px;
    width: 76%;
    z-index: 0;
}
*/
/*
.meap-image-alt::after {
	display: none;
}
.meap-image-alt::before {
	background-color: #f6f6f6;
    content: "";
    display: block;
    position: relative;
    z-index: 0;
    top: -200px;
    left: 12%;
    height: 160px;
    width: 74%;
    z-index: 0;
}
*/
.meap-info {
    height: 200px;
    width: 200px;
    padding-top: 50px;
    padding-left: 35px;
    position:  absolute;
    top: 0;
    right:  0;
    z-index: 4;
    transition: all 0.45s ease 0s;
}
.meap-info::after {
    background-color: #e2bd6a;
    background-color: rgba(148, 204, 255, 0.8);
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 4;
    top: 0;
    left: -8px;
    height: 220px;
    width: 220px;


    /*
    top: -20px;
    left: -28px;
    height: 260px;
    width: 260px;
    */
}


#produit_2 {
	margin-top: 16rem;
}
#produit_3 {
	margin-top: -16rem;
}
@media screen and (max-width: 991px) {
	
	#produit_2 {
		margin-top: 0;
	}
	#produit_3 {
		margin-top: 0;
	}
	.meap-image::after {
		display: none;
	}
	.meap h3 {
		font-size: 1.3rem;
	}
	.meap-content span {
		display: none;
	}
	.meap-info {
	    height: 160px;
	    width: 160px;
	    padding-top: 50px;
	    padding-left: 35px;
	    top: 0;
	    right:  20px;
	}
	.meap-info::after {
	    top: 0;
	    left: -8px;
	    height: 180px;
	    width: 180px;
	}
}



/* theinsta */
#theinsta {
	background: #fdfdfd;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	padding: 4rem 0 !important;
	/*
	border-top: 4px double #bc6160;
	border-bottom: 4px double #bc6160;
	*/
}
#theinsta h4 {
	font-size: 2.75rem;
}
#sb_instagram .sbi_photo {
	border: 5px solid #445a6a;
}

@media screen and (max-width: 767px) {
	#theinsta h4 {
		font-size: 1.75rem;
	}

}


/* News */


.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 20px;
	margin: 0 3px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}

#thenews {
	background: #fff;
	background-size: cover;
	padding-bottom: 10rem;
	padding: 5rem 0rem;
	background-attachment: fixed;
	color: #878788;
}
#thenews .the-hero {
	margin-bottom: -140px;
	padding-bottom: 150px;
	padding-top: 60px;
}
h3.homenews a {
	color: #000
}
/*
#thenews.alt {
	margin-bottom: -142px !important;
}
#thenews.alt .container {
	margin-top: -152px;
	z-index: 123;
	position: relative;
	background: #fff;
	padding: 3rem;
	box-shadow: 0 0 52px rgba(0,0,0,.05);
}
*/
.news-bloc  {
	height: 100%;
	background: #f7f7f7;
}
.news-bloc h3  {
	font-size: 1.65rem;
	/*max-width: 50%;*/
}
.news-bloc h3 a {
	text-decoration: none;
	color: #333;
	font-weight: 600;
}
.news-bloc .news-image {
	margin-bottom: 1rem;
	height: 20rem;
	background-position: center;
	background-size: 100% auto;
	transition: all 4s ease;
}
.news-bloc .news-image:hover {
	opacity: .7;
/*	background-size: 110% auto;*/
}

.news-bloc .news-meta {
	font-size: 0.85rem;
	margin: .45rem 0 .75rem 0 ;
}

.single .vcard.author .avatar {
	display: none;
}


.news-item {
	margin-bottom: 2rem;
}
.entry-image {
    background: #f6f6f6;
    text-align: center;
    height: 100%;
	/*
    min-height: 300px;
	height: 100%;
    width: 100%;
    margin-left: 4rem;
    */
}
.news-item .meta-author {
	color: #6084a5;
	text-transform: uppercase;
	font-size: .6rem;
	letter-spacing: 2px;
	margin-bottom: .5rem;
}
.news-item h3 {
	font-size: 2rem;
}
.news-wrap {
	/*
	margin-left: -5rem;
	margin-top: 3rem;
	*/
	background: #fff;
	background: rgba(255,255,255,.9);

	background: #f5f5f5; 
	/*
	background: #fff;
	box-shadow: 0 0 36px rgba(0,0,0,.15);
	*/
	/* background: rgba(255,255,255,.9); */
    border-top: 5px solid #445a6a;
	padding: 2rem;
	padding: 2.5rem 2rem;
	margin-top: 2rem;
	z-index: 3;
	position: relative;
}

#theflashs .news-wrap {
	background: transparent; 
	border: 0;
	padding: 0;
} 	
.news-wrap a {
	transition: all .4s ease;
}

.news-wrap a:hover {
	text-decoration: none;
	color: #e2bd6a;
	color: #111;
}

.entry-image-bloc,
a.entry-image-bloc {
	background: #fff;
	background-size: 100% auto;
	background-size: cover;
	background-position: center center;
	display: block;
	width: 100%;
	height: 100%;
	/*
	background-size: 110% auto;
	*/
	transition: all 4s ease;
}

.entry-image-bloc {
	background-size: cover;
}
/*
a.entry-image-bloc:hover {
	background-size: 135% auto ;
}
*/


@media screen and (min-width: 992px) {
	.news-item {
		margin-bottom: 8rem;
	}

	/*
	a.entry-image-bloc {
		background-size: auto 100%;
	}
	a.entry-image-bloc:hover {
		background-size: auto 115%;
	}
	*/
	.news-wrap {
	    margin-left: -8rem;
	    margin-top: 6rem;
	    /* position: absolute; */
	    margin-bottom: 6rem;
	}

	.news-even .news-wrap {
		margin-left: 0;
		margin-right: -8rem;
	}
}

@media screen and (max-width: 767px) {
	.news-bloc .news-image,
	.entry-image-bloc,
	a.entry-image-bloc {
		background-size: cover;
	}
}



.btn.btn-fx,
.button.product_type_variable.add_to_cart_button,
.button.product_type_simple.add_to_cart_button,
a.added_to_cart.wc-forward {
	padding: 1rem 2rem;
	margin-top: 1rem;
}
a.added_to_cart.wc-forward {
	background: #000;
}

#payment .payment_methods li .payment_box.payment_method_etransactions_std,
#payment .payment_methods li .payment_box.payment_method_etransactions_3x {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#payment .payment_methods>.wc_payment_method>label:before {
	color: #bbb;
    content: "\f192";
}

#payment .payment_methods>.wc_payment_method>label:after,
#payment .payment_methods>.woocommerce-PaymentMethod>label:after,
.payment_box.payment_method_mercanet_onetime:before {
/*
	margin-top: 20px;
	content: "";
	display: block;
	height: 60px;
	width: 350px;
	background-image: url(images/banque.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-size: cover;
	background-position: center;
	width: 100%;
	background-size: contain;
*/
	display: none;
}
/*
#payment .payment_methods>.woocommerce-PaymentMethod>label:after {
	background-image: url(images/banque-3x.png);
}
#payment .payment_methods>.wc_payment_method.payment_method_stripe>label:after {
	background-image: url(images/stripe.png);
}
*/

#add_payment_method #payment ul.payment_methods .stripe-card-group, .woocommerce-checkout #payment ul.payment_methods .stripe-card-group,
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
	width: 100%;
}

.woocommerce-checkout .form-row {
	margin-left: 0;
}


.woocommerce-customer-details address {
	background-color: #f8f8f8;
	padding: 1rem 1rem 0;	
}

#page .entry-content .woocommerce-MyAccount-content h2.woocommerce-column__title,
#page .entry-content .woocommerce-checkout h3 {
    font-size: 1.35rem;
    color: #8ba6ba;
    background: #8ba6ba;
    color: #fff;
    padding: 8px 15px;
}
.woocommerce-checkout #ship-to-different-address label {
	font-size: 1rem;
	font-weight: 600;
}

.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
   
}
input#wc-stripe-new-payment-method {
	margin-top: 7px;
	width: 8%;
}

.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label {
	font-size: 80%;
	width: 90%;
}

form.woocommerce-form.woocommerce-form-login.login .password-input,
form.woocommerce-form.woocommerce-form-login.login .form-row label,
.woocommerce-MyAccount-content .password-input {
	width: 100%;
}

form.woocommerce-form.woocommerce-form-login.login {
	max-width: 500px;
	margin: 0 auto;
}

.page-id-10:not(.logged-in) .entry-content .woocommerce h2 {
	text-align: center;
}

/* Fold */
.fold {
	height: 100%;
	padding: 8rem 8rem;
	min-height: 740px;

	background-position: center center;
    background-size: cover;
}

.fold-low {
	padding: 4rem 8rem;
	min-height: inherit;
}

.fold-dark,
.fold.fold-dark {
	background: #19242d;
	color: #fff;
}

.fold.bg-bluelt {
	color: #fff;
}

.fold-dark h1,
.fold-dark h2,
.fold-dark h3,
.fold-dark h4,
.fold-dark h5,
.fold-dark h6,
.fold.bg-bluelt h1,
.fold.bg-bluelt h2,
.fold.bg-bluelt h3,
.fold.bg-bluelt h4,
.fold.bg-bluelt h5,
.fold.bg-bluelt h6 {
	color: #fff !important
}

@media screen and (max-width: 1399px) {
	.fold,
	.fold-low {
		padding: 2rem 3rem;
	}
}
@media screen and (max-width: 1199px) {
	.fold,
	.fold-low {
		padding: 2rem 3rem;
	}
}

@media screen and (max-width: 991px) {
	.fold {
		min-height: 240px;
	}
}

.containershrink .my-5 {
	margin: .5rem auto !important;
}
.containershrink .fold {
	padding: 1rem 2rem;
}



/* FOOTER */




.sharer {
	padding: 1rem .5rem;
	font-size: .8rem;
}
.share-link {
	display: inline-block;
	padding: 2px;
	margin: 0 .1rem;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}
.share-link img {
	max-width: 48px;
	max-width: 24px;
}
.share-link:hover {
	opacity: .8;
}



#theinformer #thenl .emailfield::-webkit-input-placeholder {
	font-weight: 700;
	font-size: 14px;
	color: #fff;
}
#theinformer #thenl .emailfield:-ms-input-placeholder {
	font-weight: 700;
	font-size: 14px;
	color: #fff;
}
#theinformer #thenl .emailfield::placeholder {
	font-weight: 700;
	font-size: 14px;
	color: #fff;
}

#theinformer .share-link {
	color: #e2bd6a;
	color: #19242d;
	color: #445a6a;
	font-weight: 700;
	font-size: 14px;
	border-radius: 3rem;
	background: #fff;
	padding: 10px;
	margin-right: .5rem;
}
#theinformer .share-link:hover {
	text-decoration: none;
	opacity: 1;
	background: #f7f7f7;
}


#thenl .btn {
	padding: 0 1rem;
	height: 40px;
	line-height: 18px;
	font-size: 1rem;
	color: #fff;
	background: transparent;
	border: 0;
	border-bottom: 2px solid #fff;
}

#thenl .btn .fa {
	font-size: 1.125rem;
}

#thenl .emailfield {
	color: #fff;
	font-weight: 600;
	border-radius: 0;
	height: 40px;
	line-height: 18px;
	border-bottom: 2px solid #fff;
	background: transparent;
	box-shadow: none;
}
#thenl .input-group-email {
	width: 68%;
}

@media screen and (max-width: 991px) {
	/*
	#thenl .btn {
		width: 25%;
	}
	#thenl .input-group-email {
		width: 75%;
	}
	*/
	#thenl .btn {
		width: 33%;
		width: 8%;
		width: 18%;
	}
	#thenl .input-group-email {
		width: 67%;
		width: 80%;
	}
}
/*
@media screen and (max-width: 767px) {
	#thenl .btn {
		width: 33%;
	}
	#thenl .input-group-email {
		width: 67%;
	}
}

@media screen and (max-width: 479px) {
	#thenl .btn {
		width: 25%;
	}
	#thenl .input-group-email {
		width: 75%;
	}
}*/

#thereassur {
	padding: 2rem 0;
	font-size: 1rem;
	line-height: 1.25;
	text-align: center;
}

#thereassur .reas-img {
	border-radius: 60px;
	/*border: 2px solid #fff;*/
	border: 2px solid #a3b9c9;
	padding: 1rem;
	margin-bottom: .75rem;
	display: inline-block;
}

#thereassur .reas-bloc {
	margin: 1rem 0
}

#thereassur .reas-bloc h4 {
	font-size: 1rem;
	color: #fff;
	color: #19242d;
	margin-bottom: .75rem;
}

#thereassur .reas-bloc span {
	display: inline-block;
	color: #a3b9c9;
	font-size: .8rem;
	font-style: italic;
}



.agence-web {
/*	font-style: italic;*/
	font-size: .8rem;
	color: #b3b1af;
}
.agence-web a {
	color: #b3b1af;
}
.agence-web a:hover {
	color: #8ba6ba;
}
.site-footer {
    color: #fff;
    padding: 5rem 0 4rem;
    padding: 5rem 0 1rem;
    background: #19242d;
    /*
    padding: 5em 0 5rem;
    background: #19242d url(images/wave.png) bottom center no-repeat;
    background-size: 100% auto;
    */
}
.site-footer .footer-logo {
	display: inline-block;
	height: auto;
	max-width: 220px;
}
.widget-footer-logo {	
	margin: 0;
	/*background: white;
	border: 1px solid #445a6a;
	*/
	/* height: 100%; */
	padding-bottom: 3rem;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
/*
@media screen and (min-width: 992px) {
	.widget-footer-logo {
		border-right: 1px solid #445a6a;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.widget-footer-logo {
		padding-right: 1rem;
	}
}
*/
#colophon .banque {
	max-width: 180px;
}

#theinformer .share-link img,
#colophon .share-link img {
	max-width: 48px;
	max-width: 36px;
}


#theinformer h4,
#colophon h3,
#colophon h4 {
	color: #e2bd6a;
	font-weight: 700;
	font-size: 1.125rem;
	margin: 0 0 .9em
}

#theinformer h4 {
	color: #fff;
}

#colophon h5 {
	font-size: 1rem;
	font-size: 1.125rem;
	margin-bottom: 0;
	font-weight: 400;
	font-family: inherit;
}
#colophon h5 a {
  font-weight: 400;
}

#colophon p,
#colophon a {
	font-size: 1rem;
  color: #fff;
  text-decoration: none;
}
#colophon a:hover {
  color: #8ba6ba;
}
#colophon .entry-meta {
  font-size: .825rem;
  text-transform: uppercase;
  color: #8ba6ba;
}


#thementions {
	background: #08191f;
	background: #19242d;
}

.site-info {
	border-top: 1px solid #29363e;
	padding-top: 2rem;
	line-height: 1.5rem;
	color: #e2bd6a;
	color: #445a6a;
}

.site-info a {
	text-decoration: none;
	color: #445a6a;
}
.site-info a:hover {
	color: #8ba6ba;
}

.site-footer .widget_links ul li {
	padding-left: 0;
	margin-bottom: .6rem;
}
.site-footer .widget_links ul li::before {
	display: none;
}

.storefront-handheld-footer-bar {
    box-shadow: 0 0 12px rgba(0,0,0,.15);
}

.site-footer .storefront-handheld-footer-bar a:not(.button),
.storefront-handheld-footer-bar ul li > a {
	color: #8ba6ba
}

.storefront-handheld-footer-bar ul li>a {
	height: 3.235801em
}

.storefront-handheld-footer-bar ul li > a::before {
	font-size: 1.25em;
}

.storefront-handheld-footer-bar ul li.cart .count {
	font-size: .5em;
}


/*
ul#site-header-cart {
    display: none !important;
}
*/

ul#site-header-cart .woocommerce-Price-amount.amount {
    display: none !important;
}
ul#site-header-cart .cart-contents .count {
	position: absolute;
    top: 14px;
    right: -23px;
    background: #e2bd6a;
    border-radius: 12px;
    height: 18px;
    width: 18px;
    font-size: 8px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    opacity: 1;
}

body:not(.single-product) .soldout {
    position: absolute;

    background: rgba(255,255,255,.5);
    position: absolute;
    height: 84%;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 0 15%;
}
body:not(.single-product) .soldout span {
	border-radius: 100px;
    background: rgba(188, 97, 97, 0.75);
    width: 150px;
    height: 150px;
    line-height: 21px;
    color: #fff;
    font-size: 20px;
    padding-top: 54px;
    display: block;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
ul.products li.product:hover .soldout span {
	margin-bottom: 25px
}
.single-product .soldout {
	padding: 3px 8px;
    text-align: center;
    background: rgba(188, 97, 97, 0.75);
    color: white;
    font-weight: bold;
    position: absolute;
    top: 36px;
    right: 6px;
    font-size: 12px;
    top: 6px;
}

/* Countdown */

#thecount {
	border-top: 4px double #445a6a;
	border-bottom: 4px double #445a6a;
}
#thelaster h1,
#thecount h1 {
	/*font-family: "Arapey",serif;*/
	font-family: 'Mulish', sans-serif;
    letter-spacing: 1px;
    font-size: 1rem;
}
#thecountr {
    display: block;
}

#thecountr .countdown-row {
    display: block;
    text-align: center;
}

#thecountr .countdown-section {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    /*width: 25%;*/
    border-left: 1px dotted #bbb;
    color: #888;
    text-transform: capitalize;
    width: 25%;
}

#thecountr .countdown-section:first-child {
    border-left: 0
}

#thecountr .countdown-amount {
    display: block;
    font-size: 20px;
    color: #333;
    margin-bottom: 5px
}

.countdown-descr {
    display: block;
    width: 100%
}

#thecountr .countdown-section {
    font-size: 14px
}

#thecountr .countdown-amount {
    font-size: 30px;
    margin-bottom: 7px
}

#thecountr .countdown-section {
    font-size: 18px
}

#thecountr .countdown-amount {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 8px
}

#thecountr {
    display: inline-block
}

#thecountr .countdown-row {
    display: inline-block;
    text-align: center
}

#thecountr .countdown-section {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    width: auto;
    border: none;
    color: inherit;
    margin-left: 7px;
    text-transform: inherit
}

#thecountr .countdown-section:first-child {
    margin-left: 0
}

#thecountr .countdown-amount {
    display: inline-block;
    font-size: inherit;
    color: inherit;
    font-weight: 700;
    margin: 0 3px 0 0
}

#thecountr .countdown-descr {
    display: inline-block;
    width: auto
}	

#thecountr .countdown-section {
    border: none;
    padding: 15px;
}

#thecountr .countdown-amount {
    height: 140px;
    width: 100px;
    height: auto;
    display: inline-block;
    /*
    display: inline-flex;
    */


    line-height: 140px;
    /*
    border-radius: 50%;
    background-color: #445a6a;
    color: #fff;
    */
    font-size: 80px;
    font-weight: 100;
    font-weight: 500;
    margin-bottom: 15px!important;
    background: transparent;
    color: #222;
    letter-spacing: -2px
}

#thecountr .countdown-section:after {
    display: block;
    content: ":";
    position: relative;
    /* top: -100%; */
    left: 92px;
    z-index: 321;
    font-size: 44px;
    color: #000;
    top: -146px;
}

#thecountr .countdown-row .countdown-section:last-child:after {
	content: "-";
    color: #fff
}

span.countdown-period {
    display: inline-block;
    width: 100%;

    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

@media screen and (max-width: 991px) {
	#thecountr .countdown-section {
	    padding: 5px;
	    width: 20%;
	}
	#thecountr .countdown-amount {
	    height: 60px;
	    width: 60px;
	    line-height: 60px;
	    font-weight: 600;
	    font-size: 44px;
	    margin: 0 !important;
    	letter-spacing: 0
	}

	#thecountr .countdown-section:after {
	    display: none;
	}
}
@media screen and (max-width: 599px) {
	span.countdown-period {
	    text-transform: uppercase;
	    font-size: 12px;
	    font-weight: 400;
	}
}



.woocommerce .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: #f2f2f2;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 1px solid #e0e3e6;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
    height: 40px;
    border-radius: 0;
    padding: 7px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}



.woocommerce .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	background: #f2f2f2;
	background-color: #f2f2f2;
	color: #43454b;
	outline: 0;
	border: 1px solid #e0e3e6;
	-webkit-appearance: none;
	box-sizing: border-box;
	font-weight: 400;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
	height: 40px;
	border-radius: 0;
	padding: 7px;
}


.woocommerce .woocommerce-ordering .select2-container--default .select2-selection--single {
	border: 0;
	box-shadow: 0 0 0 0 black;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}

.woocommerce .select2-dropdown.select2-dropdown--above,
.woocommerce .select2-dropdown.select2-dropdown--below {
	border-color: #eee;
	border-radius: 0;
	box-shadow: 0 0 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 0px rgba(0,0,0,0.1);
}

.woocommerce .select2-container--default .select2-results>.select2-results__options {
	font-size: 12px;
	/*
	*/
	text-transform: uppercase;
	font-weight: 600;
	background: #fdfdfd;
	min-height: 211px;
}

.woocommerce li.select2-results__option.select2-results__option--highlighted {
    background: #e6007e;
    background: #eee;
    color: #000;
}
.woocommerce .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered {
	font-weight: 600;
	color: #000;
	font-size: 12px;
}
.woocommerce .select2-results__option {
	padding: 8px 4px 8px 14px;
}

@media screen and (min-width: 768px) {
	.woocommerce-ordering {
		float: right;
		margin-right: 1.65rem;
		margin-left: 1rem;
		margin-bottom: 1.5rem;
	}
	.woocommerce-result-count {
		padding: 0.6em 0;
	}
	.select2-container {
		min-width: 280px;
	}
}


div.wpml-ls-statics-shortcode_actions{
	text-align:right;
	padding-top:0 !important;
	padding-bottom:20px !important;
	padding-right:2%;
}
@media (min-width: 768px) {
	div.wpml-ls-statics-shortcode_actions{
		padding-bottom:0px !important;
	}
}

.phoneMenu a::before{
	content:url('/wp-content/themes/comptoir-fromages/images/b2-ph-white.png');
	width:30px;
	height:30px;
	margin-right:5px;
	display:inline-block !important;
}

.phoneMenu{
	display:flex !important;
	align-items:center;
}

.phoneMenu a{
	display:flex !important;
	align-items:center;
	background-color :#445a6a;
	color: #ffffff !important;
	border-radius: 3rem;
	font-size: 14px;
	border-radius: 3rem;
	padding: 10px !important;
	padding-right: 1rem !important;
	font-weight:bold !important;
}

.phoneMenu:hover a{
        background-color: #445a6ae8; 
}

img.wpml-ls-flag{
	width:22px;
	height:auto;
}

#btOptionFooter{
	background-color:#19242d;
	text-align:center;
}

#btOptionFooter a{
	margin-top:0px !important;
	margin-bottom:1.5rem;
}
.site-footer{
	padding-bottom:0px;
}

@media (max-width: 768px) {
	.widget-footer-logo{
		padding-bottom:2rem;
	}
}

@media screen and (max-width: 991px) {
	.fold {
		min-height: 440px !important;
	}
	.inversionMobile .row{
		flex-direction: column-reverse;
	}

	.container .row .col-lg-4 img{
		margin-bottom: 0;
		margin-top: 0;
	}
}

div.yfull img{
	margin:auto;
}