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

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fafafa;
  color: #333;
  line-height: 1.6;
}


.nav-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background-color: #111;
  padding: 20px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-bar a {
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-bar a:hover {
  color: #ff4d4d;
}


.header {
  background: url("img/Northern-Lights-Wilderness-Tour-with-Professional-Camera-6-scaled.jpg") center/cover no-repeat;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
}

.header::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
}

.header-content {
  position: relative;
  z-index: 2;
}

.header-content h1 {
  color: #e74c3c;
  font-size: 3rem;
  margin-bottom: 10px;
}

.bobo {                  
    border: 2px solid black;
    left: 40px; 
    padding: 10px 15px;
    font-family: Arial, sans-serif;
  }

  .bobo h2 {
    margin: 0;
  }


#Eat {
      background: url("img/feinschliff-ow91b_D5JBE-unsplash.jpg") center/cover no-repeat;
      justify-content: space-between;
      align-items: flex-start;
      display: none;
      flex-wrap: wrap;
      gap: 40px;
      padding: 60px 10%;
      min-height: 100vh;
    }
.serge {
    max-width: 750px;
    margin: 30px auto;
    padding: 20px;
    border: 2px solid #3b82f6;          
    border-radius: 12px;
    background-color: #f8fafc;          
    box-shadow: 0 4px 15px rgba(59,130,246,0.15);
    text-align: center;
  }

  .serge h2 {
    margin: 0;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 1.3rem;
    color: #01579B;                     
    line-height: 1.6;
    font-weight: 600;
  }

  .red-text {
    color: red;
}


    button {
      margin: 20px;
      padding: 10px 20px;
      font-size: 1.2rem;
      cursor: pointer;
    }

#Eat h1{
  font-size: 3.5rem;
  margin-bottom: 30px;
  color: #e74c3c;
  justify-content: center;


}


 .highlight-red {
      color:  #eb1f08;
      font-size: 1.4rem;
    }



/* Conteneur global */
.restaurants {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}


.restaurant {
  background: #f7f7f7;
  border-radius: 10px;
  margin-bottom: 20px;
  border-left: 5px solid #4a8fda; 
}


.restaurant h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
  color: #2c3e50;
  font-weight: 600;
}


.restaurant p {
  margin: 5px 0;
  line-height: 1.4;
  color: #444;
}


.see-more {
  display: inline-block;
  background-color: #4a8fda;
  color: white;
  padding: 10px 15px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.see-more:hover {
  background-color: #3b78b6;
}




#Sleep {
  background: url(img/mark-hodnett-yTz-NGzTItI-unsplash.jpg) center/cover no-repeat;
  display: none;
  font-size: 1.4rem;
  text-align: center;;
  color: #e74c3c;

}

#Sleep h1{
  font-size: 3.5rem;
  margin-bottom: 10px;
}

#Sleep p{
  font-size: 2.2rem;
  color:  #e74c3c;
  margin-bottom: 20px;
}

#Sleep img {
  width: 100%;
  max-width: 600px;
  border-radius: 15px;
  margin: 20px 0;
}

.love {
         
    border-radius: 10px;
    max-width: 700px;
    margin: 30px auto;        
    box-shadow: 0 4px 12px rgba(43,108,176,0.15);
    text-align: center;
  }
   .love h2 {
    margin: 0;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 2.4rem;
    color: #1e3a8a;                    
    line-height: 1.5;
  }

   .frame {
    border: 2px solid #3b82f6;          
    border-radius: 10px;
    max-width: 650px;
    margin: 30px auto;
    background-color: #ebb37b;          
    box-shadow: 0 4px 12px rgba(59,130,246,0.15);
    text-align: center;
  }

  .frame h3 {
    margin: 0;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 1.2rem;
    color: #01579B;
    line-height: 1.5;
    font-weight: 600;
  }

  .chat h1{
    font-size: 2.2rem;
    margin-bottom: 20px;
    color:#e74c3c;
  }

.buttons {
  margin: 20px 0;
}

.buttons button {
  padding: 10px 20px;
  margin: 5px;
  border: none;
  background-color:  #01579B;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.buttons button:hover {
  background-color: #a93226;
}

.calendar {
  margin: 20px 0;
}

