.accueil-peintures {
    width: 100%;
    height: fit-content;
    
}


/*-------------------- peinture top -------------------------*/
.peintures-top-container {
width: 100%;
height: fit-content;
display: flex;
    flex-direction: column;
   align-items: center;
}

.peintures-top-banner {
    width: 100%;
    height: 50vh;
    background-image: url(../img/DSC_0154.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 

  }

  .peintures-top-title {
    font-family: "Medula One", system-ui;
    font-size: 75px;
    background-color: #643c2b;
    color: white;
    padding: 1rem 2rem;
    border-radius: 15px;
    transform: translateY(-50%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: fit-content;
    text-align: center;
  }


  /* ---------peintures list----------- */

  .peintures-list-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
  
  }


  .peintures-list-infos {
    width: 90%;
    height: fit-content;
    margin: 1rem 0;
    border: #643c2b 2px solid;
    padding: 1rem 2rem ;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  /* Responsive */
@media (max-width: 862px) {
    /* -----------------------------------marcheurs top---------------------------------------------  */
  
    .peintures-top-title {
      width: 90%;
      font-size: 45px;
    }

}