/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */



/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }
*/
ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

a {
  text-decoration: none;
  color: inherit; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* Prevent scrollbar jumping between pages */
body {
  overflow-y: scroll; }

b, strong {
  font-weight: bold; }

i {
  font-style: italic; }

u {
  text-decoration: underline; }

s {
  text-decoration: line-through; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

a, button {
  cursor: pointer; }
ol, ul {
  list-style: none; 
}
#footer ul{
    padding-left:0px;
}
body{
        font-family: "Open Sans", sans-serif;
}
h2 a:hover, .blog-pagination a:hover{
    color:#2fcc76;
}
.sous-titre-section{
    color:#2fcc76;
        text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.blog-section, .top-listing-blog{
    padding:0 20px;
}
.footer-background .row-number-2{
    max-width: 1280px;
    margin: auto;
}
.blog-listing-wrapper .post-listing .post-item {
    padding-bottom: 0px !important;
}
    .blog-section-bottom .post-item{
        position:relative;
        background-size:cover;
        background-position:center center;
        width:48%;
        min-height: 400px;
        margin-bottom:50px;
    }

    .blog-section-bottom .post-listing,.blog-section-bottom div.post-listing-simple{
        display:flex;
       justify-content: space-between;
        flex-wrap: wrap;
    }
.header-container .hs_cos_wrapper_type_logo a img {
    max-width: 100% !important;
}
.header-container .hs_cos_wrapper_type_logo a:after {
    display: none;
    border: 0px solid #fff;
}
input{

}
input[type="email"]{
        border: 1px solid #dddddd;
    border-right: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-right: -4px;
        min-height: 40px;
    padding: 0 15px;
    vertical-align: middle;
}
input[type="submit"]{
   display: block;
    height: 100%;
    background-color: #2fcc76 !important;
    color: white !important;
    border-radius: 2px !important;
    transition: background-color .3s ease;
    text-transform: uppercase;
    padding: 10px !important;
    border: none;
}
input[type="submit"]:hover {

    background-color: #25a35e !important;
}
.body-container-wrapper{
    padding-top:0px !important;
}
@media screen and (min-width: 768px) {
.small-header .logo-offhover{
    display:none;
}
.logo-onhover{
    display:none !important;
}
.small-header .logo-onhover{
    display:block !important;
}
}
.header-container {
    background: transparent;
}
.small-header .header-container {
    background: #FFFFFF;
}
.hs-menu-item a{
    color:#FFFFFF !important;
        font-weight: bold;
}
.body-container-wrapper{
   
}
.hs-error-msgs{
    position:absolute;
}
.footer-background{
        
}
.hs-form-required{
    display:none;
}
.footer-background form{
        display: flex;
    justify-content: center;
        justify-content: space-around;

}
.footer-background .row-number-2 .row-fluid{
    display:flex;
    justify-content:center;
    align-items:center;
    max-width: 90%;
    margin: auto;
}
.footer-background{
    bottom: 0;
    z-index: 9999;
    background:#23afcb;
}
.footer-background p{
        margin: 0px !important;
        color: #000000;
}
.bloc-footer p:first-child{
        font-size: 20px;
}
h1{
    z-index:10;
    position:relative;
}
#banner-background-image:before {
    background-color: rgba(0,0,0,.5);
}
#banner-background-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
h1 span {
    text-transform: inherit;
    font-size: 24px;
    font-weight: 400;
}
#banner-background-image h1 {
    color: #fff;
    text-shadow: 0px 0px 0px rgba(0,0,0,.5);
    max-width: 100%;
    margin-bottom: inherit;
    padding: 0px;
    text-align: center;
}
h2 a{
    color:#FFFFFF;
}
.post-header{
        z-index: 1;
}
    #listing-head{
        display:flex;
        flex:1;
        justify-content: space-between;
    }
    #listing-head .post-item{
            height: 100%;
    background-size: cover;
    background-position: center center;
    }
    #listing-head .div-recent, #listing-head .div-pop{
        width:48%;
    }
    .div-recent{
            min-height: 480px;
    }
     #listing-head .div-pop{
         display:flex;
         flex-wrap:wrap;
     }
     #listing-head .div-recent .post-item{
         position:relative;
     }
     #listing-head .div-pop .post-item{
         max-height:230px;
         width:100%;
         position: relative;
     }
     #listing-head .div-pop .post-item:first-child{
         margin-bottom:20px;
     }
     .hs-featured-image-link-bg{
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left:0;
        background: rgba(0,0,0,0.5);
     }
     .date-topic{
             position: absolute;
    width: 100%;
    bottom: -90px;
    height: 70px;
    background-color: rgba(47,204,118,1);
    -webkit-transition: bottom 1s; /* Safari */
    transition: bottom 0.5s;
        display: flex;
    flex-wrap: wrap;
    padding: 0 5%;
        z-index: 10;
        padding-top: 5px;
     }
     .date-topic p{
        width:100%;
        margin: 0px;
     }
     .date-topic p a{
         font-weight:bold;
     }
     .date-topic p, .date-topic p a{
         color:#ffffff;
     }
    .date-topic p a:hover{
         color:#ffffff;
         
     }
    .post-item{
             display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
     }
     .date-topic p{
         display:block;
     }
     .topic-listing{
    background:#FFFFFF;
    color:#FFFFFF;
    margin: auto;
        box-shadow: 0 4px 0 -2px rgba(46,51,64,0.1);
    outline: none;
        text-align: center;
}
.topic-listing ul{margin: 0;padding-left:;}
.topic-listing .block{
        display: inline-block;
}
    .topic-listing h3{
        display:none;
    }
    .topic-listing ul{
            list-style-type: none;
    }
    .topic-listing li{
            display:inline-block;
            padding-right:20px;
    }
    #popup .bloc-flex {
    align-items: center;
    justify-content: center;
    display: flex;
}
.post-body p {
    line-height: 1.3;
}
#side-bloc-post p {
    /*padding-right: 30px;*/
}
#side-bloc-post{
    background-color:#2fcc76;

    padding: 20px;
}
#side-bloc-post h2,#side-bloc-post a,#side-bloc-post p{
    color:#FFFFFF;
}
.hs-menu-item a:after, .topic-listing li a:after{
    content:"";
    background-color:transparent;
    height: 4px;
    width: 80%;
    display: block;
    margin: auto;
    border-radius: 50%;
}
/*.hs-menu-item:hover a:after, .topic-listing li:hover a:after{
    content:"";
    background-color: #FFFFFF;
    height: 4px;
    width: 80%;
    display: block;
    margin: auto;
    border-radius: 50%;
}*/
.post-item-recent:after, .cta-right-side:after{
    content:"";
    background-color:#FFFFFF;
    height: 4px;
    width: 80%;
    display: block;
    margin: auto;
}
.cta-right-side{
    margin-bottom: 10px;
}
.cta-right-side .div-recent h2, .cta-right-side h3 a{
    font-size: 20px;
}
.cta-right-side:after{
        margin-top: 20px;
}
.post-item-recent h2{
    
}
.post-body a:hover{
    color:#2fcc76;
}
.topic-link:hover {
    color:#2fcc76;
}
/*******Footer********/
#footer {
  background-color: #23afcb;
  color: #fff;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 24px; }
  #footer > div {
    display: block;
    margin-left: auto;
    margin-right: auto; }
    #footer > div:before, #footer > div:after {
      content: " ";
      display: table; }
    #footer > div:after {
      clear: both; }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      #footer > div {
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #footer > div {
        width: 732px; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      #footer > div {
        width: 952px; } }
    @media screen and (min-width: 1200px) {
      #footer > div {
        width: 1152px; } }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      #footer > div {
        width: 80%;
        margin-left: 10%; } }
    #footer > div h5 {
      padding-top: 30px;
      font-weight: 500;
      text-transform: uppercase;
      width: 100%;
      padding-bottom: 8px;
      border-bottom: 1px solid rgba(250, 250, 250, 0.27);
      margin-bottom: 8px; }
    #footer > div p, #footer > div a {
      font-weight: 300;
      color: inherit; }
    #footer > div .nav {
      text-transform: uppercase; }
    #footer > div .contact ul:before, #footer > div .contact ul:after {
      content: " ";
      display: table; }
    #footer > div .contact ul:after {
      clear: both; }
    #footer > div .contact ul li {
      float: left !important;
      height: 22px;
      padding-right: 8px; }
      #footer > div .contact ul li img {
        height: 100%;
        width: auto; }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      #footer > div .about {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        #footer > div .about:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #footer > div .about {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        #footer > div .about:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      #footer > div .about {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        #footer > div .about:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1200px) {
      #footer > div .about {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        #footer > div .about:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      #footer > div .nav {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        #footer > div .nav:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #footer > div .nav {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        #footer > div .nav:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      #footer > div .nav {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        #footer > div .nav:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1200px) {
      #footer > div .nav {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        #footer > div .nav:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      #footer > div .contact {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        #footer > div .contact:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #footer > div .contact {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        #footer > div .contact:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      #footer > div .contact {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        #footer > div .contact:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1200px) {
      #footer > div .contact {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        #footer > div .contact:last-child {
          margin-right: 0; } }
