/*VARIABLES*/

:root {
    /*--Colors--*/
	--express_primary: #000;
    --express_secondary: #ffc72c;
    --express_neutral: #f5f5f5;
    --express_body: #000;
    --express_items: #fff;
    --express_background: #fff;
    --header-icons-brigtness: brightness(0); /* 1=blanc 0=noir*/
    --img-radius: 1px;
    --btn-radius: 1px;
    --container_width: 100%;
    /**/
    
    /*--Fonts--*/
    
    --font_def: 'Buda', sans-serif;
	--font_title: 'Lato', sans-serif;
    --font_decor: 'Cabin Sketch', sans-serif
    
    /**/
}

/*//VARIABLES//*/

/*-------------------*/

/* TEMP */
.etapes .commentaire {
	display: none;
}

/*IMAGES*/

    /*BG*/

    .back-right{
        background-image: none;
    }

    .back-left{
        background-image: none;
    }

    /**/

    /*Header*/

    header .header-search form i{
        background-image: url('../images/recherche.svg')
    }

    header .navbar-user > li > a.lcart{
        background-image: url('../images/panier.svg');
    }

    header .navbar-user > li > a.lidentification, header .navbar-user > li > a.laccount{
        background-image: url('../images/mon-compte.svg');
        background-size: 35px;
    }

    /**/

    /*Fiche Produit*/
    .boxArticle div.cadencier a, .article .droite div.cadencier a{
        background-image: url('../images/liste-envie.svg');
    }

    .article .gauche .image:after{
        content: "Photo non contractuelle";
        display: block;
        position: relative;
        font-size: .85rem;
        margin-top: 5px;
        }

    /**/


	.article-ajout .module-cross-selling-article-associe .menu {
		display: none;
	}
	.article-ajout > .row > .image,
	.article-ajout > .row > .image > .picture {
		height: 140px;
		width: 140px;
	}
	.article-ajout > .row > .data {
		width: 50%;
	}
    /*Champs*/

    .choix-enlevement-express .column-right .choix-date .r_conso, .choix-enlevement-express .column-right .choix-date .r_jour, .choix-enlevement-express .column-right .choix-date .r_heure, .choix-points-vente-details .date-retrait select, .express.choix-points-vente-details .heure-retrait, .choix-livraison-traiteur .choix-mag .choose-delivery .date-retrait select, .choix-livraison-traiteur .choix-mag .choose-delivery .heure-retrait select{
        background-image: url('../images/select-button.svg')
    }
	.express.choix-livraison-traiteur {
        .head {
            padding: 0;
			text-align: center;	
            border: solid 3px var(--express_secondary);
            span.title, 
            .sub-title,
			span.message {
                display: block;
                padding: 5px 10px;
                font-size: 2em;
                font-weight: bold;
                line-height: 1;
				font-family: var(--font_title);
            }
        } 
        .choix_libelle {
            background: none;
        }
    } 
    @media (max-width: 1260px) {
        .express.choix-livraison-traiteur span.title .text-title { 
            font-size: 20px;
        }
    }
    @media (max-width: 900px) {
        .express.choix-livraison-traiteur span.title .text-title { 
            font-size: 18px;
            font-weight: normal !important;
        }
    }

    /**/

    /*Formulaires*/

    input[type="radio"]:checked + label{
        background-image: url('../images/radio-checked.svg')
    }

    input[type="checkbox"]:checked + label{
        background-image: url('../images/checkbox-checked.svg')
    }

    /**/

    /*Point de vente*/
	/*
    .choix-points-vente-details .row > .column-middle .column-right > .nom,
	.points-vente-details .row > .column-middle .column-right > span,
	.etape4 .row > .column-middle .column-right > .nom,
	.points-vente-details .modalLink > .column-right > .nom,
	.points-vente-details .row > .column-middle .column-right > .nom,
	*/
	.points-vente-details .modalLink > .column-right > .ville,
	.points-vente-details .row > .column-middle .column-right > .ville,
	.etape4 .row > .column-middle .column-right > .ville {
        background-image: url("../images/points-vente/logo.png");
    }

    .lien-fdf{
        display: none !important;
    }

    header .map.ligne{
        display: none !important;
        width: 0;
        opacity: 0;
        height: 0;
        position: absolute;
    }

