
/* GLOBAL */

body {
    margin: 0;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

    color: #111;
    line-height: 1.6;
    background-color: #F2EFE6;
}

h1,
h2,
h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   -webkit-font-smoothing: antialiased;
}
.mySection {
  width: 100%;
}

section {
    padding: 100px 8%;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid black;
    text-decoration: none;
    color: black;
    background-color: white;
    text-shadow: 1px 1px 1px black, 0 0 0px black;

    margin-top: 20px;
    transition: 0.3s;
}

.btn:hover {
    background: black;
    color: white;
}

/* HEADER */

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 8%;
    transition: 0.3s;
    z-index: 1000;
}

menu.scrolled {
    background: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

nav {
    display: flex;
  #  justify-content: space-between;
    align-items: center;
    height:1em;
    margin: 0;
    padding: 0;
    }

.logo {
font-weight: 700;
font-size: 20px;
}
#logoo {
  position: fixed;
  top: 100px;   /* y1 */
  left: 100px;  /* x1 */

  width: 200px; /* largeur initiale */
  height: auto;

  transform-origin: top left;
  transition: opacity 0.2s ease;
}




.menu {#fff;
display: flex;
gap: 30px;
}

.menu a { 
    font-weight: bold;
text-decoration: none;
color: black;
font-size: 14px;
}


/* état après scroll */
#menu.scrolled {
  background: white;
  color: black;
}

.contact-btn {
border: 1px solid black;
padding: 8px 18px;
}

.burger {
display: none;
}

/* HERO */

.hero {
height: 100vh;
background: url('paris1.jpg') center/cover no-repeat;
display: flex;
align-items: center;
padding: 0 8%;
color: white;
}



.hero2 {
height: 100vh;
background: url('paris/paris2.jpeg') center/cover no-repeat;
display: flex;
align-items: top;
padding: 0 8%;
color: white;
}

.trusted {
background: url('IMG_7137.jpeg') center/cover no-repeat;
display: flex;
align-items: center;
padding: 0 8%;
color: white;

}


.destinations {
background: url('IMG_7137.jpeg') center/cover no-repeat;
padding: 0 8%;
color: white;
text-shadow: 3px 3px 4px black, -1px -1px 3px black,
    3px 3px 1px black,
    2px 2px 1px black,
    1px 1px black,
    -2px -2px 0px black,
    -1px -1px 0px black,
    +2px -2px 0px black;

}



.austin {
background: url('IMG_1255-2.jpeg') center/cover no-repeat; background-position: center 37%;

}

.ourNetwork {
background: url('05250221-23a5-4b79-af18-29143b9e3082.jpeg') center/cover no-repeat; background-position: center 37%;

}


.signature {
background: url('DSC_0183-1024x685.jpg') center/cover no-repeat;

align-items: center;
padding: 0 8%;
color: white;
}


.hero-content {
max-width: 600px;
text-shadow: 3px 3px 4px black, -1px -1px 3px black,
    3px 3px 1px black,
    2px 2px 1px black,
    1px 1px black,
    -2px -2px 0px black,
    -1px -1px 0px black,
    +2px -2px 0px black;

}


.titreBlanc { color : white;
text-shadow: 3px 3px 4px black, -1px -1px 3px black,
    3px 3px 1px black,
    2px 2px 1px black,
    1px 1px black,
    -2px -2px 0px black,
    -1px -1px 0px black,
    +2px -2px 0px black;

}

.chooseUs { color : white;
text-shadow: 3px 3px 4px black, -1px -1px 3px black,
    3px 3px 1px black,
    2px 2px 1px black,
    1px 1px black,
    -2px -2px 0px black,
    -1px -1px 0px black,
    +2px -2px 0px black;

}




.hero h1 {
font-size: 50px;
margin-bottom: 20px;
}

/* GRID */

.grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 60px;
color: black;
#text-shadow:
    3px 3px 1px black,
    2px 2px 1px black,
    1px 1px black,
    -3px -3px 0px black,
    -2px -2px 0px black,
    -1px -1px 0px black,
    +2px -2px 0px black;


}



/* FOOTER */

footer {
background: #111;
color: white;
padding: 60px 8%;
}

footer a {
color: white;
text-decoration: none;
}

input,
textarea {
width: 100%;
padding: 12px;
margin-bottom: 15px;
border: 1px solid #ccc;
}

/* RESPONSIVE */

@media(max-width: 992px) {
.grid {
    grid-template-columns: 1fr;
}

.menu {
    display: none;
    flex-direction: column;
    background: white;
    position: absolute;
    right: 8%;
    top: 80px;
    padding: 20px;
}

.menu.active {
    display: flex;
}

.burger {
    display: block;
    cursor: pointer;
}
}



















.slider {
  overflow: hidden;
  width: 100%;
  cursor: grab;
}

.slides {
  display: flex;
  width: max-content;
  user-select: none;
  will-change: transform;
}

.slides img {
  height: 200px;     /* même hauteur */
  width: auto;       /* garde proportions */
  flex-shrink: 0;
  object-fit: contain;
  pointer-events: none;
  margin-right: 20px;
}





.container {
  width: 100%;
  max-width: 1200px; /* 👈 limite sur desktop */
  margin: 0 auto;    /* 👈 centre */
  padding: 0 20px;   /* 👈 respirable sur mobile */
}








































.slider {
  overflow: hidden;
  width: 100%;
  cursor: grab;
}

.slides {
  display: flex;
  width: max-content;
  user-select: none;
}

.slides img {
  height: 200px;        /* 👈 HAUTEUR FIXE (modifie ici) */
  width: auto;          /* 👈 garde les proportions */
  flex-shrink: 0;
  object-fit: contain;  /* 👈 sécurité (pas de déformation) */
  pointer-events: none;
}






.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer a:hover {
  color: #fff;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

/* Partie gauche */
.footer-left h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.footer-left p {
  margin: 5px 0;
  color: #aaa;
}

/* Partie droite */
.footer-right ul {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.footer-right li {
  margin-bottom: 8px;
}

.footer-signature {
  font-size: 13px;
  color: #777;
}

/* Responsive mobile */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-left, .footer-right {
    width: 100%;
  }
}





.clock-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 10px;
}

.clock {
    background: #1e293b;
    padding: 13px 15px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.clockParis {
    background: #e6d3b8;
    padding: 13px 15px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.label {
    font-size: 18px;
    margin-bottom: 10px;
    color: #EEEEEE;
}
.labelParis {
    font-size: 18px;
    margin-bottom: 10px;
    color: #111111;
}

.time {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
    color: white;
}
.timeParis {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
    color: black;
}