.a2a_wrapper {
  display: flex;
  align-items: center;
  margin: 25px 0;
}
.a2a_wrapper .label-a2a {
  color: var(--bleu-text-menu);
  font-size: 14px;
  font-family: var(--main-font);
}
@media screen and (max-width: 575.98px) {
  .bottom-article .a2a_wrapper {
    flex-direction: column;
  }
}

.addtoany_list.a2a_kit {
  margin-left: 5px;
  line-height: 0 !important;
}
.addtoany_list.a2a_kit .a2a_svg {
  border-radius: 50%;
  background: var(--bleu-text-menu) !important;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid var(--bleu-text-menu);
  height: 28px;
  width: 28px;
  position: relative;
}
.addtoany_list.a2a_kit .a2a_svg.a2a_s_twitter:before {
  content: "";
  -webkit-mask-image: url("../../images/x-logo.svg");
          mask-image: url("../../images/x-logo.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  background: #fff;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-mask-position: center;
          mask-position: center;
}
.addtoany_list.a2a_kit .a2a_svg.a2a_s_twitter svg {
  display: none;
}
.addtoany_list.a2a_kit .a2a_svg svg {
  width: 22px;
  height: 22px;
  top: 1px;
}
.addtoany_list.a2a_kit .a2a_svg:hover {
  background: #fff !important;
  opacity: 1;
}
.addtoany_list.a2a_kit .a2a_svg:hover path {
  fill: var(--bleu-text-menu);
}
.addtoany_list.a2a_kit .a2a_dd.addtoany_share .a2a_svg {
  line-height: 26px;
  position: relative;
}
.addtoany_list.a2a_kit .a2a_dd.addtoany_share .a2a_svg:before {
  content: "";
  display: block;
  position: absolute;
  content: "+";
  font-family: monospace, monospace;
  color: #fff;
  font-size: 30px;
  display: inline-block;
  position: absolute;
  left: 3px;
  top: -1px;
}
.addtoany_list.a2a_kit .a2a_dd.addtoany_share .a2a_svg:hover:before {
  color: var(--bleu-text-menu);
}
.addtoany_list.a2a_kit .a2a_dd.addtoany_share .a2a_svg svg {
  display: none;
}