.ruda {
  font-family: 'Ruda', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.superflechesurlesliens {
  position: relative;
}
.superflechesurlesliens:after {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  filter: alpha(opacity=0);
  font-family: Ifac;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  margin-left: 10px;
  font-weight: bold;
  content: 'L';
}
.superflechesurlesliens:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.initIfacFont {
  font-family: Ifac;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.link_header {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #B6A99C;
}
.link_header,
.link_header a {
  color: #fff !important;
  text-decoration: none;
}
.text_vert,
.text_vert a {
  color: #D3D519;
}
.mercredis_lien,
.mercredis_lien a {
  color: #ED174F;
}
.mercredis_vert,
.mercredis_vert a {
  color: #C8E439;
}
