.elementor-784 .elementor-element.elementor-element-5ddd3245{--display:flex;--min-height:30vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-784 .elementor-element.elementor-element-944cbf0{width:var( --container-widget-width, 101.585% );max-width:101.585%;--container-widget-width:101.585%;--container-widget-flex-grow:0;}.elementor-784 .elementor-element.elementor-element-944cbf0.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-784 .elementor-element.elementor-element-4d6fee03{--display:flex;--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-784 .elementor-element.elementor-element-c64b067{--display:flex;}.elementor-784 .elementor-element.elementor-element-aab855b{--display:flex;}.elementor-784 .elementor-element.elementor-element-8916e3b{--display:flex;}.elementor-784 .elementor-element.elementor-element-e63e515{--display:flex;}.elementor-784 .elementor-element.elementor-element-e85084b{--display:flex;}.elementor-784 .elementor-element.elementor-element-09ad90d{--display:flex;}.elementor-784 .elementor-element.elementor-element-7b1d579{--display:flex;}.elementor-784 .elementor-element.elementor-element-c1b93c3{--display:flex;}.elementor-784 .elementor-element.elementor-element-c3607d7{--display:flex;}.elementor-784 .elementor-element.elementor-element-d83ddb7{--display:flex;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}body.elementor-page-784:not(.elementor-motion-effects-element-type-background), body.elementor-page-784 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-1e33a3d );}@media(min-width:768px){.elementor-784 .elementor-element.elementor-element-5ddd3245{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-944cbf0 */@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Lora:wght@400;500&family=Cormorant+Garamond:wght@300;400;500&display=swap');

.zones-hero {
  background: #0b0b0b;
  padding: 120px 24px;
}

.zones-hero-container {
  max-width: 950px;
  margin: 0 auto;

  padding: 70px 40px;

  text-align: center;

  border: 1px solid rgba(201,166,107,0.22);

  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.03),
    rgba(255,255,255,0.01)
  );
}

.zones-hero-subtitle {
  display: inline-block;
  margin-bottom: 18px;

  font-family: 'Lora', serif;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;

  color: #C9A66B;
}

.zones-hero-container h1 {
  margin: 0 0 28px;

  font-family: 'Gilda Display', serif;
  font-size: 50px;
  line-height: 1.15;
  font-weight: 400;

  color: #A67C00;
}

.zones-hero-container p {
  max-width: 720px;
  margin: 0 auto;

  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  line-height: 1.8;

  color: #EAEAEA;
}

@media (max-width: 768px) {

  .zones-hero {
    padding: 80px 20px;
  }

  .zones-hero-container {
    padding: 50px 24px;
  }

  .zones-hero-container h1 {
    font-size: 36px;
  }

  .zones-hero-container p {
    font-size: 18px;
    line-height: 1.7;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a4416fc */@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Lora:wght@400;500&family=Cormorant+Garamond:wght@300;400;500&display=swap');

.zones-cities {
  background: #0b0b0b;
  padding: 60px 24px;
}

/* HEADER */
.zones-cities-header {
  max-width: 900px;
  margin: 0 auto 70px;

  text-align: center;
}

.zones-cities-subtitle {
  display: inline-block;
  margin-bottom: 18px;

  font-family: 'Lora', serif;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;

  color: #C9A66B;
}

.zones-cities-header h2 {
  margin: 0 0 24px;

  font-family: 'Gilda Display', serif;
  font-size: 50px;
  line-height: 1.15;
  font-weight: 400;

  color: #A67C00;
}

.zones-cities-header p {
  max-width: 720px;
  margin: 0 auto;

  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  line-height: 1.8;

  color: #EAEAEA;
}

/* GRID */
.zones-grid {
  max-width: 1200px;
  margin: 0 auto;

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

/* CARD */
.zone-card {
  padding: 40px 34px;

  border: 1px solid rgba(201,166,107,0.16);

  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.03),
    rgba(255,255,255,0.01)
  );

  transition: all 0.35s ease;
}

.zone-card:hover {
  transform: translateY(-5px);

  border-color: rgba(201,166,107,0.38);

  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.05),
    rgba(255,255,255,0.02)
  );
}

/* TITLE */
.zone-card h3 {
  margin: 0 0 18px;

  font-family: 'Gilda Display', serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;

  color: #A67C00;
}