/*//IMAGES//*/


/*-------------------*/

/*SURCHARGE*/

a, a:hover{
    color: var(--express_body);
}

.agencement.horizontal .navbar-nav > li{
    background: var(--express_neutral);
}

.agencement.horizontal li.niveau_0 > a span{
    color: var(--express_body);
    font-size: 1.5rem !important;
    text-transform: uppercase;
    font-family: var(--font_decor);
}

.agencement.horizontal .navbar-nav > li > a{
    border-color: var(--express_body);
}

/*Header*/

header .navbar-user > li{
    background: transparent;
}

header .account .bienvenue .prenom{
    color: var(--express_secondary);
}

    /*Bouton Pignol*/
    header .map.ligne.bouton-pignol{
            display: inline-block !important;
            width: 30% !important;
            position: relative !important;
            opacity: 1 !important;
            order: 1;
            height: auto;
    }

    header .map.ligne.bouton-pignol ul li{
        text-align: center;
    }

    header .first{
        display: none !important;
    }

    header .second{
        order: 3
    }

    header .second .block-user{
        padding: 0;
    }

    header .navbar-user{
        justify-content: center;
    }
    /**/

.dropdown.end-delai{
    display: none !important;
}

/**/

body > .main-content{
    margin-bottom: 0;
    padding: 40px;
    max-width: 1920px;
}

body > .main-content .article, .etape2 .content, .etape1 .content, .edition-compte .content, .commandes > .main-content, .choix-livraison-traiteur > .main-content, .inscription-fidelite > .main-content, .nouveau-compte > .main-content{
    max-width: 1250px;
    margin: auto;
}

.main-content .agencement.accordion > li{
    background: var(--express_neutral);
}

.express .agencement.horizontal .navbar-nav > li:hover *, .express .agencement.horizontal .navbar-nav > li:hover{
    background: var(--express_neutral) !important;
    color: var(--express_body) !important;
}

.express .agencement.horizontal .navbar-nav .dropdown-menu li a{
    text-align: left;
}

header .navbar-user > li:hover > a{
    filter: brightness(0);
}


header .glyphicons-home{
    color: var(--express_body);
}

header .header-search form.f_search .input-group{
    background: var(--express_neutral);
}

.informations button:hover{
    color: var(--express_body);
}

.choix-points-vente-details .choix_libelle select, .choix-points-vente-details .heure-retrait select, .choix-points-vente-details .date-retrait select{
    width: 200px;
}

.item .boxRayon h3 label, .item .sousRayon h3 label{
    color: var(--express_primary) !important;
    font-family: var(--font_title) !important;
    font-weight: bold !important;
    font-size: 16px !important
}

/*Typographie*/

.client-b2b.etapes .selection-paiement .libelle{
    display: inherit;
}


.boxArticle .details .pu{
    text-align: left;
}

.boxArticle .details .menu{
	display: none;
}
.boxArticle .spin{
    display: block;
    width: 100px;
    text-align: center;
    margin: 0 auto 15px auto;
    height: auto;
}
.boxArticle .spin .libQte {
    display: none;
}

.boxArticle div.spin input {
    float: none;
}

.boxArticle .spin .spin-minus {
    left: 0;
    right: auto;
}

.boxArticle .spin .spin-minus,
.boxArticle .spin .spin-plus {
    color: var(--express_background);
    top: 0;
    height: 2em;
    width: 2em;
    font-weight: bold;
}

.boxArticle .in_cart {
    display: block;
    z-index: 1;
}

.symbTTC{
    font-size: 1rem;
    vertical-align: text-top;
}

.boxArticle .details .lib{
    margin-top: 0;
    margin-bottom: 20px;
}

