.sortie-planning {
    height: 390px; /* Hauteur relative à la fenêtre */
    margin: 0 auto; 
    position: relative;
  	top: 90px;     
     
    background-image: url('/photo/fond canyon bleu.JPG');
    background-size: cover;
    background-position: center;
    }
  
@font-face {
    font-family: 'Gratisan';
    src: url('gratisan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }
.sortie-hero {   
    max-width: 1200px;  
    margin: 0 auto; 
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
    }
.sortie-hero h1 {
    position: absolute;
    top: 130px;
    left: 20px;
    text-align: left;
	font: normal normal normal 70px/34px Gratisan;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-shadow: 0px 3px 20px #000000D1;
    }

.badge {
    position: absolute;
    top: 50px;
    right: 20px;
    width: 180px; /* ajustez selon votre image */
      height: auto;
    }
.header-plan {
    color: white;
    width: 300px;
    display: flex;
    align-items: center;
	background: #FF8000 0% 0% no-repeat padding-box;
	border-radius: 10px ;
	opacity: 1;
	height: 45px;
    }
.vert {
      background: #3A6F7E 0% 0% no-repeat padding-box;
      margin-left: 20px;
    }
        
.header-icon {
    font-size: 25px;
    margin-left: 15px;
    width: 40px;
    }
        
.header-title {
    font: normal normal bold 19px/22px Asap condensed;
    }
   
.planning-detail {
    height: 250px;
  	margin: 0 auto;
  	max-width: 1200px;
  	position: relative;
  	top: 140px;
    } 

.choix-planning {   
    position: relative;
    display: flex;;
    }
    
.texte-planning {   
    position: relative;
    font: normal normal bold 26px/31px Poppins;
	color: #004559;
	padding: 20px 0px;
    }
.planning-jour {
    height: 40px;
  	margin: 0 auto;
  	max-width: 1200px;
  	position: relative;
  	top: 20px;
    }
.date-planning {   
      position: relative;
		font: normal normal bold 36px/31px Poppins;
	letter-spacing: 0px;
	color: #FF8000;
    }
    
/* Planning jour par jour */    
    
.sortie-container {
	max-width: 1200px;
  	margin: 40px auto;
  	background-color: #fff;
  	border-radius: 20px;
  	overflow: hidden;
  	box-shadow: 0px 3px 10px #00000029;
	}

.sortie-main {
  	display: flex;
  	flex-direction: row;
  	gap: 10px;
  	border: 2px solid #E0ECEF;
	}

.sortie-lieu {
  	display: flex;
  	font: normal normal 600 23px/25px Poppins;
  	color: #414653;
	}
.sortie-lieu img {
  	padding: 5px 5px 0px 0px;
	}

.mobile {
  	display: none;
	}
.desktop {
  	display: flex;
  	width: 100%;
  	gap: 100px;
  	justify-content: space-between;
  	padding-right: 20px;
	}

.date-badge {
  	position: absolute;
  	background-color: #FF8000;
  	color: white;
  	padding: 8px 15px;
  	border-radius: 10px 0;
  	display: flex;
  	font: normal normal 600 16px/20px Poppins;
  	top: 0px;
  	z-index: 10;
	}

.sortie-image {
  	position: relative;
  	width: 100%;
  	max-width: 310px;
  	margin: 20px;
  	flex-shrink: 0;
	}
.sortie-image img {
  	width: 100%;
  	height: auto;
  	object-fit: cover;
  	border-radius: 15px;
  	display: block;
	}

.sortie-content {
  	padding: 15px 0;
  	flex-grow: 1;
  	width: 100%;
	}

.sortie-title {
  	font: normal normal bold 22px/31px Poppins;
  	color: #3A6F7E;
  	margin: 25px 0;
	}

.sortie-description {
  	font: normal normal normal 18px/27px Poppins;
  	color: #3A6F7E;
  	margin-bottom: 1rem;
	}

.sortie-infos {
  	display: flex;
  	flex-wrap: wrap;
  	gap: 1.5rem;
  	font: normal normal bold 18px/34px Poppins;
  	color: #004559;
	}

.sortie-infos div {
  	display: flex;
  	align-items: center;
  	gap: 0.4rem;
	}

.sortie-bottom {
  	display: flex;
  	flex-direction: row;
  	justify-content: flex-end;
  	align-items: flex-end;
  	padding: 12px 5px 12px 12px;
  	background-color: #f9fafb;
  	border-top: 1px solid #e5e7eb;
  	gap: 0.5rem;
  	border: 2px solid #E0ECEF;
	}

.sortie-ligne1 {
  	display: flex;
  	justify-content: space-between;
  	font: normal normal bold 20px/30px Poppins;
  	margin-bottom: 5px;
	}

.sortie-ligne2-wrapper {
  	display: flex;
  	justify-content: flex-end;
  	padding-bottom: 3px;
	}

.sortie-ligne2 {
  	display: flex;
  	gap: 10px;
  	align-items: center;
	}

.highlight-orange {
  	color: #FF8000;
  	font-weight: bold;
	}

.highlight-blue {
  	color: #3A6F7E;
  	font-weight: bold;
  	padding-right: 15px;
	}

.last-minute {
  	display: flex;
  	align-items: center;
  	color: #ff7f24;
  	font-weight: bold;
  	width: 90px;
  	line-height: 14px;
	}
.discount-icon {
  	font-size: 24px;
  	margin-right: 10px;
	}
.sortie-new {
  	margin: 30px auto;
  	max-width: 1200px;
  	position: relative;
  	display: flex;
	background: #E0ECEF 0% 0% no-repeat padding-box;
	border-radius: 10px;
  	height: 64px;
  	padding: 10px;
  	justify-content: right;
	}
.sortie-guidedispo {
  	display: flex;
  	flex-wrap: wrap;
  	font: normal normal bold 18px/34px Poppins;
  	color: #004559;
  	padding-top: 8px;
	}
.sortie-guide {
 	font: normal normal bold 18px/34px Poppins;
	}
.sortie-guidetitle {
    color: white;
    width: 300px;
    display: flex;
    align-items: center;
	border-radius: 10px ;
	opacity: 1;
	height: 45px;
	font: normal normal 600 18px/28px Poppins;
    }
      
    
     
/* Responsive styles */
@media screen and (max-width: 980px) {
	.sortie-planning {
    	height: 140px; /* Hauteur relative à la fenêtre */
    	top: 50px;
    	}
	.planning-container {
    	background: #EFEFEF 0% 0% no-repeat padding-box;
    	}
	.sortie-hero h1 {
		font: normal normal normal 30px/34px Protest Riot; 	
		top: 80px; 
    	}
	.badge {
      width: 80px;
      top: 30px;
    	}
    .header-plan {
		height: 37px;
    	}
	.header-icon {
    	font-size: 16px;
    	width: 25px;
    	margin-left: 8px;
    	}
	.header-icon img{
		height: 20px;
  		margin-top: 5px;
    	}
    
	.planning-detail {
		position: relative;
  		margin: 0px 10px;
  		height: 200px;
  		top: 70px;
    	}         
	.header-title {
   		font: normal normal 600 16px/16px Asap condensed;
    	}
	.texte-planning {
   		font: normal normal bold 18px/27px Poppins;
    	} 
	.date-planning {
		font: normal normal bold 28px/31px Poppins;
		margin: 0px 10px;
    	} 
  	.planning-jour {
    	top: 0px;
    	position: relative;
    	height: 20px;
  		}
		
/* Planning jour par jour */
	.sortie-container {
  		margin: 30px 10px;
		} 		
	.mobile {
    	display: block;
  		}
  	.desktop {
   		display: none;
  		}
  	.sortie-main {
    	flex-direction: column;
    	gap: 0px;
    	padding: 10px;
  		}
  	.sortie-content {
    	width: 100%;
  		}
	.sortie-title {
    	margin: 5px 2px 10px 0px;
  		}
  	.sortie-title h2 {
    	font: normal normal bold 20px/31px Poppins;
  		}
  	.sortie-lieu {
    	font: normal normal 600 16px/25px Poppins;
  		}
  	.sortie-infos {
    	gap: 0.2rem;
    	position: relative;
    	font: normal normal bold 16px/30px Poppins;
  		}
  	.sortie-infos span {
    	width: 33px;
  		}
	.sortie-largeur {
    	width: 180px;
  		}
  	.sortie-image {
    	width: 100%;
    	margin: 0;    	
    	max-width: 410px;
  		}
  	.sortie-image img {
   		width: 100%;
    	height: auto;
  		}
  	.sortie-description {
    	font: normal normal normal 15px/25px Poppins;
  		}
  	.sortie-bottom {
    	flex-direction: column;
    	gap: 0rem;
    	padding-top: 0px;
  		}
  	.sortie-ligne1 {
    	font-size: 16px;
    	width: 100%;
  		}
  	.highlight-blue {
    	padding-right: 0px;
  		}
  	.last-minute {
    	font-size: 14px;
  		}
  	.coin-inverse a {
    	padding: 10px;
    	font: normal normal 600 18px/23px Asap condensed;
   		margin-top: 10px;
  		}
  	.sortie-new {
  		display: block;
  		height: 100px;
  		margin: 0px 10px 50px 10px;
  		padding: 0px 10px;
		}
	.sortie-guidedispo {
 		justify-content: center;
		}
	.sortie-guidetitle {
		justify-content: center;
    }
					
}