/***** banner *****/
#home .banner {
  position: relative;
  overflow: hidden;
  background: #fff;
  max-height: 1000px; /* padding: 160px 0 0 0;*/
}
#home .banner img {
  width: 100%;
  height: 400px;
  display: block;
  object-fit: cover;
}
@media (min-width: 420px) {
  #home .banner img {
    height: auto;
  }
}
@media (min-width: 1200px) {
  #home .banner img {
    height: 80vh;
  }
  #home .banner:before {
    content: '';
    z-index: 10;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    height: 150px;
    width: 100vw;
    position: absolute;
  }
}
@media (min-width: 1700px) {
  #home .banner:before {
    height: 200px;
  }
}
#home .banner .texte {
  position: absolute;
  top: 14%;
  left: 20px;
  width: fit-content;
  transform: scale(0.85);
}
@media (min-width: 600px) {
  #home .banner .texte {
    top: 20%;
    left: 7vw;
    transform: scale(1);
  }
}
@media (min-width: 700px) {
  #home .banner .texte {
    transform: scale(1.3);
    transform-origin: left;
  }
}
@media (min-width: 1000px) {
  #home .banner .texte {
    left: 15vw;
    transform: scale(1.8);
  }
}
@media (min-width: 1200px) {
  #home .banner .texte {
    top: 16%;
    left: 20vw;
    transform: scale(1.6);
  }
}
@media (min-width: 1400px) {
  #home .banner .texte {
    top: 16%;
    left: 18vw;
    transform: scale(2);
  }
}
@media (min-width: 1600px) {
  #home .banner .texte {
    top: 16%;
    left: 25vw;
  }
}
@media (min-width: 2000px) {
  #home .banner .texte {
    top: 20%;
    left: 26vw;
    transform: scale(2.2);
  }
}
@media (min-width: 2300px) {
  #home .banner .texte {
    top: 22%;
    left: 28vw;
    transform: scale(2.2);
  }
}
#home .banner .website-title {
  position: relative;
}
#home .banner .website-title-ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  position: relative;
  right: 52px;
  top: -22px;
}
#home .banner .website-title-ul li {
  display: block;
  color: var(--dark-green);
  font-weight: 700;
  font-size: 13px;
}
@media (min-width: 600px) {
  #home .banner .website-title-ul {
    gap: 20px;
    right: 60px;
  }
  #home .banner .website-title-ul li {
    font-size: 12px;
  }
}
@media (min-width: 1000px) {
  #home .banner .website-title-ul {
    gap: 20px;
    right: 60px;
  }
  #home .banner .website-title-ul li {
    font-size: 11px;
  }
}
#home .banner .website-title-ul li:first-child:before {
  content: '';
  background: transparent;
}
#home .banner .website-title-ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: var(--dark-blue);
  position: relative;
  top: 17px;
  left: -12px;
  display: block;
  border-radius: 50px;
}
@media (max-width: 700px) {
  #home .banner .website-title-ul li:before {
    top: 13px;
    left: -12px;
  }
}
#home .banner .texte .titre_main {
  margin: 10px 0 0 0;
  font-size: 20px;
  line-height: 48px;
  position: relative;
}
#home .banner .texte .titre_main:after {
  content: url('../images/feuilles-logo.svg');
  display: inline-block;
  transform: scale(0.5) rotate(45deg);
  position: relative;
  top: 14px;
  right: 18px;
}
@media (min-width: 600px) {
  #home .banner .texte .titre_main:after {
    top: 30px;
    right: 6px;
  }
}
/***** intro *****/
#home .intro {
  margin: 100px 0;
  text-align: center;
}
@media (max-width:1400px) {
  #home .intro {
    margin: 80px 0;
  }
}
@media (max-width:1200px) {
  #home .intro {
    margin: 70px 0;
  }
}
@media (max-width:1000px) {
  #home .intro {
    margin: 60px 0;
  }
}
@media (max-width:700px) {
  #home .intro {
    margin: 35px 0 30px 0;
  }
  #home .intro .chapo {
    font-size: 13px;
    line-height: 26px;
  }
}
.hide_more.lait {
  padding-top: 20px;
}
@media (min-width: 700px) {
.hide_more.lait {
  max-width: 1000px;
    margin: 0 auto;
      padding-top: 80px;
}
  }
/* ------ */
/* ------ */
/* home_engagement */
/* ------ */
/* ------ */
.home_engagement {
  border-radius: none;
  position: relative;
  margin: 40px 0;
}
/*.home_engagement_bg {
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/

.home_engagement_bg {
  background-image: url('../images/home/engagement-background-1600.webp');
  width: 100%;
  height: auto;
  object-fit: cover;
}
.home_engagement .wrapper {
  z-index: 3;
}
@media (min-width: 1400px) {
  .home_engagement .wrapper {
    padding: 60px 0;
  }
}
@media (max-width: 1400px) {
  .home_engagement .wrapper {
    padding: 50px 30px;
  }
}
@media (min-width: 700px) {
  .home_engagement {
    margin: 80px auto;
  }
  .home_engagement_bg {
    border-radius: 40px 0 40px 0;
  }
  .home_engagement:before {
    content: url('/images/feuilles-logo.svg');
    display: inline-block;
    transform: scale(0.5) rotate(45deg);
    position: absolute;
    top: -48px;
    right: -50px;
  }
}
@media (max-width: 700px) {
  .home_engagement .wrapper {
    width: 90vw;
    margin: 0 auto;
    padding: 30px 10px;
  }
  .wrapper_large.home_engagement {
    width: 100vw;
  }
}
/* contenu home engagement */
.home_engagement .bloc_texte {
    margin-bottom: 20px;
  }
