 .block {
  background: #fff;
  width: 504px;
  padding: 1rem;
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: block;
}
.block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.block-header .title {
  display: flex;
  align-items: flex-start;
}
.block-header .title .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  background: #f7f7f7;
  color: #1c1c1c;
  text-align: center;
  padding: 0 4px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 96px;
}

.writing {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 12px;
}
.writing .textarea {
  width: 100%;
  font-family: "Inter";
  color: #585757;
  height: 50px;
  overflow-y: auto;
  appearance: none;
  border: 0;
  outline: 0;
  resize: none;
  font-size: 16px;
  line-height: 24px;
}
.writing:focus-within {
  border: 1px solid #0085ff;
  box-shadow: 0px 0px 2px 2px rgba(0, 133, 255, 0.15);
}
.writing .footer {
  margin-top: 12px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e8e8e8;
}
.writing .footer .text-format {
  display: flex;
  align-items: center;
  gap: 12px;
}

.comment {
  display: grid;
  gap: 14px;
}
.comment .user-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment .user-banner .user {
  gap: 8px;
  align-items: center;
  display: flex;
}
.comment .user-banner .user .avatar {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  position: relative;
  border-radius: 100px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}
.comment .user-banner .user .avatar .mur_img {
  max-width: 100%;
  border-radius: 50%;
}
.comment .user-banner .user .avatar .stat {
  display: flex;
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: block;
  width: 12px;
  height: 12px;
  z-index: 9;
  border: 2px solid #ffffff;
  border-radius: 100px;
}
.comment .user-banner .user .avatar .stat.green {
  background: #00ba34;
}
.comment .user-banner .user .avatar .stat.grey {
  background: #969696;
}
.comment .footer {
  gap: 12px;
  display: flex;
  align-items: center;
}
.comment .footer .reactions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.comment .footer .divider {
  height: 12px;
  width: 1px;
  background: #e8e8e8;
}
.comment:not(.comment:first-child) {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
}
.comment + .comment {
  padding-top: 12px;
}
.comment.reply .user-banner,
.comment.reply .content,
.comment.reply .footer {
  margin-left: 32px;
}

.group-radio {
  position: relative;
  display: flex;
  user-select: none;
  align-items: stretch;
}
.group-radio .button-radio {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
}
.group-radio .button-radio label {
  cursor: pointer;
  padding: 4px 8px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  height: 28px;
  align-items: center;
  line-height: 28px;
  transition: 0.2s ease;
}
.group-radio .button-radio:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.group-radio .button-radio:last-child {
  border-top-right-radius: 8px;
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-bottom-right-radius: 8px;
}
.group-radio .button-radio input[type=radio] {
  display: none;
}
.group-radio .button-radio input[type=radio]:checked + label {
  background: #f7f7f7;
}
.group-radio .divider {
  width: 1px;
  background: #e8e8e8;
}



.mur_btn {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  font: inherit;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1c1c1c;
  transition: 0.2s ease;
  outline: none;
}
.mur_btn .mur_i {
  color: #969696;
  font-size: 18px;
  transition: 0.15s ease-in-out;
}
.mur_btn {
  min-width: 64px;
  padding: 8px 12px;
  height: 40px;
  color: #fff;
  display: inline-flex;
  background: #0085ff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.btn.primary:hover {
  background: #339dff;
}
.btn:hover i {
  opacity: 0.7;
}
.btn img {
  max-width: 18px;
  height: auto;
}
.btn.react {
  padding: 4px 8px 4px 4px;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  gap: 4px;
}
.btn.react:hover {
  background-color: #eee;
}
.btn.dropdown {
  display: flex;
  cursor: pointer;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 26px;
  height: 26px;
}
.btn.dropdown:hover {
  background-color: #eee;
}

p {
  line-height: 24px;
}
p a.tagged-user {
  display: inline-flex;
  padding: 2px 8px;
  background: #e5f3ff;
  border-radius: 256px;
  color: #0085ff;
}

.is-mute {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #969696;
}

a {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #1c1c1c;
  text-decoration: none;
  transition: opacity 0.15s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #1c1c1c;
}

* {
  box-sizing: border-box;
}

.load {
  display: flex;
  align-items: center;
  justify-content: center;
}
.load span {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #969696;
}
.load span i {
  margin-right: 6px;
}

