/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@font-face {
  font-family: 'velino-category';
  src: url("/sites/all/themes/bilannew/fonts/velino_ultra-black-webfont.eot");
  src: url("/sites/all/themes/bilannew/fonts/velino_ultra-black-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/bilannew/fonts/velino_ultra-black-webfont.woff") format("woff"), url("/sites/all/themes/bilannew/fonts/velino_ultra-black-webfont.ttf") format("truetype"), url("/sites/all/themes/bilannew/fonts/velino_ultra-black-webfont.svg#velino_ultra_blackregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'velino-titles';
  src: url("/sites/all/themes/bilannew/fonts/velino_headline-black-webfont.eot");
  src: url("/sites/all/themes/bilannew/fonts/velino_headline-black-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/bilannew/fonts/velino_headline-black-webfont.woff") format("woff"), url("/sites/all/themes/bilannew/fonts/velino_headline-black-webfont.ttf") format("truetype"), url("/sites/all/themes/bilannew/fonts/velino_headline-black-webfont.svg#velino_headline_blackregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'velino-chronicles';
  src: url("/sites/all/themes/bilannew/fonts/velino_headline-book-webfont.eot");
  src: url("/sites/all/themes/bilannew/fonts/velino_headline-book-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/bilannew/fonts/velino_headline-book-webfont.woff") format("woff"), url("/sites/all/themes/bilannew/fonts/velino_headline-book-webfont.ttf") format("truetype"), url("/sites/all/themes/bilannew/fonts/velino_headline-book-webfont.svg#velino_headline_bookregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 11, ../sass/nodes.scss */
.node {
  /* Node wrapper */
}
/* line 13, ../sass/nodes.scss */
.preview .node {
  /* Preview of the content before submitting new or updated content */
  /* background-color: #ffffea; */
  /* Drupal core uses a #ffffea background */
}
/* line 17, ../sass/nodes.scss */
.node .node-title {
  /* Node title */
}
/* line 20, ../sass/nodes.scss */
.node .user-picture {
  /* The picture of the node author */
}
/* line 23, ../sass/nodes.scss */
.node .submitted {
  /* The "posted by" information */
}
/* line 26, ../sass/nodes.scss */
.node .content {
  /* Node's content wrapper */
}
/* line 29, ../sass/nodes.scss */
.node ul.links {
  /* Node links. See also the ul.links declaration in the pages.css. */
}

/* line 34, ../sass/nodes.scss */
.node-promoted {
  /* A node that has been promoted to the front page */
}

/* line 37, ../sass/nodes.scss */
.node-sticky {
  /* A sticky node (displayed before others in a list) */
}

/* line 40, ../sass/nodes.scss */
.node-by-viewer {
  /* A node created by the current user */
}

/* line 43, ../sass/nodes.scss */
.node-teaser {
  /* A node displayed as teaser */
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
/* line 52, ../sass/nodes.scss */
.node-page {
  /* Page content node */
}

/* line 55, ../sass/nodes.scss */
.node-article {
  /* Article content node */
}

/* line 58, ../sass/nodes.scss */
.node-unpublished {
  /* Unpublished nodes */
  /* background-color: #fff4f4; */
  /* Drupal core uses a #fff4f4 background */
}
/* line 61, ../sass/nodes.scss */
.node-unpublished p.unpublished {
  /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
}
/* line 55, ../sass/_custom.scss */
.lt-ie8 .node-unpublished p.unpublished > * {
  position: relative;
}

/*
 * ####################################################################################################################################################################################################
 *                                                                         GLOBAL
 * ####################################################################################################################################################################################################
 */
/*#########################
     * GRAPHIC ELEMENTS
     ##########################*/
/* line 76, ../sass/nodes.scss */
#replacement {
  display: none;
}

/* line 80, ../sass/nodes.scss */
article {
  margin: 15px 0 0;
  border-top: 1px dotted #444444;
  padding: 15px 0 0;
}

/* teaser_top */
/* line 86, ../sass/nodes.scss */
article.teaserTop {
  border-top: 0;
  margin: 0;
  padding: 0;
}

/* aside middle */
/* line 94, ../sass/nodes.scss */
.region-sidebar-first article:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

/* aside right */
/* line 103, ../sass/nodes.scss */
.region-sidebar-second article:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

/* line 110, ../sass/nodes.scss */
#content article {
  margin-top: 0px;
  padding-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  border-top: 0;
}

/* line 120, ../sass/nodes.scss */
.page-user #content article {
  margin-top: 0px;
}

/* line 125, ../sass/nodes.scss */
.separator {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1px;
}

/* line 132, ../sass/nodes.scss */
.commentsForm {
  clear: both;
}

/* line 136, ../sass/nodes.scss */
.media .file {
  margin: 0 !important;
}

/*#########################
 * TYPOS - PARAS     
 ##########################*/
/* line 143, ../sass/nodes.scss */
.keyword {
  color: #d41317 !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 0.8em;
  text-transform: uppercase;
  display: inline;
}
/* line 146, ../sass/nodes.scss */
.keyword a {
  color: #d41317;
}

/* Correction for that freaking Jquery UI */
/* line 151, ../sass/nodes.scss */
.ui-widget {
  font-size: 1em !important;
}

/* line 154, ../sass/nodes.scss */
.ui-widget-content a {
  color: #444444;
}

/*  Aside police size  */
/* line 159, ../sass/nodes.scss */
.page-node aside, .page-user aside {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.938em;
}

/*  Right sidebar */
/* line 167, ../sass/nodes.scss */
aside h2.pane-title, .region-sidebar-second h2.pane-title, .region-sidebar-first h2.pane-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 0.938em;
  border-bottom: #9c9b9b 5px solid;
  margin: 0 0 .5em;
  padding: 0 0 6px;
  line-height: 1em;
  text-transform: uppercase;
}

/* REMOVE THE NAV IN THE SLIDERS*/
/* line 173, ../sass/nodes.scss */
.flex-control-nav {
  display: none !important;
}

/*
*  Poll
*/
/* line 181, ../sass/nodes.scss */
.poll .text {
  margin: 10px 0 2px;
}
/* line 184, ../sass/nodes.scss */
.poll .percent {
  font-weight: bold;
  margin-top: -40px;
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
}
/* line 191, ../sass/nodes.scss */
.poll .bar {
  background: #f5f5f3;
  position: relative;
  z-index: 1;
}
/* line 196, ../sass/nodes.scss */
.poll .bar .foreground {
  background: #d41317;
  position: relative;
  z-index: 2;
}
/* line 201, ../sass/nodes.scss */
.poll .total {
  text-align: right;
  font-size: .85em;
  margin-bottom: 10px;
}
/* line 206, ../sass/nodes.scss */
.poll .choices {
  margin: 0 0;
  width: 100%;
  margin: 0;
}
/* line 210, ../sass/nodes.scss */
.poll .choices .form-item {
  margin: 0 0 .5em;
  overflow: hidden;
}
/* line 214, ../sass/nodes.scss */
.poll .choices .form-radio {
  height: 30px;
  width: 20px;
  float: left;
  margin-right: 5px;
}
/* line 220, ../sass/nodes.scss */
.poll .choices label {
  line-height: 30px;
  float: left;
}

/* line 227, ../sass/nodes.scss */
.article, .blogger {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
}

/*#########################
 * COMMENTS in Artile   
 #######################

 ###*/
/* line 237, ../sass/nodes.scss */
.comments {
  display: block;
  width: 40px;
  height: 30px;
  float: right;
  /*background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -55px -10px;
  */
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -55px -10px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.813em;
  display: none;
}
/* line 250, ../sass/nodes.scss */
.comments a, .comments a:hover, .comments a:visited, .comments a:link {
  color: white;
}
/* line 253, ../sass/nodes.scss */
.comments .disqus_comments_num {
  display: block;
  width: 100%;
  height: 20px;
  margin-top: 2px;
}
/* line 262, ../sass/nodes.scss */
.comments .node-readmore,
.comments .blog_usernames_blog,
.comments .comment-add,
.comments .comment_forbidden {
  display: none;
}

/* line 267, ../sass/nodes.scss */
.pane-block-29 .pane-content a {
  text-align: right;
  color: #D41317;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  cursor: pointer;
  font-size: 0.938em;
  display: block;
}

/*#########################
 * ICONS HOME   
 ##########################*/
/* line 280, ../sass/nodes.scss */
.teaser a.image {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  margin-right: 10px;
}
/* line 287, ../sass/nodes.scss */
.teaser a.image img {
  margin-right: 0 !important;
  margin-top: 0 !important;
}
/* line 291, ../sass/nodes.scss */
.teaser a.image .elements {
  margin-bottom: -23px;
  height: 23px;
  width: 100%;
  z-index: 200;
  position: relative;
  float: left;
}
/* line 299, ../sass/nodes.scss */
.teaser a.image #gallery {
  position: relative;
  width: 23%;
  height: 23px;
  background: transparent url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -308px -16px;
  background: rgba(255, 255, 255, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -308px -16px;
  float: left;
  z-index: 100;
}
/* line 308, ../sass/nodes.scss */
.teaser a.image #video {
  position: relative;
  width: 23%;
  height: 23px;
  background: transparent url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -558px -65px;
  background: rgba(255, 255, 255, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -558px -65px;
  float: left;
  z-index: 100;
}
/* line 317, ../sass/nodes.scss */
.teaser a.image video {
  width: 100%    !important;
  height: auto   !important;
}
/* line 321, ../sass/nodes.scss */
.teaser a.image #chart {
  position: relative;
  width: 23%;
  height: 23px;
  background: transparent url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -558px -15px;
  background: rgba(255, 255, 255, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -558px -15px;
  float: left;
  z-index: 100;
}
/* line 331, ../sass/nodes.scss */
.teaser .exclu {
  position: relative;
  width: 24px;
  height: 20px;
  background: transparent url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -612px -67px;
  background: rgba(255, 255, 255, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -612px -67px;
  float: left;
  z-index: 100;
  margin-right: 5px;
  margin-top: 2px;
}

/* line 344, ../sass/nodes.scss */
.categoryTop .exclu {
  position: relative;
  width: 24px;
  height: 20px;
  background: transparent url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -612px -67px;
  background: rgba(255, 255, 255, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -612px -67px;
  float: left;
  z-index: 100;
  margin-right: 5px;
  margin-top: 2px;
}
/* line 355, ../sass/nodes.scss */
.categoryTop .image {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
/* line 360, ../sass/nodes.scss */
.categoryTop .image img {
  margin-right: 0 !important;
  margin-top: 0 !important;
}
/* line 366, ../sass/nodes.scss */
.categoryTop .image .elements {
  margin-bottom: -28px;
  margin-left: 5px;
  margin-top: 5px;
  height: 23px;
  width: 100%;
  z-index: 200;
  position: relative;
  float: left;
}
/* line 376, ../sass/nodes.scss */
.categoryTop .image #gallery {
  position: relative;
  width: 32px;
  height: 23px;
  background: transparent url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -308px -16px;
  background: rgba(255, 255, 255, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -308px -16px;
  float: left;
  z-index: 100;
}
/* line 385, ../sass/nodes.scss */
.categoryTop .image #video {
  position: relative;
  width: 32px;
  height: 23px;
  background: transparent url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -558px -65px;
  background: rgba(255, 255, 255, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -558px -65px;
  float: left;
  z-index: 100;
}
/* line 394, ../sass/nodes.scss */
.categoryTop .image #chart {
  position: relative;
  width: 32px;
  height: 23px;
  background: transparent url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -558px -15px;
  background: rgba(255, 255, 255, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -558px -15px;
  float: left;
  z-index: 100;
}

/* line 407, ../sass/nodes.scss */
.sideline3 .image .elements, .sideline2 .image .elements {
  margin-bottom: -28px;
  margin-left: 5px;
  margin-top: 5px;
  height: 23px;
  width: 100%;
  z-index: 200;
  position: relative;
  float: left;
}
/* line 417, ../sass/nodes.scss */
.sideline3 .image #gallery, .sideline2 .image #gallery {
  position: relative;
  width: 32px;
  height: 23px;
  background: transparent url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -308px -16px;
  background: rgba(255, 255, 255, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -308px -16px;
  float: left;
  z-index: 100;
}
/* line 426, ../sass/nodes.scss */
.sideline3 .image #video, .sideline2 .image #video {
  position: relative;
  width: 32px;
  height: 23px;
  background: transparent url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -558px -65px;
  background: rgba(255, 255, 255, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -558px -65px;
  float: left;
  z-index: 100;
}
/* line 435, ../sass/nodes.scss */
.sideline3 .image #chart, .sideline2 .image #chart {
  position: relative;
  width: 32px;
  height: 23px;
  background: transparent url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -558px -15px;
  background: rgba(255, 255, 255, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -558px -15px;
  float: left;
  z-index: 100;
}

/* line 447, ../sass/nodes.scss */
.teaserMiniOpinions #video {
  position: relative;
  width: 32px;
  height: 23px;
  background: transparent url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -558px -65px;
  background: rgba(255, 255, 255, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -558px -65px;
  float: left;
  z-index: 100;
  margin-right: 8px;
}

/* line 459, ../sass/nodes.scss */
.teaserTop .image {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  width: 100%;
  margin-right: 0;
  margin-top: 0;
}
/* line 465, ../sass/nodes.scss */
.teaserTop .image img {
  margin-right: 0 !important;
  margin-top: 0 !important;
}
/* line 469, ../sass/nodes.scss */
.teaserTop .image .elements {
  margin-bottom: -40px;
  margin-left: 8px;
  margin-top: 8px;
  height: 32px;
  width: 100%;
  z-index: 200;
  position: relative;
  float: left;
}
/* line 481, ../sass/nodes.scss */
.teaserTop .image #gallery {
  position: relative;
  width: 44px;
  height: 32px;
  background: transparent url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -352px -9px;
  background: rgba(255, 255, 255, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -352px -9px;
  float: left;
  z-index: 100;
}
/* line 490, ../sass/nodes.scss */
.teaserTop .image #video {
  position: relative;
  width: 44px;
  height: 32px;
  background: transparent url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -353px -58px;
  background: rgba(255, 255, 255, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -353px -58px;
  float: left;
  z-index: 100;
}
/* line 499, ../sass/nodes.scss */
.teaserTop .image #chart {
  position: relative;
  width: 44px;
  height: 32px;
  background: transparent url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -302px -63px;
  background: rgba(255, 255, 255, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -302px -63px;
  float: left;
  z-index: 100;
}
/* line 509, ../sass/nodes.scss */
.teaserTop .exclu {
  position: relative;
  width: 28px;
  height: 23px;
  background: transparent url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -612px -13px;
  background: rgba(255, 255, 255, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -612px -13px;
  float: left;
  z-index: 100;
  margin-top: 11px;
  margin-right: 7px;
}

/*#########################
 * SHARE in Artile   
 ##########################*/
/* line 527, ../sass/nodes.scss */
.service-links .service-links-twitter-widget iframe {
  width: 100px !important;
}
/* line 532, ../sass/nodes.scss */
.service-links .service-links-google-plus-one div {
  width: 56px !important;
}
/* line 536, ../sass/nodes.scss */
.service-links .sprites.service-links.w30 {
  width: 0;
  height: 0;
  padding-top: 25px;
  padding-left: 30px;
  margin: 0;
}
/* line 543, ../sass/nodes.scss */
.service-links ul.links li {
  margin-right: 5px;
  height: 25px;
  line-height: 1em;
  vertical-align: middle;
}
/* line 549, ../sass/nodes.scss */
.service-links .service-links-printmail {
  margin-top: -2px;
  display: block;
}

/*#########################
 * MOST / LeS PLUS BOX   
 ##########################*/
/* line 559, ../sass/nodes.scss */
.pane-most {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  border-bottom: 0;
  margin-bottom: 40px;
  overflow: hidden;
}
/* line 564, ../sass/nodes.scss */
.pane-most .ui-state-default, .pane-most .ui-widget-content .ui-state-default, .pane-most .ui-widget-header .ui-state-default {
  border: 0;
}
/* line 567, ../sass/nodes.scss */
.pane-most .panel-pane {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  width: 100% !important;
}
/* line 572, ../sass/nodes.scss */
.pane-most .pane-most {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0;
}
/* line 577, ../sass/nodes.scss */
.pane-most .ui-tabs .ui-tabs-nav li a {
  font-size: 0.8em;
  padding: 2px 5px;
}
/* line 581, ../sass/nodes.scss */
.pane-most .ui-tabs .ui-tabs-nav li {
  margin: 0;
}
/* line 584, ../sass/nodes.scss */
.pane-most .ui-widget-content {
  background: #fdfdfa;
  border: 0;
  overflow: hidden;
}
/* line 589, ../sass/nodes.scss */
.pane-most .ui-widget-header {
  background: transparent;
  padding: 0;
}
/* line 593, ../sass/nodes.scss */
.pane-most .ui-tabs .ui-tabs-panel {
  background: #fdfdfa;
  padding: 10px 5px;
  border: 1px solid #9c9b9b;
}
/* line 598, ../sass/nodes.scss */
.pane-most .ui-state-default, .pane-most .ui-widget-content .ui-state-default, .pane-most .ui-widget-header .ui-state-default {
  background: #9c9b9b;
  color: white;
  border-right: 1px solid #fdfdfa;
  border-top: 1px solid #fdfdfa;
}
/* line 603, ../sass/nodes.scss */
.pane-most .ui-state-default a, .pane-most .ui-widget-content .ui-state-default a, .pane-most .ui-widget-header .ui-state-default a {
  color: white;
  font-weight: normal;
}
/* line 607, ../sass/nodes.scss */
.pane-most .ui-state-default:hover, .pane-most .ui-widget-content .ui-state-default:hover, .pane-most .ui-widget-header .ui-state-default:hover {
  background: #444444;
}
/* line 611, ../sass/nodes.scss */
.pane-most .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 0;
}
/* line 614, ../sass/nodes.scss */
.pane-most .ui-state-active, .pane-most .ui-widget-content .ui-state-active, .pane-most .ui-widget-header .ui-state-active {
  background: #fdfdfa;
  color: #444444;
  border: none;
  border: 1px solid #9c9b9b;
  border-right: 1px solid #9c9b9b;
}
/* line 620, ../sass/nodes.scss */
.pane-most .ui-state-active a, .pane-most .ui-widget-content .ui-state-active a, .pane-most .ui-widget-header .ui-state-active a {
  color: #444444;
  font-weight: bold;
  border-bottom: 1px solid #fdfdfa;
  margin-bottom: -1px !important;
}
/* line 626, ../sass/nodes.scss */
.pane-most .ui-state-active:hover, .pane-most .ui-widget-content .ui-state-active:hover, .pane-most .ui-widget-header .ui-state-active:hover {
  background: #fdfdfa;
}
/* line 630, ../sass/nodes.scss */
.pane-most .ui-tabs {
  padding: 0;
}
/* line 633, ../sass/nodes.scss */
.pane-most .ui-tabs .ui-tabs-nav {
  padding: 0;
}
/* line 636, ../sass/nodes.scss */
.pane-most h2.pane-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 0.938em;
  border-bottom: #9c9b9b 5px solid;
  margin: 0 0 .5em;
  padding: 0 0 6px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 640, ../sass/nodes.scss */
.pane-most .panel-pane {
  padding-bottom: 0;
}
@media all and (max-width: 1230px) {
  /* line 559, ../sass/nodes.scss */
  .pane-most {
    /* Remove the print link for tablet and less*/
  }
  /* line 644, ../sass/nodes.scss */
  .pane-most .ui-tabs .ui-tabs-nav li {
    clear: both;
    width: 100%;
  }
  /* line 648, ../sass/nodes.scss */
  .pane-most .ui-tabs .ui-tabs-nav li a {
    width: 100%;
    padding: 2px 0px;
  }
}
@media all and (max-width: 900px) {
  /* line 559, ../sass/nodes.scss */
  .pane-most {
    /* Remove the print link for tablet and less*/
  }
  /* line 654, ../sass/nodes.scss */
  .pane-most .ui-tabs .ui-tabs-nav li {
    clear: none;
    width: auto;
  }
  /* line 658, ../sass/nodes.scss */
  .pane-most .ui-tabs .ui-tabs-nav li a {
    width: auto;
    padding: 5px 10px;
  }
}
@media all and (max-width: 737px) {
  /* line 559, ../sass/nodes.scss */
  .pane-most {
    /* Remove the print link for tablet and less*/
  }
  /* line 664, ../sass/nodes.scss */
  .pane-most .ui-tabs .ui-tabs-nav li {
    clear: both;
    width: 100%;
  }
  /* line 668, ../sass/nodes.scss */
  .pane-most .ui-tabs .ui-tabs-nav li a {
    width: 100%;
    padding: 5px 0px;
  }
}
@media all and (max-width: 600px) {
  /* line 559, ../sass/nodes.scss */
  .pane-most {
    /* Remove the print link for tablet and less*/
  }
  /* line 674, ../sass/nodes.scss */
  .pane-most .ui-tabs .ui-tabs-nav li {
    clear: none;
    width: auto;
  }
  /* line 678, ../sass/nodes.scss */
  .pane-most .ui-tabs .ui-tabs-nav li a {
    width: auto;
    padding: 5px 10px;
  }
}
@media all and (max-width: 360px) {
  /* line 559, ../sass/nodes.scss */
  .pane-most {
    /* Remove the print link for tablet and less*/
  }
  /* line 684, ../sass/nodes.scss */
  .pane-most .ui-tabs .ui-tabs-nav li {
    clear: both;
    width: 100%;
  }
  /* line 688, ../sass/nodes.scss */
  .pane-most .ui-tabs .ui-tabs-nav li a {
    width: 100%;
    padding: 5px 0px;
  }
}

/*  opinions */
/* line 697, ../sass/nodes.scss */
.opinion h2 {
  font-family: "velino-chronicles", Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-weight: normal;
}

/* line 707, ../sass/nodes.scss */
.container-opinions img {
  width: 72px;
  height: 72px;
}

/*#########################
 * BLOGGERS SIDELINE  
 ##########################*/
/* line 715, ../sass/nodes.scss */
.profil {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #444444;
  overflow: hidden;
}
/* line 716, ../sass/nodes.scss */
.profil h3 {
  margin: 0 0 10px;
  font-family: "velino-chronicles", Georgia, "Times New Roman", "DejaVu Serif", serif;
}
/* line 724, ../sass/nodes.scss */
.profil .name {
  text-transform: uppercase;
  font-size: 1.188em;
  font-family: "Open Sans Condensed", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 1.125em;
  margin-bottom: 5px;
}
/* line 729, ../sass/nodes.scss */
.profil .bio {
  color: #d41317 !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875em;
  height: auto !important;
}
/* line 735, ../sass/nodes.scss */
.profil .bio a {
  color: #d41317 !important;
}
/* line 738, ../sass/nodes.scss */
.profil .bio .moreBio {
  color: #d41317;
  text-align: right;
  cursor: pointer;
}
/* line 744, ../sass/nodes.scss */
.profil .user-picture {
  width: 35%;
  float: left;
  margin-right: 10px;
  display: block;
}
/* line 750, ../sass/nodes.scss */
.profil p {
  margin: 0em 0 .7em;
}

/*#########################
     * ISSUE
##########################*/
/* line 760, ../sass/nodes.scss */
.pane-vno-block h2.pane-title {
  padding: 2px 10px;
  background: #9c9b9b;
  margin-bottom: 0;
  margin-top: 0px !important;
  color: white;
  font-size: 0.938em !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1em !important;
  border-bottom: 0;
  display: block;
  font-weight: 900;
  background: #d41317;
  margin-bottom: 10px;
}
/* line 765, ../sass/nodes.scss */
.pane-vno-block .issue.home {
  background: #d41317;
  color: white;
  overflow: hidden;
  position: relative;
}
/* line 770, ../sass/nodes.scss */
.pane-vno-block .issue.home img {
  float: left;
  width: 30%;
  margin-right: 3%;
  position: relative;
  z-index: 3;
}
/* line 777, ../sass/nodes.scss */
.pane-vno-block .issue.home .form-submit {
  width: 100%;
  background: #444444;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0;
  text-shadow: none;
  margin: 0;
  padding: 0;
  color: #0094da;
  z-index: 2;
}
/* line 789, ../sass/nodes.scss */
.pane-vno-block .issue.home .form-submit:hover {
  color: #0094da;
}
/* line 793, ../sass/nodes.scss */
.pane-vno-block .issue.home .synopsis {
  font-size: 0.750em;
  margin-top: 10px;
}
/* line 796, ../sass/nodes.scss */
.pane-vno-block .issue.home .synopsis ul {
  margin: 0;
  padding: 0;
}
/* line 799, ../sass/nodes.scss */
.pane-vno-block .issue.home .synopsis ul li {
  list-style: none;
  margin: 0 5px 8px 0;
  line-height: 1.4em;
}

/*#########################
 * Galeries  
 ##########################*/
/* line 813, ../sass/nodes.scss */
.field-credits {
  float: right;
  width: 20%;
  display: block;
  padding: 7px 0 7px 0;
  font-size: 0.750em;
  text-align: right;
  vertical-align: bottom;
}

/* line 822, ../sass/nodes.scss */
.field-caption {
  float: left;
  width: 80%;
  padding: 7px 0 7px 0;
  font-size: 0.875em;
  display: block;
  vertical-align: bottom;
}

/* line 832, ../sass/nodes.scss */
.flex-viewport .field-credits {
  display: block;
  padding: 7px 0 7px 0;
  font-size: 0.750em;
  text-align: right;
  vertical-align: bottom;
  min-height: 29px;
  left: 75%;
}
/* line 841, ../sass/nodes.scss */
.flex-viewport .field-caption {
  float: left;
  padding: 7px 0 7px 0;
  font-size: 0.875em;
  display: block;
  vertical-align: bottom;
  min-height: 29px;
}

/* Notif */
/* line 851, ../sass/nodes.scss */
.notification {
  width: 28px;
  height: 32px;
  background: #fdfdfa url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -460px -66px;
  background: #fdfdfa url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -460px -66px;
  text-indent: -10000px;
  font-size: 0.001em;
  color: #fdfdfa;
  display: inline-block;
  margin-left: 0;
  line-height: 36px;
  margin-top: -36px;
  display: none;
}

/* Sideline */
/* line 869, ../sass/nodes.scss */
.region-sidebar-second strong.teaser {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-size: 1em;
  font-weight: normal;
}
/* line 874, ../sass/nodes.scss */
.region-sidebar-second h2 {
  line-height: 1.1em;
  margin: 0 0 0.2em;
}

/* Twitter */
/* line 887, ../sass/nodes.scss */
.twitter #twitter1 {
  margin-bottom: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #E8E8E8;
  font: normal normal normal 12px/16px "Helvetica Neue",Arial,sans-serif;
  text-transform: none;
  list-style: none;
  color: #333;
  height: 500px;
  overflow: auto;
}
/* line 898, ../sass/nodes.scss */
.twitter #twitter1 ul {
  margin: 0;
  padding: 0;
}
/* line 903, ../sass/nodes.scss */
.twitter .tweet_odd, .twitter .tweet_even {
  border: 1px solid #E8E8E8 !important;
  padding: 5px 8px 6px 8px;
  border-width: 0 0 1px;
  margin: -1px 0 0;
  font: normal normal normal 12px/16px "Helvetica Neue",Arial,sans-serif;
  text-decoration: none;
  -webkit-text-size-adjust: 100%;
  text-transform: none;
  vertical-align: baseline;
  list-style: none;
  border: 0;
  -webkit-outline: 0;
  -moz-outline: 0;
  -ms-outline: 0;
  -o-outline: 0;
  outline: 0;
}
/* line 921, ../sass/nodes.scss */
.twitter .tweet_list li a {
  color: #E61C1C;
}
/* line 924, ../sass/nodes.scss */
.twitter .tweet_list li .tweet_time a {
  color: #999;
}
/* line 926, ../sass/nodes.scss */
.twitter .tweet_list li .tweet_time a:hover {
  color: #E61C1C;
}
/* line 930, ../sass/nodes.scss */
.twitter .tweet_avatar img {
  top: 2px;
  left: 0;
  width: 32px;
  height: 32px;
  position: relative;
  float: left;
  margin: 0 5px 5px 0;
  background: white;
  border-radius: 4px;
  padding: 0;
  font: normal normal normal 12px/16px "Helvetica Neue",Arial,sans-serif;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
  list-style: none;
  border: 0;
  display: inline-block;
}

/*#########################
 * FLUX AWP 
 ##########################*/
/* line 953, ../sass/nodes.scss */
h2.awp {
  padding: 2px 10px;
  background: #9c9b9b;
  margin-bottom: 0;
  margin-top: 0px !important;
  color: white;
  font-size: 0.938em !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1em !important;
  border-bottom: 0;
  display: block;
  font-weight: 900;
  margin-bottom: 5px;
}

/* line 957, ../sass/nodes.scss */
.awp {
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #444444;
}
/* line 958, ../sass/nodes.scss */
.awp a {
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dotted #444444;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
}
/* line 964, ../sass/nodes.scss */
.awp a:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: 0;
}
/* line 969, ../sass/nodes.scss */
.awp a:hover {
  color: #d41317;
}

/*#########################
 * most read 
 ##########################*/
/* line 981, ../sass/nodes.scss */
.pane-most h2.pane-title {
  margin-bottom: 5px;
}
/* line 985, ../sass/nodes.scss */
.pane-most h3 {
  font-size: 1.063em;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  display: inline;
  line-height: 1.28205em;
  margin-top: 0.64103em;
  margin-bottom: 0.64103em;
}
/* line 994, ../sass/nodes.scss */
.pane-most .pane-content {
  padding-bottom: 0 !important;
}

/*#########################
 * Partenariats
 ##########################*/
/* line 1021, ../sass/nodes.scss */
.partenariats ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 1022, ../sass/nodes.scss */
.partenariats li {
  padding: 10px 0;
}
/* line 1026, ../sass/nodes.scss */
.partenariats li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 1033, ../sass/nodes.scss */
.partenariats li:first-child {
  padding-top: 0;
}
/* line 1035, ../sass/nodes.scss */
.partenariats img {
  float: left;
  margin-right: 10px;
}

/*
 * ####################################################################################################################################################################################################
 *                                                                         Listing Bloggers 
 * ####################################################################################################################################################################################################
 */
/* line 1045, ../sass/nodes.scss */
.pane-blogger-listing-panel-pane-1 .pane-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 0.938em;
  border-bottom: #9c9b9b 5px solid;
  margin: 0 0 .5em;
  padding: 0 0 6px;
  line-height: 1em;
  text-transform: uppercase;
}
/* line 1048, ../sass/nodes.scss */
.pane-blogger-listing-panel-pane-1 .inner {
  border-right: 0 !important;
}
/* line 1051, ../sass/nodes.scss */
.pane-blogger-listing-panel-pane-1 .pane-title {
  border-color: #d41317;
}
/* line 1054, ../sass/nodes.scss */
.pane-blogger-listing-panel-pane-1 .blogger {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #444444;
}
/* line 1058, ../sass/nodes.scss */
.pane-blogger-listing-panel-pane-1 .blogger article {
  font-size: 1em !important;
}
/* line 1061, ../sass/nodes.scss */
.pane-blogger-listing-panel-pane-1 .blogger aside {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.188em;
  font-family: "Open Sans Condensed", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}
