header {
    background: url(/wp-content/uploads/pemflow-groupe-.jpg) center 15% repeat !important;
    padding-top: 0px;
}
.texte-categorie h2 {
    font-size: 2.2em!important;
}

.products .product .card {
    transition: 0.3s;
    position: relative;
    width: 100%;
    margin:1em;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    text-align: center;
    min-height: 570px;
}
.products .product .card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.products .product:hover .card {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.products .product h3 {
    margin-top: 0.5em;
    font-size: 1.2em!important;
    color: #2c3273!important;
}
.products .product p {
    padding: 0.5em;
}
.products .product a.bouton {
    max-width: 218px;
    display: inline-block;
    margin: auto;
    margin-bottom: 1em;
}