/*
 Theme Name:     Heraut Editions
 Theme URI:      https://heraut-editions.fr/
 Description:    Heraut Editions Theme
 Author:         Vice Versa
 Author URI:     https://viceversa-clermont.fr/
 Template:       Divi
 Version:        1.0.0
*/

.ligne-menu .et_pb_column{
    border-left: 1px solid white;
    height: 100%;
}
.ligne-menu .et_pb_column:last-child{
    border-right: 1px solid white;
}

.ligne-menu{
       height: 100%;
    max-height: 270px; 
}
.description-product p{
color: #707070;
    line-height: 1.4;
    font-size: 14px;
}
.et_shop_image{
    max-width: 220px;
    margin: 0 auto;
}
body #main-content ul.products li.product .price{
    text-align: center;
    margin-top: 25px!important;
    position: relative;
}
.woocommerce-page li.product .price .woocommerce-Price-amount{
    background-color: #DBCBBE;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    padding-right: 30px;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 12px;
    color: #3B332C;
-webkit-box-shadow: 0px 5px 8px -2px rgba(0,0,0,0.26); 
box-shadow: 0px 5px 8px -2px rgba(0,0,0,0.26);
    position: relative;
}

.woocommerce .product .amount:after {
    content: '';
    background-image: url(https://edition.printconseil.fr/wp-content/uploads/2024/07/header-panier-1.svg);
    font-size: 16px;
    color: #fff;
    background-color: #7b6652;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -12px;
    background-size: 17px 17px;
    background-position: center;
    background-repeat: no-repeat;
}
.woocommerce-loop-product__link{
    transition: all 0.4s;
}
.woocommerce-loop-product__link:hover{
    opacity: 0.7;
}
.underline p{
    display: inline-block;
    position: relative;
}
.underline p a:after{
    position: absolute;
    content: '';
    bottom: 4px;
    height: 3px;
    background-color: #BFD7DB;
    width: 115%;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 0.7s;
    z-index: -1;
}
.underline p a:hover:after{
height: 38px;
}
.underline p a{
    color: #2a2a2a;
    height: 35px;
    display: block;
}
.et_pb_bg_layout_dark .et_pb_slide_description{
    text-shadow: none!important;
}
.single-product div.product .summary .amount:after{
    display: none;
}
.single-product *{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
.single-product div.product .summary .price{
    padding: 15px 0;
    font-weight: bold;
    font-size: 1.2rem;
    color: #2a2a2a;
}
.single-product div.product .summary button.single_add_to_cart_button{
    color: #2a2a2a !important;
    border-width: 0px !important;
    font-size: 15px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    background-color: #dbcbbe;
box-shadow: 0px 4px 7px -5px rgba(0, 0, 0, 0.3);

}
.single-product div.product .summary button.single_add_to_cart_button:hover{
    background-color: #dbcbbe;
    color: #2a2a2a !important;
    opacity: 0.7;
}
.single-product div.product .summary h1{
    color: #2a2a2a;
}
.woocommerce .quantity input.qty{
    -webkit-appearance: none;
    background-color: #F3EEEA;
    max-width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #2A2A2A;
    font-size: 14px;
    padding: 10px 10px;
    line-height: 1.7em;
    border-style: solid;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 0px 4px 7px -5px rgba(0, 0, 0, 0.3);
}
.single-product div.product .cart{
    display: flex;
}
.woocommerce div.product div.images img {
    display: block;
    width: auto;
    max-height: 500px;
    box-shadow: none;
    margin:  0 auto;
}
.nombre-produits-panier {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #7b6652;
    color: white;
    border-radius: 50%;
    padding: 0px 9px;
    font-size: 13px;
    font-weight: 700;
}


.et_pb_image_wrap {
    position: relative;
    display: inline-block;
}
#code-panier{
        position: absolute;
    top: -10px;
    right: 45px;
}
.ctn-ligne-menu{
    display: flex;
    max-width: 350px;
}
.contact-ctn .et_pb_code_0{
       display: flex;
    align-items: center;
    justify-content: center; 
    height: 100%;
}

.contact-ctn h2{
    font-size: 1.4rem;
    font-weight: 700;
}
.contact-ctn h3{
    font-size: 0.90rem;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 35px;
}
.ctn-contact-info{
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.ctn-contact-info img{
    max-height: 40px;
}
.ctn-text-info{
    margin-left: 6%;
}
.ctn-text-info a{
    color: #2a2a2a;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s;
}
.ctn-text-info a:hover{
    opacity: 0.6;
}
/* Masquer le menu hamburger dans le footer */
footer .mobile_menu_bar {
  display: none !important;
}

/* Toujours afficher le menu normal dans le footer */
footer .et_pb_menu {
  display: block !important;
}
footer .et_pb_menu .et_pb_menu__menu{
  display: block !important;
}
.et_pb_column.right:after {
content: '';
    width: 0px;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #f3eeea;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    left: -25px;
}
.ctn-menu-footer{
    position: relative;
}
.ctn-menu-footer:after{
    content: '';
    width: 40%;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 1px;
    background-color: #f3eeea;
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright p {
    display: flex;
}
.copyright a {
    transition: all 0.4s;
}
.copyright p span {
    padding: 0 15px;
    color: white;
    font-size: 12px;
}
#cmplz-document{
    max-width: 100%!important;
}
body.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{
    height: 300px;
    margin: 0 auto!important;
    width: auto;
}

:root :where(a:where(:not(.wp-block-navigation))),:root :where(a:where(:not(.wp-element-button))) {text-decoration: initial !important;}

.woocommerce .products ul, .woocommerce ul.products{
    padding-top: 20px;
}
.woocommerce-loop-product__title{
    margin-top: 10px!important;
}

/*** Remove the divider line between content and sidebar ***/
  #main-content .container:before {background: none;}

/*** Hide Sidebar ***/
  #sidebar {display:none;}


.woocommerce-account .woocommerce{
    background-color: rgba(219, 203, 190, 0.45);
    display: flex;
    align-items: stretch;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
        background-color: #DBCBBE;
    padding: 50px 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li{
    padding: 5px 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    color: #2a2a2a;
    font-weight: 700;
    font-size: 0.92rem;
}
.woocommerce-account .woocommerce-MyAccount-content{
    padding: 30px 20px;
}
.woocommerce-account .woocommerce-MyAccount-content a{
    color: #DBCBBE;
    font-weight: 700;
    text-decoration: underline!important;
}

#img-logo{
        width: fit-content;
}


/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
  #left-area {
      width: 100%;
      padding: 23px 0px 0px !important;
      float: none !important;
  }
}