/* line 1064, ../sass/nodes.scss */
.pane-blogger-listing-panel-pane-1 .blogger aside .blog {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.737em;
  text-transform: none;
  line-height: 1em;
  color: #d41317;
  display: block;
}
/* line 1072, ../sass/nodes.scss */
.pane-blogger-listing-panel-pane-1 .blogger aside strong {
  font-weight: 300;
}
/* line 1076, ../sass/nodes.scss */
.pane-blogger-listing-panel-pane-1 .blogger .article {
  margin-top: 12px;
}
/* line 1078, ../sass/nodes.scss */
.pane-blogger-listing-panel-pane-1 .blogger .article h2 {
  margin: 0;
  font-family: "velino-chronicles", Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-weight: normal;
  font-size: 1.438em;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #444444;
  line-height: 1.2em;
}
/* line 1088, ../sass/nodes.scss */
.pane-blogger-listing-panel-pane-1 .blogger .article h2:first-of-type {
  margin: 0;
  font-family: "velino-chronicles", Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-weight: normal;
  font-size: 1.438em;
  margin-top: 0px;
  padding-top: 0px;
  border-top: 0;
}
/* line 1097, ../sass/nodes.scss */
.pane-blogger-listing-panel-pane-1 .blogger .article p {
  margin: 0;
}

/*
 * ####################################################################################################################################################################################################
 * ####################################################################################################################################################################################################
 */
/* line 1111, ../sass/nodes.scss */
.page-user .teaser.opinion img {
  display: none;
}
/* line 1116, ../sass/nodes.scss */
.page-user aside h2.pane-title {
  font-size: 1em;
}
/* line 1120, ../sass/nodes.scss */
.page-user article {
  margin-top: 0px;
}

/*
 * ####################################################################################################################################################################################################
 *                                                                         Stories css 
 * ####################################################################################################################################################################################################
 */
