/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.2
*/
.archive-produits {
    display: flex;
    gap: 30px;
    padding: 40px;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.left-col {
    width: 30%;
    text-align: center;
}
.right-col {
    width: 70%;
    padding-left: 30px;
}
.left-col ul {
    list-style: none;
    padding-left: 0;
}
.left-col ul li {
    position: relative;
    display: block;
    padding: 18px 26px 17px 0px;
    border-bottom: 1px solid #e2e2e2;
    text-align: left !important;
}
.left-col ul li a {
    color: #141515ff;
    text-decoration: none;
}

.product-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 30px;
}
.product-content {
    margin-bottom: 20px;
}
button.button.alt {
    background-color: #A36347;
    color: white;
    padding: 10px 60px;
    border: none;
    cursor: pointer;
}
button.button.alt:hover {
    background-color: #A36347;
}
.page-title {
    position: relative;
    padding: 80px 0px 120px 0px;
}
.page-title .bg-layer
 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    margin-right: 12px;
}
.auto-container.under-breadcumb {
    padding: 50px;
    border-radius: 30px;
    margin-top: -50px;
    position: relative;
    background: #ffffff;
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.3);
}
.produits-par-role {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* responsive grid */
  gap: 20px;
  margin: 20px 0;
}
h5.title-product a {
    color: #000;
}
.bloc-produit {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    background: #fff;
   
}
.bloc-produit:hover {
    border-radius: 20px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}

a.img-product img {
    border-radius: 20px;
}
.bloc-produit-content {
    text-align: center;
    padding: 20px;
}
.product-link.active {
  color: #a95024; /* couleur texte comme sur l'image */
  font-weight: 700;
  position: relative;
  padding-left: 18px;
}

.product-link.active::before {
  content: "↳";
  position: absolute;
  left: 0;
  top: 0;
  color: #a95024;
  font-size: 16px;
}
p.form-submit {
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
}

#wppb-form-style-1-wrapper .login-submit, #wppb-form-style-1-wrapper .form-submit {
    border-bottom: 0px !important;
    padding-bottom: 10px !important;
    margin-bottom: 0px !important;
}
a.button.alt {
    background-color: #A36347;
    color: white;
    padding: 10px 60px;
    border: none;
    cursor: pointer;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #A36347 !important;
}
a:active, a:hover .wc-block-components-button__text{
    color: white;
}

.elementor-element.elementor-element-18eb72e8.elementor-align-justify.elementor-widget.elementor-widget-button
 {
    margin-bottom: 0px !important;
}
.btn-account .elementor-button.elementor-size-xs {

    padding: 10px 10px !important;
}

/*my account*/

/* Navigation latérale */
.woocommerce-MyAccount-navigation {
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 12px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 18px;
    background: #fff;
    border-radius: 8px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #073756;
    color: #fff;
    border-color: #073756;
}

/* Contenu principal */
.woocommerce-MyAccount-content {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
}

/* Titres */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    color: #333;
    border-bottom: 2px solid #073756;
    padding-bottom: 8px;
    margin-bottom: 0px;
}

/* Boutons WooCommerce */
.woocommerce-Button,
button.woocommerce-Button {
    background-color: #073756;
    color: white;
    padding: 12px 25px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.woocommerce-Button:hover {
    background-color: #073756;
}

/* Tableaux (commandes, adresses, etc.) */
.woocommerce table.shop_table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 15px;
    border: 1px solid #eee;
    text-align: left;
}

.woocommerce table.shop_table th {
    background-color: #f0f0f0;
    color: #333;
}

.woocommerce-MyAccount-navigation br {
    display: none;
}
.woocommerce-account .addresses .title .edit {
    float: left !important;
    color: #cc9955 !important;
    font-weight: 600;
}

components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
    display: none !important;
}
ul.elementor-icon-list-items {
    padding: 0px !important;
    list-style: none !important;
}
.elementor-232 .elementor-element.elementor-element-8ca654b .elementor-icon-list-icon svg {
    width: 20px !important;
}
/* .elementor-social-icons-wrapper.elementor-grid .elementor-icon {
    font-size: 30px !important;
} */
 p.login-link {
    display: none;
}
/* Responsive */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        margin-bottom: 20px;
    }
}

li.wppb-form-field.wppb-gdpr-checkbox.wppb-checkbox
 {
    margin-top: 30px;
}
#wppb-form-style-3-wrapper .wppb-upload > label:after, #wppb-form-style-3-wrapper .wppb-avatar > label:after {
    width: 50px !important;
    height: 50px !important;
}
#wppb-form-style-3-wrapper .wppb-upload > label:after {
    content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='rgb(110,122,134)' viewBox='0 0 16 16'><path d='M.5 9.9v3.6a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V9.9a.5.5 0 0 0-1 0v3.6H1.5V9.9a.5.5 0 0 0-1 0z'/><path d='M7.646 1.146a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1-.708.708L8.5 2.707V11.5a.5.5 0 0 1-1 0V2.707L4.354 5.854a.5.5 0 1 1-.708-.708l4-4z'/></svg>") !important;
}