@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&family=Montserrat:wght@400;700&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
section,
.formule-item {
  scroll-margin-top: 100px;
}
body main{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f8ead5;
  color: #693d22;
  font-family: "Libre Baskerville", serif;
}
main {
  flex: 1 0 auto;
}
body.home .example-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.example-wrapper {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: visible;
}
#étapes,
#formules,
#avis,
#about,
#pourquoi,
#brochure-heading {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  color: #5a3f26;
  font-weight: 700;
}
h2 {
  text-align: center;
  margin: 40px 0;
  font-size: 2em;
  font-family: "Pacifico", cursive;
  font-weight: 700;
}
h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
}
.about-container{
  font-color: #693d22;
  background-color: #f8ead5;
  padding-left: 20px;
  padding-right: 20px;
}
#accueil{
  background-color: #693d22;
  border-radius: 10px;
}
.about-text h2 {
  text-align: center;
  margin: 40px 0;
  font-size: 2em;
  font-family: "Pacifico", cursive;
  font-weight: 700;
}
#about {
  background-color: #f8ead5;
}
#about-heading{
  margin: 30px;
}
.about-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 20px 10px;
  box-sizing: border-box;
}
.about-column {
  flex: 1 1 450px;
  max-width: 500px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}
.about-column h2 {
  margin-bottom: 20px;
  color: #693d22;
}
.about-column #apropos-short {
  font-size: 1.1em;
  line-height: 1.6;
  color: #693d22;
  margin-bottom: 15px;
}
.about-column #apropos-more-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 10px;
  background: #693d22;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease;
}
.about-column #apropos-more-btn:hover {
  background: #e9a97b;
}
.about-row {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.about-title {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.about-text {
    flex: 1;
    padding-left: 20px;
    padding-right: 40px;
}
.photo-column {
  flex: 1 1 300px;
  max-width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.photo-column img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.travel-planner-column {
  flex: 1 1 350px;
  max-width: 400px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#travel {
  border-radius: 20px;
}
#travel h2{
  text-align: center;
  margin: 20px 0;
  font-family: "Pacifico", cursive;
}
.card-travel-planner {
  background: #fffbe6;
  border: 1px solid #e2c785;
  border-radius: 20px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.card-travel-planner .card-title {
  font-size: 1.5em;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #693d22;
  margin-bottom: 10px;
}
.card-travel-planner .card-desc {
  font-size: 1em;
  line-height: 1.6;
  color: #693d22;
}
#brochure-heading h2{
  margin-top: 15px;
  margin-bottom: 20px;
  color: #693d22;
}
#formules .formules-row {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  background-color: #f8ead5;
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  font-family: "Georgia", serif;
  color: #5a3a1a;
  box-sizing: border-box;
}
#formules .formule-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#formules .formule-item.text-left .formule-text {
  order: 1;
  text-align: center;
}
#formules .formule-item.text-left .formule-image {
  order: 2;
}
#formules .formule-item.text-right .formule-text {
  order: 2;
  text-align: center;
}
#formules .formule-item.text-right .formule-image {
  order: 1;
}
#formules .formule-text {
  flex: 1;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
#formules .formule-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
#formules .formule-duree {
  font-size: 1.25rem;
  margin-bottom: 5px;
  font-style: italic;
  text-align: center;
  width: 100%;
}
#formules .formule-prix {
  font-size: 1.25rem;
  margin-bottom: 5px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
#formules .formule-desc {
  margin: 20px 0;
  line-height: 1.4;
  text-align: center;
  width: 100%;
}
#formules .formule-desc u {
  text-decoration: underline;
}
#formules .formule-description {
    font-size: 16px;
    text-align: center;
  }
#formules .formule-image {
  flex: 1;
  max-width: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#formules .formule-image-mobile {
  display: none !important;
}
#formules .formule-image img,
#formules .formule-image-mobile img {
  max-width: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
