.cd-fiche {
    border: solid 1px #cbcccc;
    margin: 20px 0;
}

  .cd-fiche .vignette {
    padding: 20px 20px 0 20px;
  }
  .cd-fiche .vignette img {
    /*width: 18.75rem;
    display: block;*/
    height: 80px;
  }
  .cd-fiche .texte {
    padding: 0 20px;
    /*flex-basis: 85%;*/
    /*max-width: 90%;*/
  }

.cd-tuiles .cd-h2-1 {
  order:1;
  border: none!important;
  padding:0!important;
}

.cd-tuiles .cd-h2-2 {
  order: 2;
  border: none!important;
  padding:0!important;
}

.cd-tuiles .cd-texte-1 {
  order:3;
  margin-top: 0!important;
}

.cd-tuiles .cd-texte-2 {
  order:4;
  margin-top: 0!important;
}


@media (min-width: 768px) {
  .cd-fiche .vignette {
    //contain: strict;
    min-height: 13rem;
    flex-grow: 0;
  }
  .cd-fiche .texte {
    padding-left: 0;
  }
}