/* line 1132, ../sass/nodes.scss */
.page-node {
  /*#########################
   * aside
   ##########################*/
  /*
  *  Event
  */
  /*#########################
   * Webform
   ##########################*/
  /*#########################
   * Service links
   ##########################*/
  /*#########################
   * date
   ##########################*/
  /*#########################
   * COMMENTS
   ##########################*/
  /*#########################
   * BODY
   ##########################*/
  /*#########################
   * Gallery
   ##########################*/
  /*#########################
   * SIDELINE
   ##########################*/
  /*#########################
   * PAID WALLLL
   ##########################*/
  /*TABLE*/
}
/* line 1133, ../sass/nodes.scss */
.page-node .author {
  background-color: #d41317;
  padding: 1px 10px 1px 10px;
  margin-right: 5px;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: white;
  display: inline-block;
  line-height: 1.5em;
  vertical-align: middle;
  margin-top: -4px;
}
/* line 1147, ../sass/nodes.scss */
.page-node .author a:visited, .page-node .author a:link, .page-node .author a:hover {
  color: white;
}
/* line 1152, ../sass/nodes.scss */
.page-node header.small {
  border-bottom: 1px solid #444444;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
/* line 1158, ../sass/nodes.scss */
.page-node .article {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
}
/* line 1161, ../sass/nodes.scss */
.page-node article {
  margin-bottom: 20px;
  line-height: 1.526em;
}
/* line 1166, ../sass/nodes.scss */
.page-node .teaser {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
}
/* line 1170, ../sass/nodes.scss */
.page-node footer {
  border-top: 1px solid #444444;
  clear: both;
  padding-top: 10px;
  margin-bottom: 40px;
}
/* line 1171, ../sass/nodes.scss */
.page-node footer .print-link {
  display: none;
}
/* line 1178, ../sass/nodes.scss */
.page-node footer p {
  margin: 0;
}
/* line 1181, ../sass/nodes.scss */
.page-node footer span.label {
  font-style: normal;
  text-transform: uppercase;
  font-size: .9em;
}
/* line 1187, ../sass/nodes.scss */
.page-node h1 {
  line-height: 1.1em;
  margin: 0;
  margin-left: 0;
}
/* line 1194, ../sass/nodes.scss */
.page-node .file {
  overflow: hidden;
  font-weight: 300;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 10px 0 10px;
}
/* line 1199, ../sass/nodes.scss */
.page-node .file .field-credits {
  float: right;
  width: 20%;
  display: block;
  padding: 7px 0 7px 0;
  font-size: 0.750em;
  text-align: right;
  vertical-align: bottom;
  color: #444444 !important;
}
/* line 1209, ../sass/nodes.scss */
.page-node .file .field-caption {
  float: left;
  width: 80%;
  padding: 7px 0 7px 0;
  font-size: 0.875em;
  display: block;
  vertical-align: bottom;
  color: #444444 !important;
}
/* line 1223, ../sass/nodes.scss */
.page-node aside .related, .page-node aside .event, .page-node aside .topic, .page-node aside .poll, .page-node aside .chart {
  margin: 0 0 40px;
}
/* line 1227, ../sass/nodes.scss */
.page-node aside .inner div.poll {
  margin-bottom: 20px;
}
/* line 1231, ../sass/nodes.scss */
.page-node aside h3, .page-node aside h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 0.938em;
  border-bottom: #9c9b9b 5px solid;
  margin: 0 0 .5em;
  padding: 0 0 6px;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 1em;
}
/* line 1235, ../sass/nodes.scss */
.page-node aside ul {
  margin: 10px 0;
}
/* line 1238, ../sass/nodes.scss */
.page-node aside li {
  margin: 0;
}
/* line 1248, ../sass/nodes.scss */
.page-node .event .date-display-single {
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
}
/* line 1253, ../sass/nodes.scss */
.page-node .event .field-address {
  font-style: italic;
  margin-top: 10px;
  font-weight: normal;
}
/* line 1258, ../sass/nodes.scss */
.page-node .event .date-display-start {
  font-weight: normal;
  text-align: right;
}
/* line 1262, ../sass/nodes.scss */
.page-node .event .date-display-end {
  font-weight: normal;
  text-align: right;
}
/* line 1266, ../sass/nodes.scss */
.page-node .event .thoroughfare {
  margin: 0;
}
/* line 1274, ../sass/nodes.scss */
.page-node .webform {
  margin-bottom: 40px;
}
/* line 1275, ../sass/nodes.scss */
.page-node .webform h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 0.938em;
  border-bottom: #9c9b9b 5px solid;
  margin: 0 0 .5em;
  padding: 0 0 6px;
  line-height: 1em;
  text-transform: uppercase;
}
/* line 1278, ../sass/nodes.scss */
.page-node .webform .form-radio {
  height: 30px;
  width: 20px;
  float: left;
  margin-right: 5px;
}
/* line 1284, ../sass/nodes.scss */
.page-node .webform label {
  line-height: 30px;
  float: left;
}
/* line 1288, ../sass/nodes.scss */
.page-node .webform .form-item {
  width: 98%;
  overflow: hidden;
}
/* line 1292, ../sass/nodes.scss */
.page-node .webform .webform-component-fieldset {
  width: 96%;
  overflow: hidden;
}
/* line 1299, ../sass/nodes.scss */
.page-node .formulaire {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  line-height: 24px;
  margin-right: 0.1475em;
}
/* line 1304, ../sass/nodes.scss */
.page-node .formulaire form input[type="text"], .page-node .formulaire form input[type="email"] {
  width: 99.4%;
}
/* line 1311, ../sass/nodes.scss */
.page-node div.service-links {
  float: none;
  text-align: center;
  min-height: 25px;
  margin: 10px 0 15px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #444444;
}
/* line 1318, ../sass/nodes.scss */
.page-node div.service-links ul {
  padding: 0;
  margin: 0;
}
/* line 1326, ../sass/nodes.scss */
.page-node .meta-line {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
  float: left;
  width: 100%;
  height: 25px;
  display: block;
  margin: 10px 0 15px;
}
/* line 1340, ../sass/nodes.scss */
.page-node .pane-disqus-disqus-comments h2.pane-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 0.938em;
  border-bottom: #9c9b9b 5px solid;
  margin: 0 0 .5em;
  padding: 0 0 6px;
  line-height: 1em;
  text-transform: uppercase;
}
/* line 1344, ../sass/nodes.scss */
.page-node .comments {
  clear: both;
}
/* line 1352, ../sass/nodes.scss */
.page-node article.text h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.105em !important;
  margin: 45px 0 5px;
  line-height: 1em;
}
/* line 1359, ../sass/nodes.scss */
.page-node article.text h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1em !important;
  margin: 30px 0 5px;
  line-height: 1em;
  color: #d41317;
  clear: both;
}
/* line 1368, ../sass/nodes.scss */
.page-node article.text b, .page-node article.text strong {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 0.895em;
}
/* line 1373, ../sass/nodes.scss */
.page-node article.text b.stab {
  font-weight: normal;
  background: #FFDC00;
}
/* line 1377, ../sass/nodes.scss */
.page-node article.text p {
  margin: 0 0 2em;
}
/* line 1384, ../sass/nodes.scss */
.page-node .timeline {
  margin-top: 20px;
}
/* line 1387, ../sass/nodes.scss */
.page-node .media {
  margin-top: 20px;
  position: relative;
  border-bottom: 1px solid #444444;
}
/* line 1391, ../sass/nodes.scss */
.page-node .media.small {
  margin-bottom: 10px;
  position: relative;
  width: 50%;
  float: right;
  margin-left: 10px;
  margin-top: 0;
}
/* line 1398, ../sass/nodes.scss */
.page-node .media.small .file {
  margin-bottom: 0;
}
/* line 1401, ../sass/nodes.scss */
.page-node .media.small .flex-direction-nav {
  width: 18%;
}
/* line 1404, ../sass/nodes.scss */
.page-node .media.small .field_caption {
  width: 60%;
}
/* line 1408, ../sass/nodes.scss */
.page-node .media .flex-control-nav {
  display: none;
}
/* line 1411, ../sass/nodes.scss */
.page-node .media .flex-direction-nav {
  text-align: center;
  position: absolute;
  width: 8%;
  height: 30px;
  bottom: 0;
  right: 0;
  padding-left: 2%;
  background: #fdfdfa;
}
/* line 1421, ../sass/nodes.scss */
.page-node .media .flex-direction-nav .flex-next {
  right: 0;
  top: 0;
  height: 15px;
  width: 15px;
  background: #D41317;
  display: block;
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -25px -18px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -25px -18px;
}
/* line 1426, ../sass/nodes.scss */
.page-node .media .flex-direction-nav .flex-prev {
  top: 0;
  left: 30%;
  height: 15px;
  width: 15px;
  background: #D41317;
  display: block;
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -10px -18px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -10px -18px;
}
/* line 1431, ../sass/nodes.scss */
.page-node .media .flex-direction-nav a {
  width: 14px;
  background: #d41317;
  display: block;
  position: absolute;
  z-index: 99;
  opacity: 1;
  margin: 0 !important;
}
/* line 1440, ../sass/nodes.scss */
.page-node .media .flex-direction-nav .flex-control-paging li a {
  background: #f5f5f3;
}
/* line 1443, ../sass/nodes.scss */
.page-node .media .flex-direction-nav .flex-control-paging li a.flex-active {
  background: #444444;
}
/* line 1453, ../sass/nodes.scss */
.page-node .region-sidebar-second {
  /*#
   * GLOBAL ELEMENTS
   #*/
  /*#
   * TYPOS - PARAS     
   #*/
  /*  Global */
  /*  teaser_top */
  /*  teaser */
  /*  category teaser */
  /*  category teaser_mini */
  /*  opinions */
  /*  exclusive */
}
/* line 1454, ../sass/nodes.scss */
.page-node .region-sidebar-second .pane-most h2 {
  margin-bottom: -1px;
}
/* line 1466, ../sass/nodes.scss */
.page-node .region-sidebar-second .panel-pane {
  padding: 0 0 40px;
}
/* line 1469, ../sass/nodes.scss */
.page-node .region-sidebar-second .news.top.left {
  margin: 0 0 40px;
}
/* line 1472, ../sass/nodes.scss */
.page-node .region-sidebar-second .file {
  overflow: visible;
}
/* line 1481, ../sass/nodes.scss */
.page-node .region-sidebar-second h2 {
  line-height: 1.1em;
  margin: 0 0 0.1em;
}
/* line 1485, ../sass/nodes.scss */
.page-node .region-sidebar-second strong.teaser {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-size: 1em;
  font-weight: normal;
}
/* line 1493, ../sass/nodes.scss */
.page-node .region-sidebar-second .teaserTop h1 {
  font-size: 2.500em;
  line-height: 1.1em;
}
/* line 1508, ../sass/nodes.scss */
.page-node .region-sidebar-second .category h2 {
  font-size: 1.25em;
}
/* line 1515, ../sass/nodes.scss */
.page-node .region-sidebar-second .teaserMini h3 {
  font-size: 1.063em;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  display: inline;
}
/* line 1536, ../sass/nodes.scss */
.page-node .region-sidebar-second .exclusive h2 {
  font-size: 0.938em;
}
/* line 1541, ../sass/nodes.scss */
.page-node .region-sidebar-second article:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
/* line 1551, ../sass/nodes.scss */
.page-node .wall {
  width: 45%;
  background: #d41317;
  color: white;
  padding: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: .8em;
  float: right;
  margin: 0 0 10px 10px;
}
/* line 1560, ../sass/nodes.scss */
.page-node .wall .vno {
  padding: 0 10px 10px;
  border-bottom: 1px dotted white;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 1566, ../sass/nodes.scss */
.page-node .wall .vno img {
  position: relative;
  z-index: 9;
  float: left;
  margin-right: 10px;
}
/* line 1573, ../sass/nodes.scss */
.page-node .wall .year {
  padding: 0 10px 10px;
  overflow: hidden;
}
/* line 1576, ../sass/nodes.scss */
.page-node .wall .year img {
  position: relative;
  z-index: 9;
  float: left;
  margin-right: 10px;
}
/* line 1582, ../sass/nodes.scss */
.page-node .wall .year .small {
  margin-left: -15px;
  height: 50px;
  z-index: 4;
}
/* line 1587, ../sass/nodes.scss */
.page-node .wall .year .smaller {
  margin-left: -25px;
  height: 45px;
  z-index: 1;
  margin-right: 10px;
}
/* line 1594, ../sass/nodes.scss */
.page-node .wall header {
  padding: 10px;
  line-height: 1em;
}
/* line 1600, ../sass/nodes.scss */
.page-node table {
  border-top: 1px solid #ccc;
  margin-bottom: 2em;
}

/*
 * ####################################################################################################################################################################################################
 *                                                                         Opinions css 
 * ####################################################################################################################################################################################################
 */
/* line 1612, ../sass/nodes.scss */
.node-blog, .node-people, .node-type-blog #main {
  /*#########################
    * Gallery
    ##########################*/
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
}
/* line 1617, ../sass/nodes.scss */
.node-blog .media, .node-people .media, .node-type-blog #main .media {
  margin-bottom: 10px;
  position: relative;
  width: 50%;
  float: right;
  margin-left: 10px;
  margin-top: 0;
}
/* line 1624, ../sass/nodes.scss */
.node-blog .media.video, .node-people .media.video, .node-type-blog #main .media.video {
  width: 100%;
  float: none;
  margin-left: 0;
}
/* line 1629, ../sass/nodes.scss */
.node-blog .media .field-caption, .node-blog .media .field-credits, .node-people .media .field-caption, .node-people .media .field-credits, .node-type-blog #main .media .field-caption, .node-type-blog #main .media .field-credits {
  width: auto !important;
}
/* line 1632, ../sass/nodes.scss */
.node-blog .media .flex-control-nav, .node-people .media .flex-control-nav, .node-type-blog #main .media .flex-control-nav {
  display: none;
}
/* line 1635, ../sass/nodes.scss */
.node-blog .media .flex-direction-nav, .node-people .media .flex-direction-nav, .node-type-blog #main .media .flex-direction-nav {
  text-align: center;
  position: absolute;
  width: 20%;
  height: 30px;
  bottom: 0;
  right: 0;
}
/* line 1642, ../sass/nodes.scss */
.node-blog .media .flex-direction-nav .flex-next, .node-people .media .flex-direction-nav .flex-next, .node-type-blog #main .media .flex-direction-nav .flex-next {
  right: 0;
  top: 0;
  height: 15px;
  width: 15px;
  background: #D41317;
  display: block;
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -25px -18px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -25px -18px;
}
/* line 1647, ../sass/nodes.scss */
.node-blog .media .flex-direction-nav .flex-prev, .node-people .media .flex-direction-nav .flex-prev, .node-type-blog #main .media .flex-direction-nav .flex-prev {
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background: #D41317;
  display: block;
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -10px -18px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -10px -18px;
}
/* line 1652, ../sass/nodes.scss */
.node-blog .media .flex-direction-nav a, .node-people .media .flex-direction-nav a, .node-type-blog #main .media .flex-direction-nav a {
  width: 14px;
  background: #d41317;
  display: block;
  position: absolute;
  z-index: 99;
  opacity: 1;
}
/* line 1660, ../sass/nodes.scss */
.node-blog .media .flex-direction-nav .flex-control-paging li a, .node-people .media .flex-direction-nav .flex-control-paging li a, .node-type-blog #main .media .flex-direction-nav .flex-control-paging li a {
  background: #f5f5f3;
}
/* line 1663, ../sass/nodes.scss */
.node-blog .media .flex-direction-nav .flex-control-paging li a.flex-active, .node-people .media .flex-direction-nav .flex-control-paging li a.flex-active, .node-type-blog #main .media .flex-direction-nav .flex-control-paging li a.flex-active {
  background: #444444;
}
/* line 1671, ../sass/nodes.scss */
.node-blog article.text, .node-people article.text, .node-type-blog #main article.text {
  font-size: 1.188em;
}
/* line 1674, ../sass/nodes.scss */
.node-blog .top, .node-people .top, .node-type-blog #main .top {
  margin-bottom: 20px;
}
/* line 1676, ../sass/nodes.scss */
.node-blog .top span, .node-people .top span, .node-type-blog #main .top span {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 0.938em;
  border-bottom: #9c9b9b 5px solid;
  margin: 0 0 .5em;
  padding: 0 0 6px;
  line-height: 1em;
  text-transform: uppercase;
  border-bottom: 5px solid #d41317;
  display: block;
  font-size: 0.938em;
}
/* line 1684, ../sass/nodes.scss */
.node-blog aside .inner, .node-people aside .inner, .node-type-blog #main aside .inner {
  margin-top: 20px;
}
/* line 1688, ../sass/nodes.scss */
.node-blog header, .node-people header, .node-type-blog #main header {
  overflow: hidden;
  border-bottom: 1px solid #444444;
  padding-bottom: 20px;
}
/* line 1692, ../sass/nodes.scss */
.node-blog header .user-picture, .node-people header .user-picture, .node-type-blog #main header .user-picture {
  width: 100%;
}
/* line 1696, ../sass/nodes.scss */
.node-blog header aside .inner, .node-people header aside .inner, .node-type-blog #main header aside .inner {
  border-right: 0 !important;
  margin-top: 0px;
}
/* line 1701, ../sass/nodes.scss */
.node-blog header h1, .node-people header h1, .node-type-blog #main header h1 {
  font-family: "velino-chronicles", Georgia, "Times New Roman", "DejaVu Serif", serif;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 2.526em !important;
}
/* line 1707, ../sass/nodes.scss */
.node-blog header .author, .node-people header .author, .node-type-blog #main header .author {
  background: transparent;
  padding: 0;
  color: #444444 !important;
  font-size: 1.563em !important;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
