/* Header fixed */
body[data-logged]{
    padding-top: 123px !important;
}
body[data-logged] #headerFixed{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}
body[data-logged] #colonne-menu-compte,
body[data-logged] #colonne-filtres,
body[data-logged] #colonne-resume-panier{
    top: 100px !important;
}
@media screen and (min-width: 901px){
    body[data-logged]{
        padding-top: 179px !important;
    }
    body[data-logged] #menuHeader.headerFixed{
        margin-top: -150px;
    }
    body[data-logged] #banner.headerFixed{
        margin-top: -40px;
    }
}
/* Back to top */
#backtotop{
    height: 42px;
    width: 42px;
    right: 10px;
    bottom: 20px;
    line-height: 41px;
    padding: 0;
    border: 2px solid transparent !important;
    border-radius: 50px;
    transition: background ease 0.3s;
    transform: scaleY(-1);
    z-index: 999;
}
@media screen and (min-width: 1024px){
    #backtotop{
        height: 50px;
        width: 50px;
        right: 20px;
        bottom: 50px;
        line-height: 49px;
    }
}
#backtotop:hover{
    border-color: #FFFFFF !important;
}
#backtotop:after{
    content: url('data:image/svg+xml,<svg width="24" height="13" viewBox="0 0 31 13" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill="%23FFF" d="M15.6 13c.2 0 .4-.1.6-.2l14.4-11c.2-.2.4-.4.4-.7 0-.3-.1-.6-.3-.8-.2-.2-.4-.3-.7-.3-.3 0-.6.1-.8.2L15.5 10.6 1.9.2C1.6.1 1.3 0 1 0 .7 0 .5.2.3.4c-.2.2-.3.4-.3.7 0 .3.2.5.4.7l14.4 10.9c.2.2.5.3.8.3z"></path></svg>');
}
/* Listes catégories */
#liste-all-categories #listing-categories .titreCategorie{
    color: #1E3452;
    font-size: 17px;
    font-weight: 500;
}
#liste-all-categories #listing-categories .texteCategorie{
    display: none;
}
#liste-categories #titre-sous-categorie-h2{
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}
#liste-categories #listing-categories{
    justify-content: center;
    margin-top: 15px !important;
}
#liste-categories #listing-categories .titreCategorie{
    color: #1E3452;
    font-size: 15px;
    font-weight: 500;
} 
#liste-categories.sous-categories .categorie{
    background: #FFFFFF;
    padding: 10px 20px;
    border: 1px solid #1E3452;
    border-radius: 4px;
    transition: all ease 0.3s;
}
#liste-categories.sous-categories .categorie:hover{
    background-color: #1E3452;
}
#liste-categories.sous-categories .categorie:hover .titreCategorie{
    color: #FFFFFF !important;
}
#liste-categories.sous-categories .imgCategorie{
    display: none;
}
/* Listes articles */
#liste-all-articles > .flex.flex-col,
#liste-articles > .flex.flex-col{
    gap: 16px;
}
#listing-articles{
    gap: 16px;
}
#listing-articles .article{
    background-color: #FFFFFF;
}
#listing-articles .article .imgArticle{
    max-height: 220px !important;
    border: none;
}
#listing-articles .truncate{
    white-space: wrap;
}
#listing-articles .article .dispoArticle{
    display: none;
}
/* Listes articles - Filtres */
#colonne-filtres{
    background-color: #FAF5F2;
    border: none;
}
#colonne-filtres .block-filtres.filtre-range{
    margin-top: 16px;
}
#colonne-filtres .block-filtres:not(.filtreSystem){
    padding-bottom: 16px;
}
#colonne-filtres .block-filtres:not(.filtreSystem).openFiltre{
    border: 1px solid #f1e8e3;
}
#colonne-filtres .block-filtres:not(.filtreSystem).openFiltre .titre-filtre{
    margin-bottom: 16px;
    border: none;
}
#colonne-filtres .titre-filtre{
    color: #1E3452;
    background-color: #F1E9E3;
    padding: 10px;
    margin: 0;
    border: 1px solid #f1e8e3;
}
#colonne-filtres .titre-filtre span:after{
    content: url("data:image/svg+xml,%3Csvg width='14' fill='%231E3452' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
}
#colonne-filtres .range .track-container .thumb{
    background-color: #1E3452;
}
#colonne-filtres #boutonsAction{
    margin-top: 20px;
}
/* Fiche article */
.layout-container[data-alias^="p/"]{
    background-color: #FFFFFF;
}
#fiche-article #colonneInfos{
    display: flex;
    flex-direction: column;
    background-color: transparent;
    border: none;
}
#fiche-article #colonneInfos #nomArticle{
    font-size: 24px;
    font-weight: 500;
}
#fiche-article #colonneInfos #marqueArticle{
    font-size: 0;
    order: -1;
}
#fiche-article #colonneInfos #marqueArticle span{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
#fiche-article #colonneInfos #refArticle,
#fiche-article #colonneInfos #dispoArticle{
    display: none;
}
#fiche-article #colonneInfos #prixArticle .prix{
    font-size: 28px;
}
/* Fiche article - Boutons quantité */
#fiche-article .buttonConversion.button--minus,
#fiche-article .buttonConversion.button--plus{
    font-size: 25px !important;
    line-height: 25px !important;
    font-weight: 300;
    color: #1E3452 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #CCCCCC !important;
}
#fiche-article .buttonConversion.button--minus:hover,
#fiche-article .buttonConversion.button--plus:hover{
    color: #FFFFFF !important;
    background-color: #1E3452 !important;
}
#fiche-article .buttonConversion.button--minus{
    border-right: none !important;
}
#fiche-article .buttonConversion.button--plus{
    border-left: none !important;
}
/* Fiche article - Réassurances */
#colonneInfos #reassurancesArticle{
    display: none;
}
/* Fiche article - Pas de border-radius sur les input quantité */
#fiche-article #colonneInfos #bouttonsArticle #qty,
#fiche-article #effetsEcomArticle #qty{
    border-radius: 0 !important;
}
/* Fiche article - Onglets */
#tabs-article #tabs-title{
    justify-content: flex-start;
    border-bottom: 2px solid #FFFFFF;
}
#tabs-article #tabs-title .tab-title{
    text-transform: inherit;
}
#fiche-article #tabs-article #tabs-content{
    background-color: #F7F4F1;
    padding-left: 20px;
    padding-right: 20px;
}
/* Compte client */
#colonne-menu-compte ul#menu-compte li{
    border-top: 1px solid rgba(30,52,82,.1);
}
@media screen and (max-width: 1023px) {
    #colonne-menu-compte ul#menu-compte li{
        border-top: none;
    }
}