@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.edl-diagnostic.fr/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(178,14,16);
	--wd-alternative-color: rgb(121,5,7);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(174,14,16);
	--btn-accented-bgcolor-hover: rgb(174,14,16);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(174,14,16);
	--wd-link-color-hover: rgb(174,14,16);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(34,38,41);
	background-image: none;
}
html .wd-single-post-header .title, html .wd-single-post-title .wd-post-title {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1600px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(30,41,59);
}

.liste-2-colonnes {
  columns: 2;
  column-gap: 40px;
	text-align: left;
}

.text-primary1, .text-bleu {
    color: #b20e10;
}

.bg-primary1 {
    background-color: #b20e10;
	  padding : 5px;
}

.bg-primary2 {
    background-color: #fb9ea5;
	  padding : 5px;
	  font-size: 14px;
}

.bg-primary3 {
    background-color: #b20e10;
	  padding : 5px;
	  font-size: 14px;
}

.text-orange {
    color: #ff751a;
}

.text-jaune {
    color: #facc15;
}


.text-gris {
    color: #222629;
}

.text-orange {
    color: #ff751a;
}

.text-grenas {
    color: #b20e10;
}

.text-vertf {
    color: #16a34a;
}

h2 {
  font-size: 40px;
	padding-top: 10px; 
}

h3 {
  font-size: 24px;
}

.colored-bullet li {
  list-style: none;       /* enlever la puce native */
  position: relative;
  padding-left: 1em;      /* espace pour la nouvelle puce */
}

.colored-bullet li::before {
  content: '•';           /* point */
  position: absolute;
  left: 0;
  color: #EA580C;         /* couleur de la puce */
}

.wd-entities-title a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}


