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

  :root {
    --night:   #0A1628;
    --ivory:   #F7F4EF;
    /*--gold:    #031a85;*/
	--gold: #0052cc;
    --electric:#2D5BE3;
    --beige:   #E8E2D9;
    --mid:     #6B7280;
    --night2:  #1A1A1A;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Inter', sans-serif;
    background: var(--ivory);
    color: var(--night);
    -webkit-font-smoothing: antialiased;
  }
.tchat {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 65px;
	right: 15px;
	z-index: 999;
	background-color: #2db742;
	border-radius: 25px;
	color: #fff;
	padding: 10px;
	height: 65px;
	width: 65px;
	line-height: 1.3;
}
.tchat i.fa.fa-whatsapp {
	color: white;
	font-size: 35px;
}
.tchat-top.nav-cta {
    background-color: #2db742;
    color: #fff;
	    padding: 5px 10px;
}

.tchat-top.nav-cta a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.footer-widget.links-widget .col-md-6 li a {
	font-size: 12.5px;
	color: var(--blue-text);
	line-height: 1.4;
	padding-bottom: 5px;
}
  /* â”€â”€ NAV â”€â”€ */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 5vw;
    height: 68px;
    background: #1A1A1A;
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(201,169,110,.15);
  }
/*  .nav-logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    color: var(--ivory);
    letter-spacing: .04em;
    display: flex; align-items: center; gap: 10px;
  }
  
  .nav-logo span {
    display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; border-radius: 6px;
    background: var(--gold);
    font-family: 'Playfair Display', serif;
    font-weight: 700; font-size: 1rem; color: #fff;
  }*/
  .nav-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}
