.cd-fiche {
    border: solid 1px #cbcccc;
    margin: 20px 0;
}
  .cd-fiche .vignette img{
    /*width: 18.75rem;
    display: block;*/
	padding: 20px;
    }

  .cd-fiche .texte {
    /*padding: 0rem 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;
  }
}
