/**
Theme Name:   Beeazy - Mini site
Theme URI:    https://kairaweb.com/theme/dustland-express/
Description:  This is a child theme for the Dustland Express WordPress theme
Author:       MMA
Author URI:   https://kairaweb.com/
Template:     dustland-express
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, blog, e-commerce, entertainment, portfolio
Text Domain:  dustland-express-child
*/


/**

https://glorya-medium-voyante.fr/

Couleurs

 font-family: 'Playfair Display', serif;
	    font-family: 'Oswald', sans-serif;
		 font-family: 'Anton', sans-serif;
		  font-family: 'Kalam', cursive;
		      font-family: 'Crafty Girls',handwriting;
		      font-family: Courgette;
			   font-family: 'Roboto Slab', serif;
			   font-family: 'Roboto Mono', monospace;
			     font-family: 'Noto Serif', serif;
				  font-family: 'EB Garamond', serif;
				  font-family: "Raleway", Sans-serif;
				  font-family: 'Cantata One',Georgia,"Times New Roman",serif;
				  
*/
 

.entry-header{
	display: none;
}
/*Papillon*/
.butterfly {
  position: fixed;
  width: 50px;
  height: 40px;
  background-image: url('http://magie-celte.com/wp-content/uploads/borboletas-butterflies.gif');
  background-size: cover;
  animation: fly 8s ease-in-out forwards;
  pointer-events: none;
  z-index: 9999;
}

@keyframes fly {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(calc(var(--x) * 0.25), calc(var(--y) * 0.25)) rotate(var(--r-start));
  }
  50% {
    transform: translate(calc(var(--x) * 0.5), calc(var(--y) * 0.5)) rotate(var(--r));
  }
  75% {
    transform: translate(calc(var(--x) * 0.75), calc(var(--y) * 0.75)) rotate(var(--r));
  }
  100% {
    transform: translate(var(--x), var(--y)) rotate(var(--r));
  }
}



/*carte*/
/* Grille de cartes */
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 colonnes tout le temps */
    gap: 20px;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}

/* Taille par défaut : desktop */
.card-container {
    width: 200px;
    height: 300px;
    perspective: 1000px;
}

/* Carte */
.card {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s, box-shadow 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
}

.card.flipped {
    transform: rotateY(180deg);
}

.card-face {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
}

.card-front {
    transform: rotateY(180deg);
}

/* ✅ Taille tablette (moyenne) */
@media (max-width: 900px) {
    .card-container {
        width: 160px;
        height: 240px;
    }

    .grid {
        gap: 16px;
    }
}

/* ✅ Taille mobile (petite) */
@media (max-width: 600px) {
    .card-container {
        width: 100px;
        height: 150px;
    }

    .grid {
        gap: 12px;
    }
}



.woocommerce-order-details tfoot tr:last-child {
    display: none !important;
}



.site-container {
	padding-top: 0px !important;
}

/*@keyframes papillonBattement {
  0%, 100% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(5deg) scale(1.1); }
}

.papillon {
  animation: papillonBattement 2s infinite ease-in-out;
}*/