.group-button {
  display: flex;
  gap: 16px;
}





.pac-container {
    z-index: 8000 !important;
}


.annonce {
    text-decoration: none;
    background: orange;
    color: #fff;
    padding: 10px 60px;
    border-radius: 30px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
    transition: all 0.2s;
    margin-top: 10px;

}

.annonce:hover {
    transform: translateY(-3px);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}

.annonce:active {
    transform: translateY(1px);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
}


    #message_send{
  width:100%;
  /*height:40px;*/
  border-radius:30px;
  outline:none;
/*  padding:0px 40px 0px 20px;*/
  border:2px solid #333;
  font-size:16px;
}
#message_send:focus{
  border:2px solid mediumslateblue;
}
#img_emoji{
  width:30px;
  border-radius:50%;
  position:absolute;
  right:12px;
  top:12px;
  cursor:pointer;
}
.bar{
  width:150px;
  height:150px;
  border-radius:10px;
  background:#fff;
  position:absolute;
  right:10px;
  top:-100px;
  box-shadow:0px 0px 20px 0px #272727;
  visibility:hidden;
  opacity:0;
  /*display:flex;*/
  justify-content:center;
  align-items:center;
  font-size:35px;
  transition:all 0.3s;
  z-index: 6000;
}
#img_emoji:focus + .bar{
  top:-100px;
  visibility:visible;
  opacity:1;
}
.bar:focus{
  top:-100px;
  visibility:visible;
  opacity:1;
}
.emoji_p{
  padding:10px;
  border-radius:50%;
  cursor:pointer;
  transition:all 0.3s;
}
.emoji_p:hover{
  background:mediumslateblue;
  color:white;
}

    



.logo {
    position: absolute;
    height: 260px;
    width: 260px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform-style: preserve-3d;
    animation-name: pulse;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

.line-1 {
    position: absolute;
    height: 260px;
    width: 260px;
    border-radius: 50%;
    border-left: 4px solid orange;
    box-shadow: 0 0 50px orange;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: ani01 5s linear infinite;
}

.line-2 {
    position: absolute;
    height: 230px;
    width: 230px;
    border-radius: 50%;
    border-top: 4px solid green;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.line-3 {
    position: absolute;
    height: 260px;
    width: 260px;
    border-radius: 50%;
    border-right: 4px solid green;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.line-4 {
    position: absolute;
    height: 230px;
    width: 230px;
    border-radius: 50%;
    border-bottom: 4px solid green;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: ani04 5s linear infinite;
}

.circle {
    position: absolute;
    background-color: orange;
    box-shadow: 0 0 50px orange;
    border-radius: 50px;
    height: 95px;
    width: 95px;
    left: 84px;
    top: 30px;
}

.logo img {
    position: absolute;
    height: 65px;
    width: 65px;
    left: 100px;
    top: 45px;
}

.logo-title {
    position: absolute;
    height: 190px;
    width: 190px;
    margin: 130px 36px; auto;
    font-size: 40px;
    color: orange;
    text-align: center;
    text-shadow: 0 0 0.5em;
    text-shadow: 0 0 0.125em orange;
}

svg text {
  stroke: orange;
  font-family: 'Style Script',     cursive;
  font-size: 100px;
  font-weight: 600px;
  text-shadow: 0 0 0.15em white;
  stroke-width: 5;
  animation: textAnimate 5s infinite alternate;
}

@keyframes textAnimate {
  0% {
    stroke-dasharray: 0 50%;
    stroke-dashoffset: 20%;
  }
  100% {
    stroke-dasharray: 50% 0;
    stroke-dashoffset: -20%;
  }
}

 @keyframes pulse{
            0%{
                transform: scale(1);
            }
            10%{
                transform: scale(1.1);
            }
            20%{
                transform: scale(1);
            }
            30%{
                transform: scale(1.1);
            }
            40%{
                transform: scale(1);
            }
            50%{
                transform: scale(1.1);
            }
            60%{
                transform: scale(1);
            }
            70%{
                transform: scale(1.1);
            }
            80%{
                transform: scale(1);
            }
            90%{
                transform: scale(1.1);
            }
            100%{
                transform: scale(1);
            }