/* line 1715, ../sass/nodes.scss */
.node-blog header .author a, .node-people header .author a, .node-type-blog #main header .author a {
  color: #444444 !important;
}
/* line 1719, ../sass/nodes.scss */
.node-blog header h1.author, .node-people header h1.author, .node-type-blog #main header h1.author {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1em !important;
}
/* line 1726, ../sass/nodes.scss */
.node-blog article .teaser, .node-people article .teaser, .node-type-blog #main article .teaser {
  margin-bottom: 2em;
  display: block;
  line-height: 1.4em;
}
/* line 1731, ../sass/nodes.scss */
.node-blog article .date, .node-people article .date, .node-type-blog #main article .date {
  text-align: right;
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.789em;
  margin-top: 10px;
}
/* line 1739, ../sass/nodes.scss */
.node-blog .position, .node-people .position, .node-type-blog #main .position {
  color: #d41317;
  border-bottom: #444444 dotted 1px;
  padding-bottom: 0.5em;
  margin: 0.7em 0 0.5em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.938em;
}
/* line 1748, ../sass/nodes.scss */
.node-blog .bio, .node-people .bio, .node-type-blog #main .bio {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: 317px;
  overflow: hidden;
}
/* line 1753, ../sass/nodes.scss */
.node-blog .bio.textOpen, .node-people .bio.textOpen, .node-type-blog #main .bio.textOpen {
  height: auto;
}
/* line 1757, ../sass/nodes.scss */
.node-blog .box, .node-people .box, .node-type-blog #main .box {
  margin: 0 0 40px;
}

/*######################### 
* Page de profil 
#########################*/
/* line 1766, ../sass/nodes.scss */
.sidebar-second #content .inner .node-blog.user-profil header .inner {
  border-right: none;
}
/* line 1768, ../sass/nodes.scss */
.sidebar-second #content .inner .node-blog.user-profil header .inner .user-picture {
  width: 100%;
  float: none;
  margin-right: 0;
}
/* line 1773, ../sass/nodes.scss */
.sidebar-second #content .inner .node-blog.user-profil header .inner strong {
  display: block;
  text-align: center;
}
/* line 1778, ../sass/nodes.scss */
.sidebar-second #content .inner .node-blog.user-profil header article {
  font-size: 1em;
}
/* line 1780, ../sass/nodes.scss */
.sidebar-second #content .inner .node-blog.user-profil header article .position {
  margin-top: 0.7em;
  border-bottom: 1px dotted #444444;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.938em;
}
/* line 1787, ../sass/nodes.scss */
.sidebar-second #content .inner .node-blog.user-profil header article .bio {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: 96px;
  display: block;
  overflow: hidden;
}
/* line 1793, ../sass/nodes.scss */
.sidebar-second #content .inner .node-blog.user-profil header article .bio.textOpen {
  height: auto;
}

/* line 1802, ../sass/nodes.scss */
#detail-profil article h2.pane-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 0.938em;
  border-bottom: #9c9b9b 5px solid;
  margin: 0 0 .5em;
  padding: 0 0 6px;
  line-height: 1em;
  text-transform: uppercase;
}
/* line 1806, ../sass/nodes.scss */
#detail-profil article .pane-content article {
  float: none;
  width: 100%;
  margin: 15px 0 0;
  border-bottom: 1px dotted #444;
  padding: 0 0 15px 0;
}
/* line 1816, ../sass/nodes.scss */
#detail-profil article .pane-content article h2 {
  font-size: 1.438em;
  line-height: 1.1em;
  margin: 0 0 0.2em;
}
/* line 1821, ../sass/nodes.scss */
#detail-profil article .pane-content article strong.teaser {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-size: 1em;
  font-weight: normal;
}

/*######################### 
* Twitter
#########################*/
/* line 1833, ../sass/nodes.scss */
ul.twitter {
  padding: 0;
  margin: 0;
}
/* line 1836, ../sass/nodes.scss */
ul.twitter li {
  border-bottom: 1px dotted #444444;
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  list-style: none;
  list-style-type: none;
}
/* line 1842, ../sass/nodes.scss */
ul.twitter li a {
  display: none;
}
/* line 1843, ../sass/nodes.scss */
ul.twitter li span {
  display: block;
  color: #9c9b9b;
  text-align: right;
}

/*
 * ####################################################################################################################################################################################################
 *                                                                         Issue 
 * ####################################################################################################################################################################################################
 */
/* line 1859, ../sass/nodes.scss */
.page-node .issue #content .file {
  overflow: hidden;
  font-weight: 300;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 1867, ../sass/nodes.scss */
.page-node .issue #content header {
  overflow: hidden;
}
/* line 1870, ../sass/nodes.scss */
.page-node .issue #content ul {
  margin: 0 0 20px;
}

/*
 * ####################################################################################################################################################################################################
 *                                                                         Homepage css 
 * ####################################################################################################################################################################################################
 */
/* line 1883, ../sass/nodes.scss */
.page-taxonomy {
  /*#########################
   * GLOBAL ELEMENTS
   ##########################*/
  /*#########################
   * TYPOS - PARAS     
   ##########################*/
  /*  Global */
  /*  teaser_top */
  /*  teaser */
  /*  category teaser */
  /*  category teaser_mini */
  /*  opinions */
  /*  exclusive */
  /*#########################
   * GRAPHIC ELEMENTS
   ##########################*/
  /* category teaser */
  /* Teasers exclusif */
  /*
   * Teasers Bloggers   
   */
}
/* line 1887, ../sass/nodes.scss */
.page-taxonomy .twitter {
  padding-bottom: 20 !important;
}
/* line 1889, ../sass/nodes.scss */
.page-taxonomy .twitter #twitter1 {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 1894, ../sass/nodes.scss */
.page-taxonomy #content {
  /* teaser_top */
}
/* line 1895, ../sass/nodes.scss */
.page-taxonomy #content article {
  margin: 15px 0 0;
  border-top: 1px dotted #444444;
  padding: 15px 0 0;
}
/* line 1901, ../sass/nodes.scss */
.page-taxonomy #content article.teaserTop {
  border-top: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 1908, ../sass/nodes.scss */
.page-taxonomy article img {
  float: left;
  margin: 4px 10px 0 0;
}
/* line 1913, ../sass/nodes.scss */
.page-taxonomy .teaserTop img {
  float: none;
  margin: 0px 10px 0 0;
}
/* line 1918, ../sass/nodes.scss */
.page-taxonomy .panel-pane {
  padding: 0 0 40px;
}
/* line 1922, ../sass/nodes.scss */
.page-taxonomy .panel-pane.pane-panels-mini {
  padding: 0 0 0px;
}
/* line 1925, ../sass/nodes.scss */
.page-taxonomy .news.top.left {
  margin: 0 0 40px;
}
/* line 1936, ../sass/nodes.scss */
.page-taxonomy h2 {
  line-height: 1.1em;
  margin: 0 0 0.2em;
}
/* line 1940, ../sass/nodes.scss */
.page-taxonomy strong.teaser {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-size: 1em;
  font-weight: normal;
}
/* line 1948, ../sass/nodes.scss */
.page-taxonomy .teaserTop h1 {
  font-size: 2.500em;
  line-height: 1.1em;
  margin: 0;
}
/* line 1957, ../sass/nodes.scss */
.page-taxonomy .teaser h2 {
  font-size: 1.438em;
}
/* line 1967, ../sass/nodes.scss */
.page-taxonomy .category .opinion img {
  margin-top: 0px;
}
/* line 1975, ../sass/nodes.scss */
.page-taxonomy .teaserMini h3 {
  font-size: 1.063em;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  display: inline;
}
/* line 1984, ../sass/nodes.scss */
.page-taxonomy .opinion h2 {
  font-family: "velino-chronicles", Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-weight: normal;
}
/* line 1988, ../sass/nodes.scss */
.page-taxonomy .opinion img {
  margin-top: 7px;
  border: 1px solid #9c9b9b;
}
/* line 1996, ../sass/nodes.scss */
.page-taxonomy .exclusive h2 {
  font-size: 0.938em;
}
/* line 2009, ../sass/nodes.scss */
.page-taxonomy .category article.categoryTop {
  border-top: 0;
  margin: 0;
  padding: 0;
}
/* line 2014, ../sass/nodes.scss */
.page-taxonomy .category article.teaserMini {
  margin-right: 0;
  margin-top: 5px;
  padding: 5px 0 0;
}
/* line 2019, ../sass/nodes.scss */
.page-taxonomy .category .categoryTop + article.teaserMini {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
/* line 2027, ../sass/nodes.scss */
.page-taxonomy .pane-home-category-panel-pane-1 .pane-title {
  font-size: 1.125em;
  display: inline-block;
  padding: 2px 5px 2px 0;
  background: #fdfdfa;
  font-family: "velino-category", Georgia, "Times New Roman", "DejaVu Serif", serif;
  text-transform: uppercase;
}
/* line 2035, ../sass/nodes.scss */
.page-taxonomy .pane-home-category-panel-pane-1 .pane-content {
  border-top: 1px dotted #444444;
  margin-top: -10px;
}
/* line 2039, ../sass/nodes.scss */
.page-taxonomy .pane-home-category-panel-pane-1 .pane-content > div.category {
  border-top: 4px solid #444444;
  padding-top: 10px;
  margin-top: 8px;
}
/* line 2049, ../sass/nodes.scss */
.page-taxonomy .exclusives {
  max-height: 300px;
  overflow: hidden;
}
/* line 2052, ../sass/nodes.scss */
.page-taxonomy .exclusives .carousel {
  width: 94%;
  margin: 0 auto;
}
/* line 2055, ../sass/nodes.scss */
.page-taxonomy .exclusives .carousel li {
  margin-right: 0;
}
/* line 2059, ../sass/nodes.scss */
.page-taxonomy .exclusives article.exclusive {
  margin: 0;
  padding: 0 5px;
  border-top: 0;
}
/* line 2064, ../sass/nodes.scss */
.page-taxonomy .exclusives article h3 {
  font-size: 1em;
  margin: 0.1em 0;
}
/* line 2068, ../sass/nodes.scss */
.page-taxonomy .exclusives img {
  margin: 0 0 5px;
}
/* line 2073, ../sass/nodes.scss */
.page-taxonomy .pane-home-exlusifs-panel-pane-1 .pane-title {
  font-size: 1.125em;
  display: inline-block;
  padding: 2px 5px 2px 0;
  background: #fdfdfa;
  font-family: "velino-category", Georgia, "Times New Roman", "DejaVu Serif", serif;
  padding-left: 30px;
  background: #fdfdfa url(/sites/all/themes/bilannew/images/icons/bilan.png) no-repeat -12px -16px;
  background: #fdfdfa url(/sites/all/themes/bilannew/images/icons/bilan.svg) no-repeat -12px -16px;
}
/* line 2083, ../sass/nodes.scss */
.page-taxonomy .pane-home-exlusifs-panel-pane-1 .pane-content {
  border-top: 1px dotted #444444;
  margin-top: -10px;
}
/* line 2087, ../sass/nodes.scss */
.page-taxonomy .pane-home-exlusifs-panel-pane-1 .pane-content > div.exclusives {
  border-top: 4px solid #d41317;
  padding-top: 10px;
  margin-top: 8px;
  position: relative;
}
/* line 2093, ../sass/nodes.scss */
.page-taxonomy .pane-home-exlusifs-panel-pane-1 .flex-direction-nav a {
  position: absolute;
  top: 85px;
  z-index: 99;
  opacity: 1;
}
/* line 2099, ../sass/nodes.scss */
.page-taxonomy .pane-home-exlusifs-panel-pane-1 .flex-control-nav {
  bottom: -30px;
}
/* line 2102, ../sass/nodes.scss */
.page-taxonomy .pane-home-exlusifs-panel-pane-1 .flex-direction-nav .flex-next {
  right: 0px;
  height: 15px;
  width: 15px;
  background: #D41317;
  display: block;
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -25px -18px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -25px -18px;
}
/* line 2106, ../sass/nodes.scss */
.page-taxonomy .pane-home-exlusifs-panel-pane-1 .flex-direction-nav .flex-prev {
  left: 0px;
  height: 15px;
  width: 15px;
  background: #D41317;
  display: block;
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -10px -18px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -10px -18px;
}
/* line 2110, ../sass/nodes.scss */
.page-taxonomy .pane-home-exlusifs-panel-pane-1 .anythingSlider-default.activeSlider .anythingWindow {
  border-top: 0;
  border-bottom: 0;
}
/* line 2114, ../sass/nodes.scss */
.page-taxonomy .pane-home-exlusifs-panel-pane-1 .flex-direction-nav .flex-disabled {
  display: none;
}
/* line 2118, ../sass/nodes.scss */
.page-taxonomy .pane-home-exlusifs-panel-pane-1 .flex-viewport {
  padding: 0;
  height: 180px;
  position: relative;
  margin: 0 auto;
}
/* line 2129, ../sass/nodes.scss */
.page-taxonomy .bloggers_container {
  padding-bottom: 30px;
}
/* line 2131, ../sass/nodes.scss */
.page-taxonomy .bloggers_container h2.pane-title {
  padding: 2px 10px;
  background: #9c9b9b;
  margin-bottom: 0;
  margin-top: 0px !important;
  color: white;
  font-size: 0.938em !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1em !important;
  border-bottom: 0;
  display: block;
  font-weight: 900;
  background: #d41317;
}
/* line 2135, ../sass/nodes.scss */
.page-taxonomy .bloggers_container span.name, .page-taxonomy .bloggers_container span.blog {
  display: block;
  width: 80%;
  margin: 0 auto;
}
/* line 2141, ../sass/nodes.scss */
.page-taxonomy .pane-home-posts-panel-pane-1 {
  padding-bottom: 30px;
}
/* line 2144, ../sass/nodes.scss */
.page-taxonomy .bloggers {
  border-top: 0;
  padding: 10px 0 12px;
  margin: 0 0;
  border-bottom: 1px solid #444444;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125em;
  font-family: "Open Sans Condensed", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  max-height: 212px;
  overflow: hidden;
  /*LARGEUR TRICK
  .views-slideshow-cycle-main-frame{
    width:100% !important;
    overflow:hidden;
  }
  .views_slideshow_cycle_slide{
    width:100% !important;
    overflow:hidden;  
  }*/
}
/* line 2159, ../sass/nodes.scss */
.page-taxonomy .bloggers .flex-direction-nav a {
  position: absolute;
  bottom: 25px;
  top: auto;
  z-index: 99;
  opacity: 1;
}
/* line 2166, ../sass/nodes.scss */
.page-taxonomy .bloggers .blog {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.737em;
  text-transform: none;
  line-height: 1em;
  color: #d41317;
  display: block;
  line-height: 1.2em;
}
/* line 2174, ../sass/nodes.scss */
.page-taxonomy .bloggers .blog a {
  color: #d41317;
}
/* line 2178, ../sass/nodes.scss */
.page-taxonomy .bloggers .flex-control-nav {
  bottom: -30px;
}
/* line 2181, ../sass/nodes.scss */
.page-taxonomy .bloggers .flex-direction-nav a.flex-next {
  right: 0 !important;
  height: 15px;
  width: 15px;
  background: #D41317;
  display: block;
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -25px -18px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -25px -18px;
}
/* line 2185, ../sass/nodes.scss */
.page-taxonomy .bloggers .flex-direction-nav a.flex-prev {
  left: 0 !important;
  height: 15px;
  width: 15px;
  background: #D41317;
  display: block;
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -10px -18px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -10px -18px;
}
/* line 2189, ../sass/nodes.scss */
.page-taxonomy .bloggers .flex-direction-nav .flex-disabled {
  display: none;
}
/* line 2201, ../sass/nodes.scss */
.page-taxonomy .bloggers img {
  margin-bottom: 4px;
  border: 1px solid #9c9b9b;
}

/* line 2208, ../sass/nodes.scss */
.pane-block-24 .pane-content, .pane-block-26 .pane-content, .pane-block-29 .pane-content {
  padding-bottom: 0 !important;
}
/* line 2210, ../sass/nodes.scss */
.pane-block-24 .pane-content div[id^="div-gpt-ad"], .pane-block-26 .pane-content div[id^="div-gpt-ad"], .pane-block-29 .pane-content div[id^="div-gpt-ad"] {
  padding-bottom: 30px;
}

/*
 * ####################################################################################################################################################################################################
 *                                                                         Categories css 
 * ####################################################################################################################################################################################################
 */
/* line 2222, ../sass/nodes.scss */
.section-category .pane-index-articles-panel-pane-1, .section-category .pane-index-articles-panel-pane-7 {
  padding-bottom: 0;
}
/* line 2225, ../sass/nodes.scss */
.section-category .news.top.left {
  margin-bottom: 0 !important;
}

/*
 * ####################################################################################################################################################################################################
 *                                                                         Tags css 
 * ####################################################################################################################################################################################################
 */
/* line 2236, ../sass/nodes.scss */
.section-tag #content article:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}
/* line 2241, ../sass/nodes.scss */
.section-tag #content h2.pane-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 0.938em;
  border-bottom: #9c9b9b 5px solid;
  margin: 0 0 .5em;
  padding: 0 0 6px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/*
 * ####################################################################################################################################################################################################
 *                                                                         LUXE css 
 * ####################################################################################################################################################################################################
 */
/* line 2252, ../sass/nodes.scss */
.section-luxe {
  /*######
  PINTEREST
  #######*/
}
/* line 2253, ../sass/nodes.scss */
.section-luxe ul {
  padding: 0;
}
/* line 2256, ../sass/nodes.scss */
.section-luxe .luxes {
  max-height: 650px;
  overflow: hidden;
  position: relative;
}
/* line 2259, ../sass/nodes.scss */
.section-luxe .luxes .flex-direction-nav a {
  height: 120px;
  width: 30px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  opacity: 1;
}
/* line 2268, ../sass/nodes.scss */
.section-luxe .luxes .field-caption, .section-luxe .luxes .field-credits {
  display: none;
}
/* line 2271, ../sass/nodes.scss */
.section-luxe .luxes .flex-direction-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 800;
}
/* line 2277, ../sass/nodes.scss */
.section-luxe .luxes .flex-direction-nav .flex-next {
  right: 0px;
  background: #fdfdfa url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -262px 20px;
  background: #fdfdfa url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -262px 20px;
}
/* line 2282, ../sass/nodes.scss */
.section-luxe .luxes .flex-direction-nav .flex-prev {
  left: 0px;
  background: #fdfdfa url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -207px 20px;
  background: #fdfdfa url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -207px 20px;
}
/* line 2287, ../sass/nodes.scss */
.section-luxe .luxes .flex-direction-nav .comments {
  display: none !important;
}
/* line 2291, ../sass/nodes.scss */
.section-luxe .luxes .flex-viewport {
  z-index: 9;
}
/* line 2295, ../sass/nodes.scss */
.section-luxe .luxes article {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
/* line 2299, ../sass/nodes.scss */
.section-luxe .luxes article img {
  float: none;
  margin: 0 0 5px;
}
/* line 2303, ../sass/nodes.scss */
.section-luxe .luxes article h2 {
  font-size: 2.625em;
  width: 88%;
  margin: 0 auto;
  z-index: 109;
  position: relative;
  height: 47px;
  overflow: hidden;
}
/* line 2312, ../sass/nodes.scss */
.section-luxe .luxes article .teaser {
  width: 88%;
  margin: 0 auto;
  display: block;
  z-index: 109;
  position: relative;
  height: 68px;
  overflow: hidden;
}
/* line 2325, ../sass/nodes.scss */
.section-luxe .luxes-bottom h2 {
  font-size: 1.875em;
}
/* line 2328, ../sass/nodes.scss */
.section-luxe .luxes-bottom img {
  float: none;
  margin: 0 0 5px;
}
/* line 2332, ../sass/nodes.scss */
.section-luxe .luxes-bottom article:first-of-type {
  padding-top: 0 !important;
  margin-top: 0 !important;
  border-top: 0 !important;
}
/* line 2339, ../sass/nodes.scss */
.section-luxe .luxePosts img {
  margin-bottom: 5px;
}
/* line 2344, ../sass/nodes.scss */
.section-luxe .issue-luxe h2.issue {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 0.938em;
  border-bottom: #9c9b9b 5px solid;
  margin: 0 0 .5em;
  padding: 0 0 6px;
  line-height: 1em;
  text-transform: uppercase;
}
/* line 2347, ../sass/nodes.scss */
.section-luxe .issue-luxe img {
  width: 85%;
  display: block;
  margin: 0 auto;
  padding: 0;
}
/* line 2354, ../sass/nodes.scss */
.section-luxe .pane-luxe-gallery-panel-pane-1 {
  margin: 0px 0 30px;
  border-bottom: 1px solid #444;
  padding: 0 0 5px;
}
/* line 2358, ../sass/nodes.scss */
.section-luxe .pane-luxe-gallery-panel-pane-1 h2 {
  padding: 2px 10px;
  background: #9c9b9b;
  margin-bottom: 0;
  margin-top: 0px !important;
  color: white;
  font-size: 0.938em !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1em !important;
  border-bottom: 0;
  display: block;
  font-weight: 900;
}
/* line 2366, ../sass/nodes.scss */
.section-luxe span.PIN_1358256178697_embed_board span.PIN_1358256178697_embed_board_hd a.PIN_1358256178697_embed_board_title {
  display: none;
}
/* line 2369, ../sass/nodes.scss */
.section-luxe span.PIN_1358256178697_embed_board.PIN_1358256178697_fancy {
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: 0 0 0 transparent !important;
}
/* line 2374, ../sass/nodes.scss */
.section-luxe span.PIN_1358256178697_embed_board span.PIN_1358256178697_embed_board_bd {
  width: 100% !important;
}

/*
 * ####################################################################################################################################################################################################
 *                                                                         HOME ARTICLES HEADER
 * ####################################################################################################################################################################################################
 */
/* line 2383, ../sass/nodes.scss */
#block-panels-mini-home-articles-header {
  margin: 10px 0;
}
/* line 2384, ../sass/nodes.scss */
#block-panels-mini-home-articles-header .inside {
  margin: 0;
  padding: 0;
}
/* line 2388, ../sass/nodes.scss */
#block-panels-mini-home-articles-header .panel-pane {
  padding: 0;
}
/* line 2391, ../sass/nodes.scss */
#block-panels-mini-home-articles-header .file {
  margin: 0 !important;
  float: left !important;
}
/* line 2395, ../sass/nodes.scss */
#block-panels-mini-home-articles-header img {
  width: 75px !important;
  max-width: 75px !important;
  float: left !important;
  margin: 4px 10px 0 0 !important;
}
/* line 2402, ../sass/nodes.scss */
#block-panels-mini-home-articles-header article {
  float: left;
  width: 33%;
  height: 75px;
  margin: 0px 0 0px 1%;
  border-top: 0;
  padding: 0px 0 0px 1%;
  border-left: 1px solid #444;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
