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

body{
    font-family:Arial, Helvetica, sans-serif;
}




main {
    display: flex;
    flex-direction: column; 
    gap: 100px;              
    padding-top: 2rem;  
    margin: 0;  
      
}

main section{
    margin-bottom: 200px;
}



.hero-content{
    position:absolute;
    left:50%;
    bottom:50px;
    width: 100% ;
    transform:translateX(-50%);
    text-align:center;
    color:white;
}



.hero-content h1{
    font-size:5rem;
    font-weight:900;
    line-height:1;
    width-space: nowrap;
    text-shadow:  0 4px 15px rgba(0,0,0,.3),
      0 8px 15px rgba(0,0,0,0.5);
}



.hero-content p{
    margin-top:25px;
    font-size:2rem;
    font-weight:700;
    text-shadow:
    0 2px 10px rgba(0,0,0,.5);
}




.hero{
    height:100vh;
    background:url("../image/header.png") center center/cover no-repeat;
    position:relative;
}

 .hero-content{
        width:90%;
    }

    .hero-content h1{
        font-size:6rem;
    }

    .hero-content p{
        font-size:2rem;
    }




.navbar{
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    justify-content: center;
    text-align: center;
    gap:50px;
   display: flex;
    padding: 10px 20px;
    align-items: center;
    background:linear-gradient(to bottom,rgb(66, 117, 159, 0.3) 0%, rgb(44, 73, 96) 50%);
    border-radius:0px;
}



.navbar ul{
    list-style:none;
    display:flex;
    justify-content:center;
    align-items:center;
    gap: 6rem;
    height:70px;
}



.navbar a{
    color:white;
    text-decoration:none;
    font-size:1.2rem;
    font-weight:600;
    transition:.3s;
}

.navbar a:hover{
    color:#d3bd63;
}




@media (max-width:900px){

    .navbar ul{
        flex-direction:column;
        height:auto;
        padding:20px;
        gap:20px;
        overflow: hidden;
    }

}



.navbar .logo img {
    height: 150px;     
    width: auto;       
    display: block;   
   
}




.presentation {
    display: flex;
    flex-direction: row;     
    justify-content: center;  
    align-items: center;      
    gap: 2rem;                
    max-width: 1200px;
    margin: 10rem auto;        
}



.presentation-left, 
.presentation-right {
    flex: 1;                  
    display: flex;            
    justify-content: center;
    align-items: center;
}



.presentation-left img{
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
  
    
}



.video-flagey{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 6rem 0;
    margin-bottom: 20px;
       margin: 20px;

}   



.photo-card{
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
margin: 0px;
 margin: 20px;
}



.photo-card video{
    display: block;
    width: 680%;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 8px;
   
    margin: 20;
    padding-bottom: 0px;
    border: solid #d3bd63;
}



.presentation-text{

    max-width: 600px;
    padding: 2rem;
    background: linear-gradient(to bottom, rgba(66, 117, 159, 0.1) 0%, rgba(20, 33, 44, 0.20) 100%);
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
    position: relative;
    margin: 2rem auto;
    text-align: center;
}



