/* règles s’appliquant à l’affichage de produits en grilles, notamment tels qu’utilisés sur l’e-shop */

.aff_grid_root {
    margin-left: -0.6em;
    margin-right: -0.6em;
}
.aff_grid_categorie {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.4em 0.6em;
}
.aff_grid_background {
    position: relative;
    float: left;
    width: 25%; /* override par eclient::css, param: ESHOP_NB_COL_GRILLE */
}
.aff_grid {
    font-size: 0.9em;
    z-index: 1;
    padding: 0.5em;
    margin-bottom: 2em;
    margin-left: 0.6em;
    margin-right: 0.6em;
    background-color: #fff;
}
/*
.aff_grid:where(.aff_grid_background + .aff_grid_background  .aff_grid) {
    margin-left: 1.6em;
}
*/
.aff_grid hr {
    clear: both;
    border: 0;
    border-top: 1px solid #eee;
}
.aff_grid .aff_header {
    text-align: left;
}
.aff_grid .aff_header > div {
    margin-bottom: 0.2em;
}

.aff_grid .aff_doc {
    position: absolute;
    z-index: 4;
}
.aff_grid .aff_doc a:not(.icone_wrapper) {
    background-color: #fff;
    border: 1px solid #ddd;
}
/*
.aff_grid .aff_image {
    clear: both;
    position: relative;
    width: 100%;
    padding-top: 50%;
    vertical-align: middle;
    overflow: hidden;
}
.aff_grid .aff_image img {
    position: absolute;
    width: 100%;
    margin: auto;
    top: -100%;
    left:0;
    right: 0;
    bottom: -100%;
}
*/
.aff_grid .aff_image {
    clear: both;
    position: relative;
    width: 100%;
    height: 12em;
    overflow: hidden;
}
.aff_grid .aff_image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.aff_grid .aff_label {
    clear: both;
    height: 2.6em;
    font-size: 1.2em;
    font-weight: bold;
    /*line-height: 2.6em;*/
    overflow: hidden;
}
.aff_grid .aff_attr {
    clear: both;
    height: 2.6em;
    overflow: hidden;
    white-space: pre-wrap;
}
.aff_grid .aff_attr_long {
    clear: both;
    height: 8em;
    overflow: auto;
    white-space: pre-wrap;
}
.aff_grid .aff_date {
    clear: both;
    height: 1.3em;
    overflow: auto;
    white-space: pre-wrap;
}
.aff_grid .aff_prix {
    clear: both;
    font-size: 1.25em;
    height: 2.6em;
}
.aff_grid .aff_prix_montant {
    float: left;
}
.aff_grid .aff_prix_rabais {
    float: right;
}
.aff_grid .aff_rating {
    clear: both;
    height: 1.8em;
    text-align: center;
}
.aff_grid .aff_footer {
    clear: both;
    width: 100%;
    height: 3em;
    text-align: right;
}
.aff_grid .aff_lien {
    display: inline-block;
}
.aff_grid .aff_stock {
    display: inline-block;
}
.aff_grid .aff_cart {
    display: inline-block;
}
.aff_grid .aff_cart img {
    width: 1.5em;
    height: 1.5em;
    margin: 0.5em 0;
}
.aff_grid .aff_footer .aff_cart a:nth-child(1) {
    margin-left: 3px;
}
