.plugin-banniere-block {
  position: absolute;
  z-index: 100001;
  width: 100%;
  top: 0;
  display: none;
}

.plugin-banniere-block .content {
  padding: 20px;
  min-height: 100px;
  position: relative;

  .contenuTexte p:last-child {
    margin-bottom: 0;
  }
}

.plugin-banniere-block .close {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 0;
  padding: 10px 25px;
  cursor: pointer;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  background-color: black;
  -webkit-mask-image: url(../images/close.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 18px;
  mask-image: url(../images/close.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 18px;
}

.plugin-banniere-block .action {
  text-align: right;
}

.plugin-banniere-block .cta {
  color: #FFFFFF;
  background: #001489;
  width: auto;
  padding: 13px 32px;
  border-radius: 36px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin: auto;
  vertical-align: text-bottom;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