.nav-logo-mark {
    width: 38px;
    height: 38px;
    background: #0052cc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}
.nav-logo-text {
    color: white;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
}
.nav-logo-text span {
    color: var(--gold);
    display: block;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 400;
}
  .nav-links {
    display: flex; gap: 2rem; list-style: none;
  }
  .nav-links a {
    font-size: .82rem; font-weight: 400; letter-spacing: .06em;
    color: rgba(247,244,239,.65);
    text-decoration: none; text-transform: uppercase;
    transition: color .2s;
	height: 68px;
    display: block;
    line-height: 68px;
  }
  .nav-links ul a {
    text-transform: none;
    padding: 10px;
    height: initial;
    line-height: initial;
    font-size: 12px;
}

  .nav-links a:hover { color: var(--gold); }
  .nav-cta {
    background: var(--gold); color: #fff;
    font-size: .78rem; font-weight: 600; letter-spacing: .07em;
    text-transform: uppercase; text-decoration: none;
    padding: 10px; border-radius: 4px;
    transition: opacity .2s;
  }
  .nav-cta:hover { opacity: .88; }

  /* â”€â”€ HERO â”€â”€ */
  .hero {
    min-height: 100vh;
    display: grid; grid-template-columns: 1fr 1fr;
    padding-top: 68px;
  }
  .hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 55%, rgba(201, 169, 110, 0.07) 55%, rgba(201, 169, 110, 0.07) 60%, transparent 60%);
    pointer-events: none;
}
  .hero-left {
    background: #000;
    padding: 9vh 6vw 9vh 7vw;
    display: flex; flex-direction: column; justify-content: center;
    position: relative; overflow: hidden;
  }
  .hero-left::before {
    content: '';
    position: absolute; bottom: -80px; left: -80px;
    width: 340px; height: 340px; border-radius: 50%;
    background: radial-gradient(circle, rgba(45,91,227,.18) 0%, transparent 70%);
  }
  .hero-eyebrow {
    font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
    color: #fff; margin-bottom: 1.8rem;
    display: flex; align-items: center; gap: .75rem;
  }
  .hero-eyebrow::before {
    content: ''; display: inline-block; width: 28px; height: 1px; background: var(--gold);
  }
  .hero-h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.6rem, 4vw, 3.8rem);
    font-weight: 700; line-height: 1.12;
    color: var(--ivory);
    margin-bottom: 1.6rem;
  }
  .hero-h1 em {
    font-style: italic; color: var(--gold);
  }
  .hero-sub {
    font-size: .95rem; line-height: 1.75; color: rgba(247,244,239,.85);
     margin-bottom: 2.8rem;
  }
  .hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
  .btn-primary {
    background: var(--gold); color:#fff;
    font-size: .8rem; font-weight: 600; letter-spacing: .08em;
    text-transform: uppercase; text-decoration: none;
    padding: 14px 28px; border-radius: 4px;
    transition: opacity .2s;
  }
  .btn-primary:hover { opacity: .88; }
  .btn-ghost {
    background: transparent;
    border: 1px solid rgba(247,244,239,.25);
    color: rgba(247,244,239,.75);
    font-size: .8rem; font-weight: 500; letter-spacing: .06em;
    text-decoration: none; padding: 14px 28px; border-radius: 4px;
    transition: border-color .2s, color .2s;
  }
  .btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

  .hero-right {
    background: var(--ivory);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 9vh 7vw 9vh 6vw;
    gap: 2rem;
    
    background-size: cover;
	background-position: bottom center;
  }
  .stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .stat-card {
    background: #fff; border: 1px solid var(--beige);
    border-radius: 8px; padding:1rem;
    position: relative; overflow: hidden;
  }
  .stat-card::after {
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 100%; height: 3px; background: var(--gold);
    transform: scaleX(0); transform-origin: left;
    transition: transform .4s ease;
  }
  .stat-card:hover::after { transform: scaleX(1); }
  .stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 1.5vw; font-weight: 700; color: var(--night);
    line-height: 1; margin-bottom: .35rem;
  }
  .stat-gold { color: var(--gold); }
  .stat-label {
    font-size: .65rem; font-weight: 500; letter-spacing: .08em;
    text-transform: uppercase; color: var(--mid);
  }
  .hero-badge {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: .78rem;
    color: #ffffff;
    border-top: 1px solid var(--beige);
    padding-top: 1.5rem;
    margin-top: .5rem;
    font-weight: bold;
}
  .badge-dot {
    width: 8px; height: 8px; border-radius: 50%; background: #e32d4d; flex-shrink: 0;
  }

  /* â”€â”€ SECTION BASE â”€â”€ */
  section { padding: 7rem 7vw; }

  .section-eyebrow {
    font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 1rem;
    display: flex; align-items: center; gap: .6rem;
  }
  .section-eyebrow::before {
    content: ''; display: inline-block; width: 20px; height: 1px; background: var(--gold);
  }
  .section-h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.9rem, 2.8vw, 2.8rem);
    font-weight: 700; line-height: 1.2;
    color: var(--night); margin-bottom: 1rem;
  }
  .section-h2 em { font-style: italic; color: var(--electric); }
  .section-h2-light { color: var(--ivory); }
  .section-lead {
    font-size: .95rem; line-height: 1.75; color: var(--mid);
     margin-bottom: 4rem;
  }
  .section-lead-light { color: rgba(247,244,239,.6); }

  /* â”€â”€ EXPERTISES â”€â”€ */
  .expertises { background: var(--ivory); }
  .exp-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px;
    background: var(--beige); border: 1px solid var(--beige);
    border-radius: 10px; overflow: hidden;
  }
  .exp-card {
    background: #fff; padding: 2.2rem 1.8rem;
    transition: background .25s;
    cursor: default;
  }
  .exp-card:hover { background: var(--night); }
  .exp-card:hover .exp-title { color: var(--ivory); }
  .exp-card:hover .exp-body { color: rgba(247,244,239,.6); }
  .exp-card:hover .exp-link { color: var(--gold); }
  .exp-num {
    font-size: .68rem; letter-spacing: .16em; color: var(--gold);
    font-weight: 600; margin-bottom: 1.1rem;
  }
  .exp-icon { font-size: 1.6rem; margin-bottom: 1rem; display: block; }
  .exp-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem; font-weight: 600; color: var(--night);
    margin-bottom: .7rem; transition: color .25s;
  }
  .exp-body {
    font-size: .83rem; line-height: 1.65; color: var(--mid);
    margin-bottom: 1.2rem; transition: color .25s;
  }
  .exp-link {
    font-size: .75rem; font-weight: 600; letter-spacing: .07em;
    text-transform: uppercase; color: var(--electric);
    text-decoration: none; transition: color .25s;
  }

  /* â”€â”€ INVEST â”€â”€ */
  .invest { background: var(--night); }
  .invest-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 5rem;
    align-items: start;
  }
  .invest-left {}
  .invest-links { list-style: none; margin-bottom: 3rem; }
  .invest-links li {
    border-bottom: 1px solid rgba(247,244,239,.1);
  }
  .invest-links a {
    display: flex; align-items: center; justify-content: space-between;
    padding: 1rem 0; font-size: .88rem; color: rgba(247,244,239,.75);
    text-decoration: none; transition: color .2s;
  }
  .invest-links a:hover { color: var(--gold); }
  .invest-links a::after { content: '→'; font-size: .9rem; }
  .invest-right { display: flex; flex-direction: column; gap: 1.2rem; }
  .invest-card {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 8px; padding: 1.4rem 1.6rem;
    display: flex; gap: 1rem; align-items: flex-start;
    transition: border-color .2s;
  }
  .invest-card:hover { border-color: rgba(201,169,110,.3); }
  .invest-card-icon { font-size: 1.4rem; flex-shrink: 0; }
  .invest-card-title {
    font-family: 'Playfair Display', serif;
    font-size: .95rem; font-weight: 600; color: var(--ivory); margin-bottom: .3rem;
  }
  .invest-card-body { font-size: .8rem; line-height: 1.6; color: rgba(247,244,239,.5); }
  .expertises .invest-card {
        background-color: var(--mid);
}

