:root{

--color-title:#7F563F;

--color-subtitle:#C38C7D;

--color-text:#374151;

--color-beige:#CBB3A3;

--color-ivory:#F8F6F3;

--color-dark:#1F2937;

--content-width:820px;

--radius:8px;

}

/* =====================================================
   GFV ARTICLE SCOPE
===================================================== */

.gfv-single{

    font-family:Inter,sans-serif;

    color:var(--color-text);

}

.gfv-single p{

    font-size:18px;

    line-height:1.7;

}

.gfv-single li{

    line-height:1.7;

}

.gfv-single h1{

    font-family:"Cormorant Garamond",serif;

    font-size:56px;

    line-height:1.1;

}

.gfv-single h2{

    font-family:"Cormorant Garamond",serif;

    font-size:34px;

    margin:40px 0 16px;

}

.gfv-single h3{

    font-family:"Cormorant Garamond",serif;

    font-size:26px;

    margin:30px 0 12px;

}

.gfv-single h4{

    font-family:"Cormorant Garamond",serif;

    font-size:20px;

    margin:24px 0 10px;

}

/* container .gfv-single */


.gfv-single {
    width: 100%;
    max-width: 900px;
    margin: 40px auto;
    padding-inline: clamp(16px, 4vw, 30px);
    box-sizing: border-box;
}

.gfv-article h1{

    font-size:56px;

}

.gfv-hero{
    max-width:900px;
    margin:60px auto 40px auto;
    padding:0 20px;
}

.gfv-title{
    font-family:"Cormorant Garamond", serif;
    font-size:54px;
    color:#7F563F;
    line-height:1.1;
    margin:20px 0;
}

.gfv-meta{
    font-family:Inter, sans-serif;
    color:#374151;
    display:flex;
    gap:20px;
    font-size:14px;
}

.gfv-breadcrumb{
    font-size:13px;
    color:#C38C7D;
}









/* =========================
   TYPOGRAPHY SYSTEM
   ========================= */



.gfv-article p {
    font-size: 18px;
    line-height: 1.7;
    font-family: Inter, sans-serif !important;
}






/* =========================
   RELATED POSTS
   ========================= */

.gfv-related {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #E5E7EB;
}

.gfv-related-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
    margin-bottom: 30px;
    color: #1F2937;
}

.gfv-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gfv-related-card {
    padding: 20px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.gfv-related-card:hover {
    transform: translateY(-3px);
    border-color: #CBB3A3;
}

.gfv-related-date {
    font-size: 12px;
    color: #C38C7D;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
}

.gfv-related-post-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 12px;
    color: #1F2937;
    line-height: 1.3;
}


.gfv-related {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #E5E7EB;
}

.gfv-related-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    margin-bottom: 30px;
    color: #1F2937;
}

.gfv-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.gfv-related-card {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
}

.gfv-related-card:hover {
    transform: translateY(-4px);
    border-color: #CBB3A3;
}

.gfv-related-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.gfv-related-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.gfv-related-content {
    padding: 16px;
}

.gfv-related-date {
    font-size: 12px;
    color: #C38C7D;
    font-family: Inter, sans-serif;
    margin-bottom: 8px;
}

.gfv-related-post-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    line-height: 1.3;
    color: #1F2937;
    margin: 0;
}

/* =========================
   REINSURANCE BLOCK 
   ========================= */
   
   
   .gfv-trust {
    margin-top: 80px;
    padding: 50px 30px;
    background: #F8F6F3;
    border-radius: 16px;
    text-align: center;
}

.gfv-trust-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    margin-bottom: 30px;
    color: #1F2937;
}

.gfv-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.gfv-trust-item h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    margin-bottom: 10px;
}

.gfv-trust-item p {
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #374151;
    line-height: 1.6;
}

.gfv-trust-cta {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.gfv-btn-primary {
    background: #C38C7D;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-family: Inter, sans-serif;
}

.gfv-btn-secondary {
    border: 1px solid #7F563F;
    color: #7F563F;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-family: Inter, sans-serif;
}


/* =========================
   30 SEC SUMMARY 
   ========================= */
   



.gfv-summary {
    margin: 40px 0;
    padding: 24px 28px;
    background: #F8F6F3;
    border-left: 4px solid #CBB3A3;
    border-radius: 10px;
}

.gfv-summary-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    margin-bottom: 10px;
    color: #1F2937;
}

.gfv-summary-list {
    margin: 0;
    padding-left: 18px;
    font-family: Inter, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
}

.gfv-summary-list li {
    margin-bottom: 10px;
}





/* =========================
  AGENDA  
   ========================= */



.gfv-toc{

    background:#F8F6F3;

    border-radius:14px;

    padding:28px;

    margin:40px 0;

}

.gfv-toc h2{

    margin:0 0 18px;

    font-size:26px;

}

.gfv-toc ul{

    margin:0;

    padding-left:20px;

}

.gfv-toc li{

    margin-bottom:12px;

}

.gfv-toc a{

    text-decoration:none;

    color:#374151;

    transition:color .2s ease;
}

.gfv-toc a:hover{

    color:#7F563F;
    

}

.gfv-toc-more{
    display:none;
}

.gfv-toc.is-open .gfv-toc-more{
    display:block;
}

.gfv-toc-toggle{
    margin-top:16px;
    background:none;
    border:0;
    color:#7F563F;
    font-weight:600;
    cursor:pointer;
    padding:0;
}

.gfv-toc-toggle:hover{
    text-decoration:underline;
}
.gfv-toc{
    position:relative;
}

