.content_produits { clear:both;  width:100%; padding-top:40px;  padding-bottom:60px;}
.conteneur_produits { 
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: start;
}
.cadre_produit {
  width: 30%;
  padding: 10px;
  margin-top: 30px;
}

.image_liste {
    background-color: #f9f9f9;
    border-radius: 13px;
    max-width: 300px;
    max-height: 300px;
    margin: auto;
}

.image_liste IMG {
    mix-blend-mode: darken;
    width: 100%;
    object-fit: cover;
    border-radius: 13px;
}

.titre_catalogue_accueil {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 26px;
    font-family: 'times new roman';
  }
.prix_accueil { 
  text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}
.prix_accueil_barre { color:#555555; font-size:18px; text-align:center; margin-top:5px;  }
.accueil_acheter { width:100%; text-align:center; margin-top:15px; padding-top:10px;}
.nom_prod_accueil { 
  font-weight: 600;
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
 }

 .descriptif {
    font-size: 12px;
    text-align: justify;
    width: 80%;
    margin: auto;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.conteneur_modeles_liste {
    width: 80%;
    margin: auto;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    justify-content: center;
}

.pastille {
    width: 28px;
    height: 28px;
    border-radius: 28px;
    margin: 2px;
    border: 1px solid #9E9E9E;
    cursor: pointer;
}

.liste-btn-voir {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.btn-voir {
    background: none;
    border:2px solid black;
    text-transform: uppercase;
    padding:5px 50px;
    font-size:15px;
    letter-spacing: 2px;
    color: black;
    border-radius: 5px;
    transition: color 0.4s linear;
    position:relative;
}

.btn-voir:hover {
    color:#fff;
}

.btn-voir::before {
    content:"";
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: #000;
    z-index:-1;
    transition: transform 0.5s;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
}

.btn1::before {
    transform: scaleX(0);
}

.btn1:hover::before {
    transform: scaleX(1);
}



@media only screen and (max-width:640px) {
.cadre_produit { width:100%;}


#fond-texte-accueil {
    border: 2px solid #ebe7df6b;
    padding: 8px 20px;
    box-sizing: border-box;
    max-width: 95%;
    margin: auto;
  }


}