/* line 2413, ../sass/nodes.scss */
#block-panels-mini-home-articles-header article:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
  width: 32%;
}
/* line 2419, ../sass/nodes.scss */
#block-panels-mini-home-articles-header article h2 {
  font-size: 1.25em;
  line-height: 22px !important;
  margin: 0 0 0.2em !important;
}
/* line 2424, ../sass/nodes.scss */
#block-panels-mini-home-articles-header article .image {
  margin-top: 0 !important;
}
/* line 2427, ../sass/nodes.scss */
#block-panels-mini-home-articles-header article .keyword {
  margin-top: 5px;
  display: block;
  line-height: 21px;
}
/* line 2431, ../sass/nodes.scss */
#block-panels-mini-home-articles-header article .keyword:before {
  content: ' ';
  width: 7px;
  height: 7px;
  background: #d41317;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 2px;
}

/*
 * ####################################################################################################################################################################################################
 *                                                                         LES 300 PLUS RICHES + LES PLUS INFLUENTS
 * ####################################################################################################################################################################################################
 */
/* line 2445, ../sass/nodes.scss */
.node-people .top span {
  border-bottom: 5px solid #9c9b9b;
}
/* line 2451, ../sass/nodes.scss */
.node-people header article .author {
  font-family: "velino-chronicles", Georgia, "Times New Roman", "DejaVu Serif", serif;
  margin-bottom: 0;
  font-size: 2.526em !important;
  text-transform: none;
}
/* line 2457, ../sass/nodes.scss */
.node-people header article .bio {
  height: 10%;
}
/* line 2462, ../sass/nodes.scss */
.node-people .field-collection-view {
  border-bottom: 1px dotted #444444;
  padding-bottom: 20px;
  position: relative;
}
/* line 2467, ../sass/nodes.scss */
.node-people .field-collection-view .field-label {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
}
/* line 2472, ../sass/nodes.scss */
.node-people .field-collection-view .field-amount {
  font-size: 18.72px;
  margin: 0 0 0 -10px;
}
/* line 2476, ../sass/nodes.scss */
.node-people .field-collection-view .field-variation-amount {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
}
/* line 2480, ../sass/nodes.scss */
.node-people .field-collection-view .field-resume {
  margin: 15px 0 0 0;
}
/* line 2483, ../sass/nodes.scss */
.node-people .field-collection-view .field-icon {
  position: absolute;
  right: 0;
  top: -5px;
}
/* line 2487, ../sass/nodes.scss */
.node-people .field-collection-view .field-icon span {
  height: 25px;
  width: 22px;
  display: block;
  margin: 0 0 0 5px;
  float: right;
}
/* line 2494, ../sass/nodes.scss */
.node-people .field-collection-view .field-icon #Nouveau {
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -1008px -60px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -1008px -62px;
}
/* line 2498, ../sass/nodes.scss */
.node-people .field-collection-view .field-icon #Moins-de-40-ans {
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -1062px -11px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -1092px -62px;
}
/* line 2502, ../sass/nodes.scss */
.node-people .field-collection-view .field-icon #Creatif {
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -1062px -60px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -1120px -62px;
}
/* line 2506, ../sass/nodes.scss */
.node-people .field-collection-view .field-icon #International {
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -1109px -11px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -1036px -62px;
}
/* line 2510, ../sass/nodes.scss */
.node-people .field-collection-view .field-icon #Plus-riches-300 {
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -1109px -60px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -1064px -62px;
}

/* line 2518, ../sass/nodes.scss */
.pane-blogger-listing-panel-pane-2 h2.pane-title {
  margin-bottom: 20px !important;
}

/*
Listing
*/
/* line 2526, ../sass/nodes.scss */
.pane-richest-panel-pane-1 .pane-title, .pane-plus-influents-panel-pane-1 .pane-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 0.938em;
  border-bottom: #9c9b9b 5px solid;
  margin: 0 0 .5em;
  padding: 0 0 6px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 2em;
}

/* line 2533, ../sass/nodes.scss */
.pane-plus-influents-panel-pane-1 .item-list ul {
  list-style-type: none;
  margin: 0;
}
/* line 2536, ../sass/nodes.scss */
.pane-plus-influents-panel-pane-1 .item-list ul span {
  height: 25px;
  width: 22px;
  display: block;
  margin: 0 0 0 5px;
  float: left;
}
/* line 2543, ../sass/nodes.scss */
.pane-plus-influents-panel-pane-1 .item-list ul #icon-2859 {
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -1062px -60px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -1120px -62px;
}
/* line 2547, ../sass/nodes.scss */
.pane-plus-influents-panel-pane-1 .item-list ul #icon-2860 {
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -1109px -11px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -1036px -62px;
}
/* line 2551, ../sass/nodes.scss */
.pane-plus-influents-panel-pane-1 .item-list ul #icon-2858 {
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -1062px -11px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -1092px -62px;
}
/* line 2555, ../sass/nodes.scss */
.pane-plus-influents-panel-pane-1 .item-list ul #icon-2857 {
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -1008px -60px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -1008px -62px;
}
/* line 2559, ../sass/nodes.scss */
.pane-plus-influents-panel-pane-1 .item-list ul #icon-2861 {
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -1109px -60px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -1064px -62px;
}

/*
Filter
*/
/*
.pane-views-exp-richest-panel-pane-1, .pane-plus-influents-panel-pane-1{
  .views-widget-filter-field_year_value, .views-widget-filter-field_place_tid{
    width:50%;
    padding:0;
    select{
      width:90% !important;
      margin:0 5%;
    }
    div{
      width:100% !important;
    }
  }
  .views-submit-button, .views-reset-button{
    width:48%;
    padding:0;
    float:left;
  }
  .views-widget-filter-field_richest_category_tid, .views-widget-filter-field_sector_tid{
    width:100%;
    select{
      width:95% !important;
      margin:0 2.5%;
    }
    div{
      width:100% !important;
    }
  }
  .views-reset-button{
    float:right;
  }
}
*/
/* line 2604, ../sass/nodes.scss */
#inf {
  height: 22px;
  width: 30px;
  display: block;
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -412px -65px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -412px -65px;
  margin: 0 auto;
}

/* line 2612, ../sass/nodes.scss */
#sup {
  height: 22px;
  width: 30px;
  display: block;
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -412px -14px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -412px -14px;
  margin: 0 auto;
}

/* line 2620, ../sass/nodes.scss */
#stable {
  height: 22px;
  width: 30px;
  display: block;
  background: url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -460px -14px;
  background: rgba(0, 0, 0, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -460px -13px;
  margin: 0 auto;
}

/* 
*Table
*/
/* line 2632, ../sass/nodes.scss */
td.views-field-field-sort-amount {
  text-align: right;
}

/* line 2635, ../sass/nodes.scss */
td.views-field.views-field-field-year {
  text-align: center;
}

/*
 * ####################################################################################################################################################################################################
 *                                                                         LOGGED USER DETAIL
 * ####################################################################################################################################################################################################
 */
/* line 2647, ../sass/nodes.scss */
.user-detail .pane-user-issues-panel-pane-1 h2.pane-title {
  padding: 2px 10px;
  background: #9c9b9b;
  margin-bottom: 0;
  margin-top: 0px !important;
  color: white;
  font-size: 0.938em !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1em !important;
  border-bottom: 0;
  display: block;
  font-weight: 900;
  margin-bottom: 20px;
}
/* line 2652, ../sass/nodes.scss */
.user-detail .issues .slides li {
  text-align: center;
  margin-right: 20px;
}

/*
 * ####################################################################################################################################################################################################
 *                                                                               VNO EPAPER
 * ####################################################################################################################################################################################################
 */
@media all and (min-width: 900px) {
  /* line 2666, ../sass/nodes.scss */
  .page-cart #main, .page-checkout #main {
    width: 80%;
    margin: 0 auto;
  }
}
/* line 2673, ../sass/nodes.scss */
.page-cart .form-item-customer-profile-billing-commerce-customer-address-und-0-country select, .page-checkout .form-item-customer-profile-billing-commerce-customer-address-und-0-country select {
  max-width: 350px !important;
  width: 90%;
}
/* line 2677, ../sass/nodes.scss */
.page-cart .street-block input, .page-cart .addressfield-container-inline > div.form-item, .page-cart #edit-commerce-coupon-coupon-code, .page-checkout .street-block input, .page-checkout .addressfield-container-inline > div.form-item, .page-checkout #edit-commerce-coupon-coupon-code {
  max-width: 346px !important;
  width: 90%;
}
/* line 2681, ../sass/nodes.scss */
.page-cart .addressfield-container-inline > div.form-item-customer-profile-billing-commerce-customer-address-und-0-postal-code, .page-checkout .addressfield-container-inline > div.form-item-customer-profile-billing-commerce-customer-address-und-0-postal-code {
  max-width: 120px !important;
  width: 90%;
  margin-right: 10px !important;
}
/* line 2685, ../sass/nodes.scss */
.page-cart .addressfield-container-inline > div.form-item-customer-profile-billing-commerce-customer-address-und-0-postal-code input, .page-checkout .addressfield-container-inline > div.form-item-customer-profile-billing-commerce-customer-address-und-0-postal-code input {
  width: 97%;
}
/* line 2689, ../sass/nodes.scss */
.page-cart .addressfield-container-inline > div.form-item-customer-profile-billing-commerce-customer-address-und-0-locality, .page-checkout .addressfield-container-inline > div.form-item-customer-profile-billing-commerce-customer-address-und-0-locality {
  max-width: 220px !important;
  width: 90%;
}
/* line 2692, ../sass/nodes.scss */
.page-cart .addressfield-container-inline > div.form-item-customer-profile-billing-commerce-customer-address-und-0-locality input, .page-checkout .addressfield-container-inline > div.form-item-customer-profile-billing-commerce-customer-address-und-0-locality input {
  width: 97%;
}
/* line 2696, ../sass/nodes.scss */
.page-cart #edit-commerce-payment-payment-method-commerce-datatranscommerce-payment-commerce-datatrans, .page-checkout #edit-commerce-payment-payment-method-commerce-datatranscommerce-payment-commerce-datatrans {
  float: left;
  width: auto;
  margin-right: 10px;
  margin-top: 6px;
}
/* line 2702, ../sass/nodes.scss */
.page-cart #edit-checkout, .page-checkout #edit-checkout {
  margin-right: 10px;
}
/* line 2705, ../sass/nodes.scss */
.page-cart .views-field-commerce-total, .page-checkout .views-field-commerce-total {
  text-align: right;
}

/*
 * ####################################################################################################################################################################################################
 *                                                                         GLOBAL CORRECTIONS
 * ####################################################################################################################################################################################################
 */
/* line 2715, ../sass/nodes.scss */
.node-blog.user-profil header {
  margin-bottom: 20px;
}

/* line 2719, ../sass/nodes.scss */
.pane-blogger-listing-panel-pane-2 {
  margin-bottom: 20px;
}

