.page {
	position: absolute;
    background: url('/photo/fond-canyon.webp') no-repeat center center/cover;
    width: 100%;    
    height: 600px;
    top: 120px;
    }
.container-page {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 2rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 20px;
	opacity: 0.92;
    }
.titre-desktop {
    position: relative;
    }
.titre-desktop p {
    position: absolute;
    top: 10px;
    right: 10px;
    font: normal normal 600 19px/22px Asap condensed;
	letter-spacing: 0px;
	color: #3A6F7E;
    }
.titre-desktop img {
    padding-right: 20px;
    }
.titre-presta h1 {
    margin: 10px 0px 40px 0px;
    font: normal normal normal 50px/60px Protest Riot;
	letter-spacing: 0px;
	color: #3A6F7E;
    }
.top-section {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    }
.left-column {
    flex: 1 1 65%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-left: 20px;
    }
.infos-top {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font: normal normal bold 18px/27px Poppins;
	letter-spacing: 0px;
	color: #004559;
	margin-bottom:20px;
    }
.infos-top span {
    display: flex;
	align-items: center;
    gap: 6px;
    }

.description {
    font: normal normal normal 18px/28px Poppins;
	letter-spacing: 0px;
	color: #004559;
    }
.plus-info {
    font: normal normal 600 18px/35px Poppins;
	letter-spacing: 0px;
	color: #FF8000;
	margin: 0px;
    }    
.right-column {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    gap: 1.0rem;
    max-width: 360px;
    }

.carousel {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: auto;
    }
.carousel-mobile {
  	display: none;
    }

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

.carousel-images img {
    width: 100%;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 10px;
    height: 350px;
    }

.carousel-button {
    position: absolute;
    top: 40%;
    border: none;
	cursor: pointer;
    z-index: 2;
    height: 55px;
  	width: 40px;
    }
.carousel-mobile {
    display: none; /* Cache le carrousel mobile en desktop */
    }          
.carousel-button.prev-presta { 
	left: 10px;
	transform: matrix(-1, 0, 0, -1, 0, 0); 
	}
.carousel-button.next-presta { right: 10px; }

.sortie {
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 0;
    }

.sortie button {
    background-color: #f39c12;
    border: none;
    padding: 6px 12px;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    }

.box {
    border-radius: 20px;
    border: 1px solid #A7C3CB;
    overflow: hidden;
    }
.bottom-grid {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
   	}

.bottom-grid .box {
	flex: 1 1 48%;
   	}
   
.lieu-rdv-row {
    display: flex;
    gap: 1rem;
    flex-wrap: nowrap;
    overflow-x: auto; /* évite que ça casse si trop petit */
   }
.lieu-rdv-row .box {
    flex: 1 1 50%;
    min-width: 280px;
   }
.fiche-header {
    padding: 10px;
    text-align: left;
    background: #D3E5E9 0% 0% no-repeat padding-box;
    }
        
.fiche-header h1 {
    margin: 0;
    font: normal normal bold 20px/26px Poppins;
	letter-spacing: 0px;
	color: #3A6F7E;
	text-transform: uppercase;
    }
.fiche-header2 {
    padding: 10px;
    text-align: left;
    background: #8EB0B9 0% 0% no-repeat padding-box;
    position: relative;
    }
.fiche-header2 h1 {
    margin: 0;
	text-align: center;
	font: normal normal 600 22px/32px Asap condensed;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
    }
   .fiche-header2 p {
	position:absolute;
    }  
   
.info-label {
    font: normal normal 600 16px/20px Poppins;
	letter-spacing: 0px;
	color: #3A6F7E;
	width: 200px;
    }
.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 15px;
    font: normal normal medium 16px/25px Poppins;
	letter-spacing: 0px;
	color: #004559;
    }
.row:nth-child(even) {
    background-color: #ffffff;
    }
.row:nth-child(odd) {
    background-color: #e4f0f2;
    } 
.button {
    background-color: #ff7a1b;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 8px 20px;
    cursor: pointer;
    font: normal normal 600 19px/22px Asap condensed;
    }
