.too_big {
    max-height: 200px !important;
}

.little_too_big {
	max-height: 180px !important;
}

.single_formation_too_big_voir_plus {
  cursor: pointer;
  margin-top: 25px;
  font-weight: 700;
  opacity: 1;
  transition: all 1s ease .2s;
  position: relative;
}

.single_formation_too_big_voir_plus::after {
  content: '+';
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 120%;
  left: 120%;
  border-radius: 50%;
  border: 1px solid #012444;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
  color: #0093c7;
}

#shortcode-248-8488 {
  transition: max-height 1s ease;
  overflow: hidden;
}

.hide_single_formation_too_big_voir_plus {
  opacity: 0;
  height: 0;
  margin: 0;
}

.hide_single_formation_too_big_voir_plus::after{
  content: '';
  display: none;
}