/* debut réajustement colonnes cote a cote */

/* Fin réajustement colonnes cote a cote */

/* Bloc de mise en valeur Origine Alsace */
.locadie-origin-box {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-left: 5px solid #ce001a;
    padding: 15px 25px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

    .locadie-origin-box:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 20px rgba(206, 0, 26, 0.1);
    }

.locadie-icon {
    font-size: 1.5rem;
    margin-right: 15px;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.1));
}

.locadie-text {
    margin: 0 !important;
    color: #2c3e50;
    font-size: 1.05rem;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.2px;
}

@media (max-width: 480px) {
    .locadie-origin-box {
        padding: 12px 15px;
    }

    .locadie-text {
        font-size: 0.95rem;
    }
}

/* avis sommelier */
.avis_sommelier {
    background-color: none;
    border-left: 5px solid #800020;
    padding: 20px;
    margin: 2px 0;
    border-radius: 4px;
    font-style: italic;
    color: #333;
}

    .avis_sommelier p {
        font-size: 14px;
        line-height: 1.3;
        color: #444;
        margin: 0;
    }

/* avis du chef */
.avis-chef-locadie p {
    font-style: italic;
}

.avis-chef-locadie {
    background-color: #f7f3e8;
    padding: 15px;
    border-left: 5px solid #e0dbce;
    margin-bottom: 20px;
    color: #333333;
    font-size: 0.8em;
    font-style: italic;
}

/* suppression mention Built with WooCommerce */
.site-info a[href*="woocommerce"] {
    display: none;
}

/* Cart contents */
#site-header-cart li .cart-contents {
    color: #f6ff51;
    font-size: 19px;
    line-height: 1em;
    font-weight: 300;
    top: 7px;
    left: 41px;
}

/*taille des images catégorie*/
.storefront-product-categories a img {
    margin-bottom: 2px !important;
    padding-right: 40px;
}

.woocommerce-shipping-destination {
    display: none;
}

body {
    height: 100%;
    background: #feecec url(https://www.locadie.fr/images/fond.jpg) repeat fixed top left;
    border-top: 10px solid #800000;
}

#bottom {
    width: 100%;
    height: 35px;
    position: relative;
    float: left;
}

#wc_widget_stores-3 {
    background-color: #E4EFFF;
    border: 1px solid #9FC6FF;
    padding: 5px;
    border-radius: 10px 0;
}

.woocommerce-message {
    background-color: #666600;
}

.attachment-woocommerce_thumbnail {
    border-radius: 5px 10px 0 5px;
    box-shadow: 8px 8px 10px 0 rgba(0,0,0,0.5);
}

/*----Heigth header---*/
.site-header {
    background-size: cover;
}

.details {
    font: italic bold 20px/42px 'Josefin Sans';
    text-decoration: none;
    color: #993300;
    text-align: left;
}

.site-header-cart {
    position: absolute;
    top: 140px;
    right: 35px;
    font: bold 16px/42px 'Josefin Sans';
    color: #993300;
    text-align: left;
}

.variations-table {
    background-color: #D2B590;
}

/*suppression menu mobil*/
@media screen and (max-width: 768px) {
    .menu-toggle {
        display: none;
    }
}

/*enlever producteur sous produits*/
.bdp-list-main .bdp-post-title a {
    font: 18px 'comic sans ms', comic sans ms, verdana, sans-serif;
    margin: 0.5px 0px 0px 0px;
    font-size: 25px !important;
    color: #6b2c0c;
    text-decoration: none;
    font-style: italic;
}

/*mise en forme article blog*/
#mega-menu-primary .wcz-login-logout a {
    font-size: 120%;
    font: 16px 'comic sans ms', comic sans ms, verdana, sans-serif;
    color: #6b2c0c;
    line-height: 1em;
    letter-spacing: -0.6px;
    height: 54px;
}