/* line 2722, ../sass/nodes.scss */
.media {
  padding-bottom: 30px;
}
/* line 2724, ../sass/nodes.scss */
.media .field-caption, .media .field-credits {
  font-weight: 300;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
/* line 2727, ../sass/nodes.scss */
.media .field-caption p, .media .field-credits p {
  margin: 0;
}
/* line 2732, ../sass/nodes.scss */
.media .file .field-caption, .media .file .field-credits {
  display: none;
}

/* line 2740, ../sass/nodes.scss */
.node-blog .media .file .field-caption, .node-blog .media .file .field-credits {
  display: block;
  font-size: 11px;
  line-height: 20px;
  padding: 0;
}
/* line 2745, ../sass/nodes.scss */
.node-blog .media .file .field-caption p, .node-blog .media .file .field-credits p {
  margin-bottom: 1em;
}

/*SOCIAL BLOCK*/
/* line 2754, ../sass/nodes.scss */
.social a {
  width: 28px !important;
  height: 26px !important;
  display: block;
  float: left;
  margin-right: 10px;
}
/* line 2761, ../sass/nodes.scss */
.social .facebook {
  background: rgba(253, 253, 250, 0) url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -712px -12px;
  background: rgba(253, 253, 250, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -712px -12px;
}
/* line 2764, ../sass/nodes.scss */
.social .facebook:hover {
  background: rgba(253, 253, 250, 0) url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -712px -62px !important;
  background: rgba(253, 253, 250, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -712px -62px !important;
}
/* line 2769, ../sass/nodes.scss */
.social .twitter {
  background: rgba(253, 253, 250, 0) url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -662px -12px;
  background: rgba(253, 253, 250, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -662px -12px;
}
/* line 2772, ../sass/nodes.scss */
.social .twitter:hover {
  background: rgba(253, 253, 250, 0) url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -662px -62px !important;
  background: rgba(253, 253, 250, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -662px -62px !important;
}
/* line 2777, ../sass/nodes.scss */
.social .linkedin {
  background: rgba(253, 253, 250, 0) url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -812px -12px;
  background: rgba(253, 253, 250, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -812px -12px;
}
/* line 2780, ../sass/nodes.scss */
.social .linkedin:hover {
  background: rgba(253, 253, 250, 0) url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -812px -62px !important;
  background: rgba(253, 253, 250, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -812px -62px !important;
}
/* line 2785, ../sass/nodes.scss */
.social .google {
  background: rgba(253, 253, 250, 0) url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -760px -12px;
  background: rgba(253, 253, 250, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -760px -12px;
}
/* line 2788, ../sass/nodes.scss */
.social .google:hover {
  background: rgba(253, 253, 250, 0) url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -760px -62px !important;
  background: rgba(253, 253, 250, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -760px -62px !important;
}
/* line 2793, ../sass/nodes.scss */
.social .pinterest {
  background: rgba(253, 253, 250, 0) url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -862px -12px;
  background: rgba(253, 253, 250, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -862px -12px;
}
/* line 2796, ../sass/nodes.scss */
.social .pinterest:hover {
  background: rgba(253, 253, 250, 0) url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat -862px -62px !important;
  background: rgba(253, 253, 250, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat -862px -62px !important;
}

/* line 2803, ../sass/nodes.scss */
#mini-panel-footer .panel-separator {
  margin: 0;
}
/* line 2806, ../sass/nodes.scss */
#mini-panel-footer .pane-system-main-menu {
  display: block;
  float: left;
}
/* line 2810, ../sass/nodes.scss */
#mini-panel-footer .social {
  overflow: hidden;
  margin: 7px 10px 7px 0;
  float: right;
}

/*#########################
 * More article box 
 ##########################*/
/* line 2820, ../sass/nodes.scss */
.pane-node-more-articles-panel-pane-2 .inner, .pane-node-more-articles-panel-pane-1 .inner, .pane-blogs-more-articles-panel-pane-1 .inner {
  padding: 0 !important;
}
/* line 2823, ../sass/nodes.scss */
.pane-node-more-articles-panel-pane-2 .file, .pane-node-more-articles-panel-pane-1 .file, .pane-blogs-more-articles-panel-pane-1 .file {
  margin: 0 !important;
}
/* line 2826, ../sass/nodes.scss */
.pane-node-more-articles-panel-pane-2 h2, .pane-node-more-articles-panel-pane-1 h2, .pane-blogs-more-articles-panel-pane-1 h2 {
  line-height: 1.1em;
  margin: 0 0 0.1em;
}
/* line 2830, ../sass/nodes.scss */
.pane-node-more-articles-panel-pane-2 strong.teaser, .pane-node-more-articles-panel-pane-1 strong.teaser, .pane-blogs-more-articles-panel-pane-1 strong.teaser {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-size: 1em;
  font-weight: normal;
}
/* line 2835, ../sass/nodes.scss */
.pane-node-more-articles-panel-pane-2 .pane-title, .pane-node-more-articles-panel-pane-1 .pane-title, .pane-blogs-more-articles-panel-pane-1 .pane-title {
  font-size: 1.125em !important;
  display: inline-block !important;
  padding: 2px 5px 2px 0 !important;
  background: #fdfdfa !important;
  font-family: "velino-category", Georgia, "Times New Roman", "DejaVu Serif", serif !important;
  text-transform: uppercase !important;
  border-bottom: 0 !important;
  margin-bottom: 5px;
  font-weight: normal !important;
  line-height: 1.2em;
}
/* line 2847, ../sass/nodes.scss */
.pane-node-more-articles-panel-pane-2 .pane-content, .pane-node-more-articles-panel-pane-1 .pane-content, .pane-blogs-more-articles-panel-pane-1 .pane-content {
  border-top: 1px dotted #444444 !important;
  margin-top: -10px !important;
}
/* line 2851, ../sass/nodes.scss */
.pane-node-more-articles-panel-pane-2 .pane-content > div.categoryMore, .pane-node-more-articles-panel-pane-1 .pane-content > div.categoryMore, .pane-blogs-more-articles-panel-pane-1 .pane-content > div.categoryMore {
  border-top: 4px solid #444444 !important;
  padding-top: 10px !important;
  margin-top: 8px !important;
}
/* line 2856, ../sass/nodes.scss */
.pane-node-more-articles-panel-pane-2 .categoryMore.top, .pane-node-more-articles-panel-pane-1 .categoryMore.top, .pane-blogs-more-articles-panel-pane-1 .categoryMore.top {
  margin-bottom: 30px;
}
/* line 2857, ../sass/nodes.scss */
.pane-node-more-articles-panel-pane-2 .categoryMore.top article, .pane-node-more-articles-panel-pane-1 .categoryMore.top article, .pane-blogs-more-articles-panel-pane-1 .categoryMore.top article {
  margin-bottom: 8px;
  padding-bottom: 8px;
}
/* line 2861, ../sass/nodes.scss */
.pane-node-more-articles-panel-pane-2 .categoryMore.top article.categoryTop, .pane-node-more-articles-panel-pane-1 .categoryMore.top article.categoryTop, .pane-blogs-more-articles-panel-pane-1 .categoryMore.top article.categoryTop {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

/* line 2871, ../sass/nodes.scss */
.pane-blogs-more-articles-panel-pane-1 img {
  display: none;
}
/* line 2875, ../sass/nodes.scss */
.pane-blogs-more-articles-panel-pane-1 article .teaser {
  margin-bottom: 0 !important;
}

/* line 2881, ../sass/nodes.scss */
.pane-node-more-articles-panel-pane-2 article, .pane-blogs-more-articles-panel-pane-1 article {
  margin-top: 0px !important;
  padding-top: 0px !important;
  margin-bottom: 8px !important;
  padding-bottom: 8px !important;
  border-bottom: 1px dotted #444 !important;
  border-top: 0 !important;
}

/*#########################
 * TEASERS SIDELINE 
 ##########################*/
/* line 2895, ../sass/nodes.scss */
.region-sidebar-second article {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-top: 0;
}
/* line 2901, ../sass/nodes.scss */
.region-sidebar-second article:first-of-type {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-top: 0;
}
/* line 2907, ../sass/nodes.scss */
.region-sidebar-second .sideline2.tvbilan {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0;
}
/* line 2920, ../sass/nodes.scss */
.region-sidebar-second .file {
  margin: 0;
}
/* line 2923, ../sass/nodes.scss */
.region-sidebar-second .panel-pane {
  padding-bottom: 0 !important;
}
/* line 2927, ../sass/nodes.scss */
.region-sidebar-second .pollContainer.teaser .subtitle {
  padding: 2px 10px;
  background: #9c9b9b;
  margin-bottom: 0;
  margin-top: 0px !important;
  color: white;
  font-size: 0.938em !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1em !important;
  border-bottom: 0;
  display: block;
  font-weight: 900;
}
/* line 2930, ../sass/nodes.scss */
.region-sidebar-second .pollContainer.teaser .question {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  display: block;
  margin-top: 5px;
}
/* line 2936, ../sass/nodes.scss */
.region-sidebar-second div.pollContainer.teaser {
  margin: 5px 0 30px;
  border-bottom: 1px solid #444444;
  padding: 0 0 5px;
}
/* line 2942, ../sass/nodes.scss */
.region-sidebar-second .sideline2 img, .region-sidebar-second .sideline3 img {
  margin: 0 auto 5px;
  float: none;
  width: 100%;
}
/* line 2950, ../sass/nodes.scss */
.region-sidebar-second .pane-sideline-0 .pane-content .pane-content {
  padding: 0 0 30px;
  border-top: 0;
}
/* line 2954, ../sass/nodes.scss */
.region-sidebar-second .pane-sideline-0 .pane-content .pane-home-article-du-jour-panel-pane-1 .pane-content {
  margin: 5px 0 30px;
  border-bottom: 1px solid #444444;
  padding: 0 0 5px;
}
/* line 2958, ../sass/nodes.scss */
.region-sidebar-second .pane-sideline-0 .pane-content .pane-home-article-du-jour-panel-pane-1 .pane-content article {
  margin: 0 0 0px;
  padding: 0 0 0px;
  border-top: 0;
  border-bottom: 0;
}
/* line 2968, ../sass/nodes.scss */
.region-sidebar-second article.sideline3.opinion img {
  margin-top: 0;
}
/* line 2972, ../sass/nodes.scss */
.region-sidebar-second article.sideline3 {
  margin: 5px 0 30px;
  border-bottom: 1px solid #444444;
  padding: 0 0 5px;
}
/* line 2976, ../sass/nodes.scss */
.region-sidebar-second article.sideline3 .subtitle {
  padding: 2px 10px;
  background: #9c9b9b;
  margin-bottom: 0;
  margin-top: 0px !important;
  color: white;
  font-size: 0.938em !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1em !important;
  border-bottom: 0;
  display: block;
  font-weight: 900;
}
/* line 2979, ../sass/nodes.scss */
.region-sidebar-second article.sideline3 h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
}
/* line 2983, ../sass/nodes.scss */
.region-sidebar-second article.sideline3 img {
  margin: 0 0 5px;
}

/* line 2989, ../sass/nodes.scss */
.article article, .blogger article {
  margin-top: 20px;
  font-size: 1.188em !important;
}
/* line 2993, ../sass/nodes.scss */
.article .teaser, .blogger .teaser {
  font-size: 1.188em;
}
/* line 2996, ../sass/nodes.scss */
.article aside, .blogger aside {
  margin-top: 20px;
}

/* line 3001, ../sass/nodes.scss */
.commerce-order-handler-area-order-total .commerce-price-formatted-components {
  margin-right: 0px;
}

/* line 3005, ../sass/nodes.scss */
.street-block input {
  max-width: 500px;
}

/* line 3009, ../sass/nodes.scss */
.moreBio {
  display: block;
  text-align: right;
  color: #D41317;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  cursor: pointer;
  font-size: 0.938em;
}

/* line 3018, ../sass/nodes.scss */
article.text a {
  color: #d41317;
}
/* line 3020, ../sass/nodes.scss */
article.text a:visited {
  color: #d41317;
}
/* line 3024, ../sass/nodes.scss */
article.text .keyword {
  float: left;
  display: block;
  margin-right: 8px;
  line-height: 2.2em;
  height: 29px;
  font-size: 0.789em !important;
}

/* line 3034, ../sass/nodes.scss */
article.text .file-video, article.text .media-youtube-video, #content .file-video, #content .media-youtube-video {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
}
/* line 3039, ../sass/nodes.scss */
article.text .file-video iframe, article.text .file-video object, article.text .file-video embed, article.text .media-youtube-video iframe, article.text .media-youtube-video object, article.text .media-youtube-video embed, #content .file-video iframe, #content .file-video object, #content .file-video embed, #content .media-youtube-video iframe, #content .media-youtube-video object, #content .media-youtube-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 3049, ../sass/nodes.scss */
.section-category .pane-home-posts-panel-pane-2 {
  padding-bottom: 0;
}

/*
 * ####################################################################################################################################################################################################
 *                                                                         Recherche CSS
 * ####################################################################################################################################################################################################
 */
/* line 3060, ../sass/nodes.scss */
.section-recherche #content h2 {
  line-height: 1.1em !important;
  margin: 0 0 0.2em !important;
}
/* line 3064, ../sass/nodes.scss */
.section-recherche #content article {
  margin: 0 0 15px;
  border-bottom: 1px dotted #444;
  padding: 0 0 15px;
}
/* line 3069, ../sass/nodes.scss */
.section-recherche #content strong.teaser {
  font-size: 1em;
  font-weight: normal;
}

/*
 * ####################################################################################################################################################################################################
 *                                                                         BOURSE 
 * ####################################################################################################################################################################################################
 */
/* line 3081, ../sass/nodes.scss */
.section-bourse-0 .region-sidebar-second {
  float: right;
  width: 31.04839%;
  margin-right: 0%;
  margin-left: -31.04839%;
  margin-top: 80px;
}
/* line 3088, ../sass/nodes.scss */
.section-bourse-0 table {
  border: 0 !important;
  margin-bottom: 0;
}
/* line 3091, ../sass/nodes.scss */
.section-bourse-0 table td {
  padding: 0;
}
/* line 3094, ../sass/nodes.scss */
.section-bourse-0 table tbody tr:hover {
  background: transparent !important;
}
/* line 3098, ../sass/nodes.scss */
.section-bourse-0 .highlowbar_container {
  overflow: hidden;
}
/* line 3101, ../sass/nodes.scss */
.section-bourse-0 .IDMS_groupWrapperFull {
  width: 100%;
  clear: left;
}
/* line 3105, ../sass/nodes.scss */
.section-bourse-0 .IDMS_groupWrapperLeft {
  float: left;
  width: 48.5% !important;
  margin-left: 0;
  margin-right: 3%;
  clear: left;
}
/* line 3112, ../sass/nodes.scss */
.section-bourse-0 .IDMS_groupWrapperRight {
  float: left;
  width: 48.5% !important;
  margin-left: 0;
  margin-right: 0;
}
/* line 3118, ../sass/nodes.scss */
.section-bourse-0 .IDMS_groupItemHalf {
  width: 100%;
  margin: 0 0 30px;
  height: auto !important;
}
/* line 3123, ../sass/nodes.scss */
.section-bourse-0 .invisble {
  display: none !important;
}
/* line 3126, ../sass/nodes.scss */
.section-bourse-0 .IDMS_content {
  width: 66%;
  margin-left: 0%;
  margin-right: -66%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
/* line 3132, ../sass/nodes.scss */
.section-bourse-0 .IDMS_content h1 {
  font-size: 2em !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
/* line 3136, ../sass/nodes.scss */
.section-bourse-0 .IDMS_content h2 {
  line-height: 21px;
  margin-top: 0px !important;
  margin-bottom: 0 !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
/* line 3142, ../sass/nodes.scss */
.section-bourse-0 #IDMS_nav tr th {
  padding: 0;
}
/* line 3145, ../sass/nodes.scss */
.section-bourse-0 .IDMS_factsheet_header {
  margin: 10px 0 10px;
}
/* line 3148, ../sass/nodes.scss */
.section-bourse-0 td.active {
  background: transparent;
}
/* line 3151, ../sass/nodes.scss */
.section-bourse-0 .IDMS_perfBar, .section-bourse-0 .IDMS_performance_image {
  height: 9px !important;
}
/* line 3154, ../sass/nodes.scss */
.section-bourse-0 .IDMS_content h3 {
  line-height: 21px;
  margin-top: 0px !important;
  margin-bottom: 0 !important;
  font-weight: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
/* line 3162, ../sass/nodes.scss */
.section-bourse-0 .IDMS_quote_info_table td {
  width: auto;
}
/* line 3166, ../sass/nodes.scss */
.section-bourse-0 .IDMS_content + .IDMS_groupWrapperRight {
  clear: left;
}
/* line 3169, ../sass/nodes.scss */
.section-bourse-0 .IDMS_quote_info_table {
  margin-top: 10px;
}
/* line 3172, ../sass/nodes.scss */
.section-bourse-0 #IDMS_overviewSectorStructur img {
  height: auto;
}
/* line 3175, ../sass/nodes.scss */
.section-bourse-0 .IDMS_content > .IDMS_content {
  width: 100%;
}
/* line 3178, ../sass/nodes.scss */
.section-bourse-0 .IDMS_content + .IDMS_groupWrapperFull {
  width: 66%;
  margin-left: 0%;
  margin-right: -66%;
}
/* line 3183, ../sass/nodes.scss */
.section-bourse-0 #chartMain {
  margin: 0 auto;
}
/* line 3186, ../sass/nodes.scss */
.section-bourse-0 #IDMS_worldmap_13 {
  width: 650px !important;
  margin: 0 auto;
}
/* line 3190, ../sass/nodes.scss */
.section-bourse-0 .region-bottom {
  clear: both;
}
/* line 3193, ../sass/nodes.scss */
.section-bourse-0 .region-sidebar-second + div + div + div {
  clear: left !important;
}
/* line 3196, ../sass/nodes.scss */
.section-bourse-0 .views-exposed-form .views-exposed-widget {
  float: none;
}
/* line 3199, ../sass/nodes.scss */
.section-bourse-0 .IDMS_autocomplete_search_button a {
  background: #eee;
  background: #eeeeee -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: #eeeeee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background: #eeeeee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: #eeeeee -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: #eeeeee -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: #eeeeee linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  margin-bottom: 0px;
  line-height: normal;
  padding: 2px 10px;
  color: #444444;
  font-size: 13px;
  font-weight: 900;
}
/* line 3224, ../sass/nodes.scss */
.section-bourse-0 .IDMS_h1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 0.938em;
  border-bottom: #9c9b9b 5px solid;
  margin: 0 0 .5em;
  padding: 0 0 6px;
  line-height: 1em;
  text-transform: uppercase;
  margin-top: 30px !important;
  font-size: 15px !important;
}
/* line 3229, ../sass/nodes.scss */
.section-bourse-0 .IDMS_autocomplete_search_button a:hover {
  color: #222;
  background: #ddd;
  background: #dddddd -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: #dddddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  background: #dddddd -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: #dddddd -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: #dddddd -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: #dddddd linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
/* line 3242, ../sass/nodes.scss */
.section-bourse-0 .IDMS_autocomplete_search_button {
  background-image: none;
  float: none;
  margin: 0 0 0 5px;
  width: auto;
  height: auto;
}
/* line 3249, ../sass/nodes.scss */
.section-bourse-0 form tbody {
  border-top: 0 !important;
}
@media all and (max-width: 650px) {
  /* line 3253, ../sass/nodes.scss */
  .section-bourse-0 #chartMain, .section-bourse-0 #IDMS_chart_market_overview_1 {
    display: none;
  }
  /* line 3256, ../sass/nodes.scss */
  .section-bourse-0 #IDMS_subNavi ul li {
    padding: 10px 2px;
  }
}
@media all and (max-width: 900px) {
  /* line 3261, ../sass/nodes.scss */
  .section-bourse-0 .region-sidebar-second {
    display: none;
  }
  /* line 3264, ../sass/nodes.scss */
  .section-bourse-0 .IDMS_content {
    float: none;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  /* line 3270, ../sass/nodes.scss */
  .section-bourse-0 .IDMS_content + .IDMS_groupWrapperFull {
    float: none;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}

/*
 * ####################################################################################################################################################################################################
 *                                                                        AUDIO BOX
 * ####################################################################################################################################################################################################
 */
/* line 3284, ../sass/nodes.scss */
.audio-box {
  border-bottom: 1px dotted #444444;
  margin-bottom: 25px;
  padding-bottom: 35px;
}
/* line 3288, ../sass/nodes.scss */
.audio-box .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #d41317;
  background: rgba(212, 19, 23, 0.8);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(195, 17, 21, 0.8)), to(rgba(212, 19, 23, 0.8)));
  background: -webkit-linear-gradient(top, rgba(195, 17, 21, 0.8), rgba(212, 19, 23, 0.8));
  background: -moz-linear-gradient(top, rgba(195, 17, 21, 0.8), rgba(212, 19, 23, 0.8));
  background: -o-linear-gradient(top, rgba(195, 17, 21, 0.8), rgba(212, 19, 23, 0.8));
  background: -ms-linear-gradient(top, rgba(195, 17, 21, 0.8), rgba(212, 19, 23, 0.8));
  background: linear-gradient(rgba(195, 17, 21, 0.8), rgba(212, 19, 23, 0.8));
}
/* line 3298, ../sass/nodes.scss */
.audio-box .mejs-container {
  background: #fdfdfa;
  margin: 0 auto;
}
/* line 3302, ../sass/nodes.scss */
.audio-box .mejs-controls .mejs-button button:focus {
  outline: solid 1px #d41317;
}
/* line 3305, ../sass/nodes.scss */
.audio-box .mejs-container .mejs-controls {
  background: #444444;
}

/*
 * ####################################################################################################################################################################################################
 *                                                                         TV BILAN
 * ####################################################################################################################################################################################################
 */
/* line 3315, ../sass/nodes.scss */
.pane-home-tv-bilan-panel-pane-1 #video {
  position: relative !important;
  width: 150px !important;
  height: 150px !important;
  background: transparent url(/sites/all/themes/bilannew/images/icons/icons.png) no-repeat 34px -66px !important;
  background: rgba(255, 255, 255, 0) url(/sites/all/themes/bilannew/images/icons/icons.svg) no-repeat 34px -66px !important;
  z-index: 100 !important;
  display: block !important;
  margin: 10px auto !important;
  background-size: 600px !important;
  float: none !important;
}

