/*Card with Day Code*/

.card-container {
  background: #fbfdfd;
  margin: 15px 5px;
  padding: 30px;
  -webkit-box-shadow: 0 0 5px 0 rgba(135, 131, 135, 0.6);
  -moz-box-shadow: 0 0 5px 0 rgba(135, 131, 135, 0.6);
  box-shadow: 0 0 5px 0 rgba(135, 131, 135, 0.6);
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
  font-family: Arial, Helvetica, "sans-serif";
}

.card-container.valideoffer {
  border: 1px solid #6cbf30;
  margin-top: 60px;
}

.card-container.bestoffer {
  border: 1px solid #ff8f33;
  margin-top: 60px;
}

.card-container.newoffer {
  border: 1px solid #1988ff;
  margin-top: 60px;
}

@media (max-width: 600px) {
  .show-card {
    max-width: 100%;
  }

  .bloc-entete-cst {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-container .bloc-promo-title {
    margin-bottom: 10px;
    margin-top: 5px;
  }

  .btn-clc-cp {
    margin-left: -50px;
  }

  .card-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.card-container .bloc-promo-title {
  text-align: center;
  width: 150px;
}

@media (min-width: 768px) {
  .card-container .bloc-promo-title {
    text-align: left;
  }
}

.card-container .bloc-promo-title .intro {
  color: #232323;
  font-weight: 700;
  font-size: 38px;
  display: inline-block;
}

.card-container .bloc-promo-title .intro .text-promo-detail {
  display: block;
  font-size: 16px;
  color: #232323;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.card-container span.intro {
  font-size: 1.5rem;
}

.card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.typeOffer.valideoffer {
  background-color: #6cbf30;
}

.typeOffer {
  display: inline-block;
  position: absolute;
  top: -32px;
  left: 20px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-right: 20px;
}

.typeOffer.etiq {
  width: 100px;
  height: 30px;
  padding-left: 20px;
}

.typeOffer.newoffer {
  background-color: #1988ff;
}

.typeOffer.bestoffer {
  background-color: #ff8f33;
}

.typeOffer span {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  padding-left: 25px;
  line-height: 36px;
  height: 31px;
  display: inline-block;
}

@media (min-width: 768px) {
  .show-card {
    display: inline-block;
  }
  .l-cst {
    margin-left: 10px;
  }
  .txtOfferOn .bloc-wb {
    width: calc(100% - 150px);
    display: flex;
    justify-content: center;
  }
  .txtOfferOn .bloc-wb > div {
    position: relative;
    margin-left: -150px;
  }
}

.show-card {
  border: 1px dashed #f9122e;
  border-radius: 5px;
  position: relative;
  min-height: 70px;
  margin-top: 15px;
  min-width: 230px;
  margin: auto;
  background: #f4eaee;
  text-align: -webkit-auto;
}

.show-card .code {
  color: #c4102e;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 70px;
  min-width: 120px;
}

/*Table*/

.table-line-green th {
  background-color: #6cbf30;
  color: #fff;
  border-color: #e2e2e2;
}
.table-line-green th:last-child {
  border-right-color: #6cbf30;
}

.bloc-entete-cst.txtOfferOn {
  justify-content: start;
}
@media (min-width: 768px) {
  .txtOfferOn .bloc-spec {
    width: calc(100% - 200px);
    display: flex;
    justify-content: center;
  }
  .txtOfferOn .bloc-spec > div {
    margin-left: -60px;
  }
}

@media (max-width: 460px) {
  .inner-clc {
    max-width: 345px !important;
  }
  .bloc-entete-cst {
    overflow: hidden;
  }
  .btn-clc-cp span.code-coupon {
    height: 100%;
  }
  .btn-clc-cp span.code-show-coupon:before {
    display: block;
    content: "";
    width: 2px;
    height: 100px;
    background: 0 0;
    position: absolute;
    z-index: 12;
    right: -47px;
    top: 18px;
    -webkit-transform: translate(34deg, 0);
    -ms-transform: translate(34deg, 0);
    transform: translate(34deg, 0);
    -webkit-transform: skew(34deg, 0);
    -ms-transform: skew(34deg, 0);
    transform: skew(0deg, 0);
    transition: all 0.5s ease;
    border: 1px solid #069;
    border-color: transparent transparent transparent #e50000;
    border-width: 26px;
  }
  .bloc-entete-cst {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px;
  }

  .bloc-entete-cst .inner {
    width: 100%;
  }
  .btn-clc-cp:hover span.code-show-coupon:before {
    display: block;
    content: "";
    width: 2px;
    height: 100px;
    background: 0 0;
    position: absolute;
    z-index: 12;
    right: -68px;
    top: 9px;
    -webkit-transform: translate(34deg, 0);
    -ms-transform: translate(34deg, 0);
    transform: translate(34deg, 0);
    -webkit-transform: skew(34deg, 0);
    -ms-transform: skew(34deg, 0);
    transform: skew(0deg, 0);
    transition: all 0.5s ease;
    border: 1px solid #069;
    border-color: transparent transparent transparent #b30101;
    border-width: 35px;
  }
}
@media (max-width: 360px) {
  .btn-clc-cp {
    margin-left: -20px;
  }
  .inner-clc {
    width: 245px !important;
  }
  .bloc-entete-cst {
    overflow: hidden;
  }
  .btn-clc-cp span.code-coupon {
    height: 100%;
  }
  .btn-clc-cp span.code-show-coupon:before {
    display: block;
    content: "";
    width: 2px;
    height: 100px;
    background: 0 0;
    position: absolute;
    z-index: 12;
    right: -47px;
    top: 18px;
    -webkit-transform: translate(34deg, 0);
    -ms-transform: translate(34deg, 0);
    transform: translate(34deg, 0);
    -webkit-transform: skew(34deg, 0);
    -ms-transform: skew(34deg, 0);
    transform: skew(0deg, 0);
    transition: all 0.5s ease;
    border: 1px solid #069;
    border-color: transparent transparent transparent #e50000;
    border-width: 26px;
  }
  .btn-clc-cp:hover span.code-show-coupon:before {
    display: block;
    content: "";
    width: 2px;
    height: 100px;
    background: 0 0;
    position: absolute;
    z-index: 12;
    right: -68px;
    top: 9px;
    -webkit-transform: translate(34deg, 0);
    -ms-transform: translate(34deg, 0);
    transform: translate(34deg, 0);
    -webkit-transform: skew(34deg, 0);
    -ms-transform: skew(34deg, 0);
    transform: skew(0deg, 0);
    transition: all 0.5s ease;
    border: 1px solid #069;
    border-color: transparent transparent transparent #b30101;
    border-width: 35px;
  }
}

.bloc-wb {
  margin-bottom: 25px !important;
  position: relative;
}
.bloc-wb .btn-copy {
  display: inline-block;
  vertical-align: top;
}

pre code {
  font-size: 14px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
code,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, courier new, monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
code,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

.btn-copy {
  position: absolute;
  right: 1px;
  top: 1px;
}

.btn-st {
  background: #f9122e;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  width: auto;
  min-height: 62px;
  line-height: 62px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 3px;
  margin-right: 2px;
}
.btn-st.green {
  background: #6cbf30;
}

.wpsm-comptable th {
  text-align: center;
}
.wpsm-comptable .subheader td:first-child,
.hover-col1 .subheader td:first-child {
  background-color: #eaeaea;
}
.stacktable {
  width: 100%;
}
.wpsm-comptable th.st-head-row {
  background-color: #eee;
  color: #000;
  border-left-width: 1px;
  font-weight: 400;
  position: relative;
}
.wpsm-comptable .st-key {
  width: 48%;
  text-align: right !important;
  padding-right: 2%;
}
.wpsm-comptable .st-key.wpsm-spec-heading {
  text-align: left !important;
  background-color: #f4f4f4;
}
.wpsm-comptable .st-val {
  width: 48%;
  padding-left: 2%;
  text-align: left !important;
}
.wpsm-comptable .subheader th.st-head-row {
  font-weight: 700;
  background-color: #eaeaea;
}
.wpsm-comptable th.st-head-row-main {
  display: none;
}
.wpsm-comptable .wpsm-bar,
.wpsm-comptable .wpsm-bar-title span,
.wpsm-comptable .wpsm-bar-bar,
.wpsm-comptable .wpsm-bar-percent {
  height: 20px;
  line-height: 20px;
}
.wpsm-comptable .wpsm-bar {
  margin-bottom: 10px;
}
.wpsm-comptable .wpsm-bar-title span {
  padding: 0 12px;
}
.wpsm-comptable .editor_selected_row td:first-child {
  border-left: 3px solid #77b21d;
}
.wpsm-comptable .editor_selected_row td:last-child {
  border-right: 3px solid #77b21d;
}
.wpsm-comptable .editor_selected_row td:not(.st-key):not(.st-val) {
  border-bottom: 3px solid #77b21d;
  border-top: 3px solid #77b21d;
}
.editor_selected_row .st-head-row {
  border: 3px solid #77b21d !important;
  border-bottom: none !important;
}
.wpsm-comptable td.editor_selected_col,
.wpsm-comptable th.editor_selected_col {
  border-left: 3px solid #77b21d;
  border-right: 3px solid #77b21d;
}
.wpsm-comptable th.editor_selected_col {
  background-color: #77b21d !important;
  color: #fff !important;
}
.wpsm-comptable tr:last-child td.editor_selected_col {
  border-bottom: 3px solid #77b21d;
}
.wpsm-comptable i.wpsm-table-icon {
  font-family: wpsm-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wpsm-comptable-wrap {
  margin: 25px 0;
  overflow: auto;
}
.wpsm-comptable {
  border-collapse: separate;
  margin: 0;
  width: 100%;
  border-spacing: 0;
  max-width: 100%;
  border: 1px solid transparent;
}
.wpsm-comptable th,
.wpsm-comptable td {
  padding: 15px;
  box-sizing: border-box;
}

.wpsm-comptable td {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-width: 0 1px 1px 0;
  color: #111;
  min-width: 120px;
  vertical-align: middle;
  position: relative;
}
.wpsm-comptable.center-table-align td,
.wpsm-comptable.center-table-align th {
  text-align: center;
  vertical-align: middle;
}
.wpsm-comptable td ul li,
.wpsm-comptable td ul {
  margin: 0;
  list-style: disc inside none;
}
.wpsm-comptable td:first-child {
  border-left-width: 1px;
}
.wpsm-comptable td img {
  max-width: 250px;
  max-height: 250px;
  padding: 15px;
}
.wpsm-comptable td:hover,
.wpsm-comptable td.betterhover,
.wpsm-comptable tr:hover td {
  background-color: #f8f8f8;
}
.wpsm-comptable .subheader td {
  font-weight: 600;
}
.hover-col1 tr td:first-child {
  background-color: #f8f8f8;
  min-width: 140px;
  text-align: left;
}
.wpsm-comptable td .wpsm-button {
  margin: 10px 15px;
  white-space: nowrap;
}

.stacktable.large-only {
  display: table;
  table-layout: fixed;
}
.stacktable.small-only {
  display: none;
}

@media only screen and (max-width: 568px) {
  .bloc-entete-cst {
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

@media only screen and (max-width: 568px) {
  #copy {
    display: none;
  }
}