#main article {
    background: #F7F7F7;
    border-radius: 25px;
    box-shadow: 3px 3px 1px #BBBBBB inset, 0 0 1px #CCCCCC inset;
    color: #77779;
    font: 18px/1.2 Calibri,Arial,sans-serif;
    padding: 4px;
}

.hentry img {
    border-radius: 15px 20px 13px 20px;
}

.hentry .entry-header .post-author,
.hentry .entry-header .posted-on,
.hentry .entry-header .post-comments {
    visibility: hidden;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
    color: #d35400;
    font-size: 28px;
    font-style: italic;
}

#main .entry-title a {
    color: #993300;
}

.bdp-post-grid-main a img {
    box-shadow: 8px 1px 19px 2px rgba(123,95,52,0.81);
}

.bdp-post-grid-main .bdp-post-title a {
    color: #843500;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -1.2px;
    font-style: italic;
}

/*modif breadcrumb*/
#page .storefront-breadcrumb {
    font-size: 18px;
    color: #993300;
}

/* panier tol page acceuil */
#secondary .widget .widget_shopping_cart_content ul li {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 14px;
    top: -45px;
}

#secondary .widget .total {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    bottom: 25px;
    top: -37px;
}

#secondary .widget .widget-title {
    font-size: 28px;
    text-shadow: rgb(255, 0, 0) -1px 0px 0px, rgb(0, 255, 255) 1px 0px 0px;
    border-bottom-color: rgba(120,12,12,0.05);
}

/* Input recherche*/
#masthead .widget input[type=search] {
    position: relative;
    top: 49px;
    left: -127px;
}

/* Cart contents */
#site-header-cart li .cart-contents {
    top: -30px;
    color: #f7cece;
    left: 127px;
}

/* Masthead hauteur bandeau */
#masthead {
    height: 220px;
}

    #masthead .col-full {
        position: relative;
        top: -21px;
    }

#content .col-full {
    position: relative;
    top: -50px;
}

@media (min-width:768px) {
    #site-header-cart li .cart-contents {
        display: inline-block;
    }
}

/* Bouton achats */
.entry-summary .cart .single_add_to_cart_button {
    transition: opacity 0.6s;
    height: 24px;
    border: 1px solid #C6D5CC;
    border-radius: 4px;
    min-width: 80px;
    text-align: center;
    margin: 2px;
    padding: 0 3px;
    font: bold 20px/24px 'Josefin Sans';
    color: #000000;
    background: linear-gradient(to bottom,#DDECE4 0%,#FAFCFB 100%);
}

    .entry-summary .cart .single_add_to_cart_button:hover {
        opacity: 0.75;
    }

/* Menu boutique */
#menu-boutique {
    transform: translatex(65px) translatey(-29px);
}

@media (min-width:768px) {
    #menu-boutique {
        width: 562px;
    }
}

/* Widget Title */
#block-12 .widget h2 {
    font-size: 34px;
    position: relative;
    left: 8px;
    top: 25px;
}

#block-12 .store-title {
    font-size: 26px;
    margin-bottom: 32px;
    font-weight: 500;
    padding-left: 12px;
}

#block-12 .address p {
    font-size: 16px;
    position: relative;
    bottom: 33px;
    padding-left: 4px;
}

#block-12 .description p {
    font-size: 16px;
    color: #820c61;
    font-weight: 600;
    position: relative;
    top: -53px;
    padding-left: 4px;
}

/* Mise en page des articles */
.hentry .entry-header h1 {
    font-family: 'Comic Neue', handwriting;
    font-size: 36px;
    font-weight: 600;
    font-style: italic;
    position: relative;
    left: 29px;
}

.hentry img {
    box-shadow: 0px 0px 3px 0px #000000;
}

#main .hentry .entry-content {
    position: relative;
    top: -3px;
    left: 16px;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 15px;
}

#page #content .col-full #primary #main .hentry .entry-content {
    width: 97% !important;
}

.hentry .entry-taxonomy .cat-links,
.hentry .entry-taxonomy .tags-links {
    font-size: 19px;
}

