/* Fond avec image */


.bloc_fondImage{
  position: relative;
  padding: 40px 0 20px;
  margin-bottom: 0!important;
}
.bloc_fondImage-bgpicture{
  background-attachment: fixed;
  background-size: 100% auto;
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.bloc_fondImage-bgcolor{
  opacity: 0.7;
  background-color: var(--color-primary);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.bloc_fondImage-title::after{
  display: none;
}
.bloc_fondImage-title{
  margin-bottom: 40px;
}

.bloc_fondImage-container{
  position: relative;
  filter: grayscale(0);
  z-index: 2;
}



/* .bloc_fondImage-cards{
  margin-bottom: 30px;
} */
.bloc_fondImage-cards .card_item {
  margin-bottom: 40px;
}
.card_item-content{
  background-color: var(--white);
}
.card_item-content .card_item_title{
  margin-top: 0;
  text-transform: initial; 
  font-size: 20px;
  font-weight: 600;
}
.card_item-content .card_item-desc {
  color: #000;
}

.card_item-icon{
  height: 66px;
  width:150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.card_item-icon img{
  max-height: 66px;
}
