

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Spartan&display=swap");

html {
  scroll-behavior: smooth;
  overscroll-behavior: none;
   scroll-padding-top: 80px;
  overflow-x: hidden;
}

/* RESET & GLOBAL */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: rgb(210, 136, 100);
  padding: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: "Montserrat", sans-serif;
}

main {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* HEADER */
#header {
  position: relative;
  width: 100%;
  height: 791px;
  font-family: "Old Standard TT", serif;
  background-position: 30% 60%;
  overflow: hidden;
}

.video {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

/* Conteneur du titre */
.header_title {
  position: absolute;
  bottom: 20%;
  right: 0;
  left: 0;
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  gap: 30px;
  animation: fadeInUp 2s ease-out;
  text-align: center;
}

/* Titre */
.header_title h1 {
  color: rgb(245, 239, 230);
  font-size: 250px;
  line-height: 120px;
  margin: 0;
  max-width: 100%;
  word-break: break-word;
}

.header_title > a {
  font-family: "Montserrat", sans-serif;
  background-color: #d28864;
  padding: 20px 10px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 100ms ease-in-out;
  text-align: center;
}

.header_title > a:hover {
  scale: 1.04;
}

.header_title > h2 {
  color: rgb(245, 239, 230);
  font-size: 80px;
  line-height: 120px;
  margin: 0;
  text-align: center;
  max-width: 100%;
}

/* ABOUT */
#about {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 673px;
  padding-top: 60px;
  padding-bottom: 50px;
}

.about_all {
  max-width: 1140px;
  width: 90%;
  margin: auto;
}

.about_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.about_img {
  width: 50%;
height: 500px;
  
  border-radius: 50% 50% 52% 48% / 53% 58% 42% 47%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.about_text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.about_center {
  margin: auto;
  --fc-primary-color-hue: 18;
  --fc-primary-hsl: var(--fc-primary-color-hue), 93%, 62%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 30px;
}

.about_title {
  font-size: 60px;
  font-family: "Old Standard TT", serif;
  font-weight: bold;
  margin-bottom: 20px;
}

.about_center h3 {
font-family: "Old Standard TT", serif;
font-weight: bold;
}


.about_text p {
  font-size: 16px;
  max-width: 400px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
}

.about_text ul {
  padding-left: 20px;
}



/* WHAT WE DO */
#whatwedo {
  width: 100%;
  background-color: #d28864;
  min-height: 791px;
}

.wwd_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
  max-width: 1140px;
  width: 90%;
  margin: auto;
  padding-top: 100px;
}

.wwd_text {
  color: white;
  animation: fade-in linear;
  animation-timeline: view();
  animation-range-start: cover;
  animation-range-end: 400px;
  width: 100%;
}

.wwd_text h1 {
  font-size: 60px;
  font-family: "Old Standard TT", serif;
  font-weight: bold;
}

.wwd_text span {
  font-size: 16px;
  line-height: 1.6;
}

.icon1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  gap: 20px;
  background-color: #a9b79f;
  width: 250px;
  max-width: 100%;
  margin: auto;
  padding: 10px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.212) 0px 5px 15px;
}

.icon1 span {
  font-size: 20px;
}

.explained {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
  text-align: center;
}

.fa-person-hiking,
.fa-plane-departure,
.fa-book {
  font-size: 50px;
}

/* VOYAGES */
#voyages {
  width: 100%;
  min-height: 1039px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  width: 1140px;
  max-width: 95%;
  height: 889px;
}

.grid-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.overlay-text {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  font-size: 24px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.grid-item:hover .overlay-text {
  opacity: 1;
}

.grid-item:hover img {
  transform: scale(1.05);
}

.grid-item.touched .overlay-text {
  opacity: 1;
}

.grid-item.touched img {
  transform: scale(1.05);
}

.center {
  background-color: #fff;
  font-size: 40px;
  color: rgb(210, 136, 100);
  font-weight: 600;
  text-align: center;
  padding: 20px;
  font-family: "Old Standard TT", serif;
}

/* CONTACTS */
#contacts {
  background-color: #a9b79f;
  width: 100%;
  min-height: 508px;
  display: flex;
}

.contacts_box {
  max-width: 1140px;
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  gap: 40px;
  padding-top: 60px;
}

.contacts_box > h1 {
  font-size: 60px;
  font-family: "Old Standard TT", serif;
  font-weight: bold;
}

