
html {
  scroll-padding-top: 85px; /* Pour le sommaire */
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .btn-adjust {
        padding: 0.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .btn-adjust {
        font-size: 0.8rem;
        padding: 0.5rem;
    }
    .box-droite {
        padding-right: 0.9rem;
        padding-left: 0.9rem;
    }
}

@media (max-width: 768px) {
    .wallet-title-mobile {
        margin-top: 1rem !important;
    }
}


/* Navbar expand-xl : replique les règles Block pour le breakpoint xl */
@media (min-width: 1200px) {
    .navbar-expand-xl .dropdown-menu-md { min-width: 420px; }
    .navbar-expand-xl .dropdown-menu-xxl { min-width: 780px; }
    .navbar-expand-xl .dropdown-fullwidth { position: static; }
    .navbar-expand-xl .dropdown-fullwidth .dropdown-menu { width: 100%; left: 0; right: 0; }
    .navbar-expand-xl .offcanvas-nav { position: inherit; }
    .navbar-expand-xl .offcanvas-nav .offcanvas-body { overflow: visible; }
}

/* ===== BOUTON VERT APPEL A ACTION ===== */
.cta-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 24px;
    background-color: #0cbc87;
    color: white !important;
    text-decoration: none !important;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #0aa876;
    text-decoration: none !important;
    color: white !important;
}


/* ===== DEGIRO - CLASSES UNIQUES ===== */

.risk-disclaimer {
    font-size: 0.85rem;
    color: #666;
    margin-top: 15px;
    text-align: center;
    font-style: italic;
}

.terms {
    font-size: 0.85rem;
    color: #888;
    margin-top: 4px;
}

/* ===== Tableau cold wallet - CLASSES UNIQUES ===== */

.tableau-coldwallet-container {
    max-width: 100%;
    margin: 0 auto;
    background: white;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}

.tableau-coldwallet {
    width: 100%;
    border-collapse: collapse;
}

.tableau-coldwallet-header {
    background-color: #00afe1;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.tableau-coldwallet-header th:first-child {
    border-top-left-radius: 12px;
}

.tableau-coldwallet-header th:last-child {
    border-top-right-radius: 12px;
}

