@charset "UTF-8";
.avia_cart_buttons {
  text-align: center; }
  .avia_cart_buttons .add_to_cart_button {
    display: inline-block !important;
    float: none !important; }

.show-password-input {
  display: none; }

.woocommerce-privacy-policy-text p {
  font-size: 110% !important; }

#password_strength {
  font-size: 90% !important; }

.woocommerce-form-register__submit {
  float: none !important; }

.avia-content-slider-inner ul.products {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important; }

.lost_reset_password input.input-text {
  border-color: #000000 !important;
  font-size: 20px !important; }

.mcm-cagnotte-bon {
  margin: 30px 0 20px 0;
  padding: 20px 25px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-items: center; }
  .mcm-cagnotte-bon__form {
    margin-bottom: 0 !important; }
  .mcm-cagnotte-bon__button {
    background: #eaab2d !important;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 22px;
    font-size: 1.1em;
    cursor: pointer;
    transition: background 0.2s;
    margin-right: 10px;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    .mcm-cagnotte-bon__button:hover, .mcm-cagnotte-bon__button:focus {
      background: #d99a2b !important;
      color: #fff; }
  .mcm-cagnotte-bon__info {
    color: #eaab2d;
    font-size: 1rem;
    margin-left: 10px;
    display: block; }

.shop_table.mcm-log-commande-amb.shop_table_responsive {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03); }
  .shop_table.mcm-log-commande-amb.shop_table_responsive thead th {
    background: #f1f5f9;
    color: #222;
    font-weight: 400;
    padding: 12px 10px;
    border-bottom: 2px solid #e5e7eb;
    text-align: left; }
  .shop_table.mcm-log-commande-amb.shop_table_responsive tbody td {
    padding: 12px 10px;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px; }
  .shop_table.mcm-log-commande-amb.shop_table_responsive tbody tr:last-child td {
    border-bottom: none; }
  .shop_table.mcm-log-commande-amb.shop_table_responsive tbody tr.mcm-log-bon-achat {
    background: #e0f7fa; }
    .shop_table.mcm-log-commande-amb.shop_table_responsive tbody tr.mcm-log-bon-achat td {
      color: #00796b;
      font-weight: 400; }
  .shop_table.mcm-log-commande-amb.shop_table_responsive tbody del,
  .shop_table.mcm-log-commande-amb.shop_table_responsive tbody ins {
    font-size: inherit !important; }

@media (max-width: 600px) {
  .shop_table.mcm-log-commande-amb.shop_table_responsive,
  .shop_table.mcm-log-commande-amb.shop_table_responsive thead,
  .shop_table.mcm-log-commande-amb.shop_table_responsive tbody,
  .shop_table.mcm-log-commande-amb.shop_table_responsive th,
  .shop_table.mcm-log-commande-amb.shop_table_responsive td,
  .shop_table.mcm-log-commande-amb.shop_table_responsive tr {
    display: block; }

  .shop_table.mcm-log-commande-amb.shop_table_responsive thead {
    display: none; }

  .shop_table.mcm-log-commande-amb.shop_table_responsive tbody tr {
    margin-bottom: 15px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04); }

  .shop_table.mcm-log-commande-amb.shop_table_responsive tbody td {
    padding: 10px 8px;
    border: none;
    position: relative; }
    .shop_table.mcm-log-commande-amb.shop_table_responsive tbody td:before {
      content: attr(data-title) ": ";
      font-weight: 600;
      color: #555;
      display: block;
      margin-bottom: 2px; } }
.mcm-code-ambassadeur {
  margin: 20px 0;
  font-size: 1.2em;
  background: none;
  border: none;
  color: #333;
  padding: 0;
  box-shadow: none; }
  .mcm-code-ambassadeur strong {
    color: #007cba;
    font-weight: bold;
    background: none; }

.woocommerce-Address-title h2 {
  font-size: 1.5em; }

#top {
  margin: 0 auto; }
  #top .woocommerce-address-fields .form-group {
    display: flex;
    flex-direction: column-reverse; }
  #top .vide {
    display: none; }
  #top .woocommerce-EditAccountForm,
  #top .woocommerce-address-fields {
    padding: 2rem 0; }
    #top .woocommerce-EditAccountForm label,
    #top .woocommerce-address-fields label {
      font-weight: 500;
      margin-bottom: 0.2em;
      display: block;
      color: #444;
      font-size: 1.05em;
      letter-spacing: 0.01em; }
    #top .woocommerce-EditAccountForm input[type="text"],
    #top .woocommerce-EditAccountForm input[type="tel"],
    #top .woocommerce-EditAccountForm input[type="email"],
    #top .woocommerce-EditAccountForm input[type="password"],
    #top .woocommerce-EditAccountForm input[type="date"],
    #top .woocommerce-address-fields input[type="text"],
    #top .woocommerce-address-fields input[type="tel"],
    #top .woocommerce-address-fields input[type="email"],
    #top .woocommerce-address-fields input[type="password"],
    #top .woocommerce-address-fields input[type="date"] {
      background-color: #ffffff !important;
      color: #65c2db !important;
      border: 1.5px black solid !important;
      transition: border-color 0.2s, box-shadow 0.2s;
      line-height: 1em !important;
      font-size: 1em !important;
      padding: 0.5em 1.1em !important;
      border-radius: 10px !important;
      margin-bottom: 1em;
      box-shadow: none;
      font-size: 20px !important; }
      #top .woocommerce-EditAccountForm input[type="text"]::placeholder,
      #top .woocommerce-EditAccountForm input[type="tel"]::placeholder,
      #top .woocommerce-EditAccountForm input[type="email"]::placeholder,
      #top .woocommerce-EditAccountForm input[type="password"]::placeholder,
      #top .woocommerce-EditAccountForm input[type="date"]::placeholder,
      #top .woocommerce-address-fields input[type="text"]::placeholder,
      #top .woocommerce-address-fields input[type="tel"]::placeholder,
      #top .woocommerce-address-fields input[type="email"]::placeholder,
      #top .woocommerce-address-fields input[type="password"]::placeholder,
      #top .woocommerce-address-fields input[type="date"]::placeholder {
        color: #7fc1d6;
        opacity: 1; }
      #top .woocommerce-EditAccountForm input[type="text"]:focus,
      #top .woocommerce-EditAccountForm input[type="tel"]:focus,
      #top .woocommerce-EditAccountForm input[type="email"]:focus,
      #top .woocommerce-EditAccountForm input[type="password"]:focus,
      #top .woocommerce-EditAccountForm input[type="date"]:focus,
      #top .woocommerce-address-fields input[type="text"]:focus,
      #top .woocommerce-address-fields input[type="tel"]:focus,
      #top .woocommerce-address-fields input[type="email"]:focus,
      #top .woocommerce-address-fields input[type="password"]:focus,
      #top .woocommerce-address-fields input[type="date"]:focus {
        border-color: #2bbfd9 !important;
        outline: none;
        background: #f6fdff !important;
        box-shadow: 0 0 0 2px #2bbfd91a; }
    #top .woocommerce-EditAccountForm .select2-container--default .select2-selection--single,
    #top .woocommerce-address-fields .select2-container--default .select2-selection--single {
      background-color: #ffffff !important;
      color: #65c2db !important;
      border: 1.5px black solid !important;
      transition: border-color 0.2s, box-shadow 0.2s;
      line-height: 1em !important;
      font-size: 1em !important;
      padding: 0.5em 1.1em !important;
      border-radius: 10px !important;
      margin-bottom: 1em;
      box-shadow: none;
      font-size: 20px !important;
      min-height: 44px;
      display: flex;
      align-items: center; }
      #top .woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__rendered,
      #top .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #65c2db !important;
        font-size: 1em !important;
        padding: 0;
        line-height: 1.2em; }
      #top .woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__arrow,
      #top .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
        right: 10px;
        top: 35%;
        transform: translateY(-50%); }
      #top .woocommerce-EditAccountForm .select2-container--default .select2-selection--single:focus, #top .woocommerce-EditAccountForm .select2-container--default .select2-selection--single.select2-container--focus,
      #top .woocommerce-address-fields .select2-container--default .select2-selection--single:focus,
      #top .woocommerce-address-fields .select2-container--default .select2-selection--single.select2-container--focus {
        border-color: #2bbfd9 !important;
        outline: none;
        background: #f6fdff !important;
        box-shadow: 0 0 0 2px #2bbfd91a; }
    #top .woocommerce-EditAccountForm select,
    #top .woocommerce-address-fields select {
      background-color: #ffffff !important;
      color: #65c2db !important;
      border: 1.5px black solid !important;
      transition: border-color 0.2s, box-shadow 0.2s;
      font-size: 1em !important;
      padding: 0.5em 1.1em !important;
      border-radius: 18px;
      margin-bottom: 1em;
      box-shadow: none;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none; }
      #top .woocommerce-EditAccountForm select:focus,
      #top .woocommerce-address-fields select:focus {
        border-color: #2bbfd9 !important;
        outline: none;
        background: #f6fdff !important;
        box-shadow: 0 0 0 2px #2bbfd91a; }
    #top .woocommerce-EditAccountForm input[type="checkbox"],
    #top .woocommerce-address-fields input[type="checkbox"] {
      accent-color: #2bbfd9;
      width: 1.2em;
      height: 1.2em;
      border-radius: 6px;
      border: 1.5px solid #2bbfd9;
      margin-right: 0.5em;
      vertical-align: middle;
      transition: border-color 0.2s, box-shadow 0.2s; }
      #top .woocommerce-EditAccountForm input[type="checkbox"]:focus,
      #top .woocommerce-address-fields input[type="checkbox"]:focus {
        outline: none;
        box-shadow: 0 0 0 2px #2bbfd91a;
        border-color: #1ca6bb; }
    #top .woocommerce-EditAccountForm button.remove-enfant,
    #top .woocommerce-address-fields button.remove-enfant {
      background: #fff;
      color: #f1c543;
      border: 1.5px solid #f1c543;
      border-radius: 10px;
      padding: 0.5em 1.4em;
      font-size: 1em;
      font-weight: 500;
      cursor: pointer;
      transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
      box-shadow: 0 2px 8px rgba(231, 76, 60, 0.06); }
      #top .woocommerce-EditAccountForm button.remove-enfant:hover, #top .woocommerce-EditAccountForm button.remove-enfant:focus,
      #top .woocommerce-address-fields button.remove-enfant:hover,
      #top .woocommerce-address-fields button.remove-enfant:focus {
        background: #f1c543;
        color: #fff;
        border-color: #f1c543;
        outline: none;
        box-shadow: 0 0 0 2px #e74c3c1a; }
    #top .woocommerce-EditAccountForm #add-enfant,
    #top .woocommerce-address-fields #add-enfant {
      background: #fff;
      color: #ea2a8a;
      border: 1.5px solid #ea2a8a;
      border-radius: 10px;
      padding: 0.5em 1.4em;
      font-size: 1em;
      font-weight: 500;
      cursor: pointer;
      transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
      box-shadow: 0 2px 8px rgba(43, 191, 217, 0.06); }
      #top .woocommerce-EditAccountForm #add-enfant:hover, #top .woocommerce-EditAccountForm #add-enfant:focus,
      #top .woocommerce-address-fields #add-enfant:hover,
      #top .woocommerce-address-fields #add-enfant:focus {
        background: #ea2a8a;
        color: #fff;
        border-color: #ea2a8a;
        outline: none;
        box-shadow: 0 0 0 2px #2bbfd91a; }
    #top .woocommerce-EditAccountForm .enfant-block,
    #top .woocommerce-address-fields .enfant-block {
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap; }
      #top .woocommerce-EditAccountForm .enfant-block label,
      #top .woocommerce-address-fields .enfant-block label {
        display: flex;
        flex-direction: column; }
      #top .woocommerce-EditAccountForm .enfant-block .remove-enfant,
      #top .woocommerce-address-fields .enfant-block .remove-enfant {
        margin-left: 10px; }
    #top .woocommerce-EditAccountForm .form-row,
    #top .woocommerce-address-fields .form-row {
      margin-bottom: 1.1em;
      display: flex;
      flex-direction: column;
      gap: 0.2em; }
      @media (min-width: 700px) {
        #top .woocommerce-EditAccountForm .form-row label,
        #top .woocommerce-address-fields .form-row label {
          margin-bottom: 0;
          margin-right: 1em;
          font-size: 1em; }
        #top .woocommerce-EditAccountForm .form-row > *:not(label),
        #top .woocommerce-address-fields .form-row > *:not(label) {
          flex: 1; } }
    #top .woocommerce-EditAccountForm .woocommerce-Button,
    #top .woocommerce-address-fields .woocommerce-Button {
      background: #2bbfd9;
      color: #fff;
      border: none;
      border-radius: 22px;
      padding: 0.7em 2.2em;
      font-size: 1.08em;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.2s, box-shadow 0.2s;
      margin-top: 1.2em;
      box-shadow: 0 2px 8px rgba(43, 191, 217, 0.08);
      letter-spacing: 0.02em; }
      #top .woocommerce-EditAccountForm .woocommerce-Button:hover,
      #top .woocommerce-address-fields .woocommerce-Button:hover {
        background: #1ca6bb; }
    #top .woocommerce-EditAccountForm em,
    #top .woocommerce-address-fields em {
      color: #888;
      font-size: 0.97em;
      margin-top: -0.5em;
      margin-bottom: 0.7em;
      display: block;
      font-style: italic; }
    #top .woocommerce-EditAccountForm .woocommerce-password-strength,
    #top .woocommerce-address-fields .woocommerce-password-strength {
      margin-top: 0.3em;
      font-size: 0.95em; }
    #top .woocommerce-EditAccountForm #account_display_name_description,
    #top .woocommerce-address-fields #account_display_name_description {
      display: none; }
    #top .woocommerce-EditAccountForm fieldset,
    #top .woocommerce-address-fields fieldset {
      border: 1.5px solid #2bbfd9;
      border-radius: 14px;
      padding: 1.2em 1.5em;
      background: #f6fdff;
      margin-bottom: 1.5em;
      box-shadow: 0 2px 8px rgba(43, 191, 217, 0.06); }
      #top .woocommerce-EditAccountForm fieldset legend,
      #top .woocommerce-address-fields fieldset legend {
        font-weight: 600;
        color: #2bbfd9;
        font-size: 1.08em;
        padding: 0 0.5em; }

