section.coupons-table:where(div, span, a, button, input, textarea, select, td, tfoot, th, thead, time, tr):not([class]) {
    all: revert;
    box-sizing: border-box;
}
@font-face {
    font-family: "icomoon-block-coupons-table";
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/icomoon/fonts/icomoon-block-coupons-table.ttf?2z4419") format("truetype"),
    url("./fonts/icomoon/fonts/icomoon-block-coupons-table.woff?2z4419") format("woff"),
    url("./fonts/icomoon/fonts/icomoon-block-coupons-table.svg?2z4419#icomoon-block-coupons-table") format("svg");
    font-display: block;
}

[class^=icon-block-coupons-table-], [class*=" icon-block-coupons-table-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon-block-coupons-table" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-block-coupons-table-ios:before {
  content: "\e900";
}

.icon-block-coupons-table-android:before {
  content: "\e901";
}

.icon-block-coupons-table-number-3:before {
  content: "\e902";
}

.icon-block-coupons-table-number-2:before {
  content: "\e903";
}

.icon-block-coupons-table-number-1:before {
  content: "\e904";
}

.icon-block-coupons-table-star-half:before {
  content: "\e905";
}

.icon-block-coupons-table-star-empty:before {
  content: "\e906";
}

.icon-block-coupons-table-star:before {
  content: "\e907";
}

.coupons-table {
  --color-button-background: #86ae61;
  --color-button: #000;
  --color-showcase-background: #dceacf;
  --color-showcase: #000;
  --color-accent: #f5f5f5;
  --color-accent-text: #000;
  --color-background: #fff;
  --color-header: #fff;
  --color-header-background: #191919;
  --color-additional-info: #5f5f5f;
  --color-additional-info-background: #f5f5f5;
  --color-star: #f59e0b;
}
section.coupons-table span.h2 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    vertical-align: middle;
    display: flex;
    margin-bottom: 10px;
}