.contacts_smalltext {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 15px;
  line-height: 30px;
  padding-bottom: 50px;
}

.contacts_smalltext ul {
  padding-left: 20px;
}

.contacts_box button {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  height: 40px;
  line-height: 24px;
  width: 20%;
  min-width: 140px;
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: hsla(var(--fc-primary-hsl));
  --fc-border-color: #eceff9;
  --fc-normal-text-color: #0e0b3d;
  --fc-normal-placeholder-color: #b3b8d0;

  --fc-primary-color-hue: 18;
  --fc-error-color-hue: 356;
  --fc-primary-hsl: var(--fc-primary-color-hue), 93%, 62%;
  --fc-error-hsl: var(--fc-error-color-hue), 100%, 54%;

  --fc-field-hover-bg-color: #f7f9fc;
  --fc-border-hover-color: #dde0ee;
  --fc-field-hover-text-color: #b3b8d0;

  --fc-border-active-color: #1463ff;
}

/* FORM */
.formcarry-container {
  box-sizing: border-box;
  margin: 40px auto 40px auto;
  padding: 0 20px;
  font-family: "Old Standard TT", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.01em;
  max-width: 1140px;
  text-align: center;

  --fc-border-color: #eceff9;
  --fc-normal-text-color: #0e0b3d;
  --fc-normal-placeholder-color: #b3b8d0;

  --fc-primary-color-hue: 18;
  --fc-error-color-hue: 356;
  --fc-primary-hsl: var(--fc-primary-color-hue), 93%, 62%;
  --fc-error-hsl: var(--fc-error-color-hue), 100%, 54%;

  --fc-field-hover-bg-color: #f7f9fc;
  --fc-border-hover-color: #dde0ee;
  --fc-field-hover-text-color: #b3b8d0;

  --fc-border-active-color: #1463ff;
}

.formcarry-container * {
  box-sizing: border-box;
}

.formcarry-container label {
  display: block;
  cursor: pointer;
}

.formcarry-container .formcarry-block:not(:first-child) {
  margin-top: 16px;
}

.formcarry-container input,
.formcarry-container textarea,
.formcarry-container select {
  margin-top: 4px;
  width: 100%;
  height: 42px;
  border: 1px solid var(--fc-border-color);
  box-shadow: 0 1px 2px var(--fc-border-color);
  color: var(--fc-normal-text-color);
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 14px;
  transition:
    125ms background,
    125ms color,
    125ms box-shadow;
}

.formcarry-container textarea {
  min-height: 188px;
  max-width: 100%;
  padding-top: 12px;
}

.formcarry-container input::placeholder,
.formcarry-container textarea::placeholder,
.formcarry-container select::placeholder {
  color: var(--fc-normal-placeholder-color);
}

.formcarry-container input:hover,
.formcarry-container textarea:hover,
.formcarry-container select:hover {
  border-color: var(--fc-border-hover-color);
  background-color: var(--fc-field-hover-bg-color);
}

.formcarry-container input:hover::placeholder,
.formcarry-container textarea:hover::placeholder,
.formcarry-container select:hover::placeholder {
  color: var(--fc-field-hover-text-color);
}

.formcarry-container input:focus,
.formcarry-container select:focus {
  padding: 8px 11px;
}

.formcarry-container textarea:focus {
  padding: 11px;
}

.formcarry-container button,
.about_center > button {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  height: 40px;
  line-height: 24px;
  width: 100%;
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #d28864;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 0 0 transparent;
  transition: 125ms all;
}

form {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

#travel-form h1 {
  line-height: 50px;
}

#travel-form {
  width: 100%;
  max-width: 100%;
  text-align: start;
}

.travel-form {
  width: 100%;
  max-width: 100%;
  background-color: rgb(210, 136, 100);
  padding-top: 20px;
  color: white;
  padding-bottom: 10px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form button {
  margin-top: 20px;
}

#travel-form form span {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}

.info_services {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

/* FOOTER */
footer {
  height: 80px;
}

/* ===== NAVBAR ===== */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #b7a58a8c;
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 40px;
  z-index: 1000;
}

.nav_logo {
  color: #fff;
  width: 60px;
}

.nav_links {
  list-style: none;
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
}

.nav_links a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
}

.nav_links a:hover {
  color: #d28864;
}

