/* Reset and general styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1.6;
    font-family: Poppins, Regular;
}

.container-menu {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

a {
    text-decoration: none;
}

/* Top bar styles */
.top-bar {
	background-color: #2d6e78;
    color: white;
    /* padding: 10px 0; */
    height: 45px;
    line-height: 45px;
    position: fixed;
  	z-index: 50;
 	width: 100%;
}

.tagline {
    font-size: 14px;
    padding-left: 145px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.phone {
    color: #f5a742;
    font-weight: bold;
}

.opening-hours {
    color: #f5a742;
    font-weight: bold;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    color: white;
    font-size: 18px;
}

/* Main header styles */
.main-header {
    background-color: white;
    padding: 15px 0;
    position: relative;
}
.logo1 {
    z-index: 20;
		}
.logo2 {
	z-index: 20;
    display: none;
    text-align: center;
    width: 100%;
    padding-top: 5px;
	}

/* Menu styles */
.menuOrdi {
	position: fixed;
  	z-index: 60;
  	background-color: white;
  	top: 45px;
  	height: ;
  	width: 100%;
  	}

.containerHeader {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
	height:80px;
}



 .menu-container {
    font-family: 'Asap Condensed', sans-serif;
    width:100%;
    }
.menu {
    display: flex;
    justify-content: center;
    list-style-type: none;
    position: relative;
    z-index: 80;
    }
.menu-item {
    position: relative;
    padding: 25px 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
	letter-spacing: 0px;
	color: #3A6F7E;
    display: flex;
    align-items: center;
    font-size: 18px;
    } 
.menu-item a {
	color: #3A6F7E;
    }   
.menuMobile {
    display: none;
	}
.dropdown-arrow {
    margin-left: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #1c535e;
    transition: transform 0.3s ease;
    }
.menu-item.active .dropdown-arrow {
    transform: rotate(180deg);
    }
    
/* Desktop dropdown */
.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    min-width: 300px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    z-index: 1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    background: #EFEFEF;
    border-top: 4px solid #1c535e;
    }
.menu-item:hover .dropdown {
    display: block;
    }
.dropdown-content {
    padding: 2px 16px;
    border-bottom: 1px solid #eee;
    color: #1c535e;
    text-transform: none;
    transition: background-color 0.3s ease;
    font: normal normal 300 16px/25px Poppins;
	letter-spacing: 0px;
	text-decoration:none;
	cursor: pointer;
    }
.dropdown-content a:hover {
      transform: scale(1.05);
      color: #ff7f27;
    }
.dropdown-content a {
    color: #1c535e;
	text-decoration:none;
    }
.titreMenu {
    padding: 10px 5px 3px 5px;
    border-bottom: 1px solid #eee;
    text-transform: none;
    transition: background-color 0.3s ease;
    font: normal normal 600 18px/25px 'Asap Condensed';
	letter-spacing: 0px;
	cursor: pointer;
    }
.titreMenu a {
    color: #1c535e;
	text-decoration:none;
    }
.titreMenu a:hover {
      transform: scale(1.05);
      color: #ff7f27;
     } 
.dropdown-content:last-child {
    border-bottom: none;
    }
.dropdown-content:hover {
    background-color: #f0f0f0;
    }
.pad-top20 {
    padding-top: 20px;
}
.reserve-button a {
    background-color: #ff7f27;
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font: normal normal 600 19px/22px Asap condensed;
}
.reserve-button-input {
    background-color: #ff7f27;
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font: normal normal 600 19px/22px Asap condensed;
}

.reserve-button a:hover {
    background-color: #e06f20;
    color: white;
}

/* Mobile menu toggle */

.mobile-menu-toggle {
    display: none;
    font-size: 24px;
    color: #2d6e78;
    cursor: pointer;
    padding-left: 10px;
	}


.bar1, .bar2, .bar3 {
  	width: 25px;
  	height: 3px;
  	background-color: white;
  	margin: 5px 0;
  	transition: 0.4s;
  	color: white;
	}

.change .bar1 {
  	transform: translate(0, 8px) rotate(-45deg);
	}

.change .bar2 {opacity: 0;}

.change .bar3 {
  	transform: translate(0, -8px) rotate(45deg);
	}

/* menu reservation */

.reservation-sousmenu {
   	z-index: 500;
   	top: 100px;
    margin: 0 auto;
	max-width: 1200px;
   	position: absolute;
   	right: 30px;
   	display: none;
   	position: fixed;
   	
    }

