.parole_titre {
  padding-top: 15px;
  font-weight: bold;
}
.parole_titre span {
  background-color: rgb(247 227 228);
  color: rgb(202 70 68);
  padding:10px;
  border-radius:10px;
}

@media (min-width: 901px) {
  .paroles_images {
    position: relative;
    /*border: 1px solid #000;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .paroles.pleft, .images.pleft,
  .paroles.pright, .images.pright {
    /*min-width:50%;*/width:48%;max-width:50%;
    padding: 10px;
    /*border: 1px solid #000;*/
  }
  /***** LEFT *****/
  .paroles.pleft {
    position: relative;
    float: left;
    order: 1;
  }
  .images.pleft {
    /*position: absolute;
    right: 0;*/
    text-align: center;
    order: 2;
  }
  /***** LEFT *****/
  /***** RIGHT *****/
  .paroles.pright {
    position: relative;
    float: right;
    order: 2;
  }
  .images.pright {
    /*position: absolute;
    left: 0;*/
    text-align: center;
    order: 1;
  }
  /***** RIGHT *****/
  .images.pleft img,.images.pright img {
    /*margin-top:50%;
    transform: translateY(-50%);*/
  }
}
@media (max-width: 900px) {
  .parole_titre span {
    padding:5px;
  }
  .paroles_images {
    padding: 15px;
  }
  .paroles, .images{
    min-width:100%;width:100%;max-width:100%;
  }
  .images {
    text-align: center;
  }
}