/*** Reprise des invendus ***/
.list_verte , .list_orange { margin-left: 13px; }
.list_verte > li, .list_orange > li {
	font-size: 1.167em;
	list-style-position: outside;
	list-style-type: square;
	margin-top: 10px;
    padding-left: 3px;
}
.list_verte > li:first-child, .list_orange > li:first-child { margin-top: 0;}
.list_verte > li { color: rgb(150, 190, 31); }
.list_orange > li { color: rgb(233, 96, 33); }
.list_verte ul li, .list_orange ul li {
    color: #000;
    list-style-type: none;
}
.list_verte li > span, .list_orange li > span, .list_orange a { color: #000;}

.date_limites ul, .contact ul { margin-left: 85px; }

.tableau_date, .tableau_retour .cell + .cell {
    color: #e55f23;
    width: 100%;
}
.tableau_retour { background-color: #efb49e; }
.tableau_date .cell {
    border-bottom: 1px solid #e55f23;
    border-left: 1px solid #e55f23;
    height: 32px;
    width: 25%;
}
.tableau_retour .cell , .tableau_date .cell {
    text-align: center;
    vertical-align: middle;
}
.tableau_retour .cell { padding: 0 12px;}
.tableau_retour > div:first-child {
    background-color: #fff;
    height: 97px;
    text-align: left;
    width: 75%;
}
.tableau_retour .cell { border-left: 1px solid #e55f23; }
.tableau_retour .cell:first-child, .tableau_date .cell:first-child  { border-left: none; }

.separateur_detail {
    height: 1px;
    width: 100%;
    background: #8a8a8a;
    position: relative;
}
.separateur_detail:after {
    border-style: solid;
    border-width: 6px 7px 0;
    border-color: #8a8a8a transparent transparent transparent;
    left: 50%;
    bottom: -6px;
    margin-left: -6px;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}

.wrap_adresse {
    padding-left: 15px;
}

.paiement_cb_img {
    vertical-align: -17px;
    margin-left: 5px;
}

.tab45 {
     margin-left: 45px;
}

@media screen and (max-width: 700px) {

    .date_limites ul, .contact ul { margin-left: 12px; }
}