.badge-dpe {
  display: inline-block;
  background-color: #f1f4f9; /* fond clair */
  color: #0c4e85;           /* texte bleu foncé */
  padding: 6px 12px;
  border-radius: 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.badge-orange {
  display: inline-block;
  background-color: #ff8000; /* fond clair */
  color: #ffffff;           /* texte bleu foncé */
  padding: 6px 12px;
  border-radius: 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
	margin-bottom: 5px;
}



.ligne-nom {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
}

.my-text {
  font-style: normal;
  font-weight: 500;
  color: rgb(2, 8, 23);
  font-size: 16px;
  line-height: 24px;
}


.card-hover {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.card-hover:hover {
  background-color: #f8f9fa; /* gris clair */
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15); /* ombre plus prononcée */
}

.text-1216 {
  font-size: 12px;
  line-height: 16px;
}

.text-1622 {
  font-size: 16px;
  line-height: 22px;
}

.text-1423 {
  font-size: 14px;
  line-height: 23px;
}

.fond-vertc {
  background-color: #dcfce7;
	color: #166534;
}

.text-green {
	color: #166534;
}


.wd-post-cat a {
	color: #ffffff;
}


/*   CSS Page DPE ********************************/

.highlight-box {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 20px;
            border-radius: 8px;
            margin: 30px 0;
        }

  .toc {
            background: #f8f9fa;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            padding: 20px;
            margin: 30px 0;
        }
        .toc h3 {
            margin-top: 0;
            color: #495057;
        }
        .toc ul {
            list-style: none;
            padding-left: 0;
        }
        .toc li {
            padding: 5px 0;
        }
        .toc a {
            color: #3498db;
            text-decoration: none;
        }
        .toc a:hover {
            text-decoration: underline;
        }

.info-box {
            background: #e8f4f8;
            border-left: 4px solid #3498db;
            padding: 15px;
            margin: 20px 0;
        }


.timeline {
            position: relative;
            padding: 20px 0;
        }
        .timeline-item {
            padding: 15px;
            margin: 10px 0;
            background: #ecf0f1;
            border-left: 4px solid #3498db;
            position: relative;
        }
        .timeline-year {
            font-weight: bold;
            color: #3498db;
        }

.success-box {
            background: #d4edda;
            border-left: 4px solid #28a745;
            padding: 15px;
            margin: 20px 0;
        }

.warning-box {
            background: #fff3cd;
            border-left: 4px solid #ffc107;
            padding: 15px;
            margin: 20px 0;
        }

 table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        th, td {
            padding: 12px;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }
        th {
            background: #3498db;
            color: white;
            font-weight: 600;
        }
        tr:hover {
            background: #f5f5f5;
        }

.faq-item {
            margin: 20px 0;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 8px;
        }
        .faq-question {
            font-weight: bold;
            color: #2c3e50;
            margin-bottom: 10px;
            font-size: 1.1em;
        }
        .checklist {
            background: #f0f8ff;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }
        .checklist ul {
            list-style: none;
            padding-left: 0;
        }
        .checklist li:before {
            content: "✓ ";
            color: #27ae60;
            font-weight: bold;
            margin-right: 8px;
        }

.calculator {
            background: #f8f9fa;
            padding: 25px;
            border-radius: 10px;
            margin: 30px 0;
            border: 2px dashed #3498db;
        }
        @media (max-width: 768px) {
            article {
                padding: 20px;
            }
            h1 {
                font-size: 1.8em;
            }
            h2 {
                font-size: 1.4em;
            }
        }

.cta-box {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 30px;
            border-radius: 10px;
            text-align: center;
            margin: 40px 0;
        }
        .cta-box h3 {
            color: white;
            margin-top: 0;
        }
        .btn {
            display: inline-block;
            padding: 12px 30px;
            background: white;
            color: #667eea;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            margin-top: 15px;
        }

/*   CSS Page DPE ********************************/

/* CSS DPE Location */
.alert-box {
            background: #fff5f5;
            border-left: 4px solid #e74c3c;
            padding: 20px;
            margin: 25px 0;
            border-radius: 5px;
        }

.urgent-banner {
            background: rgba(255,255,255,0.2);
            backdrop-filter: blur(10px);
            padding: 15px 30px;
            border-radius: 50px;
            display: inline-block;
            margin-top: 20px;
            font-weight: 600;
            animation: pulse 2s infinite;
        }

.cta-section {
            background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
            color: white;
            padding: 40px;
            border-radius: 15px;
            text-align: center;
            margin: 40px 0;
        }
        
        .cta-section h3 {
            color: white;
            font-size: 2em;
            margin-bottom: 20px;
        }
        
        .cta-button {
            background: white;
            color: #e74c3c;
            padding: 15px 40px;
            border: none;
            border-radius: 25px;
            font-size: 1.1em;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            margin: 10px;
            transition: transform 0.3s;
        }
        
        .cta-button:hover {
            transform: scale(1.05);
        }
/***************************************/
 .document-model {
            background: #fff9e6;
            border: 2px solid #f39c12;
            border-radius: 10px;
            padding: 25px;
            margin: 25px 0;
            font-family: 'Courier New', monospace;
        }
        
        .document-model h4 {
            color: #e67e22;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            margin-bottom: 15px;
        }

/**** DPE VEnte ***********************/
 .intro-stats {
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            margin-bottom: 30px;
            border-left: 5px solid #667eea;
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }
        .stat-item {
            text-align: center;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 8px;
        }
        .stat-number {
            font-size: 2em;
            font-weight: bold;
            color: #667eea;
            display: block;
        }
.zone-coverage {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 20px 0;
        }
        .zone-item {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            border-left: 4px solid #667eea;
        }
        .zone-item h4 {
            color: #667eea;
            margin-bottom: 10px;
        }

.classe-a { background: #4caf50; color: white; }
        .classe-b { background: #8bc34a; color: white; }
        .classe-c { background: #cddc39; color: black; }
        .classe-d { background: #ffeb3b; color: black; }
        .classe-e { background: #ff9800; color: white; }
        .classe-f { background: #f44336; color: white; }
        .classe-g { background: #9c27b0; color: white; }

th {
    background: #f6e9e9;
}


.wd-dropdown-menu.wd-design-default
 {
    --wd-dropdown-width: 300px;
}

.butpos { margin-bottom:20px; }


/*** pricing leads ******************/

/* ================================
   WRAPPER GLOBAL
=================================== */
.pricing-wrapper {
    display: flex;
    gap: 35px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 0;
}

/* ================================
   CARDS
=================================== */
.pricing-card {
    background: #fff;
    border-radius: 28px;
    padding: 40px;
    width: 360px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    position: relative;

    /* Animation générale */
    transition: all 0.35s cubic-bezier(.17,.67,.55,1.37);
    transform: translateY(0);
}

/* Hover premium */
.pricing-card:hover {
    transform: translateY(-10px) scale(1.025);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* ================================
   CARTE RECOMMANDÉE (active)
=================================== */
.pricing-card.active {
    border: 3px solid #A00000;
    position: relative;
    z-index: 2;

    /* Glow premium permanent */
    box-shadow:
        0 0 20px rgba(160, 0, 0, 0.25),
        0 10px 35px rgba(0, 0, 0, 0.10);
}

/* Glow amplifié au survol */
.pricing-card.active:hover {
    box-shadow:
        0 0 40px rgba(160, 0, 0, 0.40),
        0 18px 45px rgba(0, 0, 0, 0.15);
    transform: translateY(-14px) scale(1.035);
}

/* ================================
   BADGES
=================================== */
.badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
}

.badge-grey {
    background: #EFEFEF;
    color: #555;
}

.badge-red {
    background: #A00000;
    color: #fff;
}

/* ================================
   TITRES & PRIX
=================================== */
.pricing-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
}

.price {
    font-size: 38px;
    font-weight: 800;
    color: #000;
    margin-bottom: 6px;
}
.price span {
    font-size: 20px;
    color: #555;
}

/* Sous-titre */
.subtitle {
    color: #7A7A7A;
    font-size: 15px;
    margin-bottom: 30px;
}

/* ================================
   BOUTONS
=================================== */
.btn-red {
    background: #A00000;
    color: #ffffff !important;
    text-align: center;
    padding: 16px;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 600;
    border: none;
    display: block;
    width: 100%;
    transition: all 0.25s ease;
}

.btn-red:hover {
    background: #7A0000;
    color: #ffffff !important;
}

.btn-outline {
    border: 2px solid #A00000;
    color: #A00000;
    background: transparent;
    padding: 16px;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    transition: all 0.25s ease;
}

.btn-outline:hover {
    background: #A00000;
    color: #ffffff !important;
}

/* ================================
   LISTE DES AVANTAGES
=================================== */
.features {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.features li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 28px;
    font-size: 16px;
}

.features li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #0da14b;
    font-weight: 700;
    font-size: 18px;
}

/* ================================
   RESPONSIVE MOBILE
=================================== */
@media (max-width: 768px) {
    .pricing-card {
        width: 100%;
        padding: 30px;
    }

    .price {
        font-size: 32px;
    }

    .btn-red,
    .btn-outline {
        font-size: 16px;
        padding: 14px;
    }

    .features li {
        font-size: 15px;
        padding-left: 26px;
    }
}


/********* RENTABILITE *********************/

/* ================================
   SECTION
================================ */
.rentability-section {
    padding: 30px 20px;
    text-align: center;
}

/* TITRE */
.rentability-title {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #000;
}

.rentability-subtitle {
    color: #666;
    margin-bottom: 45px;
    font-size: 17px;
}

/* ================================
   CARTE PREMIUM CLAIRE
================================ */
.rentability-card {
    background: #ffffff;
    padding: 50px 60px;
    border-radius: 36px;

    border: 1px solid #ececec;
    box-shadow:
        0 25px 60px rgba(0,0,0,0.09),
        0 8px 20px rgba(0,0,0,0.04);

    max-width: 1100px;
    margin: auto;

    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;

    transition: 0.3s ease;
}

/* Hover premium */
.rentability-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 32px 80px rgba(0,0,0,0.12),
        0 12px 25px rgba(0,0,0,0.06);
}

/* ================================
   BLOC GAUCHE
================================ */
.rent-left {
    background: #f8f8f8;
    padding: 28px 32px;
    border-radius: 22px;
    width: 320px;
    border: 1px solid #e5e5e5;
}

.rent-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    font-size: 16px;
    color: #444;
}

.rent-row strong {
    font-weight: 700;
    color: #000;
}

.green {
    color: #0da14b !important;
    font-weight: 800;
}

.rent-separator {
    height: 1px;
    background: #ddd;
    margin: 18px 0;
}

/* ================================
   BLOC DROIT
================================ */
.rent-right {
    width: 380px;
    text-align: left;
}

/* Icône */
.rent-icon {
    background: rgba(160,0,0,0.12);
    padding: 14px;
    border-radius: 16px;
    display: inline-flex;
    margin-bottom: 18px;
}

/* Label */
.rent-right-label {
    color: #555;
    font-size: 16px;
    margin: 0;
}

/* Chiffre clé */
.rent-value {
    font-size: 45px;
    font-weight: 900;
    margin-top: 6px;
    margin-bottom: 18px;
    color: #000;
}

/* Badge positif */
.rent-tag {
    background: rgba(13,161,75,0.12);
    color: #0da14b;
    border: 1px solid rgba(13,161,75,0.25);
    padding: 10px 16px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
    .rent-left,
    .rent-right {
        width: 100%;
    }

    .rentability-card {
        padding: 40px 25px;
    }

    .rent-value {
        font-size: 36px;
    }
}


/* fluent form */
body .fluent_form_16 .ff-step-bar-wrap .step-num {
  background: #e5e7eb !important;
  border-color: #e5e7eb !important;
  color: #6b7280 !important;
}

body .fluent_form_16 .ff-step-bar-wrap .step-num.current_step,
body .fluent_form_16 .ff-step-bar-wrap .step-num.step_completed {
  background: #9B1C1C !important;
  border-color: #9B1C1C !important;
  color: #ffffff !important;
}

body .fluent_form_16 .ff-step-bar-wrap .ff-step-bar-line span {
  background: #9B1C1C !important;
}

body .fluent_form_16 .ff-btn-next,
body .fluent_form_16 .ff-btn-submit,
body .fluent_form_16 button[type="submit"] {
  background: #9B1C1C !important;
  border-color: #9B1C1C !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

body .fluent_form_16 .ff-btn-prev {
  background: #ffffff !important;
  border: 2px solid #e5e7eb !important;
  color: #374151 !important;
  border-radius: 8px !important;
}

body .fluent_form_16 button[type="submit"]::after {
  content: none !important;
}
