.livraison-primary-content {
    width: 100%;
    max-width: 1000px;
    min-height: 100px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 25px;
}

@media (max-width: 1279px) and (min-width: 1001px) {
    .livraison-primary-content {
        padding-left: 180px;
    }
}

.livraison-main-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 32px;
    margin-bottom: 45px;
}

.livraison-title {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 23px;
    margin: 12px 0;
    font-weight: bold;
}

.livraison-list {
    padding: 0;
    margin: 0 -7px 55px;
    list-style: none;
    font-size: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.livraison-list li .inner {
    text-align: center;
    height: 210px;
    line-height: 210px;
    border: 1px solid #ccc;
    margin: 5px;
    padding: 0 30px;
}

.livraison-list li .inner .img_txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 18px;
}

@media only screen and (max-width: 600px) {
    .livraison-list {
        max-width: 300px;
        width: 100%;
        margin: auto;
        flex-direction: column;
    }

    .livraison-table {
        font-size: 12px;
    }

    .livraison-table tbody tr td {
        padding: 5px;
    }
}

.livraison-table {
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
    margin: 30px 0 50px;
}

.livraison-table tbody tr td {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 21%;
}

.livraison-table td {
    height: 40px;
    padding: 10px;
}

.livraison-table tbody tr td:first-child {
    font-weight: 400;
    text-align: left;
    width: auto;
}

.livraison-table tbody tr td:last-child {
    border-right: none;
}

.livraison-table thead tr th {
    border-top: none;
    border-right: 1px solid #ccc;
    height: 70px;
}

.livraison-table thead tr th:last-child {
    border-right: none;
}

.livraison-table thead tr th img {
    max-width: 100%;
}
