/* Menu Uppercase */
#menu-anchor-menu a {
	text-transform: uppercase;
	font-family: "Vintage Glamore", sans-serif;
}

/* cart color */
i.eicon-cart-light {
	color: white;
}

/* product gallery Homepage */

.products.elementor-grid li {
	border-radius: 5px;
	background-color: #EDE7F0;
	padding: 20px !important;
}

.woocommerce ul.products li.product .button {
  color: white;
  background-color:#A386B2;
}

.woocommerce-loop-product__title {
	font-family: "Manrope", sans-serif !important;
	font-size: 16px !important;
	color: black !important;
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price {
	font-family: "Vintage Glamore", sans-serif;
	font-size: 20px;
	color: #A386B2;
}

/* Hover products */
.products li {
	transition: all 0.2s ease;
}

.products li:hover {
	margin-top: -15px !important;
	background-color: #a99eaf;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.products li:hover .woocommerce-Price-amount.amount {
	color: white;
}

/* Icon add to card inside page product */
button.single_add_to_cart_button:before {
   display: inline-block;
   font-family: FontAwesome;
   float: left;
   content: "\f217";
   font-weight: 300;
   margin-right: 1em;
}

/* Boutique page */

.woof_container_inner.woof_container_inner_catgories h4 {
	font-family: "Vintage Glamore", sans-serif;
	    padding-bottom: 1rem;
}

.woof_container_inner h4 {
		font-family: "Vintage Glamore", sans-serif;
 padding-top: 2rem;
 padding-bottom: .5rem;
}

/* category two column  */
.woof_list.woof_list_checkbox {
	    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.woof_list.woof_list_checkbox li {
	 width: 48%;
  display: flex;
  align-items: center;
}

/* pagination custom code */
/* Center pagination and remove border */
.woocommerce nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border: none;
}

/* Style pagination list */
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
}

/* Style individual page links and span */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  border: 1px solid #333;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Style current active page */
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #333;
  color: #fff;
  font-weight: bold;
  border-color: #333;
}

/* Remove weird box or outline */
.woocommerce nav.woocommerce-pagination ul li {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

span.irs-bar {
	background-color: #D3ABE5 !important;
}
	span.irs-handle.to,span.irs-handle.from {
		border: 4px solid #D3ABE5 ;
	}
span.irs-from,span.irs-to {
	background-color: #D3ABE5 !important; 
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
	border-top-color: #D3ABE5 !important;
}

/* accordion */

.elementor-10362 .elementor-element.elementor-element-e905c16 > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title {
	display: flex;
	justify-content: space-between;
}

/* contact popup */
.htmega-form-style-1 form input:not([type="checkbox"],[type="radio"],[type="file"]) {
	margin-top: 15px;
}

.dialog-message.dialog-lightbox-message {
	width: 900px !important;
	border-radius: 8px !important;
}

.contact-left, contact-left* {
	text-align: left !important;
	justify-content: flex-start !important;
	align-items: flex-start !important;
}

/* Tablet menu */
.menu-drawer {
	 z-index: 999;
}

/* Navbar scroll */
/* Container to hide overflow */
.scrolling-text {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

/* Target the actual text span */
.scrolling-text .elementor-heading-title {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 12s linear infinite;
  font-weight: 600;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Off canvas animation duration */

.elementor-widget-off-canvas {
	--e-off-canvas-animation-duration: 300ms;
}

/* remove filter */
.elementor-10545 .elementor-element.elementor-element-bf33992 img {
	filter: none;
}

/* border image homepage */

img.attachment-full.size-full.wp-image-13100 {
	  border-radius: 10px;
    border: 2px solid #a386b2;
}

img.attachment-large.size-large.wp-image-12581 {
/* 	  padding: 15px;
    border-radius: 10px;
    border: 2px solid #a386b2; */
}

/* Contact 7 */
.custom-width {
	width: 455px !important;
}

.elementor-10746 .elementor-element.elementor-element-0f408c0:not(.elementor-motion-effects-element-type-background), .elementor-10746 .elementor-element.elementor-element-0f408c0 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* testimonials CSS */
.htmega-testimonial-style-2 .testimonal {
	height: 350px;
	font-weight:400;
	font-family:'Manrope';
	font-style:normal !important;
	
}
.testimonal .content {
    display: flex;
    flex-direction: column;
	justify-content:center;
    justify-content: space-between;
    align-items: center;
    width: 100%; 
    height: 80%;
    box-sizing: border-box;
}
.testimonal .content h4 {
    margin: 5px 0 0;
    font-weight: bold;
    font-size: 16px;
	text-align:center;
}

span.elementor-button-icon-qty {
/* 	  width: 35px;
    margin-right: 5px;
    padding: 5px;
    border-radius: 5px;
    background-color: #a386b2; */
}


/* media querie contact */

@media (max-width: 769px) { 
	#demande-devis {
	display: flex;
	flex-direction: column;
}
}


/* demande devis Popup */

.dialog-message.dialog-lightbox-message {
	width: 1100px !important;
}

.elementor-popup-modal .dialog-widget-content {
	width: 1100px !important;
	border-radius: 10px !important;
}

#demande-devis {
	display: flex;
	justify-content: space-between;
	padding: 20px 15px;
}

#demande-devis .col-one, #demande-devis .col-two, #demande-devis .col-three {
	margin-right: 1rem;
}