.orange-bar {
    background-color: #FF7A00;
    height: 4px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top:30px;
    max-width: 500px;
    }
.orange-triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #FF7A00;
    position: absolute;
	top: 70px;
  	right: 50px;
    transform: translateX(-50%);
    display: none;
    }
.container-resa {
    max-width: 500px;
    margin: 0 auto;
	padding-top: 20px;
    min-height: 500px;
    }
.reservation-resa {
    text-align: center;
    padding: 20px;
    margin-top: 10px;
    background-color: #edeeeb;
  	border-radius: 0px 0px 18px 18px;
  	opacity: 0.94;
  	position: relative;
    }
.reservation-resa h1 {
    color: #003B59;
    font: normal normal bold 20px/30px Poppins;
    }
.contact-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
    }
.card-resa {
    background: white;
    border-radius: 12px;
    padding: 15px 10px;
    width: 300px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.icon-resa {
    font-size: 24px;
    color: #333;
    margin-bottom: 0px;
    }
.sousTitre-resa {
    font: normal normal bold 16px/26px Poppins;
	letter-spacing: 0px;
	color: #FF8000;
	 text-decoration: none;
    }   
.titre-resa {
    color: #003B59;
    font: normal normal bold 18px/26px Poppins;
     }
.texte-resa {
    font: normal normal normal 12px/16px Poppins;
    color: #666;
    }
.view-all-btn-resa {
    background-color: #ff7f24;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    font-family: Poppins;
    margin: 10px 0px;
    text-decoration: none;
    }
 
.close-resa {
  	position: absolute;
  	right: 15px;
  	font-size: 25px;
  	line-height: 25px;
  	cursor: pointer;
	}

/* Partenaires */
.partenaire {
	position: relative;
	background-color: white;
	width: 100%;
	padding: 30px;
    }
.partenaire-container {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    }

.partenaire-container img {
    max-width: 120px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
    }

.partenaire-container img:hover {
    transform: scale(1.05);
    }
    


/* footer */    
    
.foot-container {
	width: 100%;
    position: relative;
    background-color: #1f3b42;
	}
.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    }
.footer h3 {
    font: normal normal bold 18px/32px Poppins;
    margin-bottom: 10px;
    color: white;
    margin-top: 50px;
    }
.footer ul {
    list-style: none;
    padding: 0;
    font: normal normal normal 16px/31px Poppins;
    }
.footer ul li {
    margin: 8px 0;
    }
.footer a {
    text-decoration: none;
    color: white;
    }
.highlight {
    color: #ff8000;
    }
.center {
    text-align: center;
    margin-top: -50px;;
    }
li {
    list-style-type: none;
    }
.social-icons img {
    width: 40px;
    margin: 2px 2px;
    vertical-align: middle;
    }
.contact-button {
    display: inline-block;
    background-color: #ff8000;
    color: white;
    padding: 10px 15px;
    border-radius: 25px;
    font: normal normal bold 18px/20px  Asap condensed;
	letter-spacing: 0px;
    text-decoration: none;
    margin-top: 20px;
    }
.bottom-bar {
    display: flex;
    justify-content: center;
    padding: 0px 20px;
    font: normal normal normal 14px/32px Poppins;
    background-color: #192f35;
    }
.bottom-bar a {
    margin: 0 10px;
    text-decoration: none;
    color: white;
    }
.social-bottom {
  	display: none;
    }         
.edit{
  	text-align: center;
    } 
        .lang-switcher {
            cursor: pointer;  
            border: none;
            background: none;
            }
        .lang-switcher img {
            width: 30px;
            height: 20px;
        }



    /* CALENDRIER */

    .calendar-container {
      	background: none;
      	max-width: 1200px;
      	margin: 0 auto;
      	display: none;
      	position: relative;
      	height: 0px;
      	z-index: 500;
      	 }

    #datepicker {
      opacity: 0;
      height: 0;
      pointer-events: none;
      border: none;
      padding: 0;
      margin: 0;
    }

    /* Styles des jours */
    .has-canyon {
      background-color: #007BFF !important;
      color: white !important;
      border-radius: 50%;
      position: relative;
    }

    .has-rando {
      background-color: #ff7900 !important;
      color: white !important;
      border-radius: 50%;
      position: relative;
    }
    .close-btn {
    position: absolute;
  	top: 20px;
  	font-size: 30px;
  	color: #888;
  	cursor: pointer;
  	z-index: 600;
  	left: 10px;
    }

    .close-btn:hover {
      color: orange;
    }

    /* Pas de tooltip CSS - géré par JavaScript */

    /* Enlève bleu Flatpickr */
    .flatpickr-day.selected,
    .flatpickr-day.today.selected {
      background: transparent !important;
      color: inherit !important;
      box-shadow: none !important;
    }

         
