/*
 Theme Name:   Passion nature
 Theme URI:    https://acwd.fr
 Description:  Thème Passion nature ACWD
 Author:       Passion naturee
 Author URI:   https://acwd.fr
 Template:     acwd
 Version:      1.0.0
*/
/* style menu*/
.custom_menu{
	z-index: 10;
	visibility: hidden;
}

.bg-dark{
	background-color: #3c3c3d;
}
.bg-primary
{
	background-color: #2caaed;
}
.list-item{
	list-style: none;
}

.btn-close{
	cursor: pointer;
}

.custom-logo-link img{
	max-width: 230px !important;
	height: auto !important;
	width: 100% !important;
}

.cursor-pointer{
	cursor: pointer;
}


#menu-header li{
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.dropdown-menu{
	padding-left: 10px;
	padding-right: 10px;
	border:none;
}

#menu-header > li > a{
	color:grey !important;
	font-size: 20px
}

.dropdown-menu a{
	color: black;
}

#menu-primary{
	margin-bottom: 1em;
}

#menu-primary a{
	color: #333;
}

#menu-primary li{
	margin: 3px 0px;
}

.submenu .dropdown-menu{
	top: 0;
	left:117%;
}

.navbar-nav .dropdown-menu{
	position: static !important;
	transform: translate(0) !important;
}

.dropdown-toggle::after{
	margin-left: 0px;
}

.dropdown-menu .dropdown-toggle {
  position: relative;
}
.dropdown-menu .dropdown-toggle .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.dropdown-menu .show .dropdown-toggle::after {
  transform: rotate(-90deg);
	transition-duration: 0.5s
}

.dropdown-menu .dropdown-toggle::after {
  transform: rotate(0deg);
	transition-duration: 0.5s
}

.dropdown-menu .dropdown-toggle::after{
	margin-left: 0px;
	position: absolute;
	top: 40%;
	left: 100%;
}


#menu-header li{
	margin-top: 5px;
}

.dropdown-toggle{
	display: block;
}

@media (max-width: 990px) {
	.dropdown-menu{
		box-shadow: none !important;
	}

	.dropdown-menu .show .dropdown-toggle::after {
	  transform: rotate(0deg);
		transition-duration: 0.5s
	}

	.dropdown-menu .dropdown-toggle::after {
	  transform: rotate(-90deg);
		transition-duration: 0.5s
	}
}

.search-form, .recherche label{
	margin-bottom: 0 !important;
}

.search-field{
	padding: 3px 3px 3px 10px;
	border: none;
	border-bottom: 1px solid lightgrey;
}

.search-submit{
	height: 24px;
	background-color: #2caaed;
	border:none;
	color: white;
}

.font_size12{
	font-size: 12px;
}

.hr_header{
	margin: 1px;
}

/* footer */
.border_bottom{
	border-bottom: 1px solid #525252;
}

.owl-carousel-sponsors .owl-item img{
	width: 70%;
}

.social{
	font-size: 20px;
}

footer input[type='submit']{
	padding: 0.6em 1em;
	border-radius: 5px;
	border: none;
	margin-top: 21px;
	margin-left: 3px;
	background-color: #2caaed;
	color: white;
}

.menu_footer ul{
	list-style: none;
	padding-left: 0;
}

.menu_footer li{
		margin-bottom: 1rem;
}

.menu_footer a{
	color: rgba(255,255,255,.5)!important;
}



/* page d'Accueil */
.custom_text_carousel{
	/* top: 50%;
	left: 50%; */
	top: 5%;
	right: 5%;
	/* transform: translate(-50%, -50%); */
	font-family: 'Montserrat', sans-serif;
}
.custom_text_carousel p{
	font-weight: bold!important;
	font-family: 'Montserrat', sans-serif!important;
	text-transform: uppercase;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
	margin-left: 10px;
	margin-right: 10px;
}

.btn-plus{
  background-color: transparent;
  border: 2px solid black;
  transition: all ease 0.2s;
	color: black;
	cursor: pointer;
	white-space: nowrap;
}

.btn-plus:hover {
  background-color: #2caaed;
  transition: all ease 0.2s;
  border: 2px solid #2caaed;
	color:white !important;
}