.fiche-produit .article .droite .reseau-sociaux{
    display: none;
}

.fiche-produit .article .droite .price{
    margin: 1em 0;
}

.module-cross-selling-article-associe .boxArticle .details{
    min-height: 0;
}

.boxArticle .details .hrefInfos{
    display: none !important;
}

.grid.grid-article .grid-content .bloc.row .item .boxArticle{
    justify-content: space-between;
}

.grid .grid-content{
    width: 100%;
    float: none;
}

.grid-sous-menu{
    gap: 40px;
}

.grid-sous-menu > .grid-content .button-niveau .valid-supplement-menu span{
    color: var(--express_body);

}

.button.sans-supplement-menu, button.sans-ingredient-menu{
    border: 2px solid var(--express_body);;
    background: transparent;
}

.button.sans-supplement-menu span, button.sans-ingredient-menu span{
    color: var(--express_body);
}

.button.sans-supplement-menu:hover, button.sans-ingredient-menu:hover{
    background: var(--express_body) !important;
}

.button.sans-supplement-menu:hover span, button.sans-ingredient-menu:hover span{
    color: var(--express_item);
}

/*Grille*/

.grid-content ul.bloc.row{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: clamp(1.25rem, 0.7895rem + 2.002vw, 2.5rem);
    grid-row-gap: clamp(1.25rem, 0.7895rem + 2.002vw, 2.5rem);
}

.grid-content .niveau ul.bloc.row{
    grid-template-columns: repeat(3, 1fr);
}

.grid-content .niveau ul.bloc.row form{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    padding: 20px;
}

.grid-content .niveau ul.bloc.row form .details, .grid-content .niveau ul.bloc.row img{
    width: 100%;
    margin: 0;
}

.liste .row .item form .ajoutPanier.disponible, .multi_colonne .row .item form .ajoutPanier.disponible{
    float: none;
    margin: 0;
}

@media (max-width: 1250px){
    div:not(.niveau) .grid-content ul.bloc.row{
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    }

    .grid-content .niveau ul.bloc.row{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px){
    .grid-content .niveau ul.bloc.row{
        grid-template-columns: repeat(1, 1fr);
    }
}


.grid-content ul.bloc.row .item{
    margin: 0;
}

.grid-content ul.bloc.row .item .boxArticle, .grid .bloc .sousRayon{
    width: 100%;
    height: auto;
}

.grid-content ul.bloc.row .item .boxArticle .hrefImage img, .grid-content ul.bloc.row .item .boxArticle, .grid .bloc .sousRayon img{
    width: 100%;
    height: auto;
}

.item .sousRayon h3,
.item .boxArticle .details {
	position: relative;
	z-index: 2;
}
.item .sousRayon a,
.item .boxArticle .hrefImage {
	overflow: hidden;
}
.item .sousRayon img,
.item .boxArticle .hrefImage img {
	transition: transform 0.2s ease-in-out;
}
.item .sousRayon img:hover,
.item .boxArticle .hrefImage img:hover {
	transform: scale(1.1);
}
/*
*/

.points-vente-details .column-right .adr-cp{
    background-image: none !important;
}

.boxModule h4{
    background: transparent;
}

.boxModule .item:hover .boxRayon img, .boxModule .item:hover .boxRayon h3 label, .boxModule .item:hover .boxRayon h3{
    transform: none !important;
    filter: none !important;
}

.liste-cadencier.ui-dialog{
    background: var(--express_background);
}

.liste-cadencier.ui-dialog form {
    display: flex;
    flex-direction: column;
}

.liste-cadencier.ui-dialog form .selector{
    margin: 12px 0;
}

.liste-cadencier.ui-dialog span, .liste-cadencier.ui-dialog .msg .nom{
    color: var(--express_body) !important;
}

header .cadencier > ul{
    background: transparent;
}

header .cart div.spin button.spin-plus, header .cart div.spin button.spin-minus{
    color: var(--express_items);
}

.express header .cadencier ul li{
    padding: 10px 18px;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5));
    border: none;
}