@font-face {
    font-family: 'dk_keswickregular';
    src: url('/wp-content/themes/beeazy/fonts/dk_keswick-webfont.woff2') format('woff2'),
         url('/wp-content/themes/beeazy/fonts/dk_keswick-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UncialAntiqua';
    src: url('/wp-content/themes/beeazy/fonts/UncialAntiqua-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dum1';
    src: url('/wp-content/themes/beeazy/fonts/dum1.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

.mma-font-script, .mma-font-script p, .mma-font-script h1, .mma-font-script h2, .mma-font-script h3, .mma-font-script h3 a, .mma-font-script h4, .mma-font-script li{
	font-family: 'dum1', 'Roboto', 'sans-serif' !important;
}
.mma-txt-red{
	color:#c90c0f !important;
}

.page-id-30475 .mma-rotate{
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.wfacp_main_form, .wfacp-inner-form-detail-wrap, #payment{
	background-color: transparent !important;
}
/** ####################### GLOBAL CSS ####################### **/

/* text-transform */

.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: lowercase;
  display: inline-block;
}
.capitalize::first-letter {
  text-transform: capitalize;
}

/* Date fields */
#date_of_birth {
	width: 311px;
  height: 52px;
  padding-top: 30px;
	background:white;
	padding-left:11px;
	max-width:100%;	
}

#shipping_country_field {
	width:50% !important;
	max-width:100%;
}

/******COOKIE **/
.ctcc-more-info-link{
color:#86a040 !important;
} 
ctcc-left-side{
text-align:left!important;
} 
 /****FIN COOKI ***/
 
body {
    font-size: 16px;
    background: 
        url("https://feerique-voyance.com/wp-content/uploads/texture_bois_2560x1440-e1740469474611.jpeg"); /* Image de texture bois */
    background-size: auto;
    background-color: rgba(0, 0, 0, 0.1);
    background-repeat: repeat;
    background-attachment: fixed; /* Effet parallax */
    background-position: center;
    background-blend-mode: multiply; /* Mélange les couleurs et l'image */
    
    color: #333 !important;
    font-family: "Times New Roman", "Roboto", sans-serif !important;
}


/*@media screen and (min-width: 961px) {
	body{
		-webkit-animation:color-change-2x 7s linear infinite alternate both;animation:color-change-2x 7s linear infinite alternate both;
	}
	

	@-webkit-keyframes color-change-2x{0%{background:#98A633}100%{background:#4F5902}}@keyframes color-change-2x{0%{background:#98A633}100%{background:#4F5902}}
}*/

p{
	font-size:20px;	
	/** 6b6b6b */
	color:#333;
	/* letter-spacing: 0.5px; // for Roboto only */
	line-height: 1.5em;
	text-align:justify;
	margin-bottom:1em;
}
.elementor-widget-html li{
	font-size:20px;	
	margin-bottom:10px;
}
.elementor-widget:not(:last-child){
	margin-bottom:0px !important;
}
p strong {
    font-weight: 700;
    margin-bottom: 1.6em;
}
ul, ol{
	margin-left:0px;
}
.mma h1, .mma h2, .mma h3, .mma h4, .mma h5, .mma h6, .mma h1 a, .mma h2 a, .mma h3 a, .mma h4 a, .mma h5 a, .mma h6 a{
	color:#1d1d1b;
}
.mma h1{
	font-size:2.1em;
	line-height:1.4em !important; 
}
.mma h2{
	font-size: 1.5em;
	margin-top:15px !important; 
		margin-bottom:15px !important; 
		line-height:1.4em !important; 
}
.mma h4{
    font-size: 1.4em;	
}

a, .search-btn, .site-title a, .error-404.not-found .page-header .page-title span, .search-button .fa-search{
	color:#1d1d1b !important;
}
.current_page_item {
    font-weight:300;
}
.mma-heading-title{
        font-size: 1.4em;
}
.fa-check-circle{
    margin-right: 5px;
}                             
.row-green{
	background-color:#deea70;
}
.mma-color-special{
	color:#c90c0f;
	font-weight:bold;
	text-align:center;
	font-size:1.5em !important;
}
.mma-color-yellow{
	color:#FFED00 !important;
	font-weight:bold;
}
.mma-bold{
	font-weight:600;
}
.mma-bg-red{
	background-color:#c90c0f;
	color:#fff;
	padding:20px;
	font-weight:600;
}
.mma-bg-red p{
	color:#fff;
	margin:0px;
}
.mma-bg-white{
	background-color:rgba(255,255,255,1);
	padding:20px;
}

i.fas.fa-quote-right{
	margin-bottom: 30px;
    float: right;
}
.mma-product-name, .mma-product-name-part{
	font-weight:900;
	color:#000;
}
.mma-product-name-part{
	color:#134383;
}
.mma-center, .mma-center p{
	text-align:center;
}
.mma-right{
	text-align:right;
}
.mma-left, .mma-left p{
	text-align:left !important;
}
.mma-number{
	
}
.mma-font-1{
	font-size:1em;
}
.mma-txt-white{
	color:#FFF;
}
.mma-txt-green{
	color:#B5D43B !important;
}
.mma-txt-or{
	color:#BA8C00;
}
.mma-margin-bottom-0, .mma-margin-bottom-0 p, .mma-margin-bottom-0 .elementor-heading-title {
	margin-bottom:0px !important;
}
.mma-padding-bottom-0, .mma-padding-bottom-0 p, .mma-padding-bottom-0 .elementor-heading-title {
	padding-bottom:0px !important;
}
.mma .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{
	color:#1d1d1b;
}
.mma-txt, .mma-txt p{
	font-size:20px;
	line-height:20px;
}
.mma-font-script .mma-apostrophe-spacing{
	padding-left:3px;
	padding-right:0px;
}
@media screen and (max-width:767px) {
	.mma-bg-desktop{
		background-image:none !important;
		box-shadow: none !important;
	}
}
.grecaptcha-badge {
    display: none !important;
}



/** ################################# EVERY PAGE except Woofunnel template ################################# **/
.page-template.cgv h1{
	margin-bottom:0px;
}
.page-template ul, .page-template ol{
	margin-left:40px;
	margin-top:8px;
}
.mma.page-template a {
    text-decoration: underline;
}
.page-template h3 {
    font-size: 1.5em;
	padding-bottom: 20px;
    padding-top: 0px;
    /*
	padding-bottom: 8px;
    padding-top: 20px;
	*/
    font-weight: 400;
	line-height: 1.4em;
}
.page-template a, .page-template .search-btn, .page-template .site-title a, .page-template .error-404.not-found .page-header .page-title span, .page-template .search-button .fa-search{
	color:#BA8C18 !important;
}
.page-template a:hover{
	color:#333 !important;
}

/** ################################# LOGO ################################# **/
 .dda-logo {
    display: inline-block;
    height: 108px!important;
    margin-top: 5px !important;
}
/** Footer logo  */
 a.site-logo-img {
    max-width: 200px;
    /** background-color: #FFF; */
    border-radius: 50px;
	display:inline-block;
}
/** Mobile DDA  */
span.dda.logo-mobile {
    width: 250px;
    height: 81px;
    background: url('/wp-content/uploads/MG_Logo_fr.tif') no-repeat;
    font-size: 0px;
    color: red;
    display: inline-block;
    background-size: contain;
    margin-top: 5px;
}

/** ################################# CONTACT FORM / SENDINBLUE  ################################# **/
.wpcf7-form p, 
.sib_signup_form p{
	text-align:left;
}
.wpcf7-form p label, 
.sib_signup_form p label{
    position: relative;
	    width: 100%;
}
.wpcf7-form .mma-form-obligatoire, 
.sib_signup_form .mma-form-obligatoire {
    color: #CF4110;
    font-size: 1.3em;
    top: 0px;
}

.wpcf7 select, 
.sib_signup_form select{
	height: 34px;
 }
.wpcf7 input[type="date"], .wpcf7 select, 
.sib_signup_form input[type="date"], 
.sib_signup_form select{
    direction: ltr;
}
input[type="date"], select {
    padding: 3px;
}
input[type="date"], select {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="date"], select, 
.sib_signup_form input[type="text"], .sib_signup_form input[type="email"], .sib_signup_form input[type="date"] {
	width:60% !important;
	display:block;
}
.wpcf7-form input[type="submit"], .sib_signup_form input[type="submit"] {
	margin-left:0px;
}
.wpcf7-form button, .wpcf7-form input[type="button"], .wpcf7-form input[type="reset"], .wpcf7-form input[type="submit"], 
.sib_signup_form button, .sib_signup_form input[type="button"], .sib_signup_form input[type="reset"], .sib_signup_form input[type="submit"] {
	font-family: 'dk_keswickregular','Roboto', 'sans-serif' !important;
    text-align: center;
    text-transform: uppercase;
    padding: 25px 35px 13px 35px;
    border-radius: 4px;
    margin: 10px;
	margin-top:0px;
	margin-left:0px;
    border: 2px solid white !important;
    background-color: #731616;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    color: #FFF;
	font-size:1.8em;
	transition: box-shadow 0.3s ease;
}
.wpcf7-form button:hover, 
.wpcf7-form input[type="button"]:hover, 
.wpcf7-form input[type="reset"]:hover, 
.wpcf7-form input[type="submit"]:hover, 
.sib_signup_form button:hover, 
.sib_signup_form input[type="button"]:hover, 
.sib_signup_form input[type="reset"]:hover, 
.sib_signup_form input[type="submit"]:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 5px;
    transform: translateY(2px);
}

.sib_msg_disp, .sib_msg_disp p, .wpcf7-not-valid-tip {
	color: #CF4110;
    display: inline;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	font-weight:bold;
	font-size:18px !important;
}
.wpcf7-response-output {
	margin-top: 0px;
	font-weight:bold;
	font-size:18px !important;
	background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
@media screen and (max-width:768px) {
	.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="date"], select,
	.sib_signup_form input[type="text"], .sib_signup_form input[type="email"], .sib_signup_form input[type="date"]
	{
		width:80% !important;
	}
}

/** ################################# ROW FREE READING ################################# **/
.row-free-reading .mma-font-script h1, .row-free-reading .mma-font-script h2, .row-free-reading .mma-font-script h3{
	 color: #564F44;
}
.row-free-reading .mma-font-script h3{
	font-size: 1.5em;
    font-weight: 600;
}
.row-free-reading .mma-txt, .row-free-reading .mma-txt p{
	line-height: 24px;
}

/** ################################# MANUSCRIT ################################# **/
.mma-section-blockquote{
	background-color:#564F44;
	margin-top:15px;
	margin-bottom:15px;
}
.mma-section-blockquote p{
	color:#fff;
}
.mma-section-blockquote a{
	color: #FDFFDA !important;
}
.mma-section-blockquote a:hover{
	color: #fff !important;
}
#mma-manuscrit-important{
	position: absolute;
	left: -120px;
}
@media screen and (max-width: 1024px) {
	#mma-manuscrit-important{
		display:none;
	}
		#mma-manuscrit-star{
		display:none;
	}
}
@media screen and (max-width:960px) {
	#mma-manuscrit-bulle{
		background-image:none;
	}

}



/** ################################# ROW Bon-special ################################# **/
.page-template .row-bon-special ul, .page-template .row-bon-special ol{
	list-style-type:none;
}
body #wfacp-e-form .wfacp_woocommerce_form_coupon .wfacp-coupon-section .woocommerce-info .wfacp_showcoupon:hover, body #wfacp-e-form .wfacp_woocommerce_form_coupon .wfacp-coupon-section .woocommerce-info .wfacp_showcoupon{
	color:#F0413C !important;
}
.woocommerce-page form .form-row select{
    text-transform: initial !important;
}

/** ################################# POPUP ################################# **/
#bio_ep {
	width: 30%; 
	height: auto; 
	color: #333; 
	background-color: #fafafa; text-align: center; 
	padding: 20px 10px;
	border-bottom: 10px solid #DAC198;
    border-top: 10px solid #DAC198;
}
#bio_ep h3{
	margin-bottom:0px !important; 
	font-size:2em;
	padding:0px !important;
}
#bio_ep p{
	font-family: "Times new Roman", "Roboto", Sans-serif !important;
	margin-top: 10px;
}
#bio_ep a{
	font-size: 18px;
    background-color: #000;
    padding: 10px;
    border-radius: 10px;
    color: #fff !important;
    text-decoration: none;
}
#bio_ep_close {
    padding-top: 5px;
    margin: -40px 0 0 -15px;
    width: 30px;
	height: 30px;
}
    
