body.page-template-categories-de-pro {
  
  article .text .the_name {
    margin-top: 1rem;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
  }
  
  .parent {
    background: linear-gradient(to right, rgb(131 131 131) -66.7%, rgb(30 32 45) 100%);
    border-radius: 0.5rem;
    box-shadow: 0px 10px 10px 0px #151520;
  }

  .the_image {
    aspect-ratio: 16 / 9;
  }

  .aspect-ratio_16_9 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center left;
  }

  .aspect-ratio_3_2 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .follow_form {
    display: none;
  }

  .hidden {
    display: none;
  }

  h2.the_name {
    font-size: 0.9rem !important;
    /* margin-top: 1rem !important; */
    display: inline-block;
    width: 84%;
    vertical-align: sub;
    text-wrap: nowrap;
    overflow: hidden;
  }

  .descriptif_formation {
    margin-top: 0.618rem;
    text-align: center;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    height: 70px;
    overflow-y: hidden;
  }

  main .fa-plus {
    position: absolute;
    z-index: 9;
    bottom: 0px;
    right: 0;
    transition: transform 0.4s;
    line-height: 1.2;
    vertical-align: sub;
    font-size: 1rem;
    cursor: pointer;
    background: #FFFFFF;
    width: 24px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    color: #17181F;
  }

  h3.the_name {
    display: block;
    font-size: 0.9rem !important;
    margin-top: 0.5rem !important;
    text-wrap: nowrap;
    overflow: hidden;
  }

  h3.the_term_name {
    font-size: 1.1rem !important;
  }

  article .overlay .fa-solid {
    font-size: 20px;
  }

  .overlay p {
    font-size: 0.9rem;
    line-height: 1.2em !important;
    margin-top: 3px !important;
  }

  .specialite {
    font-size: 0.8rem;
    margin-top: 0.6rem;
    text-wrap: nowrap;
    overflow: hidden;
  }
  
}