.gfv-toc::after{
    content:"";
    position:absolute;
    bottom:70px;
    left:0;
    right:0;
    height:60px;
    background:linear-gradient(to bottom, rgba(248,246,243,0), #F8F6F3);
    pointer-events:none;
}

.gfv-toc.is-open::after{
    display:none;
}

.gfv-toc-more{
    display:none;
}

.gfv-toc.is-open .gfv-toc-more{
    display:list-item;
}
/* ======================================================
FAQ
====================================================== */

.gfv-faq{

    max-width:820px;
    margin:100px auto;
    padding:0;

}

.gfv-faq-title{

    font-family:"Cormorant Garamond", serif;
    font-size:48px;
    color:#1F2937;
    margin-bottom:45px;

}

.gfv-faq-list{

    width:100%;

}

.gfv-faq-item{

    border-bottom:1px solid #E8E3DE;
    padding:6px 0;

}

.gfv-faq-item:first-child{

    border-top:1px solid #E8E3DE;

}

.gfv-faq-question{

    width:100%;

    padding:24px 24px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    background:transparent;

    border:none;

    cursor:pointer;

    font-family:Inter,sans-serif;
    font-size:21px;
    font-weight:600;

    color:#1F2937;

    text-align:left;

    transition:all .25s ease;

}

.gfv-faq-question:hover{

    background:#F8F6F3;

    color:#1F2937;

    border-radius:8px;

}

.gfv-faq-answer{

    max-height:0;

    overflow:hidden;

    opacity:0;

    transition:
        max-height .35s ease,
        opacity .25s ease;

    padding:0 24px;

    font-family:Inter,sans-serif;

    font-size:18px;

    line-height:1.9;

    color:#374151;

}

.gfv-faq-item.active .gfv-faq-answer{

    max-height:600px;

    opacity:1;

    padding:0 24px 28px;

}

.gfv-faq-item.active .gfv-faq-question{

    background:#F8F6F3;

    border-radius:2px;

}

.gfv-faq-icon{

    font-size:28px;

    color:#7F563F;

    font-weight:300;

}

.gfv-faq-item.active .gfv-faq-icon{

    transform:rotate(45deg);

}




/* ==========================================
REFERENCES
========================================== */

.gfv-sources{

    max-width:var(--content-width);

    margin:90px auto;

}

.gfv-sources-title{

    font-family:"Cormorant Garamond",serif;
    font-size:48px;
    color:#1F2937;
    margin-bottom:18px;

}

.gfv-sources-intro{

    color:#6B7280;
    line-height:1.8;
    margin-bottom:35px;

}

.gfv-sources-list{

    list-style:none;
    margin:0;
    padding:0;

}

.gfv-sources-list li{

    border-bottom:1px solid #E8E3DE;
    padding:18px 0;

}

.gfv-sources-list li:first-child{

    border-top:1px solid #E8E3DE;

}

.gfv-sources-list a{

    color:#374151;
    text-decoration:none;
    transition:.25s;

}

.gfv-sources-list a:hover{

    color:#7F563F;

}

.gfv-last-check{

    margin-top:35px;

    font-size:14px;

    color:#6B7280;

}





/* ==========================================
cta
========================================== */


.gfv-cta{
    background:#fff;
    border-radius:14px;
    padding:22px 24px;
    margin:28px 0;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
     text-align:center;
}

.gfv-cta-title{
    font-size:18px;
    font-weight:600;
    margin:0 0 6px;
    color:#111827;
}

.gfv-cta-text{
    font-size:15px;
    margin:0 0 14px;
    color:#4B5563;
    line-height:1.5;
}

.gfv-cta-button{
    display:inline-block;
    background:#C38C7D;
    color:#fff;
    padding:10px 16px;
    border-radius:10px;
    text-decoration:none;
    font-weight:500;
    transition:opacity .2s ease;
}

.gfv-cta-button:hover{
    opacity:0.9;
}





/* ==========================================
fix mobile
========================================== */



*, *::before, *::after {
    box-sizing: border-box;
}

@media (max-width: 768px) {

    .gfv-single {
        margin: 25px auto;
        padding-inline: 16px;
    }

    .gfv-trust-grid,
    .gfv-related-grid {
        grid-template-columns: 1fr;
    }

}



img {
    max-width: 100%;
    height: auto;
}

.gfv-article,
.gfv-content {
    max-width: 100%;
    overflow-x: hidden;
}


@media (max-width: 768px) {
    .site .site-content #primary {
          margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 0;
         margin-right: 0;
         padding: 0px 14px;
    }
}

/* CTA Contact — desktop */
.main-navigation .menu-cta > a {
  background-color: #C1642F;
  color: #ffffff !important;
  padding: 10px 22px !important;
  border-radius: 24px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.main-navigation .menu-cta > a:hover,
.main-navigation .menu-cta > a:focus {
  background-color: #A6531F;
  transform: translateY(-1px);
  color: #ffffff !important;
}

.main-navigation .menu-cta > a::after {
  content: none; /* enlève le style de soulignement hérité du thème, si présent */
}


.gfv-mobile-cta-bar { display: none; }

@media (max-width: 768px) {
  .gfv-mobile-cta-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    gap: 8px;
    background: #ffffff;
    border-top: 1px solid #e5ded6;
    padding: 8px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
  }

  .gfv-cta-btn {
    flex: 1;
    background: #C1642F;
    color: #ffffff;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
  }

  .gfv-cta-whatsapp {
    width: 48px;
    flex-shrink: 0;
    background: #f4efe9;
    color: #C1642F;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  /* évite que la barre masque le bas de page / footer */
  body {
    padding-bottom: 64px;
  }
}