.express header .cadencier ul li a:hover, .express header .cadencier ul li:hover, .express header .cadencier ul li a, .express header .cadencier ul li{
    background: var(--express_background);
    color: var(--express_body);
}

.express .owl-theme .owl-controls .owl-page span, .express .owl-theme .owl-controls .owl-page.active span{
    background: var(--express_secondary);
    width: 10px;
    height: 10px;
}

.etape-panier .menu .libelle{
    display: inline-block;
}

.action.row .anonyme{
    float: right !important;
    margin-right: 1em;
}

.action.row .continue{
    opacity: .8;
}

.action.row .continue a:hover{
    opacity: 1;
    background: var(--express_neutral) !important;
}

.ui-dialog.points-vente-details .ui-dialog-titlebar-close{
    filter: drop-shadow(1px 1px 2px);
}

.ui-dialog .ui-dialog-titlebar button, .ui-dialog .ui-dialog-titlebar-close {
	top: 0;
	margin-right: 40px;
	background-color: black;
}

.nouveau-compte .date-mariage, .nouveau-compte .prenom-conjoint{
    display: none;
}

.choix-livraison-traiteur .head .message{
    font-size: 1.5em;
    font-weight: bold;
}

.choix-livraison-traiteur form .pv-livraison i, .choix-livraison-traiteur .select-cp form i{
    background: var(--express_body);
}

.choix-livraison-traiteur .column-left .submit{
    margin: 0;
}

/*Menus*/

.niveau.liste.vignette li.item{
    margin-bottom: 20px;
}