.expertises .invest-card-body {
    color: #fff;
}
.expertises .invest-grid {
    margin-bottom: 40px;
}
  /* â”€â”€ SECTEURS â”€â”€ */
  .secteurs { background: var(--beige); }
  .secteur-tags {
    display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem;
  }
  .secteur-tag {
    display: inline-flex; align-items: center; gap: .4rem;
    padding: .6rem 1.2rem;
    background: #fff; border: 1px solid var(--beige);
    border-radius: 999px; font-size: .82rem; color: var(--night);
    text-decoration: none; transition: all .2s;
  }
  .secteur-tag:hover {
    background: var(--night); color: var(--ivory); border-color: var(--night);
  }

  /* â”€â”€ CABINET â”€â”€ */
  .cabinet {
    background: var(--ivory);
    display: grid; grid-template-columns: 1fr 1fr; gap: 6rem;
    align-items: center;
  }
  .cabinet-quote {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem; font-style: italic; line-height: 1.7;
    color: var(--night); border-left: 3px solid var(--gold);
    padding-left: 1.4rem; margin: 2rem 0;
  }
  .cabinet-body {
    font-size: .9rem; line-height: 1.8; color: var(--mid); margin-bottom: 2rem;
  }
  .contact-list { list-style: none; display: flex; flex-direction: column; gap: .6rem; }
  .contact-list li {
    font-size: .84rem; color: var(--mid);
    display: flex; align-items: center; gap: .6rem;
  }
  .contact-list span { color: var(--night); font-weight: 500; }
  .zones { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 2rem; }
  .zone-badge {
    background: var(--night); color: var(--ivory);
    font-size: .72rem; font-weight: 500; letter-spacing: .06em;
    padding: .4rem .9rem; border-radius: 999px;
  }
  .zone-badge.active { background: var(--gold); color: #fff; }
  .cabinet-map {
    background: var(--night);
    border-radius: 12px; height: 420px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 1rem; position: relative; overflow: hidden;
	background-image: url(https://www.fathi-saidi.com/images/Empalcement-Cabinet-Fathi-Saidi.webp);
    background-size: cover;
	background-position: bottom center;
  }
  .cabinet-map::before {
    content: '';
    position: absolute; inset: 0;
    background: 
      radial-gradient(circle at 50% 50%, rgba(45,91,227,.2) 0%, transparent 65%),
      repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255,255,255,.04) 40px),
      repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(255,255,255,.04) 40px);
  }
  .map-pin { font-size: 2.8rem; position: relative; z-index: 1; display:none;}
  .map-label {
    font-family: 'Playfair Display', serif;
    font-size: 1rem; color: var(--ivory); text-align: center; position: relative; z-index: 1;display:none;
  }
  .map-sub { font-size: .75rem; color: rgba(247,244,239,.5); position: relative; z-index: 1; display:none;}

  /* â”€â”€ AVIS â”€â”€ */
  .avis { background: var(--night2); }
  .avis-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 3rem;
  }
  .avis-card {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px; padding: 2rem;
    transition: border-color .25s, transform .25s;
  }
  .avis-card:hover { border-color: rgba(201,169,110,.3); transform: translateY(-2px); }
  .stars { color: var(--electric); font-size: .9rem; margin-bottom: 1rem; letter-spacing: .1em; }
  .avis-text {
    font-family: 'Playfair Display', serif;
    font-size: .95rem; font-style: italic; line-height: 1.7;
    color: rgba(247,244,239,.8); margin-bottom: 1.2rem;
  }
  .avis-author { font-size: .78rem; font-weight: 600; color: var(--electric); letter-spacing: .05em; }
  .avis-header {
    display: flex; align-items: flex-end; justify-content: space-between;
    flex-wrap: wrap; gap: 1rem; margin-bottom: 1rem;
  }
  .avis-score {
    font-family: 'Playfair Display', serif;
    font-size: 3rem; font-weight: 700; color: var(--ivory); line-height: 1;
  }
  .avis-score-sub { font-size: .75rem; color: var(--mid); margin-top: .3rem; }

  /* â”€â”€ SHELF â”€â”€ */
  .shelf {
    background: linear-gradient(135deg, var(--night2) 0%, #0d1f40 100%);
    padding: 6rem 7vw;
    display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
  }
  .shelf-checks { list-style: none; margin: 2rem 0 2.5rem; display: flex; flex-direction: column; gap: .9rem; }
  .shelf-checks li {
    font-size: .88rem; color: rgba(247,244,239,.75);
    display: flex; align-items: flex-start; gap: .75rem;
  }
  .shelf-checks li::before {
    content: "✓"; color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: .05em;
  }
  .shelf-links { display: flex; flex-direction: column; gap: .6rem; }
  .shelf-link {
    font-size: .83rem; color: rgba(247,244,239,.6); text-decoration: none;
    display: flex; align-items: center; gap: .5rem; transition: color .2s;
  }
  .shelf-link::before { content: "→"; color: var(--gold); }
  .shelf-link:hover { color: var(--gold); }
  .shelf-visual {
    background: rgba(255,255,255,.04); border: 1px solid rgba(201,169,110,.2);
    border-radius: 12px; padding: 2.5rem;
  }
  .shelf-tag {
    display: inline-flex; align-items: center; gap: .4rem;
    background: rgba(201,169,110,.15); color: var(--gold);
    font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
    padding: .4rem .9rem; border-radius: 999px; margin-bottom: 1.5rem;
  }
  .shelf-visual-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem; color: var(--ivory); margin-bottom: .6rem;
  }
  .shelf-visual-sub { font-size: .82rem; color: rgba(247,244,239,.5); margin-bottom: 2rem; }
  .shelf-features { display: flex; flex-direction: column; gap: .8rem; }
  .shelf-feature {
    display: flex; gap: .8rem; align-items: flex-start;
    padding: .9rem 1rem; background: rgba(255,255,255,.04); border-radius: 6px;
  }
  .shelf-feature-icon { font-size: 1rem; flex-shrink: 0; }
  .shelf-feature-text { font-size: .8rem; color: rgba(247,244,239,.65); line-height: 1.5; }

  /* â”€â”€ BLOG â”€â”€ */
  .blog { background: var(--ivory); }
  .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
  .blog-card {
    background: #fff; border: 1px solid var(--beige);
    border-radius: 10px; overflow: hidden;
    transition: transform .25s, box-shadow .25s;
  }
  .blog-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(10,22,40,.08); }
  .blog-card-top {
    padding: 1.8rem 1.6rem 1.4rem;
    border-bottom: 1px solid var(--beige);
  }
  .blog-date {
    font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
    color: var(--gold); margin-bottom: .8rem;
  }
  .blog-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem; font-weight: 600; line-height: 1.4;
    color: var(--night); margin-bottom: .6rem;
  }
  .blog-excerpt { font-size: .8rem; line-height: 1.65; color: var(--mid); }
  .blog-card-bot {
    padding: 1rem 1.6rem;
    display: flex; align-items: center; justify-content: space-between;
  }
  .blog-read {
    font-size: .75rem; font-weight: 600; letter-spacing: .07em;
    text-transform: uppercase; color: var(--electric); text-decoration: none;
    transition: opacity .2s;
  }
  .blog-read:hover { opacity: .7; }

  /* â”€â”€ CTA â”€â”€ */
  .cta-section {
    background: var(--gold); padding: 2.5rem 7vw;
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 2rem;
  }
  .cta-section .section-h2 { color: #fff !important; max-width: none; margin: 0; }
  .cta-section .section-h2 em { color: #fff; text-decoration: underline; }
  .cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
  .btn-dark {
    background: #000; color: var(--ivory);
    font-size: .8rem; font-weight: 600; letter-spacing: .08em;
    text-transform: uppercase; text-decoration: none;
    padding: 14px 28px; border-radius: 4px; transition: opacity .2s;
  }
  .btn-dark:hover { opacity: .85; }
  .btn-outline-dark {
    background: transparent; border: 2px solid #fff;
    color: #ffffff; font-size: .8rem; font-weight: 600;
    letter-spacing: .08em; text-transform: uppercase; text-decoration: none;
    padding: 12px 26px; border-radius: 4px; transition: all .2s;
  }
  .btn-outline-dark:hover { background: var(--night); color: var(--gold); }

  /* â”€â”€ FOOTER â”€â”€ */
  footer {
    background: #000; color: #fff;
    padding: 4rem 7vw 2rem;
  }
  .footer-grid {
    display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 3rem; margin-bottom: 3rem;
  }
  .footer-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1rem; color: var(--ivory); margin-bottom: 1rem;
    display: flex; align-items: center; gap: .6rem;
  }
  .footer-brand span {
    width: 30px; height: 30px; border-radius: 5px;
    background: var(--gold); display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: .9rem; color: #fff;
    letter-spacing: 2px;
  }
  .footer-desc { font-size: .8rem; line-height: 1.7; margin-bottom: 1.5rem; }
  .footer-social { display: flex; gap: .7rem; }
  .footer-social a {
    width: 34px; height: 34px; border-radius: 6px;
    border: 1px solid rgba(247,244,239,.15);
    display: flex; align-items: center; justify-content: center;
    font-size: .8rem; color: rgba(247,244,239,.5); text-decoration: none;
    transition: all .2s;
  }
  .footer-social a:hover { border-color: var(--gold); color: var(--gold); }
  .footer-col-title {
    font-size: .72rem; font-weight: 600; letter-spacing: .12em;
    text-transform: uppercase; color: var(--ivory); margin-bottom: 1.2rem;
  }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .55rem; }
  .footer-col a {
    font-size: .8rem; color: #fff; text-decoration: none; transition: color .2s;
  }
  .footer-col a:hover { color: var(--gold); }
  .footer-bottom {
    border-top: 1px solid rgba(247,244,239,.08);
    padding-top: 1.5rem;
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .5rem;
    font-size: .75rem;
  }
  .footer-bottom-right { #aebcff }

  /* â”€â”€ RESPONSIVE â”€â”€ */
  @media (max-width: 900px) {
    .hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-right {padding-top: 3rem;padding-bottom: 5rem;min-height: 600px;position: relative;}
    .invest-grid, .cabinet, .shelf, .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .exp-grid { grid-template-columns: 1fr 1fr; }
    .blog-grid { grid-template-columns: 1fr; }
    .avis-grid { grid-template-columns: 1fr; }
    .cta-section { flex-direction: column; }
    .nav-links { display: none; }
    section { padding: 4rem 5vw; }
  }
  @media (max-width: 600px) {
    .exp-grid { grid-template-columns: 1fr; }
    .stat-grid {grid-template-columns: 1fr 1fr;display: block;max-width: 330px;position: absolute;bottom: -50px;}
	.stat-card {    margin-bottom: 10px;}
  }

  /* â”€â”€ ANIMATIONS â”€â”€ */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .hero-left > * { animation: fadeUp .7s ease both; }
  .hero-eyebrow { animation-delay: .1s; }
  .hero-h1      { animation-delay: .2s; }
  .hero-sub     { animation-delay: .3s; }
  .hero-actions { animation-delay: .4s; }

  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; }
  }