.presentation-text h2{

    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.presentation-text p{

    line-height: 1.5;
}



.presentation-activites {
    width: 100%;      
    margin: 4rem 0;    
    overflow: hidden;  
    
}

.presentation-activites img {
    width: 100%;       
    height: 1200px;     
    object-fit: contain; 
    display: block;
    margin-top: 150px;
    

}






.etang{

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    padding: 1rem;
    margin: 2rem auto;
    max-width: 1200px;
    background: linear-gradient(to bottom, rgba(66, 117, 159, 0.1) 0%, rgba(20, 33, 44, 0.20) 100%);
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}


.etang img{

    width: 600px;
    height: auto;
    display: block;
}


.activite-text{

    max-width: 320px;
}




.activite-text h3{

    margin-bottom: 1rem;
}


.activite-text p{

    line-height: 1.5;
    text-align: left;
    max-width: 800px;
    padding-right: 1rem;
}



.peinture{

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    padding: 1rem;
    margin: 1rem auto;
    background: linear-gradient(to bottom, rgba(66, 117, 159, 0.1) 0%, rgba(20, 33, 44, 0.20) 100%);
    max-width: 1200px;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}





.atelier{

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8rem;
    padding: 3rem;
    margin: 8rem auto;
    max-width: 1200px;
}


.atelier img{

    width: 600px;
    height: auto;
    display: block;
}




.peinture img{

    width: 600px;
    height: auto;
    display: block;
    border: 5px solid #3D6485;
}




.presentation-resto {
    width: 100%;       
    margin: 4rem 0;    
    overflow: hidden;  
    
}

.presentation-resto img {
    width: 100%;       
    height: 1200px;     
    object-fit: contain; 
    display: block;
    
}




.restaurant{

    display:flex;
    align-items:center;
    justify-content:center;
    gap:3rem;
    max-width:1200px;
    background: linear-gradient(to bottom, rgba(66, 117, 159, 0.1) 0%, rgba(20, 33, 44, 0.20) 100%);
    margin:1rem auto;
    padding: 1rem;
    margin-bottom: 20px;
    padding-right: 50px;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}



.restaurant img{

    width:600px;
    display:block;
}



.restaurant-text{

    width:420px;
    padding: 20px;
}



.restaurant-text h3{

    margin-bottom:1.5rem;
}



.restaurant-text p{

    line-height:1.7;
    margin-bottom:6rem;
}



.restaurant-text address{

    font-style:normal;
    line-height:1.8;
}


.burger{

    display:flex;
    align-items:center;
    justify-content:center;
    padding-right:80px ;
    gap:3rem;
    padding: 1rem;
    max-width:1100px;
    margin:1rem auto;
    background: linear-gradient(to bottom, rgba(66, 117, 159, 0.1) 0%, rgba(20, 33, 44, 0.20) 100%);
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}



.burger img{

    width:600px;
    display:block;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}




.resto-pulse{

    display:flex;
    justify-content:center;
    gap:3rem;
    max-width:1100px;
    margin:6rem auto;
    background: linear-gradient(to bottom, rgba(66, 117, 159, 0.1) 0%, rgba(20, 33, 44, 0.20) 100%);

}


.resto-pulse img{

    width:55%;
}






.pub {

    display:flex;
    align-items:center;
    padding-right: 80px;
    justify-content:center;
    background: linear-gradient(to bottom, rgba(66, 117, 159, 0.1) 0%, rgba(20, 33, 44, 0.20) 100%);
    gap:3rem;
    max-width:1200px;
    margin:1rem auto;
    padding: 1rem;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}





.pub img{

    width:500px;
    display:block;
}





.pub .card-text h3{

    margin-bottom:2rem;
}



.pub p{
    margin-bottom: 100px;
    
}






.card-text{

    max-width:450px;
}


.bar-oregan{

    display:flex;
    align-items:center;
    justify-content:center;
    background: linear-gradient(to bottom, rgba(66, 117, 159, 0.1) 0%, rgba(20, 33, 44, 0.20) 100%);
    gap:3rem;
    padding-right: 50px;
    padding-bottom: 0;
    padding: 1rem;
    max-width:1200px;
    margin:1rem auto;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);

}



.bar-oregan img{

    width:600px;
    display:block;
}

.footer {
    background:linear-gradient(to bottom,rgb(66, 117, 159, 0.3) 0%, rgb(44, 73, 96) 50%);
    color: white;
    padding: 40px 20px;
    margin-top:500px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    padding-left: 80px;
    padding-right: 60px;
}

.footer-section h3, .footer-section h4 {
    margin-bottom: 15px;
    color: #ffffff; 
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li a {
    color: #ddd;
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #444;
    padding-top: 20px;
    font-size: 0.9rem;
    
}