#demande-devis .col-one {
	width: 25%;
}

#demande-devis .col-two {
	width: 25%;
}

#demande-devis .col-three {
	width: 50%;
}



#demande-devis input[type=date], #demande-devis input[type=email], #demande-devis input[type=number], #demande-devis input[type=password], #demande-devis input[type=search], #demande-devis input[type=tel], #demande-devis input[type=text], #demande-devis input[type=url], #demande-devis select, #demande-devis textarea {
	width: 300px;
	height: 50px;
	background-color: #F4F1F6;
	border-radius: 5px;
  border: none;
	margin-top: 10px;
}


#demande-devis textarea, input[type=text]  {
/* 	height: 218px; */
	width: 373px;
	background-color: #F4F1F6;
	border-radius: 5px;
  border: none;
	margin-top: 10px;
}

#demande-devis label {
	padding: 15px 10px;
}

#demande-devis .custom-file-upload span.wpcf7-form-control-wrap {
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='7' ry='7' stroke='%23333' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='39' stroke-linecap='square'/%3e%3c/svg%3e");
border-radius: 7px;
	margin-top: 10px;
/* 	border: 2px dashed black; */
 background-color: #EDE7F099;
 display: inline-block;
 height: 10px;
 padding: 100px 40px;
}

.title-popup {
	padding-top: 10px;
	font-weight: 500;
  font-size: 22px;
	font-family: Manrope, sans-serif;
}

[type=button], [type=submit] {
	padding: 10px 60px;
	background-color: #D3ABE5;
	color: #333333;
	border: none;
}

[type=button], [type=submit]:hover {
	background-color: #D3ABE5;
	color: white;
}

/* Hide native input */
.wpcf7 .custom-upload-area input[type="file"] {
/*   opacity: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0; */
}

/* Add custom 'Choose File' text visually */
 .wpcf7 .custom-upload-area::before {
  content: "Choisir une photo";
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: 500;
  transition: background-color 0.3s ease; 
}

/* New CSS */
/* Upload wrapper styling */
#demande-devis .custom-file-upload span.wpcf7-form-control-wrap {
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='7' ry='7' stroke='%23333' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='39' stroke-linecap='square'/%3e%3c/svg%3e");
  background-color: #EDE7F099;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 120px;;
  text-align: center;
}

.c-btn {
	text-align: end;
}