.tableau-coldwallet-header th {
    padding: 20px 15px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.tableau-coldwallet-header th:last-child {
    border-right: none;
}

.tableau-coldwallet-row {
    border-bottom: 1px solid #e0e0e0;
}

.tableau-coldwallet-row:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.tableau-coldwallet-logo {
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    width: 20%;
    border-right: 1px solid #e0e0e0;
    background-color: #f9f9f9;
}

.tableau-coldwallet-logo img {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.tableau-coldwallet-logo a:hover img {
    opacity: 0.7;
}

.tableau-coldwallet-site {
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    width: 25%;
    border-right: 1px solid #e0e0e0;
    background-color: white;
}

.tableau-coldwallet-site a {
    color: #00afe1;
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
}

.tableau-coldwallet-features {
    padding: 15px;
    text-align: left;
    vertical-align: top;
    width: 55%;
    background-color: white;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}

.tableau-coldwallet-features ul {
    margin: 0;
    padding-left: 20px;
}

.tableau-coldwallet-features li {
    margin-bottom: 5px;
}

.tableau-coldwallet-promo {
    display: block;
    background-color: #27ae60;
    color: white;
    padding: 6px 10px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.tableau-coldwallet-tangem {
    background-color: #f0f8ff;
}

.tableau-coldwallet-ledger {
    background-color: #f8fff8;
}

.tableau-coldwallet-trezor {
    background-color: #fff8f0;
}

@media (max-width: 768px) {
    .tableau-coldwallet-container {
        margin: 10px;
        overflow-x: auto;
    }
    
    .tableau-coldwallet {
        min-width: 600px;
    }
    
    .tableau-coldwallet-header th {
        padding: 12px 8px;
        font-size: 16px;
    }
    
    .tableau-coldwallet-logo,
    .tableau-coldwallet-site,
    .tableau-coldwallet-features {
        padding: 10px;
        font-size: 14px;
    }
    
    .tableau-coldwallet-logo img {
        max-width: 70px;
        max-height: 70px;
    }
    
    .tableau-coldwallet-site a {
        font-size: 16px;
    }
}

/* ===== Tableau stockage - CLASSES UNIQUES ===== */

.tableau-storage-container {
    max-width: 100%;
    margin: 0 auto;
    background: white;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}

.tableau-storage {
    width: 100%;
    border-collapse: collapse;
}

.tableau-storage-header {
    background-color: #00afe1;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.tableau-storage-header th:first-child {
    border-top-left-radius: 12px;
}

.tableau-storage-header th:last-child {
    border-top-right-radius: 12px;
}

.tableau-storage-header th {
    padding: 20px 15px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    width: 50%;
}

.tableau-storage-header th:last-child {
    border-right: none;
}

.tableau-storage-row {
    border-bottom: 1px solid #e0e0e0;
}

.tableau-storage-row:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.tableau-storage-cell {
    padding: 15px;
    text-align: left;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    width: 50%;
    border-right: 1px solid #e0e0e0;
}

.tableau-storage-cell:last-child {
    border-right: none;
}

.tableau-storage-cell strong {
    color: #00afe1;
}

.tableau-storage-avantages {
    background-color: #f8fff8;
}

.tableau-storage-inconvenients {
    background-color: #fff8f8;
}

.tableau-storage-recommandation {
    background-color: #f0f8ff;
}

@media (max-width: 768px) {
    .tableau-storage-container {
        margin: 10px;
        overflow-x: auto;
    }
    
    .tableau-storage {
        min-width: 400px;
    }
    
    .tableau-storage-header th,
    .tableau-storage-cell {
        padding: 12px;
        font-size: 16px;
    }
    
    .tableau-storage-header th {
        font-size: 18px;
    }
}

/* ===== Tableau cryptos - CLASSES UNIQUES ===== */

.tableau-crypto-choice-container {
    max-width: 100%;
    margin: 0 auto;
    background: white;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}

.tableau-crypto-choice {
    width: 100%;
    border-collapse: collapse;
}

.tableau-crypto-choice-header {
    background-color: #00afe1;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.tableau-crypto-choice-header th:first-child {
    border-top-left-radius: 12px;
}

.tableau-crypto-choice-header th:last-child {
    border-top-right-radius: 12px;
}

.tableau-crypto-choice-header th {
    padding: 20px 15px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.tableau-crypto-choice-header th:last-child {
    border-right: none;
}

.tableau-crypto-choice-row {
    border-bottom: 1px solid #e0e0e0;
}

.tableau-crypto-choice-row:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.tableau-crypto-choice-name {
    background-color: #f5f5f5;
    font-weight: bold;
    color: #333;
    width: 20%;
    padding: 15px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    vertical-align: middle;
    font-size: 17px;
}

.tableau-crypto-choice-description {
    background-color: white;
    width: 80%;
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}

.tableau-crypto-choice-bitcoin {
    background-color: #fff8e1;
    border: 2px solid #f7931a;
}

.tableau-crypto-choice-bitcoin .tableau-crypto-choice-name {
    background-color: #fff8e1;
    border-right: 1px solid #f7931a;
}

.tableau-crypto-choice-bitcoin .tableau-crypto-choice-description {
    background-color: #fff8e1;
}

.tableau-crypto-choice-symbol {
    font-size: 15px;
    color: #666;
    font-weight: normal;
    display: block;
    margin-top: 2px;
}

.tableau-crypto-choice-strategy {
    background-color: #f8f9fa;
    padding: 15px;
    font-size: 15px;
    color: #666;
    font-style: italic;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}

@media (max-width: 768px) {
    .tableau-crypto-choice-container {
        margin: 10px;
        overflow-x: auto;
    }
    
    .tableau-crypto-choice {
        min-width: 500px;
    }
    
    .tableau-crypto-choice-header th,
    .tableau-crypto-choice-name,
    .tableau-crypto-choice-description {
        padding: 10px;
        font-size: 15px;
    }
    
    .tableau-crypto-choice-name {
        font-size: 17px;
    }
}


/* ===== Tableau exchange - CLASSES UNIQUES ===== */

.tableau-exchange-container {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}

.tableau-exchange {
    width: 100%;
    border-collapse: collapse;
}

.tableau-exchange-header {
    background-color: #00afe1;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.tableau-exchange-header th:first-child {
    border-top-left-radius: 12px;
}

.tableau-exchange-header th:last-child {
    border-top-right-radius: 12px;
}

.tableau-exchange-header th {
    padding: 20px 15px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.tableau-exchange-header th:last-child {
    border-right: none;
}

.tableau-exchange-header a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
}

.tableau-exchange-critere {
    background-color: #f5f5f5;
    font-weight: bold;
    color: #333;
    width: 15%;
    padding: 10px 15px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    vertical-align: middle;
    font-size: 14px;
}

.tableau-exchange-critere-subtitle {
    font-size: 13px;
    font-weight: normal;
    color: #666;
    font-style: italic;
    display: block;
    margin-top: 2px;
}

.tableau-exchange td {
    padding: 10px 15px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    vertical-align: top;
}

.tableau-exchange td:last-child {
    border-right: none;
}

.tableau-exchange tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}

.tableau-exchange-platform {
    background-color: white;
    width: 21.25%;
}

.tableau-exchange-main {
    font-weight: 600;
    font-size: 15px;
    color: #333;
    margin-bottom: 4px;
}

.tableau-exchange-main.green {
    color: #81c784;
    font-weight: 700;
}

.tableau-exchange-main.blue {
    color: #64b5f6;
    font-weight: 700;
}

.tableau-exchange-detail {
    font-size: 15px;
    line-height: 1.4;
    color: #666;
}

.tableau-exchange-detail .green {
    color: #81c784;
}

.tableau-exchange-detail .orange {
    color: #ffab91;
}

.tableau-exchange-detail .light-orange {
    color: #ffcc80;
}

.tableau-exchange-particularites {
    font-size: 15px;
    font-style: italic;
    color: #555;
    line-height: 1.3;
}

.tableau-exchange-site-officiel a {
    color: #00afe1;
    text-decoration: underline;
    font-weight: 600;
    font-size: 17px;
}

.tableau-exchange-logos img {
    max-width: 100px;  /* Réduisez cette valeur, ex: 60px ou 50px */
    max-height: 100px; /* Réduisez cette valeur, ex: 30px ou 25px */
    object-fit: contain;
}

.tableau-exchange-logos img:hover {
opacity: 0.8;
}

@media (max-width: 768px) {
    .tableau-exchange-container {
        margin: 10px;
        overflow-x: auto;
    }
    
    .tableau-exchange {
        min-width: 800px;
    }
    
    .tableau-exchange-header th,
    .tableau-exchange-critere,
    .tableau-exchange td {
        padding: 8px;
        font-size: 12px;
    }
    
    .tableau-exchange-header a {
        font-size: 16px;
    }
    
    .tableau-exchange-site-officiel a {
        font-size: 17px;
    }
    
    .tableau-exchange-detail {
        font-size: 11px;
    }
	.tableau-exchange-logos img {
    max-width: 70px; 
    max-height: 70px; 
}
}

/* ===== Tableau fiscalite - CLASSES UNIQUES ===== */

.tableau-fiscalite-container {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    background: white;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 12px;
}

.tableau-fiscalite {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}

.tableau-fiscalite-header {
    background-color: #00afe1;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.tableau-fiscalite-th-left {
    padding: 20px 12px;
    text-align: center;
    border-top-left-radius: 12px;
}

.tableau-fiscalite-th-right {
    padding: 20px 12px;
    text-align: center;
    border-top-right-radius: 12px;
}

.tableau-fiscalite-critere {
    background-color: #f5f5f5;
    font-weight: bold;
    color: #333;
    width: 50%;
    padding: 15px 12px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
    font-size: 15px;
}

.tableau-fiscalite-donnee {
    padding: 15px 12px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
    background-color: white;
    width: 50%;
}

.tableau-fiscalite-derniere-ligne td {
    border-bottom: 1px solid #e0e0e0;
}

.tableau-fiscalite-oui {
    color: #e76f51;
    font-weight: 700;
    font-size: 16px;
}

.tableau-fiscalite-non {
    color: #81c784;
    font-weight: 700;
    font-size: 16px;
}

.tableau-fiscalite-detail {
    color: #666;
    font-weight: 400;
    font-size: 15px;
}

.tableau-fiscalite-avertissement {
    margin: 20px 15px 15px 15px;
    text-align: center;
    font-size: 13px;
    color: #666;
    font-style: italic;
    padding: 0 10px;
}

.tableau-fiscalite-icone {
    margin-right: 6px;
}

@media (max-width: 768px) {
    .tableau-fiscalite-container {
        margin: 0;
        max-width: 100%;
        overflow-x: auto;
    }
    
    .tableau-fiscalite {
        min-width: 320px;
    }
    
    .tableau-fiscalite-th-left,
    .tableau-fiscalite-th-right {
        padding: 15px 8px;
        font-size: 16px;
    }
    
    .tableau-fiscalite-critere,
    .tableau-fiscalite-donnee {
        padding: 12px 8px;
        font-size: 14px;
    }
    
    .tableau-fiscalite-oui,
    .tableau-fiscalite-non {
        font-size: 15px;
    }
    
    .tableau-fiscalite-detail {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .tableau-fiscalite-th-left,
    .tableau-fiscalite-th-right {
        padding: 12px 6px;
        font-size: 15px;
    }
    
    .tableau-fiscalite-critere,
    .tableau-fiscalite-donnee {
        padding: 10px 6px;
        font-size: 13px;
    }
    
    .tableau-fiscalite-oui,
    .tableau-fiscalite-non {
        font-size: 14px;
    }
    
    .tableau-fiscalite-detail {
        font-size: 12px;
    }
}




/* ===== COLD WALLET COMPARISON - CLASSES UNIQUES ===== */

.cto-box {
    position: absolute;
    top: -42px;
    left: -30px;
    width: 72px;
    height: 72px;
    z-index: 10;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.2));
}
.cto-choice {
    position: absolute;
    top: 15px;
    left: -20px;
    z-index: 11;
    transform: rotate(-30deg);
    pointer-events: none;
}

.cto-box2 {
    position: absolute;
    top: -38px;
    left: -23px;
    width: 70px;
    height: 70px;
    z-index: 10;
    transform: rotate(-30deg);
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.2));
}
.cto-choice2 {
    position: absolute;
    top: 12px;
    left: -15px;
    z-index: 11;
    transform: rotate(-30deg);
    pointer-events: none;
}

