.background-with-fleche {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.background-with-fleche.fleche-1 {
  background-image: url("../../images/fleche-deg-variant-1.svg");
}

.mission-vision-valeur {
  display: flex;
  flex-direction: column;
  gap: 3rem !important;
}

.one-line-dotted-bck {
  background-color: #ffffff;
  background-image: radial-gradient(var(--wp--preset--color--orange-light) 2px, #ffffff 2px);
  background-size: 20px 15px;
  background-position: center;
  background-repeat: repeat-x;
  height: 10px;
  flex: 1 0;
}
.one-line-dotted-bck p {
  margin: 0 !important;
  padding: 0 !important;
  height: 1px;
}

.fond-dashed-blanc {
  background-image: radial-gradient(var(--wp--preset--color--contrast) 2px, var(--wp--preset--color--vert) 2px);
  background-size: 20px 15px;
  background-position: center;
  background-repeat: repeat-x;
  min-height: 15px;
}

.section-projet {
  margin-top: 0 !important;
  padding-top: clamp(2.5rem, 0.007rem + 7.979vi, 7.188rem);
}

.colonne-equipe-projet {
  max-width: 357px;
  border-right: 1px solid var(--wp--preset--color--orange-light);
  padding-right: 40px !important;
}

.is-style-group-style-1 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: flex-start;
  justify-items: flex-start;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.is-style-group-style-1 h2 {
  margin: 0;
  width: 100%;
}
.is-style-group-style-1 .wp-block-group {
  margin: 0;
}

.banner-square {
  padding: 2rem;
  display: flex;
  aspect-ratio: 1/1;
  max-width: 300px;
}

.cerse-value-container {
  grid-template-columns: 1fr !important;
}
.cerse-value-container .value {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.grid-40-60 {
  display: grid;
  grid-template-columns: 42% 55% !important;
}

@media screen and (min-width: 768px) {
  .cerse-value-container {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (min-width: 980px) {
  .cerse-value-container {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media screen and (min-width: 1512px) {
  .cerse-value-container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
  }
}