.barre_bleu{
	width: 120px;
	margin-left: -1.5rem;
	background-color: #2caaed;
}

.div_anim_image{
	overflow:hidden;
}

.image_anim{
  transform : scale(1);
  transition-duration: 0.5s;
}

.image_anim:hover, .image_anim p:hover{
  transform : scale(1.3);
  transition-duration: 0.5s;
  opacity: 0.5;
	max-width: 100%;
}

.custom_image_fond{
	background-position: center;
}
.owl-carousel-temoignage .owl-item img{
	width: 25% !important;
}

.custom_text_image{
	z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hr_bleu_temoignage{
	width: 30px;
	background-color: #2caaed;
}

.hr_blanc_temoignage{
	width: 30px;
	height: 1px;
	background-color: white;
}

.text-light{
	color: #dfdfdf !important;
}

.custom_badge div:nth-child(2n+1){
	background-color: #3c3c3d !important;
}

.custom_badge h5{
	font-size: 1em;
}

.custom_badge p{
	font-size: 0.8em;
}

.bg-bleu{
	background-color: #2caaed;
}
	/* page boutique 
.custom_header_boutique{
	height: 25vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}*/

.custom_header_boutique {
    height: 25vh;
    max-height: 250px; /* Empêche l'image de s'étirer en hauteur au-delà de sa taille réelle */
    min-height: 150px; /* Garde une taille correcte sur mobile */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.titre_boutique{
	margin-left: 10%;
}

.custom_barre .form-control{
	border: none !important;
}

.bg-light2{
	background-color: #f1f1f1;
}

.products{
	padding: 0 15px;
	margin-top: 20px;
}

.Custom_product{
	list-style: none;
	padding: 0;
}

.onsale{
		position: absolute;
		top: 0px !important;
		right: auto !important;
		left: 0px !important;
		color: white;
		padding: 5px 10px !important;
		background-color: #2caaed !important;
		border-radius: 0 !important;
		margin:0 !important;
		min-height: 0 !important;
		line-height: 2 !important;
}

.Custom_product > div{
	position: relative;
	min-height: 350px;
	padding-bottom: 1.5em !important;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.Custom_product img{
	width: 60% !important;
	margin: auto !important;
	margin-top: 2em !important;
	height: 160px !important;
	object-fit: contain;
}

.Custom_product h2{
	margin-top: 1em !important;
	text-align: center;
	min-height: 55px;
	color:black;
	padding: .5em 20px !important;
	font-size: 16px;
}

.Custom_product .price{
	text-align: center;
	color: grey !important;
}

.Custom_product .button{
	background-color: #333333 !important;
	color:white !important;
	margin: 0.5em 0 !important;
	padding: 0.4em 0.9em;
	transition-duration: 0.4s;
	font-weight: bold;
}

.Custom_product .button:hover{
	background-color: #2caaed !important;
	transition-duration: 0.4s;
}

.woocommerce-result-count, .woocommerce-ordering{
	display: inline-block;
	margin-bottom: 0 !important;
	margin: 0px 5px !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	margin: 0;
	min-height: 330px;
}
/* breadcrum */
.woocommerce-breadcrumb, .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb a,  .woocommerce .woocommerce-breadcrumb{
	color: white;
}

/* pagination */
.woocommerce-pagination ul{
	background-color: #ebe9eb;
	border: none !important;
	border-radius: 5px;
	display: flex;
	justify-content: flex-end;
	padding: 0 10px;
}

.woocommerce-pagination li{
	border: none !important;
	border-radius: 5px;
	list-style: none;
	margin: 10px 5px
}

.woocommerce-pagination .current{
  color: #2caaed !important;
}

.woocommerce-pagination a{
	color: black;
}

.woocommerce-breadcrumb{
	padding-bottom: 1em !important;
}

/* single product */
.woocommerce-page div.product div.images{
	width: 30% !important;
}

.entry-summary{
	width: 60% !important;
}

@media (max-width: 768px) {
	.woocommerce-page div.product div.images{
		width: 100%;
	}

	.entry-summary{
		width: 100% !important;
	}
}

.entry-summary .price span, .woocommerce div.product p.price{
	color: #2caaed;
}

.woocommerce button.button.alt{
	background-color: #2caaed !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border: none !important;
	background-color: transparent !important;
}

/* .custom_Product .woocommerce-tabs{
  padding-top: 3em;
} */

/* .custom_Product .tabs::before{
  border: none !important;
} */

/* .custom_Product .tabs li{
  border: none !important;
  border-radius: 5px !important;
  background-color: white !important;
} */

/* .custom_Product .tabs li a{
  color: #F4232A !important;
} */

.custom_Product .tabs .active, .custom_Product .tabs .active a{
  color: #2caaed !important;
}

.custom_Product .tabs li::after, .custom_Product .tabs li::before{
  content: none !important;
}




/* page commande */
.woocommerce-billing-fields div p, .woocommerce-shipping-fields__field-wrapper p {
  width: 100% !important;
}

.woocommerce-billing-fields div label, .woocommerce-shipping-fields__field-wrapper p label{
  width: 100% !important;
}

.woocommerce-billing-fields div p span, .woocommerce-shipping-fields__field-wrapper p span {
  width: 100%;
}

.select2-selection{
  width: 100% !important;
  box-shadow: 0 0 0.2em lightgrey;
  border: none !important;
}

.woocommerce-billing-fields div p span input, .woocommerce-shipping-fields__field-wrapper p span input {
  border-radius: 3px;
  border: none;
  box-shadow: 0 0 0.2em lightgrey;
  padding: 0.4em;
}

.woocommerce-additional-fields__field-wrapper p label{
  width: 100%;
}

.woocommerce-additional-fields__field-wrapper p label{
  width: 100%;
}

.woocommerce-additional-fields__field-wrapper p span{
  width: 100%;
  min-height: 100px;
}

.woocommerce-additional-fields__field-wrapper p span textarea{
  width: 100%;
  min-height: 100px;
  box-shadow: 0 0 0.2em lightgrey !important;
  border: none;
  padding: 0.4em
}

/*Mon compte */

.Custom_nav_Compte li{
	list-style: none;
	margin-bottom:1.2em;
}

.Custom_nav_Compte li a{
	padding: 0.5em 0.5em 0.5em 0.5em;
	background-color: lightgrey;
	border-radius: 5px;
	color: black;
	transition-duration: 0.5s;
}

.Custom_nav_Compte li a:hover{
	margin-left: 10px;
	background-color: #2caaed;
	color: white;
	transition-duration: 0.5s;
}

.buttonDesc{
	margin-top: 2em;
	border: none;
	background-color: #2caaed;
	color:white;
}

.color-primary{
	color:  #2caaed;
}

.posted_in a{
	color: grey;
}

.checkout-button{
	background-color: #2caaed !important;
}

.checkout-button:hover{
	background-color: #2895d0 !important;
}

/* home page */
@media (max-width: 768px) {
	.format-tel{
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 1rem !important;
	}
}

/* page recherche */
.page_recherche > div{
	padding-right: 0;
	padding-left: 0;
}

.titreArticleRecherche{
	font-size: 1em;
}

.buttonArticleRecherche{
	margin-top: 1em;
	margin-bottom: 0.5em;
	line-height: 1;
	cursor: pointer;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
}

/* panier */
.woocommerce-cart-form__cart-item .product-name a{
	color:grey;
}

@media (min-width: 768px) {
	.cart-collaterals .Custom_product {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/*page liste des articles */
article .post-thumbnail img{
	max-width: 100%;
	height: auto;
}


/* contact */
.text_contact i{
	font-size: 40px;
	margin-right: 30px;
}

.text_contact p{
	margin-bottom: 0.5rem;
}

.form_contact input[type='submit']{
	border:none;
	padding: 0.6em 2em;
	background-color: #2caaed;
	color:white;
}

.form_contact label{
	width: 100%;
}

.form_contact textarea{
	height: 100px;
}

.acf-map{
	height: 400px;
}
/* categorie */
.product-category{
	float:none  !important;
	flex-basis: 23% !important;
	margin: 1% !important;
	position: relative;
	background-color: black;
	min-height:auto !important;
}

@media (max-width: 992px) {
	.product-category{
		flex-basis: 48% !important;
	}
}

@media (max-width: 450px) {
	.product-category{
		flex-basis: 98% !important;
	}
}

.product-category img{
	opacity: 30%;
	margin-bottom: 0 !important;
	height:100% !important;
	min-height: 213px;
	object-fit: cover;
}

.product-category h2{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	color:white;
}

.product-category mark{
	background-color: transparent !important;
	color:white;
}

/* page 404 */
.btn-noir{
	background-color: #333333 !important;
	color: white;
	transition-duration: 0.3s;
}

.btn-noir:hover{
	background-color: #2caaed !important;
	color:white;
	transition-duration: 0.3s;
}
.nav-tabs
{
	border: none!important;
}
.nav-tabs .active
{
	border:none!important;
	background-color: #2caaed!important;
	color: #FFFFFF!important;
}

.nav-tabs .nav-link:hover
{
	border: none;
	border: 1px solid transparent;
	color: #2caaed;
	background-color: #f2f2f2;
}

.archive-stock
{
	position: absolute;
top: 0px !important;
right: auto !important;
right: 0px !important;
color: white;
padding: 5px 10px !important;
/* background-color: #2caaed !important; */
border-radius: 0 !important;
margin: 0 !important;
min-height: 0 !important;
/* line-height: 2 !important; */
line-height: 15px!important;
font-size: 0.7rem;

}

/* .soldout {
	padding: 3px 8px;
	text-align: center;
	background: red;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 12px;
} */
.cat_archive
{
	font-weight: bolder;
	text-transform: uppercase;
	position: relative;
	font-size: 1.2rem;
}
.cat_archive::after
{
	display: block;
	content: '';
 width: 20%;
 height: 2px;
 position: absolute;
 bottom: 0;
 left: 0;
	background: #2caaed;
	margin-top: 10px;
}
.woocommerce ul.products li.product .button
{
	border-radius: 0;
}
.ul-child-2
{
	list-style: none;
}

#wc_bis_send_form{
    background-color: #ff1f1f;
    color: white;
	text-transform: uppercase;
	margin-right:50px;
	padding-right: 20px;
}

#wc_bis_send_form::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0f3";
    color: white;
    font-size: 15px !important;
}

#wc_bis_email {
    background-color: transparent !important;
}

.button.wc-forward {
    /*display: none !important;*/
}
.w-100 {
    width: 100%!important;
    height: auto!important;
}
.text-warning {
    color: #ffc107!important;
    font-size: 0.9rem;
}
 
/* ====================================
   CORRECTIONS IMAGES MOBILE - Simple
   ==================================== */

/* Images produit responsive sur mobile */
@media (max-width: 768px) {
    
    /* Images principales des produits */
    .woocommerce-page div.product div.images img,
    .woocommerce-product-gallery__image img, .woocommerce-page div.product div.images {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        display: block !important;
    }
    
    /* Container des images produit */
    .woocommerce-page div.product div.images {
        width: 100% !important;
        text-align: center;
    }
    
    /* Améliorer les miniatures sur mobile */
    .flex-control-thumbs {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0;
    }
    
    .flex-control-thumbs li {
        flex-shrink: 0;
        width: 60px !important;
        height: 60px !important;
    }
    
    .flex-control-thumbs li img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }
    
    /* Réduire légèrement les titres sur mobile */
    .entry-summary h1,
    .product_title {
        font-size: 22px !important;
        line-height: 1.3;
    }
    
    /* Menu mobile - texte plus petit */
    #menu-header > li > a {
        font-size: 18px !important;
    }
	.custom_text_carousel{
		font-size: 0.7rem;
	}
	.custom_text_carousel a{
		padding: 2px 4px!important;
	}

}
.search-submit, .onsale, .archive-stock, .woocommerce ul.products li.product .button, .custom_text_carousel a {
	border-radius: 15px!important;
}

/* Icône panier header */
.acwd-cart { 
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    letter-spacing: 0.1em;
}

.acwd-cart:hover {
    color: #2caaed !important;
    text-decoration: none;
}

.acwd-cart .nb-product {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #2caaed;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    min-width: 18px;
}

.acwd-cart i {
    margin-right: 5px;
}