.pea-box {
    position: absolute;
    top: -40px;
    left: -23px;
    width: 60px;
    height: 60px;
    z-index: 10;
    transform: rotate(-30deg);
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.2));
}
.pea-choice {
    position: absolute;
    top: 15px;
    left: -20px;
    z-index: 11;
    transform: rotate(-30deg);
    pointer-events: none;
}


.wallet-choice {
    position: absolute;
    top: 17px;
    left: -10px;
    z-index: 11;
    transform: rotate(-30deg);
    pointer-events: none;
}

.choice-text2 {
    background: linear-gradient(135deg, #E63946, #F77F82);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.2);
}

.choice-text {
    background: linear-gradient(135deg, #00AFE1, #3dd4ff);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.2);
}

.wallet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.wallet-item {
    background: white;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border: 1px solid #e2e8f0;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    overflow: visible;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.wallet-item:hover {
    transform: scale(1.04);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    text-decoration: none;
    color: inherit;
}

.wallet-label {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
}

.label-easy {
    background: #5dade2; /* Bleu doux */
}

.label-popular {
    background: #ec7063; /* Rouge doux */
}

.label-balanced {
    background: #f7b731; /* Orange doux */
}
.label-premium {
    background: #9b59b6; /* Violet */
}
.label-eco {
    background: #58d68d; /* Vert doux */
}
.label-modern {
    background: #1abc9c; /* Turquoise */
}

.wallet-featured {
    border: 2px solid #00AFE1;
    box-shadow: 0 12px 35px rgba(0, 175, 225, 0.15);
    transform: scale(1.02);
}

.wallet-featured:hover {
    transform: scale(1.04);
    box-shadow: 0 20px 45px rgba(0, 175, 225, 0.2);
}

.wallet-featured2 {
    border: 2px solid #E63946;
    box-shadow: 0 12px 35px rgba(230, 57, 70, 0.15);
    transform: scale(1.02);
}
.wallet-featured2:hover {
    transform: scale(1.04);
    box-shadow: 0 20px 45px rgba(230, 57, 70, 0.2);
}

.wallet-crown {
    position: absolute;
    top: -25px;
    left: -10px;
    width: 55px;
    height: 55px;
    z-index: 10;
    transform: rotate(-30deg);
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.2));
}

