/*  NAV USER & CART > WRAPPER     */
.user-nav-fix {
    width: 1px;
    margin: auto 0;
    margin-left: auto;
}
.user-nav-inside {
    display: flex; display: -webkit-flex; 
    flex-flow: row wrap; -webkit-flex-flow: row wrap;
    justify-content: flex-end; -webkit-justify-content: flex-end;
    z-index: 150;
    margin: auto 0;
}
    .user-nav-inside .search-bt {
    }
    .user-nav-inside .account-bt {
        font-weight: bold;
        line-height: 1.0;
        margin: auto 10px;
        text-transform: uppercase;
        cursor: pointer;
        padding: 2px 0;
        color: #26395b;
    }
    #head-cart {
        height: auto;
        flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
    }
    #head-account {
        height: auto;
        flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
    }
    .user-nav-inside .cart-bt {
    }



/*  HEADER > ACCOUNT   */
.head-account-wrapper {
    display: none;
    position: absolute;
    top: 24px;
    right: 0px;
    width: 500px;
    z-index: 45;
}
    .filiere .head-account-wrapper {
        top: 22px;
    }

    .head-account-inside {
        border: 1px solid #e41b13;
        border-top-width: 5px;
        background-color: #FFF;
        position: relative;
        z-index: 46;
    }
        .head-account-inside .title {
            width: 100%;
            padding: 10px 12px 10px;
            font-size: 16px;
            color: #e41b13;
            text-transform: uppercase;
            font-weight: bold;
        }
        .head-account-inside .title.adherents {
            width: 100%;
            padding: 10px 12px 10px;
            font-size: 16px;
            background: #e41b13;
            color: #FFF;
            margin-top: 2rem;
            text-transform: uppercase;
            font-weight: bold;
        }
            .head-account-inside .title.adherents.logged {
                margin-top: 0px;
                padding-top: 6px;
            }
        .head-account-inside .subtitle {
            width: 100%;
            padding: 14px 0 10px;
            font-size: 13px;
            color: #b1aeae;
            text-transform: uppercase;
            text-align: center;
        }
        .head-account-inside .account-info {
            padding: 5px 15px 5px;
            font-size: 12px;
        }
        .head-account-inside hr {
            height: 1px;
            width: 100%;
            margin: 0;
            padding: 0px;
            background: #eaeaea;
        }
        .head-account-inside .account-logout {
            float: left;
            font-size: 12px;
            color: #b1aeae;
            text-align: center;
            display: block;
            padding: 9px 0 0 15px;
        }
        .head-account-inside .account-create {
            text-align: center;
            display: block;
            padding: 7px 0 12px;
            text-decoration: underline;
        }
        .head-account-inside .inputs-wrapper {
            display: flex; display: -webkit-flex; 
            flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
            justify-content: space-around; -webkit-justify-content: space-around;
            margin: 10px;
        }
            .head-account-inside .inputs-wrapper input {
                width: 50%;
                padding: 5px 0;
                margin: auto;
                border: 1px solid #e01e22;
                border-radius: 0px;
                text-align: center;
            }


/*  HEADER > CART   */
.head-cart-wrapper {
    display: none;
    position: absolute;
    top: 24px;
    right: 0px;
    width: 500px;
    z-index: 45;
}
    .head-cart-inside {
        border: 1px solid #e01e22;
        border-top-width: 5px;
        background-color: #FFF;
        position: relative;
        z-index: 46;
    }
        .head-cart-inside .title {
            width: 100%;
            padding: 10px 12px 10px;
            font-size: 16px;
            color: #e01e22;
            text-transform: uppercase;
            font-weight: bold;
        }
        .head-cart-inside .cart-items {
            padding: 5px 15px 8px;
            width: 100%;
            display: flex; display: -webkit-flex; 
            flex-flow: row wrap; -webkit-flex-flow: row wrap;
            justify-content: flex-start; -webkit-justify-content: flex-start;
        }
            .head-cart-inside .cart-items .row {
                padding: 7px 0px;
                display: flex; display: -webkit-flex; 
                flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
                justify-content: flex-start; -webkit-justify-content: flex-start;
            }
                .head-cart-inside .cart-items .row .col-picture {
                    width: 40px;
                    margin: auto 0;    
                }
                    .head-cart-inside .cart-items .row .col-picture img {
                        width: 100%;
                        height: auto;
                    }
                .head-cart-inside .cart-items .row .col-title {
                    width: 220px;
                    margin: auto 10px;
                    line-height: 1.0;
                    font-size: 12px;
                }
                    .head-cart-inside .cart-items .row .col-title .categorie {
                        color: #b1aeae;
                        padding-bottom: 1px;
                    }
                .head-cart-inside .cart-items .row .col-quantity {
                    width: 40px;
                    text-align: right;
                    margin: auto 0;
                }
                .head-cart-inside .cart-items .row .col-price {
                    width: 80px;
                    text-align: right;
                    margin: auto 0;
                    margin-left: 30px;
                    color: #b1aeae;
                }
                .head-cart-inside .cart-items .row .col-delete {
                    width: 40px;
                    height: 20px;
                    text-align: center;
                    margin: auto 0;
                }