/* ===== BURGER MENU ===== */
.burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
  cursor: pointer;
}

.burger span {
  background: #fff;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* AVIS */
.avis {
  background-color: #f5efe6;
  padding: 80px 20px;
}

.avis_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 700px;
  margin: 0 auto;
}

.avis_card {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  transition: opacity 0.3s ease;
}

.avis_card.hidden {
  display: none;
}

.avis_text {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  font-style: italic;
}

.avis_name {
  font-family: "Old Standard TT", serif;
  font-size: 18px;
  font-weight: bold;
  color: #d28864;
}

.avis_type {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #a9b79f;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.avis_arrow {
  background: none;
  border: 2px solid #d28864;
  color: #d28864;
  font-size: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avis_arrow:hover {
  background-color: #d28864;
  color: #fff;
}


.why{
  width: 100%;
  height: 200px;
  background-color:  #f5efe6;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.why > button {
  width: auto;
  height: auto;
  border-radius: 20px;
  background-color: #d28864;
  border: none;
  font-size: 30px;
  
  padding: 20px;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}

.why > button > a {
font-family: "Old Standard TT", serif!important;
}

.why > button:hover {
  scale: 1.04;
}


/* FOOTER */
footer {
  height: auto;
  background-color: #d28864;;
  color: #f5efe6;
  padding: 60px 20px 0;
}

.footer_container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_brand {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 260px;
}

.footer_logo {
  font-family: "Old Standard TT", serif;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
}

.footer_brand p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245, 239, 230, 0.7);
}

.footer_heading {
  font-family: "Old Standard TT", serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer_nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer_nav ul a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: rgba(245, 244, 243, 0.75);
  transition: color 0.2s ease;
}

.footer_nav ul a:hover {
  color: #d28864;
}

.footer_contact {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer_email {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: rgba(245, 239, 230, 0.75);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease;
}

.footer_email:hover {
  color: #d28864;
}

.footer_socials {
  display: flex;
  gap: 16px;
}

.footer_socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: rgba(245, 239, 230, 0.75);
  transition: all 0.2s ease;
}

.footer_socials a:hover {
  border-color: #d28864;
  color: #d28864;
}

.footer_bottom {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: rgba(245, 239, 230, 0.4);
}

.footer_bottom a {
  color: rgba(245, 239, 230, 0.4);
  transition: color 0.2s ease;
}

.footer_bottom a:hover {
  color: #d28864;
}

@media screen and (max-width: 767px) {
  .footer_container {
    flex-direction: column;
    gap: 40px;
  }

  .footer_bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .avis_container {
    gap: 15px;
  }

  .avis_card {
    padding: 30px 20px;
  }

  .avis_text {
    font-size: 14px;
  }
}

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

/* === Grand desktop === */
@media screen and (min-width: 1440px) {
  .grid-container {
    max-width: 1300px;
  }
}

/* === Desktop moyen === */
@media screen and (max-width: 1439px) and (min-width: 1025px) {
  #header h1 {
    font-size: 100px;
    max-width: 380px;
    line-height: 1;
  }

  .header_title {
    padding: 0 40px 30px;
  }

  .wwd_box {
    padding-top: 60px;
  }

  .grid-container {
    width: 95%;
  }

  

  .center {
    font-size: clamp(0.4rem, 3vw, 3rem);
  }
}

/* === Tablette (768px à 1024px) === */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #header {
    min-height: 550px;
    background-position: center;
  }

  .header_title h1 {
    font-size: 70px;
    line-height: 80px;
    width: auto;
    text-align: center;
    margin: auto;
  }

  .header_title h2 {
    font-size: 42px;
    line-height: 1.2;
  }

  .about_box {
    flex-direction: column;
    align-items: center;
    text-align: left;
    gap: 30px;
  }

  .about_img,
  .about_text {
    width: 100%;
  }

  .about_title {
    font-size: 45px;
  }



  .wwd_text h1 {
    font-size: 45px;
    
  }

  .about_text p {
    max-width: 1000px;
  }

  .icon1 span {
    font-size: 24px;
  }

  .grid-container {
    grid-template-columns: repeat(3, 1fr);
    width: 85%;
    height: auto;
  }

  .center {
    font-size: clamp(0.85rem, 2.5vw, 4rem);
  }

  .contacts_box {
    flex-direction: column;
    
    text-align: left;
  }

  .contacts_bigtext {
    font-size: 45px;
    width: 100%;
  }

  .contacts_smalltext {
    width: 90%;
  }

  .formcarry-container form,
  #travel-form form {
    width: 90%;
  }

  .formcarry-container h1,
  #travel-form h1 {
    font-size: 32px;
    line-height: 1.3;
    padding: 0 10px;
  }

  .formcarry-container input,
  .formcarry-container textarea,
  #travel-form input,
  #travel-form textarea {
    font-size: 16px;
  }

  .formcarry-container button,
  #travel-form button {
    width: 100%;
    font-size: 16px;
  }

  .footer_container {
    gap: 40px;
    padding: 0 20px 50px;
  }

  .footer_brand {
    max-width: 100%;
  }
}

