/*******************************/
/**   BANDEAU IDEES CADEAUX   **/
/*******************************/
#bandeau-idees-cadeaux {
  overflow: hidden;
}
#bandeau-idees-cadeaux .bandeau {
  overflow: hidden;
  position: relative;
}
#bandeau-idees-cadeaux .bandeau img {
  max-width: inherit;
}

@media only screen and (max-width: 40em) {
  #bandeau-idees-cadeaux .bandeau img {
    max-width: 240%;
  }
}
