/* line 6, last.scss */
body.woocommerce-checkout #brx-content {
  margin-top: 25rem;
}

/* line 13, last.scss */
.subcolonne_tarif .brxe-shortcode {
  height: 100%;
}
/* line 15, last.scss */
.subcolonne_tarif .brxe-shortcode .woocommerce-product-details__short-description {
  margin-top: auto;
}

/* line 20, last.scss */
.one_product {
  height: 100%;
  background: var(--bricks-color-huqlwj);
  color: white;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  padding: 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 1rem;
  text-align: center;
}
/* line 30, last.scss */
.one_product ul {
  display: inline-block;
  padding-left: 0;
}
/* line 34, last.scss */
.one_product .price {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 2rem;
  /*.amount{
      font-weight: bold;
      font-size: 2em;
  }*/
}
/* line 44, last.scss */
.one_product .add_to_cart_button {
  border: 1px solid var(--bricks-color-acxozo);
  width: 100%;
  background: var(--bricks-color-acxozo);
  color: white;
  margin-top: 2rem;
}
/* line 50, last.scss */
.one_product .add_to_cart_button:hover {
  background: white;
  color: var(--bricks-color-acxozo);
}
/* line 55, last.scss */
.one_product[data-product_id="32"], .one_product[data-product_id="34"] {
  /*.price{
      color: $bleu-clair;
  }*/
}
/* line 60, last.scss */
.one_product[data-product_id="32"] .add_to_cart_button, .one_product[data-product_id="34"] .add_to_cart_button {
  border-color: var(--bricks-color-ljfjkv);
  background: var(--bricks-color-ljfjkv);
}
/* line 63, last.scss */
.one_product[data-product_id="32"] .add_to_cart_button:hover, .one_product[data-product_id="34"] .add_to_cart_button:hover {
  background: white;
  color: var(--bricks-color-ljfjkv);
}

/* line 71, last.scss */
.offres-accolade-container {
  position: relative;
}
/* line 73, last.scss */
.offres-accolade-container:before, .offres-accolade-container:after {
  content: '';
  display: inline-block;
  width: 50%;
  height: 50%;
  border-bottom: 1px solid grey;
  border-radius: 2px;
  position: absolute;
  top: 0;
  z-index: 1;
}
/* line 85, last.scss */
.offres-accolade-container:before {
  border-left: 1px solid grey;
  left: 0;
}
/* line 89, last.scss */
.offres-accolade-container:after {
  border-right: 1px solid grey;
  right: 0;
}
/* line 93, last.scss */
.offres-accolade-container .brxe-text-basic {
  z-index: 2;
}
@media (max-width: 768px) {
  /* line 71, last.scss */
  .offres-accolade-container {
    display: none;
  }
}

/* line 103, last.scss */
.forminator-radio-inline {
  padding: 1rem;
  background: #c8c8c8;
}
/* line 106, last.scss */
.forminator-radio-inline .forminator-radio-label {
  color: var(--bricks-color-huqlwj);
}
/* line 109, last.scss */
.forminator-radio-inline.selected {
  background: var(--bricks-color-huqlwj);
}
/* line 111, last.scss */
.forminator-radio-inline.selected .forminator-radio-label {
  color: white;
}

/* line 117, last.scss */
.forminator-repeater-field {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
/* line 121, last.scss */
.forminator-repeater-field .forminator-grouped-fields {
  padding: 20px 20px 30px 25px !important;
  border-radius: 4px !important;
  box-shadow: inset 5px 0px 0px #c8c8c8;
}

/* line 127, last.scss */
.forminator-repeater-label {
  font-size: 1.5rem !important;
}

/* line 130, last.scss */
.label-second-group {
  margin-top: 4rem !important;
}

/* line 138, last.scss */
.woocommerce-MyAccount-content table + header,
.woocommerce-MyAccount-content table + h2,
.woocommerce-MyAccount-content table + .button {
  margin-top: 2rem;
}
/* line 144, last.scss */
.woocommerce-MyAccount-content label[for="account_display_name"],
.woocommerce-MyAccount-content #account_display_name,
.woocommerce-MyAccount-content #account_display_name + span {
  display: none;
}

/* line 151, last.scss */
.woocommerce-view-subscription h1 {
  font-size: 2.1em;
}
/* line 154, last.scss */
.woocommerce-view-subscription h2 {
  font-size: 1.6em;
}

/* line 161, last.scss */
.woocommerce-table + header {
  margin-top: 2rem;
}

/* line 167, last.scss */
.woocommerce-order-overview.order_details + p + p {
  text-align: center;
}
/* line 169, last.scss */
.woocommerce-order-overview.order_details + p + p a {
  text-decoration: underline;
}
