.elementor-4529 .elementor-element.elementor-element-2d1eb271{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-e424df5 *//* --- Variables de Charte --- */
:root {
    --bg-dark: #0f0c29;
    --bg-gradient: radial-gradient(circle at top right, #24243e, #0f0c29);
    --accent-wine: #7209b7;
    --accent-purple: #b5179e;
    --text-bright: #ffffff;
    --text-dim: rgba(255, 255, 255, 0.7);
    --glass: rgba(255, 255, 255, 0.05);
}

/* --- Structure Section --- */
#ux-artisan-scanner {
    background: var(--bg-gradient);
    color: var(--text-bright);
    padding: 100px 20px;
    font-family: 'Inter', -apple-system, sans-serif;
    overflow: hidden;
}

.ux-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* --- Header --- */
.ux-scanner-header {
    text-align: center;
    margin-bottom: 60px;
}

.ux-badge-alert {
    display: inline-block;
    background: var(--accent-wine);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.ux-h1-main {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 25px;
}

.ux-gradient-text {
    background: linear-gradient(90deg, #f72585, #7209b7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ux-p-lead {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    color: var(--text-dim);
}

/* --- Grille de Contraste --- */
.ux-contrast-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
}

.ux-card {
    background: var(--glass);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 20px;
    position: relative;
    backdrop-filter: blur(10px);
}

.ux-card-status {
    font-size: 0.7rem;
    opacity: 0.5;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.ux-card h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.ux-icon-box {
    font-size: 3rem;
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0.2;
}

.ux-card-artisan {
    border-color: var(--accent-purple);
    box-shadow: 0 10px 30px rgba(181, 23, 158, 0.2);
}

/* --- Console d'Audit --- */
.ux-audit-console {
    background: #000;
    border: 1px solid #333;
    border-radius: 15px;
    padding: 30px;
}

.ux-console-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #222;
    padding-bottom: 15px;
}

.ux-pulse-dot {
    width: 10px;
    height: 10px;
    background: #ff4d4d;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

.ux-audit-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.ux-step {
    display: flex;
    gap: 15px;
}

.ux-step-num {
    color: var(--accent-purple);
    font-weight: bold;
    font-size: 1.2rem;
}

.ux-console-footer {
    margin-top: 30px;
    text-align: center;
    font-size: 0.9rem;
    color: var(--accent-purple);
    font-weight: bold;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.5; }
    100% { transform: scale(1); opacity: 1; }
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .ux-contrast-grid { grid-template-columns: 1fr; }
    .ux-h1-main { font-size: 2.2rem; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a97f090 *//* --- Variables Charte Améthyste & Wine --- */
#ux-radiant-identity {
    --amethyst: #9966cc; /* Violet intuitif */
    --wine: #722f37;     /* Rouge profond autorité */
    --wine-light: #f4e8e9;
    --amethyst-pale: #f8f4ff;
    --text-main: #2d3436;
    --text-muted: #636e72;
    --white: #ffffff;
    
    background: var(--white);
    padding: 100px 20px;
    font-family: 'Inter', sans-serif;
    color: var(--text-main);
}

.ux-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* --- Header --- */
.ux-identity-header {
    text-align: center;
    margin-bottom: 70px;
}

.ux-badge-ethic {
    display: inline-block;
    color: var(--wine);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 3px;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--amethyst);
}

.ux-h2-title {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--wine);
}

.ux-gradient-text {
    background: linear-gradient(90deg, var(--amethyst), var(--wine));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ux-p-intro {
    font-size: 1.15rem;
    color: var(--text-muted);
    max-width: 650px;
    margin: 0 auto;
}

/* --- Grille de Comparaison --- */
.ux-identity-comparison {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 70px;
}

.ux-comp-box {
    flex: 1;
    padding: 40px;
    border-radius: 24px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Style Industriel : Éteint */
.ux-box-industrial {
    background: #fdfdfd;
    border: 1px solid #eee;
    filter: grayscale(1);
    opacity: 0.7;
}

/* Style Personnel : Vibrant */
.ux-box-personal {
    background: var(--amethyst-pale);
    border: 2px solid var(--amethyst);
    box-shadow: 0 20px 40px rgba(153, 102, 204, 0.15);
    position: relative;
}

.ux-box-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.ux-comp-box h3 {
    font-size: 1.6rem;
    color: var(--wine);
    margin-bottom: 15px;
}

.ux-tag-negative, .ux-tag-positive {
    display: inline-block;
    margin-top: 15px;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
}

.ux-tag-negative { background: #eee; color: #777; }
.ux-tag-positive { background: var(--wine); color: var(--white); }

/* --- Séparateur --- */
.ux-comp-separator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.ux-sep-line {
    width: 2px;
    height: 80px;
    background: linear-gradient(to bottom, transparent, var(--amethyst), transparent);
}

.ux-sep-gem {
    color: var(--wine);
    font-size: 1.5rem;
    text-shadow: 0 0 10px rgba(114, 47, 55, 0.3);
}

/* --- Footer & Signature --- */
.ux-identity-footer {
    text-align: center;
}

.ux-quote-minimal {
    font-style: italic;
    font-size: 1.4rem;
    color: var(--wine);
    margin-bottom: 40px;
}

.ux-signature-seal {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ux-seal-circle {
    width: 90px;
    height: 90px;
    border: 2px dashed var(--amethyst);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ux-seal-text {
    font-size: 0.6rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--amethyst);
    line-height: 1.2;
}

.ux-name-signature {
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--wine);
    letter-spacing: -0.5px;
}

/* --- Responsive --- */
@media (max-width: 850px) {
    .ux-identity-comparison { flex-direction: column; }
    .ux-comp-separator { display: none; }
    .ux-box-industrial { order: 2; }
    .ux-box-personal { order: 1; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4634d05 *//* --- Variables Améthyste & Wine --- */
#ux-artisan-registry {
    --wine: #722f37;
    --amethyst: #9966cc;
    --amethyst-ultra-light: #fbf9ff;
    --text-body: #4a4a4a;
    --white: #ffffff;

    background-color: var(--amethyst-ultra-light);
    padding: 100px 20px;
    font-family: 'Inter', sans-serif;
}

.ux-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* --- Header --- */
.ux-registry-header {
    text-align: center;
    margin-bottom: 80px;
}

.ux-kicker {
    color: var(--amethyst);
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ux-h2-title {
    font-size: 2.8rem;
    color: var(--wine);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
}

.ux-text-wine {
    color: var(--wine);
    position: relative;
    display: inline-block;
}

.ux-text-wine::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: var(--amethyst);
    opacity: 0.15;
    z-index: -1;
}

.ux-p-lead {
    font-size: 1.2rem;
    color: var(--text-body);
    max-width: 800px;
    margin: 0 auto;
}

/* --- Grille --- */
.ux-registry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 30px;
}

.ux-registry-item {
    background: var(--white);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(153, 102, 204, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.ux-registry-item:hover {
    transform: translateY(-10px);
    border-color: var(--amethyst);
    box-shadow: 0 20px 40px rgba(153, 102, 204, 0.1);
}

.ux-item-head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.ux-item-num {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--amethyst);
    opacity: 0.3;
}

.ux-registry-item h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--wine);
    margin: 0;
}

.ux-registry-item p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-body);
    margin: 0;
}

.ux-registry-item strong {
    color: var(--wine);
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .ux-h2-title { font-size: 2.2rem; }
    .ux-registry-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1d93409 *//* --- Variables Charte --- */
#ux-truth-matrix {
    --wine: #722f37;
    --amethyst: #9966cc;
    --amethyst-soft: #f8f4ff;
    --industry-gray: #f2f2f2;
    --white: #ffffff;
    --text: #2d3436;

    background: var(--white);
    padding: 100px 20px;
    font-family: 'Inter', sans-serif;
    color: var(--text);
}

.ux-container {
    max-width: 900px;
    margin: 0 auto;
}

/* --- Header --- */
.ux-matrix-header {
    text-align: center;
    margin-bottom: 60px;
}

.ux-kicker-wine {
    color: var(--wine);
    font-weight: 900;
    font-size: 0.85rem;
    letter-spacing: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ux-h2-title {
    font-size: 2.8rem;
    color: var(--wine);
    line-height: 1.1;
    margin-bottom: 20px;
}

.ux-text-amethyst {
    color: var(--amethyst);
}

.ux-p-lead {
    font-size: 1.1rem;
    color: #636e72;
    max-width: 600px;
    margin: 0 auto;
}

/* --- Grille / Matrice --- */
.ux-matrix-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ux-matrix-row {
    display: grid;
    grid-template-columns: 140px 1fr 50px 1fr;
    align-items: center;
    background: var(--white);
    border-radius: 15px;
    padding: 20px;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.ux-matrix-row:hover {
    box-shadow: 0 10px 30px rgba(153, 102, 204, 0.1);
    transform: scale(1.02);
}

.ux-control-point {
    font-weight: 800;
    color: var(--wine);
    font-size: 0.9rem;
    text-transform: uppercase;
}

.ux-col-solo {
    background: var(--amethyst-soft);
    padding: 15px;
    border-radius: 10px;
    color: var(--wine);
    border-left: 4px solid var(--amethyst);
}

.ux-vs {
    text-align: center;
    font-style: italic;
    font-weight: 900;
    color: #ddd;
}

.ux-col-industry {
    padding: 15px;
    color: #999;
}

.ux-check { color: var(--amethyst); margin-right: 10px; font-weight: bold; }
.ux-cross { color: #ccc; margin-right: 10px; }

/* --- Footer --- */
.ux-matrix-footer {
    margin-top: 50px;
    text-align: center;
}

.ux-highlight-box {
    display: inline-block;
    background: #9966cc;
    color: white;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    box-shadow: 0 10px 20px rgba(114, 47, 55, 0.2);
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
    .ux-matrix-row {
        grid-template-columns: 1fr;
        gap: 10px;
        text-align: center;
    }
    .ux-vs { display: none; }
    .ux-control-point { margin-bottom: 5px; }
    .ux-h2-title { font-size: 2rem; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0fcf368 *//* --- Configuration Charte Clémy --- */
#ux-danger-scan {
    --wine: #722f37;
    --amethyst: #9966cc;
    --amethyst-fade: #f9f6ff;
    --white: #ffffff;
    --text: #34495e;

    background-color: var(--amethyst-fade);
    padding: 100px 20px;
    font-family: 'Inter', sans-serif;
    color: var(--text);
}

.ux-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* --- Header --- */
.ux-scan-header {
    text-align: center;
    margin-bottom: 70px;
}

.ux-alert-badge {
    display: inline-block;
    background: var(--wine);
    color: white;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 2.5px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(114, 47, 55, 0.2);
}

.ux-h2-title {
    font-size: 2.6rem;
    color: var(--wine);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
}

.ux-text-amethyst {
    color: var(--amethyst);
}

.ux-p-lead {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    color: #5d6d7e;
}

/* --- Grille de Scan --- */
.ux-scan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}

.ux-scan-card {
    background: var(--white);
    padding: 35px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(153, 102, 204, 0.1);
    transition: all 0.4s ease;
}

.ux-card-icon {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.ux-scan-card h3 {
    color: var(--wine);
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.ux-scan-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* --- L'Effet Sensationnel (Scanner) --- */
.ux-scan-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--amethyst), transparent);
    transform: translateY(-10px);
    transition: all 0.5s ease;
    opacity: 0;
}

.ux-scan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(153, 102, 204, 0.12);
    border-color: var(--amethyst);
}

.ux-scan-card:hover .ux-scan-line {
    animation: scanning 1.5s linear infinite;
    opacity: 1;
}

@keyframes scanning {
    0% { transform: translateY(0); }
    50% { transform: translateY(200px); }
    100% { transform: translateY(0); }
}

/* --- Footer --- */
.ux-scan-footer {
    margin-top: 60px;
    text-align: center;
}

.ux-trust-tag {
    font-weight: 700;
    color: var(--wine);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ux-dot {
    width: 8px;
    height: 8px;
    background: var(--amethyst);
    border-radius: 50%;
    display: inline-block;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .ux-h2-title { font-size: 2rem; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1d7b760 *//* --- Variables Charte Clémy --- */
#ux-artisan-pledge {
    --wine: #722f37;
    --amethyst: #9966cc;
    --amethyst-light: #fdfbff;
    --white: #ffffff;
    --text-dark: #2d3436;
    --text-soft: #636e72;

    background-color: var(--white);
    padding: 120px 20px;
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    text-align: center;
}

.ux-container {
    max-width: 900px;
    margin: 0 auto;
}

/* --- Header --- */
.ux-pledge-header {
    margin-bottom: 60px;
}

.ux-kicker-wine {
    color: var(--wine);
    font-weight: 900;
    font-size: 0.8rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ux-h2-title {
    font-size: 2.8rem;
    color: var(--wine);
    font-weight: 900;
    line-height: 1.1;
}

.ux-text-amethyst {
    color: var(--amethyst);
}

/* --- Carte Centrale --- */
.ux-pledge-card {
    background: var(--amethyst-light);
    border-radius: 40px;
    padding: 60px 40px;
    position: relative;
    border: 1px solid rgba(153, 102, 204, 0.1);
    box-shadow: 0 30px 60px rgba(153, 102, 204, 0.05);
}

.ux-p-large {
    font-size: 1.4rem;
    line-height: 1.5;
    color: var(--wine);
    margin-bottom: 50px;
    font-style: italic;
}

.ux-pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.ux-pillar {
    text-align: center;
}

.ux-pillar-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 15px;
}

.ux-pillar h4 {
    color: var(--amethyst);
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ux-pillar p {
    font-size: 0.9rem;
    color: var(--text-soft);
    line-height: 1.4;
}

/* --- Sceau d'Authenticité --- */
.ux-authenticity-seal {
    position: absolute;
    top: -30px;
    right: 40px;
    background: var(--white);
    border: 2px solid var(--wine);
    padding: 15px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(15deg);
    box-shadow: 0 10px 20px rgba(114, 47, 55, 0.1);
}

.ux-seal-content {
    text-align: center;
}

.ux-seal-star {
    color: var(--amethyst);
    font-size: 1.2rem;
    display: block;
}

.ux-seal-content p {
    font-size: 0.5rem;
    font-weight: 900;
    color: var(--wine);
    margin: 0;
    line-height: 1.1;
}

/* --- Footer --- */
.ux-pledge-footer {
    margin-top: 50px;
    font-size: 1.1rem;
    color: var(--text-soft);
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .ux-h2-title { font-size: 2rem; }
    .ux-pillars-grid { grid-template-columns: 1fr; }
    .ux-pledge-card { padding: 40px 20px; }
    .ux-authenticity-seal { position: relative; top: 0; right: 0; margin: 0 auto 30px; transform: none; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-51d030f *//* --- Configuration Charte Clémy --- */
#ux-authenticity-faq {
    --wine: #722f37;
    --amethyst: #9966cc;
    --amethyst-light: #fbf9ff;
    --white: #ffffff;
    --text-dark: #2d3436;
    --text-soft: #636e72;

    background-color: var(--white);
    padding: 80px 20px;
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
}

.ux-container {
    max-width: 850px;
    margin: 0 auto;
}

/* --- Header --- */
.ux-faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.ux-badge-wine {
    display: inline-block;
    color: var(--wine);
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ux-h2-title {
    font-size: 2.5rem;
    color: var(--wine);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
}

.ux-text-amethyst {
    color: var(--amethyst);
}

.ux-p-intro {
    font-size: 1.1rem;
    color: var(--text-soft);
}

/* --- Accordéons FAQ --- */
.ux-faq-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ux-faq-item {
    background: var(--amethyst-light);
    border-radius: 15px;
    border: 1px solid rgba(153, 102, 204, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.ux-faq-item[open] {
    background: var(--white);
    border-color: var(--amethyst);
    box-shadow: 0 10px 30px rgba(153, 102, 204, 0.1);
}

.ux-faq-item summary {
    list-style: none;
    padding: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 800;
    color: var(--wine);
    font-size: 1.1rem;
    outline: none;
}

.ux-faq-item summary::-webkit-details-marker {
    display: none;
}

.ux-q-icon {
    color: var(--amethyst);
    font-size: 1.2rem;
}

.ux-faq-content {
    padding: 0 25px 25px 65px;
    color: var(--text-soft);
    line-height: 1.6;
    font-size: 1rem;
}

.ux-faq-content strong {
    color: var(--amethyst);
}

/* --- Footer --- */
.ux-faq-footer {
    margin-top: 40px;
    text-align: center;
    font-style: italic;
    color: var(--wine);
    font-weight: 600;
}

/* --- Responsive --- */
@media (max-width: 600px) {
    .ux-h2-title { font-size: 1.8rem; }
    .ux-faq-item summary { font-size: 1rem; padding: 20px; }
    .ux-faq-content { padding: 0 20px 20px 20px; }
}/* End custom CSS */