/** Shopify CDN: Minification failed

Line 359:19 Unexpected "{"

**/
.pTable {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .pTable h2 {
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 105, 180, 0.8), rgba(255, 140, 0, 0.8) 25%, rgba(30, 144, 255, 0.8) 50%, rgba(75, 0, 130, 0.8) 75%, rgba(255, 20, 147, 0.8) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 30px;
    font-size: 2em;
    font-weight: bold;
  }

  .table-container {
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 10px;
    background: white;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    position: relative;
    max-height: none;
  }

  .table-container::-webkit-scrollbar {
    height: 8px;
  }

  .table-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }

  .table-container::-webkit-scrollbar-thumb {
    background: #4B0082;
    border-radius: 4px;
  }

  .table-container::-webkit-scrollbar-thumb:hover {
    background: #8a1346;
  }

  .table-container table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    min-width: 600px;
    margin: 0;
    position: static;
  }

  .table-container thead tr {
    background: linear-gradient(135deg, rgba(255, 105, 180, 0.8), rgba(255, 140, 0, 0.8) 25%, rgba(30, 144, 255, 0.8) 50%, rgba(75, 0, 130, 0.8) 75%, rgba(255, 20, 147, 0.8) 100%);
  }

  .table-container th {
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    position: relative;
  }

  .table-container td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
  }

  /* Effet de surbrillance pour les lignes et colonnes */
  .table-container td, .table-container th {
    position: relative;
  }

  .table-container td:not(:first-child):hover::after,
  .table-container th:not(:first-child):hover::after {
    content: '';
    position: absolute;
    background-color: rgba(166, 24, 84, 0.1);
    left: 0;
    top: -5000px;
    height: 10000px;
    width: 100%;
    z-index: 1;
    pointer-events: none;
  }

  .table-container tr:hover td {
    background-color: rgba(166, 24, 84, 0.1);
  }

  .table-container tr:nth-child(even) {
    background-color: #FDF5F4;
  }

  .table-container tr:hover {
    background-color: #FDF5F4;
    transition: background-color 0.3s ease;
  }

  /* Style pour les X */
  td:not(:first-child) {
    text-align: center;
    color: #4B0082;
    font-weight: bold;
    font-size: 1.2em;
  }

  /* Ajout d'une classe spécifique pour le double X */
  .double-x {
    letter-spacing: -3px;
  }

  /* Responsive */
  @media screen and (max-width: 768px) {
    .pTable {
      padding: 0;
    }

    .pTable h2 {
      font-size: 1.5em;
    }

    .table-container {
      border-radius: 5px;
    }

    .table-container td,
    .table-container th {
      padding: 10px;
      font-size: 14px;
    }
  }

  .table-container td:first-child {
    text-transform: capitalize;
  }

  /* Ajout des styles pour le formulaire */
  .adhesif-form {
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  .form-group {
    margin-bottom: 20px;
  }

  .form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
  }

  .form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
  }

  .submit-btn {
    background-color: #4B0082;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: background-color 0.3s ease;
  }

  .submit-btn:hover {
    background-color: #8a1346;
  }

  .result-container {
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    display: none;
  }

  .result-container.visible {
    display: block;
  }

  @media screen and (max-width: 768px) {
    .adhesif-form {
      padding: 15px;
      margin: 20px auto;
    }
  }

  /* Nouveaux styles pour les boutons */
  .button-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin-bottom: 30px;
  }

  .choice-btn {
    padding: 12px 15px;
    border: 2px solid transparent;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    text-align: center;
    background: linear-gradient(white, white) padding-box,
               linear-gradient(135deg, rgba(255, 105, 180, 0.8), rgba(255, 140, 0, 0.8) 25%, rgba(30, 144, 255, 0.8) 50%, rgba(75, 0, 130, 0.8) 75%, rgba(255, 20, 147, 0.8) 100%) border-box;
    color: #333;
  }

  .choice-btn.active {
    background: linear-gradient(135deg, rgba(255, 105, 180, 0.8), rgba(255, 140, 0, 0.8) 25%, rgba(30, 144, 255, 0.8) 50%, rgba(75, 0, 130, 0.8) 75%, rgba(255, 20, 147, 0.8) 100%);
    color: white;
    border-color: transparent;
  }

  .choice-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(255, 105, 180, 0.3);
  }

  .form-section {
    margin-bottom: 30px;
  }

  .form-section h4 {
    margin-bottom: 15px;
    color: #4B0082;
    font-size: 1.1em;
  }

  .result-container {
    background: #FDF5F4;
    border-left: 4px solid #4B0082;
    padding: 20px;
    margin-top: 30px;
    display: block;
    transition: all 0.3s ease;
  }

  .result-score {
    display: block;
    padding: 20px;
  }

  .adhesif-score {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 2px solid #4B0082;
  }

  .adhesif-score.secondary {
    border: 2px solid rgba(75, 0, 130, 0.5);
  }

  .adhesif-score h5 {
    font-size: 1.4em;
    color: #4B0082;
    margin-bottom: 15px;
    text-align: center;
  }

  .adhesif-score h6 {
    font-size: 1.1em;
    color: #4B0082;
    margin: 15px 0 10px;
  }

  .strengths-section, .weaknesses-section {
    margin: 15px 0;
  }

  .strengths, .weaknesses {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
  }

  .strength-tag {
    background: rgba(166, 24, 84, 0.1);
    color: #4B0082;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.9em;
  }

  .weakness-tag {
    background: rgba(255, 99, 71, 0.1);
    color: #FF6347;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.9em;
  }

  .product-link {
      display: block;
      background-color: #1E90FF;
      color: white;
      text-decoration: none;
      padding: 12px 24px;
      border-radius: 15px;
      margin-top: 20px;
      text-align: center;
      transition: all 0.3s ease;
      font-weight: 600;
  }

  .product-link:hover {
      background-color:rgba(30, 143, 255, 0.85);
      transform: translateY(-2px);
      box-shadow: 0 2px 8px rgba(166, 24, 84, 0.2);
  }

  .product-link.secondary {
    background-color: rgba(166, 24, 84, 0.8);
  }

  .product-link.secondary:hover {
    background-color: rgba(166, 24, 84, 0.9);
  }

  /* Modification des largeurs et de la mise en page */
  .pTable {
      padding: 20px;
      max-width: 1200px;
      margin: 0 auto;
  }

  .table-container,{
      width: 100%;
      max-width: 1200px;
      margin: 40px auto;
      border-radius: 10px;
      background: white;
  }
  .adhesif-form {
      width: 100%;
      max-width: 1200px;
      margin: 40px auto;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      background: white;
  }
  .adhesif-form {
      padding: 30px;
  }

  /* Ajustement du responsive */
  @media screen and (max-width: 1240px) {
      .pTable {
          padding: 15px;
      }

      .table-container, .adhesif-form {
          margin: 20px auto;
          width: calc(100% - 30px);
      }
  }

  @media screen and (max-width: 768px) {
      .pTable {
          padding: 0;
      }

      .table-container, .adhesif-form {
          margin: 10px auto;
          width: 100%;
          box-shadow: none;
          border-radius: 0;
      }

      .adhesif-form {
          padding: 15px;
          background: transparent;
      }

      .tabs-container {
          padding: 10px;
      }

      .intro-text {
          padding: 0 15px;
      }

      .button-group {
          grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
      }

      .form-section {
          background: white;
          padding: 15px;
          border-radius: 8px;
          margin-bottom: 15px;
      }

      .result-container {
          margin: 15px 0;
          border-radius: 0;
      }
  }

  /* Ajustement de l'espacement entre les sections */
  .fade.table {
      margin-bottom: 40px;
      background: white;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  /* Style uniforme pour les titres */
  .pTable h2, .adhesif-form h3 {
      text-align: center;
      color: #4B0082;
      margin-bottom: 30px;
      font-size: 1.8em;
      padding: 0 20px;
  }

  /* Ajustement du conteneur de résultat */
  .result-container {
      max-width: 1200px;
      margin: 20px auto;
  }

  .adhesif-score {
      max-width: 600px;
  }

  /* Style pour les boutons désactivés */
  .choice-btn.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background: #f5f5f5;
    border: 2px solid #ddd;
    color: #666;
  }

  .button-group.multiple .choice-btn.disabled::before {
    border-color: #ddd;
    background: #f5f5f5;
  }

  /* Style pour les tooltips */
  .choice-btn.disabled {
    position: relative;
  }

  .choice-btn.disabled::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
    width: max-content;
    max-width: 200px;
    text-align: center;
  }

  .choice-btn.disabled::after {
    content: '';
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .choice-btn.disabled:hover::before,
  .choice-btn.disabled:hover::after {
    opacity: 1;
    visibility: visible;
  }

  /* Ajustement spécifique pour les boutons à sélection multiple désactivés */
  .button-group.multiple .choice-btn.disabled {
    padding-left: 35px;
  }

  .button-group.multiple .choice-btn.disabled::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    border-radius: 4px;
    background: #f5f5f5;
  }

  /* Message tooltip */
  .button-group.multiple .choice-btn.disabled .tooltip-text {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
    width: max-content;
    max-width: 200px;
    text-align: center;
  }

  .button-group.multiple .choice-btn.disabled:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
  }

  /* Styles pour les onglets */
  .tabs-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }

  .tabs-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
  }

  .tab-button {
    padding: 12px 12px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 1.2em;
    color:rgba(130, 76, 166, 0.66);
    position: relative;
    transition: all 0.3s ease;
  }

  .tab-button::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(135deg, rgba(255, 105, 180, 0.8), rgba(255, 140, 0, 0.8) 25%, rgba(30, 144, 255, 0.8) 50%, rgba(75, 0, 130, 0.8) 75%, rgba(255, 20, 147, 0.8) 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }

  .tab-button.active {
    color: #4B0082;
    font-weight: bold;
  }

  .tab-button.active::after {
    transform: scaleX(1);
  }

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: block;
  }

  /* Ajout des styles pour le texte d'introduction */
  .intro-text {
    margin-bottom: 30px;
    padding: 0 20px;
  }

  .intro-text p {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #4B0082;
    font-size: 1.1em;
  }

  .intro-text p:last-child {
    margin-bottom: 20px;
  }

  @media screen and (max-width: 768px) {
    .intro-text {
      padding: 0 15px;
    }
    
    .intro-text p {
      font-size: 1em;
    }
  }

  /* Styles pour le tableau fixe sur mobile */
  @media screen and (max-width: 768px) {
    .table-container {
      position: relative;
      overflow: auto;
      background: white;
    }

    .table-container table {
      position: relative;
    }

    /* Style pour la première colonne fixe */
    .table-container td:first-child {
      position: sticky;
      left: 0;
      background: white;
      z-index: 2;
      border-right: 2px solid #ddd;
    }

    /* Style pour l'en-tête */
    .table-container thead tr {
      background: linear-gradient(135deg, rgba(255, 105, 180, 0.8), rgba(255, 140, 0, 0.8) 25%, rgba(30, 144, 255, 0.8) 50%, rgba(75, 0, 130, 0.8) 75%, rgba(255, 20, 147, 0.8) 100%);
    }

    .table-container thead th {
      position: sticky;
      top: 0;
      z-index: 3;
      background: transparent;
    }

    /* Style spécifique pour la première cellule de l'en-tête */
    .table-container thead th:first-child {
      position: sticky;
      left: 0;
      top: 0;
      z-index: 4;
      background: linear-gradient(135deg, rgba(255, 105, 180, 0.8), rgba(255, 140, 0, 0.8) 25%, rgba(30, 144, 255, 0.8) 50%, rgba(75, 0, 130, 0.8) 75%, rgba(255, 20, 147, 0.8) 100%);
    }

    /* Style pour les lignes paires */
    .table-container tr:nth-child(even) td:first-child {
      background: #FDF5F4;
    }

    /* Ajuster l'effet de hover pour la colonne fixe */
    .table-container tr:hover td:first-child {
      background-color: rgba(166, 24, 84, 0.1);
    }
  }

  @media screen and (min-width: 768px) {
    .result-score {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .adhesif-score {
      margin: 0;
    }
  }

  /* Style pour les boutons à sélection multiple */
  .button-group.multiple .choice-btn {
    position: relative;
    padding-left: 35px;
  }

  .button-group.multiple .choice-btn::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #4B0082;
    border-radius: 4px;
    background: white;
    transition: all 0.3s ease;
  }

  .button-group.multiple .choice-btn.active::before {
    background: #4B0082;
  }

  .button-group.multiple .choice-btn.active::after {
    content: '✓';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 12px;
  }

  /* Ajustement du style hover pour la sélection multiple */
  .button-group.multiple .choice-btn:hover {
    transform: translateY(-2px);
  }

  .button-group.multiple .choice-btn.active {
    background: linear-gradient(white, white) padding-box,
               linear-gradient(135deg, rgba(255, 105, 180, 0.8), rgba(255, 140, 0, 0.8) 25%, rgba(30, 144, 255, 0.8) 50%, rgba(75, 0, 130, 0.8) 75%, rgba(255, 20, 147, 0.8) 100%) border-box;
    color: #4B0082;
    font-weight: 600;
  }

  /* Style pour le bouton de réinitialisation */
  .reset-button {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: none;
    border: 2px solid #4B0082;
    color: #4B0082;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.9em;
    margin-bottom: 20px;
    transition: all 0.3s ease;
  }

  .reset-button:hover {
    background: rgba(75, 0, 130, 0.1);
    transform: translateY(-2px);
  }

  .reset-button svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
  }

  /* Styles pour le formulaire de devis */
  .adhesif-score.quote {
    max-width: 800px;
    margin-top: 30px;
    text-align: center;
    padding: 20px;
    border-top: 2px solid rgba(75, 0, 130, 0.1);
  }

  .adhesif-score.quote h5 {
    margin-bottom: 15px;
    color: #4B0082;
  }

  .adhesif-score.quote p {
    margin-bottom: 20px;
    color: #666;
  }

  .quote-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
  }

  .quote-form .field {
    position: relative;
    margin-bottom: 0;
  }

  .quote-form .field__input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    background: white;
  }

  .quote-form .field__label {
    position: absolute;
    top: -8px;
    left: 10px;
    background: white;
    padding: 0 5px;
    font-size: 12px;
    color: #4B0082;
  }

  .selected-criteria {
    grid-column: 1 / -1;
    margin-top: 10px;
  }

  .criteria-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
  }

  .criteria-tag {
    background: rgba(166, 24, 84, 0.1);
    color: #4B0082;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.9em;
  }

  .quote-submit {
    grid-column: 1 / -1;
    margin-top: 20px;
  }

  @media screen and (max-width: 768px) {
    .quote-form {
      grid-template-columns: 1fr;
    }
  }

  /* Styles pour le panel et la bannière */
  .panel-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .panel-overlay.active {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
  }

  .quote-panel {
    background: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
  }

  .panel-overlay.active .quote-panel {
    transform: translateY(0);
    opacity: 1;
  }

  .panel-close {
    position: absolute;
    top: 5px;
    right: 20px;
    background: none;
    border: none;
    font-size:40px;
    cursor: pointer;
    color: #4B0082;
    padding: 5px;
    line-height: 1;
    transition: transform 0.3s ease;
  }

  .panel-close:hover {
    transform: rotate(90deg);
  }

  .banner {
    display: none;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
    transform: translateY(-10px);
    opacity: 0;
    transition: all 0.3s ease;
  }

  .banner--success {
    background-color: #f1f8e9;
    color: #33691e;
    border: 1px solid #c5e1a5;
  }

  .banner.active {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(0);
    opacity: 1;
  }

  /* Style pour le scroll du panel */
  .quote-panel::-webkit-scrollbar {
    width: 8px;
  }

  .quote-panel::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }

  .quote-panel::-webkit-scrollbar-thumb {
    background: #4B0082;
    border-radius: 4px;
  }

  .quote-panel::-webkit-scrollbar-thumb:hover {
    background: #8a1346;
  }

  /* Ajustements responsifs */
  @media screen and (max-width: 768px) {
    .quote-panel {
      width: 95%;
      padding: 20px;
    }
    
    .panel-close {
      top: 10px;
      right: 10px;
    }
  }

  /* Styles pour la sélection des critères dans le popup */
  .quote-criteria-selection {
    grid-column: 1 / -1;
    margin-top: 20px;
    padding: 20px;
    background: rgba(75, 0, 130, 0.05);
    border-radius: 10px;
  }

  .quote-criteria-selection h6 {
    color: #4B0082;
    margin-bottom: 15px;
  }

  .quote-criteria-groups {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .quote-criteria-group {
    margin-bottom: 10px;
  }

  .quote-criteria-group label {
    display: block;
    margin-bottom: 8px;
    color: #4B0082;
    font-weight: 600;
  }

  .quote-criteria-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .quote-criteria-option {
    padding: 6px 12px;
    border: 2px solid rgba(75, 0, 130, 0.2);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9em;
    background: white;
  }

  .quote-criteria-option:hover {
    border-color: #4B0082;
  }

  .quote-criteria-option.active {
    background: #4B0082;
    color: white;
    border-color: #4B0082;
  }