.crown-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wallet-logo {
    width: 100px;
    height: 100px;
    background: #f7fafc;
    border-radius: 12px;  /* Radius original conservé */
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #666;
    border: none;  /* Plus de contour pointillé */
    overflow: hidden;  /* Important pour que l'image ne dépasse pas */
}

.wallet-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;  /* Adapte l'image sans déformation */
    border-radius: 8px;   /* Coins légèrement arrondis pour l'image */
}

.wallet-item h3 {
    font-size: 1.8rem;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #1e293b;
}

.wallet-features {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}

.wallet-features li {
    padding: 6px 0;
}

.wallet-cta {
    background: #10b981;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wallet-cta:hover {
    background: #059669;
    transform: scale(1.02);
    color: white;
    text-decoration: none;
}

.comparison-wrapper {
    background: white;
    border-radius: 12px;
    overflow-x: auto;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border: 1px solid #e2e8f0;
    margin-bottom: 60px;
}

.comparison-data {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.comparison-data th, 
.comparison-data td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.comparison-data th {
    background: #f7fafc;
    font-weight: 600;
    color: #4a5568;
}

.brand-link {
    font-size: 1.1rem;
    font-weight: 700;
    color: #00AFE1;
    text-decoration: none;
}

.brand-link:hover {
    color: #00AFE1;
    text-decoration: underline;
}

.comparison-data tr:hover {
    background: #f7fafc;
}

.official-link {
    color: #00AFE1;
    text-decoration: none;
    font-weight: 500;
}

.official-link:hover {
    color: #00AFE1;
    text-decoration: underline;
}

.discount-code {
    color: #00AFE1;
    font-weight: 600;
    background: #f0f9ff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
    border: 2px dashed #00AFE1;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.discount-code:hover {
    background: #e0f2fe;
    transform: scale(1.02);
}

.discount-code.code-copied {
    background: #dcfce7;
    border-color: #22c55e;
    color: #22c55e;
}

/* Feature Status Styles */
.feature-excellent {
    color: #059669;
    font-weight: 600;
    background: #dcfce7;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.9rem;
}

.feature-good {
    color: #0f766e;
    font-weight: 600;
    background: #ccfbf1;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.9rem;
}

.feature-yes {
    color: #059669;
    font-weight: 600;
}

.feature-no {
    color: #dc2626;
    font-weight: 600;
}

.feature-partial {
    color: #d97706;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .wallet-grid {
        grid-template-columns: 1fr;
    }
    
    .feature-excellent,
    .feature-good {
        font-size: 0.8rem;
        padding: 2px 6px;
    }
}