/* line 3330, ../sass/nodes.scss */
#tvBilan h2.pane-title {
  padding: 2px 10px;
  background: #9c9b9b;
  margin-bottom: 0;
  margin-top: 0px !important;
  color: white;
  font-size: 0.938em !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1em !important;
  border-bottom: 0;
  display: block;
  font-weight: 900;
  background: #d41317;
  color: #fdfdfa;
  margin-bottom: 10px;
  clear: both;
  margin-top: 30px;
}
/* line 3339, ../sass/nodes.scss */
#tvBilan .panel-pane {
  clear: both;
}
/* line 3341, ../sass/nodes.scss */
#tvBilan .panel-pane img {
  height: auto;
  width: 100%;
}
/* line 3346, ../sass/nodes.scss */
#tvBilan .panel-pane .tvbilan2 .views-field-title {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-weight: 900;
  line-height: 1em;
  color: #9c9b9b;
}
/* line 3352, ../sass/nodes.scss */
#tvBilan .panel-pane .tvbilan2 table {
  border: none;
}
/* line 3354, ../sass/nodes.scss */
#tvBilan .panel-pane .tvbilan2 table tr:hover {
  background: transparent;
}
/* line 3361, ../sass/nodes.scss */
#tvBilan .pane-tv-bilan-last, #tvBilan .pane-tv-bilan {
  overflow: hidden;
}
/* line 3364, ../sass/nodes.scss */
#tvBilan article {
  padding: 0 !important;
  border-top: 0 !important;
}
/* line 3368, ../sass/nodes.scss */
#tvBilan .tvBilanBig {
  float: left;
  width: 35.5%;
  margin: 0 4% 0 0 !important;
  position: relative;
}
/* line 3373, ../sass/nodes.scss */
#tvBilan .tvBilanBig .blackLayer {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
/* line 3380, ../sass/nodes.scss */
#tvBilan .tvBilanBig .blackLayer h1 {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-weight: 900;
  font-size: 0.938em;
  line-height: 1em;
}
/* line 3385, ../sass/nodes.scss */
#tvBilan .tvBilanBig .blackLayer h1 a {
  color: #fdfdfa !important;
}
/* line 3394, ../sass/nodes.scss */
#tvBilan p.description {
  width: 20%;
  margin: -20px 0 0 0 !important;
  float: left;
  font-size: .8em;
  background: #fdfdfa;
  padding: 0 0 0 1%;
}
/* line 3403, ../sass/nodes.scss */
#tvBilan .tvBilanSmall {
  float: left;
  width: 21%;
  margin: 0 2% 30px 2% !important;
  height: 157px;
}
/* line 3408, ../sass/nodes.scss */
#tvBilan .tvBilanSmall h1 {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-weight: 900;
  font-size: 0.838em;
  line-height: 1em;
  color: #9c9b9b;
  margin: 0;
  display: block;
  height: 40px;
  clear: both;
}
/* line 3419, ../sass/nodes.scss */
#tvBilan .tvBilanSmall img {
  width: 100%;
  height: auto;
}
/* line 3423, ../sass/nodes.scss */
#tvBilan .tvBilanSmall .keyword {
  font-size: 0.8em;
  line-height: 13px !important;
  display: block;
  position: relative;
  clear: both;
  margin: 2px 0 2px;
}
/* line 3432, ../sass/nodes.scss */
#tvBilan h2.pane-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 0.938em;
  border-bottom: #9c9b9b 5px solid;
  margin: 0 0 .5em;
  padding: 0 0 6px;
  line-height: 1em;
  text-transform: uppercase;
}
/* line 3436, ../sass/nodes.scss */
#tvBilan .pane-tv-bilan h3 {
  padding: 2px 10px;
  background: #9c9b9b;
  margin-bottom: 0;
  margin-top: 0px !important;
  color: white;
  font-size: 0.938em !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1em !important;
  border-bottom: 0;
  display: block;
  font-weight: 900;
  background: #d41317;
  color: #fdfdfa;
  margin-bottom: 10px;
  clear: both;
  margin-top: 30px;
}
/* line 3446, ../sass/nodes.scss */
#tvBilan .pane-tv-bilan-last h2.pane-title {
  width: 75%;
  border-bottom: #d41317 3px solid;
}

/* line 3453, ../sass/nodes.scss */
.tvBilanAs h2.pane-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 0.938em;
  border-bottom: #9c9b9b 5px solid;
  margin: 0 0 .5em;
  padding: 0 0 6px;
  line-height: 1em;
  text-transform: uppercase;
  color: #d41317;
  margin-bottom: -10px;
}

/* line 3459, ../sass/nodes.scss */
.page-node .tvBilanRelated {
  float: left;
  width: 20%;
  margin: 10px 0 0 2% !important;
  height: 180px;
  /*  &:first-child{
      margin: 10px 0 0 0 !important;
    }
    &:nth-child(3n){
      margin: 10px 0 0 0 !important;
    }
*/
}
/* line 3464, ../sass/nodes.scss */
.page-node .tvBilanRelated .file {
  margin-bottom: 0px !important;
}
/* line 3474, ../sass/nodes.scss */
.page-node .tvBilanRelated h1 {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-weight: 900;
  font-size: 0.838em !important;
  line-height: 1em;
  color: #9c9b9b;
  margin: 0;
}
/* line 3482, ../sass/nodes.scss */
.page-node .tvBilanRelated .keyword {
  font-size: 0.8em;
}

/*
 * ####################################################################################################################################################################################################
 *                                                                         Carousel Home
 * ####################################################################################################################################################################################################
 */
/*
.front {
  .teaser-top {
    position:relative;
    .flex-control-nav {
      background: $red;
      display: block !important;
      position: relative;
      bottom:0;
      width: auto;
      margin-top: 0.5em !important;
      height: 19px;
    }
    .flex-control-paging li {
      margin: 5px 4px;
      a {
        border-radius:0;
        background: rgba(155,155,155,1);
        box-shadow: none;
        width: 9px;
        height: 9px;
      }
      a.flex-active {
        background: rgba(255,255,255,1);
      }
    }
    .flex-direction-nav {
      width: 100%;
      li {
        height: 65px;
        width: 25px;
        background: rgba(255,255,255,0.75);
        position: absolute;
        right: 0;
        a{
          position:absolute;
          top: 20px;
          z-index:99;
          opacity:1;
        }
        .flex-next{
          right:5px !important;
          @include next;
          background-position: -25px 8px !important;
          height: 65px !important;
        }
        .flex-prev{
          left:5px !important;
          @include previous;
          background-position: -10px 8px !important;
          height: 65px !important;
        }
      }
      li:first-child {
        left: 0;
      }
    }
    ul.slides li {
      position: relative;
    }
    .titlenav {
      display:none;
      position: absolute;
      width: 100%;
      height: 65px;
      font-family: $georgia;
      font-weight: bold;
      font-size: $h4-font-size;
      line-height: 20px;
      .titleprev, .titlenext {
        width:200px;      
        height:65px;
        background: rgba(255,255,255,0.75);
        display: none;
        p {
        	display: table-cell;
        	vertical-align: middle;
        	margin: 0;
        	padding: 0 5px;
        }
      }
      .titleprev {
        float: left;
        margin-left: 25px;
      }
      .titlenext {
        float: right;
        margin-right: 25px;
      }
    }
  }
}

.front #content div.news.top.left .teaser-top+article{
  border-top:none;
}

*/
/*
 * ###################################################################################################################################################################################################
 *                                                                         Mobile css 
 * ####################################################################################################################################################################################################
 */
@media all and (max-width: 600px) {
  /* line 3597, ../sass/nodes.scss */
  .titlenav {
    display: none !important;
  }

  /* line 3601, ../sass/nodes.scss */
  #tvBilan .tvBilanSmall {
    float: left;
    width: 21%;
    margin: 0 2% 30px 2% !important;
  }
  /* line 3605, ../sass/nodes.scss */
  #tvBilan .tvBilanSmall h1 {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1em;
    color: #9c9b9b;
    margin: 0;
    display: block;
    height: 27px;
    clear: both;
  }
  /* line 3616, ../sass/nodes.scss */
  #tvBilan .tvBilanSmall img {
    width: 100%;
    height: auto;
  }
  /* line 3620, ../sass/nodes.scss */
  #tvBilan .tvBilanSmall .keyword {
    font-size: 0.8em;
  }
  /* line 3625, ../sass/nodes.scss */
  #tvBilan .pane-tv-bilan-last h2.pane-title {
    width: 100%;
    border-bottom: #d41317 3px solid;
  }
  /* line 3630, ../sass/nodes.scss */
  #tvBilan .tvBilanBig {
    float: left;
    width: 46%;
    margin: 0 0 0 4% !important;
    position: relative;
    overflow: hidden;
  }
  /* line 3636, ../sass/nodes.scss */
  #tvBilan .tvBilanBig:first-child {
    margin: 0 !important;
  }
  /* line 3639, ../sass/nodes.scss */
  #tvBilan .tvBilanBig .blackLayer {
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    z-index: 10;
  }
  /* line 3645, ../sass/nodes.scss */
  #tvBilan .tvBilanBig .blackLayer .keyword {
    font-size: 10px;
  }
  /* line 3648, ../sass/nodes.scss */
  #tvBilan .tvBilanBig .blackLayer h1 {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1em;
  }
  /* line 3653, ../sass/nodes.scss */
  #tvBilan .tvBilanBig .blackLayer h1 a {
    color: #fdfdfa !important;
  }
  /* line 3663, ../sass/nodes.scss */
  #tvBilan .pane-tv-bilan-last .pane-content {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  /* line 3669, ../sass/nodes.scss */
  #tvBilan p.description {
    width: 100%;
    margin: 0px 0 0 0 !important;
    font-size: .8em;
    background: #fdfdfa;
    padding: 0;
  }

  /* line 3677, ../sass/nodes.scss */
  .bloggers {
    width: 90% !important;
    padding: 10px 5% 5px !important;
  }
  /* line 3680, ../sass/nodes.scss */
  .bloggers li {
    padding: 0 5px;
  }

  /* line 3684, ../sass/nodes.scss */
  .front, .page-taxonomy {
    /* 2Cols when in tablet or desktop mod */
  }
  /* line 3685, ../sass/nodes.scss */
  .front .panel-pane, .page-taxonomy .panel-pane {
    padding: 0 0 40px !important;
  }
  /* line 3689, ../sass/nodes.scss */
  .front .region-sidebar-second .panel-pane, .page-taxonomy .region-sidebar-second .panel-pane {
    padding: 0 0 20px !important;
  }

  /* line 3695, ../sass/nodes.scss */
  .pane-home-exlusifs-panel-pane-1 .carousel {
    width: 88% !important;
  }
  /* line 3698, ../sass/nodes.scss */
  .pane-home-exlusifs-panel-pane-1 h3 {
    font-family: Georgia, "Times New Roman", "DejaVu Serif", serif !important;
    font-size: 0.875em !important;
    font-weight: normal !important;
  }
  /* line 3703, ../sass/nodes.scss */
  .pane-home-exlusifs-panel-pane-1 .flex-direction-nav a {
    top: 100px !important;
  }

  /* line 3708, ../sass/nodes.scss */
  .teaserTop h1 {
    font-size: 1.688em !important;
  }

  /* line 3712, ../sass/nodes.scss */
  .categoryTop + article.teaserMini {
    border-top: 1px dotted #444444 !important;
    margin-top: 15px !important;
    padding: 10px 0 0 !important;
  }

  /* line 3719, ../sass/nodes.scss */
  .luxes article .teaser {
    width: 70% !important;
  }
  /* line 3722, ../sass/nodes.scss */
  .luxes article h2 {
    width: 70% !important;
    font-size: 1.875em !important;
  }
  /* line 3727, ../sass/nodes.scss */
  .luxes .comments {
    display: none;
  }

  /* line 3732, ../sass/nodes.scss */
  .article article, .blogger article {
    line-height: 1.65em;
  }
  /* line 3735, ../sass/nodes.scss */
  .article .teaser, .blogger .teaser {
    line-height: 1.65em;
  }

  /*BLOGS*/
  /* line 3742, ../sass/nodes.scss */
  .node-blog header aside {
    display: none;
  }
  /* line 3746, ../sass/nodes.scss */
  .node-blog header article .service-links {
    float: left;
    margin: 0 0 10px;
  }
  /* line 3753, ../sass/nodes.scss */
  .node-blog aside .box {
    margin: 40px 0 0;
  }

  /* line 3758, ../sass/nodes.scss */
  .pane-node-more-articles-panel-pane-1 {
    display: none;
  }

  /*EXPERTS*/
  /* line 3764, ../sass/nodes.scss */
  .sidebar-second #content .inner .node-blog.user-profil header aside {
    display: block;
    width: 25%;
    float: left;
    margin: 0 5px 0 0;
  }
  /* line 3771, ../sass/nodes.scss */
  .sidebar-second #content .inner .node-blog.user-profil header article .bio {
    height: 46px;
  }

  /*ASIDE DETAILS*/
  /* line 3780, ../sass/nodes.scss */
  #detail-profil aside .panel-pane {
    margin-top: 20px;
  }

  /*LUXE*/
  /* line 3790, ../sass/nodes.scss */
  .section-luxe .luxes article h2 {
    height: 60px;
  }
  /* line 3794, ../sass/nodes.scss */
  .section-luxe .luxes .flex-direction-nav a {
    height: 137px;
  }

  /*GALLERY*/
  /* line 3802, ../sass/nodes.scss */
  .page-node .media .flex-direction-nav {
    width: 18% !important;
  }
  /* line 3806, ../sass/nodes.scss */
  .page-node .media .flex-viewport .field-caption {
    width: 60% !important;
  }
  /* line 3809, ../sass/nodes.scss */
  .page-node .media .flex-viewport .field-credits {
    width: 20% !important;
  }

  /*BLOG TITLES*/
  /* line 3819, ../sass/nodes.scss */
  .node-type-blog #content .header article {
    margin-bottom: 0;
  }

  /*TWITTER*/
  /* line 3826, ../sass/nodes.scss */
  #twitter1 {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  /* line 3830, ../sass/nodes.scss */
  .teaserTop .exclu {
    margin-top: 0;
  }
}
/*
 * ####################################################################################################################################################################################################
 *                                                                         Tablet css 
 * ####################################################################################################################################################################################################
 */
