.content-livraison .flag {
  width: 67px;
  transform: rotate(17deg);
  right: 0rem;
  top: -3rem; }
  @media (min-width: 768px) {
    .content-livraison .flag {
      width: 85px;
      right: -3rem;
      top: -4rem; } }
.content-livraison table {
  width: 100%;
  box-sizing: border-box; }
  .content-livraison table * {
    box-sizing: border-box; }
  .content-livraison table thead tr {
    background: #60948d;
    color: white;
    font-size: 2rem; }
    .content-livraison table thead tr th {
      padding: 5px;
      border-right: 1px solid #32756c; }
  .content-livraison table tbody tr {
    background: #60948d;
    color: white;
    font-size: 2rem; }
    .content-livraison table tbody tr:nth-child(even) td:first-child {
      background: #60948d;
      color: #fff; }
    .content-livraison table tbody tr:nth-child(odd) td:first-child {
      background: #1c665c;
      color: #fff; }
    .content-livraison table tbody tr td {
      border-bottom: 1px solid #32756c;
      padding: 5px;
      border-right: 1px solid #32756c;
      text-align: center;
      background-color: #fff;
      color: var(--primary-600); }
      .content-livraison table tbody tr td span:not(.hidden) {
        display: inline-flex; }
      .content-livraison table tbody tr td:first-child {
        text-align: center;
        justify-content: center;
        display: table-cell;
        width: 20%; }

/*# sourceMappingURL=livraison.css.map */