#top label span {
  position: relative;
  top: -7px;
  left: -3px; }

@media screen and (max-width: 768px) {
  .woocommerce-table--order-downloads.shop_table_responsive thead,
  .woocommerce-orders-table.shop_table_responsive thead {
    display: none; }

  .woocommerce-table--order-downloads.shop_table_responsive tbody tr,
  .woocommerce-orders-table.shop_table_responsive tbody tr {
    display: block;
    margin-bottom: 1.5em;
    border: 1px solid #ddd;
    padding: 1em; }

  .woocommerce-table--order-downloads.shop_table_responsive tbody td,
  .woocommerce-orders-table.shop_table_responsive tbody td {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    border: none;
    padding: 0.5em 0;
    position: relative;
    align-items: flex-start;
    box-sizing: border-box; }

  .woocommerce-table--order-downloads.shop_table_responsive tbody td::before,
  .woocommerce-orders-table.shop_table_responsive tbody td::before {
    content: attr(data-title);
    font-weight: bold;
    display: block;
    color: #333;
    margin-bottom: 0.2em; }

  .woocommerce-orders-table__row {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(43, 191, 217, 0.08);
    margin-bottom: 1.5em;
    padding: 1.2em 1em;
    display: block; }
    .woocommerce-orders-table__row .woocommerce-orders-table__cell {
      padding: 0.5em 0;
      font-size: 1.08em;
      color: #555;
      border: none;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .woocommerce-orders-table__row .woocommerce-orders-table__cell[data-title="Commande"] a {
        color: #7fc1d6;
        font-weight: 600;
        font-size: 1.1em;
        letter-spacing: 0.04em;
        text-decoration: none; }
      .woocommerce-orders-table__row .woocommerce-orders-table__cell[data-title="Date"] time {
        font-weight: 700;
        color: #888;
        font-size: 1.1em; }
      .woocommerce-orders-table__row .woocommerce-orders-table__cell[data-title="État"] {
        font-weight: 700;
        color: #7fc1d6;
        font-size: 1.1em; }
      .woocommerce-orders-table__row .woocommerce-orders-table__cell[data-title="Total"] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-size: 1.1em !important; }
        .woocommerce-orders-table__row .woocommerce-orders-table__cell[data-title="Total"] del {
          color: #999;
          font-size: 1.1em !important;
          margin-right: 0.4em;
          text-decoration: line-through;
          display: inline-block !important; }
        .woocommerce-orders-table__row .woocommerce-orders-table__cell[data-title="Total"] ins {
          color: #7fc1d6;
          font-weight: 700;
          font-size: 1.3em !important;
          text-decoration: none;
          display: inline-block !important;
          margin-bottom: 0.1em; }
          .woocommerce-orders-table__row .woocommerce-orders-table__cell[data-title="Total"] ins .woocommerce-Price-amount {
            font-size: 1.2em;
            font-weight: 700; }
          .woocommerce-orders-table__row .woocommerce-orders-table__cell[data-title="Total"] ins .woocommerce-Price-currencySymbol {
            font-size: 1em;
            font-weight: 700; }
        .woocommerce-orders-table__row .woocommerce-orders-table__cell[data-title="Total"]::after {
          content: attr(data-after);
          color: #888;
          font-size: 1em;
          font-weight: 500;
          margin-top: 0.1em; }
      .woocommerce-orders-table__row .woocommerce-orders-table__cell[data-title="Actions"] .woocommerce-button {
        background: #7fc1d6;
        color: #fff;
        border-radius: 8px;
        padding: 0.6em 2em;
        font-weight: 700;
        font-size: 1.1em;
        border: none;
        margin-top: 0.7em;
        box-shadow: 0 2px 8px rgba(43, 191, 217, 0.08);
        transition: background 0.2s; }
        .woocommerce-orders-table__row .woocommerce-orders-table__cell[data-title="Actions"] .woocommerce-button:hover {
          background: #2bbfd9; } }

/*# sourceMappingURL=global.css.map */