input[type="date"] {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

 .see-more {
    display: inline-block;
    background-color: #3b82f6;     
    color: #fff;
    text-decoration: none;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 0.85rem;            
    padding: 6px 12px;             
    border-radius: 6px;            
    transition: background-color 0.3s, transform 0.2s;
  }

  .see-more:hover {
    background-color: #2563eb;     
    transform: translateY(-1px);   
  }


.carousel {
  position: relative;
  max-width: 900px;
  margin: 40px auto;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.6s ease;
}

#Events {
  background:url(img/17545913505098_northernlightsvillagesaariselkaauroracamp0122b10of11.jpg) no-repeat;
  display: none;
  text-align: center;
}

 .h2-pomme {
    max-width: 600px;
    margin: 30px auto;
    border: 2px solid #3b82f6;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(59,130,246,0.15);
  }

  .h2-pomme h2 {
    margin: 0;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 2.1rem;
    color: #1e3a8a;
    line-height: 1.4;
  }

#Events h1 {
  font-size: 3.8rem;
  color: #eb1f08;
  margin-bottom: 10px;
}

.description {
    max-width: 700px;
    margin: 20px auto;
    border: 2px solid #3b82f6;      
    border-radius: 10px;
    background-color: #f0f4ff;      
    box-shadow: 0 4px 10px rgba(59,130,246,0.1);
  }

  .description h3 {
    margin-top: 0;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 1.3rem;
    color: #01579B;
  }

  .description p {
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #01579B;
}


#Events .intro-text {
  max-width: 900px;
  margin: 0 auto 40px;
  color: #eb1f08;
  font-size: 1.1rem;
  line-height: 1.8;
}

#Events .events-hero img {
  width: 100%;
  max-width: 900px;
  border-radius: 15px;
  margin: 30px 0 50px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.event-card {
  min-width: 100%;
  box-sizing: border-box;
  padding: 9px;
  background:#01579B;
  border-radius: 10px;
  text-align: center;
}
.event-card h3 {
color:black;
}

.event-card img {
  width: 90%;
  border-radius: 10px;
  margin-bottom: 15px;
}


.carousel {
  width: 100%;
  max-width: 900px; 
  margin: 0 auto;
  overflow: hidden; 
  position: relative;
}


.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out; 
}

.event-card {
  height: 700px;           
  background-size: cover;  
  background-position: center;
}



.carousel button {
  display: none !important;
}


.see-more {
  display: inline-block;
  margin: 20px;
  padding: 20px 40px;
  background-color: #eb1f08;
  color: whitesmoke;
  font-weight: bold;
  text-decoration: none;
  border-radius: 20px;
  transition: border-radius 0.3s ease;
}

.see-more:hover {
  background-color: #c72c3d;
}

#Explore {
  background: url(img/simon-smith-B4qBdlNIuS0-unsplash.jpg)center/cover no-repeat;
  background-color: #f8f9fa;
  display: none;
  padding: 60px 10%;
  text-align: center;
}


#Explore h1 {
  font-size: 3.5rem;
  color: #c72c3d;
  margin-bottom: 20px;
}

#Explore p {
  color: #c72c3d;
  font-size: 1.4rem;
  margin-bottom: 40px;
}

.encadre {             
border-radius: 8px;            
max-width: 800px;           
margin: 20px auto;          
line-height: 1.6;           
}



#Explore img {
  width: 30%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
  margin: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}


#Explore img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}


#Explore .see-more {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 28px;
  background-color:  #e63946;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

#Explore .see-more:hover {
  background-color: #0c2461;
}

footer {
  text-align: center;        
  padding: 20px;             
  background-color: #111;    
  color: #fff;               
  font-size: 0.9em;
}




@media (max-width: 768px) {
  .carousel button {
    font-size: 1.5rem;
    padding: 8px 10px;
  }
}

.carousel button:hover {
  background-color: rgba(0,0,0,0.8);
}

.carousel .prev { left: 10px; }
.carousel .next { right: 10px; }

@media (max-width: 768px) {
  .carousel button {
    font-size: 1.5rem;
    padding: 8px 10px;
  }
}


@media (max-width: 900px) {
  #Eat {
    flex-direction: column;
    align-items: center;
  }

  #Eat img, 
  #Eat .restaurant {
    width: 100%;
    max-width: 100%;
  }

  #Explore img {
    width: 90%;
  }
}

carousel .prev { left: 10px; }
.carousel .next { right: 10px; }

@media (max-width: 768px) {
  .carousel button {
    font-size: 1.5rem;
    padding: 8px 10px;
  }
}

@media (max-width: 768px) {
  .event-card {
    min-width: 200px;
    height: 180px;
  }
}

@media (max-width: 480px) {
  .event-card {
    min-width: 150px;
    height: 150px;
    margin-right: 15px;
  }
}

