.blocVignettesCarrefours.bg-grey{
  padding-top: 70px;
  padding-bottom: 88px;
}
.blocVignettesCarrefours.bg-white{
  padding-top: 40px;
  padding-bottom: 40px;
}

.blocVignettesCarrefours h2::after{
  display: block;
  width: 77px;
  height: 2px;
  background-color: var(--color-secondary);
  content: "";
  margin: 32px auto 56px;
}
.blocVignettesCarrefours .header_content-filigrane + h2::after{
  content: unset;
}

.blocVignettesCarrefours .row{
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.blocVignettesCarrefours-item{
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.blocVignettesCarrefours-itemContent{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blocVignettesCarrefours.bg-white .blocVignettesCarrefours-itemContent {
  background-color: var(--gray-200);
}
.blocVignettesCarrefours.bg-grey .blocVignettesCarrefours-itemContent {
  background-color: var(--white);
}

.blocVignettesCarrefours-itemContent .content{
  /* padding: 28px 44px; */
  padding: 20px 10px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blocVignettesCarrefours.text-left .header_content{
  margin: 0;
  padding: 0;
  text-align: left;
}
.blocVignettesCarrefours.text-left .header_content h2{
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  margin-bottom: 30px;
}
.blocVignettesCarrefours.text-left .header_content h2::after{
  display: none;
}

.blocVignettesCarrefours-item.col-lg-12{
  max-width: 1092px;
  margin: 0 auto;
}
.blocVignettesCarrefours-item.col-lg-12 .image{
  width: 100%;
  position: relative;
}
.blocVignettesCarrefours-item.col-lg-12 .image::before{
  content: "";
  width: 100%;
  padding-top: 30%;
  display: block;
}
.blocVignettesCarrefours-item.col-lg-12 .image img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.blocVignettesCarrefours-item.col-lg-12 .blocVignettesCarrefours-itemContent{
  background-color: transparent;
}
.blocVignettesCarrefours-itemContent .image {
  min-height: 400px;
  background-position: center;
  background-size: cover;
}
/* .blocVignettesCarrefours .text-center * {
  align-items: center;
  text-align: center;
} */
.blocVignettesCarrefours-itemContent h3{
  margin-top: 0;
  margin-bottom: 7px;
}

.blocVignettesCarrefours-itemContent .line{
  margin: 0 0 16px 0;
}


.blocVignettesCarrefours_intro{
  font-weight: bold;
  text-align: center;
  max-width: 1092px;
  font-size: 1.8rem;
  margin: 0 auto 77px;
}
.page-id-554 .blocVignettesCarrefours {
    margin-bottom: 0;
}

.blocVignetteTitle {
  font-size:40px;
  color:var(--color-primary)!important;
}
.blocVignetteAccroche {
  font-weight: 700;
  color: #000;
}
