.sticker {
  background-color: #1381c2;
  padding: 15px;
  position: fixed;
  right: 0;
  top: 680px;
  width: 245px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  z-index: 1;

  .titre_newsletter {
    display: inline-block;
    vertical-align: middle;
    width: 95px;
  }

  .cta {
    padding: 0 15px;
    vertical-align: middle;
  }
}

@media(max-width: 1540px) {
  .sticker {
    top:515px
  }
}

@media(max-width: 1130px) {
  .sticker {
    display:none!important
  }
}
