.bms_socials_marque_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.bms_socials_marque_bloc {
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
  border-radius: 10px;
  overflow: hidden;
  width: calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}

.bms_socials_marque_bloc img {
  width: 70%;
  height: 100px;
  object-fit: contain;
  margin-bottom: 30px;
}

.bms_socials_marque_list {
  gap: 15px;
  background-color: #003d78;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 30px;
}

.bms_socials_marque_link {
  display: block;
  text-decoration: none;
  width: 35px;
  height: 35px;
  border: 2px solid white;
  padding: 7px;
  border-radius: 50%;
  transition: 0.3s;
}

.bms_socials_marque_link:hover {
  opacity: 0.7;
}

.bms_socials_marque_link svg {
  width: 100%;
  height: 100%;
  fill: white;
}

@media screen and (max-width: 991px) {
  .bms_socials_marque_wrap {
    max-width: 400px;
    margin: auto;
  }

  .bms_socials_marque_bloc {
    width: 100%;
  }
}