.footer-presta {
    text-align: center;
    padding: 15px;
    background-color: #f8f8f8;
    }
.footer-presta button {
    background-color: #ff7a1b;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px 30px;
 	font: normal normal 600 19px/22px Asap condensed;
    cursor: pointer;
    } 
.info-value {
    font: normal normal normal 16px/20px Poppins;
	letter-spacing: 0px;
	color: #3A6F7E;
	text-align: left;
	}
.info-value p {
    padding: 10px 10px;
	}			
.fiche-content {
    background-color: white;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    }
.info-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    }
.presta-sousTitre {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    top: -15px;
    }       
.presta-sousTitre i {
    position: absolute;
    top:100px;
    left:45%;
    }
.bouton-info a {
    text-decoration: none;
   	font: normal normal bold 19px/27px Asap condensed;
	letter-spacing: 0px;
	text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease;
    color: #FF8000;
    }
.bouton-info {
	border: 2px solid #FF8000;
	border-radius: 16px;
	overflow: hidden;
    margin: 10px 0px;
	opacity: 1;
	padding: 15px;
    }

/* DIAPORAMA */


.diaporama-ordre {
 	order: 6;
    }
.diaporama {
 	max-width: 800px;
    width: 100%;
    margin: auto;
    margin-bottom: 60px;
    }
    
.diaporama-main {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 5 / 4;
    background-color: #000;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 500px;
    }
    
#fullscreenOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  display: none;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

#fullscreenOverlay.active {
  display: flex;
}

#fullscreenOverlay .diaporama-main {
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  aspect-ratio: auto;
  border-radius: 0;
}
.carousel:fullscreen {
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.carousel:fullscreen img {
  width: auto;
  height: auto;
  max-width: 100vw;
  max-height: 100vh;
  object-fit: contain;
  display: block;
  margin: auto;
}
img:fullscreen {
  display: block;
  margin: auto;
  max-width: 100vw;
  max-height: 100vh;
  object-fit: contain;
  background: black;
}



.diaporama-images {
    position: relative;
    width: 100%;
    height: 100%;
    }
.diaporama-images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
/*    height: 100%; */
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
    }
.diaporama-images img.active {
    opacity: 1;
    z-index: 1;
    }

.thumbnails-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    max-width: 1200px;
    margin-top: 10px;
    position: relative;
    }
.thumbnails {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 5px 0;
    scrollbar-width: none;
    max-width: 1200px;
    }

.thumbnails::-webkit-scrollbar {
    display: none;
    }
.thumbnails img {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 140px;
    height: 98px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    }
.thumb-btn {
    display: none;
    background: #FF8000;
    color: white;
    border: none;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    height: 98px;
    }

.thumb-btn:hover {
    background: #0056b3;
    }
.thumbnails img.active {
    border-color: #007bff;
    transform: scale(1.1);
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.6);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    }

.diaporama-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    }

.diaporama-btn {
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    width: 55px;
    height: 50px;
    display: flex;
    border: none;
    }
.prevBtn {
    transform: matrix(-1, 0, 0, -1, 0, 0);
    }
 
 
/* Mode plein écran */

.fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    z-index: 99999; /* ← ici */
    justify-content: center;
    align-items: center;
}

.fullscreen-overlay.active {
    display: flex;
}

.fullscreen-image-container {
    position: relative;
    width: 90%;
    height: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullscreen-image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.fullscreen-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 10000;
}


/* FIN DIAPORAMA */



.container-guide {
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding: 20px 10px 20px 10px;
    order: 7;
    }

.motGuide {
    background-color: #E0ECEF;
    border-radius: 20px;
    padding: 60px 20px 60px 220px; /* Padding left pour laisser de la place à la photo */
    position: relative;
    overflow: visible;
    display: flex;
    align-items: flex-start;
    
    }

.photo-section {
    position: absolute;
    top: -40px;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    }

.image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    }

.background-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    z-index: 1;
    }

.person-photo {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 12px;
    z-index: 2;
    }