@media screen and (max-width: 960px) {
	#bio_ep {
		width: 80%;
	}
}

/**
* #################### CHECKOUT Step 6 ##################
*/
#billing_civility {
	width:100% !important;
	height:52px !important;
	background-color:#fff !important;
}

/**
* #################### STICKY Message ##################
*/
#stickyMmaBlock{
	display: none;
	position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 10;
	width:100%;
}
.stickyMmaContent{
	display: inline-block;
	font-weight:bold;
    max-width: 1140px;
    width: 95%;
    padding: 1em;

    border-radius: 15px;
    background-color: #ed3c3c; /* #EED586; */
	margin-bottom: 1em;
    margin-top: 1em;
}
.stickyMmaContent:hover {
	background-color: #b93333;
}
.stickyMmaContent p:first-child{
	font-size: 20px;
}
.stickyMmaContent p{
	text-align:center !important;
	color:#fff !important; 
	line-height: 1.3em!important;
	margin-bottom: 0.6em;
	font-size: 18px;
}

.mma .stickyMmaContent p a {
	color: #fff !important;
	text-decoration:none !important;
}
.mma .stickyMmaContent p a:hover {
    color: #fff !important; 
}
@media screen and (max-width: 768px) {
	.stickyMmaContent{
		width: 90%;
		/*width: 100%;
		 border-radius: 0px;*/
		 padding: 0.5em;
		 margin-bottom: 0.6em;
		margin-top: 0.6em;
	}
	.stickyMmaContent p:first-child{
		font-size: 18px;
	}
	.stickyMmaContent p{
		font-size: 16px;
	}
	
	
}

/**
* #################### COOCKIE Message ##################
*/
@media screen and (max-width: 991px) {
	.has-cookie-bar #catapult-cookie-bar{
		padding:15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.ctcc-left-side {
		margin-right: 0.6em;
	}
	.cookie-bar-bar button#catapultCookie {
    margin: 0 0 0 10px;
	}
	button#catapultCookie {
		padding: 9px 14px
	}
}






.mma-sale-menu{
	display:none !important;
}
/**
* #################### FOOTER AERO ##################
*/
.wfacp_checkout-template ul#menu-footer li a {
    font-size: 14px;
    font-weight: 400;
}

.woocommerce-checkout .mma-sale-menu{
	display:inline !important;
}
/**
* #################### FOOTER ##################
*/
#colophon{
	margin-top: 50px;
}
#colophon .panel-grid-cell{
	display: inline-block;
}
#colophon p, #colophon li, .wfacp_checkout-template ul#menu-footer li {
	font-size: 16px;   
    letter-spacing: 0.5px;
    line-height: 1.5em;
	color: #1d1d1b;
    text-align: justify;
	display:inline;
}
 #colophon a{
	color: #1d1d1b !important;
	text-decoration:none;
	font-size:18px;
 }
 #colophon .panel-last-child{
	 width:calc(70% - 2%);
 }
 #colophon .panel-first-child{
	 width:calc(30% - 2%);
	 margin-right:20px;
 }
 #colophon .site-logo-img{
	display:inline-block;
	border-radius: 20px;
    background-color: #fff;
    padding: 10px;
 }

#colophon .site-footer-header ul, .wfacp_checkout-template ul#menu-footer {
	margin:0;
	list-style: none;
	float:right;
	margin-bottom: 25px;
}
#colophon .site-footer-header li:before, .wfacp_checkout-template ul#menu-footer li:before { 
	content: " | "; white-space: nowrap; 
}

#colophon .site-footer-header li:first-child:before, .wfacp_checkout-template ul#menu-footer li:first-child:before{
	content: "";
}

.site-footer {
    box-shadow:none;
}
@media screen and (max-width: 960px) {
	#colophon a{
		font-size:1em;
	}
	#colophon .panel-last-child, #colophon .panel-first-child{
		width:100%;
	}
	#colophon p, #colophon li {
		text-align:center;
		display:block !important;
				margin-bottom:10px;
	}
	#colophon .site-footer-header li:before{
		content: "";
	}
	#colophon .site-footer-header ul{
		float: initial;
	}
	 #colophon .site-logo-img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:20px;
	 }
}

@media screen and (max-width: 480px) {
	.page-template ul, .page-template ol {
		margin-left: 20px;
	}
}


.site-footer-header li a:hover {
	text-decoration:underline;
}
.site-footer-header, .site-footer-widgets{
	padding-top: 40px;
	padding-bottom: 40px;
}
.site-footer-widgets h2 {
    color:#5C5C5C;
}
.site-footer-header h2, .mma-email{
	color: #c90c0f;
}
.site-footer-header{
	background-color: #731616;
}
.mma-email{
    font-weight: 700;
    font-size: 1.3em;
}

.site-footer-widgets ul li h2.widgettitle{
	border:none;
}
#custom_html-5{
	text-align:right;
}

#colophon ins span.woocommerce-Price-amount.amount {
    color:#EC2570!important;
}
#colophon span.woocommerce-Price-amount.amount, #colophon del span.woocommerce-Price-amount.amount{
	color:#EC2570!important;
}
#secure p.dda-txt {
    margin-bottom: 5px
}
#secure p{
	text-align:center;
}
img.visa-mastercard {
    text-align: center!important;
    margin: 0 auto!important
}
#custom_html-4 .dda-txt {
    color: #fff
}

.site-footer-widgets .widget a{
    color: #fff!important;
    font-size: 1em;
	text-align:justify;
}
div#service-client h2:before, div#satisfaction-client h2:before, div#secure h2:before{
	display: inline-block;
    margin: 0 10px 0px 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
/*    background: #c90c0f;       */
    z-index: 99;
    font-family: FontAwesome;
    /*color: #fff;  */
    text-align: center;
    line-height: 50px;
    font-size: 1.2em;
}
div#service-client h2:before {
    content: "\f086";
}
div#satisfaction-client h2:before {
	content: "\f005";
}
div#secure h2:before {
	content: "\f023";
}

.site-footer-widgets ul li h2.widgettitle {
  text-align: center;
}
mark, ins {
	background: #F7F7F7;
}
mark {
	background: #ffed00;
}




/** ####################### QUALITY SECTION ####################### **/
.row-quality h3{
	font-size: 1.2em !important;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:30px !important;
}
.row-quality .fa, .row-quality .fas, .row-quality .far, .row-quality h3, .row-quality p {
	color:#1d1d1b !important;
}
.row-quality .fa, .row-quality .fas, .row-quality .far, .row-quality h3, .row-quality strong {

}
.row-quality{

}

/**
* #################### FOOTER BOTTOM BAR ##################
*/
.site-footer-bottom-bar {
	background-color: #414144;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
    color: #C3C3C3;
    padding: 5px;
    font-size: 0.9em;
	display: inline-block;
    width: 100%;
}
.site-footer-bottom-bar a{
	color: #C3C3C3;
}
.site-footer-bottom-bar-right, .site-footer-bottom-bar-left, .site-footer-bottom-bar-right a, .site-footer-bottom-bar-left a{
	color:#CCCCCC !important;
}
.grecaptcha-badge{
	left:0px !important;
	right:initial !important;
}
.mma #to_top_scrollup{
	bottom:40px;
}
@media screen and (max-width: 480px) {
	.site-footer-bottom-bar-right{
		float:left;
		text-align:left;
	}
	.site-footer-bottom-bar-right, .site-footer-bottom-bar-left{
		margin-left: -10px;
		margin-right: -10px;
	}
}