/* Add visual elements (icon, text, button) */
.wpcf7 .custom-file-upload span.wpcf7-form-control-wrap::before {
  content: "\A Glisser le fichier ici\A  OU";
  white-space: pre-line;
  color: #777;
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}

/* Hide native file input */
.wpcf7 .custom-upload-area[type="file"] {
  opacity: 0 !important;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}



/* Fake Import button look */
.wpcf7 .custom-file-upload span.wpcf7-form-control-wrap::after {
  content: "Importer";
  background-color: #333;
  color: #fff;
  padding: 10px 30px;
  border-radius: 25px;
  display: inline-block;
  font-weight: 500;
  margin-top: 15px;
}

/* Footer */
.text-underline {
	text-decoration: underline;
}

/* disable search button navbar */

button.e-search-submit {
	display: none !important;
}

.elementor-10545 .elementor-element.elementor-element-4212061 .e-search-input {
	height: 45px;
}

/* footer underline */
.text-footer-underline p {
	text-decoration: underline;
}

/* testimonial make name above */

.testimonal .content {
    display: flex;
    flex-direction: column;
}

.testimonal .content h4 {
    order: -1;
    margin-bottom: 10px;
}

/* new contact form */
#custom-form-contact input#form-field-name {
	margin-top: 15px;
	height: 45px;
	background-color: #F4F1F6;
	border: none;
}

#custom-form-contact input#form-field-email {
	margin-top: 10px;
	background-color: #F4F1F6;
	border: none;
}

#custom-form-contact input#form-field-field_e1097da {
	margin-top: 10px;
	background-color: #F4F1F6;
	border: none;
}

#custom-form-contact textarea#form-field-message {
	margin-top: 10px;
	height: 170px;
	background-color: #F4F1F6;
	border: none;
}

#custom-form-contact.elementor-widget-form .elementor-button[type="submit"] {
	background-color: #D3ABE5;
	border-radius: 25px;
}

#custom-form-contact.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	flex-basis: 50%;
	margin-left: auto;
}

/* demande de devis new */

#devis-form input#form-field-name {
	border: none;
	background-color: #F4F1F6;
	margin-top: 10px;
}

/* date */
#devis-form input#form-field-field_bf1a3e3 {
		border: none;
	background-color: #F4F1F6;
	margin-top: 10px;
}

/* type devenement */
#devis-form select#form-field-field_7dbe1f1 {
		border: none;
	background-color: #F4F1F6;
	margin-top: 10px;
}

/* Theme */
#devis-form select#form-field-field_4c7f550 {
		border: none;
	background-color: #F4F1F6;
	margin-top: 10px;
}

/* text area */
#devis-form textarea#form-field-message {
	height: 280px;
		border: none;
	background-color: #F4F1F6;
	margin-top: 10px;
}

#devis-form .elementor-field-type-textarea.elementor-field-group.elementor-column.elementor-field-group-message.elementor-col-100 {
	margin-top: 15px;
}

/* email */
#devis-form input#form-field-email {
		border: none;
	background-color: #F4F1F6;
	margin-top: 10px;
}

/* style gateau */
#devis-form select#form-field-field_62e0b83 {
		border: none;
	background-color: #F4F1F6;
	margin-top: 10px;
}

/* saveurs */
#devis-form select#form-field-field_58f0516 {
		border: none;
	background-color: #F4F1F6;
	margin-top: 10px;
}

/* file input */
#devis-form input#form-field-field_8e2908a {
	padding: 15px;
	background-color: #EDE7F099;
		border: none;
	margin-top: 10px;
	border-radius: 5px;
    border: 1px dashed black !important;
}

/* telephone */
#devis-form input#form-field-field_f623acf {
		border: none;
	background-color: #F4F1F6;
	margin-top: 10px;
}

/* nombre de part */
#devis-form input#form-field-field_943e5c6 {
	border: none;
	background-color: #F4F1F6;
	margin-top: 10px;
}