@font-face {
    font-family: 'Gratisan';
    src: url('gratisan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }

.photo-section .name {
    margin-top: 30px;
    text-align: center;
    font: normal normal normal 23px/25px Gratisan;
	letter-spacing: 0px;
	color: #FF8000;
	margin-left: 15px;
	width: 110px;
    }

.content-section {
    flex: 1;
    position: relative;
    font: italic normal normal 22px/30px Poppins;
	letter-spacing: 0px;
	color: #004559;
    }

.quote-start, .quote-end {
    color: #ff8833;
    font-size: 3rem;
    position: absolute;
    line-height: 1;
    } 
.quote-start {
    top: -50px;
    left: 5px;
    }
.quote-end {
    bottom: -50px;
    right: 5px;
    } 
/* sectionn prestations */

.cadre-presta {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    }
.prestation{
	position:relative;
	height:auto;
	background: #EFEFEF;
	padding-bottom: 100px;
	padding-top: 20px;
	top: 0px;
  	} 
.pad-icon {
    margin-right: 5px;
    }
        
.prestation-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
   	padding: 0px 15px 0px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 0px;

	}
.cards-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    }

.card {
    overflow: hidden;
    width: 375px;
    position: relative;
    flex-shrink: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 20px #D9D9D9;
	border: 1px solid #C2CCCF;
	border-radius: 20px 20px 20px 20px;
    }

.card img {
    width: 100%;
    height: auto;
    display: block;
    }

.location-badge {
    position: absolute;
    background-color: #04546c;
    color: white;
    padding: 10px 15px;
    border-top-left-radius: 15px;
    display: flex;
    font: normal normal 600 16px/20px Poppins;
	letter-spacing: 0px;
    }

.card-content {
    padding: 20px;
    height:250px;
    overflow: hidden;
    }

.card-content h2 {
    margin: 0;
	font: normal normal 800 30px/39px Poppins;
	letter-spacing: 0px;
	color: #004559;
    }

.card-content p {
    font: normal normal normal 300 16px/24px Poppins;
	letter-spacing: 0px;
	color: #8EB0B9;
    }
    
.photos-content{
    height: 250px;
    overflow: hidden;
    }

.info-icons {
    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: space-between;
    padding: 25px 10px 5px 15px;
    }

.info-icons div {
    flex: 1;
    text-align: center;
    display: flex;
    font: normal normal 600 16px/20px Poppins;
	letter-spacing: 0px;
	color: #004559;
    }
.buttons {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    }

.buttons a {
    text-decoration: none;
    padding: 10px 28px;
   	font: normal normal 600 19px/22px  Asap condensed;
	letter-spacing: 0px;
	text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease;
    }

.btn-info {
    border: 1px solid #FF8000;
	border-radius: 0px 16px;
	opacity: 1;
	color: #FF8000; 
    }

.btn-info:hover {
    background-color: #FF8000;
    color: white;
    }

.btn-reserve {
    color: white;
	background: #FF8000 0% 0% no-repeat padding-box;
	border-radius: 16px 0px;
	opacity: 1;;
    }