/* Post Title produit woocommerce */
#main .product h1 {
    font-family: 'Comic Neue', handwriting;
    font-weight: 400;
    line-height: 1.1em;
}

/* composition produit */
#composition {
    font-size: 29px !important;
    font-style: italic;
    letter-spacing: -1px;
    font-family: 'Open Sans', sans-serif;
    color: rgba(0,0,0,0.69);
}

/* poids net produit woo*/
#main .product .poidsfen_princ {
    padding-right: 89px;
    min-height: 27px;
    font-family: 'Spinnaker', sans-serif;
    font-weight: 500;
    color: #805e40;
    font-size: 12px;
}

/* --------------------------------------------- */
/* ----------- FOOTER LOCADIE COMMENTÉ --------- */
/* --------------------------------------------- */

/*
#footer-locadie {
    background: #3a0d0d;
    color: #ffffff;
    padding: 12px 15px;
    font-family: "Inter", "Segoe UI", sans-serif;
    border-top: 3px solid #7a1f1f;
}

#footer-locadie,
#footer-locadie * {
    color: #ffffff !important;
}

#footer-locadie a {
    text-decoration: none;
    transition: opacity 0.2s ease;
}
#footer-locadie a:hover {
    opacity: 0.75;
}

#footer-locadie .footer-locadie-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-items: center;
}

#footer-locadie .footer-locadie-center {
    text-align: center;
}

#footer-locadie .footer-locadie-right {
    text-align: right;
}

#footer-locadie .footer-locadie-logo {
    background: #ffffff !important;
    padding: 4px 6px;
    border-radius: 4px;
    display: inline-block;
}

#footer-locadie .footer-locadie-logo img {
    max-width: 70px;
    height: auto;
    display: block;
}

#footer-locadie .footer-locadie-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer-locadie .footer-locadie-list li {
    margin-bottom: 2px;
    font-size: 0.85rem;
}

#footer-locadie .footer-locadie-bottom {
    text-align: center;
    margin-top: 10px;
    padding-top: 6px;
    border-top: 1px solid rgba(255,255,255,0.2);
    font-size: 0.75rem;
    opacity: 0.8;
}

@media (max-width: 800px) {
    #footer-locadie .footer-locadie-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    #footer-locadie .footer-locadie-right {
        text-align: center;
    }
}

#footer-locadie {
    background: #3a0d0d !important;
    color: #ffffff !important;
    padding: 20px !important;
    border: 3px solid yellow !important;
}

#footer-locadie .footer-locadie-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
    border: 2px dashed cyan !important;
}

#footer-locadie .footer-locadie-col {
    border: 1px solid lime !important;
}

#footer-locadie .footer-locadie-logo {
    background: #ffffff !important;
    padding: 8px !important;
    border: 2px solid red !important;
    display: inline-block !important;
}

#footer-locadie .footer-locadie-logo img {
    max-width: 70px !important;
    display: block !important;
}
*/

/*
.locadie-footer {
    background: #1f1f1f;
    color: #f5f5f5;
    padding: 60px 20px 40px;
    font-family: "Inter", sans-serif;
    border-top: 4px solid #c62828;
}

.locadie-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.locadie-footer .footer-col {
    flex: 1;
    min-width: 220px;
}

.locadie-footer .footer-col h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.locadie-footer .footer-col p {
    margin: 6px 0;
    font-size: 15px;
    opacity: 0.85;
    line-height: 1.5;
}

.footer-col-center {
    text-align: center;
}

.locadie-footer-bottom {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.15);
    font-size: 14px;
    opacity: 0.75;
}

@media (max-width: 900px) {
    .locadie-footer-inner {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .locadie-footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .locadie-footer .footer-col {
        min-width: 100%;
    }
}

.locadie-footer .footer-col h4:hover {
    color: #ff5252;
    transition: 0.3s ease;
}

.locadie-footer .footer-col p::before {
    margin-right: 6px;
}

@media (max-width: 480px) {
    .locadie-footer {
        padding: 40px 15px;
    }
}
*/
