.title_commande {
    color: #D2133D;
    font-weight: bold;
    font-size: 19px;
    height: 41px;
    line-height: 41px;
    padding-left: 30px;
}

.imgtitle {
    padding-left: 10px;
    position: relative;
    z-index: 1;
}

.imgtitle img {
    box-shadow: none;
}

.detail {
    /*background-color: #F2F2F2;*/
    width: calc(100% - 15px);
    top: -5px;
    position: relative;
    z-index: 0;
    padding-top: 3px;
    border-bottom: 1px solid #1173b4;
    border-right: 15px solid #FFFFFF;
}

.introdetail {
    margin-left: 50px;
    margin-right: 70px;
    line-height: 16px;
}

.contenudetail {
    margin-left: 25px;
    margin-right: 15px;
    border-top: 1px solid #1173b4;
    border-left: 1px solid #1173b4;
    border-right: 1px solid #1173b4;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
    top: 1px;
}

.optionsdetail {
    height: 48px;
    /*background-color: #B3B3B3;*/
    margin-top: 5px;
    margin-left: 5px;
    width: 100%;
    padding: 0;
    height: 0;
    overflow: hidden;
    transition: height .2s;
}

.livraison.active .optionsdetail {
    height: 48px;
    padding: 5px;
}

#premium.livraison.active .optionsdetail,
#eco.livraison.active .optionsdetail {
    height: 92px;
    padding: 5px;
}


.optionsdetail .rowoptions {
    width: 100%;
}

.optionsdetail .rowoptions:last-child {
    margin-top: 5px;
}


.optionsdetail select {
    width: 200px;
}

.optionsdetail .qty {
    width: 3.631em;
    text-align: center;
}

.optionsdetail .commune {
    width: 98px;
}

.optionsdetail label {
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
    color: #FFFFFF;
    margin-right: 5px;
    margin-left: 12px;
}

.btn_shop {
    color: #FFFFFF;
    background-color: #1173b4;
    padding: 6px;
    font-size: 15px;
    line-height: 15px;
    float: left;
    cursor: pointer;
    position: relative;
    top: -20px;
    left: 30px;
}

.btn_shop:after {
    content: "";
    border: 2px solid rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.7);
    height: 11px;
    width: 11px;
    display: block;
    float: right;
    margin-left: 15px;
}

.btn_shop:hover:after {
    background-color: rgba(117, 117, 117, 0.7);
}

.livraison.active .btn_shop:after {
    background-color: rgba(0, 0, 0, 0.7);
}

.livraison {
    clear: both;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    border-left: 1px solid #1173b4;
    margin-bottom: 0;
}

#eco.livraison {
    border-bottom: 1px solid #1173b4;
    /*padding-bottom: 90px;*/
    margin-bottom: 15px;
}

.livraison img {
    display: block;
    clear: both;
    margin-left: 0;
    transform: scale(0.8);
    transform-origin: left bottom;
    transition: all .2s;
}


.livraison:hover img {
    transform: scale(0.9);
}

.livraison.active img {
    transform: scale(1);
}