/*------*/
/* logo */
/*------*/

.cl_logo
{
  background-color: white;
  overflow:         hidden;
  display:          flex;
  height:           5em;
  margin-top:       0.2em;
  justify-content:  center;
  align-items:      center;
  padding-left:     2em;
}
