@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;900&display=swap');
body {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #000 url(../img/themes/bg-pro-brunalouise-fev2024.jpg) no-repeat bottom center;
  background-size: cover;
  letter-spacing: -1px;
}
@media screen and (max-width:768px) {
  body {
    /* padding-bottom: 600px; */
  }
  /* .hotsite {
    padding-top: 379px !important;
  } */
}
.hotsite {
  /* background: url(../img/themes/photo-pro-brunalouise-fev2024.png) no-repeat center 20px;
  background-size: 312px;
  padding-top: 326px; */
}
.avatar {
  background: url(../img/themes/photo-pro-brunalouise-fev2024-2.png) no-repeat center 20px;
  display: block;
  width: 400px;
  height: 326px;
  border-radius: 0;
  background-size: 660px;
  margin: 0 auto;
  padding: 0;
  mix-blend-mode: multiply;
}
.profile_photo {
  display:none;
}

.username {
  background-color: #dbd214;
  display: inline;
  color: #000;
  padding: 4px 8px;
  position: relative;
  font-size: 18px;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 4px;
}

@keyframe BackgroundAnimated {
  from {
    background-position:0 0
  }
  to {
    background-position:100% 0
  }
}

@-webkit-keyframes BackgroundAnimated {
    from {
        background-position:0 0
    }
    to {
        background-position:100% 0
    }
}
    @-ms-keyframes BackgroundAnimated {<     from {
        background-position:0 0
    }
    to {
        background-position:100% 0
    }
}
    @-moz-keyframes BackgroundAnimated {
    from {
        background-position:0 0
    }
    to {
        background-position:100% 0
    }
}

.bluebadge {
  position: absolute;
  right: -20px;
}
.bio_description {
  color: #FFFFFF;
  font-size: 17px;
  opacity: 0.5;
  background-color: #000;
}
.logo {
  padding-left: 90px;
  background: url(../img/onnelink-white.svg) no-repeat;
  height: 20px;
  background-size: contain;
}
.description {
  color: #FFFFFF;
  font-family: Circular Std, HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;
  /* font-family: 'Montserrat', Arial, sans-serif; */
}
.button-list {
  /* opacity: 0.9; */
}
.button {
    /* font-family: Circular Std, HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif; */
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: 600;
    /* line-height: 60px; */
    display: inline-block;
    box-sizing: border-box;
    /* height: 64px; */
    /* padding: 0 20px 4px; */
    padding: 18px 10px;
    cursor: pointer;
    -webkit-transition: background 200ms ease;
    transition: background 200ms ease;
    text-align: center;
    /* white-space: nowrap; */
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .15px;
    color: #000;
    border: none;
    border-radius: 6px;
    background-color: #dbd214;
    width: 90%;
    /* box-shadow: 6px -4px 0px 0px rgb(255 43 110); */
    box-shadow: 6px -4px 0px 0px #000000;
}

.button:hover,
.button:focus {
    outline: 0;
    color: #000;
    background-color: #feeb2c;
    /* box-shadow: inset 0 0 0 2px #FF2626; */
    box-shadow: 3px 2px 0px 0px #000000;
}

.button.button-secondary {
    color: #000;
    background-color: #dbd214;
    border: none;
    box-shadow: 6px -4px 0px 0px #000000;
}

.button.button-secondary:hover,
.button.button-secondary:focus {
    outline: 0;
    color: #000;
    background-color: #feeb2c;
    box-shadow: 3px 2px 0px 0px #000000;
}

.button-extra-info {
  border: 0;
  background: #eff0f5;
  box-shadow: none;
  border-radius: 6px 6px 12px 12px;
  z-index: 999;
  color: #b3b4b7;
  font-size: 13px;
  margin-top: 9px;
  width: 84%;
}
.button-extra-info strong {
  color: #8c8c90;
  font-size: 15px;
}
.button-extra-info span {
  border: 1px solid #CCC;
  border-radius: 3px;
  margin-left: 6px;
  font-size: 13px;
  padding: 4px;
  color: #b3b4b7;
}
.button-list li {
  padding: 0 0 16px;
}