.sommaire a {
    color: #64748b !important;
}

.sommaire a:hover {
    color: black !important;
    text-decoration: underline;
}

.sommaire li {
    margin-bottom: 5px;
}

.sommaire2 a:hover {
    color: black !important;
}

.sommaire2 a {
    color: black !important;
}


.box-tableau {
    width: 100%;
    overflow-x: auto;
}


.tableau-etf {
    font-family: Arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    min-width: 600px;
    margin-bottom: 1em;
}
.tableau-etf th, .tableau-etf td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}
.tableau-etf tr:nth-child(even) {
    background-color: #f7fafc;
}
.tableau-etf th {
    background-color: #03b9ed;
    font-weight: bold;
    color: white;
    white-space: nowrap;
}
.tableau-etf td:first-child, .tableau-etf th:first-child {
    font-weight: bold;
    min-width: 250px;
    white-space: normal;
    word-wrap: break-word;
}



.tableau {
    font-family: Arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    min-width: 600px;
    margin-bottom: 1em;
}
.tableau th, .tableau td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}
.tableau tr:nth-child(even) {
    background-color: #f7fafc;
}
.tableau th {
    background-color: #03b9ed;
    font-weight: bold;
    color: white;
    white-space: nowrap;
}

.tableau td:first-child, .tableau th:first-child {
    font-weight: bold;
    max-width: 170px; /* Définit une largeur maximale pour la première colonne */
    white-space: normal; /* Permet le retour à la ligne dans la première colonne */
    word-wrap: break-word; /* Assure que les longs mots sont coupés si nécessaire */
}



