section#infos div.about p a {
    color: brown;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.hide{
  display: none;
}
button.share {
    font-size: 25px;
    font-family: 'HK';
    border: none;
    background-color: rgba(0,0,0,0.1);
}

/*SHARE POSTS */
.post main {
  z-index: -1;
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0 6rem;
  font-size: 2rem;
  line-height: 2.5rem; }
  .post main #infos h3,
  .post main .newsfeed h3 {
    width: auto;
    font-size: 3rem;
    font-family: 'monoBold';
    padding: 1.5rem 0 1.5rem 0; }
  .post main #infos {
    width: calc(100% / 4 * 3);
    padding: 1rem 2rem 6rem 2rem;
    position: absolute; }
    .post main #infos #friendsLink {
      position: fixed;
      background-color: white;
      border: solid;
      border-radius: 3rem;
      padding: 0 0.5rem 0 0.5rem;
      z-index: 1; }
    .post main #infos #friendsLink.hidden {
      display: none; }
    .post main #infos p {
      margin: 0 0 1.5rem;
      width: 100%; }
      .post main #infos p strong {
        padding: 0 0 0 2.7rem;
        font-size: 1.75rem; }
      .post main #infos p strong:before {
        width: 2.5rem;
        height: 3rem;
        margin: 0.2rem 0 0 -2.7rem; }
      .post main #infos p a:hover {
        border-bottom: 3px solid black; }
    .post main #infos p:first-of-type {
      padding-top: 2rem; }
    .post main #infos p:not(:first-of-type) {
      text-indent: 4rem; }
    .post main #infos .important {
      font-family: 'monoBold';
      font-size: 3.4rem;
      line-height: 3.8rem;
      text-align: center;
      margin: 0 0 2rem; }
      .post main #infos .important a {
        animation: clip 2s infinite; }
        .post main #infos .important a span {
          display: inline-block; }
    .post main #infos .details {
      padding-top: 3rem; }
    .post main #infos #friends h3 {
      margin: 0 0 0.25rem 0; }
    .post main #infos #friends ul {
      font-family: 'monoRoman';
      font-size: 1.8rem; }
      .post main #infos #friends ul h5:before {
        content: '○ '; }
    .post main #infos #friends li:before {
      content: '○ '; }
    .post main #infos .about,
    .post main #infos .details {
      margin: 0 0 4rem; }
      .post main #infos .about .machines h4,
      .post main #infos .about .papiers h4,
      .post main #infos .details .machines h4,
      .post main #infos .details .papiers h4 {
        text-decoration: underline;
        padding-bottom: 1rem; }

      .post main #infos .about .machines ul,
      .post main #infos .about .machines .machine,
      .post main #infos .about .papiers ul,
      .post main #infos .about .papiers .machine,
      .post main #infos .details .machines ul,
      .post main #infos .details .machines .machine,
      .post main #infos .details .papiers ul,
      .post main #infos .details .papiers .machine {
        font-family: 'monoRoman';
        font-size: 1.8rem; }
        .post main #infos .about .machines ul h5:before,
        .post main #infos .about .machines .machine h5:before,
        .post main #infos .about .papiers ul h5:before,
        .post main #infos .about .papiers .machine h5:before,
        .post main #infos .details .machines ul h5:before,
        .post main #infos .details .machines .machine h5:before,
        .post main #infos .details .papiers ul h5:before,
        .post main #infos .details .papiers .machine h5:before {
          content: '○ '; }
      .post main #infos .about .machines li:before,
      .post main #infos .about .papiers li:before,
      .post main #infos .details .machines li:before,
      .post main #infos .details .papiers li:before {
        content: '○ '; }
      .post main #infos .about .machines p,
      .post main #infos .about .papiers p,
      .post main #infos .details .machines p,
      .post main #infos .details .papiers p {
        font-size: 1.25rem;
        line-height: 1.75rem; }
      .post main #infos .about .papiers h4,
      .post main #infos .details .papiers h4 {
        margin-top: 3rem;
        padding-bottom: 0.5rem; }
      .post main #infos .about .papiers p:first-of-type,
      .post main #infos .details .papiers p:first-of-type {
        padding-top: 1rem; }
      .post main #infos .about img,
      .post main #infos .details img {
        width: 80%;
        filter: grayscale(1) contrast(120%);
        padding-bottom: 1rem;
        padding-top: 1rem; }
    .post main #infos #contact ul {
      padding-top: 1rem; }
    .post main #infos #contact #networks li a .image {
      width: 1.5rem;
      display: inline-block; }
      .post main #infos #contact #networks li a .image img {
        display: block;
        padding: 0;
        width: 100%; }
    .post main #infos .arrow {
      width: 100%;
      padding: 0 15% 0 15%; }
      .post main #infos .arrow img {
        width: 100%; }
  .post main .newsfeed {
    width: calc(100% / 4);
    position: fixed;
    overflow-y: scroll;
    height: 100vh;
    right: 0;
    top: calc(2.25rem + 3px);
    z-index: 2; }
    .post main .newsfeed h3 {
      display: none; }
    .post main .newsfeed h2 {
      padding: 0.25rem 1rem 0.25rem 1rem;
      font-size: 1.25rem;
      border-bottom: solid 3px; }
    .post main .newsfeed > h3 {
      font-size: 1.5rem;
      padding: 1rem;
      width: 100%;
      background-color: #fff; }
    .post main .newsfeed .posts {
      background-color: white; }
      .post main .newsfeed .posts .post:not(.open) .images,
      .post main .newsfeed .posts .post:not(.open) .text {
        display: none; }
      .post main .newsfeed .posts .post:not(.open):hover {
        cursor: url("img/pointer.png") 0 0, auto;
        background-color: white;
        outline: 3px solid black; }
      .post main .newsfeed .posts .post {
        height: 15vh;
        padding: 0.75rem 1rem 1rem 1rem;
        overflow-y: hidden; }
        .post main .newsfeed .posts .post > header {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
          align-content: flex-start;
          align-items: flex-start;
          margin: 0 0 1.25rem; }
          .post main .newsfeed .posts .post > header h4 {
            font-family: 'HKBold';
            width: 100%;
            font-size: 1.5rem;
            line-height: 1.75rem; }
          .post main .newsfeed .posts .post > header .date,
          .post main .newsfeed .posts .post > header .type {
            font-size: 0.8rem;
            margin: 0 0 0.5rem 0; }
          .post main .newsfeed .posts .post > header .date {
            font-family: 'monoRoman';
            line-height: 1rem;
            width: 25%; }
          .post main .newsfeed .posts .post > header .type {
            width: 75%;
            line-height: 1.1rem;
            display: flex;
            justify-content: flex-end; }
            .post main .newsfeed .posts .post > header .type li {
              padding: 0 0 0 0.5rem; }
          .post main .newsfeed .posts .post > header .close {
            transform: rotate(45deg);
            font-size: 4rem;
            display: none; }
        .post main .newsfeed .posts .post .content .images {
          width: 100%;
          margin: 0 0 1rem; }
          .post main .newsfeed .posts .post .content .images img {
            filter: grayscale(1) contrast(120%);
            max-width: 80%;
            margin: 0 0 0 -2rem; }
        .post main .newsfeed .posts .post .content .text {
          font-size: 0.9rem;
          line-height: 1.1rem;
          bottom: 0; }
      .post main .newsfeed .posts #backBlock {
        position: fixed;
        z-index: 9;
        background-color: #fff;
        top: 2.5rem;
        left: 0;
        width: 75vw;
        height: 100vh; }
      .post main .newsfeed .posts .post.open {
        position: fixed;
        top: 2.5rem;
        left: 0;
        width: 75vw;
        height: 100vh;
        z-index: 9;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 0.5rem 2rem 0; }
        .post main .newsfeed .posts .post.open header {
          margin: 0 2rem 2rem calc(50% + 2rem);
          z-index: 1; }
          .post main .newsfeed .posts .post.open header h4 {
            font-size: 2.5rem;
            line-height: 3rem;
            margin: 3rem 0 0;
            width: 100%; }
          .post main .newsfeed .posts .post.open header .date,
          .post main .newsfeed .posts .post.open header .type {
            font-size: 1rem;
            top: 1.75rem;
            margin: 1.25rem 0 0 0; }
          .post main .newsfeed .posts .post.open header .date {
            width: 20%; }
          .post main .newsfeed .posts .post.open header .type {
            width: 60%; }
          .post main .newsfeed .posts .post.open header .close {
            display: block;
            position: absolute;
            top: 1rem;
            right: 1.5rem;
            font-size: 2.5rem; }
          .post main .newsfeed .posts .post.open header .close:hover {
            transform: rotate(90deg);
            transition-timing-function: ease-in-out;
            transition: 0.1s;
            cursor: url("img/pointer.png") 0 0, auto; }
        .post main .newsfeed .posts .post.open .content {
          display: flex;
          flex-wrap: wrap;
          margin: 0 0 3rem; }
          .post main .newsfeed .posts .post.open .content .images {
            position: absolute;
            top: 2rem;
            max-width: 50%;
            padding: 0 1.5rem 0 0; }
            .post main .newsfeed .posts .post.open .content .images img {
              filter: unset;
              margin: 0;
              width: 100%;
              max-width: 100%; }
            .post main .newsfeed .posts .post.open .content .images iframe {
              width: 100%;
              height: calc(36vw / 16 * 9); }
          .post main .newsfeed .posts .post.open .content .text {
            width: 90%;
            margin: 0 0 0 calc(50% + 2rem);
            padding: 0 0 1rem;
            font-size: 1.25rem;
            line-height: 1.5rem; }
            .post main .newsfeed .posts .post.open .content .text p {
              margin: 0 -2rem 1rem 0;
              width: 85%; }
              .post main .newsfeed .posts .post.open .content .text p a {
                font-family: 'monoRoman';
                font-size: 1.2rem;
                text-decoration: underline;
                cursor: url("img/pointer.png") 0 0, auto; }
              .post main .newsfeed .posts .post.open .content .text p a:hover {
                color: white; }

p a, p a strong{
  font-family:'monoRoman'!important;
   text-decoration:underline !important;
}

p a strong:before{
  font-family:'monoRoman'!important;
   text-decoration:underline !important;
}