.btn-reserve:hover {
    background-color: white;
    border: 1px solid #FF8000;
    color: #FF8000;
    }


 .b-header {
      background-color: #eeeeee;
      padding: 10px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .b-title {
      font-size: 20px;
    }
    .b-title span:first-child {
      color: #2b6777;
      font-weight: bold;
    }
    .b-title span:last-child {
      color: #ff8800;
      font-weight: bold;
    }
    .b-icon-link {
      display: flex;
      align-items: center;
      font-size: 18px;
      text-decoration: none;
      color: #2b6777;
      font-weight: bold;
    }
    .b-icon {
      margin-right: 8px;
      background-color: #2b6777;
      color: white;
      border-radius: 50%;
      width: 22px;
      height: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
    }

@media screen and (max-width: 768px) {
	.page {
       	background-image: none;
       	top: 40px;
     }
    .container-page {
       	padding: 1rem;
       	margin-top: 0px;
     }
    .carousel-mobile {
        display: flex; 
        }
     .top-section {
       	display: flex;
       	flex-direction: column;
       gap: 1rem;
     	}
    .description {
		font: normal normal normal 15px/22px Poppins;
		padding: 10px 10px;
    	}

     /* En mobile - affichage en colonne avec ordre spécifique */
     .right-column {
       	width: 100%;
     	}

     
     /* Ordre des conteneurs principaux en mobile */
     .right-column {
       	order: 3; /* Déplace toute la colonne de droite en dernier */
     	}
     
     /* Dans cette colonne de droite, les éléments sont réordonnés */
     .right-column .carousel {
       	display: none; /* Cache le carrousel desktop en mobile */
     	}
            

     
     /* Puis en mobile on réorganise tout*/
     .top-section > .carousel-mobile {
       	order: 1; /* Premier élément à apparaître */
     	}
     
     .left-column {
       	order: 2; /* Second élément */
       	padding-left: 0px;
     	}

     /* La right-column avec uniquement les sorties vient en dernier */

    .titre-desktop {
       display: none;
     	}
    .carousel-images img {
       	height: 100%;
     	}
	.row {
    	padding: 10px 15px;
    	}
    .lieu-rdv-row {
       	flex-direction: column;
     	}
   	.infos-top {
      	font: normal normal bold 16px/20px Poppins;
      	padding: 0px 10px;
    	}
    
    .titre-presta h1 {
		font: normal normal normal 30px/32px Protest Riot;
		margin: 10px 0px 10px 0px;
    	}

    .titre-presta img {
		height: 25px;
    	}

    .infos-top span {
      	display: flex;
      	align-items: center;
      	gap: 6px;
    	}

 	.fiche-content {
        grid-template-columns: none;
        }
     .sortie {
       	flex-direction: column;
       	align-items: flex-start;
       	gap: 0.5rem;
     	}
     .sortie button {
       	width: fit-content;
     	}     
     .bottom-grid {
       	flex-direction: column;
     	}
     	
 /* DIAPORAMA */    	

 .thumbnails img {
    	width: 100px;
    	height: 70px;
    	}
    	
  .fullscreen-image-container {
    width: 100vw;
    height: 100vh;
    padding: 0;
  }
  .fullscreen-image-container img {
    object-fit: contain;
}

  .diaporama-main {
    height: 100%;
    width: 100%;
    border-radius: 0;
  }

  .diaporama-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10px;
  }



  .fullscreen-close {
    position: absolute;
    top: 2vh; /* Au lieu de px */
    right: 2vw;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    padding: 6px 12px;
    border-radius: 5px;
}
    	
 /* fin DIAPORAMA */   	
    	
	.container-guide {
    	padding: 80px 0px 0px 0px;
    	}
  	.motGuide {
        display: flex;
        align-items: flex-start;
        padding: 120px 20px 20px 20px;
      }

    .photo-section {
        position: absolute;
        top: 0;
        left: 20px;
        margin-bottom: 0;
        transform: translateY(-50%);
        align-items: center;
      }

    .content-section {
        padding-top: 20px;
        font: italic normal normal 16px/20px Poppins;
      }

    .content-section::before {
        top: -20px;
        left: -30px;
      }

	.quote-start {
    	height: 27px;
    	top: -10px;
    	}
	.quote-end {
    	bottom:-15px;
    	height: 27px;   
    }
  /* section prestation */
  	.card {
   	 	width: 100%;
    	max-width:370px;
  		}
  	.photos-content {
    	height:auto;
    	}
  	.buttons a {
   		font-size: 16px;
    	padding: 8px 32px;
    	}
	.prestation {
   	 	height: auto;
    	padding: 15px;
		}  
	.prestation-container {
    	padding: 0px;
    /*	top: 20px;*/
		}
	
	.card-content {
  		padding: 15px;
		}
	
	.info-icons div {
    	font: normal normal 600 14px/20px Poppins;
    	}
    .right-column {
    max-width: 380px;
    }
    
   }
   
@media (min-width: 768px) {
	.thumb-btn {
    	display: block;
    	}
	}   
   