/*
nav{
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:relative;
}
*/
.nav-links{
    display:flex;
    align-items:center;
    gap:15px;
	position:relative;
}

.nav-links li{
    list-style:none;
    /*position:relative;*/
}

.nav-links li ul{
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    min-width: 260px;
	width:100%;
    background: var(--night);
    z-index: 999;
	/*display: flex;*/
	    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
	    flex-wrap: wrap;
}

.nav-links li:hover>ul{
        opacity: 1;
    visibility: visible;
    transform: translateY(0);
	z-index: 9999;
	display: flex;
}
.nav-links li.dropdown > ul > li {
    width: 33.33%;
}
.menu-toggle{
    display:none;
    width:32px;
    cursor:pointer;
	position: absolute;
    right: 10px;
}

.menu-toggle span{
    display:block;
    height:3px;
    margin:6px 0;
    background:#fff;
    transition:.3s;
}
.nav-links li ul ul {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 9999;
    display: flex;
    position: initial;
	min-width: initial;
}
.nav-links ul ul a {
    padding: 5px 15px;
}
.nav-links > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 0;
}
/* Conteneur des actualitÃ©s */
.single-item-carousel22 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

/* Chaque actualitÃ© */
.slide-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s;
}

.slide-item:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
    transform: translateY(-5px);
}