/** ################################# MENU ################################# **/
#masthead {
  
}
h1.entry-title{
	margin-top:80px;
}
#content.site-content {
	margin-top: 0px; 
	background: linear-gradient(#98A633, #5f6b02);
	padding:50px;
}

/** paper background  */
#content.site-content{
	/*background-image:url("/wp-content/uploads/paper-texture-light-400-min.jpg");
	background-repeat:repeat; 
	padding:0px;*/
}




#mma-separator-empty{
	background-color: #F0F0F0;
}
.bon-de-commande #content.site-content {
	margin-top: 0px !important;
}



#site-navigation {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 1px 4px 0px black;
    box-shadow: 0px 1px 4px 0px black;
    background-color: #731616;
}
.main-navigation{
	background-color: #731616;
	height:113px !important; 
}
#main-menu .site-container{
	padding-left:0px;
	overflow: visible;
    height: 113px;
}
body {
    margin-top: 80px !important;
  }
.main-navigation a{
	padding-top: 5px !important;
	height: fit-content;
}
.main-navigation .a-logo:hover{
	    background-color: transparent !important;
	    cursor: default !important;
}


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

  /* Conteneur menu en ligne avec centrage */
  #main-menu {
    position: static !important;
    right: auto !important;
    width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
    background: #731616 !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important; /* CENTRAGE */
    align-items: center !important;
    max-width: 1140px;
    margin: auto;
  }

  .main-navigation a {
    padding-top: 30px !important;
  }

  /* Fond rouge pour tout le header */
  #site-navigation,
  .main-navigation,
  .main-menu-container,
  header {
    background-color: #731616 !important;
  }

  /* Cacher le portrait (1ère image) */
  #main-menu a:nth-child(1) {
    display: none !important;
  }

  #head_cache{
  	display: none !important;
  }
  /* Taille générale des images */
  #main-menu a img {
    height: auto;
  }

  /* Appliquer une hauteur max uniquement au logo manuscrit */
  #main-menu a:nth-child(2) img {
    max-height: 110px !important;
  }

  /* Espacement du haut pour ne pas cacher le contenu */
  body {
    margin-top: 70px !important;
  }
}




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

	.page-content, .entry-content, .entry-summary{
		margin: 30px 0 0;
	}

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 45% !important;
    margin: 0 2% 22px !important;
    /* modification menu mobile*/
  }

  .mma .cartcontents .cart-information {
    display: none !important;
  }

  .menu span.desktop {
    display: none;
  }

  .mma .main-navigation li a {
    color: #fff !important;
	font-weight:600;
  }

}



/** ####################### MENU MOBILE ####################### **/
.main-navigation .header-menu-button a:hover {
	background-color: transparent;
}

/** ####################### NEW MENU ####################### **/

.site-header-left, .site-header-right{
		display:none;
	}
@media screen and (min-width: 960px) {
	.site-header-left, .site-header-right{
		display:none;
	}
	.main-navigation  .header-menu-button {
		padding: 0px 10px 16px;
	}

}



/** ####################### BOUTTON ####################### **/
.mma div.btn-order .elementor-button{
	font-size: 1.4em !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
	color:#fff !important;
	padding: 15px 25px 15px 25px;
	z-index:999;
	    border-radius: 40px !important;
		line-height: 1.2;
}
.mma a.elementor-button, .mma .elementor-button{
    /*background-color: #c90c0f !important;*/
}
.mma a.elementor-button:hover, .mma .elementor-button:hover, .mma a.elementor-button:focus, .mma .elementor-button:focus{
    background-color: #134383 !important;
}

.mma .top-bar a.elementor-button, .mma .top-bar .elementor-button{
    background-color: #CD171F !important;
	color:#fff !important;
}
.mma .top-bar a.elementor-button:hover, .mma .top-bar .elementor-button:hover, .mma .top-bar a.elementor-button:focus, .mma .top-bar .elementor-button:focus{
    background-color: #ABCA48 !important;
	color:#fff!important;
}

.mma .btn-home a.elementor-button, .mma .btn-home .elementor-button{
    background-color: #134383 !important;
	color:#fff !important;
}
.mma .btn-home a.elementor-button:hover, .mma .btn-home .elementor-button:hover, .mma .btn-home a.elementor-button:focus, .mma .btn-home .elementor-button:focus{
    background-color: #c90c0f !important;
		color:#fff!important;
}


@media screen and (max-width: 480px) {
	.mma div.btn-order .elementor-button{
		margin-left: -10px;
		margin-right: -10px;
		    font-size: 1.3em !important;
	}
}




/** ############################ MMA - FAQ ############################ */
#mma-faq-accordion .ui-accordion-header:hover{
	color:#D63F44;
}
#mma-faq-accordion h3, #mma-faq-accordion .ui-accordion-content p{
	color:#333;
}
#mma-faq-accordion h3{
	font-size: 1.1em !important; 
	line-height: 1.5em;
	cursor:pointer;
}
#mma-faq-accordion .ui-accordion-header-icon {
	padding-right:10px;
}
#mma-faq-accordion * { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
#mma-faq-accordion {
	width: 100%;
	margin: 0px;
}
#mma-faq-accordion .ui-accordion-header {
	margin: 0px;
	padding: 7px 4px 7px 10px;
}
#mma-faq-accordion .ui-accordion-header a {
	color: #fff;
	line-height: 42px;
	display: block;
	font-size: 12pt;
	width: 100%;
	text-indent: 10px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	border-right: 1px solid rgba(0, 0, 0, .2);
	border-left: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	border-top: 1px solid rgba(250, 250, 250, .2);
}
#mma-faq-accordion .ui-accordion-content {
	width: 100%;
	background-color: #f3f3f3;
	color: #777;
	font-size: 10pt;
	line-height: 16pt;
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .1),
				inset 0px -1px 0px 0px rgba(0, 0, 0, .3);
}
#mma-faq-accordion .ui-accordion-content > * {
	margin: 0;
	padding: 10px;
}
#mma-faq-accordion .ui-accordion-content a {
	color: #777;
}

#mma-faq-accordion .ui-accordion-header:nth-of-type(1n), #mma-faq-accordion .ui-accordion-content:nth-of-type(1n) {
	background-color:#fff;
}
#mma-faq-accordion .ui-accordion-header:nth-of-type(2n), #mma-faq-accordion .ui-accordion-content:nth-of-type(2n) {
	background-color:#f7f7f7;
}

#mma-faq-accordion div.wpcf7-form-control-wrap textarea{
width: 250px;
    height: 40px;
    border: 1px solid rgb(193, 193, 193);
    margin: 10px 25px;
    padding: 0px;
    resize: none;
    display: none;
}



/** ####################### SINGLE PAGE ####################### **/
/** ####################### SINGLE PAGE ####################### **/
.mma.single-product  h2 {
	margin-bottom:15px;
}
.single-product .woocommerce-product-details__short-description ul {
    margin: 0px;
}
.single-product .woocommerce-product-details__short-description ul li.bg-prpl-txt{
	padding-left:0px;
}
@media screen and (min-width: 769px) {
	.single-product .woocommerce-product-details__short-description img{
		margin-left:50px;
	}
}
@media screen and (max-width: 768px) {
	.single-product .woocommerce-product-details__short-description img{
		margin-left:auto;
		margin-right:auto;
	}
	.single-product div.product div.summary, .single-product div.product p.price, .single-product  div.product p.stock {
		text-align:center;
	}
}


/** ####################### RELATED PRODUCTS ####################### **/
.related.products{
	margin-bottom:30px;
}

/** ####################### CART PANIER ####################### **/
@media screen and (max-width: 960px){
	li.wpmenucartli a.wpmenucart-contents span{
		/* Display with JQUERY when it's ready */
		visibility:hidden;
	}
}