.tableau2 {
    font-family: Arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    min-width: 600px;
    margin-bottom: 1em;
}
.tableau2 th, .tableau2 td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}
.tableau2 tr:nth-child(even) {
    background-color: #f7fafc;
}
.tableau2 th {
    background-color: #03b9ed;
    font-weight: bold;
    color: white;
    white-space: nowrap;
}

.tableau2 td, .tableau2 th {
    white-space: normal; /* Permet le retour à la ligne dans la première colonne */
    word-wrap: break-word; /* Assure que les longs mots sont coupés si nécessaire */
}

.lien-rubrique11 {
    background-color: #ff506e; color: white;
}
.lien-rubrique11:hover {
    color: white;
}
.lien-rubrique12 {
    background-color: #ff9600; color: white;
}
.lien-rubrique12:hover {
    color: white;
}

.lien-rubrique10 {
    background-color: #6dbf8b;
    color: white;
}

.lien-rubrique {
    background-color: #00afe1; color: white;
}

.lien-rubrique:hover {
    color: white;
}

.lien-rubrique1 {
    background-color: #5daaac; color: white;
}

.lien-rubrique1:hover {
    color: white;
}

.lien-rubrique2 {
    background-color: #00afe1; color: white;
}

.lien-rubrique2:hover {
    color: white;
}

.lien-rubrique3 {
    background-color: #23666e; color: white;
}

.lien-rubrique3:hover {
    color: white;
}

.lien-rubrique4 {
    background-color: #7d4672; color: white;
}

.lien-rubrique4:hover {
    color: white;
}

.lien-rubrique5 {
    background-color: #0cbc87; color: white;
}

.lien-rubrique5:hover {
    color: white;
}

.lien-rubrique6 {
    background-color: #cbd5e1; color: white;
}

.lien-rubrique6:hover {
    color: white;
}

.lien-rubrique7 {
    background-color: #00afe1; color: white;
}

.lien-rubrique7:hover {
    color: white;
}

.lien-rubrique8 {
    background-color: #ff506e; color: white;
}

.lien-rubrique8:hover {
    color: white;
}

.lien-rubrique9 {
    background-color: #ff9600; color: white;
}

.lien-rubrique9:hover {
    color: white;
}

.important {
    background-color: #f7fafc; 
    padding: 20px; 
    margin: 10px auto; 
    border-radius: 12px; 
    border: solid 1px #e2e8f0;
}

.img-best {
    max-width: 200px;
}

.img-best:hover {
    opacity: 0.8;
}


.paragraphe {
    font-size: 1.07rem;
}

.paragraphe h4 {
    text-decoration: underline;
    text-decoration: underline 1px;
}

.paragraphe h5 {
    margin-bottom: 10px;
}

.paragraphe a {
    font-weight: 600;
    text-decoration: underline;
}

.paragraphe a:hover {
    text-decoration: none;
}

.paragraphe img {
    border-radius: 0.75rem !important;
    max-width: 100%;
}

.lien-rubrique {
    background-color: #00afe1; color: white;
}

.lien-rubrique:hover {
    color: white;
}


.butn {
    width: fit-content;
    box-shadow: 0 0.25rem 1.875rem rgb(42 53 79 / 6%);
    border: .0625rem solid transparent;
    padding: .7rem 1rem;
    color: #fff;
    background-color: #33d66c; 
    font-weight: bold; 
    font-size: 20px;
    border-radius: 3px;
    line-height: 1.5;
    text-decoration:none !important;
}

.bouton a {
    text-decoration:none !important;
}

.butn:hover{
    background-color:  #31ca66;
    color: #fff;
}


.square-aspect-ratio {
    width: 100%;
    padding-top: 100%; /* Crée un rapport d'aspect 1:1 */
    position: relative;
}

.square-aspect-ratio > p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-responsive {
    font-size: 1.3rem; /* Taille de base */
}

@media (min-width: 576px) {
    .text-responsive {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .text-responsive {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .text-responsive {
        font-size: 1.4rem;
    }
}

@media (min-width: 1200px) {
    .text-responsive {
        font-size: 1.6rem;
    }
}