/* Responsive styles */
@media screen and (max-width: 1200px) {
.tagline {
	display: none;
	}
.contact-info {
	margin-left: 400px;
	}
.menu-item {    
    padding: 25px 10px;
    }
}





@media (max-width: 980px) {
.container-menu {
    flex-direction: column;
    gap: 10px;
    }
.top-bar {
	display: none;
	}
.main-header {
    padding: 0px;
    background: #3A6F7E;
    position: fixed;
  	z-index: 50;
  	width: 100%;
	}
    
.top-bar .container-menu {
    text-align: center;
    }
    
.contact-info {
    display: none;
    }
    
.main-header .container-menu {
    flex-direction: row;
    justify-content: space-between;
    }
.menu-item {
	background-color: white;
    min-width: 280px;
    }
.logo1 {
    display: none;
	}
.logo2 {
    display: block;
	}
.menuHauteur {
    height:0px;
    padding-bottom: 0px;
    }
.containerHeader {
	height:0px;
	}
.resaOrdi {
    display: none;
	}
.menuMobile {
    display: flex;
	}
.reserve-button a {
	padding: 7px 15px;
	font-size: 16px;
	cursor: pointer;
    }
.reserve-button-input {
	padding: 7px 15px;
	font-size: 16px;
	cursor: pointer;
    }
.pad-top20 {
    padding-top: 0px;
}
.mobile-menu-toggle {
	display: block;
    	}
.containerToogle {
    display: inline-block;
    padding-top: 15px;
    }
.menu {
    flex-direction: column;
    top: 50px;
    position: fixed;
    }
.menu-container {
    display: none;
    }
.menu-container.active {
    display: block;
    }
.menu-item {
    position: relative;
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid #eee;
    display:block;
            }
.dropdown {
    display: none;
    position: static;
    width: 100%;
    background-color: #f9f9f9;
    box-shadow: none;
    border-radius: 0;
    order: -1;
    }
.menu-item.active .dropdown {
    display: block;
    }
.dropdown-arrow {
    position: absolute;
    right: 15px;
    top: 30px;
    transform: translateY(-50%);
    }
.menu-item.active {
    background-color: #f0f0f0;
            }
.menu-item.active .dropdown-arrow {
    transform: translateY(-50%) rotate(180deg);
            }


/* Menu reservations */

.orange-triangle {
	top: 45px;
  	right: 35px;
    }

 .reservation-sousmenu {
   top: 40px;
   right:2px;
    }
 .reservation-resa {
   padding-top: 10px;
    }

.container-resa {
    padding: 5px 5px;
    }
      
.orange-bar {
    width: 97%;
    top: 15px;
    }
      
.contact-cards {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    }
      
.card-resa {
    max-width: 90%;
    width: 280px;
    }
      
.reservation-resa h1 {
    font-size: 18px;
    line-height: 25px;
    } 
 
.close-resa {
    position: relative;
    }
   
    
/* footer */

.footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    top: -50px;
    justify-items: center;
    }
.footer > div {
    width: 100%;
    max-width: 300px;
    }
.footer h3 {
    margin-top: 0px;
    }
.center {
    grid-column: span 2;
    text-align: center;
    margin: 0px;
    }
.footer > .center {
  	order: -1; /* place le bloc logo & highlights tout au début */
  	grid-column: span 2;
  	text-align: center;
	}
.iconeAdv {
    display:none;
    }
.bottom-bar {
    flex-wrap: wrap;
    padding: 5px 10px;
    text-align: center;
    }   
.bottom-bar a {
    margin: 0px 10px;
    font: normal normal normal 13px/25px Poppins;
    } 
.bottom-bar a:first-child,
.bottom-bar a:nth-child(2) {
    flex-basis: 40%;
    }    
.bottom-bar a:last-child {
    flex-basis: 100%;
    }
.social-bottom {
	text-align: center;
	top: -40px;
  	position: relative;
  	display: block;
    }
.contact-button {
	font-size:16px;
    }
.partenaire {
    padding: 5px;
    margin-bottom: 40px;
}
.partenaire-container img {
    height: 52px;
}
.partenaire-container{
    gap: 1rem;
}

.calendar-container {
  max-width: 310px;
  top: 25px;
}

}