/* === Mobile (<768px) === */
@media screen and (max-width: 767px) {
  #header {
    height: 500px;
  }

  .header_title {
    justify-content: center;
    padding-bottom: 20px;
    width: 90%;
  }

  .header_title h1 {
    font-size: 60px;
    line-height: 1;
    width: auto;
    text-align: center;
  }

  .header_title h2 {
    font-size: 30px;
    line-height: 1.2;
    padding: 0 10px;
  }

  .header_title > a {
    width: 100%;
    max-width: 280px;
  }

  .about_box {
    flex-direction: column;
    align-items: center;
    text-align: left;
    gap: 25px;
  }

  .about_img {
    margin-bottom: 20px;
    height: 300px;
  }

  .about_img,
  .about_text {
    width: 100%;
  }

  .about_title {
    font-size: 35px;
    text-align: center;
  }

  .about_text p {
    font-size: 14px;
    width: 90%;
    
  }

  .wwd_box {
    padding-top: 40px;
    gap: 30px;
  }

  .wwd_text h1 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
  }

  .wwd_text span {
    font-size: 14px;
  }

  .icon1 {
    width: 100%;
    max-width: 280px;
  }

  .icon1 span {
    font-size: 20px;
  }

  .grid-container {
    grid-template-columns: 1fr;
    width: 90%;
    grid-template-rows: auto;
    height: auto;
  }

  .grid-item {
    max-height: 220px;
  }

  .center {
    font-size: 35px;
    min-height: 120px;
  }

  .contacts_box {
    flex-direction: column;
    align-items: center;
    text-align: left;
    gap: 20px;
  }

  .contacts_bigtext {
    font-size: 35px;
    width: 100%;
  }

  .contacts_box > h1 {
    font-size: 42px;
  }

  .contacts_smalltext {
    width: 90%;
    font-size: 14px;
    gap: 30px;
    line-height: 1.8;
  }

  .contacts_box button {
    width: 140px;
    padding: 8px 16px;
  }

  
  .formcarry-container {
    padding: 20px 10px;
    margin: 0 auto;
  }

  .formcarry-container h1,
  #travel-form h1 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 10px;
  }

  .formcarry-container form,
  #travel-form form {
    width: 100%;
  }

  .formcarry-container input,
  .formcarry-container textarea,
  .formcarry-container select,
  #travel-form input,
  #travel-form textarea {
    font-size: 14px;
    width: 100%;
    background-color: white;
  }

  .formcarry-container textarea,
  #travel-form textarea {
    min-height: 140px;
  }

  .formcarry-container button,
  #travel-form button {
    font-size: 14px;
    padding: 10px;
    width: 100%;
  }

  #travel-form form span {
    font-size: 16px;
    margin-top: 20px;
  }

  .footer_container {
    flex-direction: column;
    gap: 40px;
  }

  .footer_brand {
    max-width: 100%;
  }

  .footer_bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  
}

/* ===== NAV RESPONSIVE ===== */
@media screen and (max-width: 1024px) {
  .nav_links {
    position: fixed;
    top: 80px;
    right: -100%;
    flex-direction: column;
    background-color: #d28864;;
    width: 60%;
    height: calc(100vh - 80px);
    justify-content: center;
    align-items: center;
    gap: 40px;
    transition: right 0.4s ease;
  }

  .nav_links.active {
    right: 0;
  }

  .burger {
    display: flex;
  }

  .burger.toggle span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .burger.toggle span:nth-child(2) {
    opacity: 0;
  }

  .burger.toggle span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
}