/*  HEAD CART & HEAD ACCOUNT    */
.head-cart-inside .view-bt, .head-account-inside .view-bt {
    margin: 0;
    width: auto;
    float: right;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.0;
    color: #FFF;
    padding: 7px 20px;
    border-radius: 0px;
    border: none;
    background: #e01e22;
    cursor: pointer;
    text-transform: uppercase;
}
.head-cart-inside::after, .head-account-inside::after {
    content: '';
    display: block;
    clear: both;
}



/*
    CART > VIEW > NAV
*/
.step-wrapper {
    display: flex; display: -webkit-flex; 
    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
    justify-content: center; -webkit-justify-content: center;
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #dedede;
    border-top: none;
}
    .step-wrapper .step {
        display: block;
        font-weight: bold;
        font-size: 13px;
        line-height: 1.0;
        color: #8e8888;
        padding: 9px 25px;
        border-right: 1px solid #dedede;
    }
        .step-wrapper .step:last-child {
            border-right: none;
        }
        .step-wrapper .step.is-active {
            background-color: #e01e22;
            border-right: 1px solid #e01e22;
            color: #FFF;
        }
        .step-wrapper .step.is-done {
            color: #e01e22;
        }


/*  SHORTCUTS    */
.shortcuts-footer {
    padding: 0;
    background: #152440;
    margin: 2.5rem 0 0rem;
}
    .shortcuts-footer .inside {
        padding: 40px 0 80px;
        display: flex; display: -webkit-flex; 
        flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
        justify-content: space-around; -webkit-justify-content: space-around;
    }

    .shortcuts-footer .item {
        margin: 0 auto;
        display: block;
        width: 180px;
        text-align: center;
    }
        .shortcuts-footer .item .icon {

        }
        .shortcuts-footer .item .title {
            font-family: 'ClanOT-Bold';
            font-size: 13px;
            color: #FFF;
            text-transform: uppercase;
            text-align: center;
            padding-bottom: 15px;
            line-height: 1.0;
        }
        .shortcuts-footer .item .description {
            padding-top: 15px;
            color: #FFF;
            font-size: 10px;
            line-height: 1.1;
        }

/*  WAITING */
.waiting-wrapper {
    width: 100%;
    margin: 5rem 0;
    padding: 7rem 0;
    background-color: #1b1e51;
}
    .waiting-content {
        width: 990px;
        margin: 0 auto;
        display: flex; display: -webkit-flex; 
        flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
        justify-content: space-around; -webkit-justify-content: space-around;
    }
        .waiting-content .col-picture {
            width: 450px;
            margin: auto 0;
        }
            .waiting-content .col-picture img {
                width: 450px;
                height: auto;
            }
        .waiting-content .col-infos {
            width: 500px;
            margin: 0;
            margin-left: auto;
            display: flex; display: -webkit-flex; 
            flex-flow: column; -webkit-flex-flow: column;
            justify-content: flex-start; -webkit-justify-content: flex-start;
        }
            .waiting-content .col-infos .title {
                background: #e2383b;
                width: 100%;
                margin: 0;
                color: #FFF;
                font-size: 19px;
                text-transform: uppercase;
                text-align: center;
                font-weight: bold;
                padding: 1rem;
            }
            .waiting-content .col-infos .intro {
                margin: 70px 0;
                color: #FFF;
                font-size: 15px;
                line-height: 1.4;
            }
            .waiting-content .col-infos .more {
                margin: 0;
                color: #FFF;
                font-size: 15px;
                font-weight: bold;
                font-style: italic;
                line-height: 1.4;
            }
                .waiting-content .col-infos .more a {
                    color: #FFF;
                }
