/*
#@plugins/rbb.509/css/rbb_doc_suite.scss
*/
@charset "UTF-8";
/*
Bruno Rouillard - rue Béjo 
*/
/*
    Created on : 26 janv. 2026, 16:07:14
    Author     : Bruno Rouillard - rue Béjo <bruno at ruebejo.fr>
*/
.spip_doc_suite {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 0 4px 0;
}
.spip_doc_suite > .spip_documents {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}
.spip_doc_suite > .spip_documents img {
  float: left !important;
}
.spip_doc_suite figcaption {
  display: none;
}
.spip_doc_suite + p, p + .spip_doc_suite {
  padding-top: 1em;
}