section.coupons-table.coupons-table--full table, section.coupons-table.coupons-table--compact table {
    width: 100% !important;
}
section.coupons-table.coupons-table--full thead th {
    background: none;
    color: #fff;
    width: -webkit-fill-available;
    font-size: 20px;
    text-transform: capitalize;
    border: none;
}
section.coupons-table.coupons-table--full thead {
    background: linear-gradient(90deg, #204f07 0%, #000000 100%);
}
section.coupons-table.coupons-table--full table tbody tr {
    vertical-align: top;
    border-collapse: separate;
    border-spacing: 0 10px;
}
/*fin test*/
.coupons-table table tbody tr {
  border-color: var(--color-accent);
  background-color: var(--color-background);
}

@media screen and (max-width: 960px) {
  .coupons-table table tbody tr {
    display: grid;
  }
}
.coupons-table table tbody tr td {
    padding: 10px 0px 0px 0px !important;
}
.coupons-table--compact table tbody tr td {
    padding: 0px !important;
}
.coupons-table table tbody tr td:last-child {
  padding: 15px !important;
}
@media screen and (max-width: 960px) {
  .coupons-table table tbody tr td {
    width: 100%;
  }
}
.coupons-table .table__cell--title {
    display: block;
    text-align: center;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
}
.coupons-table .table__cell--cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.coupons-table--full td.second > .table__cell--cta:first-child {
    padding-top: 25px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}
.coupons-table--full.is-app-table td.second,.coupons-table--full.is-app-tabledcd td.first {
    vertical-align: middle;
}
.coupons-table--full.is-app-table td.second > .table__cell--cta:first-child {
    padding-top: 0;
}
.coupons-table--full.is-app-table .table__cell .cell__additional-info .additional-info__title {
    text-align: center;
}
.coupons-table--full.is-app-table .table__cell .cell__additional-info .additional-info__value.apps-value.is-app {
    display: inline-flex;
}
.coupons-table .table__cell--additional-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.coupons-table .table__cell .cell__logo-wrapper {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.coupons-table .table__cell .cell__logo-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.coupons-table .table__cell .cell__name-inner {
    margin-top: 5px;
}
.coupons-table .table__cell .cell__name-wrapper {
  margin: 0;
  color: var(--color-accent-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: var(--color-button-background);
  text-underline-offset: 12px;
}
.coupons-table .table__cell .cell__signup-button {
  padding: 12px 24px;
  border-radius: 40px;
  background-color: var(--color-button-background);
  color: var(--color-button);
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .coupons-table .table__cell .cell__signup-button {
    width: auto;
  }
}
.coupons-table .table__cell .cell__additional-info .additional-info__title {
  color: var(--color-additional-info);
  font-size: 12px;
  font-weight: 400;
}
.coupons-table .table__cell .cell__additional-info .additional-info__value {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 5px;
}
.coupons-table--compact .table__cell .cell__additional-info .additional-info__value,
.coupons-table .table__cell .cell__additional-info .additional-info__value.apps-value {
    display: flex;
    grid-template-columns: unset;
}
.coupons-table .table__cell .cell__additional-info .additional-info__value.apps-value.is-app {
    display: grid;
}
.coupons-table .table__cell .cell__additional-info .additional-info__value .not-display {
    display: none;
}
button.btn-payment {
    height: 34px;
    border-radius: 3px;
    margin-top: 14px;
    border: none;
    width: 20px;
    margin-left: -20px;
}
.coupons-table .table__cell .cell__additional-info .additional-info__value > span, .coupons-table .table__cell .cell__additional-info .additional-info__value > img {
  height: 34px;
  padding: 5px 10px;
  border: 1px solid var(--color-additional-info-background);
  border-radius: 3px;
  background-color: var(--color-additional-info-background);
}
.coupons-table .table__cell .cell__additional-info .additional-info__value > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.coupons-table .table__cell .cell__additional-info .additional-info__value > span[class*=icon-block-coupons-table-] {
  font-size: 22px;
}

.coupons-table--compact {
  --color-background: #000;
  --color-accent-text: #fff;
  --color-additional-info: #fff;
  --color-additional-info-background: #191919;
}
.coupons-table--compact hr {
  background-color: var(--color-accent-text);
  margin-block: 40px;
}
.coupons-table--compact table {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}
section.coupons-table.coupons-table--compact td {
    padding: 10px !important;
}
.coupons-table--compact table tbody tr td {
  border: none;
  padding-block: 10px;
  vertical-align: middle;
}
.coupons-table--compact .table__cell--cta {
  padding-block: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
section.coupons-table.coupons-table--compact .table__cell--title {
    display: inline-flex;
    align-items: center;
}
section.coupons-table.coupons-table--compact table tbody tr:hover {
    background-color: var(--color-button) !important;
}
section.coupons-table.coupons-table--compact table td {
    border-left: none;
    border-right: none;
}
section.coupons-table.coupons-table--compact .table__cell .cell__additional-info .additional-info__value > span {
    color: #fff;
}
.tooltip {
    position: relative;
    display: flex;
    justify-content: center;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    display: flex;
    word-break: keep-all;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 10px;
    border-radius: 3px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
}
.tooltip .tooltiptext:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .8) transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
@media screen and (min-width: 960px) {
    .coupons-table--compact .table__cell--cta {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
.coupons-table--compact .table__cell .cell__logo-wrapper {
  width: 60px;
  border-radius: 5px;
}
.coupons-table--compact .table__cell .cell__name-wrapper {
    margin-left: 15px;
}
@media screen and (min-width: 960px) {
  .coupons-table--compact .table__cell .cell__logo-wrapper {
    width: 100px;
  }
}
.coupons-table--compact .table__cell .cell__name-wrapper {
  font-size: 22px;
}
.coupons-table--compact .table__cell .cell__review-button {
  text-decoration: underline;
  text-underline-offset: 10px;
  color: var(--color-button-background);
  font-size: 16px;
  font-weight: 700;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 960px) {
    .coupons-table--compact .table__cell .cell__review-button {
        -webkit-box-ordinal-group: initial;
            -ms-flex-order: initial;
                order: initial;
    }
    section.coupons-table tr.table__row td:first-child {
        width: 20%;
    }
}
.coupons-table--compact .table__cell .cell__additional-info .additional-info__value .value__stars [class*=icon-block-coupons-table-star] {
  color: var(--color-star);
}
.coupons-table--compact .table__cell .cell__additional-info .additional-info__value .value__stars [class*=icon-block-coupons-table-star] + span {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-accent);
}
.coupons-table--compact .table__cell .cell__additional-info .additional-info__value .value__withdrawal {
  font-size: 12px;
}

@media screen and (min-width: 960px) {
  .coupons-table--full table {
    border-start-start-radius: 5px;
    border-start-end-radius: 5px;
  }
}
@media screen and (max-width: 960px) {
    .coupons-table--full table thead {
        display: none;
    }
    .coupons-table .table__cell--additional-info {
        justify-content: center;
    }
    .coupons-table--compact .table__cell--additional-info {
        justify-content: flex-start;
        padding-left: 15px;
        padding-top: 15px;
    }
    section.coupons-table.coupons-table--compact .table__cell--title {
        padding-top: 15px;
    }
}
.coupons-table--full table thead tr th {
  padding: 10px 20px;
  border-color: var(--color-header-background);
  background-color: var(--color-header-background);
  color: var(--color-header);
  font-size: 20px;
  font-weight: 700;
  text-align: start;
}
.coupons-table--full table tbody tr.table__row {
    position: relative;
    border-bottom: none;
    border-left: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
}
.coupons-table--full table tbody tr.table__row-suite {
    border-left: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
}
.coupons-table--full table tbody tr:last-child {
    border: 2px solid #eeeeee !important;
}
.coupons-table--full table tbody tr.table__row-suite:last-child {
    border-top: none !important;
}
.coupons-table--full table tbody tr[data-id="1"] {
    --color-accent: #ffe9b3;
    border-top: 2px solid var(--color-accent);
    border-left: 2px solid var(--color-accent);
    border-right: 2px solid var(--color-accent);
}
.coupons-table--full table tbody tr[data-id="1"].table__row-suite {
    border-top: unset;
    border-bottom: 2px solid var(--color-accent) !important;
    border-right: 2px solid var(--color-accent) !important;
    border-left: 2px solid var(--color-accent) !important;
}
.coupons-table--full table tbody tr[data-id="2"] {
    --color-accent: #e2e1de;
    border-top: 2px solid var(--color-accent);
    border-left: 2px solid var(--color-accent);
    border-right: 2px solid var(--color-accent);
}
.coupons-table--full table tbody tr[data-id="2"].table__row-suite {
    border-top: unset;
    border-bottom: 2px solid var(--color-accent) !important;
    border-right: 2px solid var(--color-accent) !important;
    border-left: 2px solid var(--color-accent) !important;
}
.coupons-table--full table tbody tr.table__row[data-id="3"] {
    --color-accent: #e6b885;
    border-top: 2px solid var(--color-accent) !important;
    border-left: 2px solid var(--color-accent) !important;
    border-right: 2px solid var(--color-accent) !important;
}
.coupons-table--full.is-app-table table tbody tr[data-id="3"] {
    --color-accent: #e6b885;
    border-bottom: 2px solid var(--color-accent) !important;
}
.coupons-table--full table tbody tr[data-id="3"].table__row-suite {
    border-top: unset;
    --color-accent: #e6b885;
    border-bottom: 2px solid var(--color-accent) !important;
    border-right: 2px solid var(--color-accent) !important;
    border-left: 2px solid var(--color-accent) !important;
}
.coupons-table--full.is-app-table table tbody tr.table__row:nth-child(n+4) .cell__description-wrapper {
    background-color: unset;
}
.coupons-table--full table tbody tr.table__row:nth-child(n+6) .cell__description-wrapper {
    background-color: unset;
}
.coupons-table--full table tbody tr.table__row:hover, .coupons-table--full table tbody tr.table__row-suite:hover {
    background-color: unset;
}
.coupons-table--full table tbody tr.table__row td {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 960px) {
  .coupons-table--full table tbody tr.table__row td:not(:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 960px) {
    section.coupons-table.coupons-table--full.is-app-table table tbody tr {
        padding-bottom: 15px;
    }
    .coupons-table--full.is-app-table .table__cell {
        margin-bottom: 0px !important;
    }
    .coupons-table--full table tbody tr.table__row td:not(:first-child) {
        border-top: none;
        padding: 15px 15px 0px 15px !important;
    }
    .coupons-table--full td.second > .table__cell--cta:first-child {
        padding-top: 0px;
    }
    tr {
        display: flex;
        flex-direction: row-reverse; /* Inverse l'ordre des colonnes */
    }

    td {
        order: 0; /* Rétablit l'ordre par défaut */
    }

    .first {
        order: 1; /* Place cette cellule après l'autre */
        text-align: center;
    }
    .coupons-table .table__cell .cell__additional-info .additional-info__value.apps-value.is-app {
        display: flex;
    }
    .first .cell__additional-info {
        display: flex;
        align-items: center;
        margin-top: 15px;
    }
    .second {
        order: 0; /* Place cette cellule avant l'autre */
    }
    .coupons-table .table__cell .cell__additional-info.withdrawal-container .additional-info__value {
        grid-template-columns: repeat(1, 1fr);
    }
    section.coupons-table.coupons-table--full table tbody tr {
        background-color: #fff;
    }
    section.coupons-table.coupons-table--compact table td {
        background-color: #000;
    }
    .coupons-table .table__cell--title {
        display: inline-flex;
        align-items: center;
        padding-left: 15px;
    }
    .coupons-table .table__cell .cell__name-inner {
        margin-left: 15px;
    }
}
@media screen and (min-width: 960px) {
    .coupons-table--full table tbody tr.table__row td:not(:first-child) {
        border-left: none;
        vertical-align: middle;
    }
}
.coupons-table--full table tbody tr.table__row-suite td {
    border-top: none;
    border-bottom: 2px solid var(--color-accent);
}
@media screen and (min-width: 960px) {
    .coupons-table--full table tbody tr.table__row-suite td {
        padding-top: 5px;
    }
}
.cell__description-wrapper ul {
    position: relative;
    margin-left: -12px;
}
.cell__description-wrapper li {
    position: relative;
    list-style-type: none;
    line-height: 18px;
}
.cell__description-wrapper li::before {
    content: url('./icons/check-circle.svg');
    position: absolute;
    left: -22px;
    top: 0;
    width: 15px; /* Ajustez selon la taille de votre SVG */
    height: 15px; /* Ajustez selon la taille de votre SVG */
}
.coupons-table--full table tbody tr td {
    border: 2px solid var(--color-accent);
}
.coupons-table--full .table__cell .cell__logo-wrapper {
    width: 80px;
    border-radius: 50%;
    margin-top: 5px;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    margin: 0 auto;
}
.coupons-table--full .table__cell .cell__description-wrapper {
    padding: 10px;
    border-radius: 5px;
    background-color: var(--color-accent);
    color: var(--color-accent-text);
    text-transform: none;
    font-family: Helvetica;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;

}
.coupons-table--full .table__cell .cell__text_rating-wrapper {
    font-weight: bolder;
    font-size: 20px;
    color: #000;
    margin-top: 10px;
}
.coupons-table--full .table__cell .cell__rating-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
    gap: 2px;
}
.coupons-table--full .table__cell .cell__rating-wrapper span {
    width: 15px;
    height: 15px;
    color: var(--color-star);
    font-size: 15px;
}
.coupons-table--full .table__cell .cell__podium-wrapper {
    display: grid;
    position: absolute;
    z-index: 10;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    padding: 4px;
    border-end-end-radius: 5px;
    background-color: var(--color-accent);
    font-size: 12px;
    font-weight: 700;
    pointer-events: none;
    place-items: center;
    border-radius: 50%;
}
.coupons-table--full .table__cell .cell__podium-wrapper span {
    font-size: 16px;
    font-weight: normal;
}
.coupons-table--full .table__cell .cell__signup-button {
    width: 100%;
}
.coupons-table--full .table__cell .cell__showcase-wrapper {
    display: inline-block;
    margin-bottom: 4px;
    padding: 2px 6px;
    border-radius: 4px;
    background-color: var(--color-showcase-background);
    color: var(--color-showcase);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.coupons-table--full.is-app-table .table__cell {
    margin-bottom: 15px;
}
.is-app-spacer {
    height: 15px;
    width: 100%;
    background-color: var(--color-background);
}
