
.plomberie-header {
    background: url("img/img-banner-plomberie.jpg") center center/cover no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  
  .plomberie-header-title {
    font-size: 3em;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  }
  

  .plomberie-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #fff;
  }
  
  .plomberie-section h2 {
    font-size: 2em;
    color: #333;
    margin-bottom: 20px;
  }
  
  .plomberie-section p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #555;
  }
  
  .plomberie-section h3 {
    margin-top: 40px;
    font-size: 1.4em;
    color: #444;
  }
  
  .plomberie-section ul {
    margin-left: 20px;
    margin-top: 20px;
    line-height: 1.8;
    color: #555;
    list-style: disc;
  }
  
  .plomberie-section ul li {
    margin-bottom: 10px; 
  }
  
 
  .plomberie-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    justify-content: center;
  }
  
  .gallery-item {
    width: 400px;
    height: 400px;
    overflow: hidden;
    border-radius: 8px;
  }
  
  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  
  