.banniere__garantie {
  width: 100%;
  min-height: 320px;
  gap: 50px;

  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(var(--gray-color));
}
.garantie-texte__ligne {
  background: url("../img/icons/ban_garantie/garantie.svg") left center
    no-repeat transparent;
  padding: 0px 0 0px 74px;
}
.garantie-texte__ligne.g2 {
  background: url("../img/icons/ban_garantie/choix.svg") left center no-repeat
    transparent;
}
.garantie-texte__ligne.g3 {
  background: url("../img/icons/ban_garantie/satisfait.svg") left center
    no-repeat transparent;
}
.garantie-texte__ligne h4 {
  color: rgb(var(--skyblue-color));
  font-size: var(--h4-font-size);
}
.garantie-texte__ligne h4 b {
  color: rgb(var(--blue-color));
}
.garantie-texte__ligne p {
  color: rgb(var(--blue-color));
  font-size: var(--body-font-size);
}

.pub-horizontale {
  background-color: rgb(var(--blue-color));
  text-align: center;
  padding: 10px;
}

.application {
  text-align: center;
}
.pub-horizontale img,
.application img {
  max-width: 1240px;
}

.camarche {
  width: 100%;
  /* display: flex; */
  align-items: center;
  justify-content: center;
}
.camarche__container {
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  background: url("../img/background/back-camarche.jpg") top right no-repeat
    transparent;
  background-size: contain;
}
.block,
.op {
  display: flex;
  justify-content: space-between;
  /* padding-bottom: 40px; */
  gap: 20px;
}
.block_gray {
  background-color: rgb(var(--gray-color));
  border-radius: 10px;
  padding: 25px;
}
.block__chiffre {
  font-size: 75px;
  color: rgb(var(--skyblue-color));
  font-weight: 300;
  float: left;
  line-height: 41px;
}
.block__icon {
  text-align: right;
  margin-top: 0px;
  height: 56px;
}
.block h4 {
  clear: both;
  font-size: var(--h4-font-size);
  color: rgb(var(--blue-color));
  text-align: center;
  margin-top: 50px;
  margin-bottom: 15px;
}
.block p {
  text-align: center;
}
.op {
  margin-top: 50px;
}
