/* Global vars */
/* Global colors */
/* rgb(255,255,255); */
/* rgb(60,60,60); */
/* rgb(30,30,30); */
/* rgb(0,0,0); */
/* rgb(200,200,200); */
/* rgb(150,150,150); */
/* rgb(100,100,100); */
/* Site colors */
/* Bleu principal (bleu logo) */
/* Rouge logo */
/* Beige */
/* Beige */
/* Bleu foncé */
/* Bleu clair */
/* Bleu très clair */
/* Bleu clair menu */
/* Bleu clair menu */
/* Gris foncé */
/* Ouverture restaurant */
/* END Site colors */
/* Site fonts */
/* END Site fonts */
.section-cross-selling-animations {
  overflow-x: clip;
}
.section-cross-selling-animations .cross-selling-animations__container {
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto;
}
.section-cross-selling-animations .cross-selling-animations__container h2 {
  color: #164194;
  font-size: 11rem;
}
.section-cross-selling-animations .cross-selling-animations__container .row > div {
  padding: 0 8px;
}
.section-cross-selling-animations .cross-selling-animations__container .col-titre {
  width: 60%;
}
.section-cross-selling-animations .cross-selling-animations__container .col-texte {
  width: 40%;
}
.section-cross-selling-animations .cross-selling-animations__container .col-animations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item {
  width: 100%;
  border: 1px solid #164194;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  flex-direction: column;
  padding: 25px 20px;
  position: relative;
  min-height: 500px;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item-type {
  position: absolute;
  right: -1px;
  top: -10px;
  background: #F2F0EC;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 4px 0 4px 8px;
  line-height: 1.1;
  width: fit-content;
  -webkit-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item-categs .cross-selling-animations__item-categ {
  border: 1px solid #E62537;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #E62537;
  background: #F2F0EC;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 5px 20px;
  line-height: 1.1;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item-gap {
  min-height: 85px;
  display: flex;
  align-items: center;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item-mention {
  color: #2A363B;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 0.9;
  display: flex;
  align-items: center;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item-mention i {
  font-size: 2.4rem;
  margin-right: 6px;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item-dates {
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.2rem;
  padding: 3px 8px 5px;
  line-height: 0.9;
  color: #F2F0EC;
  background: #E62537;
  width: fit-content;
  margin-bottom: 20px;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item-titre {
  background: none;
  padding: 0;
  font-size: 4.2rem;
  line-height: 0.9;
  margin-bottom: 30px;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item-titre a {
  color: #164194;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item-titre a:hover {
  color: #E62537;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item-commune {
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 0.9;
  margin-bottom: 20px;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item .bouton-underline {
  position: relative;
  margin-top: auto;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-size: 1.8rem;
  width: fit-content;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: underline;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item .bouton-underline:hover {
  color: #164194;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item .boutonplus2 {
  right: -1px;
  bottom: -1px;
  font-size: 2rem;
  padding: 15px 20px 15px 58px;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  border-radius: 20px 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item .boutonplus2::before {
  width: 30px;
  height: 30px;
  left: 16px;
  font-size: 4rem;
  padding-bottom: 8px;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item.temps-fort {
  border-color: #E62537;
  background: #E62537;
  color: #F2F0EC;
  padding: 15px 20px;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item.temps-fort .cross-selling-animations__item-type {
  color: #E62537;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item.temps-fort .cross-selling-animations__item-gap {
  min-height: 95px;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item.temps-fort .cross-selling-animations__item-dates {
  color: #E62537;
  background: #F2F0EC;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item.temps-fort .cross-selling-animations__item-titre a {
  color: #F2F0EC;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item.temps-fort .cross-selling-animations__item-titre a:hover {
  color: #2A363B;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item.temps-fort .bouton-underline {
  color: #F2F0EC;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item.temps-fort .bouton-underline:hover {
  color: #2A363B;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item.temps-fort .boutonplus2 {
  background: #F2F0EC;
  color: #E62537;
  border-color: #F2F0EC;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item.temps-fort .boutonplus2::before {
  background: #E62537;
  color: #F2F0EC;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item.temps-fort .boutonplus2:hover {
  background: #E62537;
  color: #F2F0EC;
}
.section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item.temps-fort .boutonplus2:hover::before {
  background: #F2F0EC;
  color: #E62537;
}
@media (max-width: 1370px) {
  .section-cross-selling-animations .cross-selling-animations__container h2 {
    font-size: 9rem;
  }
}
@media (max-width: 1199px) {
  .section-cross-selling-animations .cross-selling-animations__container {
    padding: 0 30px;
  }
  .section-cross-selling-animations .cross-selling-animations__container .col-titre,
  .section-cross-selling-animations .cross-selling-animations__container .col-texte {
    width: 100%;
  }
  .section-cross-selling-animations .cross-selling-animations__container .col-animations {
    gap: 16px;
  }
  .section-cross-selling-animations .cross-selling-animations__container h2 {
    margin: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .section-cross-selling-animations .cross-selling-animations__container {
    padding: 0 30px;
  }
  .section-cross-selling-animations .cross-selling-animations__container h2 {
    font-size: 6rem;
  }
  .section-cross-selling-animations .cross-selling-animations__container .col-animations {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item {
    min-height: 300px;
  }
  .section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item-gap {
    min-height: 55px;
  }
  .section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item-dates {
    font-size: 2rem;
  }
  .section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item-titre {
    font-size: 3rem;
  }
  .section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item-type {
    font-size: 1.4rem;
  }
  .section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item .bouton-underline {
    font-size: 1.6rem;
  }
  .section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item .boutonplus2 {
    right: -1px;
    bottom: -1px;
    font-size: 1.8rem;
    padding: 10px 15px 10px 49px;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    border-radius: 20px 0 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item .boutonplus2::before {
    width: 22px;
    height: 22px;
    left: 16px;
    font-size: 3.1rem;
    padding-bottom: 6px;
  }
  .section-cross-selling-animations .cross-selling-animations__container .cross-selling-animations__item.temps-fort .cross-selling-animations__item-gap {
    min-height: 65px;
  }
}
@media (max-width: 767.98px) {
  .section-cross-selling-animations .cross-selling-animations__container h2 {
    font-size: 5rem;
    margin: 0 0 30px;
  }
  .section-cross-selling-animations .cross-selling-animations__container .col-animations {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 399px) {
  .section-cross-selling-animations .cross-selling-animations__container {
    padding: 0 20px;
  }
}
