.cl_icon_vlg_xl {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
  }
  .logo_vlg_xl {
    width: 40px;
    height: 30px;
  }
  .cl_nom_ver_vlg {
    width: auto;
  }
  .cl_nom_vlg {
    color: #c0c000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
  }
  .cl_ver_vlg {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bolder;
    font-style: oblique;
  }