/* Pages produits - sous catégories */
/* Filtres */
.searchandfilter h4 {
  font-size: 23px !important;
  font-weight: bold;
}

label.sf-label-checkbox,
label.sf-label-radio {
  font-size: 1.8rem;
}

/* Descriptions produits */
.description-product {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Formats images */
.resumProduct_Picture img {
    height: 330px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* Formulaire plancher */
.gform-field-row--span-eight {
    grid-row: span 8;
    }
.gfield_description{
    padding-bottom: 0 !important;
}

/* PDF thumbnail */
.pdf-thumbnail{
		border: 0.5px solid;
    width: 100% !important;
    height: 100% !important;
    box-shadow: 4px 5px 7px #b6b6b6;
}
.thumbnail-pdf>img{
  max-width: 85% !important;
}
.thumbnail-pdf{
		background-color:#ffffff;
		justify-content:center;
}