/** ####################### ROW COMMANDE ####################### **/
.woocommerce div.product p.stock{
	display:none;
}
.woocommerce ul.products li.product .price {
  padding-top: 20px;
  line-height: 15px;
	color:#333;
  border: 0;
}
.row-commande {
    background-color: #ccc !important;
    z-index: 999;
    overflow: hidden;
    padding: 30px 20px 40px 20px;
    position: relative;
    border-radius: 15px;
    margin-top: -20px;
    margin-bottom: 30px;
    box-shadow: 0px 1px 4px 0px #6c6c6c;
}

@media screen and (max-width: 480px) {
	.row-commande {
	    padding: 30px 0px 0px 0px;
		margin-left: -20px;
		margin-right: -20px
	}
}
.mma .row-commande{
	background-color:#fff;
}
.mma .row-commande{
    padding-top:0px !important;
}
.row-commande li.product li i.fas.fa-check-circle {
    color: inherit;
    position: absolute;
    margin-left: -13%;
    font-size: 1.3em;
}
.row-commande .product li {
    text-align: center;
    margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top:0 !important;
    font-size: 1em;
    position: relative;
    opacity: 1;
}
.woocommerce .products ul li, .woocommerce ul.products li{
	line-height:25px;
}
.woocommerce ul.products, .woocommerce ul.products li.product, .woocommerce ul.products li.product{
	margin-bottom:0px !important;
}
.woocommerce-loop-product__title span.brd {
  text-transform: initial;
  font-size: 0.95em;
}
.woocommerce ul.products li.product:hover{
  border: 2px solid #c90c0f!important;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  border-bottom: 0 none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)!important;
  margin: 0 4px 1px 4px!important;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #d7d7d7;

  /*price unit*/
  padding-bottom: 80px;
  /*price unit*/
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img{
  border-bottom: 0 none!important;
  margin-bottom: 0!important;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f7f7+17,ffffff+100 */
  background: #e7e7e7; /* Old browsers */
  background: -moz-linear-gradient(top,  #ebebeb 17%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ebebeb 17%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ebebeb 17%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.woocommerce ul.products li.product:hover a img,
.woocommerce-page ul.products li.product:hover a img,
.woocommerce ul.products li.product:hover a img,
.woocommerce-page ul.products li.product:hover a img{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f67baa+0,ffffff+100 */
    background: #ffed00; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffed00 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffed00 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffed00 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffed00', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */



}
.woocommerce ul.products li.product strong
.woocommerce ul.products li.product {
  margin-top: 10px !important;
  border: 2px solid #d7d7d7;
  -webkit-transition: right 0.4s ease 0s;
  -moz-transition: right 0.4s ease 0s;
  -ms-transition: right 0.4s ease 0s;
  -o-transition: right 0.4s ease 0s;
  transition: right 0.4s ease 0s;
}
.woocommerce ul.products li.product strong{
    display: inline-block!important;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .short-description li{
	color:#333;
}
.woocommerce ul.products li.product .short-description li .mma-gratuit{
	font-size:2em;
	margin-top:10px;
	color:#c90c0f;
}
.woocommerce-loop-product__title {
  line-height: 25px !important;
  font-weight: 500 !important;
  font-size:1.4em !important;
}
.woocommerce ul.products li.product .price {
  font-size: 2em;
  line-height: 15px;
}
h2.woocommerce-loop-product__title {
	padding: 0!important;
	margin: -10px 0 10px 0!important;
	font-size: 20px!important;
	text-transform:uppercase;
	color:#1F744A !important;
	font-weight:bold!important;
	border-bottom:2px solid #1F744A;
	
	/**
	position: absolute;
    top: 20px;
    left: 0px;
	**/
    text-align: center;
    width: 100%;
}

.woocommerce .products .short-description ul {
  margin:0;
  margin-bottom:0px;
}
.product li.bg-normal-txt{
	text-decoration:underline;
	font-weight:600;
	font-size: 1em;
	color:#C90C0F !important;
	min-height:19px;
}
.product li.bg-prpl-txt{
	height:70px;
}
.product li.bg-eco-txt {
    background-color: #ffed00;
    color: #fff;
    padding: 10px 20px;
    opacity: 1;
    display: inline-block;
    margin: 20px !important;
    text-align: center;
	color:#333;
	font-weight:600;
	font-size:1.1em;
}
.woocommerce ul.products li.product a .bg-eco-txt img{
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    background: none;
	display:none;
}
@media screen and (max-width: 480px) {
	.product li.bg-prpl-txt {
		height:auto;
	}
}

/** ####################### TOP BAR COMMANDE ####################### **/
.top-bar {
	background-color:#1F744A;
	padding-top:60px !important;
}
.top-bar h2{
	color:#333;
	background-color:#fff;
	font-size:2em;
	padding:20px;
		display:block;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		width:60%;
}
.top-bar .mma-font-special{
	font-size:2em;
	font-weight:900;
}
.top-bar .mma-product-name-part{
	color:#ffed00;
}
.top-bar p {
    text-align: center;
    color: #fff;
    margin-bottom: 8px;
    margin-top: -4px;
    margin-left: auto;
    margin-right: auto;
	font-weight:bold;
	    font-size: 1.2em;
}
.top-bar .call-to-buy {
    display: block;
    margin: 0 auto 30px auto;
    max-width: 600px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 40px;
    color: #333;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c90c0f+0,88d0e8+50,6a3b54+100 */
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(left,  #1F744A 0%, #f7f7f7 50%, #1F744A 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #1F744A 0%,#f7f7f7 50%,#1F744A 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #1F744A 0%,#f7f7f7 50%,#1F744A 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1F744A', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 */

    position: relative;
}
.top-bar .call-to-buy:after{
    content: '\f0dd';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: #F5F5F5;
    bottom: -13px;
    left: 50%;
    z-index: 9999;
    font-size: 4em;
    transform: translate(-50%, 0%);
}
.call-to-buy {
  display: block;
  margin: 0 auto 30px auto;
  max-width: 600px;
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  background: #fac716;
  background: -moz-linear-gradient(left, #fac716 1%, #e71d18 50%, #fac716 100%);
  background: -webkit-linear-gradient(left, #fac716 1%, #e71d18 50%, #fac716 100%);
  background: linear-gradient(to right, #fac716 1%, #e71d18 50%, #fac716 100%);
  position: relative;
}
.call-to-buy:after{
  content: '\f0dd';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #E71D18;
  bottom: -10px;
  left: 50%;
  z-index: 9999;
  font-size: 4em;
  transform: translate(-50%, 0%);
}

@media screen and (max-width: 480px) {
	.top-bar h2{
		font-size:1.5em;
		width:95%;
		    line-height: 1.2em;
	}  
	.top-bar .mma-font-special{
		font-size:1.5em;
	}
	.top-bar p {
		font-size:1em;
	}
	.top-bar .call-to-buy{
		margin: 30px auto 30px auto;
	}
}



  .site-footer {
    box-shadow:none;
  }
  .site-footer-widgets, .site-footer-widgets .widget a {
    color: #333333 !important;
    border-top: none;
  }

  .posted_in {
    display:none;
  }

  /* EMO - Calcul du panier */

  .woocommerce .cart-collaterals .cart_totals table,
  .woocommerce-page .cart-collaterals .cart_totals table {
    max-width:initial !important;
  }
  .woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td {
    width:initial !important;
  }
  .no-before::before {
    content:"" !important;
  }

  /* EMO - FIn - Calcul du panier */

  .onsale {
    display:none;
  }

  /* FORMULAIRE */
  /* telephone*/
  .intl-tel-input {
    position: relative;
    display: inline;
  }
  #valid-msg, #error-msg {
    padding-top: 8px;
  }
  /* captcha + robot */
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    margin-top: 30px;
  }

  .g-recaptcha {
    display: inline-block;
    margin-bottom: 10px;
  }

  .woocommerce div.product form.cart {
    display:inline-block;
  }


/**
0- Global
 */

.woocommerce-product-details__short-description ul li {
  position: relative;
  list-style: none;
  font-size: 17px;
}
.woocommerce-product-details__short-description ul li i.fas fa-gift {
  position: relative!important;
  margin: 0 10px;
}
.woocommerce-product-details__short-description ul li span.li-txt {
  padding-left: 20px;
}
.woocommerce-product-details__short-description ul li i.fas.fa-check-circle {
  position: absolute;
  left: -20px;
}
span.woocommerce-Price-amount.amount {
  font-weight: bold;
  color:#192347;
}
.woocommerce-breadcrumb {
  display:none;
}
.woocommerce div.product .images, .woocommerce-page div.product .images {
  pointer-events: none;

}
.woocommerce-order-overview__order {
  padding-left:20px !important;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce span.onsale {
  width:82px !important;
}

/**attention grid bon de commande en haut de page*/
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 32.5%;
}






/* modification menu mobile
+ mediaquries

*/
body.show-main-menu #main-menu {
  right: 0px;

}
body.show-main-menu #page {
  right: 0px;
}

/* fin de modification menu mobile*/



#catapult-cookie-bar {
  border-top: 1px solid #d7d7d7;
  text-align:center;
}
button#catapultCookie{
	margin-left: 5px;
}



pre {
  background:#fff;
  font-family:inherit;
}
.my-sale {
  line-height:0;
}





/* end Call to Action*/




/*unit price box*/


.unit_price {
  min-height: 68px;
  display: block;
  border: 1px solid transparent;
  margin: 0 10% 20px 10%;
  border-radius: 15px;
  padding: 4px 0;
  position: relative;
  z-index: 9;
}
.dda li.product:hover a .unit_price{
  border: 1px solid #121212;
}
.regular_unit_price {
  line-height: 1.1em;
  display: inline-block;
  color: #121212;
  font-size: 0.8em;
  margin: 3px 0 10px 0;
}
span.biotula_pdt_prix_unitaire_regular {
  font-size: 1.1em;
  display: inline-block;
  position: relative;
  padding: 0 10px 0 10px;
}
span.biotula_pdt_prix_unitaire_regular:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid red;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.special_unit_price {
  color: #c90c0f!important;
  display: block;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 0.9em;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 6px;
}
.unit-item-type {
  position: absolute;
  /* transform: translate(50%, 50%); */
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100px;
  text-align: center;
  z-index: 99;
  background-color: #fff!important;
  display: inline-block;
  font-size: 0.8em;
  height: 15px;
  line-height: 15px;
  color: #121212;
  margin: 0 auto 0 auto!important;
}


.single-product li.product.type-product .price {
  bottom: 50px;
}
.woocommerce ul.products li.product .price del span.woocommerce-Price-amount.amount,
.woocommerce ul.products li.product .price del span.woocommerce-Price-amount.amount {

 /* display: none;*/
}
.woocommerce ul.products li.product .price:before,
.single-product li.product.type-product .price:before{
  /*content:'Soit un total de :';   */
  font-size: 0.5em!important;
  color: #9c9c9c;
  padding-right: 10px;

}
.woocommerce ul.products li.product a.add_to_cart_button{
  margin-top: 6px;
  background-color: #c90c0f!important;
}
/*unit price box*/

.single-product .woocommerce-product-details__short-description ul li{
  list-style: none;
  font-size: 17px;
}
.single-product .woocommerce-product-details__short-description ul li i.fas.fa-gift {
  display: inline-block;
  margin: 0 10px;
}
.single-product  .related.products .short-description ul{
  display: none;
}
.single-product li.product.type-product{
  position: relative;
}



/**

8 -pre footer

 */
.pre-footer {
  background: #f7f7f7;
  margin: 0;
  padding: 0;
}

.pre-footer h2.dda {
  margin: 20px 0;
  /* margin-top: 20px; */
  text-align: center;
  min-height: 50px;
  font-size: 2em;
}

.pre-footer p.dda-txt {
  font-size: 14px;
  line-height: 16px;
  text-align: center!important;
  padding: 10px 15px;
}
.pre-footer #secure p.guggul-txt {
  padding: 0!important;
}
#secure p.dda-txt {
  margin-bottom: 5px;
}
.dda .pre-footer #secure table {
  width: 70%;
  text-align: center;
  margin: 0px auto 5px auto;
  max-width: 300px;

}
img.visa-mastercard {
  width: 150px;
  text-align: center!important;
  margin: 0 auto!important;
}
.pre-footer #secure table {
  width: 70%;
  text-align: center;
  margin: -20px auto 5px auto;
}
.dda .pre-footer .rd-txt,
.dda .pre-footer a{
  color: #c90c0f!important;
  font-weight: 700;
}