@media (min-width: 1000px) {
  .home_engagement .bloc_texte {
    margin-bottom: 40px;
  }
}
.home_engagement .sous_titre, .home_engagement p {
  color: #fff;
}

.home_engagement .pictos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.home_engagement .pictos .item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.home_engagement .pictos .item img {
  width: auto;
  height: 40px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .home_engagement .pictos .item {
    flex: 45%;
    padding: 15px;
    gap: 5px;
    justify-content: center;
  }
}
@media (min-width: 1000px) {
  .home_engagement .pictos .item img {
    width: auto;
    height: 70px;
  }
  .home_engagement .pictos {
    gap: 20px;
  }
  .home_engagement .pictos .item {
    border-radius: 10px;
    padding: 30px;
    width: 250px;
    height: auto;
    flex: 1 0 auto;
  }
}
/*textes*/
.home_engagement .pictos .item p {
  line-height: 22px;
}
/*span {
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300px;
  margin-top: 5px;
}*/
@media (max-width: 700px) {
  .home_engagement .pictos .item span {
    display: none;
  }
}
/* ------ */
/* ------ */
/* hover_text */
/* ------ */
/* ------ */
.photo_wrap { 
  position: relative !important;
}
.hover_text { 
  font: var(--body-font);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  margin: auto 0;
  padding: 0 25px;
  opacity: 0;
  z-index: 999;
  border-radius: 8px;
  transition: opacity .3s ease-in-out;
  display: flex;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px;
}

@media (min-width:1000px) and (max-width:1430px) {
  .hover_text {
    padding: 0 10px;
    width: calc(100% + 50%);
  }
}
@media (min-width:1000px) and (max-width:1100px) {
  .hover_text {
    height: calc(100% + 25%);
  }
}

@media (hover: none) and (max-width: 700px) {
  .hover_text { 
    display: none; 
  }
}

.photo_wrap:hover .hover_text {
  opacity: 1;
}
/* ------ */
/* ------ */
/* bloc_grid partenaires */
/* ------ */
/* ------ */
.bloc_grid .texte .delhaize_logo {
  position: relative;
}
@media (min-width: 1000px) {
  .bloc_grid .texte .delhaize_logo {
    margin-bottom: 30px;
  }
  .bloc_grid .texte .delhaize_logo:after {
    content: "";
    background-color: var(--dark-blue);
    width: 49px;
    height: 56px;
    position: absolute;
    top: 57px;
    left: 0;
    z-index: -1;
    border-radius: 20px 20px 20px 0;
  }
}
/* ------ */
/* ------ */
/* swiper partenaires */
/* ------ */
/* ------ */
.swiper.swiperPartenaires {
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
}
@media (min-width: 700px) {
  .swiper.swiperPartenaires {
    margin-bottom: 100px;
  }
}
.swiperPartenaires .swiper-wrapper {
  align-items: center;
}
.swiperPartenaires .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.swiperPartenaires .swiper-slide img {
  display: block;
  width: 150px;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination .swiper-partenaires-pagination {
  position: absolute;
  top: 0;
}
.swiper-partenaires-pagination .swiper-pagination-bullet-active {
  background-color: var(--dark-green) !important;
}
/* ------ */
/* ------ */
/* actualités */
/* ------ */
/* ------ */
.actualite {
  display: flex;
  flex-direction: column;
  gap: 0px;
  position: relative;
}
@media (min-width: 700px) {
  .actualite {
    gap: 30px;
  }
}
@media (max-width: 700px) {
  .actualite {
    margin-bottom: 80px;
  }
  .actualite .link {
    align-self: center;
  }
}
/*@media (min-width: 1000px) {
  .actualite {
    margin-bottom: 100px;
  }
}*/
.actualite .sous_titre {
  order: 1;
}
.actualite .link {
  order: 3;
}
.actualite .articles {
  order: 2;
}
@media (min-width: 700px) {
  .actualite .link {
    order: 2;
    position: absolute;
    right: 0;
    top: 0;
  }
  .actualite .articles {
    order: 3;
  }
}
@media (min-width: 1000px) {
  .articles {
    width: 100vw;
    position: relative;
    left: calc(0 + 50%);
  }
}
.actualite .swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .actualite .swiper {
    margin-bottom: 80px;
  }
}
@media (min-width: 1000px) {
  .actualite .swiper {
    margin-bottom: 100px;
  }
}
.actualite .swiper-wrapper {
  padding: 12px 0;
}
.actualite .swiper-slide {
  width: auto;
}
.actualite .swiper-slide .item {
  position: relative;
  background: #fff;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: visible;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media (min-width: 700px) {
  .actualite .articles {
  /* compensation du padding de 10px dans le .swiper-slide plus bas */
  margin-left: -10px;
}
  .actualite .swiper-slide {
    /* padding utilisé pour que la box shadow ne soit pas cut sur la première slide */
    padding-left: 10px;
  }
  .actualite .swiper-slide .item {
    max-width: 400px;
  }
  .actualite .swiper-slide .item img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 700px) {
  .actualite .swiper-slide.swiper-slide-prev, .actualite .swiper-slide.swiper-slide-next {
    /*opacity: 0;*/
    transition: opacity 200ms linear;
  }
}
@media (max-width: 1000px) {
  .actualite .swiper {
    overflow: visible;
  }
}
.actualite .swiper-slide .item img {
  width: 100%;
  height: 284px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.actualite .swiper-slide .texte {
  padding: 20px;
}
.actualite .swiper-slide .item .date {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0 10px;
  border-radius: 5px;
  background: #fff;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 700;
}
.actualite .swiper-slide .item .mini_titre {
  color: var(--dark-blue);
}


@media (max-width: 1000px) {
    .grid_delhaize .texte { 
        grid-area: 1;
    }
    .grid_delhaize .delhaize { 
        grid-area: 2;
    }
}