@media (max-width: 479px) {
    #ctn-logo{
        top: 116px;
    }
    #ctn-logo #img-logo img{
        max-height: 120px;
    }
}
@media (min-width: 616px) {
    #ctn-menu-petit{
    }
    .ctn-menu-mobile{
        display: none;
    }
    #ctn-logo-mobile{
        display: none;
    }
    #ctn-logo-pc{
        display: inline-block;
        width: auto;
    }
}
@media (max-width: 616px) {
    #ctn-menu-petit{
        display: none;
    }
    .ctn-menu-mobile{
        display: block;
    }
    #ctn-logo-mobile{
        display: block;
    }
    #ctn-logo-pc{
        display: none;
    }
}
.term-description{
    margin-bottom: 40px;
}


.external-order-button{
    box-sizing: border-box;
    margin: 0px!important;
    min-width: 0px!important;
    appearance: none!important;
    text-align: center!important;
    display: flex!important;
    -webkit-box-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    align-items: center!important;
    width: 100%!important;
    cursor: pointer!important;
    font-size: 16px!important;
    line-height: 28px!important;
    white-space: nowrap!important;
    padding: 10px 24px!important;
    transition: 0.2s ease-in-out!important;
    text-transform: uppercase!important;
    font-weight: 700!important;
    text-decoration: none!important;
    border: none!important;
    border-radius: 25px!important;
    letter-spacing: 0.05em!important;
    background-color: rgb(240, 179, 35)!important;
    color: rgb(31, 52, 56)!important;
    margin-top: 15px!important;
    margin-bottom: 20px!important;
}
.external-order-button:hover{
    opacity: 0.7;
}
.external-order-button:hover:after{
    opacity: 0!important;
}