/**
10 - Media queries
 */


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

}


  @media screen and (max-width: 780px) {
    
    .bloc-green-title h3.wht-txt,
    h2.green-txt.title-bloc-etude{
      font-size: 2.6em;
    }
	
	/*
    .buttons a.btn-order {
      padding: 1.4em 2em;
    }
	*/
    .site-footer-widgets ul li h2.widgettitle {
      font-size: 1.6em!important;
    }

    html {
      margin-top: 0px !important;
    }
	
    .panel-grid.panel-has-style>.panel-row-style, .panel-grid.panel-no-style{
      display: inherit!important;
    }

    .argumentaire h3 {
      min-height:inherit;
    }
    .pre-footer .panel-grid.panel-has-style > .panel-row-style,
    .pre-footer .panel-grid.panel-no-style {
      display: inherit !important;
    }

    .woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td {
      width: 100% !important;
    }
  }
  
  @media screen and (max-width: 480px) {
   
    .letter-box.letter-col {
      margin: 0 0px 30px 0px;
    }
    .test-img img {
      border-radius: 10px;
      margin-bottom: 0px;
      max-width: 220px!important;
    }

    h2.subtitle {
      font-size: 1.6em!important;
    }
    img#li2 {
      max-width: 240px;
      margin: 0 -10px 10px 5px;
    }
    img#li3 {
      max-width: 240px;
      margin: 0 10px 5px -10px;
    }
    img#li4 {
      max-width: 300px;
      margin: -35px 10px 5px 0px;
    }
    img#li5 {
      max-width: 220px;
      display: block;
    }
    
    .wpmenucart-display-standard {
      /*background-color: #c90c0f!important;*/
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
      width: 96% !important;
      margin: 0 2% 22px !important;
      /* modification menu mobile*/
    }

    .hero-img.mobile img{
      display: block;
    }


    .hero-txt {
      margin-top: 15%;
      padding-right: 0;
    }

    ul.dda-ul.dda-lead.dda-whte {
      display: none;
    }



    .block-title {
      margin: 10px 0;
    }

   
    /* section-header*/
    .section-header {
      /*
      min-height: 100%;
      margin-bottom: -30px!important;
      */
    }
    .percent80 {
      width: 100%;
      margin: 0 0 10px 0!important;
      padding: 0;
    }
    .percent80 h3 {
      font-size: 1.4em!important;
    }

    h4 {
      font-size: 1.3em;
    }
    .temoignage h2 {
      font-size: 2.2em!important;
    }
    .temoignage img {
      display: none!important;
    }
    .hidden-desktop {
      /* font-size: 0.7em!important; */
      padding: 10px 5px;
      margin: 0 -10px!important;
    }
    .pre-footer h2.dda{
      font-size: 1.8em!important;
    }
  }
  @media screen and (max-width: 360px) {
    #site-navigation.main-navigation ul#menu-menu-principal li:nth-child(2n) a span{
      font-size: 12px;

    }
    #site-navigation.main-navigation ul#menu-menu-principal li:nth-child(2n) a span::after{
      right: 5px;
      font-size: 1em;
    }

  }

  /**
  Captcha
   */
  #catapult-cookie-bar {
    border-top: 1px solid #d7d7d7;
  }
 .page-template #catapult-cookie-bar a {
	 color:#de0000 !important;
 }
  .g-recaptcha {
    display:inline-block;
    margin-right:-10px;
  }
  @media screen and (max-width: 782px) {
    .g-recaptcha {
      display:block;
      margin-bottom:50px;
    }
  }
  @media screen and (max-width: 1060px) {
    .g-recaptcha > div {
      width: 213px !important;
      border-right: 1px solid #ccc;
    }
  }








  /* End of Range ta chambre & ton css*/





  /* DDA >> Attention reste à trier  */














  .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del, .price del {
    font-size:18px !important;
    /*color:#ce321a;*/
    color: #231f20;
  }


  .woocommerce-product-details__short-description p {
    font-weight:700;
    font-size:16px;
  }


  /*
  .woocommerce-tabs div,  .woocommerce-tabs ul {
    display:none !important;
  }
  */
  abbr.required {
    text-decoration:none !important;
  }

  .woocommerce-cart .woocommerce-message .wc-forward {
    display:none !important;
  }
    .woocommerce-message::before {
    color:#c90c0f;
  }
  .woocommerce-message {
    border-top-color: #c90c0f;
  }

  .woocommerce-info::before{
	  color:#c90c0f;
  }
  .woocommerce-info{
	      border-top-color: #c90c0f;
  }
  .woocommerce .woocommerce-error:before, .woocommerce-page .woocommerce-error:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
    text-align: right;
  }


  .select {
    height: 35px !important;
    background: #fafafa !important;
  }

  .select2-container .select2-selection--single {
    height:35px;
    border-radius:0;
    background: #fafafa !important;
  }

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

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
  }

  .shop_attributes tr:first-child {
    display:none;
  }



  @media screen and (max-width: 960px) {
	  .header-menu-button {
        padding: 0px 5px 5px;
	  }
	  
    .section-header{
      /* background-position: -25px 0!important;*/
    }

    .label img {
      width: 50%!important;
      float: right;
    }

    .block-title {
      margin: 30px 0;
    }
    .block-title h3{
      float: left;
      padding-left: inherit;
      margin-left: inherit;
      width: 300px;
      margin-bottom: 0;
      line-height: 1em;
      font-size: 1.4em;
    }
    .block-title h3:before{
      font-size: 1.9em;
      width: 20px;
    }
    div#panel-w5b77fa38ed79e-1-1-0 .textwidget {
      position: absolute;
      right: 120px;
      left: inherit;
    }


    .main-menu-close {
      color:#fff;
    }
  }

  @media screen and (min-width: 769px) {
    .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
      width:40% !important;
    }
    html {
      overflow-x:hidden !important;
    }
  }

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

  }

  @media screen and (max-width: 768px) {
    
    .section-header{
      /*background-position: -25px 0!important;*/
    }


    .label img {
      width: 150px!important;
      float: right;
    }
    .block-title {
      margin: 40px 0;
    }
 




    .woocommerce table.cart input, .woocommerce-page #content table.cart input, .woocommerce-page table.cart input {
      margin-left: 0 !important;
    }
    .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs {
      width:100% !important;
    }
    .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel {
      width:100% !important;
    }
  }
  
  @media screen and (max-width: 650px) {

    .label img {
      width: 125px!important;
      margin-bottom: 10px;
    }
    div#panel-w5b77fa38ed79e-1-1-0 .textwidget {
      position: absolute;
      right: 10px;
      left: inherit;
    }
    .block-title{

    }
  }

  /* captchA */
  @media screen and (max-width: 300px){
    embed, iframe, object {
      max-width: 100%;
      width: 210px;
      border-right: 1px
    }
  }



