body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    background: #f5f5f5;
}
.container {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
h1 {
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}
.question-container {
    margin-bottom: 25px;
}
.question {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 500;
}
.options {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}
.option-btn {
    padding: 20px;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
}
.option-btn:hover {
    background: #f8f9fa;
    border-color: #007bff;
    transform: translateY(-2px);
}
.option-btn i {
    font-size: 24px;
    color: #007bff;
    width: 40px;
    text-align: center;
}
.progress-bar {
    width: 100%;
    height: 10px;
    background: #e9ecef;
    border-radius: 5px;
    margin-bottom: 30px;
}
.progress {
    width: 20%;
    height: 100%;
    background: #007bff;
    border-radius: 5px;
    transition: width 0.3s ease;
}
.option-text {
    flex: 1;
}
.option-text strong {
    display: block;
    margin-bottom: 5px;
}
.option-text span {
    font-size: 14px;
    color: #666;
}

/* Styles pour l'avertissement 2G */
.warning-text {
    margin-top: 8px;
    padding: 8px;
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 4px;
    font-size: 13px;
    color: #856404;
}

.warning-text i {
    color: #ffc107;
    margin-right: 5px;
}

/* Styles pour l'affichage du produit */
.product-container {
    padding: 20px;
    background: white;
    border-radius: 10px;
}

.product-header {
    text-align: center;
    margin-bottom: 30px;
}

.product-header i {
    font-size: 48px;
    color: #28a745;
    margin-bottom: 15px;
}

.product-header h2 {
    margin: 10px 0;
    color: #333;
    font-size: 24px;
}

.product-ref {
    color: #666;
    font-size: 14px;
}

.product-image {
    text-align: center;
    margin: 30px 0;
}

.product-image img {
    max-width: 300px;
    height: auto;
}

.product-features {
    margin: 30px 0;
}

.product-features h3 {
    color: #333;
    margin-bottom: 15px;
}

.product-features ul {
    list-style: none;
    padding: 0;
}

.product-features li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.product-features li i {
    color: #007bff;
    margin-right: 10px;
    width: 20px;
}

.product-description {
    margin: 30px 0;
    line-height: 1.6;
    color: #666;
}

.cta-button {
    display: block;
    width: 100%;
    padding: 15px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background: #0056b3;
}

.cta-button i {
    margin-right: 10px;
}

/* Styles pour la comparaison des produits */
.products-comparison {
    display: flex;
    gap: 30px;
    align-items: stretch;
    margin-top: 20px;
}

.product-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
}

.divider-text {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 50%;
    font-weight: bold;
    color: #666;
}

.highlighted {
    border: 2px solid #007bff;
    border-radius: 12px;
    position: relative;
}

.recommended-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #28a745;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
}

.limitation {
    color: #dc3545;
}

.feature-plus {
    color: #28a745;
}

.limitation i, .feature-plus i {
    color: inherit;
}

/* Modification du conteneur produit pour la comparaison */
.product-container {
    flex: 1;
    padding: 20px;
    background: white;
    border-radius: 10px;
    position: relative;
}

/* Style pour le bouton primaire */
.cta-button.primary {
    background: #28a745;
}

.cta-button.primary:hover {
    background: #218838;
}

@media (max-width: 768px) {
    .products-comparison {
        flex-direction: column;
    }
    
    .product-divider {
        width: 100%;
        padding: 20px 0;
    }
}

.cta-button {
    display: block;
    width: 100%;
    padding: 15px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none; /* Pour les liens */
    text-align: center; /* Pour centrer le texte */
}

.cta-button:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Style pour le bouton primaire (Hub 2) */
.cta-button.primary {
    background: #28a745;
}

.cta-button.primary:hover {
    background: #218838;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Effet de pression au clic */
.cta-button:active {
    transform: translateY(0);
    box-shadow: none;
}