/**********************************************************************************************************************************/
/* SMART BLOC 3
/**********************************************************************************************************************************/
@media only screen and (min-width: 600px) {
  .smart-bloc3{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}


/**********************************************************************************************************************************/
/* SMART BLOC 1
/**********************************************************************************************************************************/
.col + .col{
  margin-top: var(--gutter-out);
}

@media only screen and (min-width: 600px) {
  .col{
    width: 32%;
  }
  .col + .col{
    margin-top: 0;
  }
}


.forceAlign > div > div{
  min-height: 100%;
}

.smart-bloc3.forceAlign{
  align-items: normal;
}

.smart-bloc3.forceAlign .ce-gallery{
  margin: calc(var(--gutter-in) * -1);
  margin-bottom: var(--gutter-in);
}