/* Image */
.slide-item figure {
    margin: 0;
}

.slide-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* Contenu */
.slide-item .content {
    padding: 20px;
}

.slide-item h4 {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 1.4;
    color: #222;
}

.slide-item .resume {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Bouton */
.readMore {
    display: inline-block;
    color: #0056b3;
    font-weight: 600;
    text-decoration: none;
}

.readMore:hover {
    text-decoration: underline;
}
/* =========================
   ARTICLE
========================= */

.about-farm {
        padding: 6rem 5vw;
    background: #fafafa;
	    margin-top: 50px;
		    display: flex;
}

/* Titre */

.about-farm .sec-title-one h1, .about-farm h1 {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--gold);
    /*text-align: center;*/
    margin-bottom: 50px;
}

/* Colonnes */

.about-farm .column {
    margin-bottom: 40px;
}

/* Date */

.about-farm .date {
    display: inline-block;
    padding: 10px 18px;
    background: #f2f5f8;
    border-left: 4px solid var(--mid);
    border-radius: 5px;
    font-size: 15px;
    color: #555;
    margin-bottom: 30px;
}

.about-farm .date i {
    color: #d62828;
    margin-right: 8px;
}

/* Image */

.about-farm .image-box {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.about-farm .image-box img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

/* Paragraphes */

.about-farm p {
        font-size: .95rem;
    line-height: 1.75;
    color: var(--mid);
    margin-bottom: 25px;
}

/* Titres */

.about-farm h2 {
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 30px;
    color: #1d3557;
    font-weight: 700;
    border-left: 5px solid var(--mid);
    padding-left: 15px;
}

/* Listes */

.about-farm ul {
    margin: 20px 0 30px;
    padding-left: 25px;
}

.about-farm ul li {
    margin-bottom: 12px;
    line-height: 1.8;
    color: var(--gold);
    font-size: .88rem;
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}
.about-farm li::before {
    content: "✓";
    color: var(--gold);
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 0.05em;
}

/* Boutons */

.boutonarticle,
.boutonarticle2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.boutonarticle {
    background: var(--gold);
}

.boutonarticle2 {
    background: var(--mid) !important;
}

.boutonarticle:hover,
.boutonarticle2:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

/* IcÃ´nes */

.boutonarticle img {
    width: 18px;
    height: 18px;
}
.sub.about-farm .auto-container {
    width: 100%;
}

figure.image-box--small img {
    width: 90%;
    border-radius: 20px;
	margin: 5%;
}
.about-farm .auto-container {
    width: 75%;
}
sidebar {
    width: 24%;
    border-radius: 25px;
    margin-left: 1%;
}
 sidebar .shelf-visual{
 background-color: #062540;
 }
 
 


/* ==============================
   SECTION SEO NON RESIDENTS
============================== */


.hero-seo {
    background: linear-gradient(135deg, #f8fbff, #ffffff);
    padding: 45px;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.hero-seo h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #1c2b39;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-seo p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}


/* ==============================
   BLOCS SEO
============================== */

.section-seo {
    margin-bottom: 45px;
}

.section-seo h2 {
    position: relative;
    font-size: 30px;
    color: #1c2b39;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 18px;
}

.section-seo h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    height: 28px;
    width: 5px;
    background: var(--gold);
    border-radius: 5px;
}

.section-seo p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}


.section-seo ul {
    padding-left: 25px;
}

.section-seo ul li {
    margin-bottom: 12px;
    font-size: 16px;
    color: #444;
}

.section-seo ul li::marker {
    color: #4ec54e;
}


/* ==============================
   BOUTONS
============================== */

.boutonarticle,
.boutonarticle2 {

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 15px 28px;
    border-radius: 50px;

    font-weight: 600;
    font-size: 16px;

    transition: all .3s ease;
    text-decoration: none;
}


.boutonarticle {
    background: #1c2b39;
    color:white;
}

.boutonarticle:hover {
    background:var(--gold);
    color:white;
    transform:translateY(-3px);
}





.boutonarticle2:hover {
    background:var(--gold) !important;
    transform:translateY(-3px);
}


.boutonarticle img {
    width:22px;
}


/* ==============================
   CARTES SERVICES 3D
============================== */


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


.service-card {

    background:#fff;

    padding:30px;

    border-radius:18px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.08),
    inset 0 0 0 1px rgba(0,0,0,.03);

    transition:.35s ease;

    font-size:16px;
    line-height:1.7;

}