#menu-vide {
  display:none;
}


/* Checkout */


.wfob_blink_img_wrap {
  padding-top:3px;
}
.wfob_price .amount{
  color:#fff !important;
  font-size:14px !important;
}
.wfob_quantity_increment {
  display: inline-block !important;
  padding: 0px 0 0px 9px !important;
  width: 42px !important;
  min-height:23px !important;
}

.wfob_enable_pointer {
  padding-top:5px !important;
}

.wfob_Box H3 {
  margin-top:0 !important;
  font-size:20px !important;
  font-family:"Roboto", Sans-serif !important;
}

.wfob_Box H4 {
  margin-top:0 !important;
  font-size:15px !important;
  font-family:"Roboto", Sans-serif !important;
  font-weight:500 !important;
}

.wfacp_whats_included h3 {
  border-bottom:1px solid !important;
}

.wfacp_description {
  border: 1px solid #ecebeb;
  padding: 5px 10px;
  border-radius: 5px;
  background-color:#fff;
}

.wfacp-qty-ball {
  display:none;
}

body.dda #content {
  display:none;
}
body.page-template #content, body.page #content{
  display:block;
}

#wfacp-e-form .wfacp_allowed_countries strong {
  min-height:51px !important;
}

@media screen and (max-width: 960px) {
  .wfacp_qv-button {
    display:none !important;
  }
}

/* FIN - Checkout */

/* Upsell */
         

/* FIN - Upsell */


.woocommerce-form-coupon-toggle .woocommerce-info {
    background-color: transparent;
    border: 0;
    color: #000;
    padding-left: 0;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #000;
}
.woocommerce-form-coupon-toggle .woocommerce-info a:hover {
    color: #aaa !important;
}

/* Couleur des liens */

.page-template a {
	color:#083dff !important;
}

.page-template a:hover{
	color:#de0000 !important;
}

.mma-section-blockquote a {
	color:#FDFFDA !important;
}
.mma-section-blockquote a:hover {
	color:#fff !important;
}



/** ####################### EMO - CUSTOM AERO CHECKOUT ####################### **/
.elementor-28575 .elementor-element.elementor-element-c500e0c #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity {
	display:none;
}
.elementor-28575 .elementor-element.elementor-element-c500e0c #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title {
	text-transform:none;
}
.elementor-28575 .elementor-element.elementor-element-c500e0c #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title {
	text-transform:none;
	font-size:20px;
}
.elementor-28575 #product_switching_field > div.wfacp-product-switch-title {
	display:none;
}
.wfacp_order_subtotal {
	display:none;
}
/** ####################### MMA - CUSTOM THANK YOU PAGE SUBSCRIPTION ####################### **/
.page-id-13 .subscription-total.woocommerce-orders-table__cell-subscription-total  {
	visibility:hidden;
}
.page-id-13 .subscription-total.woocommerce-orders-table__cell-subscription-total  .woocommerce-Price-amount{
	visibility:visible;
}
.page-id-13 .woocommerce-table__product-name .product-quantity{
	display:none;
}

/** ####################### MMA - CUSTOM AERO CHECKOUT PHASE A ####################### **/
.page-id-27501 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-27495 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-27516 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-26955 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-28985 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-28647 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-29348 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-29416 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-30475 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-30552 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-30562 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-30954 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-30993 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-30996 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity
{
	display:none;
}

