.Init{
  margin: 50px;
  background-color: #b3dee585;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;

  padding: 1.5%;
  outline: 10px solid #b3dee55e;
}
.In{
  background: #ffffff;
  border-radius: 12px;
  padding: 3%;
  justify-content: space-evenly;
  max-width: 600px;
  width: 590px;
  margin: 0.6%;
  margin-top: 20px;
  box-shadow: 0px 10px 13px 0px rgb(0 0 0 / 18%), 0px 4px 6px -2px rgb(0 0 0 / 17%);
}
div.container{
  padding: 2%;
  max-width: 60%;
  font-size: larger;

  justify-content: center;
  color: #31525b;
}
mark{
  background-color: unset;
  font: menu;
  font-size: smaller;
  color: #31525b;
  margin: 3%;
  background-color: rgb(188 243 235 / 37%);
  padding: 1%;
  border-radius: 12px;
}
/* Copie click */
span#LinkCopied {
  position: fixed;
  background: #375165d4;
  top: 100px;
  left: 40%;
  width: 20%;
  max-width: 200px;
  padding: 1%;
  border-radius: 8px;
  text-align: center;
  font-size: larger;
  font-family: system-ui;
  z-index: 10;
  animation: Copieclick 3s linear 1 forwards;
}
@keyframes Copieclick{
  0%{
    display: block;
    opacity: 1;
  }
  90%{
    opacity: 0;
  }
  100%{
    opacity: 0;
    display: none;
  }
}
.cont{
  display: flex;
}
.Actualt{
  background: #f9fafb;
  background-image: url(../image/rm222-mind-24.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.Pubs{
  display: flex;
  width: 100%;
}
.PubTitle{
  font-size: 23px;
  color: #059669;
  font-family: sans-serif;
}
.PubDate{
  color: #545c7f;
    font-size: 14px;
    font-weight: 600;
    width: 80px;
}
.PubContenu{
  color: #1f2837;
  font-size: 19px;
  font-weight: 600;
  font-family: monospace;
  margin: 2%;
  text-align: end;
}
b.h1{
  color: #fae6b1;
}
b.h2{
  color: #060606;
  font-size: large;
}
b.h3{
  color: red;
}
b.h4{
  color: white;
}
b.h5{
  color: blue;
}
b.h6{
  color: #484444;
  font-size: 15px;
  font-family: monospace;
}
h6 {
  font-size: 16px;
}
.side_Pubs{
  padding: 3%;
}
.ScrollPage {
  display: flex;
  justify-content: center;
  padding: 1%;
}
.ScrollPage a,.ScrollPage b{
  color: #fcfcfc;
  background: #545c7f;
  font-size: 18px;
  font-family: sans-serif;
  text-decoration: none;
  display: flex;
  border-radius: 5px;
  padding: 1%;
  margin: 1%;
  align-items: center;
  justify-content: space-around;
}
.ScrollPage a:hover{
  background: #484e6b;
}
.ScrollPage b{
  width: 10px;
}
.Comments{
  max-height: 400px;
  overflow: scroll;
}
.Comments summary{
  color: #504f62;
  font-size: initial;
  font-family: system-ui;
  font-weight: 700;
}
.Comments section{
  background: #eff3f3;
  padding: 1%;
  border-radius: 6px;
}
.Comments div{
  display: flex;
  justify-content: space-between;
}
.Comments div .Useranme{
  margin: 1%;
  color: #060606;
  font-size: larger;
  font-family: monospace;
}
.Comments div .Date{
  color: #545c7f;
  font-size: 14px;
  font-weight: 600;
  width: 80px;
}
.Comments .Contenu{
  color: #35353d;
  font-size: larger;
  font-family: inherit;
  font-weight: 400;
  margin: 1%;
}
.Comments hr{
  color: #2a314a;
  height: 2px;
}
.LikeNum{
  color: #545c7f;
  font-size: 17px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  #dropback{
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .Pubs{
    flex-direction: column-reverse;
  }
  .In{
    width: initial;
  }
  .ScrollPage a,.ScrollPage b{
    padding: 2%;
  }
}
@media screen and (max-width: 800px) {
  .Init{
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .Init{
    width: 90%;
    transform: translateX(-40px);
  }
}
@media screen and (max-width: 520px) {
  div.container {
    max-width: 100%;
  }
  b{
    width: 75%;
  }
}
@media screen and (max-width: 420px) {
  .cont  {
    display: contents;
  }
  mark{
    width: 21%;
  }
}

  /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
@media screen and (max-width: 550px) {

  .drop{
    width: 100%;
  }
}

