* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;

}

body{

	background-color: #dc8fd3;
	font-family: 'poppins', sans-serif;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px 10px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition: 0.5s;
    background-color: black; /* Ajout de la couleur de fond */
}

.logo {
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    text-decoration: none;
}

.logo span {
    color: #dc8fd3;
}

.navbar {
    display: flex;
    position: relative;
}

.navbar li {
    list-style: none;
}

.navbar a {
    color: #fff;
    text-decoration: none;
    margin-left: 30px;
    font-weight: 700;
}

header .navbar li a:hover {
    color: #dc8fd3;
    border-bottom: 2px solid #b377ac;
}


	
	
	/*MENU MOBILE*/
	
	.navbar-mobile{
	  display: none;
	
	}
	
	.navbar-mobile i{
	  position: fixed;
	  z-index: 11;
	  top: 9px;
	  right: 15px;
	  font-size: 3rem;
	  color: white;
	  cursor: pointer;
	  font-size: 1rem;
	  background-color: #c55fb1;
	  padding: 10px;
	  border-radius: 50px;
	}
	
	.modal{
	  transition: top 0.9s;
	  background-color: #ffffff;
	  height: 100vh;
	  position: fixed;
	  top: -100vh;
	  left: 0;
	  width: 100%;
	  z-index: 10;
	  
	 
	}
	
	.change-modal{
		top: 0;
	}
	.navbar-mobile .navbar-mobile-list{
		display: flex;
		height: 100vh;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.navbar-mobile .navbar-mobile-list a{
		font-style: 5rem;
		font-weight: 500;
		color: #1e2337;
		padding: 2rem;
	}
	
	
	
	
	.fa-xmark{
		color: white;
		z-index: 11;
	}
	

  
.container{
	display: flex;
	margin:auto ;
	height: 600px;
	flex-direction: row-reverse;
	
	/* width: 93%; */
	font-weight: 400;

	/* gap: 30px; */
	

}

.image ,.texte{
	width: 50%;
	border-top: solid #c55fb1 1px;
	border-bottom:solid #c55fb1 1px ;

}

.texte{
	border-left: 1px solid #ffffff;
	padding: 56px;
	display: flex;
	flex-direction: column;
justify-content: center;
margin: 100px 0 20px 0;
border: 5px solid rgb(0, 0, 0);

}

  



.container img{
width: 100%;
height: 100%;
object-fit: cover;
padding: 60px;
margin-top: 50px;

}




.ville,.prix,.reserver{
	text-transform: uppercase;
}

.ville{
	color: #ffffff;
	font-weight: 700;
}
.quote{
	padding: 10px 0;
}

.prix{
	padding-bottom: 10px;
	margin: 10px 0 5px;
	font-size: 1rem;
	
}

.texte h1{
    font-family: 'akira', sans-serif;
	font-size: 1.8rem;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #ffffff;
}

.reserver {
   
    width: fit-content;
    padding: 5px 20px;
    background: #ffffff; /* Couleur de fond */
    color: #ff80f7; /* Couleur du texte */
    text-transform: uppercase;
    border-radius: 20px; /* Réduction du rayon du bord */
    border: none; /* Suppression de la bordure */
    transition: 0.3s ease; /* Animation de transition */
}

.reserver:hover {
    background: #000000; /* Couleur de fond au survol */
}



/* etape */
.programme{
	display: flex;
	/* gap: 15px; */
	
	/* width: 93%; */
	

}

.text_programme{
	/* border-bottom: 1px solid #DD1616; */
	border-top: none;
	width: 100%;
	padding: 0 40px;
}

.text_programme h2{
	font-weight: 600;
	font-size: 1.2rem;
	color:#ffffff ;
	/* margin-bottom: 10px; */
}

.paragraph{
	padding-top: 20px;
}

.etape{
	display: flex;
	flex-direction: column;
	width: 25%; 
	flex-grow: 1;
	justify-content: center;
	padding: 50px 0;
	border: 5px solid #000000;
	flex-wrap: wrap;



	
}

.etape:nth-child(2){
	border-left: 1px solid #c55fb1;
	border-right: 1px solid #c55fb1 ;
	

}



.etape img{
	width: 100%;
	object-fit: cover;
	padding: 40px 40px 0px ;
	height: 500px;
	border-radius: 20%;
	 
}




.programme h2{
	font-size: 1rem;
	text-transform: uppercase;
}

.programme p{
	font-size: 1rem;
}


/*footer*/
.footer {
	border-top: 1px solid #ffffff;
	background-color: rgb(0, 0, 0);
   padding: 20px;
  text-align: center;
  text-transform: uppercase;
   
  }
  
  .footer a {
	color: #ffffff;
	font-size: 1.25rem;
  
	
  }

  p{
	color: #ffffff;
  }

  p.spec{
	background-color: #000;
	padding: 5%;
	border-radius: 5px;
	border: white solid 5px;
  }


@media(max-width:980px){
	.container{
		display: block;
		height: unset;
	}

	.texte,.image{
		width: 100%;
		border: none;
		padding: 0;
	}

		
	.image img{
		padding: 10px 30px 10px ;
		padding-bottom: 60px;
	}

	.texte{
		padding: 30px;

	}
	.programme{
		display: block;
	}

	.etape{
		width: 100%;
		

	}

	.etape:nth-child(2){
		border-left:none;
		border-right: none;
	}

	.etape:nth-child(1){
		border-top: 1px solid #000;
	}
	.etape:nth-child(3){
		border-bottom: none;
	}

}


@media (max-width:740px){
    
    
    .navbar-desktop{
        display: none;
    }
    .navbar-mobile{
        display: block;
        z-index: 9999999;

    }

	.footer{
		display: flex;
		flex-direction: column;
	  
	}

}

@media(max-width:560px){
	.image img{
		padding-bottom: 20px;
	}
}


@media(max-width:485px){
	.texte{
		padding-bottom: 10px;
	}
}