/**
 * titles layout: a stack of floating boxes
 *
 * <br style="clear: left;" />
 * <dl class="floating_box">
 *  <dd><a><img></a></dd>
 *  <dt><span><a>some title</a></dt>
 * </dl>
 * ...
 * <br style="clear: left;" />
 *
 * @author Bernard Paques
 * @author Alexis Raimbault
 * @reference
 * @license http://www.gnu.org/copyleft/lesser.txt GNU Lesser General Public License
 */
 .box:hover{background-color:#ddd}.box{padding:2em;width:13em}.box a{text-decoration:none}.box .content{text-align:center;border:none;padding:0;margin:0}.t-text{display:block}.box.serie{display:flex;padding-right:2px}.box.serie:hover{background:transparent}.serie h4{text-align:right;margin:auto}@media (max-width:575px){.box{width:100%}.box.serie{padding:0}.box.serie h4{margin:0}}