.liste .row .item form, .multi_colonne .row .item form{
    border: none;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.liste .row .item form:hover, .multi_colonne .row .item form:hover{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.liste .row .item form img, .multi_colonne .row .item form img{
    border: none;
    border-radius: 20px;
}

.etape-menu a.passee .etape{
    background: var(--express_secondary);
}

.etape-menu a.desactive span{
    background: var(--express_neutral);
    color: var(--express_body);
}

.etape-menu a.desactive span.rang{
    color: var(--express_body);
}


.choix-livraison-traiteur .main-content .choose-delivery.row > div, .choix-livraison-traiteur .main-content .choose-delivery.row > div:hover{
	padding: 0;
    box-shadow: none;
}

.confirmation-menu .title, .menu .libelle, .table-choix .libelle, .etape-table .libelle .libelle, .client-profil, .ui-dialog .modalLink .module-haut{
    display: none;
}

.confirmation-menu .etape li{
    font-size: 1.5rem;
}

.confirmation-menu .etape li:before{
    content: "\2022";
    color: var(--express_primary);
    font-weight: bold;
    display: inline-block;
    width: 1em
}

.index .boxModule.module-rayons label{
    font-size: 1rem;
}

.index .carrousel-0{
    margin: 0;
}

.module-cross-selling-article-associe .title span{
    color: var(--express_primary);
}

.societe {
    display: none;
}
input.adr_civ_3[type=radio] + label,
input.info_civ_3[type=radio] + label {
	display: inline-block;
}
.boxArticle .menu .etape a{
    display: none;
}

.boxArticle .short-desc{
    display: none;
}

.article > .row{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding: clamp(2rem, -0.7417rem + 4.1494vw, 4rem);;
}

.article .gauche, .article .droite{
    float: none;
    padding: 0;
}

.article .gauche{
    width: 40%;
}

.article .droite{
    width: 60%;
}

.article .droite div.acheter a:hover{
    background: var(--express_secondary);
    color: var(--express_body);
}

/*Changement d'image au survol*/

.express .boxArticle a.hrefImage img:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    filter: saturate(0);
    transition: all .2s ease-in-out;
}

.express .boxArticle a.hrefImage:hover img:nth-child(2){
    opacity: 1;
    visibility: visible;
}

/**/

.boxArticle .pu .ttrPu .unite{
    font-size: .9rem;
}

.boxArticle div.acheter a:hover, .choix-livraison-traiteur .submit button:hover, .boxArticle div.cadencier a, .article .droite div.cadencier a{
    color: var(--express_body);
}

.boxArticle div.acheter a, .article .droite div.acheter a, .grid-sous-menu > .grid-content .button-niveau button.valid-supplement-menu, .totalisation .row.action a, .express.etapes .content .action a.login, .etapes .valider-commande, .express.etapes .valider-commande, header .map.ligne.bouton-pignol a{
    padding: 10px 30px !important;
    border: 2px solid #b49641 !important;
    color: var(--express_body) !important;
    background: transparent !important;
    font-size: 16px !important;
}

.boxArticle div.acheter a:hover, .article .droite div.acheter a:hover, .grid-sous-menu > .grid-content .button-niveau button.valid-supplement-menu:hover, .totalisation .row.action a:hover, .express.etapes .content .action a.login:hover, .etapes .valider-commande, .express.etapes .valider-commande:hover, header .map.ligne.bouton-pignol a:hover{
    background: var(--express_secondary) !important;
    border-color: var(--express_secondary) !important;
    color: var(--express_background) !important;
    color: var(--express_body) !important;
}

.article .droite .short-desc{
    font-size: 17px;
}

.article .droite div.spin button, .grid-content .niveau ul.bloc.row form .spin-menu button{
    color: var(--express_body);
    background: transparent !important;
    border: 2px solid #b49641 ;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article .droite div.spin button:hover,  .grid-content .niveau ul.bloc.row form .spin-menu button:hover{
    background: var(--express_secondary) !important;
    border-color: var(--express_secondary);
    color: var(--express_body);
}
.article .droite div.spin span.libQte {
	 display: block;
     font-size: 10pt;
	 font-weight: bold;
	 padding-left: 2px;
	 padding-bottom: 3px;
}

.spin-minus{
    background: var(--express_body) !important;
}

.article .detail .menu.ui-tabs{
    float: none;
    padding: 0;
    min-width: unset;
}

.article .detail .menu.ui-tabs > ul li{
    font-size: 1.2rem;
    padding: 5px;
    border: 2px solid var(--express_body);
    line-height: normal;
    height: auto;
}

.article .detail .menu.ui-tabs > ul li:hover, .article .detail .menu.ui-tabs > ul li.ui-state-active, .article .detail .menu.ui-tabs > ul li.ui-state-active:hover{
    background: var(--express_body);
}

.article .detail .menu.ui-tabs > ul li:hover a, .article .detail .menu.ui-tabs > ul li.ui-state-active a, .article .detail .menu.ui-tabs > ul li.ui-state-active:hover a{
    color: var(--express_background)
}

.article .detail .menu.ui-tabs .menu-contenu{
    margin-top: 20px;
}

.article .detail .menu.ui-tabs .menu-contenu li{
    padding: 0;
    line-height: normal;
}

.article .detail .menu.ui-tabs .menu-contenu li span{
    color: var(--express_body);
    font-size: 1.2rem;
}

.article-ajout .return{
    background: var(--express_neutral);
    color: var(--express_body);
}

.article-ajout .data .rayon{
    display: none;
}

.article-ajout .data .libelle{
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--express_body);
}

.niveau-2-1 .title-steps .step-qte{
    display: none;
}

.description .tab_dispo {
    display: none !important;
}

/**/

/*Footer*/

footer .main-content{
    width: 100%;
}

.footer-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 1.5rem;
}

.footer-container section{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    padding: clamp(1.25rem, 0.8051rem + 1.8832vw, 2.5rem);
    gap: clamp(1.25rem, 0.8051rem + 1.8832vw, 2.5rem);
}