#formules .no-content {
  text-align: center;
  width: 100%;
  color: #693d22;
  font-size: 1rem;
  padding: 20px;
}
#formules .formule-divider {
  border: 0;
  border-top: 1px solid #e2c785;
  margin: 40px auto;
  width: 80%;
}
#brochure-heading {
  background-color: #f8ead5;
}
#avis {
  padding: 40px 20px;
  background-color: #fffbe6;
}
.avis-carousel {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.carousel-item .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
}
.carousel-item .col-md-6 {
  display: flex;
  justify-content: center;
}
.avis-row {
  display: flex;
  flex-direction: row;
  background: #f8ead5;
  border: 1px solid #e2c785;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  height: 250px;
  width: 100%;
  max-width: 450px;
  position: relative;
  padding: 15px;
}
.avis-review-card {
  flex: 1;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: calc(100% - 150px);
}
.avis-title {
  font-family: "Brush Script MT", cursive;
  font-size: 1.5em;
  margin: 0 0 10px 0;
  color: #693d22;
  border-bottom: 1px solid #e2c785;
  padding-bottom: 8px;
}
.avis-description {
  font-family: "Libre Baskerville", serif;
  font-size: 0.7em;
  color: #693d22;
  line-height: 1.15;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  flex-grow: 1;
}
.avis-date {
  font-size: 0.6em;
  color: #693d22;
  text-align: right;
}
.image-section {
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 15px;
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.avis-image {
  width: 100%;
  max-width: 145px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}
.avis-name {
  margin-top: 8px;
  font-family: "libre baskerville", serif;
  font-size: 0.8em;
  color: #693d22;
  text-align: center;
  width: 100%;
}
.carousel {
  max-width: 1200px;
  margin: 0 auto;
}
.carousel-inner {
  padding: 20px 0;
}
.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  background: #fffbe6;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: #f8ead5;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
  font-size: 20px;
  color: #693d22;
}
.carousel-control-prev-icon::after {
  content: "\2039";
}
.carousel-control-next-icon::after {
  content: "\203A";
}
.carousel-indicators {
  bottom: -40px;
}
.carousel-indicators [data-bs-target] {
  background-color: #e2c785;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
}
.carousel-indicators .active {
  background-color: #693d22;
  opacity: 1;
}
.card-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: #693d22;
}
.card-desc {
  font-size: 1.15rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  color: #693d22;
}
.review-card::after {
  content: "";
  position: absolute;
  top: -0.375rem;
  left: -0.375rem;
  width: calc(100% + 0.75rem);
  height: calc(100% + 0.75rem);
  border: 2px dashed rgba(200, 150, 100, 0.5);
  border-radius: 14px;
  pointer-events: none;
}
.btn-primary {
  display: inline-block;
  padding: 8px 16px;
  background: #693d22;
  color: #fff;
  border: none;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
  margin: 12px 0;
  font-size: 0.95em;
  transition: background 0.3s ease;
}
.btn-primary:hover {
  background: #e9a97b;
}
.btn-center {
  display: block;
  margin: 0 auto;
  width: fit-content;
  background-color: #693d22;
  border-color: #693d22;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  font-size: 0.95em;
  transition: background 0.3s ease;
}
.btn-center:hover {
  background: #e9a97b;
}
.text-center {
  margin-top: 3rem;
}
.panoramique-container {
  width: 100vw;
  height: calc(100vh - 250px);
  overflow: hidden;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
.panoramique-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.description-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
}
.description-page h2 {
  font-weight: 700;
  margin-bottom: 20px;
}
.description-page h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 15px;
}
.description-bloc {
  font-size: 1.1em;
  margin: 15px 0;
  max-width: 700px;
  white-space: pre-line;
  text-align: justify;
}
.description-bloc strong,
.description-bloc b {
  font-weight: 700;
}
.letter-image {
  position: relative;
  margin: 50px auto;
  width: 200px;
  height: 200px;
  cursor: pointer;
}
.animated-mail {
  position: absolute;
  height: 150px;
  width: 200px;
  transition: transform 0.4s;
}
.animated-mail .body {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 200px;
  border-color: transparent transparent #e1c5a0 transparent;
  z-index: 2;
}
.animated-mail .top-fold {
  position: absolute;
  top: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  transform-origin: 50% 0%;
  transition: transform 0.4s 0.4s, z-index 0.2s 0.4s;
  border-color: #e1c5a0 transparent transparent transparent;
  z-index: 2;
}
.animated-mail .back-fold {
  position: absolute;
  bottom: 0;
  width: 200px;
  height: 100px;
  background: #e1c5a0;
  z-index: 0;
}
.animated-mail .left-fold {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 100px;
  border-color: transparent transparent transparent #e1c5a0;
  z-index: 2;
}
.animated-mail .letter {
  left: 20px;
  bottom: 0;
  position: absolute;
  width: 160px;
  height: 60px;
  background: #fff;
  z-index: 1;
  overflow: hidden;
  transition: height 0.4s 0.2s;
}
.animated-mail .letter .letter-border {
  height: 10px;
  width: 100%;
  background: repeating-linear-gradient(
    -45deg,
    #e1c5a0,
    #e1c5a0 8px,
    transparent 8px,
    transparent 18px
  );
}
.animated-mail .letter .letter-title {
  margin-top: 10px;
  margin-left: 5px;
  height: 10px;
  width: 40%;
  background: #e1c5a0;
}
.animated-mail .letter .letter-context {
  margin-top: 10px;
  margin-left: 5px;
  height: 10px;
  width: 20%;
  background: #e1c5a0;
}
.animated-mail .letter .letter-stamp {
  margin-top: 30px;
  margin-left: 120px;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  background: #e1c5a0;
  opacity: 0.3;
}
.shadow {
  position: absolute;
  top: 200px;
  left: 50%;
  width: 400px;
  height: 30px;
  transition: width 0.4s;
  transform: translateX(-50%);
  border-radius: 100%;
  background: radial-gradient(
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
}
.letter-image:hover .animated-mail {
  transform: translateY(50px);
}
.letter-image:hover .animated-mail .top-fold {
  transform: rotateX(180deg);
  z-index: 0;
}
.letter-image:hover .animated-mail .letter {
  height: 180px;
}
.letter-image:hover .shadow {
  width: 250px;
}
.form-container {
  max-width: 800px;
  margin: 50px auto;
  padding: 40px 25px;
  background-color: #fffbe6;
  border: 1px solid #e2c785;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.form-container h2 {
  color: #693d22;
  margin-bottom: 30px;
}
.form-container label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
  color: #693d22;
  font-size: 1em;
}
.form-container input[type="text"],
.form-container input[type="email"],
.form-container textarea {
  display: block;
  width: 60%;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 12px 15px;
  font-size: 1em;
  border: 1px solid #e2c785;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #fff8f0;
}
.form-container input[type="text"]:focus,
.form-container input[type="email"]:focus,
.form-container textarea:focus {
  outline: none;
  border-color: #d2691e;
  box-shadow: 0 0 8px rgba(210, 105, 30, 0.3);
}
.form-container textarea {
  width: 90%;
  min-height: 180px;
  resize: vertical;
  white-space: pre-wrap;
  font-size: 1em;
}
.form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 0.85em;
  gap: 10px;
}
.form-check input[type="checkbox"] {
  transform: scale(1.2);
  margin: 0;
}
.form-check a {
  color: #d2691e;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.form-check a:hover {
  color: #693d22;
}
.form-container .btn-primary {
  padding: 14px 30px;
  font-size: 1.1em;
  background-color: #693d22;
  border-color: #693d22;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.form-container .btn-primary:hover {
  background-color: #e9a97b;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
.alert {
  max-width: 80%;
  margin: 0 auto 20px;
  padding: 10px 15px;
  border-radius: 6px;
}
#pourquoi {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background-color: #fffbe6;
}
#pourquoi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #fffbe6;
  z-index: -1;
}
.pourquoi-container {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pourquoi-titre {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2em;
  color: #693d22;
}
.pourquoi-cards {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.pourquoi {
  position: relative;
  flex: 1;
  min-width: 220px;
  height: 150px;
  perspective: 1000px;
  text-align: center;
}
.pourquoi-inner {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.6s;
  transform-style: preserve-3d;
  border-radius: 20px;
}
.pourquoi:hover .pourquoi-inner {
  transform: rotateY(180deg);
}
.pourquoi-front,
.pourquoi-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 20px;
}
.pourquoi-front {
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pourquoi-front::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(225, 197, 160, 0.7), transparent 50%);
  z-index: 0;
  border-radius: 20px;
}
.pourquoi-front .pourquoi-content {
  z-index: 1;
  color: #693d22;
  width: 100%;
  text-align: center;
}
.pourquoi-front .pourquoi-content h2 {
  margin: 0;
  padding: 10px;
  overflow-wrap: break-word;
  max-width: 100%;
  color: #693d22;
}
.pourquoi-front i {
  font-size: 2em;
  color: #693d22;
  z-index: 1;
  margin-bottom: 10px;
}
.pourquoi-back {
  background: #f8ead5;
  color: #693d22;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotateY(180deg);
  border-radius: 20px;
}
.pourquoi-back p {
  margin: 0;
  padding: 10px;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
#étapes {
  padding: 50px 20px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fffbe6;
}
#étapes-heading {
  margin: 0px 0px 20px;
  padding-bottom: 20px;
}
#étapes h2::after {
  width: 100px;
  height: 4px;
  background: linear-gradient(to right, transparent, #d4c7a8, transparent);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.timeline-container {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 30px;
  padding: 160px 0;
}
.timeline-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(to right, #d4c7a8, #5a3f26);
  border-radius: 3px;
  z-index: -2;
}
.poignee {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 20px;
  background-color: transparent;
  border: 8px solid #693d22;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.valise {
  position: relative;
  width: 300px;
  height: 200px;
  background-color: #e1c5a0;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-140px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
.valise-image {
  position: absolute;
  bottom: 5px;
  right: 5px;
  max-width: 60px;
  height: auto;
  transform: scale(0.75);
  transform-origin: top right;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.valise:nth-child(even) {
  transform: translateY(140px);
}
.valise::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-image: url(/images/airplane-icon.png);
  background-size: contain;
  z-index: -1;
}
.valise:nth-child(odd)::after {
  bottom: -10px;
}
.valise:nth-child(even)::after {
  top: -10px;
}
.timeline-title {
  color: #5a3f26;
  font-size: 1em;
  margin-bottom: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.timeline-title span {
  display: inline-block;
  margin-right: 10px;
  font-size: 1em;
  color: #5a3f26;
  font-weight: 600;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 2px solid #5a3f26;
  border-radius: 50%;
}
.timeline-desc {
  color: #7a5a3a;
  font-size: 0.95em;
  line-height: 1.6;
}
.no-content {
  text-align: center;
  color: #7a5a3a;
  font-size: 1.1em;
  margin-top: 20px;
  width: 100%;
}

/* ============================================
   BOUTON AVION AVEC SVG SILHOUETTE
   ============================================ */
.bouton-avion {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px; 
  margin-top: 20px;
  padding: 12px 28px;
  font-family: 'Montserrat', 'Segoe UI', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #ffffff;
  background: linear-gradient(135deg, #693d22 0%, #8a532d 100%); 
  border: 1px solid rgba(226, 199, 133, 0.4);
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(105, 61, 34, 0.2);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.texte-bouton {
  z-index: 2;
}

/* --- Masque Vectoriel SVG pour la Silhouette de l'Avion --- */
.icone-avion-css {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-color: #f8ead5; /* Couleur crème de l'avion */
  z-index: 2;
  flex-shrink: 0;
  
  /* SVG Silhouette d'Avion universelle intégrée en Data-URI */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21,16v-2l-8-5V3.5C13,2.67,12.33,2,11.5,2S10,2.67,10,3.5V9l-8,5v2l8-2.5V19l-2,1.5V22l3.5-1l3.5,1v-1.5L13,19v-5.5L21,16z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21,16v-2l-8-5V3.5C13,2.67,12.33,2,11.5,2S10,2.67,10,3.5V9l-8,5v2l8-2.5V19l-2,1.5V22l3.5-1l3.5,1v-1.5L13,19v-5.5L21,16z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;

  /* Orientation naturelle vers le haut-droite (45°) */
  transform: rotate(45deg);
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s ease;
}

/* --- Effets au survol (Hover) --- */
.bouton-avion:hover {
  background: linear-gradient(135deg, #e1c5a0 0%, #54301a 100%);
  border-color: rgba(226, 199, 133, 0.8);
  box-shadow: 0 6px 20px rgba(105, 61, 34, 0.35);
  transform: translateY(-2px);
}

.bouton-avion:hover .icone-avion-css {
  background-color: black; /* S'allume en blanc pur au survol */
  /* L'avion se cabre légèrement à 55° sans jamais déborder du bouton */
  transform: rotate(55deg) translate(2px, -2px) scale(1.08);
}

/* Effet au clic */
.bouton-avion:active {
  transform: translateY(1px);
  box-shadow: 0 2px 8px rgba(105, 61, 34, 0.25);
}

.mentions-legales {
  max-width: 800px;
  margin: 40px auto;
  text-align: justify;
  line-height: 1.6;
}
.mention-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: 700;
  color: #693d22;
}
.politique-container {
  max-width: 800px;
  margin: 40px auto;
  text-align: justify;
  line-height: 1.6;
}
.politique-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: 700;
  color: #693d22;
}
.politique-description {
  margin-bottom: 3rem;
}
.politique-container .text-center {
  margin-top: 4rem;
}
iframe {
  display: flex;
  margin: 40px auto;
  width: 750px;
  height: 450px;
  border: none;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-height: 500px;
  text-align: center !important;
}
.cgv-container{
  font-color: #693d22;
}
.btn-primary {
  background-color: #693d22;
}
@media (max-width: 1024px) {
  .about-section {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 15px 5px;
  }
  .about-column,
  .photo-column,
  .travel-planner-column {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 10px;
  }
  .photo-column img {
    max-width: 80%;
  }
  .card-travel-planner {
    max-width: 100%;
  }
  .pourquoi-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .pourquoi {
    width: 100%;
    max-width: 400px;
    min-width: 0;
    height: 150px;
    margin: 0;
    box-sizing: border-box;
  }
  .pourquoi-cards::-webkit-scrollbar {
    display: none;
  }
  .pourquoi-cards {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .timeline-container {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    padding: 20px 15px;
    max-width: 100%;
  }
  .timeline-container::before {
    content: none;
  }
  .valise {
    min-width: 200px;
    height: 170px;
    padding: 15px;
    margin: 0;
    transform: none;
    position: relative;
  }
  .valise:nth-child(odd) {
    transform: translateX(-20%);
    align-self: flex-start;
  }
  .valise:nth-child(even) {
    transform: translateX(20%);
    align-self: flex-end;
  }
  .valise:nth-child(1) {
    margin-top: 30px;
    margin-left: 55px;
  }
  .valise:nth-child(2) {
    margin-right: 55px;
  }
  .valise:nth-child(3) {
    margin-left: 55px;
  }
  .valise:nth-child(4) {
    margin-right: 55px;
  }
  .valise:nth-child(n + 5) {
    margin-left: 55px;
  }
  .poignee {
    width: 60px;
    height: 15px;
    border-width: 6px;
    border-radius: 8px 8px 0 0;
  }
  .valise-image {
    max-width: 50px;
    transform: scale(0.75);
    transform-origin: top right;
  }
  .valise::after {
    width: 15px;
    height: 15px;
    background-size: contain;
  }
  .valise:nth-child(odd)::after {
    left: auto;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
  .valise:nth-child(even)::after {
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
  }
  .timeline-title {
    font-size: 1.1em;
  }
  .timeline-title span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0.9em;
  }
  .timeline-desc {
    font-size: 0.85em;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  u {
    font-size: 20px;
  }
  #formules .formules-row {
    padding: 30px 15px;
    gap: 40px;
  }
  #formules .formule-item {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 100%;
  }
  #formules .formule-item.text-left .formule-text,
  #formules .formule-item.text-right .formule-text,
  #formules .formule-item.text-left .formule-image,
  #formules .formule-item.text-right .formule-image {
    order: initial;
  }
  #formules .formule-text {
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #formules .formule-title {
    order: 0;
    font-size: 26px;
    width: 100%;
    text-align: center;
  }
  #formules .formule-image {
    display: none !important;
  }
  #formules .formule-image-mobile {
    display: flex !important;
    order: 1;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  #formules .formule-image-mobile img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 20px;
    margin-bottom: 15px;
  }
  #formules .formule-duree {
    order: 2;
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
  #formules .formule-prix {
    order: 3;
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
  #formules .formule-desc {
    order: 4;
    font-size: 1em;
    width: 100%;
    text-align: center;
    line-height: 1.4;
  }
  #formules .formule-desc h2 {
    font-size: 20px;
    width: 100%;
    text-align: center;
  }
  #formules .btn-primary.quote-button {
    order: 5;
    display: block;
    margin: 20px auto;
    width: fit-content;
    font-size: 0.95em;
    padding: 8px 16px;
    text-align: center;
  }
  #formules .formule-divider {
    margin: 20px auto;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .about-column h2 {
    font-size: 1.8em;
  }
  .about-column #apropos-short {
    font-size: 1em;
  }
  .about-row {
    flex-direction: column;
    text-align: center;
  }
  #photo-about {
    text-align: center;
    order: 2;
  }
  .photo-column img {
    max-width: 90%;
  }
  .card-travel-planner .card-title {
    font-size: 1.3em;
  }
  .card-travel-planner .card-desc {
    font-size: 1em;
  }
  .carousel-item .col-12 {
    max-width: 450px;
    margin: 0 auto;
  }
  .avis-row {
    width: 100%;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  em {
    font-size: 18px;
  }
  u {
    font-size: 18px;
  }
  .pourquoi-titre {
    font-size: 24px;
  }
  .pourquoi-cards {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-bottom: 40px;
  }
  .pourquoi {
    max-width: 100%;
    min-width: 0;
    height: 150px;
  }
  .pourquoi-back {
    font-size: 13px;
  }
  .timeline-container {
    gap: 20px;
    padding: 15px 10px;
  }
  .valise {
    max-width: 180px;
    height: 150px;
    margin-top: 30px;
  }
  .valise:nth-child(odd) {
    transform: translateX(-15%);
  }
  .valise:nth-child(even) {
    transform: translateX(15%);
  }
  .valise:nth-child(1) {
    margin-left: 35px;
  }
  .valise:nth-child(2) {
    margin-right: 35px;
  }
  .valise:nth-child(3) {
    margin-left: 35px;
  }
  .valise:nth-child(4) {
    margin-right: 35px;
  }
  .valise:nth-child(n + 5) {
    margin-left: 35px;
  }
  .poignee {
    width: 50px;
    height: 12px;
    border-width: 5px;
    border-radius: 8px 8px 0 0;
  }
  .valise-image {
    max-width: 40px;
  }
  .valise::after {
    width: 12px;
    height: 12px;
  }
  .valise:nth-child(odd)::after {
    right: -15px;
  }
  .valise:nth-child(even)::after {
    left: -15px;
  }
  .timeline-title {
    font-size: 0.9em;
  }
  .timeline-title span {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 0.8em;
  }
  .timeline-desc {
    font-size: 0.7em;
  }
  #formules .formule-title {
    font-size: 20px;
    text-align: center;
  }
  #formules .formule-duree,
  #formules .formule-prix {
    font-size: 18px;
    text-align: center;
  }
  #formules .formule-desc {
    font-size: 0.95em;
    line-height: 1.4;
    text-align: center;
  }
  #formules .formule-desc h2 {
    font-size: 18px;
    text-align: center;
  }
  #formules .btn-primary.quote-button {
    font-size: 0.9em;
    text-align: center;
  }
  #formules .formule-image-mobile img {
    max-width: 300px;
    margin-bottom: 10px;
  }
  #formules .formule-divider {
    margin: 15px auto;
    width: 95%;
  }
  iframe {
    display: flex;
    margin: 40px auto;
    width: 250px;
    height: 200px;
    border: none;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-height: 500px;
    text-align: center !important;
  }
  .avis-row {
    height: 220px;
  }
  .image-section {
    width: 110px;
  }
  .avis-review-card {
    max-width: calc(100% - 125px);
  }
  .avis-image {
    max-width: 95px;
  }
  .avis-name {
    font-size: 0.6em;
  }
  .avis-description {
    font-size: 0.6em;
  }
  .bouton-avion {
    font-size: 14px;
    padding: 10px 22px;
    gap: 9px;
  }
  .icone-avion-css {
    width: 17px;
    height: 17px;
  }
}