.description-content {
  display: none;
  flex-direction: column;
  padding: 50px 0;
  border-top: none;
  border-bottom: none;
  margin: auto;
  min-height: 300px;
}

.description-content .bloc-title {
  padding: 25px 0;
}

#presentation-bloc {
  gap: 12px;
}

#to-programs {
  margin-top: 25px;
}

.vision .about {
  grid-template-columns: repeat(4, 25%);
}

.banner {
  background-image: unset;
  background-image: linear-gradient(to right, #041b56, rgba(255, 255, 255, 0)), url("../assets/images/banner/presentation-banner.png");
}
.default-text {
  text-align: left;
}

.list-title {
  font-family: "DIN-Condensed";
  color: #0fc3ed;
  font-size: 24px;
  display: flex;
  gap: 30px;
  align-items: baseline;
}

.list-title img {
  width: 12px;
  height: 12px;
}

.active {
  position: relative;
  display: inline-block;
}

.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55%;
  border-bottom: 8px solid #0fc3ed;
}

b {
  font-size: 16px;
}

.vision .about div {
  cursor: pointer;
}

.vision .about a .title {
  color: #b7b7b7;
  font-weight: lighter;
  font-size: 30px;
}

.vision .about a {
  text-decoration: none;
}

.vision .about a .text-colored {
  font-size: 25px;
  text-transform: uppercase;
}

.vision .about div .target {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  width: fit-content;
  width: -moz-fit-content;
}