.footer-container section div{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-container h2{
    font-family: var(--font_decor);
}

.footer-container ul li{
    margin-bottom: 10px;
}

/*Col-1*/

/**/

/*Col-2*/
.footer-container > section:first-of-type > div:nth-child(2){
    align-items: center;
    text-align: center;
}

.footer-container > section:first-of-type > div:nth-child(2) img{
    max-width: 160px;
}

.footer-container > section:first-of-type > div:nth-child(2) h2{
    font-size: 2.5rem;
    margin-bottom: -15px;
}

.footer-container > section:first-of-type > div:nth-child(2) h2 strong{
    font-weight: normal;
    color: var(--express_secondary);
}

.footer-container > section:first-of-type > div:nth-child(2) div{
    display: flex;
    flex-direction: row;
}

.footer-container > section:first-of-type > div:nth-child(2) div img{
    width: 24px;
    height: 24px;
    border: 1px solid var(--express_body);
    padding: 5px;
}

.footer-container > section:first-of-type > div:nth-child(2) div img:hover{
    border-color: var(--express_secondary);
}
/**/

.footer-container section:last-of-type{
    background: var(--express_body);
}

.footer-container section:last-of-type nav{
    display: flex;
    gap: 40px;
}

.footer-container section:last-of-type p, .footer-container section:last-of-type span, .footer-container section:last-of-type a{
    color: var(--express_items);
}

/**/

/*Choix Magasin*/

.choix-livraion .column-left .select-cp{
    display: none;
}

.choix-livraion .liste-mag-proximite::before{
    content: "Votre point de retrait";
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 2.5rem;
}

/**/

.ui-widget-overlay{
    background: var(--express_primary);
}

.express .ui-dialog .button, .express .ui-dialog .ui-dialog-buttonpane button:hover, .express .ui-dialog .ui-dialog-buttonpane button{
    background: var(--express_body);
    color: var(--express_items);
}

.etapes .itemsDetails > table > tbody > tr > td{
    vertical-align: top;
}

.etapes .content .action a{
    color: var(--express_body);
    padding: 10px 30px !important;
}

.etapes .content .action a:hover{
    background: var(--express_body);
    color: var(--express_items);
}

/*Allergènes*/

.express .article .allergene{
    width: 100%;
}

.express .article .allergene tbody{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 1.2rem;
}

.express .article .allergene tbody tr td{
    padding: 0;
}

/**/

/*Produits additionnels*/

.article > .row.module .module-content{
    max-width: 100%;
    width: 100%;
}

.article > .row.module .module-content .module-cross-selling-article-associe .row{
    display: flex;
    gap: 20px;
    width: 100%;
}

.article > .row.module .module-content .module-cross-selling-article-associe .row li{
    float: none;
    width: 100%;
}

.article > .row.module .module-content .module-cross-selling-article-associe .row li .boxArticle{
    width: 100%;
}

/**/

/*Details Point de vente*/

.points-vente-details .content > .row {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.points-vente-details .row > .column-left, .points-vente-details .row > .column-middle, .points-vente-details .row > .column-right {
    margin: 0;
    float: none;
}

.points-vente-details .row > .column-left {
    width: 20%;
}

.points-vente-details .row > .column-middle {
    width: 50%;
    display: flex;
    gap: 1rem;
}

.points-vente-details .row > .column-right {
    width: 30%;
    background: #a3a3a377;
}

.points-vente-details .row > .column-middle > .column-left, .points-vente-details .row > .column-middle > .column-right {
    padding: 0;
}

.points-vente-details .row > .column-middle > .column-left{
    width: fit-content;
}

.points-vente-details .row > .column-middle > .column-right{
    flex-grow: 1;
}

.points-vente-details .row > .column-middle > .column-left .photo {
    margin: 0;
}

.points-vente-details .row > .column-middle > .column-left .map-wrapper {
    width: 300px;
    height: 300px;
}

.points-vente-details .row > .column-middle > .column-left .map-wrapper #map_canvas.mapping #popup {
    padding: 0;
}

.points-vente-details .row > .column-right .points-vente-liste > ul {
    width: 100%;
}

.points-vente-details .row > .column-right .points-vente-liste > ul a {
    min-height: 80px;
}

/**/

/*Mobile*/

@media(max-width: 1024px){
    header .map.ligne.bouton-pignol{
        display: none !important;
    }

    /*Menu Mobile*/

        .navbar.agencement.horizontal{
            background: var(--express_neutral);
        }

        .agencement.horizontal .collapse .navbar-nav{
            justify-content: flex-start;
            padding: 40px;
            gap: 20px;
        }

        .agencement.horizontal .collapse .navbar-nav > li, .agencement.horizontal .collapse .navbar-nav > li:hover{
            background: transparent;
            flex: unset;
            padding: 0;
        }

    /**/

    .choix-livraison-traiteur .main-content .choose-delivery.row{
        flex-direction: column;
    }

    .choix-livraison-traiteur .main-content .choose-delivery.row > div{
        display: flex;
        flex-direction: column;
    }
}

@media(max-width: 1300px){
    .points-vente-details .content > .row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .points-vente-details .content > .row > .column-left, .points-vente-details .content > .row > .column-middle, .points-vente-details .content > .row > .column-right {
        width: 100% !important;
    }

    .points-vente-details .content > .row > .column-left .row {
        display: flex;
    }

    .points-vente-details .content > .row > .column-left .row .item {
        float: none;
        margin: auto;
    }

    .points-vente-details .row > .column-middle {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .points-vente-details .row > .column-middle > .column-left {
        display: contents;
    }

    .points-vente-details .row > .column-middle > .column-right .ville{
        margin-bottom: 0;
    }

    .points-vente-details .row > .column-right .points-vente-liste {
        max-height: 350px;
    }

    .points-vente-details .row > .column-right{
        max-width: 400px;
    }
}

@media(max-width: 768px){

    .article > .row{
        flex-direction: column;
    }

    .article .gauche, .article .droite{
        width: 100%;
    }

    .article .droite div.acheter{
        display: block;
    }

    .article .droite div.acheter a{
        width: 100%;
        text-align: center;
    }

    .article .price{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .express .boxArticle a.hrefImage img:nth-child(2){
        display: none;
    }

    .etapes .action.row{
        width: 70%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .etapes .action.row a{
        text-align: center;
        margin: 0;
    }

    .etapes .action.row .login{
        order: 1;
    }

    .etapes .action.row .anonyme{
        order: 2;
    }

    .etapes .action.row .continue{
        order: 3;
    }

    footer .main-content{
        padding: 0 !important;
        margin: 0 !important;
    }

    .footer-container section, .footer-container section:last-of-type nav{
        flex-direction: column;
    }

    .footer-container section:first-of-type div:nth-child(1){
        order: 2
    }

    .footer-container section:first-of-type div:nth-child(2){
        order: 1;
    }

    .footer-container section:first-of-type div:nth-child(3){
        order: 3;
    }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-dialog-buttons, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.fiche-produit, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.points-vente-details, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.choix-enlevement-express{
        max-width: 85vw !important;
    }
}

/**/

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-dialog-buttons, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.fiche-produit, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.points-vente-details, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.choix-enlevement-express{
    position: fixed;
    width: 100% !important;
    max-width: 50vw;
    max-height: 50vh;
    overflow: scroll;
}

/*
.item.article-type-M .acheter a span{
    visibility: hidden;
    width: 0px !important;
    position: absolute;
}

.item.article-type-M .acheter a:after{
    content: "Ajouter au panier";
}
 */

form .more-info{
    display: none !important;
}

/*//SURCHARGE//*/
/*Marcelle en Boite*/

.rayon-00050 .hrefLibelle .lib{
    font-family: 'Hatten';
    font-size: 2rem;
    font-weight: normal;
}

.rayon-00050 .blocTitle, .rayon-00050 p, .rayon-00050 span, .rayon-00050 h1, .rayon-00050 a{
    font-family: 'Candara';
}

.agencement.horizontal .navbar-nav > li.ray-code-00030 {
    background: #b49641 !important;
}
.agencement.horizontal .navbar-nav > li.ray-code-00030 span{
	color: white;
}