.service-card:hover {

    transform:
    translateY(-10px)
    rotateX(3deg);

    box-shadow:
    0 25px 45px rgba(0,0,0,.15);

}


.service-card strong {
    display:block;
    color:#1c2b39;
    font-size:18px;
    margin-bottom:10px;
}


/* ==============================
   FAQ BOOTSTRAP CUSTOM
============================== */


.panel {

    border:none;
    margin-bottom:15px;
    border-radius:15px;
    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,.07);

}


.panel-heading {

    background:#ffffff;
    padding:0;

}


.panel-title a {

    display:block;

    padding:22px 25px;

    color:#1c2b39;

    font-size:18px;

    font-weight:600;

    text-decoration:none;

    position:relative;

}


.panel-title a:after {

    content:"+";

    position:absolute;
    right:25px;

    font-size:25px;

    color:#4ec54e;

}


.panel-title a[aria-expanded="true"]:after {

    content:"âˆ’";

}



.panel-body {

    padding:25px;

    background:#fafafa;

    color:#555;

    line-height:1.8;

    font-size:16px;

}


/* ==============================
   ANIMATION
============================== */


.section-seo,
.service-card,
.hero-seo {

    animation:fadeUp .7s ease both;

}


@keyframes fadeUp {

from {

opacity:0;
transform:translateY(30px);

}

to {

opacity:1;
transform:translateY(0);

}

}


/* ==============================
   RESPONSIVE MOBILE
============================== */


@media(max-width:992px){

.hero-seo h1{
    font-size:34px;
}

.services-grid{
    grid-template-columns:1fr;
}


}


@media(max-width:600px){


.about-farm {
    padding:30px 15px;
}


.hero-seo {

    padding:25px;

}


.hero-seo h1 {

    font-size:28px;

}


.hero-seo p {

    font-size:16px;

}


.hero-seo div[style],
.section-seo div[style] {

    flex-direction:column !important;
    gap:15px;

}


.boutonarticle,
.boutonarticle2 {

    width:100%;
    margin-right:0 !important;

}


.section-seo h2 {

    font-size:24px;

}


}
 
@media (min-width: 1200px) {
    .col-lg-7 {
        width: 58.33333333%;
		        float: left;
    }
	.col-lg-5 {
        width: 41.66666667%;
		        float: left;
    }
	.column.col-lg-12 {
    width: 100%;
    clear: both;
}
}
/* Responsive */

@media (max-width:991px){

    .about-farm .sec-title-one h1{
        font-size:34px;
    }

    .about-farm .image-box{
        margin-top:30px;
    }

}

@media (max-width:767px){

    .about-farm{
        padding:50px 0;
    }

    .about-farm .sec-title-one h1{
        font-size:28px;
    }

    .about-farm h2{
        font-size:24px;
    }

    .about-farm p,
    .about-farm li{
        font-size:16px;
    }

    .about-farm div[style*="display:flex"]{
        display:block !important;
    }

    .boutonarticle,
    .boutonarticle2{
        display:flex;
        justify-content:center;
        width:100%;
        margin:15px 0 !important;
    }

}




















/**********************/
/**** MOBILE **********/
/**********************/

@media(max-width:991px){

nav{
    /* flex-wrap:wrap; */
}

.menu-toggle{
    display:block;
}

.nav-cta{
    display:none;
}

.nav-links{
    width:100%;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    background:#fff;
    margin-top: 67px;
    position: absolute;
    top: 0;
    background-color: var(--night2);
}

.nav-links.active{
    display:flex;
			overflow-y: scroll;
        height: 100vh;
        padding-bottom: 90px;
}

.nav-links>li{
    width:100%;
    border-bottom:1px solid #eee;
}

.nav-links>li>a{
    display:block;
    padding: 9px;
    height: initial;
    line-height: 1.5;
}

.nav-links li ul{
    display: block;
    position:static;
    width:100%;
    box-shadow:none;
    background: var(--night);
    visibility: visible;
    opacity: 1;
}

.nav-links li.open>ul{
    display:block;
}

.nav-links li ul li a{
    padding:12px 30px;
}

.nav-links li ul li ul li a{
    padding-left:50px;
}
.nav-links li.dropdown > ul > li {
    width: 100%;
}
}
/***====================================================================Contact Section====================================================================***/
.contact-section {
	position: relative;
}