/* gateau couvert de */

#devis-form select#form-field-field_97bbc16 {
	border: none;
	background-color: #F4F1F6;
	margin-top: 10px;
}

.elementor-field-type-step.elementor-column.elementor-field-group-field_a646ab5.elementor-col-100.e-form__step {
	justify-content: end !important;
}

.e-form__step:not(.elementor-hidden) {
	justify-content: end;
}

/* upload button */
#devis-form .elementor-field-type-upload input[type="file"]::file-selector-button {
    border: 0px solid #CCC;
    border-radius: 20px;
    background-color: #f0f0f0 !important;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-right: 15px;
}

#devis-form .elementor-field-type-upload input[type="file"]{
    font-size: 0px !important;
}

#devis-form .elementor-field-type-upload input[type="file"]::before{
  content: 'Importer';
background-color: #333333;
    padding: 10px 35px;
    border-radius: 20px;
    color: white;
    font-size: 14px;
    line-height: 3em !important;
    font-family: FontAwesome, Open Sans;
    font-weight: 600;
}

#devis-form .elementor-field-type-upload input[type="file"]::after{
    content:"Vous n'avez pas encore choisi de fichiers";
    font-size: 14px !important;
    padding-left: 10px;
}

#devis-form .elementor-field-type-upload input[type="file"]{
    font-size: 0px;
}

#devis-form .elementor-field-type-upload input[type="file"]::file-selector-button{
    display: none;
}

/* Boutique */

.elementor-10594 .elementor-element.elementor-element-1772b8d.elementor-wc-products ul.products li.product {
	    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.woocommerce ul.products li.product .button {
	text-align: center;
}

/*pagination */

@media (max-width: 575.98px) { 
	.woocommerce nav.woocommerce-pagination ul {
		    gap: 0px !important;
	}

}

@media (max-width: 1159px) {
		.woof_list.woof_list_checkbox {
    width: 30rem;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	}
}

/*page product single*/
.single_add_to_cart_button.button.alt {
    
	clear: both;
  display: block;
	margin-top:10px;
}
.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 15px;
	padding-bottom:15px;
}
.related.products h2{
	padding-top: 15px;
	padding-bottom: 15px;
}
/* Container UL (facultatif pour flex layout si tu veux) */
ul.products {
  display: flex;
  flex-wrap: wrap;
 
}

/* Chaque produit */
ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: calc(25% - 20px);
  min-height: 420px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

/* Lien contenant image, titre, prix */
ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  text-decoration: none;
}

/* Image produit */
ul.products li.product img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Titre du produit */
ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 16px;
  min-height: 25%;
  margin: 10px 0;
  line-height: 1.4em;
  flex-shrink: 0;
}

ul.products li.product a.button.product_type_simple {
    display: inline-block; /* ou block selon le contexte */
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}



/* Bouton add to cart */
ul.products li.product .add_to_cart_button {
  display: inline-block;
  width: 100% !important;
  padding: 10px;
  background-color: #ff7f50;
  color: #fff;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  text-align: center;
}

@media screen and (max-width: 768px) {
  ul.products li.product {
    width: calc(50% - 10px);
		margin-left:10px;
  }
}




/* overflow */
.elementor-element.elementor-element-6bc414c.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
	overflow-x: hidden;
}

/* Related products hover */
.products li:hover {
	padding: 1rem !important;
}

/* shop page */

@media (min-width: 900px) { 

	.woocommerce ul.products li.product .button {
    		margin-top: 2em;
	}

 }

/* cart color */
.elementor-menu-cart__product-price {
	color: black;
}









/*en ref*/

@font-face {
  font-family: 'Sergio-Trendy';
  src: url('fonts/Sergio-Trendy.woff2') format('woff2'),
       url('fonts/Sergio-Trendy.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

.hero-title {
  font-family: 'Sergio-Trendy', sans-serif;
}
