/* retirer avant deploy
* {
  font-family: sans-serif;
}
body{
  padding: 50px;
  background: #EDF3F7;
  main{
    width: 350px;
    margin: auto;

  }
}

*/
.forum-widget {
  width: 100%;
  background: #FFF; }
  .forum-widget p {
    margin: 0; }
  .forum-widget .fw-header {
    display: flex;
    align-items: center;
    height: 45px; }
    .forum-widget .fw-header .fw-header-title {
      display: flex;
      flex-wrap: nowrap;
      width: 100%;
      align-items: inherit;
      text-transform: uppercase;
      color: #FFF; }
      .forum-widget .fw-header .fw-header-title .fw-forum-logo {
        margin: 0 4px 0 11px;
        height: 1em; }
  .forum-widget .fw-main .fw-post-link {
    text-decoration: none;
    color: black; }
    .forum-widget .fw-main .fw-post-link:hover .macg-hover {
      color: #FF6627;
      transition: color .25s ease; }
    .forum-widget .fw-main .fw-post-link:hover .igen-hover {
      color: #0088B2;
      transition: color .25s ease; }
    .forum-widget .fw-main .fw-post-link:hover .watchgen-hover {
      color: #ff2e72;
      transition: color .25s ease; }
    .forum-widget .fw-main .fw-post-link .fw-post {
      width: 100%;
      padding: 10px;
      box-sizing: border-box; }
      .forum-widget .fw-main .fw-post-link .fw-post .fw-post-title {
        width: 100%;
        margin-bottom: 5px;
        transition: color .25s ease; }
      .forum-widget .fw-main .fw-post-link .fw-post .fw-post-meta {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        font-size: .8em;
        color: #a8a8a8; }
        .forum-widget .fw-main .fw-post-link .fw-post .fw-post-meta .fw-post-comments {
          display: flex;
          align-items: center; }
          .forum-widget .fw-main .fw-post-link .fw-post .fw-post-meta .fw-post-comments svg {
            margin-left: 3px; }
            .forum-widget .fw-main .fw-post-link .fw-post .fw-post-meta .fw-post-comments svg path {
              fill: #a8a8a8; }
  .forum-widget .fw-main .fw-post-hr {
    margin: 0; }