/*******Footer********/

ul.nav{
        margin: 0;
}
#header {
  transition: opacity 0.3s ease, color 0.3s ease, border-bottom-color 0.3s ease;
  z-index: 1000;
  transition: background 0.3s ease;
  height: 60px;
  width: 100%;
  position: fixed; }
  #header .logo a img {
    position: absolute;
    left: 30px;
    height: 35px;
    top: 15px; }
  #header.at-top {
    background: transparent; }
    #header.at-top .logo a img.normal {
      opacity: 0; }
    #header.at-top .logo a img.revert {
      opacity: 1; }
    #header.at-top .nav {
      color: white;
      border-bottom-color: white; }
      @media screen and (min-width: 0px) and (max-width: 767px) {
        #header.at-top .nav {
          color: #3e525f; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        #header.at-top .nav {
          color: #3e525f; } }
    #header.at-top #mobile-hamburger span {
      background-color: white; }
    #header.at-top #mobile-hamburger.open span {
      background-color: #3e525f; }
  #header:not(.at-top) {
    background: white;
    border-bottom: 1px solid #e0e0e0; }
    #header:not(.at-top) .logo a img.normal {
      opacity: 1; }
    #header:not(.at-top) .logo a img.revert {
      opacity: 0; }
    #header:not(.at-top) .nav li a {
      border-bottom-color: #23afcb; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #header:not(.at-top) {
        background: transparent;
        border-bottom: 0; }
        #header:not(.at-top) .logo a img.normal {
          opacity: 0; } }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      #header:not(.at-top) {
        background: transparent;
        border-bottom: 0; }
        #header:not(.at-top) .logo a img.normal {
          opacity: 0; } }
    #header:not(.at-top) #mobile-hamburger span {
      background-color: #3e525f; }
  #header > div {
    height: inherit;
    font-size: 14px;
    font-weight: 400; }
    #header > div:before, #header > div:after {
      content: " ";
      display: table; }
    #header > div:after {
      clear: both; }
    #header > div #mobile-hamburger {
      width: 30px;
      height: 20px;
      position: relative;
      margin: 0 auto;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer; }
    #header > div #mobile-hamburger span {
      display: block;
      position: absolute;
      height: 2px;
      width: 50%;
      opacity: 1;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
    #header > div #mobile-hamburger span:nth-child(even) {
      left: 50%;
      border-radius: 0 9px 9px 0; }
    #header > div #mobile-hamburger span:nth-child(odd) {
      left: 0px;
      border-radius: 9px 0 0 9px; }
    #header > div #mobile-hamburger span:nth-child(1), #header > div #mobile-hamburger span:nth-child(2) {
      top: 0px; }
    #header > div #mobile-hamburger span:nth-child(3), #header > div #mobile-hamburger span:nth-child(4) {
      top: 9px; }
    #header > div #mobile-hamburger span:nth-child(5), #header > div #mobile-hamburger span:nth-child(6) {
      top: 18px; }
    #header > div #mobile-hamburger.open span:nth-child(1), #header > div #mobile-hamburger.open span:nth-child(6) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    #header > div #mobile-hamburger.open span:nth-child(2), #header > div #mobile-hamburger.open span:nth-child(5) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #header > div #mobile-hamburger.open span:nth-child(1) {
      left: 3px;
      top: 5px; }
    #header > div #mobile-hamburger.open span:nth-child(2) {
      left: calc(50% - 3px);
      top: 5px; }
    #header > div #mobile-hamburger.open span:nth-child(3) {
      left: -50%;
      opacity: 0; }
    #header > div #mobile-hamburger.open span:nth-child(4) {
      left: 100%;
      opacity: 0; }
    #header > div #mobile-hamburger.open span:nth-child(5) {
      left: 3px;
      top: 14px; }
    #header > div #mobile-hamburger.open span:nth-child(6) {
      left: calc(50% - 3px);
      top: 14px; }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      #header > div .mobile-folding {
        display: none;
        position: fixed;
        z-index: 999;
        right: 0;
        height: 100%;
        background-color: white;
        border-left: 3px solid #23afcb; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #header > div .mobile-folding {
        display: none;
        position: fixed;
        z-index: 999;
        right: 0;
        height: 100%;
        background-color: white;
        border-left: 3px solid #23afcb; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #header > div .mobile-folding {
        min-width: 30%; } }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      #header > div .mobile-folding {
        min-width: 40%; } }
    #header > div .mobile-folder {
      top: 20px;
      right: 20px; }
      @media screen and (min-width: 992px) and (max-width: 1199px) {
        #header > div .mobile-folder {
          display: none; } }
      @media screen and (min-width: 1200px) {
        #header > div .mobile-folder {
          display: none; } }
      @media screen and (min-width: 0px) and (max-width: 767px) {
        #header > div .mobile-folder {
          float: right !important;
          height: inherit;
          line-height: 60px;
          font-size: 20px;
          cursor: pointer; }
          #header > div .mobile-folder#mobile-hamburger {
            z-index: 1001; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        #header > div .mobile-folder {
          float: right !important;
          height: inherit;
          line-height: 60px;
          font-size: 20px;
          cursor: pointer; }
          #header > div .mobile-folder#mobile-hamburger {
            z-index: 1001; } }
      @media screen and (min-width: 0px) and (max-width: 767px) {
        #header > div .mobile-folder {
          margin-right: 20px; } }
    #header > div .nav {
      padding-left: 20px; }
      @media screen and (min-width: 992px) and (max-width: 1199px) {
        #header > div .nav {
          float: right !important;
          height: inherit; } }
      @media screen and (min-width: 1200px) {
        #header > div .nav {
          float: right !important;
          height: inherit; } }
      @media screen and (min-width: 0px) and (max-width: 767px) {
    #popup input[type="button"]{
        font-size:10px !important;
    }
    #popup input[type="submit"]{
        font-size:10px !important;
        
    }
    input[type="email"] {
    min-height: 33px;
}
#popup .texte-sup {
    font-size: 12px;
    width: 100%;
    text-align: center;
}
        #header > div .nav {
          border-top: 1px solid #eee; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        #header > div .nav {
          border-top: 1px solid #eee; } }
      #header > div .nav:before, #header > div .nav:after {
        content: " ";
        display: table; }
      #header > div .nav:after {
        clear: both; }
      #header > div .nav li {
        line-height: 60px;
        text-transform: uppercase;
        font-weight: inherit; }
        @media screen and (min-width: 992px) and (max-width: 1199px) {
          #header > div .nav li {
            float: left !important;
            display: inline-block; } }
        @media screen and (min-width: 1200px) {
          #header > div .nav li {
            float: left !important;
            display: inline-block; } }
        @media screen and (min-width: 0px) and (max-width: 767px) {
          #header > div .nav li {
            display: block; } }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          #header > div .nav li {
            display: block; } }
        #header > div .nav li:last-child {
          padding-right: 8px; }
        #header > div .nav li:nth-last-child(2) {
          padding-right: 12px; }
        #header > div .nav li a {
          padding: 0 15px;
          line-height: 54px;
          display: inline-block;
          height: 100%;
          width: 100%; }
          #header > div .nav li a:hover {
            border-bottom-width: 3px;
            border-bottom-style: solid;
            cursor: pointer; }
        #header > div .nav li.try-it {
          padding-top: 8px;
          padding-bottom: 8px; }
          #header > div .nav li.try-it a {
            display: block;
            height: 100%;
            background-color: #2fcc76;
            color: white;
            border-radius: 2px;
            line-height: 45px;
            transition: background-color 0.3s ease; }
            @media screen and (min-width: 992px) and (max-width: 1199px) {
              #header > div .nav li.try-it a {
                padding-left: 16px;
                padding-right: 16px; } }
            @media screen and (min-width: 1200px) {
              #header > div .nav li.try-it a {
                padding-left: 16px;
                padding-right: 16px; } }
            @media screen and (min-width: 0px) and (max-width: 767px) {
              #header > div .nav li.try-it a {
                text-align: center;
                padding: 0 20px; } }
            @media screen and (min-width: 768px) and (max-width: 991px) {
              #header > div .nav li.try-it a {
                text-align: center;
                padding: 0 20px; } }
            #header > div .nav li.try-it a:hover {
              border-bottom-width: 0px;
              background-color: #25a35e; }
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.heading {
  min-height: 478px;
  padding-bottom: 115px;
  padding-top: 30px; }
  .heading > div {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    height: inherit; }
    .heading > div:before, .heading > div:after {
      content: " ";
      display: table; }
    .heading > div:after {
      clear: both; }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      .heading > div {
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .heading > div {
        width: 732px; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .heading > div {
        width: 952px; } }
    @media screen and (min-width: 1200px) {
      .heading > div {
        width: 1152px; } }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      .heading > div {
        width: 80%;
        margin-left: 10%; } }
    .heading > div h1 {
      font-weight: 300;
      font-size: 39px;
      line-height: 47px; }
    .heading > div p {
      color: inherit;
      font-weight: 300;
      font-size: 16px;
      line-height: 24px;
      padding-top: 20px;
      width: 60%;
      margin-left: 20%; }
      
      /***** header ******/
      
      .topic-listing a{
              color: #999999;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin-right: 15px;
      }
      .topic-listing a:hover, .topic-listing a:active{
          color:grey;
          border-bottom:solid 1px grey;
      }