.contact-section .form-wrapper .sec-title-one h1 {
	font-size: 20px;
	display: block;
	text-align: left;
	font-weight: 600;
}
.contact-section .form-wrapper .row {
	display: flex;
}
.contact-section .form-wrapper .row .contact-infos {
    background-color: var(--gold);
    color: rgb(255 255 255);
	padding: 30px;
}
.contact-section .form-wrapper .row .contact-infos .sec-title-one h2 {
	display: block;
	text-align: left;
	color: white;
	font-size: 20px;
	font-weight: 600;
}
.contact-section .form-wrapper .row .contact-infos .info-column {
	margin: 10px 0;
}
.contact-section.form-wrapper.row.contact-infos.info-column.column-headerh3 {
	display: flex;
	text-transform: capitalize;
	font-weight: 600;
}
.contact-section.form-wrapper.row.contact-infos.info-column.column-headerh3.icon {
	-webkit-margin-end: 10px;
	margin-inline-end: 10px;
}
.contact-section .form-wrapper .row .social-icons {
	margin: 25px 0;
}
.contact-section .form-wrapper .row .social-icons ul {
	list-style: none;
	display: flex;
	gap: 40px;
	padding: 0;
}
.contact-section .form-wrapper .row .social-icons ul li a {
	color: white;
	transition: all 0.2s ease-in-out;
}
.contact-section .form-wrapper .row .social-icons ul li a img {
	width: 15px;
	height: 15px;
	filter: brightness(100);
}
.contact-section .form-wrapper .row .social-icons ul li a:hover {
	opacity: 0.6;
}
.contact-section .form-wrapper .row #map {
	width: 100%;
	height: 300px;
}
.contact-section .contact-form {
	    max-width: 90%;
	    margin: 0 auto;
	    border: 1px solid lightgrey;
	    border-radius: 10px;
	    padding: 40px;
	    max-width: 900px;
		    margin-top: 50px;
}
.contact-section .contact-form form {
	display: flex;
	flex-wrap: wrap;
}
.contact-section .contact-form .form-group {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--blue-text);
    padding: 0;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    margin-bottom: 20px;
}
.contact-section .contact-form .form-group input,.contact-section .contact-form .form-group textarea,.contact-section .contact-form .form-group select {
	border: 0;
	box-shadow: none;
	border-radius: 0;
	color: black;
}
.contact-section .contact-form .form-group input::-moz-placeholder,.contact-section .contact-form .form-group textarea::-moz-placeholder,.contact-section .contact-form .form-group select::-moz-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--blue-text);
	opacity: 1;
	/* Firefox */
}
.contact-section .contact-form .form-group input:-ms-input-placeholder,.contact-section .contact-form .form-group textarea:-ms-input-placeholder,.contact-section .contact-form .form-group select:-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--blue-text);
	opacity: 1;
	/* Firefox */
}
.contact-section .contact-form .form-group input::placeholder,.contact-section .contact-form .form-group textarea::placeholder,.contact-section .contact-form .form-group select::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--blue-text);
	opacity: 1;
	/* Firefox */
}
.contact-section .contact-form .form-group.message {
	width: 100%;
	align-items: flex-start;
}
.contact-section .contact-form .form-group.message > img {
	margin-top: 5px;
}
.contact-section .contact-form .form-group textarea {
	height: 180px;
}
.contact-section .contact-form button {
	padding: 10px 25px;
	border-radius: 25px;
	margin-top: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.default-form select {
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #ffffff url(../images/icons/icon-select.png) right centerno-repeat;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact-section .contact-form .form-group input, .contact-section .contact-form .form-group textarea, .contact-section .contact-form .form-group select {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    color: black;
    box-shadow: 0 0 2px #bbb;
}
.capbox {
	border-width: 0px 12px 0px 0px;
	display: inline-flex;
	align-items: center;
	gap: 20px;
	zoom: 1;
	width: 100%;
}
.capbox-inner {
	font: bold 11px arial, sans-serif;
	color: #000000;
	padding: 3px;
	border-radius: 4px;
}
.capbox-inner span {
	display: block;
	margin-bottom: 5px;
}
#CaptchaDiv {
	font: bold 17px verdana, arial, sans-serif;
	font-style: italic;
	color: #ffffff;
	background-color: var(--gold);
	padding: 8px;
	border-radius: 4px;
}
#CaptchaInput {
	padding: 5px;
	width: 135px;
	height: 28px;
	font-size: 13px;
	border: 0;
	border-bottom: 1px solid var(--blue-text);
}
#CaptchaInput:focus {
	outline: none;
	border-color: var(--blue-text) !important;
}
#CaptchaInput::-moz-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 1;
	font-size: 11px;
	/* Firefox */
}
#CaptchaInput:-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 1;
	font-size: 11px;
	/* Firefox */
}
#CaptchaInput::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 1;
	font-size: 11px;
	/* Firefox */
}
p.txt-form.col-sm-12 {
    font-size: 11px;
    color: black;
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
}

.table-seo {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.table-seo th {
  background-color: #0c3c60;
  color: #fff;
  padding: 12px;
  text-align: left;
}

.table-seo td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
}

.table-seo tr:hover {
  background-color: #f5f5f5;
}

