.tarifs {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.tarifs .explanations {
    width: 70%;
    background-color: rgba(241,90,34, 0.3);
    border-radius: 6px;
    padding: 1.5rem 2rem;
    margin: 2rem 0;
}

.tarifs > div {
    margin-top: 1.5rem;
    width: 70%;
    display: flex;
    justify-content: space-around;
    align-items:center;
}

.tarifs > div > p {
    border-radius: 6px;
    padding: 0.5rem 0.8rem;
}

.tarifs > div .orange {
    border: 1px solid #F15A22;
}

.tarifs > div .blue {
    border: 1px solid #0B8293;
}

.tarifs h2 {
    align-self: flex-start;
}

.tarifs section {
    border-radius: 6px;
    padding: 0 1.5rem 2rem 1.5rem;
    margin: 2rem 0;
    width: 90%;
}

.tarifs div table {
    border-collapse: separate; 
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden; 
    padding: 0.5rem 0.8rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
}

.tarifs div table tr td:last-of-type {
    text-align:end;
}

.tarifs section {
    border-radius:6px;
    border: 1px solid #f8f8f8;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

/* POUDRE */
.tarifs .poudre div {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 2rem;
    margin-bottom:2rem;
    align-items:center;
}

.tarifs .poudre div .orange-table {
    grid-column-start: 1;
    grid-row-start: 3;
    background-color:rgba(241,90,34, 0.3);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.tarifs .poudre table .bold {
    font-weight: 600;
    font-size:1.8rem;
    text-align: center;
}

.tarifs div .colis-supp {
    width: 40rem;
}

.tarifs div table td {
    padding:0.5rem 0.5rem;
}

.tarifs div .colis-supp {
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.tarifs section div table thead tr th {
    padding: 0.5rem 0;
    text-align: center;
}

.tarifs .poudre div .table-1 {
    grid-column-start: 2;
    grid-row-start: 2;
}

.tarifs .poudre div .table-2 {
    grid-row-start: 3;
}

.tarifs .poudre div .table-3 {
    grid-column-start: 2;
    grid-row-start: 4;
}

.tarifs div h4 {
    text-align: center;
}

.tarifs .poudre div h4:first-of-type {
    grid-column-start:1;
    grid-row-start:2;
}

.tarifs .poudre div h4:last-of-type {
    grid-column-start:2;
    grid-row-start:1;
}


/* GEL */
.tarifs .gel div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, auto);
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin-bottom:2rem;
}

.tarifs .gel div .orange-table {
    background-color:rgba(241,90,34, 0.3);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.tarifs .gel .table1 {
    grid-row: span 2 / span 2;
    /* grid-column-start: 1;
    grid-row-start: 3; */
}

.tarifs .gel .table2 {
    grid-row: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 5;
    /* grid-column-start: 1;
    grid-row-start: 3; */
}

.tarifs .gel div .table-1 {
    grid-column-start: 2;
    grid-row-start: 2;
}

.tarifs .gel div .table-2 {
    grid-column-start: 2;
    grid-row-start: 3;
}

.tarifs .gel div .table-3 {
    grid-column-start: 2;
    grid-row-start: 4;
}

.tarifs .gel div > h4:last-of-type {
    grid-column-start: 2;
    grid-row-start: 1;
}

.tarifs .gel table .bold {
    font-weight: 600;
    font-size:1.8rem;
    text-align: center;
}
