/* ==================================================================
   OPM Debarras - bandeau bleu sur telephone : trois lignes seulement.
   Ligne 1 : nom et telephone. Ligne 2 : adresse. Ligne 3 : note Google.
   ================================================================== */
@media (max-width:900px){
  .opm-bandeau-nom{grid-row:1;grid-column:1}
  .opm-bandeau-tel{grid-row:1;grid-column:2}
  .opm-bandeau-adr{grid-row:2;grid-column:1/-1}
  .opm-bandeau .opm-avis{grid-row:3;grid-column:1/-1}
}
