.se-rendre-sur-place-container{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #102C1A;
}

.se-rendre-sur-place-top {
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1rem ;
    text-align: center;


}

.se-rendre-sur-place-top h2{
    font-size: 25px;
    font-weight: bold;

}

.se-rendre-sur-place-adresse {
    color: #102C1A;
    text-decoration: none;
    margin-top: 1rem;
    font-weight: bold;
    font-size: 25px;

}

.se-rendre-sur-place-adresse:hover {

    text-decoration: underline;
   
}

.se-rendre-sur-place-infos {
    width: 90%;
    height: fit-content;
    display: flex;
    box-sizing: border-box;

}

.se-rendre-sur-place-infos-left, .se-rendre-sur-place-infos-right {
    width: 50%;
    height: 100%;
    padding: 2rem;
    box-sizing: border-box;
}

.se-rendre-sur-place-infos-left {
    border-right: 1px solid #76C1B5;
}

.se-rendre-sur-place-infos-left li, .se-rendre-sur-place-infos-right li{
    margin-top: 1rem;
}

.se-rendre-sur-place-infos-left strong, .se-rendre-sur-place-infos-right strong{
    font-weight: bold;
}

.se-rendre-sur-place-infos-left h2, .se-rendre-sur-place-infos-right h2{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1rem ;
}

.escalier {

   
    box-sizing: border-box;
    padding: 1rem 2rem;
}

.escalier strong{
    font-weight: bold;

}


.se-rendre-sur-place-photos-container {
width: 90%;
height: fit-content;
box-sizing: border-box;
display: flex;
justify-content: center;
gap: 2rem;
margin: 2rem 0;
}

.se-rendre-sur-place-photos {
    width: 30%;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

  /** For mobile devices **/
  @media (max-width: 800px) {

    .se-rendre-sur-place-infos {
        flex-direction: column;
    
    }

    .se-rendre-sur-place-infos-left, .se-rendre-sur-place-infos-right {
        width: 100%;
       
    }

    .se-rendre-sur-place-top h2{
        font-size: 20px;
        font-weight: bold;
    
    }
    
    .se-rendre-sur-place-adresse {
        color: #102C1A;
        text-decoration: none;
        margin-top: 1rem;
        font-weight: bold;
        font-size: 20px;
    
    }
    
    .se-rendre-sur-place-infos-left {
        border-right: 0;
        border-bottom: 1px solid #76C1B5;
    }

    .se-rendre-sur-place-infos-right {
      
        border-bottom: 1px solid #76C1B5;
    }

    .se-rendre-sur-place-photos-container {
       flex-direction: column;
       align-items: center;
        }
        
        .se-rendre-sur-place-photos {
            width: 60%;
            border-radius: 10px;
         
        
        }

  }