@media all and (max-width: 900px) {
  /* line 3841, ../sass/nodes.scss */
  body {
    padding-top: 0 !important;
  }

  /* line 3844, ../sass/nodes.scss */
  .service-links {
    /* Remove the print link for tablet and less*/
  }
  /* line 3845, ../sass/nodes.scss */
  .service-links .service-links-print {
    position: absolute !important;
    width: 0% !important;
    left: -100000px !important;
  }

  /* line 3852, ../sass/nodes.scss */
  .section-luxe .region-sidebar-second {
    position: absolute !important;
    width: 0% !important;
    left: -100000px !important;
  }
}
@media all and (min-width: 600px) and (max-width: 900px) {
  /* line 3860, ../sass/nodes.scss */
  .article, .blogger, #detail-profil, .node-blog, .node-people {
    *position: relative;
    *zoom: 1;
  }
  /* line 52, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .article:before, .article:after, .blogger:before, .blogger:after, #detail-profil:before, #detail-profil:after, .node-blog:before, .node-blog:after, .node-people:before, .node-people:after {
    content: "";
    display: table;
  }
  /* line 56, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .article:after, .blogger:after, #detail-profil:after, .node-blog:after, .node-people:after {
    clear: both;
  }
  /* line 3865, ../sass/nodes.scss */
  .article aside .inner, .blogger aside .inner, #detail-profil aside .inner, .node-blog aside .inner, .node-people aside .inner {
    margin: 30px 50px 0;
  }
  /* line 3869, ../sass/nodes.scss */
  .article article, .blogger article, #detail-profil article, .node-blog article, .node-people article {
    margin: 0 50px;
  }
  /* line 3872, ../sass/nodes.scss */
  .article article.paid, .blogger article.paid, #detail-profil article.paid, .node-blog article.paid, .node-people article.paid {
    margin: 0 40px;
  }
  /* line 3877, ../sass/nodes.scss */
  .article header aside .inner, .blogger header aside .inner, #detail-profil header aside .inner, .node-blog header aside .inner, .node-people header aside .inner {
    width: 15%;
    margin: 30px 30px 0;
  }
  /* line 3882, ../sass/nodes.scss */
  .article header article, .blogger header article, #detail-profil header article, .node-blog header article, .node-people header article {
    margin: 0 30px;
  }

  /* line 3890, ../sass/nodes.scss */
  .blogger header aside .inner {
    margin-top: 0;
  }

  /* line 3897, ../sass/nodes.scss */
  .sideline3 img, .sideline2 img {
    float: left !important;
    width: 45% !important;
    margin-right: 5px !important;
    margin-top: 4px !important;
    margin-bottom: 0 !important;
  }

  /* line 3905, ../sass/nodes.scss */
  .section-opinions {
    *position: relative;
    *zoom: 1;
  }
  /* line 52, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .section-opinions:before, .section-opinions:after {
    content: "";
    display: table;
  }
  /* line 56, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .section-opinions:after {
    clear: both;
  }
  /* line 3909, ../sass/nodes.scss */
  .section-opinions aside {
    float: left;
    width: 29.26829%;
    margin-left: 0%;
    margin-right: -29.26829%;
    padding-left: 0px;
    padding-right: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("https://raw.github.com/Schepp/box-sizing-polyfill/master/boxsizing.htc");
  }
  /* line 3911, ../sass/nodes.scss */
  .section-opinions aside .inner {
    margin-right: 15px !important;
    padding-right: 15px !important;
    border-right: 1px solid #444444;
    margin-bottom: 0;
    margin-left: 0;
  }
  /* line 3919, ../sass/nodes.scss */
  .section-opinions article {
    float: left;
    width: 70.73171%;
    margin-left: 29.26829%;
    margin-right: -100%;
    padding-left: 0px;
    padding-right: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("https://raw.github.com/Schepp/box-sizing-polyfill/master/boxsizing.htc");
  }
}
/* line 3924, ../sass/nodes.scss */
.fb_iframe_widget iframe {
  left: 0;
}

/*
 * ####################################################################################################################################################################################################
 *                                                                         Desktop css 
 * ####################################################################################################################################################################################################
 */
/*Bigger than Mobile*/
@media all and (min-width: 900px) {
  /* line 3935, ../sass/nodes.scss */
  .article, .blogger, #detail-profil, .node-blog, .node-people {
    *position: relative;
    *zoom: 1;
  }
  /* line 52, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .article:before, .article:after, .blogger:before, .blogger:after, #detail-profil:before, #detail-profil:after, .node-blog:before, .node-blog:after, .node-people:before, .node-people:after {
    content: "";
    display: table;
  }
  /* line 56, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .article:after, .blogger:after, #detail-profil:after, .node-blog:after, .node-people:after {
    clear: both;
  }
  /* line 3939, ../sass/nodes.scss */
  .article aside, .blogger aside, #detail-profil aside, .node-blog aside, .node-people aside {
    float: left;
    width: 29.26829%;
    margin-left: 0%;
    margin-right: -29.26829%;
    padding-left: 0px;
    padding-right: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("https://raw.github.com/Schepp/box-sizing-polyfill/master/boxsizing.htc");
  }
  /* line 3941, ../sass/nodes.scss */
  .article aside .inner, .blogger aside .inner, #detail-profil aside .inner, .node-blog aside .inner, .node-people aside .inner {
    margin-bottom: 0 !important;
    margin-right: 15px !important;
    padding-right: 15px !important;
    border-right: 1px solid #444444;
  }
  /* line 3948, ../sass/nodes.scss */
  .article article, .blogger article, #detail-profil article, .node-blog article, .node-people article {
    float: left;
    width: 70.73171%;
    margin-left: 29.26829%;
    margin-right: -100%;
    padding-left: 0px;
    padding-right: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("https://raw.github.com/Schepp/box-sizing-polyfill/master/boxsizing.htc");
  }
  /* line 3951, ../sass/nodes.scss */
  .article article.text .inner, .blogger article.text .inner, #detail-profil article.text .inner, .node-blog article.text .inner, .node-people article.text .inner {
    margin-left: 15px !important;
    padding-left: 15px !important;
    border-left: 1px solid #444444;
    margin-right: 0 !important;
    padding-right: 0 !important;
    border-right: 0 !important;
  }
  /* line 3961, ../sass/nodes.scss */
  .article article.paid, .blogger article.paid, #detail-profil article.paid, .node-blog article.paid, .node-people article.paid {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0px;
    padding-right: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("https://raw.github.com/Schepp/box-sizing-polyfill/master/boxsizing.htc");
  }
  /* line 3964, ../sass/nodes.scss */
  .article article.full, .blogger article.full, #detail-profil article.full, .node-blog article.full, .node-people article.full {
    float: left;
    width: 82.92683%;
    margin-left: 6.09756%;
    margin-right: -89.02439%;
    padding-left: 0px;
    padding-right: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("https://raw.github.com/Schepp/box-sizing-polyfill/master/boxsizing.htc");
  }
  /* line 3966, ../sass/nodes.scss */
  .article article.full .inner, .blogger article.full .inner, #detail-profil article.full .inner, .node-blog article.full .inner, .node-people article.full .inner {
    margin-left: 0 !important;
    padding-left: 0 !important;
    border-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    border-right: 0 !important;
  }

  /* line 3976, ../sass/nodes.scss */
  .text-wrapper {
    *position: relative;
    *zoom: 1;
  }
  /* line 52, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .text-wrapper:before, .text-wrapper:after {
    content: "";
    display: table;
  }
  /* line 56, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .text-wrapper:after {
    clear: both;
  }
  /* line 3980, ../sass/nodes.scss */
  .text-wrapper article {
    float: left;
    width: 74.39024%;
    margin-left: 25.60976%;
    margin-right: -100%;
    padding-left: 0px;
    padding-right: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("https://raw.github.com/Schepp/box-sizing-polyfill/master/boxsizing.htc");
  }
  /* line 3983, ../sass/nodes.scss */
  .text-wrapper aside {
    float: left;
    width: 25.60976%;
    margin-left: 0%;
    margin-right: -25.60976%;
    padding-left: 0px;
    padding-right: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("https://raw.github.com/Schepp/box-sizing-polyfill/master/boxsizing.htc");
  }
  /* line 3985, ../sass/nodes.scss */
  .text-wrapper aside .inner {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    border-right: 0 !important;
  }
  /* line 3993, ../sass/nodes.scss */
  .text-wrapper.tvBilan article {
    float: left;
    width: 62.19512%;
    margin-left: 0%;
    margin-right: -62.19512%;
    padding-left: 0px;
    padding-right: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("https://raw.github.com/Schepp/box-sizing-polyfill/master/boxsizing.htc");
  }
  /* line 3996, ../sass/nodes.scss */
  .text-wrapper.tvBilan article.text .inner {
    margin-left: 0px !important;
    padding-left: 0px !important;
    border-right: 0 !important;
    margin-right: 15px !important;
    padding-right: 15px !important;
    border-left: 0 !important;
  }
  /* line 4006, ../sass/nodes.scss */
  .text-wrapper.tvBilan aside {
    display: none;
  }
  /* line 4009, ../sass/nodes.scss */
  .text-wrapper.tvBilan .tvBilanAs {
    display: block !important;
    margin-top: 26px;
    float: left;
    width: 37.80488%;
    margin-left: 62.19512%;
    margin-right: -100%;
    padding-left: 0px;
    padding-right: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("https://raw.github.com/Schepp/box-sizing-polyfill/master/boxsizing.htc");
  }
  /* line 4013, ../sass/nodes.scss */
  .text-wrapper.tvBilan .tvBilanAs .inner {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    border-right: 0 !important;
  }
}
@media all and (min-width: 600px) {
  /* line 4025, ../sass/nodes.scss */
  .page-node {
    /* mobile */
  }
  /* line 4026, ../sass/nodes.scss */
  .page-node h1 {
    font-size: 3em !important;
  }

  /* line 4030, ../sass/nodes.scss */
  .category {
    /* 2Cols when in tablet or desktop mod */
    *position: relative;
    *zoom: 1;
  }
  /* line 52, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .category:before, .category:after {
    content: "";
    display: table;
  }
  /* line 56, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .category:after {
    clear: both;
  }
  /* line 4034, ../sass/nodes.scss */
  .category div.categoryTop {
    border-right: 1px solid #444444 !important;
    float: left;
    width: 53.57143%;
    margin-left: 0%;
    margin-right: -53.57143%;
    padding-left: 0px;
    padding-right: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("https://raw.github.com/Schepp/box-sizing-polyfill/master/boxsizing.htc");
  }
  /* line 4037, ../sass/nodes.scss */
  .category div.categoryTop .inner {
    padding-right: 10px !important;
  }
  /* line 4042, ../sass/nodes.scss */
  .category article.teaserMini {
    float: left;
    width: 45.2381%;
    margin-left: 54.7619%;
    margin-right: -100%;
    padding-left: 0px;
    padding-right: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("https://raw.github.com/Schepp/box-sizing-polyfill/master/boxsizing.htc");
  }

  /* line 4047, ../sass/nodes.scss */
  .bloggers_container span.name, .bloggers_container span.blog {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
/* TVBILAN NEW */
/* line 4057, ../sass/nodes.scss */
#tvBilan h2.pane-title {
  padding: 2px 10px;
  background: #9c9b9b;
  margin-bottom: 0;
  margin-top: 0px !important;
  color: white;
  font-size: 0.938em !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1em !important;
  border-bottom: 0;
  display: block;
  font-weight: 900;
  background: #d41317;
  color: #fdfdfa;
  margin-bottom: 10px;
  clear: both;
  margin-top: 30px;
}

/* line 4067, ../sass/nodes.scss */
.tvbilan2 {
  clear: both;
  margin-bottom: 30px;
}
/* line 4070, ../sass/nodes.scss */
.tvbilan2 .field-content {
  line-height: 1.3em !important;
  color: #444444;
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 8px;
  font-family: "velino-titles",Georgia,"Times New Roman","DejaVu Serif",serif;
  text-transform: none;
}
/* line 4079, ../sass/nodes.scss */
.tvbilan2 img {
  height: auto;
  width: 100%;
}
/* line 4085, ../sass/nodes.scss */
.tvbilan2 .more-link a {
  text-align: right;
  color: #D41317;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  cursor: pointer;
  font-size: 0.938em;
  display: block;
}
/* line 4093, ../sass/nodes.scss */
.tvbilan2 table {
  border: none;
}
/* line 4095, ../sass/nodes.scss */
.tvbilan2 table tr {
  vertical-align: top;
}
/* line 4097, ../sass/nodes.scss */
.tvbilan2 table tr:hover {
  background: transparent;
}
@media all and (max-width: 600px) {
  /* line 4095, ../sass/nodes.scss */
  .tvbilan2 table tr {
    display: initial;
  }
}
@media all and (max-width: 600px) {
  /* line 4104, ../sass/nodes.scss */
  .tvbilan2 table tr.row-2 td:nth-child(odd) {
    clear: none !important;
  }
}
@media all and (max-width: 600px) {
  /* line 4109, ../sass/nodes.scss */
  .tvbilan2 table tr.row-2 td:nth-child(even) {
    clear: left !important;
  }
}
/* line 4115, ../sass/nodes.scss */
.tvbilan2 table tr td {
  width: 25%;
  display: block;
  float: left;
  padding: 8px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
/* line 4116, ../sass/nodes.scss */
.tvbilan2 table tr td > a {
  color: #d41317 !important;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 0.8em;
  text-transform: uppercase;
  display: block;
  padding: 0;
}
/* line 4125, ../sass/nodes.scss */
.tvbilan2 table tr td > a p {
  text-align: right;
  margin: 0;
  text-transform: none;
  font-weight: normal;
  font-size: 1.2em;
}
@media all and (max-width: 600px) {
  /* line 4133, ../sass/nodes.scss */
  .tvbilan2 table tr td:nth-child(odd) {
    clear: left;
  }
}
@media all and (max-width: 600px) {
  /* line 4137, ../sass/nodes.scss */
  .tvbilan2 table tr td :nth-child(even) {
    clear: none;
  }
}
@media all and (max-width: 600px) {
  /* line 4115, ../sass/nodes.scss */
  .tvbilan2 table tr td {
    width: 50%;
  }
}

/* line 4158, ../sass/nodes.scss */
#dfp-ad-bilan_test_leaderboard {
  margin: 0 !important;
}

@media (max-width: 56.25em) and (min-width: 37.5em) {
  /* line 4163, ../sass/nodes.scss */
  .sideline3 .image #video, .sideline2 .image #video {
    margin-left: 12% !important;
  }
}
