/*
Theme Name: GeneratePress Child
Description: Child theme for GeneratePress. You can now safely customize it and not risk losing your customizations.
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: generatepress
Version: 1.0
*/


/* Header */

:root {
  --site-width: 1280px;
  --site-gutter: 20px;
}

.fil-ariane{
  margin-top: 6%;
  padding-left: 2%;
}

@media (max-width: 1200px) {
  .fil-ariane{
    margin-top: 10%;
  }
}
@media (max-width: 700px) {
  .fil-ariane{
    margin-top: 16%;
  }
}
@media (max-width: 480px) {
  .fil-ariane{
    margin-top: 25%;
  }
}


.vr-topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 14px 0;
  border-bottom: 1px solid transparent;
  opacity: 1;
  pointer-events: auto;
  background: rgba(244, 241, 234, 0.88);
  border-bottom: 1px solid rgba(227, 222, 214, 0.95);
  box-shadow: 0 8px 30px rgba(30, 30, 30, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.vr-topbar-inner {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.vr-container,
.vr-topbar-inner {
  width: min(100% - (var(--site-gutter) * 2), var(--site-width));
  margin: 0 auto;
}

.vr-brand {
  color: var(--text);
  text-decoration: none;
  flex-shrink: 0;
}

.vr-brand:hover,
.vr-brand:focus {
  color: var(--accent);
}

.vr-brand-mark {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vr-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 26px;
}

.vr-nav a {
  position: relative;
  color: var(--text);
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.94rem;
  font-weight: 500;
  transition: color 0.25s ease;
}

.vr-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.vr-nav a:hover,
.vr-nav a:focus,
.vr-nav a[aria-current="page"] {
  color: var(--accent);
}

.vr-nav a:hover::after,
.vr-nav a:focus::after,
.vr-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.vr-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.vr-nav-toggle span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: var(--text);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.vr-nav-toggle.is-open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.vr-nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.vr-nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* espace pour éviter que le header fixe ne recouvre le haut des ancres */
html {
  scroll-padding-top: 90px;
}

@media (max-width: 860px) {
  .vr-topbar-inner {
    width: min(100% - 24px, var(--max));
  }

  .vr-nav-toggle {
    display: inline-flex;
  }

  .vr-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 12px;
    width: min(320px, calc(100vw - 24px));
    background: rgba(244, 241, 234, 0.98);
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(30, 30, 30, 0.08);
    padding: 14px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition:
      opacity 0.25s ease,
      visibility 0.25s ease,
      transform 0.25s ease;
  }

  .vr-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .vr-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .vr-nav li {
    width: 100%;
    border-bottom: 1px solid var(--border);
  }

  .vr-nav li:last-child {
    border-bottom: 0;
  }

  .vr-nav a {
    display: block;
    width: 100%;
    padding: 12px 4px;
  }

  .vr-nav a::after {
    display: none;
  }
}



/* Méthode */

.vr-method-hero{
padding:120px 0 80px;
background:#F4F1EA;
}

.vr-container{
max-width:1100px;
margin:auto;
padding:0 20px;
}

.vr-kicker{
text-transform:uppercase;
letter-spacing:2px;
font-size:12px;
color:#B87333;
margin-bottom:10px;
}

.vr-lead{
font-size:20px;
max-width:700px;
}

.vr-sublead{
color:#6B6B6B;
max-width:700px;
}

.vr-section{
padding:120px 0;
}

.vr-section-alt{
background:#FFFFFF;
border-top:1px solid #E3DED6;
border-bottom:1px solid #E3DED6;
}

.vr-price-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
  margin-top: 36px;
}

.vr-price-step {
  position: relative;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(30, 30, 30, 0.04);
  min-height: 240px;
}

.vr-price-step::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 2px;
  background: var(--accent);
  opacity: 0.9;
}

.vr-price-step-number {
  margin-bottom: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.04em;
}

.vr-price-step-label {
  margin: 0 0 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.vr-price-step h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
  line-height: 1.15;
}

.vr-price-step p:last-child {
  margin-bottom: 0;
}

.step-1 {
  transform: translateY(0);
}

.step-2 {
  transform: translateY(26px);
}

.step-3 {
  transform: translateY(52px);
}

.step-4 {
  transform: translateY(78px);
}

@media (max-width: 1080px) {
  .vr-price-steps {
    grid-template-columns: 1fr 1fr;
  }

  .step-1,
  .step-2,
  .step-3,
  .step-4 {
    transform: none;
  }
}

@media (max-width: 680px) {
  .vr-price-steps {
    grid-template-columns: 1fr;
  }
}

.vr-market-diagram{
display:flex;
gap:20px;
flex-wrap:wrap;
margin-top:30px;
}

.vr-node{
border:1px solid #E3DED6;
padding:15px 20px;
background:#fff;
}

.vr-method-list{
margin-top:20px;
}

.vr-factors-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
margin-top:30px;
}

.vr-factor{
border-left:3px solid #B87333;
padding-left:15px;
}

.vr-chart{
margin-top:40px;
max-width:500px;
}

.vr-chart-bar{
margin-bottom:15px;
}

.vr-chart-bar .bar{
height:6px;
background:#E3DED6;
}

.vr-chart-bar .bar div{
height:6px;
background:#B87333;
}

.vr-price-section {
  padding-top: 100px;
}

.vr-price-steps {
  margin-top: 60px;

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;

  align-items: end;
}

.vr-price-step {

  position: relative;

  background: var(--bg-alt);
  border: 1px solid var(--border);

  border-radius: 20px;

  padding: 26px 24px 28px;

  box-shadow: 0 12px 35px rgba(30, 30, 30, 0.05);

  min-height: 260px;
}

.vr-price-step::before {

  content: "";
  position: absolute;

  top: 0;
  left: 24px;
  right: 24px;

  height: 2px;

  background: var(--accent);
}

.vr-price-number {

  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;

  font-size: 2.4rem;

  line-height: 1;

  color: var(--accent);

  margin-bottom: 18px;
}

.vr-price-label {

  margin: 0 0 6px;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 0.72rem;

  letter-spacing: 0.16em;

  text-transform: uppercase;

  color: var(--text-soft);
}

.vr-price-step h3 {

  margin: 0 0 10px;

  font-size: 1.3rem;

  line-height: 1.2;
}

.vr-price-step p:last-child {
  margin-bottom: 0;
}

.step-1 {
  transform: translateY(0);
}

.step-2 {
  transform: translateY(28px);
}

.step-3 {
  transform: translateY(56px);
}

.step-4 {
  transform: translateY(84px);
}

@media (max-width: 1080px) {

  .vr-price-steps {
    grid-template-columns: 1fr 1fr;
  }

  .step-1,
  .step-2,
  .step-3,
  .step-4 {
    transform: none;
  }

}

@media (max-width: 640px) {

  .vr-price-steps {
    grid-template-columns: 1fr;
  }

}