/* LAYOUT
-------------------------------------------------------- */
/* MIXINS
-------------------------------------------------------- */
/* Pictolist Block
------------------------------------------------------------ */
.pictolist__items {
  /* display: flex;
		justify-content: space-around;
		margin: 0 auto; */ }

.pictolist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px; }
  .pictolist__item img {
    margin-right: 16px;
    width: auto;
    height: 48px; }
  .pictolist__item--noimg {
    margin-right: 16px;
    width: 48px;
    height: 48px;
    background: url(../assets/images/Familles_solidaires_icon_128.png) no-repeat center;
    background-size: contain; }
  .pictolist__item--title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2; }
  .pictolist__item--text {
    line-height: 1.2; }
  .pictolist__item small {
    font-size: 70%;
    line-height: 1.1; }

/*# sourceMappingURL=fs-pictolist.css.map */