@charset "utf-8";
/* CSS Document */
/*  Histoire Valeur  */

.block-picto-offre-grey {
  background-color: #f3f3f8;
  width: 100%;
  margin: auto;
  border-radius: 15px;
  padding: 50px;
}

.picto-smart {
  display: none;
}

@media screen and (max-width:320px) {


  .image-aquista-online {
    background: url("../images/acquista-online/acquista-320x360.jpg");
    background-position: center;
    background-size: cover;
    height: 320px;
    align-items: flex-end;
    justify-content: center;
  }
}

@media screen and (min-width:321px) and (max-width:479px) {


  .image-aquista-online {
    background: url("../images/acquista-online/acquista-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 350px;
    align-items: flex-end;
    justify-content: center;
  }
}

@media screen and (min-width:480px) and (max-width:639px) {


  .image-aquista-online {
    background: url("../images/acquista-online/acquista-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 450px;
    align-items: flex-end;
    justify-content: center;
  }
}

@media screen and (min-width:640px) and (max-width:959px) {


  .image-aquista-online {
    background: url("../images/acquista-online/acquista-600x600.jpg");
    background-position: center;
    background-size: cover;
    height: 600px;
    align-items: flex-end;
    justify-content: center;
  }
}

@media screen and (min-width:960px) and (max-width:1279px) {


  .image-aquista-online {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/acquista-online/acquista-1120x350.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -110px, bottom -100px left 320px, center;
    background-size: 400px, 200px, cover;
    height: 352px;
  }
}

@media screen and (min-width:1280px) and (max-width:1599px) {


  .image-aquista-online {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/acquista-online/acquista-1440x450.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 320px, center;
    background-size: 450px, 260px, cover;
    height: 452px;
  }
}

/* --------------------------------- */
@media only screen and (max-width : 959px) {


  .image-aquista-online {
    margin: 80px auto 0;
    width: 100%;
    border-radius: 0;
  }

  .block-picto-offre-grey {
    width: 95%;
    padding: 20px;
  }

  .picto-desktop {
    display: none;
  }

  .picto-smart {
    display: block;
  }
}

@media screen and (min-width:1600px) {


  .image-aquista-online {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/acquista-online/acquista-1920x600.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 400px, center;
    background-size: 500px, 300px, cover;
    height: 502px;
  }
}

@media screen and (min-width:1920px) {


  .image-aquista-online {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/acquista-online/acquista-1920x600.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 400px, center;
    background-size: 500px, 300px, cover;
    height: 602px;
  }
}