.c-formation-widget {
  cursor: pointer;
}
.c-formation-widget:hover img {
  transform: scale(1.1);
}
.c-formation-widget:hover .c-formation-widget__link {
  opacity: 0.75;
}
.c-formation-widget__image-container {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.c-formation-widget__image-container picture {
  width: 100%;
}
.c-formation-widget__image {
  width: 100%;
  transition: 0.3s all;
  position: relative;
  object-fit: cover;
}
.c-formation-widget__text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 0 40px;
}
@media (max-width: 767.98px) {
  .c-formation-widget__text-container {
    padding: 20px 0;
  }
}
.c-formation-widget__title {
  position: relative;
  color: #343434;
  font-family: "Inter", sans-serif;
  font-size: 2.25em;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -1px;
  margin: 0;
  width: 100%;
  min-height: 90px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1919.98px) {
  .c-formation-widget__title {
    font-size: 1.8em;
    min-height: 70px;
  }
}
@media (max-width: 1199.98px) {
  .c-formation-widget__title {
    font-size: 30px;
  }
}
.c-formation-widget__title i {
  width: 30px;
  height: 30px;
  background-image: url("../../../img/icons/plus-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 5px;
}
.c-formation-widget__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 25px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .c-formation-widget__info {
    margin-top: 10px;
  }
}
.c-formation-widget__info-data {
  margin: 0;
  border: 1px solid #000000;
  padding: 5px 10px;
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  line-height: normal;
  color: #343434;
  word-break: break-word;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.c-formation-widget__info-data:nth-child(2) {
  border-left: none;
}
.c-formation-widget__info-data:nth-child(3) {
  border-top: none;
}
.c-formation-widget__info-data:nth-child(4) {
  border-top: none;
  border-left: none;
}
.c-formation-widget__info-title {
  color: #afafaf;
  margin: 0;
  font-weight: bold;
  min-width: fit-content;
}
.c-formation-widget__info-text {
  text-align: right;
}
.c-formation-widget__description {
  color: #000000;
  font-family: "Inter", sans-serif;
  letter-spacing: -1px;
  font-weight: normal;
  margin: 20px 0 0;
  display: block;
  display: -webkit-box;
  font-size: 18px;
  line-height: 1.67;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1919.98px) {
  .c-formation-widget__description {
    font-size: 0.9em;
  }
}
@media (max-width: 767.98px) {
  .c-formation-widget__description {
    margin-top: 10px;
  }
}
.c-formation-widget__link {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 1.125em;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 20px;
  transition: 0.3s all;
}
@media (max-width: 1919.98px) {
  .c-formation-widget__link {
    font-size: 0.9em;
  }
}