/* ðŸ”¹ Version mobile */
@media (max-width: 768px) {
  .table-seo thead {
    display: none;
  }

  .table-seo, 
  .table-seo tbody, 
  .table-seo tr, 
  .table-seo td {
    display: block;
    width: 100%;
  }

  .table-seo tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
  }

  .table-seo td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .table-seo td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: 50%;
    text-align: left;
    font-weight: bold;
    color: #0c3c60;
  }
}
.single-item-carousel222 {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
}

.single-item-carousel222 .slide-item {
    padding: 30px;
    max-width: 90%;
    margin: 10px;
}
.row.clearfix {
    clear: both;
}

/* ==========================================
   SECTION CONTACT
========================================== */

.contact-section {
    background: #f7f8fa;
}

.contact-section .auto-container {
    width: 60%;
   
}
.contact-section sidebar {
    width: 39%;
}
.contact-section h1 {
    font-size: 38px;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 20px;
    line-height: 1.3;
}

.contact-section h2 {
    margin-top: 0;
    font-size: 30px;
    color: #1f2937;
}
iframe#map {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
}
.contact-section p,
.contact-section li {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

.contact-section ul {
    margin: 25px 0;
    padding-left: 20px;
}

/* ==========================================
   FORMULAIRE
========================================== */

.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
    margin: 50px auto;
}

.form-ses {
    display: flex;
    flex-wrap: wrap;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}

.col-md-6 {
    width: 50%;
}

.col-md-12,
.col-sm-12 {
    width: 100%;
}

.form-group i {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #b22222;
    font-size: 16px;
}

.form-group textarea + i {
    top: 25px;
}

.form-control,
.form-group select {
    width: 100%;
    height: 52px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 15px 0 10px;
    font-size: 15px;
    transition: .3s;
    background: #fff;
	    margin-left: 20px;
}

textarea.form-control {
    min-height: 160px;
    padding-top: 15px;
    resize: vertical;
}

.form-control:focus,
.form-group select:focus {
    border-color: #b22222;
    outline: none;
    box-shadow: 0 0 0 3px rgba(178,34,34,.12);
}

/* ==========================================
   CAPTCHA
========================================== */

.capbox {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 10px;
}

#CaptchaDiv {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 5px;
    /* background: #fff; */
    padding: 10px 20px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.capbox-inner input {
    width: 100%;
    max-width: 300px;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 10px;
}

/* ==========================================
   TEXTE RGPD
========================================== */

.txt-form {
    font-size: 13px;
    color: #777;
    margin: 20px 0;
    line-height: 1.6;
}

/* ==========================================
   BOUTON
========================================== */

.btn-style-one--red {
    background: var(--gold);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 15px 45px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.btn-style-one--red:hover {
    background: #8f1a1a;
    transform: translateY(-2px);
}
.readMore img {
    width: initial;
    height: initial;
}
/* ==========================================
   LIENS
========================================== */

.contact-section a {
    color: var(--gold);
    text-decoration: none;
    transition: .3s;
}

.contact-section a:hover {
    text-decoration: underline;
}
section.page-title.parrainage {
    background-size: contain;
	background-repeat:no-repeat;
    background-position: right top;
    margin-top: 68px;
    background-color: #cfd2dc;
    display: block;
    padding-top: 100px;
	    position: relative;
    height: 65vh;
    min-height: 560px;
}
a.btn-style-one--red.btn-parrainage {
    font-size: 17px;
    min-width: 130px !important;
    margin-top: 30px;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
	width: 100%;
    max-width: 300px;
    text-align: center;
}
.content-wrapper {
    display: flex;
    position: relative;
}

.content-wrapper figure {
    width: 30%;
}
/* ==========================================
   RESPONSIVE
========================================== */
@media (max-width:980px){
.contact-section .contact-form {
    padding:20px 10px;
}
}
@media (max-width:768px){

    .contact-form{
        padding:25px;
    }

    .col-md-6{
        width:100%;
    }

    .contact-section h1{
        font-size:30px;
    }

    .contact-section h2{
        font-size:24px;
    }
section.page-title.parrainage h1 {
    font-size: 5vw !important;
}
section.page-title.parrainage {
    background-size: 65vw auto;
    background-position: right bottom;
    padding-bottom: 200px;
}
.about-farm .auto-container {
    width: 100% !important;
	        padding: 10px;
}

.about-farm sidebar {
    width: 100% !important;
        padding: 10px;
        display: block;
}

section.about-farm {
    display: block;
	
}

}
@media (max-width:1400px){
  .nav-links a {
    font-size: .67rem; 
  }
  nav {
    padding: 0 2vw;
}
 .nav-cta, .tchat-top.nav-cta a {
    font-size: .68rem;
    letter-spacing:0;
    padding: 10px 5px;
} 
.nav-links {
    gap: 8px;
}
}
@media (max-width:1200px){
  .nav-links a {
    font-size: .67rem; 
  }
  nav {
    padding: 0 1vw;
}
 .nav-cta, .tchat-top.nav-cta a {
    font-size: .58rem;
    letter-spacing:0;
    padding: 10px 5px;
} 
.nav-links {
    gap: 7px;
}
}
