/* Vignette page */
.blocVignettesCarrefours {
    background-color: var(--color-secondary-light);
    padding: 113px 0;
}
.blocVignettesCarrefours-itemContent {
    background-color: var(--white);
    text-align: center;
    padding-bottom: 29px;
    display: flex;
    flex-direction: column;
    padding-top: 18px;
    align-items: center;
    flex: 1;
    align-content: center;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}
.blocVignettesCarrefours-itemContent:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.blocVignettesCarrefours .row {
    justify-content: center;
}
.blocVignettesCarrefours-item {
    text-align: center;
}
		.blocVignettesCarrefours-item .image {
            width: 112px;
            height: 112px;
            margin: 0 auto;
            overflow: visible;
		}
        .blocVignettesCarrefours-item .image img {
            object-fit: contain;
            font-family: 'object-fit: cover';
            height: 100%;
            width: 100%;
		}
		/* .blocVignettesCarrefours-item .image img {
            margin-top: -40px;
		} */

    .blocVignettesCarrefours {
        /* margin-bottom: 40px; */
        text-align: center;
    }
    .blocVignettesCarrefours-itemDetail h2 {
        font-size: 1.7rem;
        font-weight: 700;
        color: var(--color-primary);
        margin-bottom: 20px;
    }
    .blocVignettesCarrefours-itemDetail {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 168px;
        margin-top: 15px;
    }
    .blocVignettesCarrefours-itemDetail > a {
        margin-top: auto;
    }