.page-id-27501 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-27495 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-27516 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-26955 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-28985 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-28647 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-29348 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-29416 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-30475 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-30552 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-30562 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-30954 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-30993 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-30996 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title {
	text-transform:none;
	font-size:20px;
}
.page-id-27501 #product_switching_field > div.wfacp-product-switch-title,
.page-id-27495 #product_switching_field > div.wfacp-product-switch-title,
.page-id-27516 #product_switching_field > div.wfacp-product-switch-title,
.page-id-26955 #product_switching_field > div.wfacp-product-switch-title,
.page-id-28985 #product_switching_field > div.wfacp-product-switch-title,
.page-id-28647 #product_switching_field > div.wfacp-product-switch-title,
.page-id-29348 #product_switching_field > div.wfacp-product-switch-title,
.page-id-29416 #product_switching_field > div.wfacp-product-switch-title,
.page-id-30475 #product_switching_field > div.wfacp-product-switch-title,
.page-id-30552 #product_switching_field > div.wfacp-product-switch-title,
.page-id-30562 #product_switching_field > div.wfacp-product-switch-title,
.page-id-30954 #product_switching_field > div.wfacp-product-switch-title,
.page-id-30993 #product_switching_field > div.wfacp-product-switch-title,
.page-id-30996 #product_switching_field > div.wfacp-product-switch-title{
	display:none;
}


.page-id-27501 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-27501 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-27495 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-27495 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-27516 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-27516 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-26955 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-26955 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-28985 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-28985 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-28647 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-28647 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-29348 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-29348 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-29416 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-29416 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-30475 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-30475 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-30552 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-30552 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-30562 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-30562 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-30954 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-30954 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-30993 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-30993 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-30954 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-30996 .woocommerce-checkout-review-order-table .cart-subtotal{
	display:none !important;
}


/** ####################### MMA - CUSTOM AERO CHECKOUT PHASE B ####################### **/
.page-id-27844 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-27842 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-27838 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-27830 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-27783 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-27768 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-27853 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-27685 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-29348 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-29416 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-29851 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-29828 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-29980 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-29983 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-30475 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-30552 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-30562 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-30954 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-30993 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity,
.page-id-30996 #wfacp-e-form .wfacp_main_form.woocommerce .woocommerce-cart-form__cart-item.cart_item .wfacp_row_wrap .wfacp_product_choosen_label .wfacp_product_row_quantity
{
	display:none;
}
.page-id-27844 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-27842 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-27838 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-27830 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-27783 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-27768 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-27853 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-27685 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-29348 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-29416 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-29851 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-29828 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-29980 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-29983 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-30475 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-30552 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-30562 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-30954 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-30993 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title,
.page-id-30996 #wfacp-e-form .wfacp_main_form.woocommerce .wfacp_section_title
 {
	text-transform:none;
	font-size:20px;
}

.page-id-27844 #product_switching_field > div.wfacp-product-switch-title,
.page-id-27842 #product_switching_field > div.wfacp-product-switch-title,
.page-id-27838 #product_switching_field > div.wfacp-product-switch-title,
.page-id-27830 #product_switching_field > div.wfacp-product-switch-title,
.page-id-27783 #product_switching_field > div.wfacp-product-switch-title,
.page-id-27768 #product_switching_field > div.wfacp-product-switch-title,
.page-id-27853 #product_switching_field > div.wfacp-product-switch-title,
.page-id-27685 #product_switching_field > div.wfacp-product-switch-title,
.page-id-29348 #product_switching_field > div.wfacp-product-switch-title,
.page-id-29416 #product_switching_field > div.wfacp-product-switch-title,
.page-id-29851 #product_switching_field > div.wfacp-product-switch-title,
.page-id-29828 #product_switching_field > div.wfacp-product-switch-title,
.page-id-29980 #product_switching_field > div.wfacp-product-switch-title,
.page-id-29983 #product_switching_field > div.wfacp-product-switch-title,
.page-id-30475 #product_switching_field > div.wfacp-product-switch-title,
.page-id-30552 #product_switching_field > div.wfacp-product-switch-title,
.page-id-30562 #product_switching_field > div.wfacp-product-switch-title,
.page-id-30954 #product_switching_field > div.wfacp-product-switch-title,
.page-id-30993 #product_switching_field > div.wfacp-product-switch-title,
.page-id-30996 #product_switching_field > div.wfacp-product-switch-title
 {
	display:none;
}

.page-id-27844 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-27844 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-27842 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-27842 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-27838 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-27838 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-27830 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-27830 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-27783 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-27783 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-27768 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-27768 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-27853 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-27853 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-27685 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-27685 .woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-29348 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-29348.woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-29416 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-29416.woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-29851 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-29851.woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-29828 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-29828.woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-29980 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-29980.woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-29983 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-29983.woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-30954 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-30954.woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-30993.woocommerce-checkout-review-order-table .cart_item, 
.page-id-30993.woocommerce-checkout-review-order-table .cart-subtotal,
.page-id-30996 .woocommerce-checkout-review-order-table .cart_item, 
.page-id-30996.woocommerce-checkout-review-order-table .cart-subtotal
{
	display:none !important;
}

/** ####################### MMA - checkout ####################### **/
#wfacp-e-form .woocommerce-account-fields, #wfacp-e-form .woocommerce-form-login-toggle{
	display:none !important;
}


/*================================Statistique==============================*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#tabltv  td{
	padding: 10px;
	border: 1px solid #737373;
}

/* Modal Content/Box */
.modal-content {
  background-color: #F2F2F2;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
 box-shadow: 2px 0px 10px #737373;
 border-radius: 10px;
}
.cont{
	 max-height:500px ;
  overflow: auto;
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#tabDetails > td{
	padding: 5px;
	border: 1px solid #737373;
	text-align: center
}
#tabDetails >tr> td{
	padding: 5px;
	text-align: center
}
.tabBE>tbody>tr>td{
	text-align: center

}
#tabBETot>tbody>tr>td{
	text-align: center;
	padding-right: 1em;
	
}
.tabTva>tbody>tr>td{
	text-align: center
}
.elementor-32565{
	background-color: #737373;
	border-radius: 5px;
	margin-top: 80px;
}
.elementor-element-53d1000{
	background-color: #737373;
}
.elementor-element-dff10e0{
	background-color: #737373;
}
.rowStat {
  display: flex;
}

.columnStat {
  flex: 50%;
  margin: auto;

}
.columnStat>p{
	color:  #F2F2F2;
  	font-size: 18px;
}
.elementor-page-32565 .entry-title{
	display: none;
}
.elementor-page-32565 .site-content{
	background-color: #737373 !important;
}

.wfacp_order_summary_box .wfacp_section_heading{
	display: none;
}

.stat{
	color: #cf2e2e !important;
	cursor: pointer;
}
.stat:hover{
	text-decoration: underline;
}
.tabAgeBreak>thead>tr>th{
	text-align: center;
}
.tabAgeBreak>tbody>tr>td{
	text-align: center;
}
.age_leads{
	color:#85A68E;
}
.age_buyer{
	color:#8C6554;
}
.loader{
	z-index: 9999;
	position: absolute;
	left: 50%;
	top: 60%;
	border: 16px solid #F2F2F2; 
	  border-top: 16px solid #cf2e2e; 
	  border-radius: 50%;
	  width: 100px;
	  height: 100px;
	  animation: spin 1s linear infinite;
	  display: none;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*===============TAR=================*/
.carte_tar, .colCarte{
	cursor: pointer;
}
.carte_tar{
	transition: all 0.2s;
	border-radius: 100%;
}
.carte_tar:hover{
}


/*=============================Shipletter=====================*/

#btn_ship{
	background-color: #731616 !important;
	color: white !important;
	padding: 20px;
	font-size: 20px;
	text-decoration: none;
	border: 2px solid #fffa81;
	max-width: 75%;
}

#btn_ship:hover{

}

.ui-autocomplete-loading {
    background: white url("img/ui-anim_basic_16x16.gif") center center no-repeat !important;
}
body .wfacp_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=text].ui-autocomplete-input{
	background-position: right center !important;
}