/* TEXT */
.zone-card p {
  margin: 0;

  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  line-height: 1.7;

  color: #EAEAEA;
}

/* RESPONSIVE */
@media (max-width: 992px) {

  .zones-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .zones-cities-header h2 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {

  .zones-cities {
    padding: 60px 20px;
  }

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

  .zones-cities-header h2 {
    font-size: 34px;
  }

  .zones-cities-header p,
  .zone-card p {
    font-size: 18px;
    line-height: 1.7;
  }

  .zone-card h3 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4bb5789 */.section-separator{
    width: 220px;
    height: 1px;
    background: linear-gradient(to right, transparent, #c8a96b, transparent);
    margin: 0 auto 60px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d56d153 */@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Lora:wght@400;500&family=Cormorant+Garamond:wght@300;400;500&display=swap');

.zones-transfers {
  background: #0b0b0b;

  padding: 60px 24px;

  max-width: 1300px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* CONTENT */
.zones-transfers-content {
  max-width: 620px;
}

/* SUBTITLE */
.zones-transfers-subtitle {
  display: inline-block;
  margin-bottom: 18px;

  font-family: 'Lora', serif;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;

  color: #C9A66B;
}

/* TITLE */
.zones-transfers-content h2 {
  margin: 0 0 26px;

  font-family: 'Gilda Display', serif;
  font-size: 50px;
  line-height: 1.15;
  font-weight: 400;

  color: #A67C00;
}

/* TEXT */
.zones-transfers-content > p {
  margin: 0 0 40px;

  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  line-height: 1.8;

  color: #EAEAEA;
}

/* LIST */
.transfer-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.transfer-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.transfer-item span {
  min-width: 38px;

  font-family: 'Lora', serif;
  font-size: 14px;
  letter-spacing: 2px;

  color: #C9A66B;
}

.transfer-item p {
  margin: 0;

  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  line-height: 1.7;

  color: #EAEAEA;
}

/* IMAGE */
.zones-transfers-image {
  height: 620px;

  overflow: hidden;

  border: 1px solid rgba(201,166,107,0.16);
}

.zones-transfers-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform 0.8s ease;
}

.zones-transfers-image:hover img {
  transform: scale(1.04);
}

/* RESPONSIVE */
@media (max-width: 992px) {

  .zones-transfers {
    grid-template-columns: 1fr;
  }

  .zones-transfers-content h2 {
    font-size: 40px;
  }

  .zones-transfers-image {
    height: 420px;
  }
}

@media (max-width: 768px) {

  .zones-transfers {
    padding: 60px 20px;
  }

  .zones-transfers-content h2 {
    font-size: 34px;
  }

  .zones-transfers-content > p,
  .transfer-item p {
    font-size: 18px;
    line-height: 1.7;
  }

  .zones-transfers-image {
    height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a259d9 */.section-separator{
    width: 220px;
    height: 1px;
    background: linear-gradient(to right, transparent, #c8a96b, transparent);
    margin: 0 auto 60px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0dff640 */@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Lora:wght@400;500&family=Cormorant+Garamond:wght@300;400;500&display=swap');

.zones-longdistance {
  background: #0b0b0b;
  padding: 60px 24px;
}

/* HEADER */
.zones-longdistance-header {
  max-width: 900px;
  margin: 0 auto 70px;

  text-align: center;
}

.zones-longdistance-subtitle {
  display: inline-block;
  margin-bottom: 18px;

  font-family: 'Lora', serif;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;

  color: #C9A66B;
}

.zones-longdistance-header h2 {
  margin: 0 0 24px;

  font-family: 'Gilda Display', serif;
  font-size: 50px;
  line-height: 1.15;
  font-weight: 400;

  color: #A67C00;
}

.zones-longdistance-header p {
  max-width: 720px;
  margin: 0 auto;

  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  line-height: 1.8;

  color: #EAEAEA;
}

/* GRID */
.zones-longdistance-grid {
  max-width: 1200px;
  margin: 0 auto 60px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* CARD */
.distance-card {
  padding: 44px 36px;

  border: 1px solid rgba(201,166,107,0.16);

  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.03),
    rgba(255,255,255,0.01)
  );

  transition: all 0.35s ease;
}

.distance-card:hover {
  transform: translateY(-5px);

  border-color: rgba(201,166,107,0.4);

  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.05),
    rgba(255,255,255,0.02)
  );
}

/* TITLE */
.distance-card h3 {
  margin: 0 0 20px;

  font-family: 'Gilda Display', serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;

  color: #A67C00;
}

/* TEXT */
.distance-card p {
  margin: 0;

  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  line-height: 1.8;

  color: #EAEAEA;
}

/* SIGNATURE */
.zones-signature {
  max-width: 850px;
  margin: 0 auto;

  text-align: center;
}

.zones-signature p {
  margin: 0;

  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  line-height: 1.9;
  font-style: italic;
  font-weight: 300;

  color: rgba(234,234,234,0.88);
}

/* RESPONSIVE */
@media (max-width: 992px) {

  .zones-longdistance-grid {
    grid-template-columns: 1fr;
  }

  .zones-longdistance-header h2 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {

  .zones-longdistance {
    padding: 60px 20px;
  }

  .zones-longdistance-header h2 {
    font-size: 34px;
  }

  .zones-longdistance-header p,
  .distance-card p,
  .zones-signature p {
    font-size: 18px;
    line-height: 1.7;
  }

  .distance-card h3 {
    font-size: 28px;
  }

  .distance-card {
    padding: 34px 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f64ac8 */.section-separator{
    width: 220px;
    height: 1px;
    background: linear-gradient(to right, transparent, #c8a96b, transparent);
    margin: 0 auto 60px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f394176 */@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Lora:wght@400;500&family=Cormorant+Garamond:wght@300;400;500&display=swap');

.zones-destinations {
  background: #0b0b0b;
  padding: 60px 24px;
}

/* HEADER */
.zones-destinations-header {
  max-width: 920px;
  margin: 0 auto 60px;

  text-align: center;
}

.zones-destinations-subtitle {
  display: inline-block;
  margin-bottom: 18px;

  font-family: 'Lora', serif;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;

  color: #C9A66B;
}

.zones-destinations-header h2 {
  margin: 0 0 24px;

  font-family: 'Gilda Display', serif;
  font-size: 50px;
  line-height: 1.15;
  font-weight: 400;

  color: #A67C00;
}

.zones-destinations-header p {
  max-width: 760px;
  margin: 0 auto;

  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  line-height: 1.8;

  color: #EAEAEA;
}

/* GRID */
.zones-destinations-grid {
  max-width: 1350px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

/* CARD */
.destination-card {
  position: relative;

  overflow: hidden;

  border: 1px solid rgba(201,166,107,0.16);

  min-height: 300px;
}

.destination-card.large {
  grid-column: span 6;
  min-height: 620px;
}

.destination-card:not(.large):not(.wide) {
  grid-column: span 3;
}

.destination-card.wide {
  grid-column: span 6;
  min-height: 300px;
}

/* IMAGE */
.destination-card img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform 0.8s ease;
}

.destination-card:hover img {
  transform: scale(1.05);
}

/* OVERLAY */
.destination-overlay {
  position: absolute;
  inset: 0;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  padding: 30px;

  background:
    linear-gradient(
      180deg,
      transparent 30%,
      rgba(0,0,0,0.82) 100%
    );
}

/* TITLE */
.destination-overlay span {
  margin-bottom: 14px;

  font-family: 'Gilda Display', serif;
  font-size: 34px;
  line-height: 1.15;

  color: #A67C00;
}

/* TEXT */
.destination-overlay p {
  margin: 0;

  max-width: 90%;

  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  line-height: 1.7;

  color: #EAEAEA;
}

/* RESPONSIVE */
@media (max-width: 1100px) {

  .zones-destinations-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .destination-card.large,
  .destination-card.wide,
  .destination-card:not(.large):not(.wide) {
    grid-column: span 1;
    min-height: 340px;
  }

  .zones-destinations-header h2 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {

  .zones-destinations {
    padding: 60px 20px;
  }

  .zones-destinations-header h2 {
    font-size: 34px;
  }

  .zones-destinations-header p,
  .destination-overlay p {
    font-size: 18px;
    line-height: 1.7;
  }

  .destination-overlay span {
    font-size: 28px;
  }

  .zones-destinations-grid {
    grid-template-columns: 1fr;
  }

  .destination-card.large,
  .destination-card.wide,
  .destination-card:not(.large):not(.wide) {
    min-height: 260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-24857e9 */.section-separator{
    width: 220px;
    height: 1px;
    background: linear-gradient(to right, transparent, #c8a96b, transparent);
    margin: 0 auto 60px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-344e458 */@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Lora:wght@400;500&family=Cormorant+Garamond:wght@300;400;500&display=swap');

.zones-faq {
  background: #0b0b0b;
  padding: 60px 24px;
}

/* HEADER */
.zones-faq-header {
  max-width: 900px;
  margin: 0 auto 50px;

  text-align: center;
}

.zones-faq-subtitle {
  display: inline-block;
  margin-bottom: 18px;

  font-family: 'Lora', serif;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;

  color: #C9A66B;
}

.zones-faq-header h2 {
  margin: 0;

  font-family: 'Gilda Display', serif;
  font-size: 50px;
  line-height: 1.15;
  font-weight: 400;

  color: #A67C00;
}

/* CONTAINER */
.zones-faq-container {
  max-width: 950px;
  margin: 0 auto;
}

/* ITEM */
.zones-faq-item {
  border-bottom: 1px solid rgba(201,166,107,0.16);
}

/* QUESTION */
.zones-faq-item summary {
  list-style: none;

  cursor: pointer;

  position: relative;

  padding: 26px 0;

  font-family: 'Gilda Display', serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;

  color: #A67C00;

  transition: 0.3s ease;
}

.zones-faq-item summary:hover {
  color: #C9A66B;
}

.zones-faq-item summary::-webkit-details-marker {
  display: none;
}

/* ICON */
.zones-faq-item summary::after {
  content: "+";

  position: absolute;
  right: 0;
  top: 26px;

  font-family: 'Lora', serif;
  font-size: 20px;

  color: #C9A66B;

  transition: transform 0.3s ease;
}

.zones-faq-item[open] summary::after {
  transform: rotate(45deg);
}

/* ANSWER */
.zones-faq-item p {
  margin: 0;
  padding: 0 0 28px;

  max-width: 760px;

  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  line-height: 1.8;

  color: #EAEAEA;
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .zones-faq {
    padding: 60px 20px;
  }

  .zones-faq-header h2 {
    font-size: 36px;
  }

  .zones-faq-item summary {
    font-size: 20px;
    padding-right: 40px;
  }

  .zones-faq-item p {
    font-size: 18px;
    line-height: 1.7;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-148efcf */@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Lora:wght@400;500&family=Cormorant+Garamond:wght@300;400;500&display=swap');

.zones-final-cta {
  position: relative;

  overflow: hidden;

  padding: 120px 24px;

  background: #0b0b0b;
}

/* BACKGROUND IMAGE */
.zones-final-cta-bg {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,0.72),
      rgba(0,0,0,0.78)
    ),
    url('https://gocharlie.fr/wp-content/uploads/2026/05/ChatGPT-Image-20-mai-2026-a-23_53_41.png');

  background-size: cover;
  background-position: center;

  transform: scale(1.03);
}

/* CONTENT */
.zones-final-cta-content {
  position: relative;
  z-index: 2;

  max-width: 900px;
  margin: 0 auto;

  text-align: center;
}

/* SUBTITLE */
.zones-final-cta-subtitle {
  display: inline-block;
  margin-bottom: 18px;

  font-family: 'Lora', serif;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;

  color: #C9A66B;
}

/* TITLE */
.zones-final-cta-content h2 {
  margin: 0 0 26px;

  font-family: 'Gilda Display', serif;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 400;

  color: #A67C00;
}

/* TEXT */
.zones-final-cta-content p {
  max-width: 760px;
  margin: 0 auto 40px;

  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  line-height: 1.8;

  color: #EAEAEA;
}

/* BUTTON */
.zones-final-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 16px 34px;

  border: 1px solid #C9A66B;

  font-family: 'Lora', serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;

  color: #EAEAEA;

  transition: all 0.35s ease;
}

.zones-final-cta-button:hover {
  background: #C9A66B;
  color: #0b0b0b;

  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .zones-final-cta {
    padding: 90px 20px;
  }

  .zones-final-cta-content h2 {
    font-size: 38px;
  }

  .zones-final-cta-content p {
    font-size: 18px;
    line-height: 1.7;
  }

  .zones-final-cta-button {
    width: 100%;
  }
}/* End custom CSS */